:root{--bg: #f4f4f5;--panel: #ffffff;--border: #e4e4e7;--text: #18181b;--muted: #71717a;--accent: #2563eb;--accent-hover: #1d4ed8;--danger: #dc2626;--danger-bg: #fef2f2;--success: #16a34a;--radius: 10px;--shadow: 0 1px 3px rgb(0 0 0 / .06);font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.5}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--panel)}.app-logo{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.app-tagline{margin:.15rem 0 0;font-size:.8125rem;color:var(--muted)}main.three-col{flex:1 1 0;min-height:0}.three-col{flex:1;display:grid;grid-template-columns:minmax(220px,280px) 1fr minmax(200px,300px);grid-template-rows:minmax(0,1fr);gap:0;min-height:0;overflow:hidden}.col{padding:1rem;min-height:0;overflow:auto}.col--left{border-right:1px solid var(--border);background:var(--panel)}.col--center{background:var(--bg);display:flex;flex-direction:column;overflow:hidden}.col--right{border-left:1px solid var(--border);background:var(--panel)}.column-title{margin:0 0 .75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.column-title--sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.center-panel{max-width:680px;width:100%;margin:0 auto;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-height:320px;padding:2rem 2.25rem}.assignment-notices{margin:0 0 1.25rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);text-align:left}.assignment-notices--profile{margin-top:.75rem}.assignment-notices-heading{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.assignment-notices-list{margin:0;padding:0;list-style:none}.assignment-notices-item{padding:.5rem 0;border-top:1px solid var(--border)}.assignment-notices-item:first-child{border-top:none;padding-top:0}.assignment-notices-item--row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.assignment-notices-course{margin:0 0 .2rem;font-weight:600;font-size:.9375rem}.assignment-notices-meta{margin:0;font-size:.8125rem;line-height:1.35}.assignment-notice-modal-body{max-height:min(60vh,420px);overflow-y:auto}.assignment-notice-modal-lead{margin:0 0 1rem;font-size:.875rem}.col--center .center-panel{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.course-list-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.course-list-header-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.course-list-li--group-head,.course-list-group-section{list-style:none}.course-list-group-outline{border:1px solid var(--border);border-radius:10px;padding:.5rem .65rem;background:color-mix(in srgb,var(--muted) 5%,var(--panel));box-sizing:border-box}.course-list-group-outline--drop-target{outline:2px solid var(--accent);outline-offset:1px}.course-list-group-outline .course-list-group-head{border:none;background:color-mix(in srgb,var(--accent) 8%,var(--panel));padding:.35rem .4rem;border-radius:8px}.course-list-items--nested{margin:.35rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.course-list-group-head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.45rem .6rem;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--accent) 6%,var(--panel));font-size:.8125rem;font-weight:600}.course-list-group-head--muted{background:var(--bg);font-weight:500;color:var(--muted)}.course-list-group-head--dragging{opacity:.65}.course-list-group-head--drop-target{outline:2px solid var(--accent);outline-offset:1px}.course-list-group-title{flex:1;min-width:0}.course-list-group-title--editable{cursor:pointer;text-align:left;border:none;background:transparent;font:inherit;font-weight:inherit;color:inherit;padding:.1rem .25rem;margin:-.1rem -.25rem;border-radius:6px;width:auto;max-width:100%}.course-list-group-title--editable:hover{color:var(--accent-hover);background:#0000000a}.course-list-group-title-input{flex:1;min-width:0;font:inherit;font-weight:inherit;color:inherit;padding:.1rem .35rem;border:1px solid var(--accent);border-radius:6px;background:var(--panel);box-sizing:border-box}.course-list-group-empty{margin:.35rem 0 0;padding:0 .25rem;font-size:.75rem}.course-list-group-collapse{display:flex;justify-content:center;align-items:center;padding:.2rem .6rem .4rem;margin-top:.1rem}.course-list-group-collapse-btn{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:1.35rem;border:none;background:transparent;cursor:pointer;color:var(--muted);border-radius:6px;padding:.1rem .35rem}.course-list-group-collapse-btn:hover{color:var(--accent);background:#0000000f}.course-list-group-collapse-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.course-list-group-collapse-chevron{display:block;width:0;height:0;border-style:solid;border-width:5px 4px 0 4px;border-color:currentColor transparent transparent transparent}.course-list-group-collapse-chevron--collapsed{border-width:4px 0 4px 6px;border-color:transparent transparent transparent currentColor}.course-list-drag-handle--group{border-right:1px solid var(--border)}.course-list-actions--wrap{flex-wrap:wrap;gap:.35rem}.course-list-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.course-list-row{display:flex;flex-direction:row;align-items:stretch;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg)}.course-list-row--active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.course-list-row--all .course-list-desc{font-style:italic;color:var(--muted)}.course-list-row--blocked{opacity:.88}.course-list-row--dragging{opacity:.65}.course-list-row--draggable{cursor:grab;-webkit-user-select:none;user-select:none}.course-list-row--draggable:active{cursor:grabbing}.course-list-drag-handle{flex-shrink:0;width:1.75rem;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none;font-size:.65rem;letter-spacing:-.05em;color:var(--muted);border-right:1px solid var(--border);background:#00000005}.course-list-drag-handle:active{cursor:grabbing}.course-list-row-main{flex:1;min-width:0;display:flex;flex-direction:column}.course-list-status{display:block;margin-top:.35rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent)}.course-list-progress{display:block;margin-top:.25rem;height:4px;border-radius:4px;background:color-mix(in srgb,var(--muted) 22%,transparent);overflow:hidden}.course-list-progress-bar{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 70%,white));transition:width .2s ease,background .2s ease}.course-list-status--passed{color:var(--success)}.course-list-status--failed{color:var(--danger)}.course-list-progress--passed .course-list-progress-bar{background:linear-gradient(90deg,var(--success),color-mix(in srgb,var(--success) 75%,white))}.course-list-progress--failed .course-list-progress-bar{background:linear-gradient(90deg,var(--danger),color-mix(in srgb,var(--danger) 75%,white))}.course-list-badge{display:inline-block;margin-left:.35rem;padding:.1rem .35rem;border-radius:4px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}.course-list-badge--off{background:color-mix(in srgb,var(--danger) 18%,transparent);color:var(--danger)}.course-list-badge--lock{background:color-mix(in srgb,var(--muted) 28%,transparent);color:var(--text)}.course-list-select{width:100%;text-align:left;border:none;background:transparent;padding:.65rem .75rem;cursor:pointer;font:inherit;color:inherit}.course-list-select:hover{background:#00000008}.course-list-name{display:block;font-weight:500;font-size:.9375rem}.course-list-name--editable{cursor:pointer;border-radius:6px;margin:-.1rem -.15rem;padding:.1rem .15rem;width:fit-content;max-width:100%}.course-list-name--editable:hover{color:var(--accent-hover);background:#0000000d}.course-list-select--editing{display:flex;flex-direction:column;align-items:stretch;gap:.2rem;padding:.65rem .75rem;cursor:default}.course-list-name-input{width:100%;font:inherit;font-weight:500;font-size:.9375rem;margin:0;padding:.25rem .4rem;border:1px solid var(--accent);border-radius:6px;background:var(--panel);box-sizing:border-box;color:inherit}.course-list-desc{display:block;font-size:.75rem;color:var(--muted);line-height:1.35;margin-top:.2rem}.course-list-meta{display:block;font-size:.75rem;color:var(--muted);margin-top:.15rem}.course-list-actions{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 .65rem .65rem}.muted{color:var(--muted);font-size:.875rem;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.45rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;border:1px solid transparent;text-decoration:none;color:inherit}.btn--sm{padding:.3rem .5rem;font-size:.75rem}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn--secondary{background:var(--panel);border-color:var(--border);color:var(--text)}.btn--secondary:hover{background:var(--bg)}.btn--ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn--ghost:hover{background:var(--bg)}.btn--danger{background:var(--danger-bg);color:var(--danger);border-color:#fecaca}.btn--danger:hover{background:#fee2e2}.course-viewer--scroll-tracked{padding-bottom:max(5rem,min(35vh,18rem))}.course-viewer-title{font-family:Merriweather,Georgia,serif;font-size:1.75rem;font-weight:700;line-height:1.25;margin:0 0 1.5rem;letter-spacing:-.02em}.course-viewer:has(.course-viewer-desc) .course-viewer-title{margin-bottom:.5rem}.course-viewer-desc{margin:0 0 1.25rem;font-size:.9375rem;color:var(--muted);line-height:1.5}.panel-empty{text-align:center;padding:3rem 1rem}.panel-empty-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.panel-empty-hint{margin:0;color:var(--muted);font-size:.9375rem}.guidebook-prose{font-family:Merriweather,Georgia,serif;font-size:1.0625rem;line-height:1.75;color:var(--text)}.guidebook-prose--editable{min-height:280px;outline:none}.guidebook-prose p{margin:0 0 1rem}.guidebook-prose h2,.guidebook-prose h3{font-family:Merriweather,Georgia,serif;font-weight:700;line-height:1.3;margin:1.5rem 0 .75rem}.guidebook-prose h2{font-size:1.375rem}.guidebook-prose h3{font-size:1.125rem}.guidebook-prose ul,.guidebook-prose ol{margin:0 0 1rem;padding-left:1.5rem}.guidebook-prose blockquote{margin:0 0 1rem;padding-left:1rem;border-left:3px solid var(--border);color:var(--muted);font-style:italic}.guidebook-prose hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.guidebook-prose img{max-width:100%;height:auto;border-radius:6px;display:block;margin:1rem 0}.guidebook-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.guidebook-prose--readonly .guidebook-link{cursor:pointer}.tiptap-shell{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);overflow:hidden}.tiptap-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.5rem .65rem;border-bottom:1px solid var(--border);background:var(--bg)}.toolbar-btn{min-width:2rem;height:2rem;padding:0 .4rem;border:1px solid var(--border);border-radius:6px;background:var(--panel);font:inherit;font-size:.75rem;font-weight:600;cursor:pointer;color:var(--text)}.toolbar-btn:hover{background:#fff}.toolbar-btn--active{border-color:var(--accent);color:var(--accent);background:#eff6ff}.toolbar-sep{width:1px;height:1.25rem;background:var(--border);margin:0 .15rem}.tiptap-body{padding:1rem 1.25rem 1.5rem}.tiptap-body .ProseMirror{outline:none}.tiptap-body .ProseMirror p.is-editor-empty:first-child:before{color:var(--muted);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.page-editor{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.page-editor--empty{align-items:center;justify-content:center;padding:2rem;text-align:center}.page-editor-header{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--panel)}@media(min-width:640px){.page-editor-header{flex-direction:row;align-items:center}}.page-editor-toolbar{flex-shrink:0;width:100%;background:var(--panel);border-bottom:1px solid var(--border);box-shadow:0 2px 12px #00000012}.page-editor-toolbar-inner{width:100%;max-width:none;margin:0;padding:.85rem clamp(.75rem,2.5vw,2rem) 1.1rem;box-sizing:border-box}.page-editor-toolbar-top{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem}.page-editor-back{padding-left:.15rem}.page-editor-toolbar-grid{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem;align-items:start}@media(min-width:960px){.page-editor-toolbar-grid{grid-template-columns:minmax(0,1fr) minmax(260px,400px)}}.page-editor-toolbar-primary{display:flex;flex-direction:column;gap:1rem;min-width:0;width:100%}.page-editor-toolbar-aside{min-width:0}.page-editor-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.page-editor-field-label{font-size:.75rem;font-weight:500;color:var(--muted)}.page-editor-title-input{width:100%;font-family:inherit;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;border:1px solid var(--border);border-radius:var(--radius);padding:.55rem .75rem;background:#fff;color:var(--text)}.page-editor-title-input::placeholder{color:var(--muted);font-weight:500}.page-editor-description{width:100%;min-height:4.5rem;resize:vertical;font:inherit;font-size:.9375rem;line-height:1.45;border:1px solid var(--border);border-radius:var(--radius);padding:.55rem .75rem;background:#fff;color:var(--text)}.page-editor-settings{margin:0;height:100%;border:1px solid rgb(228 228 231 / .95);border-radius:var(--radius);background:linear-gradient(180deg,#fafafa 0%,var(--panel) 100%);box-shadow:inset 0 1px #fffc;overflow:hidden}.course-unlock-section{padding:.85rem 1rem;margin:0;max-width:none;width:100%;border:none;border-bottom:1px solid var(--border);border-radius:0;background:transparent}.course-unlock-heading{margin:0 0 .35rem;font-size:1rem;font-weight:600}.course-unlock-lead{margin:0 0 .75rem;font-size:.875rem}.course-unlock-fields{display:flex;flex-direction:column;gap:.75rem;max-width:100%}.page-editor-panel-toggles{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;padding:.85rem 1.1rem 1rem;margin:0;border:none;background:var(--bg)}.page-editor-toggles-label{font-size:.75rem;font-weight:500;color:var(--muted)}.page-editor-toggles-row{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;align-items:center}.page-editor-toggle{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text)}.page-editor-toggle input{width:1rem;height:1rem;accent-color:var(--accent)}.page-editor-workspace{flex:1 1 auto;min-height:0;width:100%;background:var(--bg)}.page-editor-workspace-inner{width:100%;max-width:calc(1240px + 1.5rem);margin:0 auto;padding:2rem 2.25rem;box-sizing:border-box}.page-editor-body{flex:1;width:100%;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem}.course-test-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.course-test-limit{margin:0}.course-test-last{margin:0;font-size:.875rem}.test-cooldown-timer{display:inline;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.02em;color:var(--text)}.test-cooldown-unit{font-variant-numeric:tabular-nums}.test-cooldown-label{font-weight:400;color:var(--muted)}.test-editor{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;background:var(--bg)}.test-editor-heading{margin:0 0 .5rem;font-size:1rem;font-weight:600}.test-editor-lead{margin:0 0 1rem;font-size:.875rem;color:var(--muted)}.test-editor-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1rem;cursor:pointer}.test-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:520px){.test-editor-grid{grid-template-columns:1fr}}.test-editor-grid--settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;margin-bottom:1rem}.test-editor-settings-cell{min-width:0;display:flex;flex-direction:column;gap:.35rem}.test-editor-settings-cell--wide{grid-column:1 / -1}.test-editor-settings-input{width:100%;min-width:0;box-sizing:border-box}@media(max-width:520px){.test-editor-grid--settings{grid-template-columns:1fr}}.test-editor-hint{display:block;font-size:.6875rem;font-weight:400;color:var(--muted);margin-top:.25rem}.test-editor-field-error{display:block;font-size:.6875rem;font-weight:500;color:var(--danger);margin-top:.25rem;line-height:1.35}.test-editor-actions{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.test-editor-actions-label{font-size:.8125rem;color:var(--muted);margin-right:.25rem}.test-q-head-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.test-q-kind{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--muted)}.test-q-kind-select{width:auto;min-width:11rem;font-size:.8125rem;padding:.35rem .5rem}.test-im-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.test-im-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.test-im-url{flex:1 1 200px;display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--muted)}.test-im-pick{flex:1 1 160px;display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--muted)}.test-form-text-label{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.test-form-text-input{max-width:100%}.test-form-match{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.test-form-match-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.test-form-match-img-wrap{flex-shrink:0}.test-form-match-img{display:block;max-width:220px;max-height:160px;width:auto;height:auto;object-fit:contain;border-radius:6px;border:1px solid var(--border)}.test-form-match-img--placeholder{font-size:.75rem;color:var(--muted);padding:1.5rem;background:var(--panel)}.test-form-match-select{flex:1 1 200px;display:flex;flex-direction:column;gap:.35rem}.test-q-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.test-q-card{border:1px solid var(--border);border-radius:8px;padding:1rem;background:var(--panel)}.test-q-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.test-q-num{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.test-q-prompt{min-height:3rem;resize:vertical}.test-q-options-label{margin:.75rem 0 .35rem;font-size:.75rem;font-weight:600;color:var(--muted)}.test-opt-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.test-opt-row{display:flex;align-items:center;gap:.5rem}.test-opt-input{flex:1}.page-test{min-height:100vh;background:var(--bg);padding:1.5rem 1rem 2rem}.page-test--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.page-test-inner{max-width:640px;margin:0 auto}.page-test-header{margin-bottom:1.5rem}.page-test-title{margin:.75rem 0 0;font-family:Merriweather,Georgia,serif;font-size:1.375rem;line-height:1.3}.page-test-meta{margin:.35rem 0 0;font-size:.8125rem;color:var(--muted)}.test-form-list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:1.5rem}.test-form-q{padding-bottom:.5rem}.test-form-qtext{margin:0 0 .65rem;font-weight:500}.test-form-fieldset{margin:0;padding:0;border:none}.test-form-opt{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;font-size:.9375rem;cursor:pointer}.test-form-opt input{margin-top:.2rem}.test-form-submit{margin-top:1rem}.test-result-title{margin:0 0 .75rem;font-size:1.5rem}.test-result-score{margin:0 0 .5rem;font-size:1.125rem}.test-result-pass{color:#15803d;font-weight:600;margin:0 0 1rem}.test-result-fail{color:var(--danger);font-weight:600;margin:0 0 1rem}.test-result-actions{display:flex;flex-wrap:wrap;gap:.5rem}.text-link{color:var(--accent)}.notes-panel-header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.notes-panel-header-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;flex-shrink:0}.notes-panel-header .column-title{margin:0 0 .25rem}.notes-panel-hint{margin:0;font-size:.8125rem;line-height:1.35}.notes-panel-add-explainer{margin:-.25rem 0 .75rem;font-size:.8125rem}.notes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.note-card{border:1px solid var(--border);border-radius:8px;padding:.5rem;background:var(--bg)}.note-card-course{margin-bottom:.35rem;font-size:.75rem;line-height:1.35}.note-card-course-label{color:var(--muted)}.note-card-course-link{display:inline;padding:0;margin:0;border:none;background:none;font:inherit;font-weight:600;color:var(--accent);cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:2px}.note-card-course-link:hover{color:var(--text)}.note-card-input{width:100%;border:1px solid transparent;border-radius:6px;padding:.4rem .5rem;font:inherit;font-size:.875rem;resize:vertical;min-height:4.5rem;background:var(--panel);color:var(--text)}.note-card-input:focus{outline:none;border-color:var(--accent)}.note-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.35rem;gap:.5rem}.note-card-date{font-size:.6875rem;color:var(--muted)}.app-header--row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.app-header-brand{min-width:0}.app-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.app-user{font-size:.8125rem;font-weight:500;display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem;max-width:220px}.app-user-role{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(160deg,#eef2ff 0%,var(--bg) 45%)}.auth-card{width:100%;max-width:400px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem 1.5rem}.auth-title{margin:0;font-size:1.375rem;font-weight:600}.auth-lead{margin:.35rem 0 1.25rem;font-size:.875rem;color:var(--muted)}.auth-form{display:flex;flex-direction:column;gap:.85rem}.auth-label{display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem;font-weight:500;color:var(--text)}.auth-input{font:inherit;font-size:.9375rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text)}.auth-input:focus{outline:none;border-color:var(--accent)}.auth-error{margin:0;font-size:.8125rem;color:var(--danger)}.auth-submit{width:100%;margin-top:.25rem}.auth-footer{margin:1.25rem 0 0;font-size:.875rem;color:var(--muted);text-align:center}.auth-footer a{color:var(--accent);font-weight:500}.auth-session-banner{margin:0 0 .5rem}.auth-session-text{margin:0 0 .75rem;font-size:.9375rem;color:var(--fg)}.auth-actions-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;align-items:center}.admin-approved{color:#15803d;font-weight:600;font-size:.8125rem}.admin-pending{color:var(--muted);font-size:.8125rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow:auto;cursor:pointer}.modal-backdrop--stack{z-index:60}.modal-panel{cursor:default;width:100%;max-width:560px;background:var(--panel);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 12px 40px #00000026;padding:1.25rem 1.25rem 1rem}.modal-panel--dialog{max-width:420px}.modal-body{margin:0 0 .75rem;font-size:.9375rem;line-height:1.5;color:var(--text)}.modal-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.modal-field-label{font-size:.75rem;font-weight:500;color:var(--muted)}.modal-field-input{width:100%;font:inherit;font-size:.9375rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.modal-title{margin:0;font-size:1.125rem;font-weight:600}.modal-hint{margin:.5rem 0 1rem;font-size:.8125rem;color:var(--muted)}.modal-search{width:100%;margin-bottom:.75rem}.modal-footer{margin-top:1rem;display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.modal-footer--split{justify-content:flex-end}.admin-table-wrap{overflow:auto;max-height:min(50vh,360px);border:1px solid var(--border);border-radius:8px}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--bg);position:sticky;top:0}.admin-table tr:last-child td{border-bottom:none}.admin-login{font-weight:500}.admin-badge{margin-left:.35rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.admin-role-select{font:inherit;font-size:.8125rem;padding:.35rem .5rem;border-radius:6px;border:1px solid var(--border);background:var(--panel);min-width:140px}.reports-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.reports-page-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--panel)}.reports-page-header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.reports-page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.reports-page-title{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.reports-page-lead{margin:.35rem 0 0;font-size:.875rem}.reports-page-body{flex:1;padding:1rem 1.25rem;max-width:1280px;width:100%;margin:0 auto}.reports-page-error{margin:0;color:var(--danger);font-size:.9375rem}.reports-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.reports-table{width:100%;border-collapse:collapse;font-size:.875rem}.reports-table th,.reports-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.reports-table th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--bg);position:sticky;top:0}.reports-table tr:last-child td{border-bottom:none}.reports-sort-btn{display:inline-flex;align-items:center;gap:.2rem;margin:0;padding:0;border:none;background:transparent;font:inherit;font-weight:600;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer;text-align:left}.reports-sort-btn:hover{color:var(--accent)}.reports-sort-arrow{font-size:.65rem;font-weight:700;letter-spacing:0}.reports-table-col-actions{width:1%;white-space:nowrap;text-align:right;vertical-align:middle}@media(max-width:960px){.three-col{grid-template-columns:1fr;grid-template-rows:auto auto auto}.col--left{border-right:none;border-bottom:1px solid var(--border)}.col--right{border-left:none;border-top:1px solid var(--border)}}@media(max-width:640px){.app-header--row{flex-direction:column;align-items:stretch;gap:.75rem}.app-header-actions{flex-wrap:wrap;justify-content:flex-start}.center-panel{padding:1.25rem 1rem}.tiptap-toolbar{gap:.35rem}.toolbar-select{max-width:100%;flex:1 1 140px}}.page-test--no-copy{user-select:none;-webkit-user-select:none}.test-result-breakdown{margin:1rem 0 0;padding-left:1.25rem;font-size:.875rem;text-align:left}.test-result-q{margin-bottom:.75rem}.test-result-qtitle{margin:0 0 .35rem;font-weight:600}.test-result-tag-ok{color:#15803d;font-weight:600;font-size:.75rem}.test-result-tag-bad{color:var(--danger);font-weight:600;font-size:.75rem}.test-result-explain{font-size:.8125rem;line-height:1.45}.test-result-pairs{margin:.35rem 0 0;padding-left:1rem}.guidebook-prose h1{font-family:Merriweather,Georgia,serif;font-size:1.625rem;font-weight:700;line-height:1.25;margin:1.75rem 0 .85rem}.toolbar-select{font:inherit;font-size:.8125rem;padding:.35rem .45rem;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--text);max-width:10rem}.toolbar-select--size{max-width:5.5rem}.toolbar-color-wrap{display:inline-flex;align-items:center;gap:.25rem}.toolbar-sep-label{font-size:.65rem;color:var(--muted)}.toolbar-color-input{width:2rem;height:1.75rem;padding:0;border:1px solid var(--border);border-radius:4px;cursor:pointer}.page-profile{min-height:100vh;padding:1rem 1.25rem 2rem;background:var(--bg)}.page-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.page-profile-title{margin:0;font-size:1.25rem}.page-profile-card{max-width:480px;margin:0 auto;padding:1.5rem;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.page-profile-assignments{max-width:720px;margin:0 auto 1.25rem;padding:1.5rem;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.page-profile-assignments-title{margin:0 0 .5rem;font-size:1.25rem}.page-profile-assignments-lead{margin:0 0 1rem;font-size:.875rem;line-height:1.45}.page-profile-assignments-table-wrap{overflow-x:auto}.page-profile-assignments-table{width:100%;border-collapse:collapse;font-size:.875rem}.page-profile-assignments-table th,.page-profile-assignments-table td{padding:.5rem .65rem;border:1px solid var(--border);text-align:left}.page-profile-assignments-table th{background:var(--bg);font-weight:600}.page-profile-assignments-badge{display:inline-block;padding:.1rem .5rem;border-radius:4px;background:color-mix(in srgb,var(--accent) 12%,var(--panel));font-size:.75rem;font-weight:600}.page-profile-avatar-block{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.page-profile-avatar-wrap{width:120px;height:120px;border-radius:50%;overflow:hidden;border:2px solid var(--border)}.page-profile-avatar{width:100%;height:100%;object-fit:cover}.page-profile-avatar--empty{display:flex;align-items:center;justify-content:center;background:var(--bg);font-size:2.5rem;font-weight:700;color:var(--muted)}.page-profile-upload{position:relative;overflow:hidden;cursor:pointer}.page-profile-file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;font-size:0;width:100%;height:100%}.page-profile-hint{margin:0;font-size:.75rem;text-align:center}.page-profile-form{display:flex;flex-direction:column;gap:.85rem}.page-profile-login{margin:0 0 .25rem;font-size:.875rem}.dish-editor{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;background:var(--bg)}.dish-editor-heading{margin:0 0 .5rem;font-size:1rem;font-weight:600}.dish-editor-lead{margin:0 0 1rem;font-size:.875rem;color:var(--muted)}.dish-editor-actions{margin-bottom:1rem}.dish-editor-actions--wrap{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.dish-editor-group-chips{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.dish-editor-group-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .45rem;border:1px solid var(--border);border-radius:999px;font-size:.75rem;background:var(--panel)}.dish-editor-group-dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.dish-editor-group-remove{padding:0 .15rem!important;min-height:0;line-height:1}.dish-editor-layout-row{display:flex;flex-direction:row;align-items:stretch;gap:.75rem;width:100%}.dish-editor-layout-main{flex:1;min-width:0}.dish-editor-board{display:block;min-height:var(--dish-board-min-h, min(56vh, 720px));border:1px dashed var(--border);border-radius:8px;overflow:visible;background:var(--bg)}.dish-editor-canvas{position:relative;min-width:0;min-height:var(--dish-board-min-h, min(56vh, 720px));width:100%;border:none;border-radius:0;background:color-mix(in srgb,var(--panel) 88%,transparent);background-image:radial-gradient(circle at 1px 1px,color-mix(in srgb,var(--border) 55%,transparent) 1px,transparent 0);background-size:18px 18px;overflow:auto}.dish-editor-side{display:flex;flex-direction:column;width:280px;flex-shrink:0;max-height:var(--dish-board-min-h, min(72vh, 880px));border:1px solid var(--border);border-radius:8px;background:var(--panel);box-sizing:border-box;align-self:stretch;min-height:0;overflow:hidden}.dish-editor-side-scroll{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.65rem;padding:0}.dish-editor-side-block{flex-shrink:0}.dish-editor-side-title--sub{margin-top:.25rem}.dish-editor-side-hint{margin:0;padding:0 .75rem .75rem;font-size:.8125rem;line-height:1.4}.dish-editor-side-form{border-top:1px solid var(--border);padding-bottom:.35rem}.dish-editor-side--edit .dish-editor-side-form{border-top:none;padding-bottom:0}.dish-editor-side--edit .dish-editor-side-hint,.dish-editor-side--edit .dish-editor-side-empty{padding:.75rem;margin:0}.dish-editor-side-scroll--list{flex:1;min-height:0}.dish-editor-side--list .dish-editor-side-list{flex:1;min-height:0;overflow-y:auto}.dish-editor-side--rail{border-radius:8px}.dish-editor-side-title{margin:0;padding:.65rem .75rem;font-size:.8125rem;font-weight:600;border-bottom:1px solid var(--border);flex-shrink:0}.dish-editor-side-empty{margin:0;padding:.75rem;font-size:.8125rem;line-height:1.35}.dish-editor-side-list{list-style:none;margin:0;padding:.35rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.2rem}.dish-editor-side-item{display:flex;align-items:center;gap:.45rem;width:100%;min-width:0;text-align:left;padding:.4rem .45rem;border:1px solid transparent;border-radius:6px;background:transparent;color:inherit;cursor:pointer;font-size:.8125rem;line-height:1.25;transition:background .12s ease,border-color .12s ease}.dish-editor-side-item:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.dish-editor-side-item--active{border-color:color-mix(in srgb,var(--accent) 45%,var(--border));background:color-mix(in srgb,var(--accent) 14%,transparent)}.dish-editor-side-thumb{flex-shrink:0;width:36px;height:36px;border-radius:6px;overflow:hidden;background:color-mix(in srgb,var(--border) 35%,transparent);display:flex;align-items:center;justify-content:center}.dish-editor-side-thumb img{width:100%;height:100%;object-fit:cover}.dish-editor-side-thumb-ph{display:block;width:14px;height:14px;border-radius:2px;border:1px dashed color-mix(in srgb,var(--muted) 55%,transparent)}.dish-editor-side-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.page-editor-workspace-inner{max-width:680px}.dish-editor-layout-row{flex-direction:column}.dish-editor-layout-main{order:-1}.dish-editor-board{min-height:0}.dish-editor-canvas{min-height:max(min(52vh,560px),var(--dish-board-min-h, 0px))}.dish-editor-side{width:100%;max-height:200px}}.dish-editor-canvas-inner{list-style:none;margin:0;padding:0;position:relative;min-height:var(--dish-board-min-h, min(56vh, 720px));width:100%;min-width:32rem;--dish-card-gap: .75rem;--dish-card-width: calc((100% - var(--dish-card-gap)) / 2);box-sizing:border-box}.dish-card-placed{position:absolute;margin:0;--dish-scale-y: 1;width:var(--dish-card-width);max-width:var(--dish-card-width);min-width:0;box-sizing:border-box}.dish-card-placed--view,.dish-card-placed--editor{box-shadow:0 2px 12px #00000014}.dish-card-placed--editor{cursor:grab;touch-action:none}.dish-card-placed--dragging{box-shadow:0 8px 28px #0000002e;cursor:grabbing}.dish-card-placed--list-focus{outline:2px solid color-mix(in srgb,var(--accent) 70%,var(--border));outline-offset:2px;z-index:30!important}.dish-card-face{display:block;width:100%;box-sizing:border-box;margin:0;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;background:var(--bg)}.dish-card-face__badge{margin:0 0 .4rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.dish-card-face__photo{width:100%;height:calc(140px * var(--dish-scale-y, 1));object-fit:cover;border-radius:8px;margin-bottom:.5rem;display:block}.dish-card-face__photo--empty{display:flex;align-items:center;justify-content:center;min-height:calc(140px * var(--dish-scale-y, 1));font-size:.8125rem}.dish-card-face__title{margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.25}.dish-card-face__ttk{margin:0 0 .5rem;padding-left:1.1rem;font-size:.8125rem;color:var(--text)}.dish-card-face__middle{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:.5rem .75rem;margin:0 0 .5rem}.dish-card-face__middle .dish-card-face__ttk{flex:1 1 0;min-width:0;margin:0;overflow-wrap:break-word}.dish-card-face__kbju{flex:0 0 auto;margin:0;padding:0;min-width:5.25rem;max-width:11rem;font-size:.75rem;line-height:1.35}.dish-card-face__kbju-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin:0 0 .2rem}.dish-card-face__kbju-row:last-child{margin-bottom:0}.dish-card-face__kbju dt{margin:0;padding:0;font-weight:600;color:var(--muted)}.dish-card-face__kbju dd{margin:0;padding:0;text-align:right;font-weight:600}.dish-card-face__meta{margin:0;font-size:.8125rem;font-weight:600}.dish-card-face__meta--line{margin:0 0 .2rem}.dish-card-face__meta--line:last-of-type{margin-bottom:0}.dish-card-editor-shell{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);box-sizing:border-box}.dish-card-editor-topbar{display:flex;justify-content:space-between;align-items:center;padding:.4rem .6rem;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--panel) 92%,transparent);gap:.5rem}.dish-card-editor-topbar-title.dish-card-face__title-input{flex:1;min-width:0;margin:0;text-align:left}.dish-card-face--editing{border:none;border-radius:0;margin:0;padding:.75rem}.dish-card-face__title-input{display:block;width:100%;box-sizing:border-box;margin:0 0 .5rem;padding:.15rem .25rem;font:inherit;font-size:1rem;font-weight:600;line-height:1.25;border:1px dashed transparent;border-radius:6px;background:transparent;color:inherit}.dish-card-face__title-input:hover{border-color:color-mix(in srgb,var(--border) 75%,transparent)}.dish-card-face__title-input:focus{outline:none;border-color:var(--accent);background:#fff}.dish-card-editor-photo-wrap{position:relative;margin-bottom:.5rem}.dish-card-editor-photo-upload{position:absolute;right:.35rem;bottom:.35rem}.dish-card-face__ttk-label{margin:.75rem 0 .35rem;font-size:.75rem;font-weight:600;color:var(--muted)}.dish-card-face__ttk--edit{list-style:none;margin:0 0 .35rem;padding:0;display:flex;flex-direction:column;gap:.3rem}.dish-card-face__ing-edit-row{display:flex;gap:.25rem;align-items:center}.dish-card-face__ing-input{flex:1;min-width:0;font:inherit;font-size:.8125rem;padding:.25rem .4rem;border:1px solid var(--border);border-radius:6px;background:#fff}.dish-card-face__ing-add{margin-bottom:.5rem}.dish-card-face__kbju-edit-label{margin:.75rem 0 .35rem;font-size:.75rem;font-weight:600;color:var(--muted)}.dish-card-face__kbju-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem .5rem;margin-bottom:.25rem}.dish-card-face__kbju-edit-field{display:flex;flex-direction:column;gap:.15rem;min-width:0}.dish-card-face__kbju-edit-hint{font-size:.65rem;font-weight:600;color:var(--muted)}.dish-card-face__kbju-input{width:100%;max-width:100%}.dish-card-face__meta--edit{display:flex;flex-direction:column;gap:.4rem;margin:0;font-size:.8125rem;font-weight:600}.dish-card-face__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .35rem}.dish-card-face__meta-bit{font-weight:600}.dish-card-face__meta-input{width:4.25rem;font:inherit;font-size:.8125rem;font-weight:600;padding:.15rem .35rem;border:1px solid var(--border);border-radius:6px;background:#fff}.dish-card-face__group-edit{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.dish-card-face__group-edit-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.dish-card-face__group-select{width:100%;font-family:inherit;font-size:.8125rem;padding:.25rem .4rem;border:1px solid var(--border);border-radius:6px;background:#fff}.dish-card-placed--editor .dish-card-face__ing-input,.dish-card-placed--editor .dish-card-face__meta-input,.dish-card-placed--editor .dish-card-face__kbju-input,.dish-card-placed--editor .dish-card-face__group-select,.dish-editor-side-form .dish-card-face__ing-input,.dish-editor-side-form .dish-card-face__meta-input,.dish-editor-side-form .dish-card-face__kbju-input,.dish-editor-side-form .dish-card-face__group-select{font-size:1em}.dish-editor-resize-handle{position:absolute;z-index:41;margin:0;padding:0;border:none;touch-action:none;background:color-mix(in srgb,var(--border) 88%,transparent)}.dish-editor-resize-handle--y{bottom:0;left:50%;transform:translate(-50%);width:32px;height:9px;border-radius:0 0 6px 6px;cursor:ns-resize}.dish-editor-field{margin-bottom:.5rem}.dish-editor-num{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--muted)}.dish-editor-ttk-label{margin:.75rem 0 .35rem;font-size:.75rem;font-weight:600;color:var(--muted)}.dish-ing-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.dish-ing-row{display:flex;gap:.35rem;align-items:center}.dish-editor-grid2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem}@media(max-width:480px){.dish-editor-grid2{grid-template-columns:1fr}}.course-viewer .dish-editor-board{margin-bottom:1.5rem}.course-viewer-deadline-note{margin:-.75rem 0 1rem;font-size:.8125rem}.course-viewer-blocked{max-width:28rem;margin:0 auto}.page-access{padding-bottom:2rem}.page-access-header{flex-direction:column;align-items:flex-start!important;gap:1rem}.page-access-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.page-access-sub{max-width:56rem;margin:0;line-height:1.45}.page-access-error{margin:0 1.25rem 1rem}.page-access-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:0 1.25rem 1rem}.page-access-user-label{min-width:220px}.page-access-actions{display:flex;flex-wrap:wrap;gap:.5rem}.page-access-table-wrap{overflow-x:auto;padding:0 1.25rem}.page-access-table{width:100%;border-collapse:collapse;font-size:.8125rem;background:var(--panel);border-radius:8px;overflow:hidden}.page-access-table th,.page-access-table td{border:1px solid var(--border);padding:.5rem .65rem;text-align:left;vertical-align:middle}.page-access-table th{background:var(--bg);font-weight:600}.page-access-course-title{font-weight:500}.page-access-input{min-width:0;max-width:100%;font-size:.75rem}.page-access-deadline-split{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;max-width:100%}.page-access-deadline-date{flex:1 1 9.5rem;min-width:0}.page-access-deadline-time{flex:0 1 5.5rem;min-width:0}.page-access-eod-hint{flex:1 1 100%;font-size:.7rem;line-height:1.3}.page-access-eod-reset{flex:1 1 100%;font-size:.7rem;text-align:left;padding:0;border:none;background:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.page-access-eod-reset:hover{color:var(--text)}
