*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Hanken Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:root{--bg:#eeede6;--surface:#fff;--surface-2:#fbfaf5;--surface-3:#f7f6f1;--surface-4:#f4f2ea;--inset:#eeede4;--border:#e6e3d9;--border-strong:#d6d3c9;--ink:#14181f;--text-2:#3a4049;--muted:#5a6470;--accent:#14181f;--accent-text:#fff;--accent-muted:#afb3bb;--hero-bg:#14181f;--hero-text:#fff;--hero-muted:#afb3bb;--hero-track:#2c313b;--hero-ring:#3b9bff;--row-done:#eaf4fb;--brand:#0072ce;--eyebrow-dark:#6e9bd1;--eyebrow-paper:#2a6fb0;--faint-label:#9aa0a8;--success:#1f8a5b;--signal-red:#e23d55;--tabbar:#f8f7f2d1}[data-theme=dark]{--bg:#0f1216;--surface:#181c23;--surface-2:#14171d;--surface-3:#11141a;--surface-4:#1f242c;--inset:#242a33;--border:#272d37;--border-strong:#2e3540;--ink:#eef0f3;--text-2:#c5c9d0;--muted:#9ca2ab;--accent:#e8eaed;--accent-text:#14181f;--accent-muted:#6b7079;--hero-bg:#1c212a;--hero-text:#eef0f3;--hero-muted:#9ca2ab;--hero-track:#2c333e;--hero-ring:#3b9bff;--row-done:#152232;--brand:#3b9bff;--eyebrow-dark:#6e9bd1;--eyebrow-paper:#5b9bd5;--faint-label:#6b7079;--success:#1f8a5b;--tabbar:#14171dd1}*{transition:background-color .25s,border-color .25s,color .2s}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border:2px solid var(--inset);border-radius:8px}::-webkit-scrollbar-track{background:0 0}@keyframes popIn{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ringDraw{0%{stroke-dashoffset:var(--circ)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes mapPing{0%{transform:scale(.5);opacity:.75}to{transform:scale(2.4);opacity:0}}@keyframes nameping{0%{transform:scale(.5);opacity:.5}to{transform:scale(2.4);opacity:0}}@keyframes tagPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}::placeholder{color:var(--muted);opacity:1}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}textarea:focus-visible{outline:2px solid var(--brand);outline-offset:2px}select:focus-visible{outline:2px solid var(--brand);outline-offset:2px}[tabindex]:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}@keyframes spin{to{transform:rotate(360deg)}}.mobile-footer{position:fixed;z-index:30;height:calc(96px + env(safe-area-inset-bottom));padding:8px max(10px,env(safe-area-inset-right))env(safe-area-inset-bottom)max(10px,env(safe-area-inset-left));background:var(--tabbar);border-top:1px solid var(--border);backdrop-filter:blur(18px)saturate(1.08);-webkit-backdrop-filter:blur(18px)saturate(1.08);bottom:0;left:0;right:0;box-shadow:0 -18px 42px #00000014}.mobile-footer__layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1fr)72px minmax(0,1fr)minmax(0,1fr);align-items: start;gap:2px;width:100%;max-width:520px;height:88px;margin:0 auto}.mobile-footer__datum{position:absolute;background:var(--border-strong);height:1px;top:8px;left:5%;right:5%}.mobile-footer__tab{position:relative;z-index:1;grid-row:1;display:flex;color:var(--muted);cursor:pointer;font:inherit;touch-action:manipulation;background:0 0;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items: center;gap:4px;min-width:0;min-height:66px;padding:15px 2px 7px;transition:transform .22s cubic-bezier(.16,1,.3,1),background-color .18s,color .18s}.mobile-footer__tab[data-active=true]{background:var(--accent);color:var(--accent-text);animation:footer-arrive .32s cubic-bezier(.16,1,.3,1);transform:translateY(-3px)}.mobile-footer__stop{position:absolute;border:2px solid var(--tabbar);background:var(--border-strong);border-radius:50%;width:9px;height:9px;top:4px}.mobile-footer__tab[data-active=true] .mobile-footer__stop{background:var(--brand);border-color:var(--accent)}.mobile-footer__label,.mobile-footer__capture-label{overflow:hidden;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11.5px;font-weight:700;line-height:1.1}.mobile-footer__capture{position:relative;z-index:2;grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items: center;gap:3px;margin-top:-30px}.mobile-footer__capture-cutout{display:grid;background:var(--bg);border-radius:18px;place-items: center;width:70px;height:70px}.mobile-footer__capture-button{display:grid;background:var(--accent);color:var(--accent-text);cursor:pointer;touch-action:manipulation;border:0;border-radius:18px;place-items: center;width:58px;height:58px;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s;box-shadow:0 14px 30px #0000004d}.mobile-footer__capture-label{color:var(--ink)}@media (hover:hover){.mobile-footer__tab:not([data-active=true]):hover{background:var(--surface-4);color:var(--ink)}.mobile-footer__capture-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px #0000004d}}.mobile-footer__tab:active{transform:translateY(0)}.mobile-footer__capture-button:active{transform:translateY(1px)scale(.97)}@keyframes footer-arrive{0%{transform:translateY(1px)}to{transform:translateY(-3px)}}.desktop-footer{position:relative;z-index:25;display:flex;overflow:hidden;border-top:1px solid var(--border);background:var(--surface);color:var(--text-2);flex:0 0 46px;align-items:stretch;height:46px}.desktop-footer__network-mark{display:grid;border-right:1px solid var(--border);background:var(--surface-2);color:var(--ink);flex:0 0 78px;place-items: center;width:78px}.desktop-footer__context{display:flex;border-right:1px solid var(--border);white-space:nowrap;align-items: center;gap:10px;min-width:230px;padding:0 18px}.desktop-footer__context-label,.desktop-footer__edition span,.desktop-footer__progress-label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11.5px;font-weight:700}.desktop-footer__context-detail{overflow:hidden;color:var(--ink);text-overflow:ellipsis;animation:desktop-footer-context .28s cubic-bezier(.16,1,.3,1);font-size:13px;font-weight:600}.desktop-footer__datum{position:relative;display:flex;flex:1;justify-content:space-around;align-items: center;min-width:80px}.desktop-footer__datum:before{position:absolute;background:var(--border-strong);content:"";height:1px;left:14px;right:14px}.desktop-footer__datum span{position:relative;z-index:1;border:2px solid var(--surface);background:var(--border-strong);border-radius:50%;width:7px;height:7px}.desktop-footer__datum span:nth-child(2){background:var(--brand)}.desktop-footer__progress{display:flex;border-left:1px solid var(--border);white-space:nowrap;align-items: center;gap:3px;min-width:156px;padding:0 16px;font-family:Spline Sans Mono,monospace;font-size:12px}.desktop-footer__progress strong{color:var(--ink);font-size:14px;font-weight:600}.desktop-footer__progress>span:not(.desktop-footer__progress-label){color:var(--muted)}.desktop-footer__progress-label{margin-left:5px;font-family:Hanken Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.desktop-footer__edition{display:grid;border-left:1px solid var(--border);align-content: center;min-width:148px;padding:5px 16px 4px;line-height:1.05}.desktop-footer__edition time{color:var(--ink);margin-top:3px;font-family:Spline Sans Mono,monospace;font-size:11px;font-weight:600}.desktop-footer__capture{display:flex;background:var(--accent);color:var(--accent-text);cursor:pointer;font:inherit;border:0;border-radius:8px;justify-content:center;align-items: center;gap:8px;min-width:116px;margin:6px 8px 6px 0;padding:0 16px;transition:transform .18s cubic-bezier(.16,1,.3,1),filter .18s;font-size:13px;font-weight:700}@media (hover:hover){.desktop-footer__capture:hover{filter:brightness(1.16);transform:translateY(-1px)}}.desktop-footer__capture:active{transform:translateY(1px)}@media (max-width:1060px){.desktop-footer__datum{display:none}.desktop-footer__progress{border-left:0;margin-left:auto}}@media (max-width:850px){.desktop-footer__context{flex:1;min-width:0}.desktop-footer__edition{display:none}}@keyframes desktop-footer-context{0%{opacity:.4;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
