:root{color:#2a221f;font-synthesis:none;text-rendering:optimizelegibility;--canvas:#fcf8f3;--surface:#fffdf9;--ink:#2a221f;--muted:#806f66;--border:#eaddd2;--blue:#b95d43;--soft-blue:#fff0e8;--navy:#3b2821;--green:#7d9d76;--red:#c66a59;--gold:#d6a14d;background:#fcf8f3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--canvas);min-width:320px;margin:0}button,textarea{font:inherit}button{cursor:pointer}.shell{flex-direction:column;max-width:1180px;min-height:100vh;margin:0 auto;padding:28px 34px 26px;display:flex}.topbar{justify-content:space-between;align-items:center;padding-bottom:26px;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:10px;font:700 18px/1.1 ui-rounded,SF Pro Rounded,system-ui,sans-serif;display:inline-flex}.seal{background:var(--navy);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;display:inline-flex;overflow:hidden}.seal i,.seal b{place-items:center;width:50%;height:16px;font-style:normal;font-weight:800;display:grid}.seal i{background:var(--green)}.seal b{background:var(--red)}.private-label{color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:650;display:inline-flex}.dot{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #3d986b1f}.layout{flex:1;grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:clamp(44px,9vw,150px);padding:56px 5.5vw 84px;display:grid}.intro{max-width:560px}.eyebrow{text-transform:uppercase;color:var(--blue);letter-spacing:.13em;margin:0 0 14px;font-size:11px;font-weight:800;line-height:1.4}h1,h2,p{margin-top:0}h1{letter-spacing:-.065em;max-width:640px;margin-bottom:20px;font:800 clamp(38px,5vw,72px)/.98 ui-rounded,SF Pro Rounded,system-ui,sans-serif}h2{letter-spacing:-.04em;margin-bottom:8px;font:750 26px/1.1 ui-rounded,SF Pro Rounded,system-ui,sans-serif}.lede{color:var(--muted);margin-bottom:34px;font-size:16px;line-height:1.5}.image-placeholder{border:1px solid var(--border);background:#dce2ef;border-radius:22px;place-items:center;height:260px;display:grid;position:relative;overflow:hidden}.image-placeholder:before,.image-placeholder:after{content:"";border:1px solid #101a3a26;border-radius:50%;width:330px;height:330px;position:absolute}.image-placeholder:before{transform:translate(-110px,60px)}.image-placeholder:after{transform:translate(160px,-130px)}.image-stamp,.image-caption{z-index:1;letter-spacing:.12em;color:#101a3a8c;font:800 9px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;position:absolute}.image-stamp{top:18px;left:20px}.image-caption{bottom:18px;right:20px}.jacket-shape{background:var(--navy);clip-path:polygon(18% 0,37% 10%,50% 8%,63% 10%,82% 0,100% 25%,83% 36%,76% 100%,24% 100%,17% 36%,0 25%);width:170px;height:180px;position:relative;transform:rotate(-4deg);box-shadow:30px 24px #101a3a1c}.jacket-shape:before{content:"";background:#ffffff59;width:2px;position:absolute;top:8px;bottom:0;left:50%}.jacket-shape span{border:1px solid #ffffff59;width:42px;height:38px;position:absolute;top:70px;left:19px}.approval-panel{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:0 20px 50px #101a3a0f}.panel-heading{justify-content:space-between;align-items:start;margin-bottom:24px;display:flex}.panel-heading .eyebrow{margin-bottom:9px}.counter{color:var(--muted);font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.choice-list{gap:10px;margin-bottom:20px;display:grid}.choice{border:1px solid var(--border);min-height:56px;color:var(--ink);text-align:left;background:#fff;border-radius:14px;align-items:center;gap:12px;padding:0 15px;font-weight:700;transition:border-color .16s,background .16s,color .16s;display:flex}.choice:hover{background:#fbfcff;border-color:#bbc5f5}.choice.selected.approve{color:var(--green);background:#3d986b17;border-color:#3d986b99}.choice.selected.reject{color:var(--red);background:#d66b5817;border-color:#d66b5899}.choice.selected.abstain{color:var(--muted);background:#f3f3f1;border-color:#6c707773}.choice-icon{background:#f0f0ed;border-radius:7px;place-items:center;width:24px;height:24px;font-size:15px;display:grid}.selected-mark{margin-left:auto;font-size:14px}.reason-label{color:var(--ink);gap:8px;font-size:12px;font-weight:750;display:grid}.reason-label span{color:var(--muted);font-weight:500}textarea{resize:vertical;border:1px solid var(--border);min-height:70px;color:var(--ink);background:#fff;border-radius:13px;outline:none;padding:13px 14px;line-height:1.4}textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #b95d431a}.primary,.secondary{border:0;border-radius:14px;width:100%;min-height:50px;margin-top:18px;font-weight:750}.primary{color:#fff;background:var(--blue);justify-content:space-between;padding:0 17px;display:flex}.primary:hover{background:#984934}.primary:disabled{cursor:not-allowed;background:#d9c7bc}.secondary{border:1px solid var(--border);color:var(--ink);background:#fff;padding:0 18px}.fine-print{text-align:center;color:var(--muted);margin:14px 0 0;font-size:11px}.submitted-state{text-align:center;padding:52px 6px 36px}.submitted-state .eyebrow{margin-top:20px}.submitted-state p:not(.eyebrow){color:var(--muted);line-height:1.55}.success-seal{width:64px;height:64px;color:var(--green);background:#3d986b1f;border-radius:18px;place-items:center;margin:0 auto;font-size:30px;font-weight:800;display:grid}.footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;padding-top:18px;font-size:12px;display:flex}.footer button{color:var(--muted);text-underline-offset:3px;background:0 0;border:0;text-decoration:underline}@media (width<=820px){.shell{padding:20px 18px}.layout{grid-template-columns:1fr;gap:32px;padding:38px 0 50px}h1{font-size:clamp(42px,12vw,65px)}.image-placeholder{height:220px}.approval-panel{border-radius:20px;padding:21px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.moderation-shell{max-width:980px;min-height:100vh;margin:0 auto;padding:28px 34px}.moderation-header{max-width:680px;padding:70px 0 34px}.moderation-header h1{margin-bottom:14px;font-size:clamp(44px,7vw,82px)}.moderation-header>p:last-child{color:var(--muted);font-size:17px;line-height:1.55}.report-list{gap:12px;display:grid}.report-row{border:1px solid var(--border);background:var(--surface);border-radius:18px;justify-content:space-between;align-items:center;gap:28px;padding:22px;display:flex}.report-row h2{margin:0 0 5px;font-size:20px}.report-row p:not(.eyebrow){color:var(--muted);margin:0;font-size:13px}.report-row .eyebrow{margin-bottom:9px}.report-actions{gap:8px;min-width:220px;display:flex}.report-actions button{min-height:42px;margin:0}.report-actions .primary,.report-actions .secondary{flex:1;width:auto;padding:0 14px}.console-notice{color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;font-size:13px;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 40px #101a3a1f}@media (width<=650px){.moderation-shell{padding:20px 18px}.report-row{gap:16px;display:grid}.report-actions{min-width:0}}.language-switch{color:inherit;text-underline-offset:3px;font-weight:750;text-decoration:underline}.identity-block{border:1px solid var(--border);background:#fbfbf8;border-radius:14px;gap:9px;padding:14px;display:grid}.identity-toggle{grid-template-columns:1fr 1fr;gap:8px;display:grid}.identity-option{border:1px solid var(--border);min-height:42px;color:var(--muted);background:#fff;border-radius:10px;font-weight:750}.identity-option.selected{background:var(--soft-blue);color:var(--blue);border-color:#b95d436b}.identity-help{color:var(--muted);margin:0;font-size:11px;line-height:1.45}.identity-block input{border:1px solid var(--border);width:100%;min-height:45px;color:var(--ink);background:#fff;border-radius:12px;outline:none;padding:0 12px}.identity-block input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #b95d431a}.remote-image-gallery{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:10px;display:grid}.remote-image-gallery img{object-fit:cover;border:1px solid var(--border);background:#dce2ef;border-radius:18px;width:100%;height:260px;display:block}
