:root{--ink:#18201e;--muted:#69736f;--line:#dce3df;--paper:#fff;--bg:#f3f6f4;--green:#0d634a;--green-dark:#084b39;--green-soft:#e7f3ee;--red:#a43636;--shadow:0 18px 50px rgba(22,44,36,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 0,#e4eee9 0,transparent 28%),var(--bg)}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.topbar{height:76px;padding:0 max(24px,calc((100vw - 1440px)/2));display:flex;align-items:center;gap:36px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800;letter-spacing:-.04em}.brand span:last-child,.user-menu>span{display:flex;flex-direction:column}.brand small,.user-menu small{font-size:12px;color:var(--muted);margin-top:2px}.topbar nav{display:flex;gap:8px;flex:1}.topbar nav a{padding:10px 14px;border-radius:9px;color:#44504c;font-weight:650}.topbar nav a:hover{background:var(--green-soft);color:var(--green)}.user-menu{display:flex;align-items:center;gap:16px;text-align:right}.shell{width:min(1440px,calc(100% - 48px));margin:42px auto 70px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.login-card{width:min(1000px,100%);min-height:590px;display:grid;grid-template-columns:1fr 1fr;background:var(--paper);border:1px solid rgba(255,255,255,.7);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.login-intro{padding:70px 60px;display:flex;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(145deg,rgba(4,57,42,.97),rgba(14,104,77,.92)),repeating-linear-gradient(45deg,transparent,transparent 16px,rgba(255,255,255,.03) 17px,rgba(255,255,255,.03) 18px)}.login-intro h1{font-size:46px;line-height:1.05;letter-spacing:-.045em;margin:18px 0}.login-intro p{font-size:17px;line-height:1.7;color:#d4e5df}.privacy-note{margin-top:42px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:12px;font-size:14px}.privacy-note span{margin-right:8px}.login-form{padding:70px 60px;display:flex;flex-direction:column;justify-content:center;gap:22px}.login-form h2{font-size:32px;margin:8px 0 4px;letter-spacing:-.035em}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:#78a996}.login-intro .eyebrow{color:#a9d1c2}.muted,.page-heading p,.panel-heading p,.empty-state p{color:var(--muted)}label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#3d4945}label>span{float:right;font-weight:500;color:#89928f}input,select{width:100%;border:1px solid #cad4d0;background:#fff;border-radius:10px;padding:12px 13px;color:var(--ink);outline:none;transition:.15s}input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(13,99,74,.12)}.button{border:0;border-radius:10px;padding:11px 16px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.16s}.button.primary{background:var(--green);color:#fff;box-shadow:0 7px 18px rgba(13,99,74,.2)}.button.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.button.secondary,.button.ghost{background:#edf2ef;color:#40504a}.button.danger{background:#f8eaea;color:var(--red)}.button.small{padding:8px 11px;font-size:12px}.button.wide{width:100%;padding:14px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px}.page-heading h1{font-size:34px;letter-spacing:-.04em;margin:7px 0}.page-heading p{margin:0}.role-badge,.read-only{padding:9px 12px;border-radius:99px;background:#efe8d7;color:#796025;font-size:12px;font-weight:800}.role-badge.safe,.read-only{background:var(--green-soft);color:var(--green)}.panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 28px rgba(28,48,40,.05);padding:24px}.two-column{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(420px,1.15fr);gap:24px}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #e8ecea;margin-bottom:20px}.panel-heading h2{margin:0 0 5px;font-size:19px}.panel-heading p{margin:0;font-size:13px}.stack-form{display:flex;flex-direction:column;gap:17px}.check{flex-direction:row;align-items:center;font-weight:600}.check input{width:auto;accent-color:var(--green)}.button-row,.item-actions{display:flex;gap:9px}.source-list{display:flex;flex-direction:column}.source-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 4px;border-bottom:1px solid #edf0ee}.source-item:last-child{border:0}.source-item>div:first-child{display:grid;grid-template-columns:12px 1fr;align-items:center;min-width:0}.source-item small{grid-column:2;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:430px;margin-top:4px}.status-dot{width:8px;height:8px;border-radius:50%;background:#adb5b2}.status-dot.on{background:#26a477;box-shadow:0 0 0 4px #e1f4ed}.item-actions form{display:inline}.search-panel{padding:20px 24px}.search-form{display:grid;grid-template-columns:220px 220px 1fr auto;gap:14px;align-items:end}.search-form .button{height:43px}.results-panel{margin-top:24px}.table-wrap{overflow:auto;max-height:58vh;border:1px solid var(--line);border-radius:12px}table{border-collapse:collapse;width:max-content;min-width:100%;font-size:12px}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid #e9edeb;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}th{position:sticky;top:0;background:#eef4f1;color:#40504a;text-transform:uppercase;font-size:10px;letter-spacing:.06em;z-index:1}tbody tr:hover{background:#f6faf8}.empty-state{text-align:center;padding:42px 20px}.empty-state strong{font-size:17px}.empty-state p{margin:7px 0 18px}.empty-state.large{padding:70px 20px}.empty-icon{display:block;font-size:38px;color:var(--green);margin-bottom:12px}.alert{padding:13px 15px;border-radius:10px;background:#eaf1f7;color:#31546d;margin-bottom:18px;font-size:14px}.alert.error{background:#f9eaea;color:#8a3030}.alert.success{background:#e6f4ed;color:#246a4f}@media(max-width:900px){.topbar{height:auto;padding:14px 20px;flex-wrap:wrap}.brand{min-width:0;flex:1}.topbar nav{order:3;width:100%}.user-menu>span{display:none}.shell{width:min(100% - 28px,1440px);margin-top:28px}.login-card{grid-template-columns:1fr}.login-intro{display:none}.login-form{padding:50px 36px}.two-column{grid-template-columns:1fr}.search-form{grid-template-columns:1fr 1fr}.search-input{grid-column:1/-1}.page-heading{align-items:flex-start;gap:14px}.page-heading .role-badge{display:none}}@media(max-width:560px){.auth-shell{padding:16px}.login-form{padding:38px 24px}.topbar nav{overflow:auto}.search-form{grid-template-columns:1fr}.search-input{grid-column:auto}.source-item{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:29px}.panel{padding:18px}}

.advanced-search-panel{padding:0;overflow:hidden}.advanced-search-form{display:grid;grid-template-columns:260px 1fr}.advanced-search-form fieldset{min-width:0;border:0;margin:0;padding:24px}.advanced-search-form legend{font-size:14px;font-weight:850;color:var(--ink);padding:0}.advanced-search-form legend span{font-size:11px;font-weight:700;color:var(--green);margin-left:7px}.source-picker{background:#f7faf8;border-right:1px solid var(--line)!important}.source-picker .all-check{margin:13px 0 10px;padding:9px 10px;border-radius:9px;background:var(--green-soft);color:var(--green)}.source-picker .all-check span{margin-left:auto;background:#fff;border-radius:99px;padding:2px 8px;color:var(--green)}.source-filter{padding:9px 10px;margin-bottom:9px;font-size:13px}.source-options{height:235px;overflow:auto;padding:2px}.source-option{padding:7px 5px;border-radius:7px;font-size:12px}.source-option:hover{background:#eaf1ed}.source-option[hidden]{display:none}.criteria-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:14px;margin-top:13px}.criteria-grid input{font-family:"Courier New",monospace}.syntax-help{display:flex;align-items:center;flex-wrap:wrap;gap:8px 15px;margin-top:19px;padding:12px 14px;border-radius:10px;background:#f4f6f5;color:#56605d;font-size:12px}.syntax-help strong{color:var(--ink)}.syntax-help code{padding:2px 5px;border-radius:4px;background:#fff;color:var(--green);font-weight:800}.search-actions{display:flex;align-items:center;gap:10px;margin-top:18px}.search-actions small{margin-left:auto;color:var(--muted)}.search-overlay{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:rgba(245,248,246,.92);backdrop-filter:blur(6px);color:var(--ink)}.search-overlay[hidden]{display:none}.search-overlay span{font-size:13px;color:var(--muted)}.search-loader{width:42px;height:42px;border:4px solid #cfe0d9;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.advanced-search-form{grid-template-columns:1fr}.source-picker{border-right:0!important;border-bottom:1px solid var(--line)!important}.source-options{height:150px;display:grid;grid-template-columns:repeat(3,1fr)}.criteria-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.advanced-search-form fieldset{padding:19px}.source-options{grid-template-columns:repeat(2,1fr)}.criteria-grid{grid-template-columns:1fr}.syntax-help{align-items:flex-start;flex-direction:column}.search-actions{align-items:stretch;flex-direction:column}.search-actions small{margin:4px 0 0;text-align:center}.search-actions .button{width:100%}}
.result-filter{display:grid;grid-template-columns:minmax(240px,520px) auto 1fr;align-items:end;gap:10px;margin:0 0 14px}.result-filter label{gap:6px}.result-filter input{padding:10px 12px}.result-filter>span{justify-self:end;align-self:center;color:var(--muted);font-size:12px;font-weight:700}.table-empty{padding:34px;text-align:center;color:var(--muted);background:#fafcfb}.table-wrap tr[hidden]{display:none}
@media(max-width:560px){.result-filter{grid-template-columns:1fr auto}.result-filter>span{grid-column:1/-1;justify-self:start}.result-filter input{font-size:16px}}
.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-top:18px}.pagination>*:first-child{justify-self:start}.pagination>*:last-child{justify-self:end}.pagination strong{font-size:13px;color:var(--muted)}
@media(max-width:560px){.pagination{gap:8px}.pagination .button{padding:10px 12px}.pagination strong{font-size:12px}}
