@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");:root{--bg:#f7f8fa;--surface:#fff;--border:#e6e8eb;--ink:#16181d;--muted:#697386;--accent:#2f5feb;--accent-dark:#2749c4;--green:#178447;--green-bg:#e9f7ef;--amber:#b85e08;--amber-bg:#fdf3e7;--red:#c93434;--red-bg:#fceded;--violet:#7c5cfc;--teal:#368978;--shadow:0 1px 2px rgba(16,24,40,.06);--modal-shadow:0 20px 60px rgba(18,28,48,.2)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#bcc3ce transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#bcc3ce;border:3px solid transparent;border-radius:999px;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#929cab;background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}a,button{transition:background-color .16s,border-color .16s,color .16s,transform .12s}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid rgba(47,95,235,.28);outline-offset:2px}svg{width:18px;height:18px;stroke-width:1.8}.muted{color:var(--muted)}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:264px;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:30}.sidebar:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--accent)}.brand{height:73px;padding:16px 20px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--border)}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:9px;background:var(--accent);color:white;font-size:12px;font-weight:800;letter-spacing:.05em}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.25}.brand b{font-size:14px}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);margin-top:3px}.sidebar nav{padding:18px 12px;overflow:auto;flex:1 1}.nav-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9299a5;padding:0 10px;margin:0 0 8px}.nav-label--spaced{margin-top:26px}.nav-item{width:100%;min-height:40px;padding:6px 9px;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;gap:10px;color:#4d5665;text-align:left}.nav-item:hover{background:#f3f5f8;color:var(--ink)}.nav-item.active{background:#eef3ff;color:var(--accent);font-weight:700}.nav-item svg{width:17px}.nav-item i{width:24px;height:24px;display:grid;place-items:center;border-radius:6px;color:#fff;font-size:10px;font-style:normal;font-weight:800}.nav-item span{flex:1 1}.nav-item em{font-size:11px;font-style:normal;color:#8a93a1}.sidebar-foot{padding:12px;border-top:1px solid var(--border)}.profile{display:flex;align-items:center;gap:10px;padding:5px}.profile>span{width:34px;height:34px;border-radius:50%;background:#eaf0ff;color:var(--accent);display:grid;place-items:center;font-size:11px;font-weight:700}.profile div{display:flex;flex-direction:column;flex:1 1;min-width:0}.profile b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile small{font-size:10px;color:var(--muted)}.main{margin-left:264px;min-height:100vh}.topbar{height:73px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 30px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.breadcrumb,.topbar{display:flex;align-items:center}.breadcrumb{gap:8px;color:var(--muted);font-size:12px}.breadcrumb svg{width:16px}.breadcrumb b{color:#c0c6cf}.breadcrumb strong{color:var(--ink)}.top-actions{margin-left:auto}.content{max-width:1240px;margin:0 auto;padding:30px 34px 64px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:10px;font-weight:800;margin-bottom:7px}.page-head h1{font-size:27px;letter-spacing:-.035em;line-height:1.2;margin:0 0 6px}.page-head p{margin:0;color:var(--muted)}.trust{display:flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid #cfe7d8;background:#f5fbf7;border-radius:8px;color:var(--green);font-size:11px}.trust svg{width:16px}.trust span{display:flex;gap:4px}.search-row{margin-bottom:12px}.search-box{height:52px;display:flex;align-items:center;gap:11px;padding:0 13px;background:#fff;border:1px solid #d9dde4;border-radius:10px;box-shadow:0 4px 18px rgba(25,39,70,.045)}.search-box:focus-within{border-color:#91a9f6;box-shadow:0 0 0 3px rgba(47,95,235,.1)}.search-box>svg{color:#8c95a3}.search-box input{min-width:0;flex:1 1;border:0;outline:0;font-size:14px;background:transparent}.search-clear{border:0;background:transparent;padding:5px;display:grid;place-items:center;color:var(--muted);border-radius:5px}.search-clear:hover{background:#eef0f3;color:var(--ink)}.search-clear svg{width:15px}.search-box kbd{border:1px solid var(--border);background:#f7f8fa;border-radius:5px;color:#858e9c;font:10px ui-monospace;padding:4px 6px}.filterbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:25px}.filters{display:flex;flex-wrap:wrap;gap:7px}.filter{height:34px;padding:0 8px 0 10px;background:#fff;border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.filter span{font-weight:600}.filter select,.sort select{border:0;background:transparent;outline:0;color:var(--ink);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.filter svg{width:12px}.clear-filters{border:0;background:transparent;color:var(--accent);font-size:11px}.sort{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.sort select{border-bottom:1px dashed #b9c0cb;padding:4px}.result-head{height:30px;display:flex;justify-content:space-between;align-items:center;color:#8a93a1;font-size:11px;font-weight:600}.result-head svg{width:16px}.entries{min-height:260px;border-top:1px solid var(--border)}.entry{display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-gap:13px;gap:13px;padding:17px 10px;border-bottom:1px solid var(--border);background:transparent}.entry:hover{background:#fff}.entry-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center}.entry-icon svg{width:17px}.entry-icon--link{background:#eaf0ff;color:var(--accent)}.entry-icon--file{background:#f0edff;color:var(--violet)}.entry-icon--note{background:#e9f4f1;color:var(--teal)}.entry-body{min-width:0}.entry-title{display:flex;align-items:center;gap:9px;min-width:0}.entry-title h2{font-size:14px;line-height:20px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status{font-size:9px;font-weight:700;border-radius:999px;padding:3px 7px;white-space:nowrap}.status:before{content:"●";font-size:7px;margin-right:4px}.status--current{background:var(--green-bg);color:var(--green)}.status--review{background:var(--amber-bg);color:var(--amber)}.status--outdated{background:var(--red-bg);color:var(--red)}.entry-body>p{margin:4px 0 8px;color:var(--muted);font-size:12px;line-height:18px}.entry blockquote{margin:8px 0;padding:9px 12px;background:#f1f5f4;border-left:2px solid var(--teal);border-radius:0 6px 6px 0;color:#43554f;font-size:12px}.entry code{display:block;max-width:680px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#59708e;font-size:11px;margin:4px 0 8px}.entry-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.project-chip,.tag{font-size:9px;font-weight:600;border-radius:999px;padding:3px 7px}.project-chip{background:color-mix(in srgb,var(--project) 10%,white);color:var(--project);border:1px solid color-mix(in srgb,var(--project) 20%,white)}.tag{background:#f0f2f5;color:#677080}.updated{font-size:9px;color:#9199a5;margin-left:3px}.entry-actions{display:flex;gap:5px;align-items:flex-start}.action{min-height:34px;padding:0 10px;border:1px solid var(--border);background:#fff;border-radius:7px;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:650;color:#414957}.action:hover{border-color:#bac8f4;color:var(--accent)}.action svg,.icon-button svg{width:15px}.icon-button{width:34px;height:34px;border:0;border-radius:7px;background:transparent;display:grid;place-items:center;color:#697386;flex:0 0 auto}.icon-button:hover{background:#eef1f5;color:var(--ink)}.icon-button.verify:hover{color:var(--green);background:var(--green-bg)}.icon-button.danger:hover{color:var(--red);background:var(--red-bg)}.button{min-height:38px;border-radius:8px;padding:0 14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700}.button svg{width:16px}.button--primary{background:var(--accent);color:#fff;box-shadow:0 1px 2px rgba(47,95,235,.25)}.button--primary:hover{background:var(--accent-dark)}.button--ghost{background:#fff;border-color:var(--border);color:#4c5665}.button--ghost:hover{background:#f5f6f8}.button--danger{background:var(--red);color:#fff}.button--wide{width:100%;height:44px}.mobile-only{display:none}.empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty>svg{width:30px;height:30px;color:#9ca5b2;margin-bottom:13px}.empty h2{font-size:15px;margin:0 0 6px}.empty p{color:var(--muted);margin:0}.loading-list{padding-top:5px}.loading-row{height:91px;border-bottom:1px solid var(--border);display:flex;gap:14px;align-items:center}.loading-row i{width:36px;height:36px;border-radius:8px;background:#e9ecf1}.loading-row span{height:12px;width:55%;border-radius:4px;background:#e9ecf1}.loading-row i,.loading-row span{animation:pulse 1.2s infinite alternate}@keyframes pulse{to{opacity:.45}}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;pointer-events:none;z-index:80;background:#171b23;color:#fff;border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:12px;box-shadow:var(--modal-shadow);transition:.2s}.toast svg{width:15px;color:#6dd89a}.toast--show{opacity:1;transform:translate(-50%)}.modal-layer{position:fixed;inset:0;background:rgba(24,31,45,.45);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:60;display:grid;place-items:center;padding:20px}.dialog{width:min(610px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:12px;box-shadow:var(--modal-shadow)}.dialog>header{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:2;padding:20px 22px 15px;border-bottom:1px solid var(--border);display:flex;align-items:start;justify-content:space-between}.confirm h2,.dialog h2{margin:0;font-size:19px;letter-spacing:-.02em}.dialog form{padding:18px 22px}.dialog label,.login-box label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;color:#4f5968;margin-bottom:14px}.dialog input,.dialog select,.dialog textarea,.login-box input{width:100%;border:1px solid #d9dde4;border-radius:8px;padding:10px 11px;outline:0;background:#fff;color:var(--ink)}.dialog input:focus,.dialog select:focus,.dialog textarea:focus,.login-box input:focus{border-color:#8ca6f6;box-shadow:0 0 0 3px rgba(47,95,235,.1)}.dialog textarea{resize:none;line-height:1.5}.dialog label small{font-weight:400;color:var(--muted)}.type-tabs{display:grid;grid-template-columns:repeat(3,1fr);background:#f1f3f6;border-radius:8px;padding:3px;margin-bottom:16px}.type-tabs button{border:0;background:transparent;border-radius:6px;min-height:34px;color:var(--muted);font-size:11px;font-weight:650}.type-tabs button.active{background:#fff;color:var(--accent);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.upload-placeholder{border:1px dashed #cbd1db;background:#fafbfc;padding:17px;border-radius:9px;display:flex;gap:12px;align-items:center;margin-bottom:15px;color:var(--muted)}.upload-placeholder div{display:flex;flex-direction:column;gap:4px}.upload-placeholder b{font-size:11px;color:var(--ink)}.upload-placeholder span{font-size:10px}.dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.field-message{min-height:17px;color:var(--red);font-size:11px}.confirm{width:min(430px,100%);background:#fff;border-radius:12px;padding:27px;text-align:center;box-shadow:var(--modal-shadow)}.danger-symbol{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--red-bg);color:var(--red);margin:0 auto 15px}.confirm p{color:var(--muted);line-height:1.55;margin:10px 0 22px}.confirm>div:last-child{display:flex;justify-content:center;gap:8px}.center-page{min-height:100vh;display:grid;place-items:center;padding:20px}.state-card{text-align:center;max-width:420px}.state-code{font-size:55px;font-weight:800;color:#dce4fb}.state-card h1{margin:4px 0 8px}.state-card p{color:var(--muted);margin:0 0 22px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,44%) 1fr;background:#fff}.login-aside{position:relative;padding:42px 52px;background:#18264a;color:#fff;display:flex;flex-direction:column;overflow:hidden}.login-aside:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(126,159,255,.15);border-radius:50%;right:-270px;bottom:-230px;box-shadow:0 0 0 70px rgba(126,159,255,.035),0 0 0 140px rgba(126,159,255,.025)}.brand--light{border:0;padding:0;height:auto}.brand--light .brand-mark{background:#fff;color:#234aaf}.brand--light small{color:#aebce2}.login-thesis{margin:auto 0;max-width:490px;position:relative;z-index:1}.login-thesis .eyebrow{color:#99b0f8}.login-thesis h1{font-size:42px;line-height:1.16;letter-spacing:-.045em;margin:0 0 20px}.login-thesis p{color:#b9c5e4;line-height:1.7;font-size:15px}.login-foot{font:11px ui-monospace;color:#8fa0ca}.login-panel{display:grid;place-items:center;padding:40px}.login-box{width:min(390px,100%)}.login-icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;background:#edf2ff;color:var(--accent);margin-bottom:24px}.login-box h2{font-size:25px;margin:0 0 8px;letter-spacing:-.035em}.login-box>p{margin:0 0 26px}.login-box form{margin-top:24px}.password-field{position:relative}.password-field input{padding-right:45px}.password-field .icon-button{position:absolute;right:4px;top:4px}.login-help{text-align:center;font-size:11px;color:var(--muted);margin-top:18px!important}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:860px){.sidebar{transform:translateX(-105%);box-shadow:var(--modal-shadow);transition:transform .22s}.sidebar--open{transform:translateX(0)}.scrim{position:fixed;inset:0;border:0;background:rgba(19,27,42,.4);z-index:29}.main{margin-left:0}.mobile-only{display:grid}.topbar{padding:0 16px;height:62px}.breadcrumb b,.breadcrumb span{display:none}.content{padding:22px 16px 55px}.page-head{align-items:start}.login-page{grid-template-columns:1fr}.login-aside{display:none}.login-panel{padding:24px;min-height:100vh}.search-box kbd{display:none}.entry{grid-template-columns:36px minmax(0,1fr);padding:15px 3px}.entry-actions{grid-column:2;justify-content:flex-start}.entry-actions .icon-button{border:1px solid var(--border);background:#fff}.filterbar{align-items:flex-start;flex-direction:column}.sort{align-self:flex-end;margin-top:-42px}.trust{display:none}}@media(max-width:520px){.breadcrumb strong{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-actions .button{font-size:0;width:38px;padding:0}.top-actions .button svg{margin:0}.page-head h1{font-size:23px}.form-grid{grid-template-columns:1fr;gap:0}.filter{flex:1 1;min-width:105px}.filter select{min-width:0}.sort{align-self:flex-start;margin-top:0}.entry-title{align-items:flex-start;flex-direction:column;gap:5px}.entry-title h2{white-space:normal}.updated{flex-basis:100%;margin-top:2px}.dialog{max-height:calc(100vh - 16px)}.modal-layer{padding:8px}.confirm>div:last-child{flex-direction:column-reverse}.confirm .button{width:100%}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(forced-colors:active){*{scrollbar-color:auto}.project-chip,.status,.tag{border:1px solid ButtonText}}.nav-label-row{display:flex;align-items:center;justify-content:space-between;padding-right:5px}.nav-label-row .nav-label{margin-bottom:0}.nav-add{width:28px;height:28px;border:0;border-radius:7px;background:#eef3ff;color:var(--accent);display:grid;place-items:center}.nav-add:hover{background:#dfe8ff;color:var(--accent-dark)}.nav-add svg{width:14px}.page-head-actions{display:flex;align-items:center;gap:10px}.button--danger-outline{background:#fff;border-color:#efcaca;color:var(--red)}.button--danger-outline:hover{background:var(--red-bg);border-color:#e7aaaa}.dialog--compact{max-width:480px}.color-field input[type=color]{width:58px;height:38px;padding:3px;cursor:pointer}.color-field input[type=color]::-webkit-color-swatch{border:0;border-radius:5px}.color-field input[type=color]::-moz-color-swatch{border:0;border-radius:5px}@media(max-width:860px){.page-head-actions{align-items:flex-end;flex-direction:column}.button--danger-outline{font-size:0;width:38px;padding:0}.button--danger-outline svg{margin:0}}.history-dialog{max-width:680px}.history-body{padding:20px 24px;min-height:180px}.history-loading{min-height:140px;display:grid;place-items:center;color:var(--muted)}.history-empty{min-height:190px}.history-item{display:grid;grid-template-columns:22px 1fr;grid-gap:10px;gap:10px}.history-marker{position:relative;display:flex;justify-content:center}.history-marker:after{content:"";position:absolute;top:17px;bottom:-1px;width:1px;background:var(--border)}.history-item:last-child .history-marker:after{display:none}.history-marker span{position:relative;z-index:1;width:9px;height:9px;margin-top:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #eaf0ff}.history-content{padding-bottom:22px}.history-heading{display:flex;align-items:center;gap:8px}.history-heading strong{font-size:12px}.history-content>p{margin:4px 0 10px;color:var(--muted);font-size:10px}.history-content dl{margin:0;padding:11px 13px;border:1px solid var(--border);border-radius:8px;background:#fafbfc}.history-content dl>div{display:grid;grid-template-columns:90px 1fr;grid-gap:10px;gap:10px;padding:4px 0}.history-content dt{font-size:10px;color:var(--muted)}.history-content dd{margin:0;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.history-content code{font-size:10px;color:#59708e}@media(max-width:520px){.history-body{padding:18px 14px}.history-content dl>div{grid-template-columns:1fr;gap:2px}}.verify-symbol{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--green-bg);color:var(--green);margin:0 auto 15px}.button--success{background:var(--green);color:#fff}.button--success:hover{background:#126d3a}