:root{--color-primary: #172a4c;--color-primary-hover: #0f1e39;--color-primary-active: #0a1729;--color-primary-soft: #e7ebf3;--color-primary-line: #c3ccdd;--color-on-primary: #ffffff;--color-accent: #b8912f;--color-accent-ink: #8a6a1f;--color-accent-soft: #f6f0e0;--color-accent-line: #e3d3a8;--color-background: #faf8f4;--color-surface: #ffffff;--color-surface-sunken: #f1ede5;--color-foreground: #172a4c;--color-muted-foreground: #6b6459;--color-faint-foreground: #77705f;--color-border: #e2dcd1;--color-border-strong: #cfc6b6;--color-success: #2f6b4f;--color-success-soft: #e6f0ea;--color-warning: #8f5a00;--color-warning-soft: #f7eddc;--color-destructive: #a32a2a;--color-destructive-soft: #f7e8e8;--color-on-destructive: #ffffff;--color-info: #1f5b7a;--color-info-soft: #e5eff4;--color-overlay: rgb(23 42 76 / .44);--color-ring: #b8912f;--color-ring-halo: rgb(184 145 47 / .28);--color-scrim: rgb(23 42 76 / .06);--font-serif: "Songti SC", "STSong", "SimSun", "Noto Serif SC", "Source Han Serif SC", Georgia, serif;--font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif;--font-mono: "SF Mono", "Menlo", ui-monospace, "Courier New", monospace;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .9375rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--text-4xl: 3rem;--leading-tight: 1.3;--leading-base: 1.65;--leading-loose: 1.8;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-xs: 3px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 999px;--shadow-xs: 0 1px 2px rgb(23 42 76 / .05);--shadow-sm: 0 1px 3px rgb(23 42 76 / .07), 0 1px 2px rgb(23 42 76 / .04);--shadow-md: 0 4px 10px rgb(23 42 76 / .07), 0 2px 4px rgb(23 42 76 / .04);--shadow-lg: 0 12px 24px rgb(23 42 76 / .1), 0 4px 8px rgb(23 42 76 / .05);--shadow-xl: 0 24px 48px rgb(23 42 76 / .14), 0 8px 16px rgb(23 42 76 / .06);--shadow-focus: 0 0 0 3px var(--color-ring-halo);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .13s;--duration-base: .22s;--duration-slow: .38s;--z-base: 1;--z-sticky: 100;--z-overlay: 200;--z-drawer: 300;--z-modal: 400;--z-toast: 500;--sidebar-width: 232px;--topbar-height: 60px;--content-max: 1200px}@media(prefers-contrast:more){:root{--color-muted-foreground: #4a453d;--color-border: #b8ae9c;--color-border-strong: #8f8574}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-family:var(--font-serif);font-weight:var(--weight-medium);line-height:var(--leading-tight);letter-spacing:.01em;color:var(--color-foreground)}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h4{font-size:var(--text-md)}p{margin:0 0 var(--space-md)}p:last-child{margin-bottom:0}a{color:var(--color-accent-ink);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--color-primary)}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}ul,ol{margin:0;padding:0}fieldset{margin:0;padding:0;border:0;min-width:0}legend{padding:0}:focus{outline:none}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px;border-radius:var(--radius-xs)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-link{position:absolute;left:var(--space-md);top:-100px;z-index:var(--z-toast);padding:var(--space-sm) var(--space-md);background:var(--color-primary);color:var(--color-on-primary);border-radius:var(--radius-sm);text-decoration:none;transition:top var(--duration-fast) var(--ease-out)}.skip-link:focus{top:var(--space-md);color:var(--color-on-primary)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.stack{display:flex;flex-direction:column;gap:var(--space-md)}.stack-sm{display:flex;flex-direction:column;gap:var(--space-xs)}.stack-lg{display:flex;flex-direction:column;gap:var(--space-lg)}.row{display:flex;align-items:center;gap:var(--space-sm)}.row-between{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.row-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.grow{flex:1 1 auto;min-width:0}.text-muted{color:var(--color-muted-foreground)}.text-faint{color:var(--color-faint-foreground)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.text-center{text-align:center}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.sidebar{display:flex;flex-direction:column;background:var(--color-primary);color:var(--color-on-primary);position:sticky;top:0;height:100vh;overflow-y:auto;overscroll-behavior:contain}.brand{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-lg) var(--space-md);border-bottom:1px solid rgb(255 255 255 / .1)}.brand-mark{flex:none;width:38px;height:38px;display:block;object-fit:contain}.brand-text{min-width:0}.brand-name{margin:0;font-family:var(--font-serif);font-size:var(--text-lg);letter-spacing:.12em;line-height:1.2;color:#fff}.brand-tagline{font-size:var(--text-xs);color:#ffffff9e;letter-spacing:.04em}.sidebar-close{display:none;margin-left:auto;align-items:center;justify-content:center;width:36px;height:36px;flex:none;border:0;border-radius:var(--radius-sm);background:transparent;color:#ffffffb3;cursor:pointer}.sidebar-close:hover{background:#ffffff1a;color:#fff}.nav{flex:1 1 auto;padding:var(--space-md) var(--space-xs)}.nav-group+.nav-group{margin-top:var(--space-md)}.nav-group-title{padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs);letter-spacing:.1em;color:#ffffff73}.nav-item{position:relative;display:flex;align-items:center;gap:var(--space-sm);width:100%;padding:.625rem var(--space-sm);margin-bottom:2px;border:0;border-radius:var(--radius-sm);background:transparent;color:#ffffffc7;font-size:var(--text-base);text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.nav-item:hover{background:#ffffff12;color:#fff}.nav-item[aria-current=page]{background:#ffffff1c;color:#fff;font-weight:var(--weight-medium)}.nav-item[aria-current=page]:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;border-radius:0 var(--radius-full) var(--radius-full) 0;background:var(--color-accent)}.nav-icon{flex:none;width:18px;height:18px;opacity:.9}.nav-item[aria-current=page] .nav-icon{color:var(--color-accent);opacity:1}.nav-badge{margin-left:auto;flex:none;padding:0 6px;border:1px solid rgb(184 145 47 / .45);border-radius:var(--radius-full);color:var(--color-accent);font-size:10px;letter-spacing:.02em;line-height:16px;white-space:nowrap}.sidebar-foot{padding:var(--space-md);border-top:1px solid rgb(255 255 255 / .1);font-size:var(--text-xs);color:#ffffff80}.app-main{display:flex;flex-direction:column;min-width:0}.topbar{position:sticky;top:0;z-index:var(--z-sticky);display:flex;align-items:center;gap:var(--space-md);min-height:var(--topbar-height);padding:var(--space-sm) var(--space-lg);background:#faf8f4d9;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--color-border)}.topbar-title{font-family:var(--font-serif);font-size:var(--text-lg)}.topbar-user{position:relative;min-width:0;max-width:240px}.topbar-user>button{max-width:100%}.topbar-user .pill{flex-shrink:0}.topbar-signout{flex-shrink:0;white-space:nowrap}.app-content{flex:1 1 auto;width:100%;max-width:var(--content-max);margin:0 auto;padding:var(--space-xl) var(--space-lg) var(--space-3xl)}.menu-toggle{display:none;flex:none;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer}.scrim{position:fixed;inset:0;z-index:var(--z-overlay);background:var(--color-overlay);border:0;padding:0;cursor:pointer;animation:fade-in var(--duration-base) var(--ease-out)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rise-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);min-height:38px;padding:0 var(--space-md);border:1px solid transparent;border-radius:var(--radius-sm);font-size:var(--text-base);font-weight:var(--weight-medium);white-space:nowrap;cursor:pointer;transition:background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:var(--color-on-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-foreground)}.btn-secondary:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-primary-soft)}.btn-ghost{background:transparent;color:var(--color-muted-foreground)}.btn-ghost:hover:not(:disabled){background:var(--color-surface-sunken);color:var(--color-foreground)}.btn-danger{background:var(--color-destructive);color:var(--color-on-destructive)}.btn-danger:hover:not(:disabled){background:#8d2222}.btn-accent{background:var(--color-accent);color:var(--color-primary);font-weight:var(--weight-semibold)}.btn-accent:hover:not(:disabled){background:var(--color-accent-ink);color:#fff}.btn-sm{min-height:32px;padding:0 var(--space-sm);font-size:var(--text-sm)}.btn-lg{min-height:46px;padding:0 var(--space-lg);font-size:var(--text-md)}.btn-block{width:100%}@media(pointer:coarse){.btn,.btn-sm{min-height:44px}.btn-sm{padding:0 var(--space-md)}}.panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-lg)}.panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border)}.panel-head h2,.panel-head h3{font-size:var(--text-lg)}.panel-head .hint{font-size:var(--text-sm);color:var(--color-muted-foreground)}.panel-flush{padding:0;overflow:hidden}.panel-flush .panel-head{padding:var(--space-lg) var(--space-lg) 0;border-bottom:0}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:var(--space-md)}.metric{position:relative;padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.metric:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--color-accent) 0%,transparent 65%)}.metric-label{font-size:var(--text-sm);color:var(--color-muted-foreground);margin-bottom:var(--space-xs)}.metric-value{font-family:var(--font-serif);font-size:var(--text-3xl);line-height:1;color:var(--color-primary);font-variant-numeric:tabular-nums}.metric-unit{margin-left:var(--space-2xs);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-muted-foreground)}.metric-hint{margin-top:var(--space-xs);font-size:var(--text-xs);color:var(--color-muted-foreground)}.form-field{display:flex;flex-direction:column;gap:var(--space-2xs)}.form-field>label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-foreground)}.form-field .required{color:var(--color-destructive);margin-left:2px}.form-field .field-hint{font-size:var(--text-xs);color:var(--color-muted-foreground)}.form-field .field-error{font-size:var(--text-xs);color:var(--color-destructive)}.input,.select,.textarea{width:100%;min-height:40px;padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);font-size:var(--text-md);line-height:1.5;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.input::placeholder,.textarea::placeholder{color:var(--color-faint-foreground)}.input:hover,.select:hover,.textarea:hover{border-color:var(--color-muted-foreground)}.input:focus,.select:focus,.textarea:focus{border-color:var(--color-primary);box-shadow:var(--shadow-focus);outline:none}.input[aria-invalid=true],.textarea[aria-invalid=true]{border-color:var(--color-destructive)}.input:disabled,.select:disabled,.textarea:disabled{background:var(--color-surface-sunken);color:var(--color-muted-foreground);cursor:not-allowed}.textarea{min-height:96px;resize:vertical}.select{appearance:none;padding-right:var(--space-xl);background-image:linear-gradient(45deg,transparent 50%,var(--color-muted-foreground) 50%),linear-gradient(135deg,var(--color-muted-foreground) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-md)}.form-grid .span-all{grid-column:1 / -1}.checkbox{display:flex;align-items:flex-start;gap:var(--space-xs);cursor:pointer;font-size:var(--text-base)}.checkbox input{flex:none;width:18px;height:18px;margin-top:.2em;accent-color:var(--color-primary);cursor:pointer}.table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;font-size:var(--text-base)}.table thead th{position:sticky;top:0;z-index:var(--z-base);padding:var(--space-sm) var(--space-md);background:var(--color-surface-sunken);border-bottom:1px solid var(--color-border);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-muted-foreground);text-align:left;white-space:nowrap}.table tbody td{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:0}.table tbody tr{transition:background var(--duration-fast) var(--ease-out)}.table tbody tr:hover{background:var(--color-scrim)}.table .num{text-align:right;font-variant-numeric:tabular-nums}.table .actions{text-align:right;white-space:nowrap}@media(max-width:639px){.topbar{gap:var(--space-xs)}.topbar-user{max-width:130px}.topbar-user .account-name{display:none}.topbar-signout{min-height:40px}.table-responsive thead{display:none}.table-responsive tbody tr{display:block;padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.table-responsive tbody td{display:flex;justify-content:space-between;gap:var(--space-md);padding:var(--space-2xs) var(--space-md);border:0;text-align:right}.table-responsive tbody td:before{content:attr(data-label);flex:none;font-size:var(--text-sm);color:var(--color-muted-foreground);text-align:left}}.pill{display:inline-flex;align-items:center;gap:var(--space-2xs);padding:2px var(--space-xs);border-radius:var(--radius-full);border:1px solid transparent;font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap}.pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex:none}.pill-plain:before{display:none}.pill-neutral{background:var(--color-surface-sunken);color:var(--color-muted-foreground)}.pill-primary{background:var(--color-primary-soft);color:var(--color-primary)}.pill-accent{background:var(--color-accent-soft);color:var(--color-accent-ink)}.pill-success{background:var(--color-success-soft);color:var(--color-success)}.pill-warning{background:var(--color-warning-soft);color:var(--color-warning)}.pill-danger{background:var(--color-destructive-soft);color:var(--color-destructive)}.pill-info{background:var(--color-info-soft);color:var(--color-info)}.tabs{display:inline-flex;flex-wrap:wrap;gap:var(--space-2xs);padding:var(--space-2xs);border-radius:var(--radius-full);background:var(--color-surface-sunken)}.tab{display:inline-flex;align-items:center;gap:var(--space-2xs);min-height:36px;padding:0 var(--space-md);border:1px solid transparent;border-radius:var(--radius-full);background:transparent;color:var(--color-muted-foreground);font:inherit;font-size:var(--text-sm);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.tab:hover{color:var(--color-foreground)}.tab[data-active=true]{border-color:var(--color-border);background:var(--color-surface);color:var(--color-primary);font-weight:var(--weight-medium);box-shadow:var(--shadow-xs)}@media(pointer:coarse){.tab{min-height:44px}}.empty-panel{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-2xl) var(--space-lg);text-align:center;color:var(--color-muted-foreground)}.empty-panel .empty-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--radius-full);background:var(--color-accent-soft);color:var(--color-accent-ink)}.empty-panel h3{font-size:var(--text-md);color:var(--color-foreground)}.empty-panel p{font-size:var(--text-sm);max-width:32em}.alert{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border:1px solid;border-radius:var(--radius-md);font-size:var(--text-sm)}.alert-icon{flex:none;margin-top:2px}.alert-info{background:var(--color-info-soft);border-color:var(--color-info);color:var(--color-info)}.alert-success{background:var(--color-success-soft);border-color:var(--color-success);color:var(--color-success)}.alert-warning{background:var(--color-warning-soft);border-color:var(--color-warning);color:var(--color-warning)}.alert-danger{background:var(--color-destructive-soft);border-color:var(--color-destructive);color:var(--color-destructive)}.auth-page{display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh}.auth-aside{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-2xl) var(--space-2xl) var(--space-xl);background:var(--color-primary);color:var(--color-on-primary);overflow:hidden}.auth-aside:after{content:"";position:absolute;right:-180px;bottom:-180px;width:520px;height:520px;border-radius:50%;border:1px solid rgb(184 145 47 / .28);box-shadow:0 0 0 60px #b8912f0f,0 0 0 140px #b8912f0a,0 0 0 240px #b8912f06;pointer-events:none}.auth-brand{display:flex;align-items:center;gap:var(--space-sm)}.auth-brand .brand-mark{width:46px;height:46px}.auth-aside .brand-name{font-size:var(--text-xl)}.auth-aside .brand-tagline{font-size:var(--text-sm)}.auth-headline{position:relative;max-width:22em;margin:var(--space-2xl) 0}.auth-headline .motto{font-family:var(--font-serif);font-size:var(--text-lg);letter-spacing:.1em;color:var(--color-accent)}.auth-headline p{margin-top:var(--space-md);color:#ffffffad;font-size:var(--text-md);line-height:var(--leading-loose)}.auth-features{display:flex;flex-direction:column;gap:var(--space-sm)}.auth-feature{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--text-base);color:#fffc}.auth-feature svg{flex:none;color:var(--color-accent)}.auth-foot{font-size:var(--text-sm);color:#ffffff73}.auth-main{display:flex;align-items:center;justify-content:center;padding:var(--space-xl) var(--space-lg);background:var(--color-background)}.auth-card{width:100%;max-width:400px}.auth-card>h2{margin-bottom:var(--space-2xs)}.auth-card>.subtitle{margin-bottom:var(--space-lg);color:var(--color-muted-foreground);font-size:var(--text-sm)}.role-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xs);margin-bottom:var(--space-lg)}.role-tab{display:flex;flex-direction:column;align-items:center;gap:var(--space-2xs);min-height:68px;padding:var(--space-sm) var(--space-xs);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-muted-foreground);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.role-tab:hover{border-color:var(--color-primary-line);color:var(--color-foreground)}.role-tab[aria-pressed=true]{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary);font-weight:var(--weight-medium)}.role-tab[aria-pressed=true] svg{color:var(--color-accent-ink)}.auth-note{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border);font-size:var(--text-xs);color:var(--color-muted-foreground);text-align:center}.page-head{margin-bottom:var(--space-xl)}.page-head h1{margin-bottom:var(--space-2xs)}.page-head .lead{color:var(--color-muted-foreground);font-size:var(--text-base)}.section{margin-bottom:var(--space-xl)}.section>h2{display:flex;align-items:center;gap:var(--space-xs);margin-bottom:var(--space-md);font-size:var(--text-lg)}.section>h2:before{content:"";width:3px;height:1em;border-radius:var(--radius-full);background:var(--color-accent);flex:none}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-md)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-md)}.todo-list{display:flex;flex-direction:column}.todo-item{display:flex;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);border:0;border-bottom:1px solid var(--color-border);background:transparent;text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.todo-item:last-child{border-bottom:0}.todo-item:hover{background:var(--color-scrim)}.todo-item .todo-label{font-weight:var(--weight-medium)}.todo-item .todo-hint{font-size:var(--text-sm);color:var(--color-muted-foreground)}.todo-item .todo-count{margin-left:auto;min-width:24px;padding:0 8px;border-radius:var(--radius-full);background:var(--color-primary-soft);color:var(--color-primary);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-align:center;line-height:24px}.todo-item .todo-count[data-zero=true]{background:var(--color-surface-sunken);color:var(--color-muted-foreground)}.placeholder-panel{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-lg);border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface-sunken);color:var(--color-muted-foreground);font-size:var(--text-sm)}.placeholder-panel svg{flex:none;margin-top:2px;color:var(--color-accent-ink)}.placeholder-panel strong{color:var(--color-foreground);display:block;margin-bottom:2px}.feedback-card{display:flex;align-items:center;gap:var(--space-md);width:100%;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.feedback-card:hover{border-color:var(--color-accent-line);box-shadow:var(--shadow-md)}.feedback-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:var(--space-2xs);font-size:var(--text-sm);color:var(--color-muted-foreground)}.feedback-meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs);font-size:var(--text-sm);color:var(--color-muted-foreground)}.feedback-block{display:flex;flex-direction:column;gap:var(--space-2xs)}.feedback-block-head{display:flex;align-items:center;gap:var(--space-2xs);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-accent-ink)}.feedback-block-body{font-size:var(--text-base)}.feedback-block-body p{margin:0}.feedback-block-body p,.weekly-summary p{white-space:pre-wrap}.feedback-points{display:flex;flex-direction:column}.feedback-points li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-2xs) 0;border-bottom:1px dashed var(--color-border)}.feedback-points li:last-child{border-bottom:0}.feedback-chips{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.feedback-chip{padding:2px var(--space-xs);border-radius:var(--radius-full);background:var(--color-surface-sunken);color:var(--color-foreground);font-size:var(--text-sm)}.feedback-list{display:flex;flex-direction:column;gap:var(--space-2xs);padding-left:1.1em;list-style:disc}.form-label{display:block;font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-foreground)}.choice-chip{min-height:36px;padding:0 var(--space-sm);border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-foreground);font:inherit;font-size:var(--text-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.choice-chip:hover{border-color:var(--color-accent)}.choice-chip[data-active=true]{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-on-primary);font-weight:var(--weight-medium)}@media(pointer:coarse){.choice-chip{min-height:44px}}.weekly-summary{display:flex;flex-direction:column;gap:var(--space-sm)}.weekly-summary>div{display:flex;flex-direction:column}.weekly-summary p{margin:0}.weekly-label{font-size:var(--text-xs);color:var(--color-muted-foreground)}.weekly-materials{display:flex;flex-direction:column;gap:var(--space-xs)}.weekly-materials li{display:flex;flex-direction:column;gap:2px;padding:var(--space-sm);border-left:2px solid var(--color-accent-line);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--color-surface-sunken);font-size:var(--text-sm)}.weekly-history{font-size:var(--text-sm);color:var(--color-muted-foreground)}.weekly-history summary{cursor:pointer;padding:var(--space-2xs) 0}.weekly-history ul{display:flex;flex-direction:column;gap:2px;margin-top:var(--space-xs);padding-left:1.1em;list-style:disc}.text-danger{color:var(--color-destructive)}.spinner{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.boot-screen{display:grid;place-items:center;min-height:100vh;color:var(--color-muted-foreground);gap:var(--space-md)}.reveal{animation:rise-in var(--duration-slow) var(--ease-out) both}.reveal-1{animation-delay:40ms}.reveal-2{animation-delay:90ms}.reveal-3{animation-delay:.14s}.reveal-4{animation-delay:.19s}.review-split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:var(--space-lg);align-items:start}@media(max-width:1023px){.review-split{grid-template-columns:1fr}}.review-pages{position:sticky;top:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md);max-height:calc(100vh - 6rem);overflow-y:auto;overscroll-behavior:contain}@media(max-width:1023px){.review-pages{position:static;max-height:none}}.review-question{border-left:3px solid var(--color-border)}.review-question[data-status=confirmed]{border-left-color:var(--color-success)}.review-question[data-status=tbd]{border-left-color:var(--color-warning)}.review-question[data-status=rejected]{border-left-color:var(--color-border-strong);opacity:.62}.review-basis{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:var(--color-surface-sunken);color:var(--color-muted-foreground);font-size:var(--text-sm)}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}.activity-card{display:block;width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit;transition:box-shadow var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.activity-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.activity-card:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.activity-cover{display:block;width:100%;object-fit:cover;background:var(--color-surface-sunken)}.activity-cover-blank{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);background:var(--color-accent-soft);color:var(--color-accent-ink);font-size:var(--text-sm);letter-spacing:.08em}.fact-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--space-sm) var(--space-md);margin:0}.fact-list dt{font-size:var(--text-sm);color:var(--color-muted-foreground)}.fact-list dd{margin:2px 0 0;font-size:var(--text-base)}.fact-list dd .mono,.table .mono{letter-spacing:.04em}.week-grid{min-width:660px;table-layout:fixed}.week-grid thead th{padding:var(--space-xs) var(--space-2xs);text-align:center}.week-grid thead th.is-past{color:var(--color-border-strong)}.week-grid-time{position:sticky;left:0;z-index:var(--z-base);width:76px;padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-muted-foreground);text-align:left;white-space:nowrap}.week-grid thead th.week-grid-time{z-index:2;background:var(--color-surface-sunken);font-weight:var(--weight-semibold)}.week-grid tbody tr:last-child th.week-grid-time{border-bottom:0}.week-grid tbody td{padding:var(--space-2xs);text-align:center}.slot-cell{display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:32px;padding:0 var(--space-2xs);border:1px solid transparent;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--weight-medium);white-space:nowrap}.week-grid .slot-cell{width:100%;min-height:40px}.slot-cell.is-free{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary)}button.slot-cell.is-free{cursor:pointer}button.slot-cell.is-free:hover{background:var(--color-primary);color:var(--color-on-primary)}.slot-cell.is-chosen,.slot-cell.is-chosen:hover{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-on-primary)}.slot-cell.is-mine{border-color:var(--color-success);background:var(--color-success-soft);color:var(--color-success)}.slot-cell.is-taken{background:var(--color-surface-sunken);color:var(--color-muted-foreground);font-weight:var(--weight-normal);text-decoration:line-through;text-decoration-thickness:1px}.slot-cell.is-none{color:var(--color-border-strong)}.week-chip{display:block;padding:3px var(--space-2xs);border-radius:var(--radius-xs);font-size:var(--text-xs);font-weight:var(--weight-medium);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.week-chip+.week-chip{margin-top:2px}.week-chip-pending{background:var(--color-warning-soft);color:var(--color-warning)}.week-chip-confirmed{background:var(--color-primary-soft);color:var(--color-primary)}.week-chip-completed{background:var(--color-success-soft);color:var(--color-success)}.week-chip-absent{background:var(--color-destructive-soft);color:var(--color-destructive)}.week-grid tbody td.week-cell-clash{background:var(--color-destructive-soft);box-shadow:inset 0 0 0 1px var(--color-destructive)}@media(max-width:1023px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;z-index:var(--z-drawer);top:0;bottom:0;left:0;width:min(84vw,var(--sidebar-width));height:100%;transform:translate(-100%);transition:transform var(--duration-base) var(--ease-out);box-shadow:var(--shadow-xl)}.sidebar[data-open=true]{transform:none}.menu-toggle,.sidebar-close{display:inline-flex}.app-content{padding:var(--space-lg) var(--space-md) var(--space-2xl)}.topbar{padding:var(--space-xs) var(--space-md)}}@media(max-width:639px){:root{--text-3xl: 1.875rem;--text-4xl: 2.25rem}.app-content{padding:var(--space-md) var(--space-sm) var(--space-2xl)}.panel{padding:var(--space-md);border-radius:var(--radius-md)}.metric{padding:var(--space-md)}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.metric-value{font-size:var(--text-2xl)}.form-grid,.auth-page{grid-template-columns:1fr}.auth-aside{padding:var(--space-lg) var(--space-md);min-height:auto}.auth-aside:after{display:none}.auth-headline{margin:var(--space-md) 0 0}.auth-headline h1{font-size:var(--text-2xl)}.auth-headline p,.auth-features,.auth-foot{display:none}.auth-main{padding:var(--space-lg) var(--space-md);align-items:flex-start}.auth-card{max-width:none}}@media(min-width:1440px){.app-content{padding-left:var(--space-xl);padding-right:var(--space-xl)}}@media print{.sidebar,.topbar,.menu-toggle,.btn,.scrim{display:none!important}.app-shell{grid-template-columns:1fr}.panel{box-shadow:none;border-color:var(--color-border-strong);break-inside:avoid}body{background:#fff}}
