:root{color-scheme:light;--paper: #f2f0e8;--ink: #171714;--muted: #68675f;--line: rgb(23 23 20 / 14%);--accent: #234e3b;--accent-light: #dce9df;--surface: rgb(255 255 255 / 44%);--surface-subtle: rgb(255 255 255 / 35%);--page-glow: rgb(255 255 255 / 82%);--accent-glow: rgb(220 233 223 / 42%);--shadow: rgb(23 23 20 / 8%);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;background:var(--paper)}body{margin:0;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 72% 18%,var(--page-glow),transparent 30rem),radial-gradient(circle at 10% 90%,var(--accent-glow),transparent 28rem),var(--paper)}a{color:inherit}main{width:min(100% - 3rem,76rem);min-height:100svh;margin-inline:auto;padding-block:clamp(1.5rem,4vw,3rem) clamp(3rem,7vw,6rem)}header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:.7rem;font-size:.875rem;font-weight:720;letter-spacing:-.02em;text-decoration:none}.brand>span:last-child>span{color:var(--accent)}.site-icon{width:2rem;aspect-ratio:1;display:grid;place-items:center;border-radius:28%;background:var(--ink);box-shadow:0 .5rem 1.2rem #1717141f}.site-icon>span{width:28%;aspect-ratio:1;border-radius:50%;background:var(--accent);box-shadow:0 0 0 .28rem var(--accent-light)}.sign-out{min-height:2.65rem;padding:.7rem 1.15rem;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-subtle);font-size:.78rem;font-family:inherit;font-weight:700;text-decoration:none;cursor:pointer;transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .18s ease}.sign-out:hover{color:#fff;border-color:var(--ink);background:var(--ink);transform:translateY(-1px)}.hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3rem;padding-block:clamp(4rem,10vw,8rem) clamp(2.5rem,6vw,4rem)}.eyebrow{margin:0 0 1.2rem;color:var(--accent);font-size:.72rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.6rem,9vw,7.7rem);font-weight:400;letter-spacing:-.065em;line-height:.9}.intro{max-width:18rem;margin:0 0 .4rem;color:var(--muted);font-size:.95rem;line-height:1.6}section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}article{min-height:16rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:1.5rem;background:var(--surface);box-shadow:0 1.2rem 3rem #1717140a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}article:hover{border-color:#234e3b4d;box-shadow:0 1.5rem 3.5rem #234e3b14;transform:translateY(-3px)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.number{color:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:.9rem}.status{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.dot{width:.45rem;height:.45rem;border-radius:50%;background:#aaa89f}h2{margin:0 0 .75rem;font-size:1.25rem;letter-spacing:-.025em}article p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.sign-out:focus-visible,.brand:focus-visible,.primary-action:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.auth-shell{display:grid;place-items:center;padding:2rem}.auth-panel{width:min(100%,34rem);display:grid;justify-items:start;gap:2rem}.auth-icon{width:4.5rem}.auth-icon>span{box-shadow:0 0 0 .65rem var(--accent-light)}.auth-panel h1{font-size:clamp(3.2rem,10vw,5.6rem)}.auth-copy{margin:1.5rem 0 0;color:var(--muted);line-height:1.6}.primary-action{min-height:3.25rem;padding:.9rem 1.5rem;border:0;border-radius:999px;color:var(--button-ink, #fff);background:var(--ink);box-shadow:0 .75rem 2rem var(--shadow);font:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.primary-action:hover:not(:disabled){background:var(--accent);transform:translateY(-2px)}.primary-action:disabled{cursor:wait;opacity:.65}.auth-message{min-height:1.5rem;margin:-.75rem 0 0;color:var(--muted);font-size:.85rem}.field{width:100%;display:grid;gap:.6rem;color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.field input{width:100%;min-height:3.25rem;padding:.8rem 1rem;border:1px solid var(--line);border-radius:.9rem;color:var(--ink);background:var(--surface);font:inherit;text-transform:none}@media(max-width:44rem){main{width:min(100% - 2rem,76rem)}.hero{grid-template-columns:1fr;gap:1.5rem}section{grid-template-columns:1fr}article{min-height:12rem}}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--paper: #121411;--ink: #f2f0e8;--muted: #a8aaa1;--line: rgb(242 240 232 / 14%);--accent: #8fbea1;--accent-light: #294a37;--surface: rgb(255 255 255 / 5%);--surface-subtle: rgb(255 255 255 / 4%);--page-glow: rgb(255 255 255 / 5%);--accent-glow: rgb(35 78 59 / 34%);--shadow: rgb(0 0 0 / 24%);--button-ink: #121411}.site-icon{background:#050605}.sign-out:hover{color:#121411;border-color:var(--ink);background:var(--ink)}article{box-shadow:0 1.2rem 3rem var(--shadow)}article:hover{border-color:#8fbea161;box-shadow:0 1.5rem 3.5rem #0000004d}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important}}
