:root { --ink:#10182e; --muted:#63708a; --line:#dfe5ef; --paper:#f7f8fc; --white:#fff; --navy:#0c1327; --blue:#5576f2; --sky:#dfe8ff; --mint:#a9ead7; --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.5} a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:8px;z-index:5}.skip-link:focus{left:8px}.site-header{width:min(1220px,calc(100% - 48px));height:88px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:-.6px}.brand-mark{width:25px;height:25px;border-radius:8px;background:var(--blue);display:inline-flex;align-items:flex-end;justify-content:center;gap:2px;padding:6px 5px}.brand-mark i{width:3px;background:#fff;border-radius:8px}.brand-mark i:nth-child(1){height:6px}.brand-mark i:nth-child(2){height:11px}.brand-mark i:nth-child(3){height:8px}.nav{display:flex;gap:30px;color:#43506a;font-size:14px;font-weight:650}.nav a:hover,.site-footer a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;padding:14px 20px;background:var(--ink);color:#fff;font-size:14px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(18,29,55,.18)}.button-small{padding:10px 15px;font-size:13px}.button-primary{background:var(--blue);box-shadow:0 10px 20px rgba(85,118,242,.25)}.button-light{background:#fff;color:var(--navy)}.full{width:100%}.hero{width:min(1220px,calc(100% - 48px));min-height:580px;margin:16px auto 0;padding:72px 70px;overflow:hidden;position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:48px;border-radius:28px;background:linear-gradient(130deg,#eef1ff 0%,#eef4ff 51%,#dae7ff 100%)}.hero-copy{position:relative;z-index:1}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 17px;color:#53617d;font-size:10px;font-weight:800;letter-spacing:1.5px}.eyebrow span{width:22px;height:2px;background:#7591ff}.hero h1,.section h2,.closing h2{margin:0;letter-spacing:-2.8px;line-height:1.03;font-size:clamp(42px,5vw,68px)}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#516dda}.hero-summary{max-width:470px;margin:25px 0;color:#53617a;font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:750}.text-link span{display:inline-block;transition:transform .2s}.text-link:hover span{transform:translateX(4px)}.release-note{display:flex;align-items:center;gap:8px;margin:28px 0 0;color:#64718a;font-size:12px}.release-note strong{color:#3b4967}.status-dot{width:8px;height:8px;border-radius:50%;background:#35b686;box-shadow:0 0 0 4px rgba(53,182,134,.12)}.app-showcase{position:relative;height:420px;min-width:0}.glow{position:absolute;border-radius:50%;filter:blur(2px)}.glow-a{width:330px;height:330px;right:30px;top:36px;background:rgba(122,170,255,.38)}.glow-b{width:190px;height:190px;left:10px;bottom:0;background:rgba(167,128,255,.23)}.app-window{position:absolute;inset:42px 0 0 12px;overflow:hidden;border:1px solid rgba(255,255,255,.85);border-radius:17px;background:#fbfcff;box-shadow:0 30px 60px rgba(40,69,137,.22);transform:perspective(1000px) rotateY(-4deg) rotateX(1deg)}.window-bar{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;background:rgba(239,243,252,.9);border-bottom:1px solid #e5eaf5;font-size:10px;color:#73809a}.window-title{display:flex;align-items:center;gap:7px}.mini-mark{display:grid;place-items:center;width:18px;height:18px;border-radius:5px;background:var(--blue);color:#fff;font-weight:800}.window-actions{display:flex;gap:7px}.window-actions i{width:8px;height:8px;border-radius:50%;background:#d2d9e8}.app-layout{display:flex;height:calc(100% - 42px)}.app-rail{width:49px;padding:15px 0;display:flex;flex-direction:column;align-items:center;gap:19px;border-right:1px solid #edf0f7;color:#94a2bd;font-size:16px}.app-rail span{width:27px;height:27px;display:grid;place-items:center}.app-rail .rail-active{border-radius:8px;background:#e2e9ff;color:#5b77ef}.app-content{flex:1;padding:18px 20px;min-width:0}.app-toolbar{display:flex;align-items:start;justify-content:space-between}.app-toolbar small{color:#93a0b7;font-size:8px;letter-spacing:1px}.app-toolbar h2{margin:3px 0 14px;font-size:16px;letter-spacing:-.4px}.app-toolbar button{border:0;border-radius:7px;background:#5978f2;color:#fff;padding:7px 9px;font:700 9px var(--sans)}.weekdays{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-bottom:12px}.weekdays span{display:grid;gap:2px;padding:5px;color:#8b98b2;font-size:8px;text-align:center}.weekdays b{color:#64718b;font-size:11px}.weekdays .today{border-radius:7px;background:#e9eeff;color:#5574ef}.weekdays .today b{color:#5574ef}.task-card{display:flex;align-items:center;gap:9px;margin:7px 0;padding:9px 10px;border:1px solid #ebeff7;border-radius:9px;background:#fff}.task-blue{background:#f4f6ff;border-color:#e1e7ff}.task-card div{min-width:0;flex:1}.task-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.task-card small{display:block;margin-top:2px;color:#94a0b6;font-size:8px}.task-check{display:grid;place-items:center;flex:none;width:15px;height:15px;border-radius:50%;background:#5c7bf1;color:#fff;font-size:8px}.task-check.empty{border:1.5px solid #b9c4d8;background:#fff}.tag{border-radius:6px;background:#dbe4ff;color:#5a76dc;padding:3px 5px;font-size:7px;font-weight:700}.avatar{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#e6c7c0;color:#79534c;font-size:8px;font-weight:700}.app-progress{margin-top:14px;color:#8390a9;font-size:8px}.app-progress strong{float:right;color:#58647d}.app-progress div{clear:both;width:100%;height:5px;margin-top:6px;overflow:hidden;border-radius:6px;background:#e9edf5}.app-progress i{display:block;width:60%;height:100%;border-radius:inherit;background:#66c6a6}.floating-note{position:absolute;right:-25px;bottom:3px;z-index:1;display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(255,255,255,.9);border-radius:12px;background:rgba(255,255,255,.89);box-shadow:0 18px 32px rgba(54,72,126,.2)}.floating-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#f1e8ff;color:#8964e6;font-size:13px}.floating-note small{display:block;color:#909bb0;font-size:8px;letter-spacing:.7px}.floating-note strong{display:block;margin-top:2px;white-space:nowrap;font-size:10px}.trust-strip{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:28px 0 67px;display:flex;justify-content:center;gap:24px;color:#78839a;font-size:12px}.trust-strip p{margin:0}.trust-strip span{color:#acb5c7}.section{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:88px 0}.section-heading{max-width:630px}.section-heading h2{font-size:clamp(35px,4.1vw,53px)}.section-heading>p:last-child{max-width:520px;margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:49px}.feature-card{position:relative;min-height:285px;overflow:hidden;padding:30px;border:1px solid #e3e8f1;border-radius:21px;background:#fff}.feature-large{grid-row:span 2;min-height:588px;background:linear-gradient(152deg,#fff 24%,#f0f5ff)}.feature-dark{color:#eff3ff;border:0;background:linear-gradient(140deg,#172858,#0e1731)}.accent-card{background:#e7fbf5}.card-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:25px;border-radius:11px;background:#e6ebff;color:#5572ea;font-size:20px;font-weight:700}.feature-dark .card-icon{background:rgba(163,185,255,.15);color:#bad0ff}.accent-card .card-icon{background:#c8f5e9;color:#138b6c}.calendar-icon{display:grid;grid-template-columns:repeat(2,5px);gap:3px;align-content:center}.calendar-icon i{height:5px;border-radius:2px;background:#5975ef}.feature-kicker{margin:0 0 8px;color:#73819a;font-size:9px;font-weight:850;letter-spacing:1.3px}.feature-dark .feature-kicker{color:#9db0df}.feature-card h3{max-width:390px;margin:0;font-size:25px;letter-spacing:-1px;line-height:1.12}.feature-card>p:last-of-type{max-width:390px;margin:13px 0;color:#65728a;font-size:13px;line-height:1.65}.feature-dark>p:last-of-type{color:#bac6e7}.calendar-preview{position:absolute;right:22px;bottom:22px;left:22px;padding:15px;border:1px solid #e0e7f5;border-radius:13px;background:#fff;box-shadow:0 16px 28px rgba(70,92,150,.09);transform:rotate(-2deg)}.calendar-preview>div{display:flex;justify-content:space-between;color:#76839a;font-size:9px}.calendar-preview b{font-size:8px}.calendar-preview section{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:13px}.calendar-preview i{height:28px;border-radius:5px;background:#edf1f8}.calendar-preview i:nth-child(3),.calendar-preview i:nth-child(4){background:#cbd8ff}.project-icon{font-size:23px}.project-bars{position:absolute;right:30px;bottom:28px;left:30px;display:grid;gap:11px}.project-bars span{height:9px;border-radius:99px;background:rgba(255,255,255,.13)}.project-bars i{display:block;width:68%;height:100%;border-radius:inherit;background:#7692ff}.project-bars span:nth-child(2) i{width:44%;background:#7dd2bf}.project-bars span:nth-child(3) i{width:79%;background:#c1a8ff}.workflow-section{padding-top:24px}.workflow-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;padding:65px 70px;border-radius:25px;background:var(--navy);color:#fff}.workflow-copy .eyebrow{color:#aebbd7}.workflow-copy .eyebrow span{background:#7a95ff}.workflow-copy h2{font-size:clamp(37px,4vw,53px)}.workflow-copy>p:not(.eyebrow){max-width:360px;margin:22px 0 28px;color:#b3bed4;line-height:1.7}.text-link.light{color:#b8c9ff}.steps{margin:0;padding:0;list-style:none}.steps li{display:flex;gap:22px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.13)}.steps li:first-child{padding-top:5px}.steps li:last-child{border:0}.steps span{color:#87a2ff;font-size:13px;font-weight:800}.steps h3{margin:0;font-size:19px;letter-spacing:-.4px}.steps p{max-width:350px;margin:7px 0 0;color:#aeb9cf;font-size:13px}.desktop-section{display:grid;grid-template-columns:1.12fr .88fr;gap:95px;align-items:center}.desktop-copy h2{font-size:clamp(35px,4.1vw,53px)}.desktop-copy>p:not(.eyebrow){max-width:550px;margin:22px 0;color:var(--muted);line-height:1.75}.desktop-copy ul{margin:27px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px;color:#4d5a72;font-size:13px}.desktop-copy li{padding-left:20px;position:relative}.desktop-copy li:before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;border-radius:50%;background:#9edfcf;box-shadow:0 0 0 4px #e4f8f2}.download-card{padding:36px;border-radius:23px;background:linear-gradient(145deg,#dce7ff,#eff3ff);box-shadow:0 20px 40px rgba(66,91,168,.1)}.download-symbol{display:grid;place-items:center;width:62px;height:62px;margin-bottom:35px;border-radius:19px;background:#5d79ee;box-shadow:0 12px 20px rgba(78,105,213,.24)}.download-symbol .brand-mark{transform:scale(1.45);background:transparent}.download-card p{margin:0;color:#61708b;font-size:12px;font-weight:750}.download-card h3{margin:8px 0 25px;font-size:27px;letter-spacing:-1px;line-height:1.15}.download-card small{display:block;margin-top:14px;color:#6f7f9e;font-size:10px;text-align:center}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:85px;padding-top:45px}.faq-list{border-top:1px solid #dbe2ec}.faq-list details{border-bottom:1px solid #dbe2ec}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;padding:20px 0;font-size:16px;font-weight:730;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;font-weight:350;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg);color:var(--blue)}.faq-list p{max-width:660px;margin:0;padding:0 28px 20px 0;color:var(--muted);font-size:14px;line-height:1.75}.faq-list p a{color:#4668df;text-decoration:underline}.closing{width:min(1220px,calc(100% - 48px));margin:8px auto 0;padding:62px 70px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-radius:25px;background:linear-gradient(115deg,#516de3,#9a86ee);color:#fff}.closing .eyebrow{color:#dce5ff}.closing .eyebrow span{background:#dce5ff}.closing h2{font-size:clamp(34px,4.5vw,55px)}.site-footer{width:min(1120px,calc(100% - 48px));margin:auto;padding:38px 0 46px;display:grid;grid-template-columns:1fr auto;gap:28px;color:#68758c}.site-footer>div{display:flex;gap:20px;font-size:12px}.site-footer small{grid-column:1/-1;font-size:11px}
@media(max-width:850px){.nav{display:none}.hero{grid-template-columns:1fr;padding:55px 42px 35px;gap:20px}.app-showcase{height:350px}.feature-grid{grid-template-columns:1fr}.feature-large{min-height:420px;grid-row:auto}.workflow-panel,.desktop-section,.faq-section{grid-template-columns:1fr;gap:42px}.desktop-section{padding-top:60px}.faq-section{padding-top:52px}.closing{padding:48px}.trust-strip{gap:11px;flex-wrap:wrap}.trust-strip span{display:none}.trust-strip p{width:100%;text-align:center}.site-footer{grid-template-columns:1fr}.site-footer>div{flex-wrap:wrap}.site-footer small{grid-column:auto}}
@media(max-width:560px){.site-header{width:calc(100% - 32px);height:72px}.button-small{padding:9px 11px;font-size:11px}.hero,.section,.closing,.site-footer,.trust-strip{width:calc(100% - 32px)}.hero{min-height:0;margin-top:8px;padding:43px 24px 24px;border-radius:21px}.hero h1,.section h2,.closing h2{letter-spacing:-2px}.hero-summary{font-size:15px}.app-showcase{height:278px}.app-window{inset:26px 0 0 0}.app-content{padding:13px 12px}.app-rail{width:35px;gap:12px;font-size:12px}.task-card{margin:5px 0;padding:7px}.floating-note{right:-13px;padding:8px}.floating-note strong{font-size:8px}.floating-note small{font-size:7px}.section{padding:60px 0}.feature-grid{margin-top:33px}.feature-card{min-height:250px;padding:24px}.feature-large{min-height:360px}.workflow-panel{padding:38px 27px;border-radius:19px}.desktop-copy ul{grid-template-columns:1fr}.download-card{padding:29px}.faq-list summary{font-size:14px}.closing{display:block;padding:38px 26px}.closing .button{margin-top:25px;width:100%}.site-footer>div{gap:14px}.release-note{line-height:1.5;align-items:flex-start}.release-note .status-dot{margin-top:4px;flex:none}}

/* Product-first visual direction for the public site. */
.hero-proof{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0 25px}.hero-proof span{padding:6px 9px;border:1px solid rgba(86,113,211,.18);border-radius:999px;background:rgba(255,255,255,.52);color:#485a86;font-size:10px;font-weight:760}.app-showcase{height:458px;isolation:isolate}.hero-mockup{position:absolute;inset:0 -80px 0 -15px;width:calc(100% + 95px);height:100%;object-fit:cover;object-position:center;border-radius:22px;box-shadow:0 30px 54px rgba(32,59,128,.22);mix-blend-mode:multiply}.mockup-callout{position:absolute;right:-19px;bottom:11px;z-index:2;display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid rgba(255,255,255,.72);border-radius:12px;background:rgba(10,23,58,.86);box-shadow:0 16px 32px rgba(26,48,111,.24);color:#fff}.mockup-callout>span{color:#66d5ad;font-size:15px}.mockup-callout small{display:block;color:#b9cbff;font-size:7px;font-weight:800;letter-spacing:1px}.mockup-callout strong{display:block;max-width:188px;margin-top:3px;font-size:9px;line-height:1.35}.task-capability-list{position:absolute;right:28px;bottom:137px;left:28px;display:grid;gap:6px}.task-capability-list span{width:max-content;max-width:100%;padding:5px 8px;border-radius:6px;background:rgba(86,113,235,.08);color:#5065bb;font-size:10px;font-weight:750}.desktop-presence{position:absolute;right:26px;bottom:26px;left:26px;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.07);color:#dbe6ff;font-size:10px;font-weight:700}.presence-orb{width:9px;height:9px;border-radius:50%;background:#74dfbf;box-shadow:0 0 0 5px rgba(116,223,191,.12)}.desktop-presence i{margin-left:auto;color:#93a8dc;font-style:normal;font-size:16px}@media(max-width:850px){.app-showcase{height:355px}.hero-mockup{inset:0;width:100%;border-radius:17px}.mockup-callout{right:7px}.task-capability-list{bottom:125px}}@media(max-width:560px){.hero-proof{margin:16px 0 20px}.hero-proof span{font-size:8.5px}.app-showcase{height:240px}.hero-mockup{object-position:58% center}.mockup-callout{right:5px;bottom:5px;padding:7px 8px}.mockup-callout strong{max-width:145px;font-size:7px}.mockup-callout small{font-size:5.5px}.task-capability-list{position:static;margin-top:17px}.task-capability-list span{font-size:8.5px}.feature-large{min-height:430px}.calendar-preview{bottom:20px}}
.install-note{display:flex;gap:10px;max-width:515px;margin:18px 0 0;padding:11px 13px;border:1px solid rgba(221,169,72,.32);border-radius:12px;background:rgba(255,250,237,.72);color:#5d512d}.install-note-icon{display:grid;place-items:center;flex:none;width:27px;height:27px;border-radius:9px;background:#ffedbd;font-size:14px}.install-note strong{display:block;font-size:10.5px;line-height:1.35}.install-note p{margin:4px 0 0;font-size:9.5px;line-height:1.5}.install-note b{color:#514421}@media(max-width:560px){.install-note{margin-top:14px;padding:9px 10px}.install-note strong{font-size:9.5px}.install-note p{font-size:8.5px}.install-note-icon{width:24px;height:24px;font-size:12px}}
.release-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:center;padding-top:35px}.release-card{min-height:330px;padding:38px;border:1px solid #dce4fa;border-radius:24px;background:linear-gradient(145deg,#fff,#edf2ff);box-shadow:0 20px 42px rgba(62,84,153,.1)}.release-card-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.release-badge{padding:6px 9px;border-radius:999px;background:#dfe7ff;color:#4e69d6;font-size:9px;font-weight:850;letter-spacing:1.1px}.release-card time{color:#7c89a2;font-size:12px}.release-card h3{margin:27px 0 8px;font-size:29px;letter-spacing:-1.15px;line-height:1.15}.release-version{margin:0;color:#526dd7;font-size:13px;font-weight:800}.release-summary{min-height:76px;margin:20px 0 25px;white-space:pre-line;color:#596781;font-size:14px;line-height:1.7}.release-link{color:#4d69da}@media(max-width:850px){.release-section{grid-template-columns:1fr;gap:38px;padding-top:50px}}@media(max-width:560px){.release-card{min-height:0;padding:27px 24px;border-radius:19px}.release-card-top{align-items:flex-start;flex-direction:column;gap:10px}.release-card h3{margin-top:22px;font-size:24px}.release-summary{min-height:0;font-size:13px}}
.hidden{display:none!important}
.header-actions{display:flex;align-items:center;gap:12px}
.auth-widget{position:relative}.auth-widget .hidden{display:none!important}
.auth-signin-btn{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #cfd9f4;border-radius:10px;background:#fff;color:#3851af;cursor:pointer;font:750 12px var(--sans)}.auth-signin-btn:hover{border-color:#9dafed;background:#edf2ff}.auth-signin-btn:disabled{cursor:wait;opacity:.7}
.auth-account{position:relative}
.auth-account-trigger{display:flex;align-items:center;gap:8px;min-height:40px;padding:4px 12px 4px 4px;border:1px solid #dce4f3;border-radius:999px;background:#fff;box-shadow:0 5px 14px rgba(39,55,105,.05);cursor:pointer;font:700 12px var(--sans);color:#2b3958;transition:border-color .18s,box-shadow .18s,background .18s}.auth-account-trigger:hover,.auth-account-trigger[aria-expanded="true"]{border-color:#aebff4;background:#f8f9ff;box-shadow:0 9px 20px rgba(39,55,105,.1)}.auth-account-trigger:focus-visible{outline:3px solid #b8c9ff;outline-offset:3px}
.auth-avatar{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#7c93ff,#8fe0c4);color:#182657;font-size:12px;font-weight:900}
.auth-name{max-width:130px;overflow:hidden;color:#2b3958;text-overflow:ellipsis;white-space:nowrap}
.auth-chevron{color:#7d8aaa;font-size:13px;transition:transform .18s}.auth-account-trigger[aria-expanded="true"] .auth-chevron{transform:rotate(180deg)}
.auth-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:30;display:grid;min-width:218px;padding:7px;border:1px solid #dfe5f4;border-radius:15px;background:#fff;box-shadow:0 20px 42px rgba(20,30,70,.17)}
.auth-menu a,.auth-menu-signout{display:block;width:100%;padding:10px 11px;border:0;border-radius:9px;background:transparent;color:#2c3a58;text-align:left;text-decoration:none;font:650 12.5px var(--sans);cursor:pointer}
.auth-menu a:hover,.auth-menu-signout:hover{background:#eef2ff}
.auth-menu-signout{margin-top:4px;border-top:1px solid #edf0f7;padding-top:12px;color:#a3455a}.auth-menu-signout:hover{background:#fdf1f3}
.premium-google-button{display:flex;align-items:center;width:100%;max-width:360px;margin:0 auto;min-height:53px;padding:8px 13px;border:1px solid #dfe5f3;border-radius:12px;background:#fff;color:#172246;box-shadow:0 12px 25px rgba(6,11,38,.08);cursor:pointer;font:800 14px var(--sans);transition:transform .2s,box-shadow .2s,background .2s}
.premium-google-button:hover{transform:translateY(-2px);box-shadow:0 17px 32px rgba(6,11,38,.13);background:#f7f9ff}
.premium-google-button:focus-visible{outline:3px solid #9ee8d3;outline-offset:3px}
.premium-google-button:disabled{cursor:wait;opacity:.72}
.google-button-mark{display:grid;place-items:center;flex:none;width:29px;height:29px;margin-right:11px;border-radius:50%;background:conic-gradient(from 45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);color:#fff;font-size:13px;font-weight:900;text-shadow:0 1px 1px rgba(0,0,0,.22)}
.google-button-arrow{margin-left:auto;color:#4f6fe6;font-size:18px}
@media(max-width:560px){.auth-name{display:none}.auth-account-trigger{padding:4px}.header-actions{gap:8px}}
.updates-hero{padding-bottom:34px}.updates-hero h1{margin:0;font-size:clamp(42px,5vw,68px);letter-spacing:-2.8px;line-height:1.03}.updates-hero>p:not(.eyebrow){max-width:560px;margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.updates-list{display:grid;gap:14px;padding-top:18px}.update-entry{padding:28px 30px;border:1px solid #dfe5f3;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(38,56,106,.05)}.update-entry-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#6174cf;font-size:11px;font-weight:850;letter-spacing:.6px}.update-entry-meta time{color:#8792a7;font-size:11px;font-weight:650;letter-spacing:0}.update-entry h2{margin:14px 0 10px;font-size:24px;letter-spacing:-.9px}.update-entry-changes{margin:0;white-space:pre-line;color:#5e6c84;font-size:14px;line-height:1.75}.updates-state{margin:0;padding:26px;border:1px solid #dfe5f3;border-radius:16px;background:#fff;color:#6e7c95;text-align:center;font-size:14px}@media(max-width:560px){.updates-hero{padding-top:46px;padding-bottom:18px}.updates-hero h1{letter-spacing:-2px}.update-entry{padding:24px}.update-entry-meta{align-items:flex-start;flex-direction:column;gap:4px}.update-entry h2{font-size:21px}}

/* Friendly all-in-one story and AntiScreenShot feature. */
.origin-note{position:relative;display:flex;gap:12px;max-width:555px;margin:19px 0 0;padding:13px 16px;border:1px solid rgba(82,109,211,.16);border-radius:14px;background:rgba(255,255,255,.54);color:#53617d}.origin-note>span{flex:none;color:#627eea;font:800 31px/1 Georgia,serif}.origin-note p{margin:0;font-size:11.5px;line-height:1.58}.origin-note strong{color:#243454}.screenshot-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center;padding-top:50px}.screenshot-copy h2{font-size:clamp(35px,4.1vw,53px)}.screenshot-copy>p:not(.eyebrow){max-width:510px;margin:22px 0 0;color:var(--muted);line-height:1.75}.screenshot-benefits{display:grid;gap:2px;margin:28px 0 0;padding:0;list-style:none}.screenshot-benefits li{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #dfe5ef}.screenshot-benefits li:last-child{border:0}.screenshot-benefits>li>span{display:grid;place-items:center;flex:none;width:31px;height:31px;border-radius:9px;background:#e4ebff;color:#506bd7;font-size:9px;font-weight:850}.screenshot-benefits strong{display:block;color:#293752;font-size:13px}.screenshot-benefits small{display:block;max-width:390px;margin-top:4px;color:#78849a;font-size:11px;line-height:1.55}.screenshot-showcase{position:relative;min-height:535px;padding:54px 25px 45px;border-radius:28px;background:radial-gradient(circle at 82% 5%,rgba(154,134,238,.54),transparent 38%),linear-gradient(145deg,#12204a,#0b1229);box-shadow:0 30px 55px rgba(34,52,112,.2)}.shot-window{position:relative;height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:18px;background:#f8f9fd;box-shadow:0 30px 55px rgba(2,8,28,.38);transform:rotate(-1.7deg)}.shot-titlebar{height:44px;padding:0 15px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #e0e5ef;background:rgba(255,255,255,.92);color:#33405b}.shot-titlebar>span{display:flex;gap:5px}.shot-titlebar i{width:7px;height:7px;border-radius:50%;background:#d7deea}.shot-titlebar i:first-child{background:#ff9c88}.shot-titlebar i:nth-child(2){background:#ffd170}.shot-titlebar i:last-child{background:#68d5ae}.shot-titlebar strong{font-size:10px}.shot-titlebar small{justify-self:end;color:#35a87d;font-size:8px;font-weight:800}.shot-toolbar{height:46px;display:flex;align-items:center;gap:7px;padding:0 12px;border-bottom:1px solid #e2e7f0;background:#fff}.shot-toolbar b{display:grid;place-items:center;width:27px;height:27px;border-radius:7px;background:#f0f3f9;color:#53617c;font-size:11px}.shot-toolbar b:first-child{background:#dfe7ff;color:#4f69d4}.shot-toolbar i{flex:1}.shot-toolbar button{border:0;border-radius:7px;padding:7px 10px;background:#ebeff8;color:#465572;font:800 8px var(--sans)}.shot-toolbar button:last-child{background:#5773e5;color:#fff}.shot-canvas{height:295px;padding:24px;background:linear-gradient(135deg,#d9e2f7,#eef2fa)}.shot-board{position:relative;height:100%;overflow:hidden;border-radius:10px;background:linear-gradient(155deg,#fff 0 61%,#eef7f4 61%);box-shadow:0 14px 25px rgba(51,69,120,.13)}.shot-label{position:absolute;top:30px;left:29px;color:#2b3853;font-size:15px;font-weight:850}.shot-line{position:absolute;left:29px;height:7px;border-radius:8px;background:#dfe5ef}.shot-line.one{top:65px;width:64%}.shot-line.two{top:84px;width:48%}.shot-line.three{top:103px;width:57%}.shot-tag{position:absolute;right:31px;bottom:47px;padding:8px 10px;border:2px solid #ef6666;border-radius:7px;color:#bd3d3d;font-size:9px;font-weight:800}.shot-arrow{position:absolute;right:122px;bottom:50px;color:#ef5151;font-size:29px;font-weight:900;transform:rotate(7deg)}.shot-step{position:absolute;left:31px;bottom:34px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#5773e5;color:#fff;font-size:13px;font-weight:850;box-shadow:0 0 0 5px rgba(87,115,229,.15)}.shot-status{height:35px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#7b879c;font-size:8px}.shot-float{position:absolute;z-index:2;display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 18px 34px rgba(2,8,28,.26);color:#253353}.shot-float>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#e5ebff;color:#5572df;font-size:13px;font-weight:900}.shot-float small{display:block;color:#8994a9;font-size:6.5px;font-weight:850;letter-spacing:.85px}.shot-float strong{display:block;margin-top:2px;font-size:9px}.shot-float-top{top:26px;right:-14px}.shot-float-bottom{bottom:24px;left:-18px}.shot-float-bottom>span{background:#dff8ef;color:#259473}
@media(max-width:850px){.screenshot-section{grid-template-columns:1fr;gap:38px}.screenshot-showcase{min-height:500px}.shot-window{height:400px}.shot-canvas{height:275px}}
@media(max-width:560px){.hero h1{font-size:40px;letter-spacing:-1.6px}.origin-note{padding:11px 12px}.origin-note p{font-size:10px}.screenshot-section{padding-top:35px}.screenshot-showcase{min-height:363px;padding:39px 11px 32px;border-radius:20px}.shot-window{height:305px;border-radius:13px}.shot-titlebar{height:35px}.shot-toolbar{height:39px;gap:4px;padding:0 7px}.shot-toolbar b{width:22px;height:22px;font-size:9px}.shot-toolbar button{padding:6px 7px;font-size:6.5px}.shot-canvas{height:204px;padding:13px}.shot-label{top:22px;left:20px;font-size:11px}.shot-line{left:20px;height:5px}.shot-line.one{top:49px}.shot-line.two{top:63px}.shot-line.three{top:77px}.shot-tag{right:19px;bottom:34px;font-size:7px}.shot-arrow{right:96px;bottom:37px;font-size:22px}.shot-step{left:20px;bottom:25px;width:25px;height:25px}.shot-status{height:27px}.shot-float{padding:7px 8px}.shot-float>span{width:23px;height:23px}.shot-float-top{top:18px;right:-5px}.shot-float-bottom{bottom:13px;left:-5px}.shot-float strong{font-size:7px}.shot-float small{font-size:5px}}
