:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#242323;background:#f6f5f2;font-size:15px;font-synthesis:none;--ink:#242323;--muted:#706d67;--line:#dcd9d2;--paper:#fffefa;--soft:#eeece6;--radius:12px}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}a{color:inherit;text-underline-offset:3px}button,a.button{cursor:pointer;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--ink);padding:10px 15px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.9rem;line-height:1.3}button:hover,a.button:hover{background:var(--soft);border-color:#aaa69d}button.primary,a.button.primary{background:#292826;color:#fffefa;border-color:#292826}button.primary:hover{background:#494640}button:disabled{opacity:.45;cursor:not-allowed}button.quiet{border-color:transparent;background:transparent}button.small,.button.small{padding:7px 10px;font-size:.8rem}button.danger{border-color:#aaa49b;color:#514338}input:not([type=checkbox]),textarea,select{width:100%;border:1px solid var(--line);border-radius:6px;background:#fff;padding:11px;color:var(--ink);outline:none}input:focus,textarea:focus,select:focus{border-color:#545149;box-shadow:0 0 0 2px #e8e5dc}textarea{resize:vertical;min-height:140px;line-height:1.5}label.field{display:grid;gap:8px;margin:0 0 18px;font-size:.87rem;font-weight:550}input[type=checkbox]{accent-color:#34332f;width:18px;height:18px;flex-shrink:0;margin:2px 0 0}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em}h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.1;margin-bottom:18px}h2{font-size:1.8rem;margin-bottom:14px}h3{font-size:1rem;font-weight:600}p{line-height:1.6}.muted,.caption{color:var(--muted)}.caption{font-size:.8rem;line-height:1.55}.eyebrow{font-size:.7rem;letter-spacing:.17em;font-weight:650;color:var(--muted);margin-bottom:17px}.header{height:83px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 5vw;gap:48px;background:#f9f8f5}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-size:1.12rem;font-weight:600;white-space:nowrap}.brandmark{display:grid;place-items:center;width:32px;height:34px;border:1px solid #383733;border-radius:4px;font-family:Georgia,serif;font-size:22px}.nav{display:flex;gap:6px;flex:1}.nav a{font-size:.88rem;padding:10px 13px;text-decoration:none;color:var(--muted);border-radius:6px}.nav a.active{color:var(--ink);background:#eae7e0}.account{display:flex;gap:16px;align-items:center}.avatar{background:#e7e4dd;color:#4c4944;border-radius:50%;width:31px;height:31px;display:grid;place-items:center;font-size:.8rem}.account-name{font-size:.83rem}.shell{max-width:1260px;padding:52px 44px 70px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:33px}.page-heading p{max-width:620px;margin-bottom:0}.toolbar{display:flex;align-items:center;gap:16px;margin-bottom:20px}.search{max-width:420px}.statline{font-size:.8rem;color:var(--muted);margin-left:auto}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:27px}.panel+.panel{margin-top:24px}.empty{padding:70px 26px;text-align:center}.empty .empty-icon{font-family:Georgia,serif;font-size:32px;border:1px solid var(--line);width:68px;height:75px;display:grid;place-items:center;margin:0 auto 25px;border-radius:8px;background:#f4f2eb}.empty h2{font-size:1.9rem}.empty p{max-width:480px;margin:0 auto 22px;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}table{border-collapse:collapse;width:100%;text-align:left;font-size:.86rem}th{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:500;padding:14px 20px;background:#f0eee8}td{padding:19px 20px;border-top:1px solid #e5e2db;vertical-align:middle;line-height:1.55}td.main-cell{width:55%}td .record-title{font-weight:550;font-size:.95rem;text-decoration:none;display:block;line-height:1.5;margin-bottom:5px}td .record-title:hover{text-decoration:underline}.badge{border:1px solid #d7d3ca;border-radius:4px;padding:3px 7px;display:inline-block;font-size:.65rem;letter-spacing:.04em;white-space:nowrap;font-weight:550;text-transform:uppercase;background:#f1eee7;color:#615b50}.badge.subtle{background:transparent;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:7px}.grid-two{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;align-items:start}.upload-drop{border:1px dashed #aaa59b;border-radius:var(--radius);padding:42px 30px;text-align:center;background:#eeece5;cursor:pointer}.upload-drop:hover{background:#e8e5dd}.drop-symbol{display:block;font-family:Georgia,serif;font-size:36px;margin-bottom:12px}.upload-drop h2{font-size:1.7rem;margin-bottom:8px}.upload-drop p{color:var(--muted);font-size:.9rem}.or-divider{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.15em;text-align:center;margin:24px 0}.paste-panel{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--paper)}.paste-panel textarea{min-height:172px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8rem}.row{display:flex;align-items:center;gap:12px}.spread{justify-content:space-between}.row.wrap{flex-wrap:wrap}.file-list{list-style:none;padding:0;margin:0 0 25px}.file-list li{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:.84rem}.file-icon{border:1px solid var(--line);border-radius:4px;padding:7px 5px;font-size:.61rem;min-width:39px;text-align:center;letter-spacing:.03em}.file-info{flex:1;min-width:0}.file-name{display:block;overflow-wrap:anywhere;line-height:1.4}.checkline{display:flex;gap:11px;font-size:.82rem;line-height:1.6;margin:22px 0}.callout{border-left:2px solid #9b9487;background:#efede6;padding:14px 17px;font-size:.85rem;line-height:1.6}.mono,pre,code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.mono{font-size:.83rem}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f0eee8;border:1px solid var(--line);border-radius:7px;padding:20px;font-size:.78rem;line-height:1.7;max-height:490px;overflow:auto}code{font-size:.86em}hr{border:0;border-top:1px solid var(--line);margin:26px 0}.welcome{min-height:100vh;max-width:470px;display:flex;flex-direction:column;justify-content:center;margin:auto;padding:45px 22px}.welcome h1{font-size:2.8rem}.welcome .login-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:30px;margin-top:15px}.welcome .brand{margin-bottom:50px}.welcome .primary{width:100%}.error{color:#6c4439;font-size:.87rem;line-height:1.6}.record-layout{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:26px}.record-heading{max-width:1000px;margin-bottom:35px}.record-heading h1{font-size:2.55rem;line-height:1.2}.record-heading .authors{color:var(--muted);line-height:1.7;margin-bottom:14px}.back{display:inline-block;font-size:.82rem;text-decoration:none;color:var(--muted);margin-bottom:24px}.definition{margin:0;display:grid;gap:17px}.definition dt{font-size:.72rem;color:var(--muted);margin-bottom:6px}.definition dd{margin:0;font-size:.84rem;line-height:1.6;overflow-wrap:anywhere}.viewer{width:100%;height:68vh;border:1px solid var(--line);border-radius:8px;background:#eeece6}.file-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.file-tabs button.selected{background:#dedad1;border-color:#aaa59a}.comments{margin-top:28px}.comment{padding:17px 0;border-top:1px solid var(--line)}.comment .body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.87rem}.comment .by{font-size:.75rem;color:var(--muted);margin-top:8px}.comments textarea{min-height:85px}.admin-tabs{margin-bottom:25px;display:flex;gap:8px;flex-wrap:wrap}dialog{border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:30px;width:min(800px,90vw);max-height:90vh;color:var(--ink)}dialog::backdrop{background:#211f1bc0}dialog .dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}dialog h2{font-size:1.7rem}dialog .dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#302e28;color:#fffef9;border:1px solid #6d685f;box-shadow:0 5px 25px #0002;padding:13px 20px;border-radius:8px;z-index:100;max-width:min(650px,90vw);font-size:.88rem}#drop-overlay{position:fixed;inset:12px;border:2px dashed #83796a;border-radius:20px;background:#eeeadfeb;z-index:200;place-items:center;text-align:center;pointer-events:none}#drop-overlay:not([hidden]){display:grid}.footer{font-size:.73rem;color:var(--muted);margin-top:35px;display:flex;gap:20px;flex-wrap:wrap}.status{font-size:.78rem;line-height:1.6;color:var(--muted)}.progress{height:4px;background:#e2ded4;border-radius:4px;overflow:hidden;margin:15px 0}.progress span{display:block;background:#555047;height:100%;width:var(--progress,0%)}.notice{font-size:.84rem;padding:13px 16px;background:#eae6dc;border:1px solid #d4cfc3;border-radius:7px;margin-bottom:20px}.truncate{max-width:270px;overflow:hidden;text-overflow:ellipsis}.stack{display:grid;gap:15px}.inline-search{display:flex;gap:8px}.loading{padding:70px;text-align:center;color:var(--muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus-visible,a:focus-visible{outline:2px solid #5a5347;outline-offset:3px}[hidden]{display:none!important}
@media(max-width:850px){.header{padding:0 22px;gap:20px;height:auto;min-height:76px;flex-wrap:wrap}.nav{order:3;width:100%;padding:0 0 12px}.account{margin-left:auto}.shell{padding:35px 22px}.grid-two,.record-layout{grid-template-columns:1fr}.page-heading{align-items:flex-start;flex-direction:column;gap:20px}.record-heading h1{font-size:2rem}.account-name{display:none}.viewer{height:60vh}td,th{padding:14px}.welcome{max-width:450px}.statline{display:none}}
@media(prefers-reduced-motion:no-preference){button,a.button{transition:background .12s,border-color .12s}}

.section-heading{margin-top:36px}.consent-panel{max-width:720px;margin:auto}
