:root{color-scheme:light;--brand-agent:#25d366;--brand-agent-dark:#1ebe5b;--brand-dark:#0a2a1c;--brand-dark-2:#111b21;--brand-teal:#128c7e;--brand-blue:#0088cc;--brand-gray:#f0f2f5;--brand-muted:#667781;--brand-soft:#e7fcf1;--hermes-bg:#faf7f2;--hermes-surface:#ffffff;--hermes-surface-alt:#f5f2ec;--hermes-surface-deep:#0a0f1a;--hermes-surface-deep-2:#11151d;--hermes-surface-night:#0b0e14;--hermes-ink:#0a0f1a;--hermes-ink-muted:rgba(10,15,26,0.7);--hermes-ink-subtle:rgba(10,15,26,0.5);--hermes-ink-faint:rgba(10,15,26,0.4);--hermes-hairline:rgba(10,15,26,0.08);--hermes-hairline-strong:rgba(10,15,26,0.14);--hermes-accent:#ff6b35;--hermes-accent-soft:#fff1ea;--hermes-ok:#0ba56f;--hermes-warn:#d4901a;--hermes-err:#d6443d;--hermes-font-display:"Space Grotesk","Noto Sans TC","PingFang HK",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--hermes-font-body:Inter,"Noto Sans TC","PingFang HK",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--hermes-font-mono:"Geist Mono","SFMono-Regular",ui-monospace,Menlo,Consolas,monospace}*{box-sizing:border-box}body,html{margin:0;padding:0;scroll-behavior:smooth;background:#fff;color:var(--brand-dark-2);font-family:var(--hermes-font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--hermes-accent);color:#fff}@keyframes tg-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:none}}@keyframes tg-pulse{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@keyframes hermes-pulse{0%,to{opacity:1}50%{opacity:.4}}button{cursor:pointer}a{color:inherit}.app-shell-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid var(--hermes-hairline);background:rgba(250,247,242,.78);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--hermes-ink);position:-webkit-sticky;position:sticky;top:0;z-index:30}.app-shell-brand{display:flex;align-items:center;gap:10px}.app-shell-badge,.app-shell-brand__mark{display:inline-flex;align-items:center}.app-shell-badge{gap:8px;padding:0;background:transparent;color:var(--hermes-ink);font-family:var(--hermes-font-body);font-size:16px;font-weight:700;letter-spacing:-.3px;text-transform:none;text-decoration:none}.app-shell-region{padding:2px 8px;border-radius:4px;background:rgba(255,107,53,.12);color:var(--hermes-accent);font-family:var(--hermes-font-mono);font-size:10px;font-weight:600;letter-spacing:1.5px}.app-shell-copy{display:none}.app-shell-actions{display:flex;align-items:center;gap:10px}.app-shell-nav{display:flex;align-items:center;gap:28px;color:var(--hermes-ink-muted);font-size:14px;font-weight:500}.app-shell-footer a,.app-shell-language,.app-shell-link,.app-shell-nav a{text-decoration:none}.app-shell-nav a{color:var(--hermes-ink-muted);transition:color .12s}.app-shell-footer a:hover,.app-shell-language:hover,.app-shell-link:hover,.app-shell-nav a:hover{color:var(--hermes-ink)}.app-shell-language,.app-shell-link{color:var(--hermes-ink-muted);font-size:13px;font-weight:600}.app-shell-language{border:1px solid var(--hermes-hairline-strong);border-radius:999px;padding:6px 10px;background:rgba(255,255,255,.6);color:var(--hermes-ink);font-family:var(--hermes-font-mono);font-size:11px;letter-spacing:.05em}.app-shell-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 16px;min-height:44px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .12s}.app-shell-actions button,.app-shell-button--primary{border:none;background:var(--hermes-accent);color:#fff;box-shadow:0 8px 22px -10px rgba(255,107,53,.6),inset 0 1px 0 rgba(255,255,255,.25)}.app-shell-button--primary:hover{transform:translateY(-1px);box-shadow:0 12px 30px -10px rgba(255,107,53,.75),inset 0 1px 0 rgba(255,255,255,.25)}.app-shell-button--secondary{border:1px solid var(--hermes-hairline-strong);background:rgba(255,255,255,.7);color:var(--hermes-ink)}.app-shell-button--secondary:hover{background:#fff}.app-shell-mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:rgba(255,255,255,.6);border:1px solid var(--hermes-hairline-strong);color:var(--hermes-ink);font-size:18px;line-height:1;padding:0}.app-shell-mobile-panel{display:none;position:absolute;top:100%;left:0;right:0;background:var(--hermes-bg);border-bottom:1px solid var(--hermes-hairline);padding:16px 20px 20px;flex-direction:column;gap:14px}.app-shell-mobile-panel[data-open=true]{display:flex}.app-shell-mobile-panel a{display:block;padding:10px 0;font-size:16px;font-weight:500;color:var(--hermes-ink);border-bottom:1px solid var(--hermes-hairline)}.app-shell-mobile-panel .app-shell-button{align-self:stretch}@media (max-width:820px){.app-shell-header{position:-webkit-sticky;position:sticky;padding:12px 20px}.app-shell-actions .app-shell-button--secondary,.app-shell-actions .app-shell-language,.app-shell-actions .app-shell-link,.app-shell-nav{display:none}.app-shell-mobile-toggle{display:inline-flex}}.app-shell-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px;border-top:1px solid var(--hermes-hairline);background:var(--hermes-bg);color:var(--hermes-ink-subtle);font-size:13px}.app-shell-footer div{display:flex;flex-wrap:wrap;gap:16px;font-weight:500;color:var(--hermes-ink-muted)}.marketing-page{min-height:100vh;overflow:hidden;padding:0 0 72px;background:#fff}.detail-hero,.marketing-final-cta,.marketing-metrics,.marketing-section{max-width:1280px;margin:0 auto}.marketing-hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-gap:clamp(32px,5vw,64px);gap:clamp(32px,5vw,64px);align-items:center;justify-items:stretch;min-height:720px;padding:clamp(56px,7vw,96px) clamp(24px,5vw,64px);background:radial-gradient(ellipse at center,#1d4733 0,#0a2a1c 80%);color:#fff;text-align:left;max-width:1560px}.marketing-hero__copy{display:grid;grid-gap:20px;gap:20px;justify-items:start;max-width:680px}.marketing-eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border:1px solid rgba(37,211,102,.22);border-radius:999px;padding:7px 12px;background:rgba(37,211,102,.1);color:var(--brand-agent);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.detail-hero h1,.marketing-hero h1{margin:0;color:var(--brand-dark-2);font-size:clamp(44px,7.2vw,88px);line-height:.94;letter-spacing:-.065em}.marketing-hero h1{color:#fff;font-size:clamp(40px,6.4vw,87px);font-weight:800;white-space:nowrap}.detail-hero p,.marketing-hero p{max-width:760px;margin:0;color:var(--brand-muted);font-size:clamp(18px,2.1vw,22px);line-height:1.65}.marketing-hero p{color:rgba(255,255,255,.75)}.marketing-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.marketing-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;padding:13px 20px;font-weight:700;text-decoration:none}.marketing-cta--primary{background:var(--brand-agent);color:#fff;box-shadow:0 18px 34px rgba(37,211,102,.2)}.marketing-cta--primary:hover{background:var(--brand-agent-dark)}.marketing-cta--secondary{border:2px solid var(--brand-agent);background:transparent;color:var(--brand-agent)}.marketing-hero .marketing-cta--secondary{border-color:var(--brand-agent);color:var(--brand-agent)}.marketing-cta--secondary:hover{background:var(--brand-agent);color:#fff}.marketing-cta--ghost{color:#9a3412}.marketing-badge-list{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin:0;padding:0;list-style:none}.marketing-badge-list--center{justify-content:center}.detail-highlights span,.marketing-badge-list li{border:1px solid rgba(17,27,33,.08);border-radius:999px;padding:8px 12px;background:#fff;color:var(--brand-muted);font-size:14px;font-weight:700}.marketing-hero .marketing-badge-list li{display:inline-flex;align-items:center;gap:8px;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:7px 14px 7px 8px}.marketing-hero .marketing-badge-list .marketing-check{width:18px;height:18px;font-size:11px}.marketing-hero__visual{position:relative;display:grid;width:min(100%,960px);border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:clamp(12px,2vw,20px);background:radial-gradient(circle at 20% 20%,rgba(37,211,102,.22),transparent 30%),radial-gradient(circle at 80% 12%,rgba(0,136,204,.18),transparent 28%),linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04));box-shadow:0 34px 90px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.marketing-hero__tagline{margin:0;color:rgba(255,255,255,.7);font-size:14px;font-weight:600}.hero-mockup-title{display:grid;grid-gap:6px;gap:6px;justify-items:center}.hero-mockup-title span{color:rgba(255,255,255,.72);font-size:14px;font-weight:900}.hero-mockup-title strong{color:#fff;font-size:clamp(22px,3vw,34px);letter-spacing:-.04em}.agent-card{display:grid;grid-gap:8px;gap:8px;justify-items:center;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:22px;background:rgba(17,27,33,.82);color:#fff}.agent-card span{color:var(--brand-agent);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.agent-card strong{font-size:30px;letter-spacing:-.04em}.agent-card p{margin:0;color:#cbd5e1;line-height:1.5}.agent-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.agent-channel-grid span,.agent-message{border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px;background:rgba(255,255,255,.92);color:var(--brand-dark-2);font-weight:800;text-align:center}.agent-message{width:-moz-fit-content;width:fit-content;max-width:84%}.agent-message--user{justify-self:end;background:#dcf8c6;color:var(--brand-dark-2)}.agent-message--agent{justify-self:start}.marketing-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;padding:48px 24px;background:#fff}.marketing-card,.marketing-compare-card,.marketing-faq-list details,.marketing-feature-grid article,.marketing-link-grid a,.marketing-metrics article,.marketing-step-card,.pricing-card{border:1px solid rgba(17,27,33,.08);background:#fff;box-shadow:0 18px 44px rgba(17,27,33,.06)}.marketing-metrics article{display:grid;grid-gap:4px;gap:4px;border-radius:22px;padding:18px;text-align:center}.marketing-metrics strong{color:var(--brand-agent);font-size:28px;letter-spacing:-.04em}.marketing-metrics span{color:var(--brand-muted);font-size:14px;font-weight:700}.marketing-section{display:grid;grid-gap:24px;gap:24px;padding:84px 24px 0;content-visibility:auto;contain-intrinsic-size:auto 720px}.marketing-section--split{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:start}.marketing-section-header{display:grid;grid-gap:12px;gap:12px;max-width:760px;justify-items:center;margin:0 auto;text-align:center}.marketing-final-cta h2,.marketing-section-header h2{margin:0;color:var(--brand-dark-2);font-size:clamp(34px,5.6vw,64px);line-height:1;letter-spacing:-.055em}.marketing-final-cta p,.marketing-section-header p{margin:0;color:var(--brand-muted);font-size:18px;line-height:1.65}.marketing-card-grid,.marketing-compare-grid,.marketing-link-grid,.marketing-pricing-grid,.marketing-steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.marketing-card-grid--four,.marketing-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.marketing-feature-grid{display:grid;grid-gap:14px;gap:14px}.marketing-card,.marketing-compare-card,.marketing-feature-grid article,.marketing-link-grid a,.marketing-step-card,.pricing-card{border-radius:24px;padding:26px}.marketing-compare-card--featured,.pricing-card--managed{border-color:rgba(37,211,102,.35);background:linear-gradient(180deg,#f8fffb,#fff);box-shadow:0 22px 60px rgba(37,211,102,.12)}.marketing-card h2,.marketing-card h3,.marketing-compare-card h3,.marketing-feature-grid h3,.marketing-step-card h3,.pricing-card h2,.pricing-card h3{margin:0;color:var(--brand-dark-2);font-size:22px;letter-spacing:-.02em}.marketing-compare-card dl{display:grid;grid-gap:0;gap:0;margin:18px 0 0}.marketing-compare-card dl div{display:grid;grid-template-columns:.95fr 1.1fr;grid-gap:12px;gap:12px;padding:13px 0;border-top:1px solid rgba(17,27,33,.08)}.marketing-compare-card dt{color:var(--brand-muted);font-weight:700}.marketing-compare-card dd{margin:0;color:var(--brand-dark-2);font-weight:800}.marketing-callout{margin:0;border:1px solid rgba(37,211,102,.22);border-radius:22px;padding:18px 20px;background:var(--brand-soft);color:var(--brand-dark);font-size:18px;font-weight:800;line-height:1.5}.marketing-step-card ol{display:grid;grid-gap:12px;gap:12px;margin:18px 0 0;padding:0;list-style:none;counter-reset:setup-step}.marketing-step-card li{display:flex;gap:12px;align-items:center;color:var(--brand-dark-2);font-weight:700;counter-increment:setup-step}.marketing-step-card li:before{display:inline-grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border-radius:999px;background:var(--brand-agent);color:#fff;content:counter(setup-step);font-size:14px;font-weight:900}.pricing-card{display:grid;grid-gap:16px;gap:16px;position:relative;overflow:hidden;border-top-width:4px;border-top-color:#9ca3af}.pricing-card:before{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 8%,rgba(37,211,102,.14),transparent 30%);content:""}.pricing-card>*{position:relative}.pricing-card__badge{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:7px 11px;background:var(--brand-dark-2);color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pricing-card--managed .pricing-card__badge{background:var(--brand-agent)}.pricing-card__subtitle{color:var(--brand-dark-2)!important;font-size:18px;font-weight:900}.marketing-card p,.marketing-faq-list p,.marketing-feature-grid p,.marketing-link-grid p,.pricing-card p{margin:0;color:var(--brand-muted);line-height:1.6}.pricing-card__price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}.pricing-card__price strong{color:var(--brand-dark-2);font-size:clamp(46px,6vw,68px);letter-spacing:-.06em}.pricing-card__price span,.pricing-card__renewal{color:var(--brand-muted);font-weight:700}.pricing-card ul{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.marketing-highlight-stack div,.pricing-card li{display:flex;gap:10px;align-items:flex-start;color:var(--brand-dark-2);font-weight:700;line-height:1.5}.marketing-check{display:inline-grid;flex:0 0 auto;width:22px;height:22px;place-items:center;border-radius:999px;background:#ddf8e7;color:#118a57;font-size:13px;font-weight:900}.marketing-highlight-stack{display:grid;grid-gap:14px;gap:14px;border:1px solid rgba(37,211,102,.18);border-radius:28px;padding:24px;background:radial-gradient(circle at 90% 8%,rgba(37,211,102,.18),transparent 28%),var(--brand-dark);box-shadow:0 24px 60px rgba(10,42,28,.18)}.marketing-highlight-stack div{color:#e2e8f0}.marketing-card,.marketing-feature-grid article{display:grid;grid-gap:10px;gap:10px}.marketing-card-grid--four .marketing-card{min-height:190px}.marketing-card-grid--four .marketing-card h3:first-letter{color:#9a3412}.marketing-link-grid a{display:grid;grid-gap:10px;gap:10px;text-decoration:none}.marketing-link-grid span{color:var(--brand-agent-dark);font-size:22px;font-weight:900;letter-spacing:-.02em}.marketing-table-wrap{overflow-x:auto;border:1px solid rgba(17,27,33,.08);border-radius:26px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(17,27,33,.06)}.marketing-table{width:100%;min-width:760px;border-collapse:collapse}.marketing-table td,.marketing-table th{padding:16px;text-align:left;border-bottom:1px solid rgba(17,27,33,.08)}.marketing-table th{color:#fff;background:var(--brand-dark);font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.marketing-table td{color:var(--brand-dark-2);font-weight:700}.marketing-faq-list{display:grid;grid-gap:12px;gap:12px}.marketing-faq-list details{border-radius:22px;padding:18px 20px}.marketing-faq-list summary{color:var(--brand-dark-2);cursor:pointer;font-size:18px;font-weight:900}.marketing-faq-list p{margin-top:12px}.detail-hero,.marketing-final-cta{display:grid;justify-items:center;grid-gap:18px;gap:18px;margin-top:72px;border:1px solid rgba(37,211,102,.18);border-radius:36px;padding:clamp(28px,6vw,56px);background:radial-gradient(circle at 90% 10%,rgba(37,211,102,.28),transparent 30%),radial-gradient(circle at 12% 82%,rgba(0,136,204,.18),transparent 26%),var(--brand-dark);color:#fff;text-align:center;box-shadow:0 28px 70px rgba(10,42,28,.22)}.detail-hero h1,.detail-hero p,.marketing-final-cta h2,.marketing-final-cta p{color:#fff}.detail-hero p,.marketing-final-cta p{color:#cbd5e1}.detail-hero .marketing-cta--secondary,.marketing-final-cta .marketing-cta--secondary{background:#fff}.marketing-page--detail{padding-top:40px}.detail-hero{margin-top:0}.detail-highlights{display:flex;flex-wrap:wrap;gap:10px}.detail-highlights span{background:rgba(255,255,255,.12);color:#fff}.marketing-section:nth-of-type(10),.marketing-section:nth-of-type(12),.marketing-section:nth-of-type(4),.marketing-section:nth-of-type(6),.marketing-section:nth-of-type(8){position:relative;box-shadow:0 0 0 100vmax var(--brand-gray);-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax);background:var(--brand-gray)}@media (max-width:720px){.app-shell-header{flex-direction:column;align-items:flex-start}.app-shell-actions,.app-shell-nav{width:100%;flex-wrap:wrap}.marketing-page{padding:0 0 56px}.marketing-hero,.marketing-section--split{grid-template-columns:1fr}.marketing-hero{min-height:auto;padding:44px 18px;text-align:center}.marketing-hero h1{white-space:normal}.marketing-actions,.marketing-hero__copy{justify-items:center;justify-content:center}.marketing-hero .marketing-badge-list{justify-content:center}.marketing-hero__visual{min-height:auto}.marketing-section{padding-right:18px;padding-left:18px}.marketing-card-grid--four,.marketing-feature-grid,.marketing-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-card-grid,.marketing-compare-card dl div,.marketing-compare-grid,.marketing-link-grid,.marketing-pricing-grid,.marketing-steps-grid{grid-template-columns:1fr}}@media (max-width:480px){.agent-channel-grid,.marketing-feature-grid,.marketing-metrics{grid-template-columns:1fr}.app-shell-button,.app-shell-language,.app-shell-link{width:100%}}.marketing-hero__image{display:block;width:100%;height:auto;max-width:100%;border-radius:28px;filter:drop-shadow(0 22px 36px rgba(0,0,0,.36))}.pricing-card__ribbon{position:absolute;top:22px;right:-42px;z-index:1;transform:rotate(35deg);padding:6px 48px;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 6px 16px rgba(249,115,22,.4)}.marketing-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.marketing-testimonial-grid article{display:grid;grid-gap:12px;gap:12px;border:1px solid rgba(17,27,33,.08);border-radius:22px;padding:22px;background:#fff;box-shadow:0 14px 32px rgba(17,27,33,.05)}.marketing-testimonial-grid p{margin:0;color:var(--brand-dark-2);font-size:15px;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:10px;margin-top:4px}.testimonial-avatar{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:999px;background:var(--brand-agent);color:#fff;font-size:14px;font-weight:900}.testimonial-meta{display:grid;grid-gap:2px;gap:2px;line-height:1.2}.testimonial-meta strong{color:var(--brand-dark-2);font-size:14px;font-weight:800}.testimonial-meta span{color:var(--brand-muted);font-size:12px;font-weight:700}.app-shell-footer__tagline{color:var(--brand-muted);font-size:13px;font-weight:700}@media (max-width:960px){.marketing-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.marketing-testimonial-grid{grid-template-columns:1fr}.pricing-card__ribbon{right:-36px;padding:5px 38px;font-size:10px}}.hermes-page{background:var(--hermes-bg);font-family:var(--hermes-font-body);min-height:100vh}.hermes-page,.hermes-page strong{color:var(--hermes-ink)}.hermes-section{padding:64px 20px;border-top:1px solid var(--hermes-hairline)}.hermes-section--first{border-top:none}.hermes-section--alt{background:#fff}.hermes-section__inner{max-width:1280px;margin:0 auto}.hermes-section__inner--narrow{max-width:1100px}.hermes-section__inner--faq{max-width:880px}.hermes-section-label{display:flex;align-items:baseline;gap:14px;font-family:var(--hermes-font-mono);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--hermes-ink-subtle);margin:0 0 18px}.hermes-section-label__rule{flex:1 1;height:1px;background:currentColor;opacity:.25}.hermes-h2{font-family:var(--hermes-font-display);font-weight:800;letter-spacing:-1.2px;font-size:clamp(28px,5.6vw,50px);line-height:1.05;margin:0 0 32px}.hermes-h2--ribbon{max-width:760px}.hermes-eyebrow,.hermes-h2 .hermes-h2__accent{color:var(--hermes-accent)}.hermes-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(255,107,53,.12);font-family:var(--hermes-font-mono);font-size:11px;letter-spacing:2px;font-weight:600;text-transform:uppercase}.hermes-eyebrow:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--hermes-accent)}.hermes-hero{position:relative;overflow:hidden;padding:56px 20px 72px;background:radial-gradient(1200px 600px at 80% -10%,rgba(255,107,53,.1),transparent 60%),var(--hermes-bg)}.hermes-hero__grid-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(10,15,26,.04) 1px,transparent 0),linear-gradient(90deg,rgba(10,15,26,.04) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%);mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%)}.hermes-hero__layout{position:relative;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;align-items:center}.hermes-hero__copy h1{font-family:var(--hermes-font-display);font-size:clamp(36px,8.4vw,76px);line-height:1.02;letter-spacing:-2px;font-weight:800;margin:18px 0;text-wrap:pretty}.hermes-hero__copy p{font-size:16px;line-height:1.55;color:var(--hermes-ink-muted);max-width:540px;margin:0}.hermes-hero__ctas{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hermes-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:13px 22px;border-radius:999px;font-family:var(--hermes-font-body);font-weight:600;font-size:15px;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .12s,box-shadow .12s}.hermes-btn--primary{background:var(--hermes-accent);color:#fff;box-shadow:0 12px 30px -10px rgba(255,107,53,.6),inset 0 1px 0 rgba(255,255,255,.25)}.hermes-btn--primary:hover{transform:translateY(-1px)}.hermes-btn--ghost{background:transparent;border-color:var(--hermes-hairline-strong);color:var(--hermes-ink)}.hermes-btn--ghost:hover{background:rgba(255,255,255,.6)}.hermes-btn--full{width:100%}.hermes-btn--lg{padding:16px 28px;font-size:16px;font-weight:700}.hermes-hero__ticks{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:32px;font-size:13px;color:var(--hermes-ink-subtle)}.hermes-hero__ticks span{display:inline-flex;align-items:center;gap:6px}.hermes-hero__ticks svg{flex-shrink:0}.hermes-terminal{background:var(--hermes-surface-night);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;font-family:var(--hermes-font-mono);box-shadow:0 30px 80px -20px rgba(0,0,0,.5),0 0 0 1px rgba(255,107,53,.06)}.hermes-terminal__chrome{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:var(--hermes-surface-deep-2)}.hermes-terminal__dots{display:flex;gap:6px}.hermes-terminal__dots span{width:11px;height:11px;border-radius:999px}.hermes-terminal__title{flex:1 1;text-align:center;color:rgba(232,234,240,.55);font-size:12px}.hermes-terminal__live{font-size:10px;color:var(--hermes-accent);letter-spacing:1.5px;padding:3px 8px;border-radius:999px;background:rgba(255,107,53,.12);font-weight:600}.hermes-terminal__messages{height:340px;overflow:hidden;padding:18px 16px;display:flex;flex-direction:column;gap:10px}.hermes-terminal__footer{display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.08);background:var(--hermes-surface-deep-2);color:rgba(232,234,240,.55);font-size:11px}.hermes-terminal__heartbeat{width:6px;height:6px;border-radius:999px;background:#28c840;box-shadow:0 0 0 3px rgba(40,200,64,.18)}.hermes-terminal__elapsed{margin-left:auto;font-family:var(--hermes-font-mono)}.hermes-bubble{max-width:78%;padding:9px 13px;border-radius:14px;font-size:13.5px;line-height:1.45;letter-spacing:.1px;animation:tg-in .24s cubic-bezier(.2,.8,.2,1) both;font-family:var(--hermes-font-body);word-wrap:break-word}.hermes-bubble--user{align-self:flex-end;background:var(--hermes-accent);color:#fff;border-bottom-right-radius:4px}.hermes-bubble--bot{align-self:flex-start;background:#1a1f2b;color:#e8eaf0;border-bottom-left-radius:4px}.hermes-typing{display:inline-flex;gap:4px;align-items:center}.hermes-typing span{width:5px;height:5px;border-radius:999px;background:rgba(232,234,240,.55);animation:tg-pulse 1s ease-in-out infinite}.hermes-typing span:nth-child(2){animation-delay:.15s}.hermes-typing span:nth-child(3){animation-delay:.3s}.hermes-grid--2,.hermes-grid--3{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.hermes-grid--4{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;background:var(--hermes-hairline);border:1px solid var(--hermes-hairline);border-radius:14px;overflow:hidden}.hermes-card{background:var(--hermes-surface);border:1px solid var(--hermes-hairline);border-radius:16px;padding:24px}.hermes-card__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.hermes-card__title{margin:0;font-size:18px;font-weight:700;letter-spacing:-.3px}.hermes-card__unit{font-family:var(--hermes-font-mono);font-size:10px;color:var(--hermes-ink-subtle);letter-spacing:1.5px;text-transform:uppercase}.hermes-bar-list{display:flex;flex-direction:column;gap:14px}.hermes-bar-row__label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.hermes-bar-row__value{font-family:var(--hermes-font-mono);font-weight:600}.hermes-bar-row--accent .hermes-bar-row__label>span:first-child{color:var(--hermes-accent);font-weight:700}.hermes-bar-row--accent .hermes-bar-row__value{color:var(--hermes-accent)}.hermes-bar-track{height:8px;border-radius:4px;background:rgba(10,15,26,.05);overflow:hidden}.hermes-bar-fill{height:100%;background:rgba(10,15,26,.2);border-radius:4px;transition:width .9s cubic-bezier(.2,.8,.2,1)}.hermes-bar-fill--accent{background:var(--hermes-accent)}.hermes-card__footnote{margin-top:18px;font-size:11px;color:var(--hermes-ink-subtle);font-family:var(--hermes-font-mono)}.hermes-split{display:grid;grid-template-columns:1fr;grid-gap:28px;gap:28px;align-items:start}.hermes-split h2{font-family:var(--hermes-font-display);font-size:clamp(28px,5.4vw,46px);letter-spacing:-1.2px;font-weight:800;margin:0;line-height:1.1}.hermes-split__body p{margin:0 0 14px;font-size:16px;line-height:1.65;color:var(--hermes-ink-muted)}.hermes-split__body p:last-child{margin-bottom:0}.hermes-feature{padding:22px;border-radius:14px;background:var(--hermes-surface);border:1px solid var(--hermes-hairline);display:flex;flex-direction:column;gap:10px}.hermes-feature__icon{width:40px;height:40px;border-radius:10px;background:rgba(255,107,53,.12);color:var(--hermes-accent);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.hermes-feature h3{margin:6px 0 2px;font-size:17px;font-weight:700;letter-spacing:-.3px}.hermes-feature p{margin:0;font-size:14px;line-height:1.55;color:var(--hermes-ink-muted)}.hermes-cap{background:#fff;padding:20px;min-height:130px}.hermes-cap__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.hermes-cap__num{font-family:var(--hermes-font-mono);font-size:11px;color:var(--hermes-accent);letter-spacing:2px}.hermes-cap__status{font-family:var(--hermes-font-mono);font-size:9px;font-weight:600;padding:3px 8px;border-radius:4px;letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap}.hermes-cap__status--live{background:rgba(11,165,111,.12);color:var(--hermes-ok)}.hermes-cap__status--beta{background:rgba(212,144,26,.14);color:var(--hermes-warn)}.hermes-cap__status--soon{background:rgba(10,15,26,.06);color:var(--hermes-ink-muted)}.hermes-cap h3{margin:0 0 6px;font-size:16px;font-weight:700;letter-spacing:-.3px}.hermes-cap p{margin:0;font-size:13px;line-height:1.5;color:var(--hermes-ink-muted)}.hermes-compare-shell{border-radius:16px;overflow:hidden;border:1px solid var(--hermes-hairline);background:var(--hermes-surface);overflow-x:auto}.hermes-compare{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}.hermes-compare th{padding:16px 18px;font-weight:600;font-family:var(--hermes-font-mono);font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--hermes-ink-subtle);border-bottom:1px solid var(--hermes-hairline);text-align:center}.hermes-compare th:first-child{text-align:left}.hermes-compare th.hermes-col--us{color:var(--hermes-accent);background:rgba(255,107,53,.06)}.hermes-compare td{padding:14px 18px;text-align:center;border-top:1px solid rgba(10,15,26,.05);font-family:var(--hermes-font-mono);font-size:13px}.hermes-compare td:first-child{text-align:left;font-weight:600;font-family:var(--hermes-font-body);font-size:14px}.hermes-compare td.hermes-col--us{color:var(--hermes-accent);background:rgba(255,107,53,.04)}.hermes-pricing-intro{font-size:16px;color:var(--hermes-ink-muted);max-width:600px;margin:0 0 36px}.hermes-plan{position:relative;padding:28px;border-radius:16px;background:var(--hermes-surface);border:1px solid var(--hermes-hairline);display:flex;flex-direction:column;gap:14px}.hermes-plan--featured{background:var(--hermes-surface-deep);color:#fff;border:1px solid var(--hermes-accent);box-shadow:0 30px 60px -20px rgba(255,107,53,.4)}.hermes-plan__tag{position:absolute;top:16px;right:16px;padding:4px 10px;border-radius:999px;background:var(--hermes-accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:1.5px;font-family:var(--hermes-font-mono)}.hermes-plan h3{margin:0;font-size:20px;font-weight:700}.hermes-plan__sub{margin:0;font-size:13px;opacity:.65}.hermes-plan__price{display:flex;align-items:baseline;gap:6px;font-family:var(--hermes-font-display);font-weight:800;letter-spacing:-1.5px}.hermes-plan__price-value{font-size:40px}.hermes-plan__price-period{font-size:15px;opacity:.6;font-weight:400}.hermes-plan__first{margin:0;font-size:13px;color:var(--hermes-accent);font-weight:600}.hermes-plan__cta{display:block;text-align:center;padding:13px 22px;border-radius:12px;background:var(--hermes-ink);color:#fff;font-weight:600;text-decoration:none}.hermes-plan--featured .hermes-plan__cta{background:var(--hermes-accent)}.hermes-plan__feats{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.hermes-plan__feats li{display:flex;gap:10px;font-size:14px;opacity:.85}.hermes-plan__feats svg{margin-top:3px;flex-shrink:0}.hermes-faq{border-radius:16px;overflow:hidden;border:1px solid var(--hermes-hairline);background:var(--hermes-surface)}.hermes-faq__row{border-top:1px solid var(--hermes-hairline)}.hermes-faq__row:first-child{border-top:none}.hermes-faq__q{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 22px;background:transparent;border:none;color:var(--hermes-ink);text-align:left;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;list-style:none}.hermes-faq__q::-webkit-details-marker{display:none}.hermes-faq__q::marker{display:none}.hermes-faq__icon{width:28px;height:28px;border-radius:999px;background:rgba(10,15,26,.06);display:inline-flex;align-items:center;justify-content:center;font-size:18px;transition:transform .2s,background .2s,color .2s;flex-shrink:0}.hermes-faq__row[open] .hermes-faq__icon{transform:rotate(45deg);background:var(--hermes-accent);color:#fff}.hermes-faq__a{padding:0 22px 20px;font-size:14.5px;line-height:1.6;color:var(--hermes-ink-muted);max-width:720px}.hermes-cta-final{background:var(--hermes-surface-deep);color:#fff;position:relative;overflow:hidden;padding:80px 20px;text-align:center}.hermes-cta-final__glow{position:absolute;inset:0;background:radial-gradient(800px 400px at 50% 100%,rgba(255,107,53,.3),transparent 60%);pointer-events:none}.hermes-cta-final__inner{position:relative;max-width:900px;margin:0 auto}.hermes-cta-final h2{font-family:var(--hermes-font-display);font-size:clamp(32px,6vw,68px);letter-spacing:-2px;font-weight:800;margin:0 0 20px;line-height:1.05}.hermes-cta-final h2 .hermes-h2__accent{color:var(--hermes-accent)}.hermes-cta-final p{font-size:17px;opacity:.7;max-width:540px;margin:0 auto 30px}.hermes-cta-final__btn{display:inline-block;padding:17px 30px;border-radius:999px;background:var(--hermes-accent);color:#fff;font-size:16px;font-weight:700;text-decoration:none;box-shadow:0 20px 50px -10px rgba(255,107,53,.7)}.hermes-cta-final__bottom{margin-top:56px;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding-top:22px;font-size:13px;color:rgba(255,255,255,.5)}.hermes-cta-final__bottom-left{display:flex;align-items:center;gap:10px}.hermes-cta-final__bottom-right{display:flex;gap:22px;flex-wrap:wrap}.hermes-cta-final__bottom-right a{color:inherit;text-decoration:none}@media (min-width:680px){.hermes-hero,.hermes-section{padding:80px 32px}.hermes-grid--2{grid-template-columns:1fr 1fr;gap:22px}.hermes-grid--3{gap:18px}.hermes-grid--3,.hermes-grid--4{grid-template-columns:repeat(2,1fr)}.hermes-cta-final{padding:100px 32px}}@media (min-width:1024px){.hermes-section{padding:100px 40px}.hermes-hero{padding:100px 40px 110px}.hermes-hero__layout{grid-template-columns:1.05fr 1fr;gap:60px}.hermes-grid--3{grid-template-columns:repeat(3,1fr)}.hermes-grid--4{grid-template-columns:repeat(4,1fr)}.hermes-split{grid-template-columns:1fr 1.2fr;gap:60px}}@keyframes dash-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes dash-spin{to{transform:rotate(1turn)}}.dash-shell{min-height:100vh;width:100%;max-width:100vw;overflow-x:clip;background:var(--hermes-bg);color:var(--hermes-ink);font-family:var(--hermes-font-body);display:flex;position:relative}.dash-shell__main{flex:1 1;min-width:0;max-width:100%;display:flex;flex-direction:column}.dash-shell__content{padding:20px 16px 96px;flex:1 1}.dash-sidebar{display:none}.dash-stat,.dash-stat__label,.dash-stat__sub,.dash-stat__value{min-width:0;max-width:100%}.dash-stat__label,.dash-stat__sub,.dash-stat__value{overflow:hidden;text-overflow:ellipsis}.dash-stat__value{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dash-stat__sub,.dash-stat__value{overflow-wrap:anywhere}.dash-pagehead{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.dash-pagehead__actions{display:flex;gap:8px;flex-wrap:wrap}.dash-sidebar__brand{display:flex;align-items:center;gap:10px;padding:0 8px 20px}.dash-sidebar__label{font-family:var(--hermes-font-mono);font-size:10px;letter-spacing:1.5px;color:var(--hermes-ink-subtle);padding:0 10px 8px;text-transform:uppercase}.dash-sidebar__nav{display:flex;flex-direction:column;gap:2px}.dash-sidebar__item{display:flex;align-items:center;gap:10px;padding:8px 10px;min-height:44px;border-radius:8px;font-size:14px;font-weight:500;color:var(--hermes-ink-muted);text-decoration:none;border-left:3px solid transparent;transition:background .12s,color .12s;position:relative}.dash-sidebar__item[data-active=true]{background:var(--hermes-accent-soft);color:var(--hermes-ink);font-weight:600;border-left-color:var(--hermes-accent);padding-left:7px}.dash-sidebar__icon{width:16px;text-align:center;color:var(--hermes-ink-subtle)}.dash-sidebar__icon[data-active=true]{color:var(--hermes-accent)}.dash-sidebar__item[data-pending=true]{background:var(--hermes-accent-soft);color:var(--hermes-ink)}.dash-sidebar__item[data-pending=true]:after{content:"";position:absolute;right:10px;width:12px;height:12px;border-radius:999px;border:2px solid rgba(255,107,53,.28);border-top:2px solid var(--hermes-accent);animation:dash-spin .72s linear infinite}.dash-route-progress{position:fixed;top:0;left:0;z-index:80;height:3px;width:42vw;max-width:520px;background:linear-gradient(90deg,var(--hermes-accent),#0ba56f);box-shadow:0 0 18px rgba(255,107,53,.35);animation:dash-route-progress .9s ease-in-out infinite;pointer-events:none}.dash-sidebar__badge{font-family:var(--hermes-font-mono);font-size:10px;font-weight:600;padding:1px 6px;border-radius:999px;background:var(--hermes-hairline);color:var(--hermes-ink-muted)}.dash-sidebar__footer{margin-top:auto;padding:12px 10px;border-top:1px solid var(--hermes-hairline)}.dash-topbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 16px;border-bottom:1px solid var(--hermes-hairline);background:rgba(255,255,255,.78);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:10}.dash-topbar__brand{display:none}.dash-topbar__title{min-width:0;color:var(--hermes-ink-muted);font-family:var(--hermes-font-mono);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;margin-left:auto;flex-wrap:wrap}.dash-mobile-menu,.dash-mobile-menu-toggle{display:none}.dash-mobile-menu-toggle{align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--hermes-hairline-strong);border-radius:8px;background:var(--hermes-surface);color:var(--hermes-ink)}.dash-mobile-menu-toggle__icon{font-size:20px;line-height:1}.dash-mobile-menu__item{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid var(--hermes-hairline);border-radius:8px;background:var(--hermes-surface);color:var(--hermes-ink-muted);text-decoration:none;font-size:14px;font-weight:600;position:relative}.dash-mobile-menu__item[data-active=true]{border-color:rgba(255,107,53,.36);background:var(--hermes-accent-soft);color:var(--hermes-ink)}.dash-mobile-menu__icon{width:18px;text-align:center;color:var(--hermes-ink-subtle)}.dash-mobile-menu__icon[data-active=true]{color:var(--hermes-accent)}.dash-language-switch{display:inline-flex;align-items:center;flex-shrink:0;padding:2px;border:1px solid var(--hermes-hairline-strong);border-radius:8px;background:var(--hermes-surface)}.dash-language-switch__button{min-width:44px;height:44px;border:0;border-radius:6px;background:transparent;color:var(--hermes-ink-muted);cursor:pointer;font-family:var(--hermes-font-mono);font-size:11px;font-weight:700}.dash-language-switch__button[data-active=true]{background:var(--hermes-ink);color:#fff}.dash-topbar__email{max-width:min(240px,42vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--hermes-hairline);border-radius:8px;background:var(--hermes-surface);color:var(--hermes-ink-muted);font-family:var(--hermes-font-mono);font-size:11px;font-weight:600;padding:12px 10px}.dash-tabbar{position:fixed;bottom:0;left:0;right:0;border-top:1px solid var(--hermes-hairline);background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:10px 8px env(safe-area-inset-bottom,12px);display:flex;justify-content:space-around;z-index:20}.dash-tabbar__item{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;flex:1 1;min-height:44px;justify-content:center;position:relative}@keyframes dash-route-progress{0%{transform:translateX(-105%)}55%{transform:translateX(60vw)}to{transform:translateX(105vw)}}.dash-tabbar__item[data-pending=true]:after{content:"";position:absolute;top:4px;width:5px;height:5px;border-radius:999px;background:var(--hermes-accent)}@media (min-width:768px){.dash-shell__content{padding:24px 24px 32px}.dash-topbar{padding:14px 24px}}@media (max-width:767px){.dash-shell__content{padding-left:14px;padding-right:14px}.dash-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.dash-topbar__brand{display:inline-flex;align-items:center;gap:8px;min-width:0;font-weight:800;font-size:13px}.dash-topbar__brand svg{width:24px;height:24px;flex:0 0 auto}.dash-topbar__title{font-size:12px}.dash-mobile-menu-toggle{display:inline-flex}.dash-topbar__actions{grid-column:1/-1;width:100%;margin-left:0;justify-content:flex-start;overflow:hidden}.dash-topbar__actions>a,.dash-topbar__actions>button{max-width:100%}.dash-language-switch__button{min-width:42px}.dash-topbar__email{flex:1 1 150px;max-width:100%;min-width:0}.dash-mobile-menu[data-open=true]{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;width:100%}}@media (min-width:768px) and (max-width:1023px){.dash-topbar{align-items:flex-start}.dash-mobile-menu-toggle{display:inline-flex}.dash-topbar__actions{max-width:70%}.dash-mobile-menu[data-open=true]{flex-basis:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;width:100%}}@media (min-width:1024px){.dash-shell__content{padding:28px}.dash-topbar{padding:14px 28px}.dash-tabbar{display:none}.dash-sidebar{display:flex;width:240px;flex-shrink:0;background:var(--hermes-surface);border-right:1px solid var(--hermes-hairline);flex-direction:column;padding:20px 14px;min-height:100vh;position:-webkit-sticky;position:sticky;top:0}.dash-pagehead{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:28px;gap:24px}}.dash-loading{display:grid;grid-gap:18px;gap:18px}.dash-loading__head{display:grid;grid-gap:10px;gap:10px;margin-bottom:6px}.dash-loading-card{min-height:120px;border:1px solid var(--hermes-hairline);border-radius:12px;padding:18px;background:var(--hermes-surface);display:grid;grid-gap:12px;gap:12px;align-content:start}.dash-loading-card--tall{min-height:260px}.dash-skeleton{display:block;border-radius:8px;background:linear-gradient(90deg,rgba(10,15,26,.06),rgba(10,15,26,.12) 42%,rgba(10,15,26,.06) 78%);background-size:220% 100%;animation:dash-shimmer 1.1s ease-in-out infinite}.dash-skeleton--eyebrow{width:120px;height:12px}.dash-skeleton--title{width:min(420px,78vw);height:32px}.dash-skeleton--copy{width:min(560px,84vw);height:14px}.dash-skeleton--label{width:80px;height:11px}.dash-skeleton--value{width:58%;height:28px}.dash-skeleton--row,.dash-skeleton--row-short{width:100%;height:38px}.dash-skeleton--row-short{width:68%}.dash-grid{display:grid;grid-gap:16px;gap:16px}.dash-grid,.dash-grid>*{min-width:0}.dash-grid--stats{grid-template-columns:1fr}@media (min-width:520px){.dash-grid--stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.dash-grid--stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.dash-grid--split{grid-template-columns:1fr}@media (min-width:960px){.dash-grid--split{grid-template-columns:1.4fr 1fr}}.dash-recent-card__head,.dash-runtime-activity{min-width:0}.dash-recent-row,.dash-recent-row__body,.dash-recent-row__preview,.dash-recent-row__title{min-width:0;max-width:100%}.dash-recent-row__preview,.dash-recent-row__title{display:block}.dash-recent-row__preview{overflow-wrap:anywhere}.dash-conversation-row,.dash-conversations-card__head,.dash-conversations-table__head,.dash-runtime-panel,.dash-runtime-phase,.dash-runtime-phase__action,.dash-runtime-phase__copy{min-width:0}.dash-conversation-row__handle,.dash-conversation-row__meta,.dash-conversation-row__preview{min-width:0;overflow:hidden;text-overflow:ellipsis}.dash-conversation-row__handle,.dash-conversation-row__preview{overflow-wrap:anywhere}.dash-billing-plan-summary,.dash-settings-account__email{max-width:100%}@media (max-width:767px){.dash-grid--split{grid-template-columns:1fr}.dash-recent-row{align-items:flex-start!important;gap:10px!important}.dash-recent-row__preview{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal!important}.dash-recent-row__time{flex:0 0 auto;max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-runtime-panel{padding:18px!important;border-radius:14px!important}.dash-runtime-phase{grid-template-columns:auto minmax(0,1fr)!important;gap:12px!important;align-items:flex-start!important}.dash-runtime-phase__action{grid-column:2}.dash-conversations-card__head{align-items:flex-start!important;flex-direction:column}.dash-conversations-table__head{display:none!important}.dash-conversation-row{grid-template-columns:1fr!important;gap:8px!important;align-items:start!important}.dash-conversation-row__preview{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal!important}.dash-conversation-row__meta{text-align:left!important;font-size:12px!important}.dash-conversation-row__meta:before{color:var(--hermes-ink-subtle)}}.dash-grid--plans{grid-template-columns:1fr}@media (min-width:720px){.dash-grid--plans{grid-template-columns:1fr 1fr}}@media (min-width:1100px){.dash-grid--plans{grid-template-columns:1.1fr 1fr 380px}}