/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.z-50{z-index:50}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.min-h-screen{min-height:100vh}.w-full{width:100%}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-none{flex:none}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.place-items-center{place-items:center}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.overflow-auto{overflow:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.text-left{text-align:left}.break-words{overflow-wrap:break-word}.whitespace-pre-wrap{white-space:pre-wrap}.opacity-70{opacity:.7}.disabled\:opacity-50:disabled{opacity:.5}:root{--bg:#fff;--text:#111;--muted:#5b6270;--ring:#e5e7eb;--surface:#f7f7fb;--brand:red;--brand-600:#b31319;--brand-700:#991b1f;--card:#fff;--muted-bg:#f9fafb;--border:#e5e7eb}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.bg-app{background:var(--bg)}.text-app{color:var(--text)}.text-muted{color:var(--muted)}.subtle{color:var(--muted);font-size:.875rem}.page{min-height:calc(100vh - 56px)}.card{background:var(--surface);border:1px solid var(--ring);border-radius:12px;padding:16px}.btn{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;height:44px;padding:0 16px;font-weight:600;display:inline-flex}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-600)}.btn-outline{color:var(--text);border-color:var(--ring);background:#fff}.btn-outline:hover{border-color:#cbd5e1}.btn-secondary{color:var(--text);border-color:var(--ring);background:#fff}.callout{border:1px solid var(--ring);border-radius:12px;padding:12px 14px}.callout-warn{color:#7a5d00;background:#fff7e6}.container{place-items:center;max-width:100%;min-height:100%;padding:2rem;display:grid}label{color:var(--text);margin-bottom:6px;font-size:.9rem;display:block}.input{border:1px solid var(--ring);width:100%;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:10px 12px;transition:border-color .12s,box-shadow .12s}.input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #c5161d26}.alert{color:#7d0d12;background:#fff4f4;border:1px solid #f0b9bc;border-radius:10px;margin-bottom:12px;padding:10px 12px;font-size:.9rem}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}.topbar{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid rgba(0,0,0,.08);height:80px;transition:all .2s ease}.topbar--login{background:transparent;border-bottom:none;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar__container{position:relative;width:100%;max-width:none;margin:0;padding:0 .5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.topbar__left{display:flex;align-items:center;gap:3.5rem}.topbar__logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.topbar__logo{height:100px;width:auto}.topbar__nav{display:none;gap:2.25rem}@media(min-width:860px){.topbar__nav{display:flex;position:absolute;left:50%;transform:translate(-50%)}}.topbar__nav-link{position:relative;padding:.6rem 0;font-weight:500;font-size:1.05rem;color:#374151;text-decoration:none;transition:color .2s ease}.topbar__nav-link:hover{color:var(--brand, #1e40af)}.topbar__nav-link.active{color:var(--brand, #1e40af);font-weight:600}.topbar__nav-link.active:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:3px;background:var(--brand, #1e40af);border-radius:2px}.topbar__right{display:flex;align-items:center;gap:1.25rem}.topbar__user-desktop{display:none;align-items:center;gap:1rem;font-size:1rem}@media(min-width:640px){.topbar__user-desktop{display:flex}}.topbar__avatar{width:44px;height:44px;border-radius:50%;background:var(--brand, #1e40af);color:#fff;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.topbar__username{font-weight:500;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__logout-btn{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;background:transparent;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.topbar__logout-btn:hover{background:#f9fafb;border-color:#d1d5db}.topbar__logout-btn svg{width:22px;height:22px}.topbar__menu-btn{display:flex;padding:.6rem;background:transparent;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer}@media(min-width:640px){.topbar__menu-btn{display:none}}.topbar__menu-btn svg{width:28px;height:28px}.mobile-drawer{position:fixed;inset:0;z-index:50;pointer-events:none}.mobile-drawer.open{pointer-events:auto}.mobile-drawer__overlay{position:absolute;inset:0;background:#0006;opacity:0;transition:opacity .25s ease}.mobile-drawer.open .mobile-drawer__overlay{opacity:1}.mobile-drawer__panel{position:absolute;top:0;right:0;width:320px;max-width:90vw;height:100%;background:#fff;box-shadow:-4px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-drawer.open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__header{padding:1.75rem 1.25rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6}.mobile-drawer__user{display:flex;align-items:center;gap:1rem}.mobile-drawer__avatar{width:56px;height:56px;border-radius:50%;background:var(--brand, #1e40af);color:#fff;font-weight:600;font-size:1.3rem;display:flex;align-items:center;justify-content:center}.mobile-drawer__greeting{font-size:1.05rem}.mobile-drawer__close{padding:.6rem;background:transparent;border:none;cursor:pointer}.mobile-drawer__close svg{width:28px;height:28px;stroke:#6b7280}.mobile-drawer__footer{padding:1.25rem 1.75rem;border-top:1px solid #f3f4f6}.mobile-drawer__logout{width:100%;padding:.85rem 1.25rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:10px;font-weight:500;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;transition:background .2s}.mobile-drawer__logout:hover{background:#fee2e2}.mobile-drawer__logout svg{width:22px;height:22px}.topbar__nav-link{font-weight:600;font-size:.9rem;padding:.45rem .9rem;border-radius:999px;text-decoration:none;color:#374151}.topbar__nav-link--active{color:#dc2626;background:#fef2f2}.mobile-drawer__nav{flex:1;display:flex;flex-direction:column;padding:1rem 0}.mobile-drawer__link,.mobile-drawer__link:visited{display:block;padding:.9rem 1.25rem;font-weight:600;font-size:.95rem;color:#111827;text-decoration:none}.mobile-drawer__link--active{color:#dc2626;background:#fef2f2}
