:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1d2430;background:#eef1f4;font-size:14px}*{box-sizing:border-box}body{margin:0}button,.upload-button{border:1px solid #aeb8c4;background:#fff;color:#17202c;border-radius:6px;min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;white-space:nowrap}button:hover,.upload-button:hover{background:#f3f6f8}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{width:100%;border:1px solid #bdc7d2;border-radius:6px;min-height:34px;padding:7px 9px;color:#17202c;background:#fff}label{display:grid;gap:5px;color:#657282;font-size:12px}textarea{min-height:420px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.5}table{width:100%;border-collapse:collapse}td{border-bottom:1px solid #edf0f4;padding:9px 12px;vertical-align:middle}td:last-child{white-space:nowrap}code{display:block;white-space:normal;overflow-wrap:anywhere}.auth{min-height:100vh;display:grid;place-items:center;background:#27323f}.auth-panel{width:min(380px,calc(100vw - 32px));background:#fff;border:1px solid #d7dde4;border-radius:8px;padding:28px;display:grid;gap:14px}.auth-panel h1{margin:0;font-size:22px}.secondary{background:#edf6f0;border-color:#b8d7c2}.error{color:#a22525;margin:0}.app{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr)}aside{background:#17202c;color:#fff;padding:18px 12px}.brand{height:44px;display:flex;align-items:center;gap:10px;padding:0 10px;font-weight:700}.nav-list{display:grid;gap:6px;margin-top:16px}.nav-list button{justify-content:flex-start;background:transparent;color:#d8e0ea;border-color:transparent}.nav-list button.active{background:#fff;color:#17202c}.work{min-width:0}header{height:64px;background:#fff;border-bottom:1px solid #d7dde4;display:flex;align-items:center;justify-content:space-between;padding:0 22px}header h1{margin:0;font-size:20px}header p{margin:3px 0 0;color:#657282}nav{display:flex;gap:8px}.icon{width:36px;padding:0}.danger{color:#9f1d1d;border-color:#e0b6b6}.notice{margin:14px 22px 0;background:#eef7f1;border:1px solid #b8d7c2;border-radius:8px;padding:10px 12px}.secret{margin:14px 22px 0;background:#fff7db;border:1px solid #dcc267;border-radius:8px;padding:12px;display:grid;gap:8px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 22px}.metric{background:#fff;border:1px solid #d7dde4;border-radius:8px;padding:14px}.metric span{color:#657282;display:block}.metric strong{font-size:24px;display:block;margin-top:5px}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px 22px 22px}.graph-layout{display:grid;grid-template-columns:340px minmax(0,1fr);grid-template-rows:auto auto minmax(180px,1fr) auto auto;gap:14px;padding:16px 22px 22px}.graph-layout .panel:nth-child(4){grid-column:2;grid-row:1 / -1}.node-rank-list{list-style:none;margin:0;padding:0;max-height:340px;overflow-y:auto}.node-rank-item{display:flex;align-items:center;gap:8px;padding:5px 14px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .1s}.node-rank-item:hover{background:#f8fafc}.node-rank-item.selected{background:#eff6ff}.node-rank-item.focused{background:#dbeafe;font-weight:600}.node-rank-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.node-rank-label{flex:1;font-size:12px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-rank-count{flex-shrink:0;font-size:11px;color:#64748b;font-variant-numeric:tabular-nums;min-width:20px;text-align:right}.graph-canvas{height:calc(100vh - 180px);min-height:500px;overflow:hidden;background:radial-gradient(ellipse at 50% 46%,#f0f6ff,#f8fafc 70%);border-radius:0 0 8px 8px}.graph-canvas svg{width:100%;height:100%}.metrics.compact{padding:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.graph-scope-summary{border-top:1px solid #edf1f5;color:#657282;display:grid;gap:4px;font-size:12px;padding:10px 14px}.graph-scope-summary strong{color:#162233;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.graph-type-grid{border-top:1px solid #edf1f5;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 14px 12px}.graph-type-list{display:grid;gap:6px;min-width:0}.graph-type-list strong{color:#657282;font-size:12px}.graph-type-list div{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.graph-type-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.graph-type-list code{color:#44546a;font-size:11px}.muted{color:#9aa5b4;font-size:12px}.files-layout{display:grid;grid-template-columns:340px minmax(0,1fr);grid-template-rows:auto auto;gap:14px;padding:16px 22px 22px}.files-layout .panel:nth-child(2){grid-row:span 2}.panel{background:#fff;border:1px solid #d7dde4;border-radius:8px;min-height:160px;overflow:hidden}.panel-head{min-height:52px;padding:10px 14px;border-bottom:1px solid #e5e9ee;display:flex;align-items:center;justify-content:space-between;gap:10px}.panel h2{font-size:15px;margin:0}.panel-actions{display:flex;gap:8px;align-items:center}.file-list{max-height:560px;overflow:auto;display:grid}.finder-list .row span{display:flex;align-items:center;gap:8px}.finder-list .folder-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;border-bottom:1px solid #edf0f4}.finder-list .folder-row>button:first-child{border:0;border-radius:0;justify-content:flex-start;min-height:56px;display:grid;text-align:left;padding:9px 12px}.finder-list .folder-row>.icon{align-self:center;justify-self:center}.breadcrumb{display:flex;gap:6px;padding:10px 12px;border-bottom:1px solid #edf0f4;overflow-x:auto}.breadcrumb button{min-height:28px;font-size:12px}.row{border:0;border-bottom:1px solid #edf0f4;border-radius:0;justify-content:flex-start;min-height:56px;display:grid;text-align:left;padding:9px 12px}.row.active{background:#e8f1fb}.row span{font-weight:700}.row small{color:#657282;overflow-wrap:anywhere}.search{display:flex;align-items:center;gap:7px;width:220px}.editor{display:grid;gap:12px;padding:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px}.form-grid.single{grid-template-columns:1fr}.small-editor{min-height:180px;border-radius:0;border-left:0;border-right:0}.button-row{display:flex;gap:8px;padding:12px 14px 14px}.upload-button input{display:none}.empty{min-height:320px;display:grid;place-items:center;color:#657282}.finder-container{display:flex;flex-direction:column;height:calc(100vh - 64px);background:#f4f5f7;overflow:hidden}.finder-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;height:48px;background:#fff;border-bottom:1px solid #d7dde4;flex-shrink:0;overflow:hidden}.finder-breadcrumb{display:flex;align-items:center;gap:2px;overflow:hidden;flex:1;min-width:0}.bc-btn{background:transparent;border:0;min-height:30px;padding:0 6px;font-size:13px;font-weight:500;color:#17202c;white-space:nowrap;border-radius:5px}.bc-btn:hover{background:#eef1f4}.finder-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-auto-rows:112px;align-content:start;gap:4px;padding:14px}.finder-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;padding:10px 8px 8px;border-radius:10px;cursor:default;-webkit-user-select:none;user-select:none;text-align:center;height:100%;overflow:hidden}.finder-item:hover{background:#0000000d}.finder-item.selected{background:#dbeafe;outline:2px solid #3b82f6;outline-offset:-2px}.finder-item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.finder-item-label{font-size:11px;line-height:1.3;max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17202c}.finder-item-sub{font-size:10px;color:#9aa5b4;max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finder-statusbar{height:26px;display:flex;align-items:center;padding:0 14px;font-size:11px;color:#9aa5b4;background:#fff;border-top:1px solid #e5e9ee;flex-shrink:0}.analytics-layout{display:grid;gap:14px;padding:16px 22px 22px}thead th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9aa5b4;padding:8px 12px;border-bottom:1px solid #e5e9ee;background:#f8fafc}.pagination{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid #e5e9ee;background:#fafbfc}.pagination-info{font-size:12px;color:#657282;flex:1;text-align:center}.perm-layout{padding:16px 22px 22px;display:grid;gap:14px}.perm-subject{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d7dde4;border-radius:8px;padding:12px 16px;flex-wrap:wrap}.perm-body{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;align-items:start}.perm-tree{background:#fff;border:1px solid #d7dde4;border-radius:8px;overflow:hidden}.perm-row{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #edf0f4;padding:0 8px 0 10px;min-height:42px}.perm-row:last-child{border-bottom:0}.perm-row-left{display:flex;align-items:center;gap:7px;min-width:0;flex:1}.perm-row-right{display:flex;gap:4px;flex-shrink:0}.perm-company{background:#f8fafc;font-weight:600}.perm-indent-1{padding-left:32px}.perm-indent-2{padding-left:56px}.perm-section-head{padding:7px 14px;background:#f0f2f5;font-size:11px;font-weight:700;color:#657282;letter-spacing:.06em;text-transform:uppercase;border-top:1px solid #e5e9ee;border-bottom:1px solid #e5e9ee}.perm-section-head:first-child{border-top:0}.perm-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;border-radius:20px;padding:2px 8px;font-weight:600;white-space:nowrap;flex-shrink:0}.perm-badge.allow{background:#e6f4ea;color:#2e7d32}.perm-badge.deny{background:#fdecea;color:#c62828}.perm-badge.inh-allow{background:#f0f9f2;color:#5a8f60}.perm-badge.inh-deny{background:#fff5f5;color:#b05858}.perm-badge.none{background:#f0f2f5;color:#9aa5b4}.perm-btn{font-size:11px;min-height:26px;padding:0 8px}.perm-btn.is-allow{background:#e6f4ea;border-color:#a8d5ae;color:#2e7d32;font-weight:700}.perm-btn.is-deny{background:#fdecea;border-color:#f5a9a9;color:#c62828;font-weight:700}.perm-expand{width:22px;min-height:22px;padding:0;border-color:transparent;background:transparent;color:#9aa5b4;flex-shrink:0}.perm-expand:hover{background:#eef1f4}.perm-name{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perm-rules-list{background:#fff;border:1px solid #d7dde4;border-radius:8px;overflow:hidden;position:sticky;top:16px}.perm-rule-row{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;padding:9px 12px;border-bottom:1px solid #edf0f4}.perm-rule-row:last-child{border-bottom:0}.perm-rule-meta{display:grid;gap:2px}.perm-rule-effect{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.perm-rule-effect.allow{color:#2e7d32}.perm-rule-effect.deny{color:#c62828}.perm-rule-target{font-size:12px;color:#657282;word-break:break-all}.log-detail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:#f8fafc;border-top:2px solid #4a90d9}.log-detail-section{padding:12px 16px;border-right:1px solid #e5e9ee}.log-detail-section:last-child{border-right:0}.log-detail-head{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9aa5b4;margin-bottom:8px}tr:has(+tr .log-detail) td{border-bottom:0}@media(max-width:1100px){.app{grid-template-columns:1fr}aside{position:static}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.files-layout,.two-col,.metrics{grid-template-columns:1fr}.files-layout .panel:nth-child(2){grid-row:auto}.perm-body{grid-template-columns:1fr}.log-detail{grid-template-columns:1fr 1fr}}
