:root{--bg:#e7e7ea;--text:#111111;--muted:#566273;--line:#c6c9cf;--paper:#f3f3f4;--black:#0a0a0a;--white:#ffffff;--accent:#47c4b0}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Söhne,Inter,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit}button,input,select,textarea{font:inherit}.auth-page{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at 10% 10%,#242424 0,#0d0d0d 45%,#090909 100%)}.auth-box{max-width:560px;background:#f4f4f4;border:1px solid #d0d0d0;padding:2rem;border-radius:20px}.auth-box h1{margin-top:0;font-size:clamp(2rem,4vw,2.8rem)}.auth-badge{font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3b3b3b}.dark-button,.ghost-button,.primary-button{border:1px solid var(--black);border-radius:16px;cursor:pointer;transition:transform .15s ease;font-size:.96rem}.dark-button,.primary-button{background:var(--black);color:var(--white);padding:.68rem 1.1rem;font-weight:700}.dark-button:hover,.ghost-button:hover,.primary-button:hover{transform:translateY(-1px)}.ghost-button{background:var(--paper);color:var(--text);padding:.68rem 1.1rem;font-weight:700}.auth-help{margin-top:1rem;color:var(--muted)}.portal-page{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#050505;color:#f2f2f2;padding:1.2rem .95rem;display:flex;flex-direction:column;gap:1.1rem;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-header{display:flex;align-items:center;gap:.8rem}.sidebar-logo{width:42px;height:42px;object-fit:contain;border-radius:8px}.sidebar h2{margin:0;font-size:1.5rem;font-weight:700}.sidebar-subtitle{margin:0;color:#9ea0a8;font-size:.78rem}.sidebar-group-title{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#868a95;margin-bottom:.7rem}.docs-folder-tree{display:flex;flex-direction:column;gap:.35rem}.sidebar-folder-block{margin-top:.5rem;border-left:1px solid #2a2a2a;padding-left:.65rem}.sidebar-folder-name{margin:.15rem 0 .35rem;color:#c0c2ca;font-size:.86rem;font-weight:600}.sidebar-link{color:#d9d9dc;text-decoration:none;padding:.42rem .54rem;border-radius:14px;font-size:.86rem}.sidebar-link:hover{background:#111317}.sidebar-link.active{background:#ffffff;color:#070707;font-weight:700}.portal-main{padding:.55rem 0 1.3rem}.portal-topbar{display:flex;justify-content:flex-end;gap:.6rem;align-items:center;border-bottom:1px solid var(--line);padding:0 .9rem .78rem;position:-webkit-sticky;position:sticky;top:0;background:var(--bg);z-index:20}.profile-wrapper{position:relative}.avatar-button{width:50px;height:50px;border-radius:50%;border:1px solid #8894a0;background:#7d8796;color:#ff2020;font-weight:900;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.avatar-button img{width:100%;height:100%;object-fit:cover}.profile-dropdown{position:absolute;right:0;top:58px;width:min(620px,92vw);background:#efefef;border:2px solid var(--line);border-radius:28px;padding:.9rem;box-shadow:0 24px 60px rgba(0,0,0,.2)}.profile-verified{background:var(--accent);border-radius:14px;text-align:center;font-weight:700;font-size:.8rem;padding:.28rem .45rem}.profile-email{margin:.6rem 0 .15rem;font-size:clamp(1rem,1.4vw,1.3rem);font-weight:900}.profile-label{margin:0;color:#4e5d70;font-size:clamp(.72rem,.9vw,.82rem);font-weight:800}.profile-link{display:block;width:100%;text-align:left;text-decoration:none;margin-top:.75rem;border:0;background:transparent;font-size:1.15rem;font-weight:800;cursor:pointer;color:#0a0a0a}.content-paper{margin:1.05rem auto;width:min(1080px,calc(100% - 2.5rem));background:transparent}.modern-banner{background:#d4f4e1;border-left:5px solid #27ae60;border-radius:12px;padding:1.15rem;margin-bottom:1.5rem;display:flex;gap:1rem;align-items:flex-start;color:#1e5131;box-shadow:0 4px 12px rgba(39,174,96,.1)}.banner-badge{background:#27ae60;color:white;font-size:.72rem;font-weight:900;padding:.25rem .6rem;border-radius:8px;text-transform:uppercase;flex-shrink:0}.banner-content{display:flex;flex-direction:column;gap:.35rem}.banner-content strong{font-size:1.1rem}.banner-content p{margin:0;font-size:.92rem;opacity:.85}.banner-content small{font-size:.82rem;font-weight:700;opacity:.7}.content-paper h1{margin-top:0;font-size:clamp(1.42rem,2.6vw,2.35rem);line-height:1.05}.updated-at{margin-top:.2rem;margin-bottom:.92rem;font-size:.9rem;font-weight:700}.markdown-shell{background:var(--paper);border:1px solid #d2d3d7;border-radius:24px;padding:1.1rem}.markdown-shell h1,.markdown-shell h2,.markdown-shell h3{line-height:1.18}.markdown-shell h2{margin-top:1.45rem}.markdown-shell li,.markdown-shell p{line-height:1.55;font-size:.97rem}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.52);display:grid;place-items:center;z-index:100;padding:1rem}.modal-card{position:relative;width:min(1180px,96vw);max-height:88vh;overflow:auto;border-radius:22px;background:#f5f5f5;border:1px solid #dadde2;padding:1.1rem}.close-button{position:absolute;top:.8rem;right:.8rem;border:0;background:transparent;font-size:1.5rem;cursor:pointer}.request-list-card{width:min(560px,95vw)}.request-list-toggle button{border:0;background:transparent;font-weight:700;cursor:pointer;text-decoration:underline;margin-bottom:.7rem}.request-list-items{display:grid;grid-gap:.9rem;gap:.9rem}.request-list-item{border:1px solid var(--line);border-radius:18px;padding:.78rem;background:#fafafa}.request-list-item h4{margin:0;font-size:1.15rem}.request-date{color:#717c8b;font-weight:600}.request-note{color:#2f3640}.request-wizard{width:min(860px,95vw)}.wizard-intro,.wizard-long-description,.wizard-verified{margin-bottom:.82rem;line-height:1.45;font-size:.97rem}.request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.request-option-card{border:1px solid var(--line);text-align:left;background:#f8f8f8;padding:.8rem;border-radius:18px;cursor:pointer}.request-option-card h4{font-size:1.12rem;margin:.28rem 0}.request-option-card.disabled{opacity:.56;cursor:not-allowed}.option-locked{margin:.45rem 0 0;color:#6f7784;font-size:.84rem;font-weight:700}.option-badge{font-size:.76rem;letter-spacing:.08em;color:#626d7b;font-weight:700}.back-button{border:0;background:transparent;font-size:.92rem;font-weight:700;cursor:pointer;margin-bottom:.6rem}.field-label{display:block;font-weight:700;margin-top:1rem;margin-bottom:.35rem}select,textarea{width:100%;border:1px solid #9aa4b2;border-radius:14px;background:#fdfdfd;padding:.52rem}.checkbox-row{display:flex;align-items:flex-start;gap:.7rem;font-weight:700;margin:1rem 0}.feedback-text{font-weight:700;color:#2d5f58;font-size:.92rem}.admin-panel-card{width:min(760px,95vw)}.admin-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.7rem}.admin-toolbar label{font-weight:700;font-size:.9rem}.admin-toolbar select{width:auto;min-width:180px}.admin-actions-row{display:flex;gap:.55rem;margin-top:.6rem}@media (max-width:980px){.portal-page{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #1f1f1f;position:relative;height:auto;overflow-y:visible}.portal-topbar{flex-wrap:wrap;justify-content:flex-start;padding-top:.8rem}.profile-dropdown{right:auto;left:0}.request-grid{grid-template-columns:1fr}.profile-link{font-size:1.4rem}}.field-hint{font-size:.8rem;color:#666;margin-top:-.5rem;margin-bottom:1rem;text-align:right}.deterrence-box{background:#ffffff;border:1px solid #e2e8f0;padding:1rem;border-radius:12px;margin:1.5rem 0}.verify-phrase{display:block;background:#f1f5f9;color:#1e293b;padding:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.82rem;margin:.5rem 0;border-radius:4px;word-break:break-all;border:1px solid #cbd5e1}.verify-input{width:100%;padding:.8rem;border:2px solid #cbd5e1;border-radius:8px;font-family:inherit;font-size:1rem;background:white;transition:border-color .2s}.verify-input:focus{border-color:#27ae60;outline:none}