:root{--ink:#062f3b;--teal:#0d8279;--lime:#d6f64b;--bg:#eef4f2;--line:#d5e2df;--muted:#688083;--red:#bd4038}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.shell{min-height:100dvh}header{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(18px,calc((100vw - 1080px)/2));position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none;margin-right:auto}.brand>span:last-child{display:flex;flex-direction:column}.brand b{font-size:17px}.brand small{font-size:11px;color:var(--muted)}.mark{width:42px;height:42px;border-radius:12px;background:var(--ink);display:grid;place-content:center;gap:3px}.mark i{height:4px;background:var(--lime);border-radius:8px;margin:auto}.mark i:nth-child(1){width:23px}.mark i:nth-child(2){width:16px}.mark i:nth-child(3){width:9px}main{width:min(1080px,calc(100% - 32px));margin:0 auto;padding:50px 0}.hidden{display:none!important}.auth-card{max-width:480px;margin:5vh auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:0 24px 60px #153d4515}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--teal);font-size:12px}.auth-card h1,.title-row h1{font-size:clamp(34px,5vw,54px);line-height:1;margin:15px 0}.auth-card>p:not(.eyebrow){color:var(--muted)}label{font-weight:700;font-size:14px;display:block;margin-top:24px}input{width:100%;margin-top:9px;padding:15px;border:1px solid #bdcecb;border-radius:10px;font:inherit;outline:none}input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d82791c}button{border:0;border-radius:10px;padding:14px 19px;background:var(--ink);color:#fff;font:700 14px inherit;cursor:pointer}.auth-card button{width:100%;margin-top:24px}.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.error{min-height:20px;color:var(--red);font-size:13px}.title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.actions{display:flex;gap:10px}.secondary{background:var(--teal)}.icon{font-size:22px;padding:9px 16px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:35px 0}.stats article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px}.stats small{display:block;color:var(--muted);font-weight:700}.stats strong{display:block;font-size:38px;margin-top:8px}.list-head{display:flex;justify-content:space-between;align-items:center}.list-head h2{font-size:22px}.list-head span{font-size:12px;color:var(--muted)}.calls{display:grid;gap:12px}.call{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.call-main{display:flex;align-items:center;gap:16px}.avatar{width:45px;height:45px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-weight:900}.call strong{display:block;font-size:18px}.call p{margin:5px 0 0;color:var(--muted);font-size:13px}.call a{background:var(--teal);color:#fff;border-radius:10px;padding:11px 14px;text-decoration:none;font-weight:800}.badge{display:inline-block;border-radius:99px;padding:3px 8px;margin-left:6px;background:#e6efed;color:var(--muted);font-size:10px}.badge.missed{background:#fdeae8;color:var(--red)}.empty{padding:45px;text-align:center;color:var(--muted);background:#fff;border:1px dashed #bfcfcb;border-radius:16px}@media(max-width:650px){main{padding:30px 0}.auth-card{padding:28px 22px}.title-row{display:block}.actions{margin-top:22px}.stats{gap:9px}.stats article{padding:17px 13px}.stats strong{font-size:30px}.call{padding:15px}.call-main{gap:10px}.avatar{width:38px;height:38px}.call strong{font-size:16px}}
