
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f8ff;color:#06123e}button,input,textarea,select{font:inherit}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.dots-loader{position:fixed;inset:0;z-index:99999;background:#f5f8ff;display:grid;place-items:center;transition:.25s}.dots-loader.hide{opacity:0;pointer-events:none}.dots-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.dot{height:20px;width:20px;margin-right:10px;border-radius:10px;background-color:#b3d4fc;animation:pulse 1.5s infinite ease-in-out}.dot:last-child{margin-right:0}.dot:nth-child(1){animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}@keyframes pulse{0%{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}50%{transform:scale(1.2);background-color:#6793fb;box-shadow:0 0 0 10px rgba(178,212,252,0)}100%{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:42px;height:42px;border-radius:12px}.brand strong{font-size:28px;font-weight:950;letter-spacing:-.04em}.ceo-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,560px) 1fr;gap:50px;padding:28px}.ceo-login-card{background:#fff;border:1px solid #dfe8f8;border-radius:30px;padding:56px 44px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 30px 100px rgba(6,18,62,.08)}.pill{align-self:flex-start;background:#eaf1ff;color:#0f45ff;border-radius:999px;padding:10px 16px;font-weight:900;margin-top:42px}.ceo-login-card h1{font-size:44px;line-height:.98;letter-spacing:-.06em;margin:22px 0 16px}.ceo-login-card p{color:#66748e;font-weight:700;line-height:1.6}.ceo-login-card form{display:grid;gap:14px;margin-top:22px}.ceo-login-card label{display:grid;gap:8px;font-weight:900}.ceo-login-card input{height:52px;border:1px solid #dce7f8;border-radius:14px;padding:0 16px}.ceo-login-card button,.primary-action{height:56px;border:0;border-radius:15px;background:linear-gradient(135deg,#061a67,#1249ff);color:#fff;font-weight:950;cursor:pointer}.ceo-login-card small{text-align:center;color:#8a96ad;margin-top:16px;font-weight:800}.login-visual{position:relative;display:grid;place-items:center}.overview-card{width:min(680px,90%);background:#fff;border:1px solid #dfe8f8;border-radius:30px;padding:42px;box-shadow:0 40px 120px rgba(18,73,255,.12)}.overview-card h2{font-size:30px}.overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.overview-stats b{background:#edf4ff;border-radius:18px;min-height:90px;display:grid;place-items:center;color:#1249ff;font-size:34px}.line{height:130px;border-radius:20px;background:linear-gradient(160deg,#d9e4ff,#fff);position:relative;margin-top:20px}.line:after{content:"";position:absolute;left:40px;right:40px;top:65px;border-top:8px solid #1249ff;transform:rotate(-8deg);border-radius:99px}.floating-badge{position:absolute;right:50px;top:22%;background:#fff;border-radius:999px;padding:18px 24px;font-weight:950;box-shadow:0 20px 80px rgba(18,73,255,.14)}
.ceo-app{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.ceo-sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #e6edf8;padding:28px 20px;display:flex;flex-direction:column}.ceo-nav{display:grid;gap:8px;margin-top:34px}.ceo-nav button{height:52px;border:0;background:transparent;border-radius:16px;display:flex;align-items:center;gap:14px;color:#33456a;font-weight:900;cursor:pointer;padding:0 16px;text-align:left}.ceo-nav button.active,.ceo-nav button:hover{background:#eef4ff;color:#1249ff}.ceo-nav b{margin-left:auto;background:#1249ff;color:#fff;border-radius:999px;font-size:12px;padding:3px 8px}.help-box{margin-top:auto;background:#f4f8ff;border:1px solid #dce7f8;border-radius:20px;padding:18px;color:#1249ff}.help-box p{color:#66748e;font-weight:700}.ceo-main{min-width:0}.ceo-topbar{height:92px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);border-bottom:1px solid #e6edf8;display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:20}.ceo-topbar h1{font-size:28px;letter-spacing:-.04em}.top-actions{display:flex;align-items:center;gap:14px}.search{height:48px;width:320px;border:1px solid #dce7f8;border-radius:15px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 14px;color:#8a96ad}.search input{border:0;outline:0;width:100%;font-weight:800}.ceo-bell,.logout{height:48px;width:48px;border:1px solid #dce7f8;border-radius:15px;background:#fff;color:#06123e;position:relative;cursor:pointer}.ceo-bell b{position:absolute;right:-5px;top:-5px;background:#ff3b3b;color:#fff;border-radius:999px;padding:2px 7px;font-size:12px}.ceo-profile{display:grid;gap:2px}.ceo-profile strong{font-size:14px}.ceo-profile span{font-size:12px;color:#66748e;font-weight:800}.ceo-page{display:none;padding:32px;animation:fade .35s ease}.ceo-page.active{display:block}@keyframes fade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.stat-grid{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));gap:18px}.stat-card,.panel,.center-card,.tariff-card,.role-card{background:#fff;border:1px solid #dfe8f8;border-radius:24px;box-shadow:0 14px 60px rgba(6,18,62,.04)}.stat-card{padding:22px}.stat-card span,.stat-card small{color:#66748e;font-weight:800}.stat-card h3{font-size:34px;margin:10px 0;color:#1249ff}.panel{padding:22px;margin-top:22px}.panel-grid.two{display:grid;grid-template-columns:1.4fr .8fr;gap:22px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.panel-head h2{margin:0;font-size:21px}.panel-head button,.toolbar button{height:42px;border:1px solid #dce7f8;border-radius:14px;background:#fff;color:#1249ff;font-weight:950;cursor:pointer}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:780px}th,td{text-align:left;border-bottom:1px solid #edf2fb;padding:14px 12px;font-weight:800}th{color:#66748e;font-size:13px}.row-action{border:1px solid #dce7f8;background:#fff;border-radius:10px;height:34px;color:#1249ff;font-weight:900;cursor:pointer}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950}.badge.green{background:#e8fbef;color:#06964b}.badge.orange{background:#fff4df;color:#ff8a00}.badge.red{background:#ffecec;color:#ff3434}.badge.blue{background:#edf4ff;color:#1249ff}
.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.toolbar input,.toolbar select{height:48px;border:1px solid #dce7f8;border-radius:15px;background:#fff;padding:0 16px;min-width:300px;font-weight:800}.toolbar button.active{background:#1249ff;color:#fff}.center-grid,.tariff-grid,.roles-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:20px}.center-card,.tariff-card,.role-card{padding:22px}.center-card h3,.tariff-card h3,.role-card h3{margin:0 0 8px;font-size:22px}.center-card p,.tariff-card p,.role-card p{color:#66748e;font-weight:800}.center-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.center-meta span{display:grid;gap:4px;color:#66748e;font-size:13px;font-weight:800}.center-meta b{color:#06123e}.tariff-card h2{font-size:28px;color:#1249ff}.tariff-card ul{padding-left:18px;color:#52617d;font-weight:800;line-height:1.8}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fff;border:1px solid #dfe8f8;border-radius:24px;padding:22px}.settings-grid label{display:grid;gap:8px;font-weight:900;color:#52617d}.settings-grid input,.settings-grid select{height:48px;border:1px solid #dce7f8;border-radius:14px;padding:0 14px}.settings-grid button{grid-column:1/-1;height:52px;border:0;border-radius:15px;background:#1249ff;color:#fff;font-weight:950}
.modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:rgba(6,18,62,.35);padding:22px}.modal-card{width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;padding:28px;position:relative}.modal-close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:0;border-radius:12px;background:#edf4ff;color:#1249ff;font-size:24px;cursor:pointer}.detail-list{display:grid;gap:10px}.detail-list p{display:flex;justify-content:space-between;gap:20px;margin:0;padding:12px;border:1px solid #edf2fb;border-radius:14px}.detail-list span{color:#66748e;font-weight:800}

[hidden]{display:none!important}
.ceo-toast{position:fixed;right:24px;bottom:24px;z-index:999999;background:#06123e;color:#fff;border-radius:16px;padding:14px 18px;font-weight:900;box-shadow:0 18px 50px rgba(6,18,62,.25);opacity:0;transform:translateY(16px);pointer-events:none;transition:.25s}
.ceo-toast.show{opacity:1;transform:translateY(0)}
.empty-cell{text-align:center!important;padding:42px 18px!important;color:#66748e!important;font-weight:850!important}
.empty-panel{grid-column:1/-1;min-height:220px;display:grid;place-items:center;text-align:center;color:#66748e;font-weight:850;border:1px dashed #cbd8ef;border-radius:24px;background:rgba(255,255,255,.72);padding:28px}
.empty-mini{padding:18px;color:#71809a;font-weight:800}
.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.card-actions button,.secondary-action,.danger-action{height:42px;border:1px solid #dce7f8;border-radius:13px;background:#fff;color:#123cff;font-weight:950;cursor:pointer;padding:0 14px}
.danger-action{color:#ff3b3b;border-color:#ffd1d1;background:#fff7f7}
.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.modal-actions .primary-action{grid-column:1/-1}
.detail-list label{display:grid;gap:8px;margin-top:12px;color:#51617a;font-weight:900}
.detail-list input,.detail-list textarea{width:100%;border:1px solid #dce7f8;border-radius:14px;padding:12px 14px;font:inherit;color:#071137;background:#fff}
.detail-list textarea{min-height:90px;resize:vertical}
.activity-list p{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #edf2fb;padding:12px 0;margin:0}
.activity-list p span{color:#8a96ad}
.recent-centers{display:grid;gap:12px}
.recent-centers article{border:1px solid #edf2fb;border-radius:18px;padding:14px;display:grid;gap:6px;background:#fff}
.recent-centers article span{color:#66748e}
