:root{color:#202923;font-synthesis:none;background:#f5f6f4;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}:focus-visible{outline-offset:3px;outline:3px solid #78a98a}.app-shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{color:#e6e9e5;background:#1c2620;padding:24px 16px}.sidebar-brand{letter-spacing:-.02em;padding:0 12px 20px;font-size:18px;font-weight:700}.sidebar nav ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#c7cfc9;border-radius:6px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:block}.nav-link:hover{color:#fff;background:#263229}.nav-link-active{color:#fff;background:#28533b}.app-main{flex-direction:column;min-width:0;display:flex}.topbar{background:#fff;border-bottom:1px solid #e6e9e5;justify-content:space-between;align-items:center;gap:16px;padding:20px 32px;display:flex}.topbar h1{letter-spacing:-.02em;margin:0;font-size:20px}.current-user{align-items:center;gap:14px;display:flex}.current-user-info{text-align:right;flex-direction:column;line-height:1.3;display:flex}.current-user-name{font-size:14px;font-weight:600}.current-user-role{color:#667168;font-size:12px}.current-user button{font:inherit;cursor:pointer;background:#fff;border:1px solid #b9c3ba;border-radius:6px;padding:8px 12px}.current-user button:hover{background:#f0f2ef}.app-content{flex:1;padding:32px}.auth-loading{color:#667168;padding:32px}.dashboard{max-width:560px}.status-line{border-top:1px solid #e6e9e5;grid-template-columns:100px 1fr;gap:8px 16px;margin:20px 0 0;padding-top:16px;display:grid}.status-line dt{margin:0;font-weight:600}.status-line dd{margin:0}.module-placeholder{background:#fff;border:1px solid #e6e9e5;border-radius:12px;max-width:560px;padding:32px}.module-placeholder h2{margin:0 0 8px;font-size:20px}.module-placeholder p{color:#667168;margin:0;line-height:1.6}@media (width<=720px){.app-shell{grid-template-rows:auto 1fr;grid-template-columns:1fr}.sidebar nav ul{flex-flow:wrap}.app-content{padding:20px}.topbar{flex-wrap:wrap}}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border:1px solid #e6e9e5;border-radius:12px;width:100%;max-width:360px;padding:36px}.eyebrow{color:#356247;margin:0 0 8px;font-size:14px;font-weight:650}.login-card form{flex-direction:column;gap:6px;margin-top:8px;display:flex}.login-card label{margin-top:10px;font-size:14px;font-weight:600}.login-card input{font:inherit;border:1px solid #b9c3ba;border-radius:6px;padding:11px 14px}.login-card button[type=submit]{font:inherit;color:#fff;cursor:pointer;background:#28533b;border:0;border-radius:6px;margin-top:18px;padding:11px 14px}.login-card button[type=submit]:disabled{opacity:.5;cursor:default}.login-blocked{background:#fbeeee;border:1px solid #e6b8b6;border-radius:8px;margin-bottom:16px;padding:14px}.login-blocked p{margin:0 0 10px;font-size:14px}.login-blocked button{font:inherit;cursor:pointer;background:#fff;border:1px solid #b9c3ba;border-radius:6px;padding:8px 12px}.error{color:#a12e29;margin:4px 0 0;font-size:14px}.team-page{max-width:860px}.team-toolbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.team-toolbar h2{margin:0;font-size:20px}.team-toolbar button,.team-row-actions button,.team-form-actions button,.temp-password-banner button{font:inherit;cursor:pointer;background:#fff;border:1px solid #b9c3ba;border-radius:6px;padding:8px 12px}.team-toolbar button:hover,.team-row-actions button:hover,.temp-password-banner button:hover{background:#f0f2ef}.team-table{border-collapse:collapse;background:#fff;border:1px solid #e6e9e5;border-radius:12px;width:100%;overflow:hidden}.team-table th,.team-table td{text-align:left;border-bottom:1px solid #e6e9e5;padding:12px 16px;font-size:14px}.team-table th{color:#667168;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.team-table tr:last-child td{border-bottom:0}.team-row-actions{gap:8px;display:flex}.badge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.badge-active{color:#28533b;background:#e4f0e8}.badge-inactive{color:#a12e29;background:#f2e4e3}.team-form{background:#fff;border:1px solid #e6e9e5;border-radius:12px;flex-direction:column;gap:6px;max-width:420px;margin-bottom:20px;padding:24px;display:flex}.team-form h3{margin:0 0 8px;font-size:16px}.team-form label{margin-top:10px;font-size:14px;font-weight:600}.team-form input[type=text],.team-form input[type=email],.team-form select{font:inherit;border:1px solid #b9c3ba;border-radius:6px;padding:10px 12px}.team-form-mode{border:0;margin:14px 0 0;padding:0}.team-form-mode legend{margin-bottom:6px;padding:0;font-size:14px;font-weight:600}.team-form-mode label{align-items:center;gap:8px;margin-top:6px;font-size:14px;font-weight:400;display:flex}.team-form-checkbox{align-items:center;gap:8px;display:flex}.team-form-hint{color:#667168;margin:8px 0 0;font-size:13px}.team-form-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.team-form-actions button[type=submit]{font:inherit;color:#fff;cursor:pointer;background:#28533b;border:0;border-radius:6px;padding:8px 14px}.team-form-actions button[type=submit]:disabled{opacity:.5;cursor:default}.temp-password-banner{background:#fdf6e3;border:1px solid #e6d6a8;border-radius:8px;margin-bottom:20px;padding:16px}.temp-password-banner p{margin:0 0 8px;font-size:14px}.temp-password-banner code{background:#f0f2ef;border-radius:4px;padding:2px 6px}
