:root{--green:#11a75a;--green-dark:#087943;--lime:#b9d66b;--ink:#17382d;--muted:#72867d;--line:#dce7e1;--soft:#f3f8f5;--red:#a64027;--shadow:0 18px 50px rgba(20,53,42,.08)}
*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#f5f8f6}body{margin:0}button,input,textarea,select{font:inherit;color:inherit}a{color:inherit}button{cursor:pointer}.overline{margin:0;color:var(--green-dark);font-size:11px;font-weight:900;letter-spacing:.13em}.button{min-height:42px;padding:0 17px;border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:#0c934e}.button-secondary{background:#fff;border-color:var(--line)}.button-danger{background:#fff0eb;border-color:#efc5b8;color:var(--red)}.button-full{width:100%}.alert{border-radius:9px;padding:11px 13px;margin:0 0 18px;font-size:12px}.alert-error{background:#fff0eb;color:#933b23;border:1px solid #f3cabc}.toast{position:fixed;right:22px;top:20px;z-index:30;max-width:460px;padding:13px 17px;border-radius:10px;box-shadow:var(--shadow);font-size:12px;font-weight:750;animation:toastOut .3s ease 4.7s forwards}.toast-success{background:#e2f6e9;color:#08733e;border:1px solid #b7dec5}.toast-error{background:#fff0eb;color:#963c24;border:1px solid #edc5b8}@keyframes toastOut{to{opacity:0;transform:translateY(-8px);visibility:hidden}}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:138px;height:48px;object-fit:contain;object-position:left}.brand span{font-size:11px;color:var(--muted);font-weight:750;border-left:1px solid var(--line);padding-left:12px}
.auth-body{background:#f1f7f3}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 480px}.auth-brand{padding:70px max(45px,8vw);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#e7f5eb,#f8fbf9);position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:420px;height:420px;border:90px solid rgba(17,167,90,.08);border-radius:45% 55% 60% 40%;right:-190px;bottom:-180px;transform:rotate(-22deg)}.auth-brand img{width:min(280px,70%);height:100px;object-fit:contain;object-position:left;margin-bottom:55px}.auth-brand h1{max-width:680px;margin:14px 0 18px;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.055em}.auth-brand>p:last-child{max-width:570px;color:var(--muted);font-size:16px;line-height:1.7}.auth-card{background:#fff;padding:70px 58px;display:flex;flex-direction:column;justify-content:center;box-shadow:-20px 0 60px rgba(20,53,42,.04)}.auth-card h2{margin:10px 0 8px;font-size:30px;letter-spacing:-.035em}.auth-card>p:not(.overline){margin:0 0 28px;color:var(--muted);font-size:13px;line-height:1.6}.stack-form{display:grid;gap:17px}.stack-form label,.builder-label{display:grid;gap:7px;font-size:11px;font-weight:800}.stack-form input,.stack-form select,.builder-form input,.builder-form textarea,.builder-form select,.form-field input:not([type=checkbox]),.form-field textarea,.form-field select{width:100%;min-height:44px;border:1px solid #d7e3dc;border-radius:9px;background:#fff;padding:10px 12px;outline:0;font-size:12px}.stack-form input:focus,.stack-form select:focus,.builder-form input:focus,.builder-form textarea:focus,.builder-form select:focus,.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(17,167,90,.1)}.stack-form small{color:var(--muted);font-weight:500}.setup-note{margin-top:28px;padding:15px;border-radius:10px;background:var(--soft);font-size:11px}.setup-note p{color:var(--muted);margin:4px 0 9px}.setup-note a{color:var(--green-dark);font-weight:850}
.admin-shell{min-height:100vh;display:grid;grid-template-columns:245px minmax(0,1fr)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:25px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar .brand{padding:0 7px 22px}.sidebar .brand img{width:120px}.sidebar .brand span{display:none}.sidebar nav{display:grid;gap:5px;padding:18px 0;border-top:1px solid var(--line)}.nav-item{min-height:45px;padding:0 13px;border-radius:9px;display:flex;align-items:center;gap:12px;text-decoration:none;color:#6f8179;font-size:12px}.nav-item span{font-size:18px;width:22px;text-align:center}.nav-item.active,.nav-item:hover{background:#e9f6ee;color:var(--green-dark)}.sidebar-help{margin-top:auto;border-radius:11px;background:#edf7f1;padding:14px}.sidebar-help strong{font-size:11px}.sidebar-help p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.user-chip{display:flex;align-items:center;gap:10px;padding:17px 5px 0}.user-chip>span,.account-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dff3e6;color:var(--green-dark);font-size:12px;font-weight:900;flex:0 0 auto}.user-chip div{min-width:0;display:grid;gap:3px}.user-chip b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chip small{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-main{padding:42px clamp(24px,4vw,62px) 80px;min-width:0}.admin-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:32px}.admin-header h1{font-size:36px;letter-spacing:-.045em;margin:7px 0 6px}.admin-header>div>p:last-child{margin:0;color:var(--muted);font-size:12px}.header-actions{display:flex;align-items:center;gap:9px}.header-actions form{margin:0}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 28px rgba(20,53,42,.035)}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:21px 23px;border-bottom:1px solid var(--line)}.panel-head h2{margin:0;font-size:16px}.panel-head p{margin:5px 0 0;color:var(--muted);font-size:10px}.project-list{display:grid}.project-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto 24px;gap:14px;align-items:center;padding:16px 22px;border-bottom:1px solid #edf2ef;text-decoration:none}.project-row:last-child{border:0}.project-row:hover{background:#f8fbf9}.project-icon{width:38px;height:38px;border-radius:10px;background:#e2f5e9;color:var(--green-dark);display:grid;place-items:center;font-weight:900}.project-copy{display:grid;gap:5px;min-width:0}.project-copy b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-copy small{font-size:9px;color:var(--muted)}.row-arrow{color:var(--green);font-weight:900}.status{display:inline-flex;width:max-content;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:850}.status-active,.status-ok{background:#dff5e7;color:#087841}.status-closed,.status-suspended{background:#fff0eb;color:#9d4026}.status-draft,.status-new,.status-inactive{background:#eef1f0;color:#65766f}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-state>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:#e7f6ec;color:var(--green);font-size:20px;margin-bottom:12px}.empty-state b{font-size:13px}.empty-state p{max-width:360px;color:var(--muted);font-size:10px;line-height:1.6;margin:6px 0}
.accounts-layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:20px;align-items:start}.account-form-panel{padding-bottom:22px}.account-form-panel .stack-form{padding:22px}.role-explainer{background:var(--soft);padding:12px;border-radius:9px}.role-explainer b{font-size:10px}.role-explainer p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.accounts-list{display:grid}.accounts-list article{display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px 20px;border-bottom:1px solid #edf2ef}.accounts-list article:last-child{border:0}.accounts-list article>div{display:grid;gap:4px}.accounts-list b{font-size:11px}.accounts-list small{font-size:9px;color:var(--muted)}.role-badge{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:850}.role-admin{background:#e0f4e7;color:#087640}.role-verifier{background:#eef1f8;color:#526286}

.password-field{position:relative;display:block}.password-field input{padding-right:48px}.password-toggle{position:absolute;right:5px;top:50%;width:36px;height:36px;padding:0;border:0;border-radius:7px;background:transparent;transform:translateY(-50%);display:grid;place-items:center;color:#657a70}.password-toggle:hover,.password-toggle:focus-visible{background:#edf6f0;color:var(--green-dark);outline:none}.eye-icon{position:relative;width:18px;height:12px;border:1.8px solid currentColor;border-radius:70% 25%;transform:rotate(45deg);display:block}.eye-icon:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:currentColor;left:50%;top:50%;transform:translate(-50%,-50%)}
