:root{color-scheme:dark;--bg:#071722;--ink:#eafdff;--muted:#b5d1df;--edge:#63ddff3d;--surface:#092536d9;--shine:#eafdff20;--accent:#63ddff;--quiet:#0c3045;--gradient:radial-gradient(ellipse at 88% 62%,#08639665,transparent 52%),linear-gradient(135deg,#071722,#092536);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
:root[data-theme=light]{color-scheme:light;--bg:#eaf4fa;--ink:#071722;--muted:#486373;--edge:#468cad52;--surface:#f6fcffdd;--shine:#fff;--accent:#075e8c;--quiet:#deeff8;--gradient:radial-gradient(ellipse at 88% 62%,#13a7e625,transparent 54%),linear-gradient(135deg,#f5fbff,#e4f1f8)}
*{box-sizing:border-box}body.public-page{margin:0;min-height:100svh;background:var(--gradient);color:var(--ink);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button{cursor:pointer}svg{width:24px;height:24px;flex:none}.skip{position:absolute;transform:translateY(-150%);padding:12px;background:var(--bg);z-index:99}.skip:focus{transform:none}
.public-header{min-height:88px;margin:0 clamp(20px,5vw,80px);display:flex;gap:32px;align-items:center;border-bottom:1px solid var(--edge)}.product-brand{display:flex;gap:12px;align-items:center;white-space:nowrap;font-size:22px;letter-spacing:-.045em}.product-brand>svg{width:38px;height:38px;padding:8px;border:1px solid var(--edge);border-radius:9px;background:linear-gradient(130deg,#086396,#13a7e6);color:#fff;box-shadow:inset 0 1px 0 #eafdff77}.product-brand strong{font-weight:650}.product-brand strong span{font-weight:400;color:var(--muted);margin-left:3px}.public-header nav{display:flex;gap:24px;margin:auto;font-size:13px;color:var(--muted)}.public-header nav a{min-height:44px;display:flex;align-items:center;border-bottom:2px solid transparent}.public-header nav a[aria-current=page]{color:var(--ink);border-color:var(--accent)}.header-actions{display:flex;gap:20px;align-items:center}.signin{font-size:14px;white-space:nowrap;padding:12px 0}#public-theme{width:44px;height:44px;flex:none;border:1px solid var(--edge);border-radius:9px;background:var(--surface);color:var(--ink);font-size:24px;box-shadow:inset 0 1px 0 var(--shine)}.breadcrumbs{display:flex;gap:12px;margin:22px clamp(20px,5vw,80px) 0;color:var(--muted);font-size:12px;min-height:24px;align-items:center}.breadcrumbs a:hover{text-decoration:underline}
.hero{width:100%;max-width:1600px;flex:1;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(32px,5vw,90px);align-items:center;padding:48px clamp(20px,5vw,80px) 64px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:600;color:var(--accent);margin:0 0 22px}h1{font-size:clamp(32px,3.7vw,56px);line-height:1.1;font-weight:600;letter-spacing:-.045em;margin:0 0 24px}.lede{font-size:17px;line-height:1.65;color:var(--muted);max-width:390px;margin:0 0 30px;text-wrap:pretty}.actions{display:flex;gap:12px;flex-wrap:wrap}.action{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;padding:13px 17px;min-height:48px;font-size:14px;font-weight:550;border:1px solid var(--edge);border-radius:9px;box-shadow:inset 0 1px 0 var(--shine);transition:transform 180ms,background 180ms}.action.primary{background:linear-gradient(110deg,#086396,#087cae);color:#fff;border-color:#63ddff68}.action.secondary{background:var(--surface)}.action:hover,.product-card:hover{transform:translateY(-2px);border-color:var(--accent)}.public-footer{margin:0 clamp(20px,5vw,80px);border-top:1px solid var(--edge);padding:22px 0;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.public-footer a{white-space:nowrap;color:var(--ink)}
.hero-visual{position:relative;min-width:0}.hero-visual:before{content:"";position:absolute;inset:-70px -20px;background:radial-gradient(ellipse,#13a7e618,transparent 68%);pointer-events:none}.product-art{position:relative;border:1px solid var(--edge);border-radius:20px;background:var(--surface);box-shadow:inset 0 1px 0 var(--shine),0 28px 65px #00131d24;backdrop-filter:blur(24px);overflow:hidden;transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)}.art-top{height:66px;display:flex;align-items:center;gap:10px;padding:0 22px;border-bottom:1px solid var(--edge);font-size:13px}.art-top svg{color:var(--accent);width:19px;height:19px}.art-top b{font-weight:550}.art-caption{margin-left:auto;color:var(--muted);font-size:10px;white-space:nowrap}.mail-columns{display:grid;grid-template-columns:24% 37% 39%;height:270px}.mini-nav{display:flex;flex-direction:column;gap:19px;padding:20px 12px;border-right:1px solid var(--edge);font-size:10px;color:var(--muted)}.mini-nav b{color:var(--ink);background:var(--quiet);margin:0 -4px;padding:9px 6px;border-radius:6px}.mini-compose{background:linear-gradient(110deg,#086396,#087cae);padding:9px 6px;color:#fff;border-radius:6px;white-space:nowrap}.mini-list>div{height:85px;border-bottom:1px solid var(--edge);padding:22px 12px}.mini-selected{background:var(--quiet);border-left:2px solid var(--accent)}.inkline{display:block;height:5px;border-radius:3px;background:currentColor;opacity:.16;width:100%;margin:10px 0}.inkline.short{width:64%}.mini-list i{display:block;height:6px;width:42%;background:var(--accent);opacity:.7;border-radius:3px}.mini-message{padding:28px 20px;border-left:1px solid var(--edge);color:var(--muted)}.mini-message>svg{height:32px;width:32px;color:var(--accent);margin:8px 0 30px}.mini-reply{font-size:10px;display:block;border:1px solid var(--edge);border-radius:6px;padding:7px;margin-top:28px;width:64px}
.feature-stack,.office-products{display:grid;gap:14px;position:relative}.feature-stack article,.product-card{padding:24px;border:1px solid var(--edge);border-radius:16px;background:var(--surface);box-shadow:inset 0 1px 0 var(--shine);display:flex;gap:20px;align-items:center;backdrop-filter:blur(24px)}h2{font-size:17px;font-weight:550;letter-spacing:-.025em;margin:0 0 6px}.feature-stack p,.product-card p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.feature-stack svg,.step-number{color:var(--accent)}.step-number{font-size:13px;font-variant-numeric:tabular-nums}.product-card{transition:transform 180ms}.product-card>span:last-child{margin-left:auto;color:var(--accent)}.tile{border:1px solid #63ddff55;border-radius:12px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#086396,#092536);box-shadow:inset 0 1px 0 #eafdff36;color:#eafdff;flex:none}
.art-workspace{height:300px;background:var(--quiet);padding:20px;display:flex;gap:16px}.paper{background:#f8fdff;color:#163b50;padding:24px;width:75%;margin:auto;border-radius:2px;box-shadow:0 10px 20px #07172222;transform:rotate(-2deg)}.doc-title{font-size:24px;letter-spacing:-.04em;font-weight:600}.doc-quote{margin:22px 0;border-left:2px solid #13a7e6;padding-left:12px;font-size:14px;color:#086396}.slide-thumbs{display:grid;align-content:start;gap:12px;width:46px}.slide-thumbs i{height:32px;border:1px solid var(--edge);background:var(--surface);border-radius:3px}.sample-slide{align-self:center;flex:1;position:relative;overflow:hidden;padding:30px 20px;min-height:190px;background:linear-gradient(125deg,#071722,#086396);color:#eafdff;border:1px solid #63ddff66;border-radius:5px}.sample-slide>span{font-size:9px;color:#b5d1df}.sample-slide strong{position:relative;display:block;font-size:30px;font-weight:550;line-height:1.1;letter-spacing:-.035em;margin:18px 0;z-index:1}.slide-orbit{position:absolute;width:240px;height:240px;border:1px solid #63ddff80;border-radius:50%;right:-100px;top:-20px;box-shadow:0 0 80px #13a7e640}.sample-grid{display:grid;width:100%;grid-template-columns:30px repeat(3,1fr);grid-template-rows:30px repeat(4,1fr);background:var(--surface);border:1px solid var(--edge);font-size:11px}.sample-grid>*{border-right:1px solid var(--edge);border-bottom:1px solid var(--edge);padding:12px 6px;text-align:center}.sample-grid>span{color:var(--muted);background:var(--quiet);padding:8px}.sample-grid b{font-weight:500}.sample-grid .cell-selected{border:2px solid var(--accent);background:var(--quiet)}
@media(max-width:1000px){.public-header{gap:20px}.public-header nav{gap:14px}.hero{gap:30px}.product-brand{font-size:19px}.actions{flex-direction:column;align-items:flex-start}.mail-columns{grid-template-columns:30% 42% 28%}.mini-message{padding:20px 10px}}
@media(max-width:720px){.public-header{min-height:76px;flex-wrap:wrap;gap:0;padding-top:14px}.product-brand{font-size:20px}.header-actions{margin-left:auto;gap:16px}.public-header nav{order:3;width:100%;justify-content:space-between;font-size:12px;gap:10px;min-height:47px}.breadcrumbs{margin-top:16px}.hero{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding-top:30px;padding-bottom:32px;gap:28px}.eyebrow{margin-bottom:14px}h1{font-size:36px;margin-bottom:16px}.lede{font-size:15px;margin-bottom:22px;max-width:100%}.actions{flex-direction:row;align-items:stretch}.action{font-size:13px;padding:12px;gap:12px}.hero-visual:has(.product-art){display:none}.feature-stack article,.product-card{padding:16px;gap:14px}.feature-stack p,.product-card p{font-size:12px}.feature-stack h2,.product-card h2{font-size:15px}.public-footer{font-size:11px;padding:18px 0;flex-wrap:wrap;gap:12px}.public-footer>span{max-width:100%}.tile{width:44px;height:44px}.hero:has(.office-products){gap:24px}.hero:has(.feature-stack) h1 br{display:none}.hero:has(.feature-stack) .lede{font-size:14px}.hero:has(.feature-stack){padding-top:20px;gap:20px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
@media(prefers-reduced-transparency:reduce){:root{--surface:#092536}:root[data-theme=light]{--surface:#f6fcff}.product-art,.feature-stack article,.product-card{backdrop-filter:none;box-shadow:none}.hero-visual:before{display:none}}
