/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-500:oklch(.623 .214 259.815);--color-gray-100:oklch(.967 .003 264.542);--spacing:.25rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--radius-lg:.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.mt-4{margin-top:calc(var(--spacing)*4)}.ml-10{margin-left:calc(var(--spacing)*10)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.flex-0{flex:0}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.list-disc{list-style-type:disc}.flex-wrap{flex-wrap:wrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-gray-100{background-color:var(--color-gray-100)}.p-4{padding:calc(var(--spacing)*4)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.font-\[1000\]{--tw-font-weight:1000;font-weight:1000}.text-blue-500{color:var(--color-blue-500)}.capitalize{text-transform:capitalize}.underline{text-decoration-line:underline}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}.row{display:flex;flex-direction:row;align-items:center;width:100%;column-gap:16px}.row .space{flex:1}.row.center{justify-content:center}@container grid-wrapper (min-width: 420px) and (max-width: 639px){.author-block:last-child:nth-child(odd){grid-column-end:4}}@container grid-wrapper (min-width: 640px) and (max-width: 859px){.author-block:last-child:nth-child(3n+1){grid-column-end:5}.author-block:nth-last-child(2):nth-child(3n+1){grid-column-end:4}}@container grid-wrapper (min-width: 860px) and (max-width: 1079px){.author-block:last-child:nth-child(4n+1){grid-column-end:6}.author-block:nth-last-child(2):nth-child(4n+1){grid-column-end:5}.author-block:nth-last-child(3):nth-child(4n+1){grid-column-end:4}}@container grid-wrapper (min-width: 1080px) and (max-width: 1299px){.author-block:last-child:nth-child(5n+1){grid-column-end:7}.author-block:nth-last-child(2):nth-child(5n+1){grid-column-end:6}.author-block:nth-last-child(3):nth-child(5n+1){grid-column-end:5}.author-block:nth-last-child(4):nth-child(5n+1){grid-column-end:4}}@container grid-wrapper (min-width: 1300px){.author-block:last-child:nth-child(6n+1){grid-column-end:8}.author-block:nth-last-child(2):nth-child(6n+1){grid-column-end:7}.author-block:nth-last-child(3):nth-child(6n+1){grid-column-end:6}.author-block:nth-last-child(4):nth-child(6n+1){grid-column-end:5}.author-block:nth-last-child(5):nth-child(6n+1){grid-column-end:4}}@container grid-wrapper (min-width: 1520px){.author-block:last-child:nth-child(7n+1){grid-column-end:9}.author-block:nth-last-child(2):nth-child(7n+1){grid-column-end:8}.author-block:nth-last-child(3):nth-child(7n+1){grid-column-end:7}.author-block:nth-last-child(4):nth-child(7n+1){grid-column-end:6}.author-block:nth-last-child(5):nth-child(7n+1){grid-column-end:5}.author-block:nth-last-child(6):nth-child(7n+1){grid-column-end:4}.author-block:nth-last-child(7):nth-child(7n+1){grid-column-end:3}}header[data-v-857b918b]{line-height:1.5;max-height:100vh}.logo[data-v-857b918b]{display:block;margin:0 auto 2rem}nav[data-v-857b918b]{width:100%;font-size:12px;text-align:center;margin-top:2rem}nav a.router-link-exact-active[data-v-857b918b]{color:var(--color-text)}nav a.router-link-exact-active[data-v-857b918b]:hover{background-color:transparent}nav a[data-v-857b918b]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border)}nav a[data-v-857b918b]:first-of-type{border:0}@media (min-width: 1024px){header[data-v-857b918b]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-857b918b]{margin:0 2rem 0 0}header .wrapper[data-v-857b918b]{display:flex;place-items:flex-start;flex-wrap:wrap}nav[data-v-857b918b]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}.author-block[data-v-361c5150]{display:flex;align-items:center;flex-direction:column;width:100%;grid-column:span 2}.author-block .author-image[data-v-361c5150]{width:100%;max-width:120px;border-radius:50%}.author-block .author-info[data-v-361c5150]{text-align:center}@media (max-width: 1024px){.author-block[data-v-361c5150]{display:inline-block;width:auto}.author-block img[data-v-361c5150]{display:none}}@supports (-webkit-hyphens: none){.author-block[data-v-361c5150]{display:inline-block;width:auto}.author-block img[data-v-361c5150]{display:none}}.chat[data-v-f90ad26b]{max-width:800px;min-height:1000px}.chat[data-v-f90ad26b] .n-card__content,.chat[data-v-f90ad26b] .n-spin-container,.chat[data-v-f90ad26b] .n-spin-content{display:flex;flex:1;flex-direction:column}.row[data-v-f90ad26b]{display:flex;flex-direction:row}.space[data-v-f90ad26b]{flex-grow:1;flex-shrink:1}.message[data-v-f90ad26b]{flex-shrink:0;max-width:100%}.message[data-v-f90ad26b]:has(.n-input){width:100%}.persona-list[data-v-f90ad26b]{overflow-y:auto}.persona-list .n-button[data-v-f90ad26b]{width:100%;border-radius:0}.chat-container[data-v-f90ad26b]{flex:1;border:1px solid var(--color-border);padding:15px;overflow-y:auto;min-height:0;margin:20px 0;background-color:#f9f9f9;border-radius:8px}.message[data-v-f90ad26b]{margin-bottom:15px;padding:10px;border-radius:5px;color:var(--color-text)}.message p[data-v-f90ad26b]{margin:0}.message.system[data-v-f90ad26b]{background-color:#e9ecef;color:#333}.message.user[data-v-f90ad26b]{background-color:#e1ffcc}.message.purchase[data-v-f90ad26b]{background-color:#eaeaea;text-align:left;width:100%}.message.action[data-v-f90ad26b]{background-color:#e8e1ff;width:100%}.message.assistant[data-v-f90ad26b]{background-color:#cff7ff;text-align:left}.message .image[data-v-f90ad26b]{max-width:400px;max-height:400px;height:auto;border-radius:5px;margin-top:5px}.input-container[data-v-f90ad26b]{display:flex;gap:10px;margin-top:10px;align-items:center}.input-container input[type=file][data-v-f90ad26b]{margin-top:10px}.tag[data-v-f90ad26b]{background-color:#2080f01a;color:#2080f0;border:1px solid rgba(32,128,240,.3);padding:2px 4px;border-radius:3px}.backend-error[data-v-f90ad26b]{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f;padding:8px 12px;border-radius:4px;margin-bottom:16px}.backend-status[data-v-f90ad26b]{margin-bottom:16px}.input-container[data-v-f90ad26b] .n-input__placeholder{color:#000!important;opacity:1!important}@keyframes emphasis-pulse-f90ad26b{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.emphasis-effect[data-v-f90ad26b]{animation:emphasis-pulse-f90ad26b 1.5s infinite ease-in-out;transition:all .3s}h2[data-v-f7087cac]{margin-top:48px;font-size:1.5em;font-weight:700;color:#333;text-align:center}.container[data-v-f7087cac]{max-width:1200px;margin:0 auto;padding:0 24px}.hero-body[data-v-f7087cac]{margin:48px 24px}.hero-body .author-row[data-v-f7087cac]{--min-width: 200px;--grid-gap: 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min((var(--min-width) - var(--grid-gap)) / 2,(100% - var(--grid-gap)) / 2),1fr));grid-gap:var(--grid-gap);max-width:calc(var(--min-width) * 6 + var(--grid-gap) * 5);container:grid-wrapper/inline-size}@media (max-width: 1024px){.hero-body .author-row[data-v-f7087cac]{display:flex;flex-wrap:wrap;justify-content:center;column-gap:12px;row-gap:0px}}@supports (-webkit-hyphens: none){.hero-body .author-row[data-v-f7087cac]{display:flex;flex-wrap:wrap;justify-content:center;column-gap:12px;row-gap:0px}}.hero-body h1[data-v-f7087cac]{font-size:2em;font-weight:700;color:#333;text-align:center}.hero-body .affiliation[data-v-f7087cac]{font-size:16px;font-weight:400;color:#333;text-align:center;margin-right:16px}.citation[data-v-f7087cac]{margin:32px 0;width:80%;max-width:800px;position:relative}.citation h3[data-v-f7087cac]{font-size:24px;font-weight:600;color:#333;margin-bottom:16px;text-align:center}.citation .citation-text[data-v-f7087cac]{background-color:#f5f5f5;padding:16px;border-radius:8px;font-family:monospace;font-size:14px;overflow-x:auto;white-space:pre-wrap;text-align:left}.citation .copy-button[data-v-f7087cac]{font-size:24px;position:absolute;top:64.4px;right:10px;cursor:pointer;transition:background-color .2s}.citation .copy-button[data-v-f7087cac]:hover{background-color:#e0e0e0}.citation .copy-button.copied[data-v-f7087cac]{background-color:#4caf50;color:#fff}@media (max-width: 768px){.framework-image-container[data-v-f7087cac]{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.framework-image-container img[data-v-f7087cac]{width:100%!important}}.agent-architecture[data-v-f7087cac]{width:100%;padding:32px 24px}.agent-architecture h3[data-v-f7087cac]{font-size:28px;font-weight:700;color:#333;margin-bottom:32px}.agent-architecture .agents-grid[data-v-f7087cac]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:24px}.agent-architecture .agent-card[data-v-f7087cac]{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:all .3s ease}.agent-architecture .agent-card[data-v-f7087cac]:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-4px)}.agent-architecture .agent-card .agent-icon[data-v-f7087cac]{font-size:48px;margin-bottom:16px}.agent-architecture .agent-card h4[data-v-f7087cac]{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:12px}.agent-architecture .agent-card p[data-v-f7087cac]{font-size:14px;color:#6b7280;line-height:1.6}.case-study[data-v-f7087cac]{width:100%;background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.case-study[data-v-f7087cac]{padding:16px;border-radius:12px}}.case-study h3[data-v-f7087cac]{font-size:24px;font-weight:700;color:#333;margin-bottom:24px}.case-study .case-info[data-v-f7087cac]{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}@media (max-width: 768px){.case-study .case-info[data-v-f7087cac]{margin-bottom:16px}}.case-study .case-info .badge[data-v-f7087cac]{background:#eff6ff;color:#1e40af;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:500}.case-study .persona-viewer[data-v-f7087cac]{background:#f9fafb;border-radius:12px;padding:24px;margin-bottom:32px;border:2px solid #e5e7eb}@media (max-width: 768px){.case-study .persona-viewer[data-v-f7087cac]{margin-left:-16px;margin-right:-16px;margin-bottom:16px;padding:16px;border-radius:8px;border-left:none;border-right:none}}.case-study .persona-viewer .persona-header[data-v-f7087cac]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.case-study .persona-viewer .persona-header h4[data-v-f7087cac]{font-size:18px;font-weight:600;color:#1f2937;margin:0}.case-study .persona-viewer .persona-header .persona-navigation[data-v-f7087cac]{display:flex;align-items:center;gap:12px}.case-study .persona-viewer .persona-header .persona-navigation .page-indicator[data-v-f7087cac]{font-size:14px;color:#6b7280;font-weight:500;min-width:60px;text-align:center}.case-study .persona-viewer .persona-content[data-v-f7087cac]{background:#fff;border-radius:8px;padding:20px;min-height:150px;margin-bottom:20px}@media (max-width: 768px){.case-study .persona-viewer .persona-content[data-v-f7087cac]{padding:16px;margin-bottom:16px;min-height:120px}}.case-study .persona-viewer .persona-content .persona-text[data-v-f7087cac]{font-size:15px;line-height:1.8;color:#374151;white-space:pre-wrap}.case-study .persona-viewer .persona-content .persona-text[data-v-f7087cac] .highlight-change{background:#fef3c7;color:#92400e;padding:2px 4px;border-radius:3px;font-weight:500}.case-study .persona-viewer .persona-content .legend[data-v-f7087cac]{margin-top:16px;padding-top:12px;border-top:1px solid #e5e7eb}.case-study .persona-viewer .persona-content .legend .legend-item[data-v-f7087cac]{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.case-study .persona-viewer .persona-content .legend .legend-item .legend-color[data-v-f7087cac]{width:20px;height:14px;border-radius:3px}.case-study .persona-viewer .persona-content .legend .legend-item .legend-color.changed[data-v-f7087cac]{background:#fef3c7;border:1px solid #fbbf24}.case-study .persona-viewer .page-dots[data-v-f7087cac]{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.case-study .persona-viewer .page-dots .dot[data-v-f7087cac]{width:10px;height:10px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .2s}.case-study .persona-viewer .page-dots .dot[data-v-f7087cac]:hover{background:#9ca3af;transform:scale(1.2)}.case-study .persona-viewer .page-dots .dot.active[data-v-f7087cac]{background:#3b82f6;width:12px;height:12px}.case-study .case-description[data-v-f7087cac]{background:#f8fafc;border-left:4px solid #3b82f6;padding:20px;border-radius:8px}@media (max-width: 768px){.case-study .case-description[data-v-f7087cac]{margin-left:-16px;margin-right:-16px;padding:16px;border-radius:12px;border-left-width:4px;border-right:none}}.case-study .case-description h4[data-v-f7087cac]{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:12px}@media (max-width: 768px){.case-study .case-description h4[data-v-f7087cac]{font-size:16px;margin-bottom:10px}}.case-study .case-description p[data-v-f7087cac]{margin-bottom:12px;font-size:15px;line-height:1.7;color:#475569}@media (max-width: 768px){.case-study .case-description p[data-v-f7087cac]{font-size:14px;line-height:1.6;margin-bottom:10px}}.case-study .case-description p strong[data-v-f7087cac]{color:#1e293b;font-weight:600}.case-study .case-description .metrics-summary[data-v-f7087cac]{margin-top:24px;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.case-study .case-description .metrics-summary[data-v-f7087cac]{margin-top:16px;gap:12px}}.case-study .case-description .metrics-summary .metric-summary-item[data-v-f7087cac]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.case-study .case-description .metrics-summary .metric-summary-item[data-v-f7087cac]{gap:8px}}.case-study .case-description .metrics-summary .metric-summary-item .metric-label[data-v-f7087cac]{font-size:15px;font-weight:600;color:#374151;min-width:160px}@media (max-width: 768px){.case-study .case-description .metrics-summary .metric-summary-item .metric-label[data-v-f7087cac]{font-size:14px;min-width:auto;flex-basis:100%}}.case-study .case-description .metrics-summary .metric-summary-item .metric-arrow[data-v-f7087cac]{font-size:15px;font-weight:500;color:#475569;font-family:monospace}@media (max-width: 768px){.case-study .case-description .metrics-summary .metric-summary-item .metric-arrow[data-v-f7087cac]{font-size:13px}}.case-study .case-description .metrics-summary .metric-summary-item .metric-arrow strong[data-v-f7087cac]{color:#10b981;font-weight:700}
