
:root{font-family:"Segoe UI",Inter,Arial,sans-serif;color:#22332c;background:#f6f7f4;font-synthesis:none;--green:#173f35;--muted:#728078;--line:#e1e6df;--lime:#d7edb5}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}a{color:var(--green)}button:focus-visible,a:focus-visible{outline:3px solid #93b96d;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:2px solid #90b477;outline-offset:1px}button{border:0;background:transparent;color:inherit}.hidden{display:none!important}.muted{color:var(--muted)}.small{font-size:12px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;text-transform:uppercase;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:32px;font-weight:550;letter-spacing:-1px;margin-bottom:8px}h2{font-size:23px;font-weight:550;letter-spacing:-.5px}h3{font-size:16px;font-weight:600}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:650;letter-spacing:-.5px}.brand img{width:36px;height:36px}.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;background:#eef3eb;border:1px solid #dde6d5;border-radius:6px;font-size:11px;color:#4d6d38;white-space:nowrap}.pill::before{content:"";width:5px;height:5px;border-radius:50%;background:#7b9c58}.btn{padding:11px 17px;border:1px solid #d9dfd6;border-radius:8px;background:white;font-size:13px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;gap:8px;transition:background .15s}.btn:hover{background:#f0f3ed}.btn.primary{background:var(--green);border-color:var(--green);color:white}.btn.primary:hover{background:#245346}.btn.danger{color:#ad3e39;border-color:#ebd7d5}.btn.subtle{background:transparent}.btn.compact{padding:7px 11px;font-size:12px}.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr}.auth-story{background:#163e34;color:#f3f5e9;padding:64px 10%;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-story::after{content:"";position:absolute;width:560px;height:560px;border:1px solid #b9d79722;border-radius:50%;right:-230px;bottom:-130px;box-shadow:0 0 0 80px #b9d79707,0 0 0 160px #b9d79706;pointer-events:none}.auth-story h1{font-size:clamp(38px,4vw,62px);line-height:1.1;font-weight:450;letter-spacing:-2px;max-width:500px}.auth-story h1 em{font-style:normal;color:#cce9a6}.auth-story p{font-size:16px;line-height:1.8;color:#b9cdc4;max-width:370px}.auth-story .brand img{border:1px solid #ffffff22;border-radius:10px}.auth-story .eyebrow{color:#b9cdc4;margin-bottom:22px}.auth-footer{font-size:11px;color:#a0b7aa;letter-spacing:1px}.auth-panel{display:flex;align-items:center;justify-content:center;padding:50px 30px}.auth-box{width:100%;max-width:370px}.auth-box .pill{margin-bottom:28px}.auth-box h2{font-size:28px}.auth-box p{font-size:14px;line-height:1.7;color:var(--muted)}.auth-box .btn{width:100%;margin-top:8px}.field{display:block;margin-bottom:17px}.field>span{display:block;font-size:12px;font-weight:600;margin-bottom:7px}input,select,textarea{width:100%;background:#fff;border:1px solid #dbe1d7;border-radius:7px;padding:11px 12px;color:#283a30;font-size:13px}textarea{resize:vertical;min-height:90px}input::placeholder,textarea::placeholder{color:#9aa29a}.hint{font-size:11px;line-height:1.6;color:var(--muted);margin:7px 0 0}.error{color:#ad3e39;font-size:12px;line-height:1.5;margin:8px 0}.error:empty{display:none}.notice{background:#f0f3e9;border:1px solid #e0e7d8;border-radius:8px;padding:13px 15px;font-size:12px;line-height:1.65;color:#69785e}.auth-box .notice{margin-top:22px}
.shell{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:30px 20px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar .brand{padding:0 8px 32px;font-size:18px}.workspace{margin:0 7px 29px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.workspace strong{display:block;font-size:12px;margin:7px 0 3px}.nav-label{font-size:9px;letter-spacing:1.5px;color:#98a398;margin:0 12px 10px}.nav{display:flex;flex-direction:column;gap:5px}.nav button{display:flex;align-items:center;gap:11px;border-radius:7px;padding:12px;text-align:left;font-size:12px;color:#737f74}.nav button:hover{background:#f4f6f1}.nav button.active{background:#edf2e8;color:var(--green);font-weight:650}.nav .nav-icon{font-size:16px;width:19px;text-align:center}.nav .count{margin-left:auto;font-size:10px;background:#dfe9d5;border-radius:4px;padding:2px 6px}.sidebar-bottom{margin-top:auto;padding-top:30px}.local-card{background:#f6f8f2;padding:14px;border-radius:8px;margin-bottom:22px}.local-card strong{font-size:11px;display:block;margin-bottom:6px}.local-card p{font-size:11px;line-height:1.6;margin:0;color:#84917f}.profile{display:flex;align-items:center;gap:9px;padding:0 6px}.avatar{width:33px;height:33px;border-radius:50%;background:#e6eadf;display:grid;place-items:center;color:#5e7450;font-size:11px;font-weight:700;flex-shrink:0}.profile-info{min-width:0;flex:1}.profile-info strong{font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-info span{font-size:10px;color:var(--muted)}.logout{padding:6px;font-size:18px}.main{min-width:0}.topbar{height:74px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;background:#fcfdfa;font-size:11px;color:var(--muted)}.topbar strong{color:#3c4f40;font-weight:500}.topbar-right{display:flex;gap:17px;align-items:center}.topbar .pill{background:transparent;border:0}.content{padding:36px 38px;max-width:1600px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.page-heading p{font-size:13px;color:var(--muted);margin:0;line-height:1.6}.page-heading .eyebrow{margin-bottom:11px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:29px}.stat{border:1px solid var(--line);background:#fff;border-radius:10px;padding:19px 21px;display:flex;align-items:center;justify-content:space-between}.stat span{color:var(--muted);font-size:11px;display:block}.stat strong{display:block;font-weight:500;font-size:27px;margin-top:8px;letter-spacing:-1px}.stat-icon{width:38px;height:38px;display:grid;place-items:center;background:#f0f4ea;border-radius:10px;color:#70845e;font-size:20px}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:17px}.search{position:relative;flex:1;max-width:420px}.search input{padding-left:37px;height:40px;background:#fff}.search>span{position:absolute;left:13px;top:8px;font-size:19px;color:#88927f}.toolbar select{width:170px;height:40px;padding:8px 10px}.result-count{margin-left:auto;font-size:11px;color:#8b9688}.vault-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px;text-align:left}th{color:#8b9686;font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:#fafbf8;padding:15px 18px;border-bottom:1px solid var(--line)}td{padding:16px 18px;border-bottom:1px solid #edf0e9;vertical-align:middle}tbody tr:last-child td{border-bottom:0}.credential-row{cursor:pointer}.credential-row:hover,.credential-row.selected{background:#f5f8f0}.record-cell{display:flex;gap:12px;align-items:center}.record-icon{width:34px;height:36px;border:1px solid #e4e9df;border-radius:8px;background:#f6f8f2;display:grid;place-items:center;color:#6f825e;font-size:17px;flex-shrink:0}.record-name{display:block;font-size:12px;font-weight:600;margin-bottom:4px}.record-sub{font-size:11px;color:#929b8b;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{font-size:10px;background:#f0f3ed;padding:5px 8px;border-radius:5px;color:#7b886f;white-space:nowrap}.badge.edit{background:#edf2e3;color:#6b7f48}.empty{padding:65px 25px;text-align:center}.empty .empty-icon{display:grid;place-items:center;background:#f1f5e9;border:1px solid #e3ebd8;border-radius:14px;width:62px;height:65px;margin:0 auto 20px;font-size:27px;color:#718454}.empty h3{margin-bottom:9px}.empty p{font-size:12px;color:var(--muted);line-height:1.8;max-width:290px;margin:0 auto 20px}.table-foot{font-size:10px;padding:13px 18px;border-top:1px solid var(--line);color:#99a28f;background:#fcfdf9}.detail{padding:23px;min-height:390px}.detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:390px;text-align:center;padding:30px}.detail-empty .detail-art{font-size:38px;color:#b5c49f;margin-bottom:18px}.detail-empty h3{font-size:13px}.detail-empty p{font-size:11px;line-height:1.8;color:var(--muted)}.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}.detail-head .record-icon{margin-bottom:15px;width:44px;height:46px}.detail h2{font-size:19px;word-break:break-word;margin-bottom:9px}.detail-field{margin:22px 0}.detail-field label{display:block;color:#93a087;font-size:9px;letter-spacing:1px;text-transform:uppercase;margin-bottom:9px}.detail-value{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;word-break:break-word;white-space:pre-wrap}.detail-value code{font-size:12px;overflow-wrap:anywhere;font-family:Consolas,monospace}.icon-button{padding:6px 8px;border:1px solid #e4e9de;border-radius:5px;font-size:11px;white-space:nowrap;flex-shrink:0}.icon-button:hover{background:#f1f5eb}.detail-actions{display:flex;gap:8px;border-top:1px solid var(--line);padding-top:18px;flex-wrap:wrap}.detail .hint{margin:15px 0 0}.footer-note{display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#98a38e;margin-top:24px;line-height:1.7}.footer-note span:first-child{max-width:600px}.section-panel{padding:24px;margin-bottom:20px;max-width:760px}.section-panel p{font-size:13px;line-height:1.7;color:var(--muted)}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.member-name{display:flex;gap:10px;align-items:center}.member-name strong{display:block;font-size:12px}.member-name span{font-size:11px;color:var(--muted)}.actions-cell{display:flex;gap:7px;justify-content:flex-end}.wrap{overflow-wrap:anywhere}.audit-target{font:10px Consolas,monospace;color:#96a28a}dialog{border:1px solid #dce3d3;border-radius:14px;padding:0;width:min(540px,calc(100% - 30px));max-height:90vh;background:#fcfdf9;box-shadow:0 25px 100px #163e3422;color:#22332c}dialog::backdrop{background:#112b2266;backdrop-filter:blur(3px)}.modal-head{padding:23px 25px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-head h2{font-size:21px;margin:0}.modal-body{padding:22px 25px}.modal-body p{font-size:12px;color:var(--muted);line-height:1.7}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.input-action{display:flex;gap:7px}.input-action input{min-width:0}.access-row{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:13px 0}.access-row:last-child{border:0}.access-row strong{font-size:12px;display:block}.access-row span{font-size:10px;color:var(--muted)}.access-row select{width:115px;font-size:11px}.loading{padding:60px;color:var(--muted);text-align:center}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:13px 22px;background:#173f35;color:#fff;font-size:12px;border-radius:8px;box-shadow:0 5px 20px #0002;z-index:100;max-width:90vw;opacity:0;pointer-events:none;transition:opacity .15s}#toast.visible{opacity:1}.mono{font-family:Consolas,monospace}
@media(min-width:1450px){.vault-layout{grid-template-columns:minmax(0,1fr) 350px}}
@media(max-width:1150px){.vault-layout{grid-template-columns:minmax(0,1fr)}.detail-empty{min-height:180px}.detail{min-height:0}.content{padding:28px}.topbar{padding:0 28px}.optional-col{display:none}}
@media(max-width:760px){.auth{grid-template-columns:1fr}.auth-story{padding:25px 28px;min-height:250px;gap:30px}.auth-story h1{font-size:36px;margin-bottom:10px}.auth-story p,.auth-story .eyebrow,.auth-footer{display:none}.auth-panel{padding:30px 25px}.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:17px 20px;border-bottom:1px solid var(--line);border-right:0}.sidebar .brand{padding:0 0 17px}.workspace,.nav-label,.sidebar-bottom{display:none}.nav{flex-direction:row;gap:4px;overflow:auto}.nav button{padding:9px;font-size:11px;white-space:nowrap}.nav .nav-icon{display:none}.topbar{height:54px;padding:0 20px}.topbar-right{gap:6px}.topbar .pill{display:none}.content{padding:25px 18px}.page-heading{align-items:flex-start;gap:10px}.page-heading h1{font-size:27px}.page-heading p{font-size:11px}.page-heading .btn{font-size:11px;padding:10px}.stats{gap:7px;margin-bottom:22px}.stat{padding:13px 11px}.stat span{font-size:9px}.stat strong{font-size:22px}.stat-icon{display:none}.toolbar{flex-wrap:wrap}.search{max-width:none;min-width:170px}.toolbar select{width:130px;font-size:11px}.result-count{display:none}th,td{padding:13px 12px}.record-sub{max-width:160px}.permission-col{display:none}.footer-note{display:block}.footer-note span{display:block;margin-bottom:7px}.inline-fields{grid-template-columns:1fr;gap:0}.actions-cell{flex-direction:column}.section-panel{padding:20px}.audit-target{font-size:9px}.modal-body{padding:20px}}

.stat .small-stat{font-size:17px;letter-spacing:-.4px;margin-top:14px}@media(max-width:760px){.stat .small-stat{font-size:12px;margin-top:15px}}
