@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap";
*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;height:100%;margin:0;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}@media (prefers-color-scheme:dark){body{color:#f1f5f9;background:#1e293b}}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 .75rem;font-weight:700;line-height:1.25}h1{letter-spacing:-.01em;font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}p,ul,ol,pre,table{margin:1rem 0}p+p{margin-top:.75rem}code,pre{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace}a{color:#059669;text-underline-offset:3px;text-decoration:underline;transition:color .2s}a:hover{color:#047857}.container{max-width:960px;margin:0 auto;padding:2rem 1.25rem}.page-hero{text-align:center;margin-bottom:1rem}.page-hero .actions{justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.site-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.8);border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0}@media (prefers-color-scheme:dark){.site-header{background:rgba(2,6,23,.6);border-bottom-color:#334155}}.header-inner{flex-direction:column;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.header-row{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}@media (max-width:720px){.header-row{grid-template-columns:56px 1fr 56px}}.site-title{text-align:center;letter-spacing:-.015em;margin:0;font-size:1.125rem;font-weight:800}.site-title a,.site-title a:hover{color:inherit;text-decoration:none}.header-row .site-title{grid-column:2;justify-self:center}.site-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.desktop-only{display:block}@media (max-width:720px){.desktop-only{display:none}}.header-right{justify-self:end;align-items:center;gap:.5rem;display:flex}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;margin-bottom:1.25rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 6px rgba(0,0,0,.04)}.card:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.08)}@media (prefers-color-scheme:dark){.card{background:#1e293b;border-color:#334155}}button,.btn{cursor:pointer;border:1px solid transparent;border-radius:.6rem;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s,border-color .2s;display:inline-flex}.btn+.btn{margin-left:.5rem}.btn-primary{color:#fff;background:#059669;border-color:#047857}.btn-primary:hover{background:#047857}.btn-ghost{color:#374151;background:0 0;border-color:#d1d5db}.btn-ghost:hover{background:#f3f4f6}@media (prefers-color-scheme:dark){.btn-ghost{color:#f1f5f9;border-color:#334155}.btn-ghost:hover{background:#1e293b}}.btn-nav,.pager-row .btn{min-width:120px}.logout-btn{color:#fff;background:#ef4444;border-color:#dc2626;box-shadow:0 6px 14px rgba(239,68,68,.18)}.logout-btn:hover{background:#dc2626}label{margin-bottom:.35rem;font-weight:600;display:block}.input,input,select,textarea{width:100%;color:inherit;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.6rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.input:focus,input:focus,select:focus,textarea:focus{border-color:#059669;outline:none;box-shadow:0 0 0 2px rgba(5,150,105,.25)}textarea.input{min-height:120px}@media (prefers-color-scheme:dark){.input,input,select,textarea{color:#f1f5f9;background:#0f172a;border-color:#334155}}.subtle{color:#6b7280;font-size:.9rem}.error{color:#b91c1c;font-size:.9rem}.help{color:#6b7280;font-size:.85rem}.badge{color:#374151;background:#f3f4f6;border-radius:9999px;padding:.3rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}@media (prefers-color-scheme:dark){.badge{color:#f1f5f9;background:#334155}}::selection{background:rgba(5,150,105,.3)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:#475569}}.hamburger{display:none}@media (max-width:720px){.hamburger{display:inline-flex}}.hamburger{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:56px;height:56px}.hamburger:hover{background:0 0}.icon-hamburger .bar{transform-origin:12px 12px;transition:transform .22s,opacity .18s}.icon-hamburger.is-open .bar-top{transform:translateY(5px)rotate(45deg)}.icon-hamburger.is-open .bar-mid{opacity:0}.icon-hamburger.is-open .bar-bot{transform:translateY(-5px)rotate(-45deg)}.site-header .hamburger{color:#0f172a}.site-header .hamburger:hover{color:#111827}@media (prefers-color-scheme:dark){.site-header .hamburger{color:#fff}}.drawer{width:280px;height:100dvh;color:inherit;z-index:60;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;align-content:center;gap:1rem;padding:1rem;transition:transform .25s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.drawer.open{transform:translate(0)}@media (prefers-color-scheme:dark){.drawer{background:#0f172a;border-right-color:#334155}}.drawer-header{justify-content:space-between;align-items:center;display:flex}.drawer-nav{gap:.5rem;display:grid}.drawer-link{color:inherit;border:1px solid transparent;border-radius:.5rem;padding:.6rem .85rem;text-decoration:none;display:block}.drawer-link:hover{background:#f3f4f6}@media (prefers-color-scheme:dark){.drawer-link:hover{background:#1e293b}}.backdrop{opacity:0;pointer-events:none;z-index:55;background:rgba(2,6,23,.4);transition:opacity .2s;position:fixed;top:0;bottom:0;left:0;right:0}.backdrop.show{opacity:1;pointer-events:auto}.drawer-nav.btn{box-sizing:border-box;border-radius:.5rem;justify-content:center;align-items:center;width:100%;min-height:44px;padding:.6rem .85rem;display:flex}.drawer-nav .btn+.btn{margin-left:0!important}.date-controls{gap:.5rem;display:grid}.date-row,.pager-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pager-row .btn{min-width:120px}.site-nav a.btn:not(.btn-primary):not(.logout-btn),.header-right .btn:not(.btn-primary):not(.logout-btn){padding:.35rem .5rem;color:inherit!important;background:0 0!important;border-color:transparent!important}.site-nav a.btn:not(.btn-primary):not(.logout-btn):hover,.header-right .btn:not(.btn-primary):not(.logout-btn):hover{text-decoration:underline;background:0 0!important}.brand-gradient{color:transparent;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#059669,#3b82f6);-webkit-background-clip:text;background-clip:text}@media (max-width:480px){.brand-gradient{font-size:1.25rem}}
