:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f5f5f6;font-synthesis:none;--background:#090a0d;--panel:#111318;--border:#282b33;--muted:#969ba7;--accent:#8b5cf6;background:#090a0d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--background);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,input{font:inherit}button{color:inherit}.loader{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin;display:block}@keyframes story-in{0%{opacity:0;transform:scale(.98)}}@keyframes summary-pulse{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes sender-story-skeleton-pulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{background:radial-gradient(circle at 50% -12rem, #252039 0, transparent 34rem), var(--background);min-height:100vh;overflow:hidden}.main-header{justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}.main-header>div{align-items:center;gap:10px;display:flex}.main-header h1{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:600}.brand-mark{background:var(--accent);border-radius:9px;place-items:center;width:30px;height:30px;font-size:14px;font-weight:600;display:grid}.brand-mark.large{border-radius:14px;width:48px;height:48px;margin:0 auto;font-size:20px}.main-header button,.story-header button{cursor:pointer;background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid}.main-header svg,.story-header svg{width:20px}.story-rail{scrollbar-width:none;border-bottom:1px solid #ffffff0f;gap:16px;padding:8px 16px 20px;display:flex;overflow-x:auto}.story-rail::-webkit-scrollbar{display:none}.sender-story{cursor:pointer;background:0 0;border:0;flex:0 0 68px;width:68px;padding:0;overflow:hidden}.sender-story>span:last-child{color:#c8cad0;text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:11px;display:block;overflow:hidden}.sender-story-skeleton{background:#23262d;border-radius:50%;width:64px;height:64px;margin:auto;animation:1.25s ease-in-out infinite sender-story-skeleton-pulse;display:block}.sender-ring{background:#343740;border-radius:50%;place-items:center;width:64px;height:64px;margin:auto;padding:3px;display:grid;position:relative}.sender-ring.unread{background:linear-gradient(135deg,#f5a524 2%,#e83e8c 48%,#7357e8 94%)}.sender-ring.label-ring{border-radius:20px}.sender-ring:after{content:"";border:2px solid var(--background);border-radius:inherit;position:absolute;inset:3px}.sender-ring.label-ring:after{border-radius:18px}.sender-avatar{z-index:1;color:#fff;border-radius:50%;place-items:center;width:54px;height:54px;font-size:13px;font-weight:600;display:grid}.sender-avatar.label-avatar{border-radius:17px;font-size:25px;box-shadow:inset 0 0 0 1px #ffffff2e}.sender-avatar.label-avatar svg{stroke-width:1.8px;width:25px;height:25px}.sender-avatar.small{flex:none;width:36px;height:36px;font-size:11px}.favorite{z-index:2;color:#fbbf24;background:#16181d;border-radius:50%;width:17px;height:17px;padding:3px;position:absolute;bottom:1px;right:-1px}.main-content{min-height:calc(100vh - 164px)}.state-panel,.connect-panel{min-height:min(460px,100dvh - 164px);color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 24px;font-size:13px;display:flex}.state-panel strong,.connect-panel h2{color:#f5f5f6;letter-spacing:-.03em;margin:0;font-size:20px}.connect-panel p{max-width:320px;margin:2px 0 14px;line-height:1.7}.connect-panel a,.state-panel button{color:#17181c;cursor:pointer;background:#f5f5f6;border:0;border-radius:10px;padding:11px 18px;font-weight:600;text-decoration:none}.error-state strong{font-size:17px}.story-viewer{z-index:30;touch-action:none;background:#08090c;grid-template-rows:auto auto 1fr auto;height:100dvh;animation:.18s ease-out story-in;display:grid;position:fixed;inset:0;overflow:hidden}.story-stage{perspective:1100px;position:absolute;inset:0;overflow:hidden}.story-cube{transform-style:preserve-3d;will-change:transform;position:absolute;inset:0}.story-cube.active{transform:translateX(var(--cube-shift))}.story-panel{grid-template-rows:auto auto 1fr auto;display:grid;position:absolute;inset:0;overflow:hidden}.story-current-plane{z-index:2;transform-style:preserve-3d;will-change:transform;background:#08090c}.story-current-plane.toward-next{transform:rotateY(var(--current-angle));transform-origin:100%}.story-current-plane.toward-previous{transform:rotateY(var(--current-angle));transform-origin:0}.story-adjacent{z-index:1;background:linear-gradient(145deg, color-mix(in srgb, var(--story-accent) 52%, #111), #08090c 68%);transform-style:preserve-3d;will-change:transform}.story-adjacent.next{width:100%;transform:rotateY(var(--adjacent-angle));transform-origin:0;left:100%;right:auto}.story-adjacent.previous{width:100%;transform:rotateY(var(--adjacent-angle));transform-origin:100%;left:auto;right:100%}.story-cube.animating,.story-cube.animating .story-current-plane,.story-cube.animating .story-adjacent{transition:transform .24s cubic-bezier(.32,.72,0,1)}.story-backdrop{z-index:-1;position:absolute;inset:0}.story-progress{z-index:4;filter:drop-shadow(0 1px 3px #000000b8);gap:4px;padding:12px 8px 6px;display:flex;position:relative}.story-progress span{background:#ffffff85;border-radius:999px;flex:1;height:3px;overflow:hidden;box-shadow:0 1px 2px #00000052}.story-progress span:after{content:"";background:#fff;width:0;height:100%;display:block}.story-progress span.complete:after{width:100%}.story-progress span.current:after{animation:10s linear forwards story-progress-fill}@keyframes story-progress-fill{to{width:100%}}.story-header{z-index:4;text-shadow:0 1px 8px #000000e6;align-items:center;gap:10px;height:52px;padding:0 12px;display:flex;position:relative}.story-header:before{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#0000009e,#00000052 62%,#0000);position:absolute;inset:-30px 0 -18px}.story-header>div{flex:1;align-items:baseline;gap:8px;min-width:0;display:flex}.story-header strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.story-header span{color:#ffffff9e;font-size:11px}.story-header .avatar-button{width:36px;height:36px;padding:0}.story-loader{color:#ffffffad;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:12px;display:flex;position:absolute;inset:0}.mail-story{z-index:1;overscroll-behavior:contain;touch-action:pan-y;border-radius:10px 10px 0 0;width:auto;min-height:0;margin:0;padding:0;position:absolute;inset:4px 4px 0;overflow:hidden auto}.story-body-slide{visibility:hidden;pointer-events:none;position:absolute;inset:0}.story-body-slide.current{visibility:visible;pointer-events:auto;min-height:100%;position:relative}.story-tap-zone{z-index:3;appearance:none;-webkit-tap-highlight-color:transparent;touch-action:none;background:#fff0;border:0;width:18%;padding:0;position:absolute;top:112px;bottom:94px}.story-tap-zone.previous{left:0}.story-tap-zone.next{right:0}.mail-story>p{color:#ffffff94;margin:0 0 16px;font-size:12px}.story-subject{z-index:3;pointer-events:none;padding:84px 20px 42px;position:absolute;top:0;left:0;right:0}.story-subject:before{z-index:-1;content:"";background:linear-gradient(to bottom, color-mix(in srgb, var(--story-accent) 72%, transparent), color-mix(in srgb, var(--story-accent) 38%, transparent) 68%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 68%,#0000);mask-image:linear-gradient(#000 68%,#0000)}.story-subject h2{letter-spacing:-.03em;text-shadow:0 2px 18px #00000085;margin:0;font-size:clamp(24px,7vw,36px);font-weight:600;line-height:1.25}.story-labels{pointer-events:auto;gap:6px;margin-bottom:9px;display:flex;position:relative}.story-labels>span,.story-labels>button{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#0000002e;border:1px solid #ffffff85;border-radius:999px;max-width:42%;padding:3px 8px;font-size:10px;font-weight:600;overflow:hidden}.story-labels>button{cursor:pointer}.story-labels>span.active{border-color:#0000}.story-label-popover{z-index:6;background:#0c0d10f0;border:1px solid #fff3;border-radius:10px;flex-wrap:wrap;gap:6px;min-width:150px;padding:9px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0000004d}.story-label-popover small{color:#fff9;width:100%;font-size:9px}.story-label-popover span{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:10px;overflow:hidden}.mail-body{overflow-wrap:anywhere;word-break:break-word;color:#ffffffd1;min-width:0;font-size:15px;line-height:1.8}.mail-body.plain{white-space:pre-line}.mail-body-shadow{background:#fff;width:100%;min-height:100%;padding-top:148px;display:block}.mail-body.plain{color:#111;background:#fff;min-height:100%;padding:148px 20px 100px}.mail-body-state{color:#1111118f;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:148px 20px 100px;font-size:13px;display:flex}.mail-body-loading{flex-direction:column;align-items:center;gap:12px;animation:.16s ease-out .14s both mail-loading-in;display:flex}.mail-body-state button{color:#111;border:1px solid #0003;border-radius:999px;padding:8px 14px}.mail-skeleton{flex-direction:column;align-items:stretch;gap:12px;width:min(100%,520px);display:flex}.mail-skeleton i,.mail-skeleton span{background:#e9eaed;border-radius:4px;width:100%;height:12px;display:block;overflow:hidden}.mail-skeleton i:after,.mail-skeleton span:after{content:"";background:linear-gradient(90deg,#0000,#f8f8f9,#0000);width:45%;height:100%;animation:1.25s ease-in-out infinite mail-skeleton-shimmer;display:block}.mail-skeleton .mail-skeleton-heading{border-radius:6px;width:62%;height:24px;margin-bottom:12px}.mail-skeleton .short{width:48%}.mail-skeleton .medium{width:76%}.mail-skeleton span{border-radius:8px;height:48px;margin:18px 0 6px}.mail-body-reveal{background:#fff;min-height:100%;position:relative}.mail-body-mask{z-index:2;opacity:1;pointer-events:none;min-height:100dvh;transition:opacity var(--mail-reveal-duration) ease-out;background:#fff;position:absolute;inset:0}.mail-body-mask.painted{opacity:0}@keyframes mail-loading-in{0%{opacity:0}}@keyframes mail-skeleton-shimmer{0%{transform:translate(-120%)}to{transform:translate(260%)}}.mail-story aside{background:#8b5cf61f;border:1px solid #a78bfa47;border-radius:16px;margin-top:28px;padding:16px}.mail-story aside span{color:#ddd6fe;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.mail-story aside svg{width:15px}.mail-story aside p{color:#e3e0e9;margin:8px 0 0;font-size:13px;line-height:1.6}.mail-story .summary-loading{align-items:center;gap:6px;display:flex}.summary-loading i{background:#c4b5fd;border-radius:50%;width:5px;height:5px;animation:.9s ease-in-out infinite summary-pulse}.summary-loading i:nth-of-type(2){animation-delay:.12s}.summary-loading i:nth-of-type(3){animation-delay:.24s}.story-memos{z-index:2;right:20px;bottom:max(80px, calc(64px + env(safe-area-inset-bottom)));pointer-events:none;flex-direction:column;align-items:flex-end;gap:5px;max-height:32vh;display:flex;position:absolute;left:20px;overflow:hidden}.story-memos p{color:#18191d;background:#ffffffeb;border-radius:9px;width:fit-content;max-width:min(86%,420px);margin:0;padding:7px 10px;font-size:12px;line-height:1.35;box-shadow:0 4px 16px #0000002e}.story-footer{z-index:5;padding:12px 16px max(16px, env(safe-area-inset-bottom));background:#08090c;grid-template-columns:1fr repeat(2,44px);align-items:center;gap:8px;display:grid;position:absolute;bottom:0;left:0;right:0}.story-footer input{color:#fff;background:0 0;border:1px solid #ffffff80;border-radius:999px;outline:0;width:100%;height:44px;padding:0 16px;font-size:13px}.story-footer input:focus{border-color:#fff}.story-footer button{cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;padding:0;display:grid}.story-footer>button svg{width:23px;height:23px}.story-footer button.active{color:#c4b5fd}.story-footer button.flagged{color:#fb7185}.story-footer .spin{animation:.8s linear infinite spin}.action-sheet{z-index:8;background:#0000008a;align-items:flex-end;display:flex;position:fixed;inset:0}.action-sheet>div{width:100%;padding:8px 12px max(12px, env(safe-area-inset-bottom));background:#1b1d23;border-radius:20px 20px 0 0}.action-sheet span{background:#555963;border-radius:99px;width:36px;height:4px;margin:0 auto 8px;display:block}.action-sheet button{text-align:center;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #2c2f37;width:100%;height:48px}.action-sheet button:last-child{background:#282b32;border:0;border-radius:12px;margin-top:8px;font-weight:600}.action-sheet .danger{color:#fb7185}.toast{z-index:90;color:#fff;background:#202229;border:1px solid #3b3e47;border-radius:10px;padding:10px 14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000005c}.sender-history,.history-preview{z-index:12;background:#0d0e12;position:absolute;inset:0;overflow-y:auto}.sender-history>header,.history-preview>header{z-index:1;border-bottom:1px solid var(--border);background:#0d0e12f5;align-items:center;gap:10px;min-height:64px;padding:10px 14px;display:flex;position:sticky;top:0}.sender-history header button,.history-preview header button{width:40px;height:40px;color:inherit;background:0 0;border:0;place-items:center;padding:0;display:grid}.sender-history header div{flex-direction:column;gap:2px;display:flex}.sender-history header span{color:var(--muted);font-size:12px}.sender-history .history-list>button{width:100%;min-height:76px;color:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0f;grid-template-columns:14px 1fr auto;align-items:center;gap:10px;padding:14px 16px;display:grid}.history-list>button>span:nth-child(2){flex-direction:column;gap:6px;min-width:0;display:flex}.history-list strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-list small{color:var(--muted)}.history-state svg{color:#8b5cf6;width:8px}.history-icons{color:#b9a8fb;gap:8px;display:flex}.history-icons svg{width:16px}.history-more{border:1px solid var(--border);color:inherit;background:#171920;border-radius:18px;margin:18px auto;padding:10px 18px;display:block}.history-preview article{width:min(100% - 32px,680px);margin:0 auto;padding:40px 4px}.history-preview article h2{font-size:clamp(24px,7vw,36px)}.history-preview article div{color:#ffffffd1;white-space:pre-line;line-height:1.8}.comment-toggle{z-index:100;color:#17181c;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#f4f4f5;border:1px solid #4b4f59;border-radius:999px;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:12px;font-weight:600;display:flex;position:fixed;box-shadow:0 12px 28px #00000057}.comment-toggle:active{cursor:grabbing}.comment-toggle.active{color:#fff;background:#8b5cf6}.comment-toggle svg{width:16px}.comment-mode-banner{z-index:99;color:#fff;background:#8b5cf6;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;position:fixed;top:12px;left:50%;transform:translate(-50%)}.comment-pin{z-index:99;color:#fff;background:#8b5cf6;border:2px solid #fff;border-radius:50%;place-items:center;width:26px;height:26px;padding:0;font-size:11px;font-weight:600;display:grid;position:fixed;right:16px;box-shadow:0 4px 12px #00000059}.comment-composer{z-index:101;background:#181a20;border:1px solid #3d414b;border-radius:14px;width:296px;padding:12px;position:fixed;box-shadow:0 18px 48px #00000085}.comment-composer>div{justify-content:space-between;align-items:center;display:flex}.comment-composer strong{color:#c4b5fd;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.comment-composer>div button{background:0 0;border:0;place-items:center;width:28px;height:28px;padding:0;display:grid}.comment-composer svg{width:15px}.comment-composer textarea{resize:none;color:#fff;width:100%;height:72px;font:inherit;background:#0f1014;border:1px solid #353943;border-radius:8px;outline:0;margin:8px 0;padding:10px;font-size:12px}.comment-composer textarea:focus{border-color:#8b5cf6}.comment-submit{color:#fff;background:#8b5cf6;border:0;border-radius:8px;align-items:center;gap:6px;height:32px;margin-left:auto;padding:0 12px;font-size:11px;font-weight:600;display:flex}.comment-submit:disabled{opacity:.45}.comment-inspect-hover{outline-offset:-2px;cursor:crosshair;outline:2px solid #a78bfa}@media (width>=720px){.app-shell{border-inline:1px solid #ffffff0d;max-width:720px;margin:auto}.story-viewer{background:#050506}.story-stage{width:520px;left:50%;right:auto;transform:translate(-50%)}.story-backdrop{width:520px;left:50%;transform:translate(-50%)}.story-progress,.story-header,.story-subject,.story-footer{width:520px;margin-inline:auto}.story-memos{left:calc(50% - 240px);right:calc(50% - 240px)}.mail-story{width:520px;left:50%;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;animation-duration:.01ms}}
