:root{--green:#16a36a;--green-dark:#087a4b;--green-light:#e9f8f1;--background:#f3f6f5;--sidebar:#101b17;--sidebar-hover:#1d3028;--text:#18231f;--muted:#6d7b75;--border:#dfe7e3;--white:#fff;--danger:#e25454}*{box-sizing:border-box}html,body{min-height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}body{background:var(--background);color:var(--text)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:30;background:var(--sidebar);color:var(--white);flex-direction:column;transition:width .2s;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-open{width:250px}.sidebar-closed{width:78px}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;min-height:76px;padding:14px 17px;display:flex;overflow:hidden}.brand-icon{background:var(--green);border-radius:13px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.sidebar-brand strong,.sidebar-brand span{white-space:nowrap;display:block}.sidebar-brand span{color:#94a79f;margin-top:3px;font-size:12px}.sidebar-menu{flex-direction:column;flex:1;gap:5px;padding:18px 12px;display:flex}.sidebar-link{color:#b9c8c2;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:11px;align-items:center;gap:13px;width:100%;min-height:46px;padding:0 15px;display:flex;overflow:hidden}.sidebar-link:hover{background:var(--sidebar-hover);color:var(--white)}.sidebar-link-active{background:var(--green);color:var(--white)}.sidebar-link-active:hover{background:var(--green)}.sidebar-logout{width:calc(100% - 24px);margin:0 12px 18px}.sidebar-logout:hover{color:#ff8d8d;background:#e2545426}.app-content{flex:1;min-width:0;margin-left:250px;transition:margin-left .2s}.sidebar-closed+.app-content{margin-left:78px}.topbar{z-index:20;border-bottom:1px solid var(--border);background:#fffffff5;align-items:center;gap:18px;min-height:76px;padding:0 28px;display:flex;position:sticky;top:0}.menu-button{border:1px solid var(--border);background:var(--white);width:42px;height:42px;color:var(--text);cursor:pointer;border-radius:11px;place-items:center;display:grid}.topbar-company{flex-direction:column;display:flex}.topbar-company span,.topbar-user span{color:var(--muted);font-size:12px}.topbar-user{align-items:center;gap:11px;margin-left:auto;display:flex}.topbar-user strong,.topbar-user span{display:block}.user-avatar{background:var(--green-light);width:40px;height:40px;color:var(--green-dark);border-radius:50%;place-items:center;font-weight:800;display:grid}.page-content{padding:30px}.page-header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.page-header h1{margin:0;font-size:28px}.page-header p{color:var(--muted);margin:7px 0 0}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.dashboard-card,.content-card{border:1px solid var(--border);background:var(--white);border-radius:16px;box-shadow:0 5px 18px #162a220a}.dashboard-card{gap:15px;min-height:150px;padding:21px;display:flex}.dashboard-card-icon{background:var(--green-light);width:46px;height:46px;color:var(--green-dark);border-radius:13px;flex:0 0 46px;place-items:center;display:grid}.dashboard-card span,.dashboard-card strong,.dashboard-card p{display:block}.dashboard-card span{color:var(--muted);font-size:14px}.dashboard-card strong{margin-top:8px;font-size:30px}.dashboard-card p{color:var(--muted);margin:7px 0 0;font-size:13px}.content-card{padding:24px}.content-card-header h2{margin:0}.content-card-header p{color:var(--muted);margin:7px 0 0}.empty-state{min-height:280px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state svg{color:var(--green);margin-bottom:15px}.empty-state strong{color:var(--text);font-size:17px}.empty-state p{max-width:470px;margin:9px 0 0;line-height:1.5}.auth-loading{background:var(--background);min-height:100vh;color:var(--muted);place-content:center;justify-items:center;display:grid}.loading-spinner{border:4px solid #dce8e2;border-top-color:var(--green);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1050px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.sidebar-open{width:230px}.sidebar-closed{width:0;overflow:hidden}.app-content,.sidebar-closed+.app-content{margin-left:0}.topbar{padding:0 16px}.topbar-company,.topbar-user div:last-child{display:none}.page-content{padding:20px 15px}.dashboard-grid{grid-template-columns:1fr}}.cf-users-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.cf-search-box{align-items:center;gap:8px;width:min(100%,420px);display:flex}.cf-search-box .cf-input{width:100%}.cf-modal-overlay{z-index:1000;background:#08140f9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cf-modal-content{border:1px solid var(--border);background:var(--white);border-radius:18px;width:min(100%,520px);padding:24px;box-shadow:0 24px 70px #00000040}.cf-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.cf-modal-header h2{margin:0}.cf-modal-header p{color:var(--muted);margin:6px 0 0}.cf-modal-close{cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1}.cf-form-group{gap:7px;margin-bottom:16px;display:grid}.cf-form-group label{font-weight:700}.cf-form-error{color:#a62d2d;background:#fff0f0;border-radius:10px;margin:12px 0;padding:12px 14px}.cf-modal-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.cf-table-wrapper{overflow-x:auto}.cf-table{border-collapse:collapse;width:100%}.cf-table th,.cf-table td{border-bottom:1px solid var(--border);text-align:left;padding:14px}.cf-table th{color:var(--muted);font-size:13px}.cf-table-actions{justify-content:flex-end;gap:8px;display:flex}.cf-icon-button{border:1px solid var(--border);background:var(--white);cursor:pointer;border-radius:9px;place-items:center;width:34px;height:34px;display:inline-grid}.cf-icon-button:disabled{cursor:not-allowed;opacity:.4}.cf-icon-button-danger{color:var(--danger)}.cf-status{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.cf-status-active{background:var(--green-light);color:var(--green-dark)}.cf-status-inactive{color:var(--muted);background:#f2f2f2}@media (max-width:720px){.cf-users-toolbar{flex-direction:column;align-items:stretch}.cf-search-box{width:100%}.cf-modal-actions{flex-direction:column-reverse}}.cf-toolbar-actions{align-items:center;gap:10px;display:flex}.cf-toolbar-actions .cf-button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.cf-connection-name{align-items:center;gap:11px;display:flex}.cf-connection-name strong,.cf-connection-name small{display:block}.cf-connection-name small{color:var(--muted);margin-top:4px;font-size:12px}.cf-connection-icon{background:var(--green-light);width:38px;height:38px;color:var(--green-dark);border-radius:10px;flex:0 0 38px;place-items:center;display:grid}.cf-status-warning{color:#8a6300;background:#fff5d9}.cf-status-error{color:#b52d2d;background:#fdeaea}.cf-empty svg{color:var(--green);margin-bottom:12px}@media (max-width:720px){.cf-users-toolbar{flex-direction:column;align-items:stretch}.cf-search-box,.cf-toolbar-actions{width:100%}.cf-toolbar-actions .cf-button{flex:1}}.cf-modal-large{width:min(920px,100vw - 32px);max-height:calc(100vh - 40px);overflow-y:auto}.cf-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cf-checkbox-label{cursor:pointer;align-items:center;gap:10px;min-height:44px;display:flex}.cf-checkbox-label input{width:18px;height:18px;accent-color:var(--green)}@media (max-width:720px){.cf-form-grid{grid-template-columns:1fr}.cf-modal-large{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}}
