.auth-panel{display:grid;border:1px solid var(--border);border-radius:var(--radius);color:var(--card-foreground);background:var(--card);box-shadow:var(--shadow-offset-x)var(--shadow-offset-y)var(--shadow-blur)var(--shadow-spread)rgb(0 0 0/var(--shadow-opacity));gap:1rem;margin-top:2rem;padding:1.25rem}.auth-label,.auth-note,.auth-error{margin:0}.auth-label{color:var(--muted-foreground);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700}.auth-note{color:var(--muted-foreground);margin-top:.35rem;line-height:1.5}.auth-actions{display:flex;flex-wrap:wrap;gap:.75rem}.auth-error{color:var(--destructive)}.study-interface{display:grid;border:1px solid var(--border);border-radius:var(--radius);color:var(--card-foreground);background:var(--card);box-shadow:var(--shadow-offset-x)var(--shadow-offset-y)var(--shadow-blur)var(--shadow-spread)rgb(0 0 0/var(--shadow-opacity));gap:1.5rem;margin-top:1rem;padding:1.25rem}.study-interface__header{display:flex;justify-content:space-between;align-items: center;gap:1rem}.study-card{display:grid;gap:1.25rem}.study-card h2{font-family:var(--font-serif);margin:0;font-size:clamp(1.6rem,5vw,2.5rem);font-weight:400}.study-input{box-sizing:border-box;border:1px solid var(--input);border-radius:var(--radius);color:inherit;background:var(--background);width:100%;padding:.9rem 1rem;font-size:1.1rem}.study-options{display:grid;gap:.65rem}.study-option{display:flex;border:1px solid var(--border);border-radius:var(--radius);color:inherit;background:var(--background);text-align:left;cursor:pointer;align-items: center;gap:.75rem;width:100%;padding:.85rem 1rem}.study-option:hover,.study-option--selected{border-color:var(--primary);background:var(--muted)}.study-option__shortcut{display:inline-grid;border:1px solid var(--border);color:var(--muted-foreground);font-family:var(--font-mono);border-radius:.35rem;place-items: center;min-width:1.5rem;height:1.5rem;font-size:.8rem}.study-feedback{display:grid;border-radius:var(--radius);gap:.75rem;padding:1rem}.study-feedback p,.study-feedback ul{margin:0}.study-feedback--correct{background:#3f8d6524}.study-feedback--incorrect{background:#d32f2f1f}.study-message{color:var(--muted-foreground);margin:0}.study-message p{margin:0 0 1rem}.study-error{color:var(--destructive)}@media (max-width:520px){.study-interface{padding:1rem}.study-interface__header{align-items: start}}.order-word-instructions{color:var(--muted-foreground);margin:-.5rem 0 0;font-size:.95rem}.order-word-top,.order-word-workspace{display:flex;flex-wrap:wrap;align-items: center;gap:.6rem}.order-word-workspace{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);min-height:3.5rem;padding:.75rem}.order-word-pill,.order-workspace-pill{display:inline-flex;border:1px solid var(--border);color:inherit;background:var(--card);cursor:grab;border-radius:999px;align-items: center;gap:.5rem;min-height:2.75rem;padding:.55rem .8rem}.order-word-pill__shortcut{display:inline-grid;border:1px solid var(--border);color:var(--muted-foreground);font-family:var(--font-mono);border-radius:.35rem;place-items: center;width:1.35rem;height:1.35rem;font-size:.8rem}.order-word-pill--used{opacity:.5;cursor:default;border-style:dashed}.order-drop-slot{border-radius:var(--radius);border:1px dashed #0000;width:.35rem;min-height:2.75rem}.order-drop-slot--over{border-color:var(--primary)}.study-reference{display:grid;gap:.35rem}.study-reference p{margin:0}.course-browser{display:grid;border:1px solid var(--border);border-radius:var(--radius);color:var(--card-foreground);background:var(--card);box-shadow:var(--shadow-offset-x)var(--shadow-offset-y)var(--shadow-blur)var(--shadow-spread)rgb(0 0 0/var(--shadow-opacity));gap:1rem;margin-top:1rem;padding:1.25rem}.course-browser-heading{display:flex;justify-content:space-between;align-items: end;gap:1rem}.course-browser h2{font-family:var(--font-serif);margin:0;font-size:1.5rem;font-weight:400}.course-browser select{border:1px solid var(--input);border-radius:var(--radius);color:inherit;background:var(--background);min-width:10rem;padding:.6rem .75rem}.course-message{color:var(--muted-foreground);margin:1rem 0 0}.course-error{color:var(--destructive)}.pdf-list{display:grid;list-style:none;gap:.6rem;margin:0;padding:0}.pdf-list a{display:block;border:1px solid var(--border);border-radius:var(--radius);color:inherit;background:var(--muted);padding:.75rem .9rem}.pdf-list a:hover{background:var(--secondary)}.pdf-list-item--requested{outline:2px solid var(--primary);outline-offset:.25rem;scroll-margin:1rem}.course-page{display:grid;gap:1rem}.course-page h1{font-size:clamp(2.5rem,8vw,5rem)}.course-page h2{font-family:var(--font-serif);margin:1rem 0 0;font-weight:400}.course-page-description{color:var(--muted-foreground);white-space:pre-wrap;max-width:38rem;font-size:1.125rem;line-height:1.6}.course-page-member{display:grid;gap:1rem}.course-page-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1rem 0 0}.course-page-stats div{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:.9rem}.course-page-stats dt{color:var(--muted-foreground);font-size:.8rem}.course-page-stats dd{margin:.25rem 0 0;font-size:1.5rem}.course-page-documents{display:grid;list-style:none;gap:.75rem;margin:0;padding:0}.course-page-documents li{display:flex;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);justify-content:space-between;align-items: center;gap:1rem;padding:1rem}.course-page-documents p{color:var(--muted-foreground);margin:.35rem 0}.course-page-documents small,.course-page-documents span,.course-page-message{color:var(--muted-foreground)}.course-page-error{color:var(--destructive)}@media (max-width:560px){.course-page-stats{grid-template-columns:1fr}.course-page-documents li{flex-direction:column;align-items: flex-start}}.pdf-viewer{display:grid;gap:1rem;margin-top:1rem}.pdf-toolbar,.pdf-navigation{display:flex;align-items: center;gap:.75rem}.pdf-toolbar{justify-content:space-between}.pdf-navigation button{border:1px solid var(--border);border-radius:var(--radius);color:inherit;background:var(--card);cursor:pointer;padding:.55rem .75rem}.pdf-navigation button:disabled{cursor:default;opacity:.4}.pdf-canvas-frame{overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--secondary);max-height:75vh;padding:1rem}.pdf-canvas-frame canvas{display:block;box-shadow:var(--shadow-offset-x)var(--shadow-offset-y)var(--shadow-blur)var(--shadow-spread)rgb(0 0 0/var(--shadow-opacity));background:#fff;max-width:100%;height:auto;margin:0 auto}:root{--background:#f8f7f2;--foreground:#1a1a1a;--card:#fff;--card-foreground:#1a1a1a;--primary:#c1a875;--primary-foreground:#fff;--secondary:#e5e1d5;--secondary-foreground:#1a1a1a;--muted:#f1ede1;--muted-foreground:#6b6352;--accent:#c1a875;--accent-foreground:#fff;--destructive:#d32f2f;--destructive-foreground:#fff;--border:#e2decb;--input:#e2decb;--ring:#c1a875;--font-sans:Inter,-apple-system,sans-serif;--font-serif:Georgia,serif;--font-mono:"JetBrains Mono",monospace;--radius:.75rem;--shadow-color:#000;--shadow-opacity:.05;--shadow-blur:15px;--shadow-spread:0px;--shadow-offset-x:0px;--shadow-offset-y:8px;color:var(--foreground);background:var(--background);font-family:var(--font-sans);font-synthesis:none;letter-spacing:-.02em}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:underline;text-underline-offset:.14em}button,select{font:inherit}button:focus-visible{outline:2px solid var(--ring);outline-offset:3px}select:focus-visible{outline:2px solid var(--ring);outline-offset:3px}a:focus-visible{outline:2px solid var(--ring);outline-offset:3px}#root{min-height:100vh}main{width:min(36rem,100% - 3rem);margin:0 auto;padding:clamp(2rem,7vw,5rem) 0 4rem}.eyebrow{display:inline-block;color:var(--muted-foreground);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem;font-size:.75rem;font-weight:700}h1{font-family:var(--font-serif);letter-spacing:-.055em;margin:0;font-size:clamp(3rem,9vw,6rem);font-weight:400;line-height:.92}.description{color:var(--muted-foreground);max-width:31rem;margin:2rem 0;font-size:1.125rem;line-height:1.6}.status{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-offset-x)var(--shadow-offset-y)var(--shadow-blur)var(--shadow-spread)rgb(0 0 0/var(--shadow-opacity));align-items: center;gap:.65rem;padding:.7rem .9rem;font-size:.875rem}.status span{background:var(--primary);border-radius:50%;width:.55rem;height:.55rem}.status-ok span{background:#3f8d65}.status-unavailable span{background:var(--destructive)}@media (prefers-color-scheme:dark){:root{--background:#141412;--foreground:#f8f7f2;--card:#1e1e1c;--card-foreground:#f8f7f2;--primary:#d4bc8b;--primary-foreground:#141412;--secondary:#2d2b28;--secondary-foreground:#f8f7f2;--muted:#242422;--muted-foreground:#a39e94;--accent:#d4bc8b;--accent-foreground:#141412;--destructive:#ef4444;--destructive-foreground:#f8f7f2;--border:#2d2b28;--input:#2d2b28;--ring:#d4bc8b;--shadow-opacity:.4;--shadow-blur:25px;--shadow-offset-y:10px}}.button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;width:-moz-fit-content;width:fit-content;padding:.7rem 1rem;transition:background-color .12s,border-color .12s,transform 80ms;font-weight:650}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{cursor:wait;opacity:.55}.button--primary{border-color:var(--primary);color:var(--primary-foreground);background:var(--primary)}.button--primary:hover:not(:disabled){border-color:var(--primary-hover);background:var(--primary-hover)}.button--primary:active:not(:disabled){border-color:var(--primary-active);background:var(--primary-active)}.button--secondary{border-color:var(--secondary);color:var(--secondary-foreground);background:var(--secondary)}.button--secondary:hover:not(:disabled){border-color:var(--secondary-hover);background:var(--secondary-hover)}.button--secondary:active:not(:disabled){border-color:var(--secondary-active);background:var(--secondary-active)}.button--destructive{border-color:var(--destructive);color:var(--destructive-foreground);background:var(--destructive)}.button--destructive:hover:not(:disabled){border-color:var(--destructive-hover);background:var(--destructive-hover)}.button--destructive:active:not(:disabled){border-color:var(--destructive-active);background:var(--destructive-active)}:root{--primary:#008300;--primary:oklch(52% .22 145);--primary-hover:#007500;--primary-hover:oklch(48% .19 145);--primary-active:#006800;--primary-active:oklch(44% .17 145);--primary-foreground:#fefcf4;--primary-foreground:oklch(99% .01 95);--secondary:#d78d00;--secondary:oklch(70% .16 75);--secondary-hover:#c07c00;--secondary-hover:oklch(64% .15 75);--secondary-active:#a96b00;--secondary-active:oklch(58% .14 75);--secondary-foreground:#261704;--secondary-foreground:oklch(22% .04 70);--destructive:#dc0015;--destructive:oklch(55% .25 25);--destructive-hover:#c20011;--destructive-hover:oklch(50% .22 25);--destructive-active:#ac0010;--destructive-active:oklch(46% .2 25);--destructive-foreground:#fefcf4;--destructive-foreground:oklch(99% .01 95)}@media (prefers-color-scheme:dark){:root{--primary:#19c63c;--primary:oklch(72% .22 145);--primary-hover:#38d64e;--primary-hover:oklch(77% .22 145);--primary-active:#00b12e;--primary-active:oklch(66% .21 145);--primary-foreground:#051606;--primary-foreground:oklch(18% .04 145);--secondary:#e2a520;--secondary:oklch(76% .15 80);--secondary-hover:#f3b539;--secondary-hover:oklch(81% .15 80);--secondary-active:#c8900f;--secondary-active:oklch(69% .14 80);--secondary-foreground:#211201;--secondary-foreground:oklch(20% .04 70);--destructive:#ff4247;--destructive:oklch(68% .25 25);--destructive-hover:#ff6d68;--destructive-hover:oklch(73% .2 25);--destructive-active:#ea3037;--destructive-active:oklch(61% .22 25);--destructive-foreground:#200a08;--destructive-foreground:oklch(18% .04 25)}}
