:root{--ink:#26352e;--muted:#626860;--paper:#f6f3ed;--card:#fffdf8;--line:#dcded2;--green:#243c32;--bronze:#af8b62;--soft:#e8ece3;--danger:#853d37;--serif:'Bookman Old Style',Georgia,serif;--title:'Perpetua Titling MT',Georgia,serif}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 system-ui,-apple-system,'Segoe UI',sans-serif}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a{color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--green);background:var(--green);color:white;border-radius:7px;padding:10px 17px;font-weight:550;text-decoration:none;min-height:44px}button.secondary,.button.secondary{background:transparent;color:var(--ink);border-color:#b7bdae}button.ghost{color:var(--green);background:transparent;border:0;padding:6px 2px;text-decoration:underline;text-underline-offset:5px}button.danger{background:transparent;border-color:#b76c62;color:var(--danger)}:focus-visible{outline:3px solid #896230;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.2}h1{font-size:42px;letter-spacing:-1.2px;margin-bottom:15px}h2{font-size:27px}h3{font-size:21px}p{margin-bottom:16px}.muted,small{color:var(--muted)}small{font-size:12px}.eyebrow,.nav-label{font:11px/1.5 system-ui,sans-serif;letter-spacing:2px;font-weight:650}.eyebrow{color:#6d715e;margin-bottom:20px}.sidebar{width:250px;position:fixed;inset:0 auto 0 0;background:#1e2925;color:#e5e8de;padding:36px 22px;display:flex;flex-direction:column;z-index:2}.brand{display:flex;gap:14px;text-decoration:none;font:18px/1.35 var(--title);letter-spacing:1.1px;margin:5px 10px 60px}.brand-mark{color:#d1b18e;font:57px/.8 Georgia,serif;transform:rotate(-18deg)}.brand small{display:block;font:10px/2 system-ui,sans-serif;letter-spacing:1px;color:#aebdb2;margin-top:10px}.nav-label{font-size:9px;color:#a9b7ad;margin:0 12px 17px}nav{display:grid;gap:7px}nav a{text-decoration:none;padding:12px;border-radius:6px;color:#c9d4c9;font-size:13px;display:flex;gap:13px;align-items:center}nav a span{font-size:21px;line-height:1;width:20px;text-align:center}nav a:hover{background:#2b3831}nav a[aria-current=page]{background:#35473c;color:#fff8ea}.sidebar-bottom{margin-top:auto;font-size:12px;padding:30px 10px 0;color:#d0d6cb}.sidebar-bottom p{font-size:10px;line-height:1.9;color:#aab9ae;margin:10px 0 0}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#bdcba1;margin-right:7px}.workspace{margin-left:250px;padding:0 52px}header{height:94px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.local-label{font-size:9px;letter-spacing:1.7px}.local-label span{font-size:19px;margin-left:15px}main{max-width:1200px;margin:auto;padding-top:35px;min-height:76vh}footer{padding:35px 0 100px;border-top:1px solid var(--line);color:var(--muted);font:12px var(--serif);display:flex;justify-content:space-between;margin-top:42px}footer span{font:9px system-ui,sans-serif;letter-spacing:1px}.hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;min-height:355px;gap:30px;border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:32px}.hero h1{font-size:clamp(35px,3.6vw,59px);max-width:530px;line-height:1.1}.hero p{max-width:440px;color:var(--muted);font-size:14px;line-height:1.9}.hero-art{height:320px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(ellipse at center,#e2e8d9 0,transparent 65%)}.hero-art svg{height:290px;width:100%}.art-caption{position:absolute;bottom:8px;font:11px var(--serif);color:#636e60;font-style:italic}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin:28px 0 18px}.section-heading h2{margin:0;font-size:24px}.section-heading small{font-size:12px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:25px;min-width:0}.card p{font-size:13px;color:var(--muted);line-height:1.8}.card h3{margin:15px 0 12px}.card .actions{margin-top:20px}.card .actions button{font-size:12px;padding:8px 12px}.card .actions button.ghost{padding:4px}.pill{display:inline-block;font-size:10px;font-weight:600;border-radius:20px;padding:4px 9px;background:var(--soft);color:#3c5542;letter-spacing:.2px}.pill.pending{background:#f1e9d8;color:#73522e}.pill.blocked{background:#f7e5df;color:#873d32}.record-icon{height:60px;color:#879176;display:flex;align-items:center;gap:4px}.record-icon i{background:currentColor;width:3px;height:15px;border-radius:2px}.record-icon i:nth-child(3n){height:36px}.record-icon i:nth-child(3n+1){height:24px}.empty{border:1px dashed #b7c0b0;border-radius:10px;background:#eff1e9;padding:34px;display:flex;gap:25px;align-items:center}.empty-mark{font-size:45px;font-family:Georgia;color:#8f9b80}.empty h3{margin:0 0 8px}.empty p{font-size:13px;color:var(--muted);margin-bottom:14px;max-width:600px}.strip{background:#e7ebe0;border-radius:8px;padding:23px 27px;display:flex;justify-content:space-between;gap:25px;align-items:center;margin-top:26px}.strip p{font-size:13px;max-width:650px;margin:0}.strip strong{display:block;font-family:var(--serif);font-size:18px;font-weight:400;margin-bottom:5px}.page-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:8px 0 30px}.page-intro h1{font-size:36px}.page-intro p{max-width:640px;color:var(--muted);font-size:14px;margin:0}.filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}.filters button{padding:7px 15px;background:transparent;color:var(--ink);border:1px solid var(--line);font-size:12px;min-height:40px}.filters button.active{background:var(--green);color:white}.quote{font-family:var(--serif);font-size:19px!important;color:var(--ink)!important;white-space:pre-wrap;overflow-wrap:anywhere}.note-meta{font-size:11px;color:var(--muted);margin:15px 0}.source-link{display:block;margin-top:14px;font-size:12px}.data-list{display:grid;grid-template-columns:140px 1fr;gap:12px;font-size:13px;margin:20px 0}.data-list dt{color:var(--muted)}.data-list dd{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.hash{font:11px/1.8 monospace;overflow-wrap:anywhere}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere}th{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.prose{max-width:750px}.prose p,.prose li{font-size:14px;color:var(--muted);line-height:1.85}.prose li{margin-bottom:9px}.callout{border-left:3px solid var(--bronze);background:#eee8da;padding:18px 22px;font-size:13px;margin:22px 0}.stack{display:grid;gap:18px}.connection-label{font-size:10px;letter-spacing:1.4px;color:#7b6b53}.connection-lines{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:25px 0;font-size:12px}.connection-lines span{padding:10px;background:#e8ece3;border:1px solid #d2d9ca;border-radius:6px}.connection-lines b{color:#909b82;font-weight:400}.player{position:fixed;bottom:15px;left:280px;right:25px;background:#22392f;color:white;box-shadow:0 8px 30px #172b2833;z-index:5;border-radius:10px;padding:16px 20px;display:flex;align-items:center;gap:24px}.player[hidden]{display:none}.player small{color:#c2cfbb}.player .player-info{min-width:120px;max-width:280px}.player strong{font-family:var(--serif);font-weight:400}.player audio{flex:1;min-width:180px;height:40px}.player button{background:transparent;border-color:#9bad9d;padding:6px 12px;font-size:12px}.player-error{color:#ffdeac;font-size:12px}dialog{border:1px solid var(--line);border-radius:14px;width:min(700px,95vw);max-height:90vh;padding:0;background:var(--card);color:var(--ink);box-shadow:0 30px 90px #12282040}dialog::backdrop{background:#12282088;backdrop-filter:blur(3px)}#dialog-content{padding:32px}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.dialog-top h2{margin:0}.dialog-top button{border:0;background:transparent;color:var(--ink);font-size:22px;padding:5px 13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .wide{grid-column:1/-1}label{display:block;font-size:12px;font-weight:600;margin-bottom:5px}input,textarea,select{display:block;width:100%;border:1px solid #b8bfaf;border-radius:6px;background:white;color:var(--ink);padding:9px 11px;min-height:43px}input[type=checkbox]{width:17px;height:17px;min-height:17px;display:inline-block;margin:3px 0;flex:none;accent-color:var(--green)}textarea{min-height:100px;resize:vertical}fieldset{border:1px solid var(--line);padding:18px;border-radius:7px;margin:16px 0}legend{font-size:13px;padding:0 5px}.check-label{display:flex;gap:10px;align-items:start;font-size:12px;font-weight:400;line-height:1.7;margin:8px 0}.form-hint{font-size:11px;color:var(--muted);font-weight:400;line-height:1.7;margin:5px 0 12px}.form-error{color:var(--danger);font-size:13px;margin:12px 0}.inline-code{font:12px monospace;color:var(--ink)}#notice{position:fixed;top:14px;left:50%;transform:translateX(-30%);z-index:20;background:#253e31;color:white;max-width:600px;padding:12px 20px;border-radius:8px;font-size:13px;box-shadow:0 3px 20px #0002}#notice:empty{display:none}.skip{position:fixed;left:10px;top:-70px;background:white;padding:10px;z-index:99}.skip:focus{top:10px}.tip{font-size:12px;color:var(--muted);margin-top:12px}.privacy-stats{display:flex;gap:30px;margin:28px 0}.privacy-stats strong{display:block;font:34px var(--serif)}.scope-list{display:flex;flex-wrap:wrap;gap:6px}.history-block{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}details{font-size:13px}summary{cursor:pointer;padding:10px 0}.permission-record{padding:15px 0;border-bottom:1px solid var(--line)}
.card h2.card-title{font-size:21px;margin:15px 0 12px}.empty h2.card-title{font-size:21px;margin:0 0 8px}
.section-heading>a{white-space:nowrap}
@media(min-width:1600px){.workspace{padding:0 85px}}@media(max-width:1100px){.sidebar{width:220px;padding:30px 15px}.workspace{margin-left:220px;padding:0 30px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1.3fr 1fr}.hero-art{height:290px}.player{left:235px}.hero h1{font-size:43px}.brand{margin-bottom:45px}}
@media(max-width:760px){.sidebar{position:static;width:100%;padding:18px 18px 12px;display:block}.brand{margin:0 0 18px;font-size:15px;align-items:center}.brand br{display:none}.brand small{display:none}.brand-mark{font-size:40px}.sidebar nav{display:flex;overflow-x:auto;gap:6px;padding:3px 0 9px}.sidebar nav a{white-space:nowrap;font-size:11px;padding:9px 10px}.sidebar nav a span{display:none}.nav-label,.sidebar-bottom{display:none}.workspace{margin:0;padding:0 21px}header{height:60px}.local-label{font-size:8px;letter-spacing:.8px}main{padding-top:24px}.hero{grid-template-columns:1fr;gap:0;padding-bottom:22px}.hero h1{font-size:43px;max-width:420px}.hero-art{height:200px;margin-top:22px}.hero-art svg{height:210px}.hero .eyebrow{margin-bottom:18px}.hero p{font-size:13px}.grid,.grid.two{grid-template-columns:1fr}.page-intro{align-items:flex-start;flex-direction:column;gap:15px}.page-intro h1{font-size:31px}.card{padding:22px}.strip{align-items:flex-start;flex-direction:column;padding:23px}.empty{padding:24px;gap:15px}.empty-mark{display:none}.player{left:10px;right:10px;bottom:10px;flex-wrap:wrap;gap:12px;padding:15px}.player .player-info{max-width:calc(100% - 70px);flex:1}.player audio{order:3;width:100%;flex-basis:100%}footer{font-size:11px;gap:15px;align-items:start}footer span{font-size:8px}.form-grid{grid-template-columns:1fr}.data-list{grid-template-columns:100px 1fr}#dialog-content{padding:22px}h2{font-size:24px}#notice{left:15px;right:15px;top:12px;transform:none;max-width:none}.section-heading{align-items:start}.privacy-stats{gap:25px}.section-heading small{max-width:110px;text-align:right}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:760px){.hero-art{height:230px}.hero-art svg{height:200px;align-self:start}.art-caption{bottom:0}}
