:root{--brand-primary:#2563eb;--brand-secondary:#111827}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;font-family:Arial,sans-serif}body{color:#172033;background:#f5f7fb}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--brand-secondary);color:#fff;width:240px;padding:24px 16px}.brand{align-items:center;gap:12px;margin-bottom:30px;display:flex}.brand-logo{width:42px;height:42px;color:var(--brand-secondary);background:#fff;border-radius:10px;place-items:center;font-weight:700;display:grid}.brand span{color:#94a3b8;font-size:12px;display:block}nav{flex-direction:column;gap:5px;display:flex}.nav-item{color:#aab4c4;border-radius:8px;padding:11px 12px;text-decoration:none}.nav-item:hover{color:#fff;background:#1f2937}.nav-item.active{background:var(--brand-primary);color:#fff}.main{flex:1}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex}.topbar span{color:#7c8799;font-size:12px;display:block}.online{align-items:center;gap:8px;display:flex}.dot{background:#16a34a;border-radius:50%;width:8px;height:8px}.content{padding:28px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{margin:0 0 4px}.page-header p{color:#788395;margin:0}button{background:var(--brand-primary);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:11px 16px}button:disabled{opacity:.6;cursor:default}.stats{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.card span{color:#778196;margin-bottom:10px;display:block}.card strong{font-size:28px}.notice{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:18px;padding:12px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf0f4;padding:13px}th{color:#667085;background:#fafbfc}.channel{align-items:center;gap:12px;display:flex}.channel img{object-fit:contain;width:48px;height:34px}.channel small{color:#8893a5;display:block}.badge{background:#e5e7eb;border-radius:14px;padding:4px 8px;display:inline-block}.badge.ok{color:#166534;background:#dcfce7}@media (width<=900px){.sidebar{width:200px}.stats{grid-template-columns:repeat(2,1fr)}}.login-page{background:var(--brand-secondary);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:14px;width:100%;max-width:390px;padding:38px;box-shadow:0 20px 50px #00000040}.login-logo{background:var(--brand-primary);color:#fff;border-radius:12px;place-items:center;width:54px;height:54px;margin-bottom:22px;font-weight:800;display:grid}.login-card h1{margin:0 0 5px}.login-card p{color:#778196;margin:0 0 28px}.login-card label{margin:16px 0 7px;font-size:13px;font-weight:600;display:block}.login-card input{border:1px solid #d8dee8;border-radius:8px;width:100%;height:43px;padding:0 12px;font-size:14px}.login-card input:focus{border-color:var(--brand-primary);outline:none}.login-card button{width:100%;margin-top:22px}.login-error{color:#991b1b;background:#fee2e2;border-radius:7px;margin-top:15px;padding:10px 12px;font-size:13px}.topbar-actions{align-items:center;gap:18px;display:flex}.logout-button{color:#334155;background:#f1f5f9;padding:8px 12px;font-size:13px}.logout-button:hover{background:#e2e8f0}.clients-grid{grid-template-columns:minmax(320px,400px) minmax(600px,1fr);gap:22px;display:grid}.client-create-card,.client-list-card{padding:22px}.client-create-card h2,.client-list-card h2{margin-top:0}.client-form{flex-direction:column;display:flex}.client-form label{margin:13px 0 6px;font-size:13px;font-weight:600}.client-form input,.client-form textarea{width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:8px;padding:10px 11px}.client-form input{height:42px}.client-form textarea{resize:vertical}.client-form button{margin-top:20px}.panel-header-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.panel-header-row h2{margin-bottom:3px}.panel-header-row span{opacity:.7;font-size:13px}.danger-button{color:#991b1b;background:#fee2e2}@media (width<=1150px){.clients-grid{grid-template-columns:1fr}}.connections-card{padding:22px}.connections-summary{align-items:baseline;gap:8px;margin-bottom:20px;display:flex}.connections-summary strong{font-size:28px}.connections-summary span{opacity:.7;font-size:14px}.client-search{box-sizing:border-box;width:100%;max-width:380px;height:40px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:8px;margin-bottom:18px;padding:0 12px}.client-actions{flex-wrap:wrap;gap:6px;display:flex}.client-actions button{padding:7px 10px;font-size:12px}.badge.expired{color:#be123c;background:#fff1f2}.modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;width:100%;max-width:470px;padding:24px;box-shadow:0 24px 70px #0f172a40}.modal-card h2{margin-top:0}.modal-actions{gap:10px;margin-top:20px;display:flex}.secondary-button{color:#334155;background:#e2e8f0}.client-form select{box-sizing:border-box;width:100%;height:42px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:8px;padding:0 11px}.client-form input:disabled{color:#475569;cursor:not-allowed;background:#f8fafc}.m3u-modal{width:100%;max-width:1000px;max-height:90vh;overflow-y:auto}.m3u-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.m3u-modal-header h2{margin:0 0 5px}.m3u-modal-header p{margin:0}.m3u-password-block{max-width:480px;margin-bottom:24px}.m3u-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.m3u-option-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:9px;padding:18px;display:flex}.m3u-option-card h3{margin:0;font-size:17px}.m3u-option-card label{margin-top:5px;font-size:12px;font-weight:600}.m3u-option-card input,.m3u-option-card select,.m3u-option-card textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:7px;padding:9px 10px}.m3u-option-card textarea{resize:vertical;font-size:12px}.m3u-help{color:#64748b;min-height:36px;margin:0 0 5px;font-size:12px;line-height:1.45}.m3u-actions{flex-wrap:wrap;gap:7px;display:flex}.m3u-option-card button{margin-top:auto}.m3u-actions button{margin-top:0}@media (width<=950px){.m3u-menu-grid{grid-template-columns:1fr}.m3u-help{min-height:0}}.delete-client-button{color:#fff;background:#dc2626;border:1px solid #dc2626}.delete-client-button:hover{background:#b91c1c}.delete-client-button:focus{outline-offset:2px;outline:2px solid #fecaca}
