html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{color:#020617;background:#f3f5f9;font-family:Arial,sans-serif}*{box-sizing:border-box}.header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 32px;display:flex}.logo{align-items:center;gap:14px;display:flex}.logo-icon{color:#fff;background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:800;display:flex}.logo-text{color:#0f172a;font-size:28px;font-weight:800}.nav{align-items:center;gap:40px;display:flex}.nav-link{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;outline:none;padding:10px 18px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s}.nav-link:hover{color:#2563eb;background:#f8fafc}.nav-link.active{color:#2563eb;background:#eff6ff;font-weight:700}.user-panel{align-items:center;gap:12px;display:flex}.icon-button,.profile-button{cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;width:42px;height:42px;font-size:18px;transition:all .2s}.icon-button:hover,.profile-button:hover{background:#e2e8f0}.page{width:100%;min-height:100vh;padding:32px}.summary-head{background:linear-gradient(135deg,#fff,#edf5ff);border-radius:28px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;margin-bottom:28px;padding:32px;display:flex}.page-label{color:#2563eb;margin:0 0 10px;font-size:18px;font-weight:700}.page-title{letter-spacing:-.04em;color:#020617;margin:0;font-size:58px;font-weight:900}.summary-actions{align-items:center;gap:14px;display:flex}.month-select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:16px;min-width:190px;height:56px;padding:0 18px;font-size:16px;font-weight:600;transition:all .2s}.month-select:hover{border-color:#2563eb}.primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);border:none;border-radius:16px;height:56px;padding:0 28px;font-size:16px;font-weight:800;transition:all .2s;box-shadow:0 10px 25px #2563eb38}.primary-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 14px 30px #2563eb47}.stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:28px;margin-bottom:28px;display:grid}.stat-card{background:#fff;border:1px solid #edf2f7;border-radius:30px;align-items:center;gap:22px;min-height:170px;padding:28px;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 20px #0f172a08,0 1px 2px #0f172a0a}.stat-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0f172a0f,0 2px 4px #0f172a0a}.stat-icon{border-radius:28px;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;font-size:38px;display:flex}.stat-card span{color:#64748b;margin-bottom:10px;font-size:17px;font-weight:600;line-height:1.4;display:block}.stat-card strong{color:#020617;letter-spacing:-1.2px;font-size:46px;font-weight:900;line-height:1;display:block}.stat-card p{color:#94a3b8;font-size:15px;font-weight:500}.blue-card .stat-icon{color:#2563eb;background:#dbeafe}.green-card .stat-icon{color:#16a34a;background:#dcfce7}.purple-card .stat-icon{color:#7c3aed;background:#ede9fe}.orange-card .stat-icon{color:#ea580c;background:#ffedd5}.table-card{background:#fff;border-radius:28px;width:100%;margin-top:30px;padding:28px;box-shadow:0 10px 40px #0f172a0a}.table-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.table-top h2{margin:0;font-size:30px}.table-top span{color:#64748b;font-size:18px}.table-wrapper{border:1px solid #e2e8f0;border-radius:22px;width:100%;overflow-x:auto}.summary-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.summary-table th,.summary-table td{text-align:center;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:18px 20px;font-size:18px}.summary-table th{color:#475569;background:#f8fafc;font-weight:800}.summary-table td{color:#475569;background:#fff}.sticky-col{z-index:30;color:#0f172a;letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#fcfcfd);min-width:220px;font-weight:800;position:sticky;left:0;box-shadow:10px 0 30px #0f172a08}.summary-table thead .sticky-col{z-index:40}.sticky-col:after{content:"";background:#e2e8f0;width:1px;height:100%;position:absolute;top:0;right:-1px}.table-day{flex-direction:column;align-items:center;gap:6px;display:flex}.day-number{color:#020617;font-size:18px;font-weight:800}.day-name{color:#64748b;font-size:14px;font-weight:700}.saturday{background:#eff6ff!important}.sunday{background:#fff1f2!important}.saturday .day-number,.saturday .day-name{color:#2563eb}.sunday .day-number,.sunday .day-name{color:#dc2626}.summary-table td.saturday{background:#f8fbff!important}.summary-table td.sunday{background:#fff8f8!important}.today-column{position:relative;background:#f8fbff!important}.summary-table th.today-column:before{content:"Сегодня";color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:999px;padding:2px 12px;font-size:10px;font-weight:700;position:absolute;top:-5px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #2563eb40}.summary-table th.today-column{border-top:2px solid #2563eb;border-left:2px solid #2563eb;border-right:2px solid #2563eb;border-top-left-radius:18px;border-top-right-radius:18px}.summary-table td.today-column{border-left:2px solid #2563eb;border-right:2px solid #2563eb;background:#f8fbff!important}.summary-table tbody tr:last-child td.today-column{border-bottom:2px solid #2563eb;border-bottom-right-radius:18px;border-bottom-left-radius:18px}.today-column .day-number,.today-column .day-name{color:#2563eb}.total-cell{color:#2563eb!important;font-weight:900!important}.modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:28px;width:520px;overflow:hidden;box-shadow:0 40px 80px #0f172a40}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.modal-header h2{margin:0;font-size:24px}.close-button{cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;width:38px;height:38px}.modal-body{flex-direction:column;gap:18px;padding:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#475569;font-weight:700}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:14px;width:100%;padding:14px 16px;font-family:inherit;font-size:16px}.form-group textarea{resize:vertical;min-height:110px}.modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:24px;display:flex}.secondary-button{cursor:pointer;background:#f1f5f9;border:none;border-radius:14px;height:50px;padding:0 22px;font-size:16px;font-weight:700}@media (width<=1200px){.header{flex-wrap:wrap;gap:20px;height:auto;padding:20px}.nav{flex-wrap:wrap;gap:20px}.summary-head{flex-direction:column;align-items:flex-start}.summary-actions{flex-wrap:wrap;width:100%}.month-select,.primary-button{width:100%}.page-title{font-size:42px}}@media (width<=768px){.page{padding:18px}.summary-head,.table-card,.stat-card{border-radius:20px}.page-title{font-size:34px}.table-top{flex-direction:column;align-items:flex-start}.summary-table th,.summary-table td{padding:14px 16px;font-size:16px}}.table-filters{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;align-items:center;gap:14px;width:100%;margin-top:24px;margin-bottom:-6px;padding:12px;display:flex}.filter-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:52px;padding:0 28px;font-size:16px;font-weight:800;transition:all .2s}.filter-button .filter-button{align-items:center;gap:10px;display:flex}.filter-button:hover{background:#f1f5f9;transform:translateY(-1px)}.filter-button.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 12px 30px #2563eb38}@media (width<=1400px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:auto;padding:22px}.stat-card strong{font-size:42px}.stat-icon{width:72px;height:72px;font-size:30px}}.login-page{background:#f3f5f9;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:28px;flex-direction:column;gap:16px;width:420px;padding:36px;display:flex;box-shadow:0 20px 60px #0f172a1f}.login-logo{color:#fff;background:#2563eb;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:900;display:flex}.login-card h1{margin:0;font-size:32px}.login-card p{color:#64748b;margin:0 0 10px}.login-card input{border:1px solid #d1d5db;border-radius:16px;height:54px;padding:0 18px;font-size:16px}.login-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;height:56px;font-size:18px;font-weight:800}.login-error{color:#dc2626;font-weight:700}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;width:100%;margin-top:30px;padding:28px;box-shadow:0 10px 40px #0f172a0a}.chart-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.chart-header h3{color:#020617;margin:0 0 6px;font-size:28px;font-weight:900}.chart-header span{color:#64748b;font-size:16px;font-weight:600}.chart-select{color:#334155;background:#fff;border:1px solid #d1d5db;border-radius:14px;height:44px;padding:0 16px;font-size:15px;font-weight:700}.chart-body{width:100%;height:340px}.large-chart{min-height:460px}.dashboard-charts-grid{grid-template-columns:1.35fr 1fr;gap:24px;margin-top:30px;display:grid}.dashboard-charts-grid .chart-card{margin-top:0}.category-chart-card{min-height:460px}.category-chart-content{align-items:center;gap:24px;display:flex}.category-pie{flex:1;min-width:220px}.category-legend{flex-direction:column;flex:1;gap:22px;display:flex}.category-item{align-items:flex-start;gap:12px;display:flex}.category-dot{border-radius:50%;width:12px;height:12px;margin-top:7px}.category-item strong{color:#0f172a;font-size:17px;font-weight:800}.category-item p{color:#475569;margin:6px 0 0;font-size:16px;font-weight:700}@media (width<=1200px){.dashboard-charts-grid{grid-template-columns:1fr}.category-chart-content{flex-direction:column;align-items:stretch}}.top-services-card{margin-top:24px}.top-services-list{flex-direction:column;gap:22px;display:flex}.top-service-item{width:100%}.top-service-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.top-service-row strong{color:#0f172a;font-size:16px;font-weight:800}.top-service-row span{color:#334155;font-size:15px;font-weight:700}.top-service-bar{background:#e2e8f0;border-radius:999px;width:100%;height:10px;overflow:hidden}.top-service-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .3s}.dashboard-bottom-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;display:grid}.dashboard-bottom-grid .chart-card{margin-top:0}.recent-card,.recent-list{flex-direction:column;display:flex}.recent-item{border-bottom:1px solid #e2e8f0;grid-template-columns:54px 1fr auto;align-items:center;gap:16px;padding:18px 0;display:grid}.recent-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;display:flex}.recent-info strong{color:#0f172a;font-size:16px;font-weight:900;display:block}.recent-info span{color:#64748b;margin-top:5px;font-size:14px;font-weight:600;display:block}.recent-amount{color:#16a34a;font-size:20px;font-weight:900}.recent-link{color:#2563eb;cursor:pointer;background:0 0;border:none;margin:24px auto 0;font-size:15px;font-weight:900}@media (width<=1100px){.dashboard-bottom-grid{grid-template-columns:1fr}}.dashboard-hero{background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border:1px solid #e2e8f0;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;width:100%;margin-bottom:26px;padding:34px 36px;display:flex;box-shadow:0 10px 40px #0f172a0a}.dashboard-subtitle{color:#64748b;margin-top:8px;font-size:18px;font-weight:600}@media (width<=900px){.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-hero .summary-actions{flex-direction:column;width:100%}.dashboard-hero .month-select,.dashboard-hero .primary-button{width:100%}}.secondary-action-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:16px;height:56px;padding:0 28px;font-size:16px;font-weight:800;transition:all .2s}.secondary-action-button:hover{color:#2563eb;background:#f8fbff;border-color:#2563eb}.cell-value{justify-content:center;align-items:center;gap:6px;display:flex}.comment-icon{color:#fff;cursor:pointer;opacity:1;background:#2563eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-left:6px;font-size:12px;transition:all .2s;display:inline-flex}.comment-icon:hover{transform:scale(1.12);box-shadow:0 4px 12px #2563eb59}.comment-popup-overlay{z-index:9999;background:#0f172a59;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.comment-popup{background:#fff;border-radius:22px;width:min(420px,100vw - 32px);padding:22px;box-shadow:0 24px 80px #0f172a40}.comment-popup-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.comment-popup-header strong{color:#020617;font-size:20px;font-weight:900}.comment-popup-header button{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;width:34px;height:34px;font-size:22px}.comment-popup p{color:#334155;margin:0;font-size:16px;font-weight:600;line-height:1.6}.live-page{isolation:isolate;background:radial-gradient(circle at top,#ffffff0d,#0000 42%),#000;place-items:center;width:100vw;height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.combined-stream-page{color:#f9fafb;background:radial-gradient(circle at 0 0,#ffffff14,#0000 34%),radial-gradient(circle at 100% 100%,#5694ff24,#0000 30%),#050505;min-height:100vh;padding:24px}.combined-stream-header{justify-content:space-between;align-items:flex-end;gap:24px;width:min(1600px,100%);margin:0 auto 20px;display:flex}.combined-stream-kicker{color:#93c5fd;letter-spacing:.22em;text-transform:uppercase;margin:0 0 10px;font-size:.82rem;font-weight:800}.combined-stream-header h1{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.05}.combined-stream-subtitle{color:#f9fafbb8;margin:10px 0 0;font-size:.96rem}.combined-stream-session-chip{color:#fff;word-break:break-all;background:#ffffff14;border-radius:999px;align-items:center;margin-left:6px;padding:4px 10px;font-family:monospace;font-size:.92rem;display:inline-flex}.combined-stream-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.combined-stream-copy{color:#f9fafb;letter-spacing:.02em;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .12s,background .12s,border-color .12s;display:inline-flex}.combined-stream-copy:hover{background:#ffffff21;border-color:#ffffff47;transform:translateY(-1px)}.combined-stream-copy-secondary{background:#3b82f624;border-color:#60a5fa52}.combined-stream-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:min(1600px,100%);margin:0 auto;display:grid}.combined-stream-panel{flex-direction:column;gap:12px;min-height:calc(100vh - 160px);display:flex}.combined-stream-panel-head{color:#f9fafbc2;justify-content:space-between;align-items:center;gap:12px;font-size:.9rem;display:flex}.combined-stream-panel-head h2{color:#fff;margin:0;font-size:1.2rem}.combined-stream-panel-head span{background:#ffffff14;border-radius:999px;padding:6px 10px}.combined-stream-panel .stream-player{flex:1;min-height:0;position:relative}.stream-player{position:relative}.stream-player--single{width:min(100vw - 48px,1600px);height:min(100vh - 48px,900px)}.stream-player--panel{width:100%;height:100%;min-height:420px}.stream-player-video{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;background:#000;border:1px solid #ffffff1f;border-radius:22px;outline:none;width:100%;height:100%;display:block;box-shadow:0 24px 90px #000000ad}.stream-player-video::-webkit-media-controls{display:none!important}.stream-player--single .stream-player-video{width:100%;height:100%}.live-history-button{z-index:3;color:#f9fafb;letter-spacing:.02em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;padding:12px 16px;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .12s,background .12s,border-color .12s;display:inline-flex;position:absolute;top:24px;right:24px}.live-history-button:hover{background:#ffffff21;border-color:#ffffff47;transform:translateY(-1px)}.status-overlay{color:#f3f4f6;pointer-events:none;background:radial-gradient(circle at top,#ffffff0f,#0000 48%),#000000d6;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.status-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0c0cb8;border:1px solid #ffffff1a;border-radius:24px;width:min(560px,100vw - 64px);padding:24px 26px;box-shadow:0 24px 80px #00000080}.status-badge{color:#ffb4b4;letter-spacing:.18em;text-transform:uppercase;background:#ff484829;border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.status-badge:before{content:"";background:#ff4d4d;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 6px #ff4d4d2e}.status-message{color:#fff;margin:0;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:700;line-height:1.35}.status-hint{color:#f3f4f6b8;margin:12px 0 0;font-size:.95rem;line-height:1.55}@media (width<=1024px){.combined-stream-header{flex-direction:column;align-items:flex-start}.combined-stream-grid{grid-template-columns:1fr}.combined-stream-panel{min-height:480px}}@media (width<=640px){.live-page,.combined-stream-page{padding:12px}.combined-stream-panel{min-height:380px}.combined-stream-panel-head{flex-direction:column;align-items:flex-start}.live-history-button{padding:10px 14px;font-size:.85rem;top:12px;right:12px}.stream-player--single{width:calc(100vw - 24px);height:calc(100vh - 24px)}.stream-player-video{border-radius:18px}.status-card{border-radius:20px;width:min(100%,100vw - 32px);padding:20px}.status-message{font-size:1.05rem}}.reports-page{flex-direction:column;gap:24px;display:flex}.reports-hero{background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border:1px solid #e2e8f0;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:34px 36px;display:flex;box-shadow:0 10px 40px #0f172a0a}.reports-label{color:#2563eb;margin:0 0 14px;font-size:16px;font-weight:800}.reports-hero h1{color:#020617;letter-spacing:-1.5px;margin:0;font-size:54px;font-weight:900;line-height:1}.reports-subtitle{color:#64748b;margin:14px 0 0;font-size:18px;font-weight:600}.reports-actions{justify-content:flex-end;align-items:center;display:flex}.reports-select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:16px;min-width:190px;height:56px;padding:0 18px;font-size:16px;font-weight:700}.reports-export-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:16px;height:56px;padding:0 26px;font-size:16px;font-weight:800;transition:all .2s}.reports-export-button:hover{color:#2563eb;background:#f8fbff;border-color:#2563eb}.reports-layout-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.reports-main-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.reports-secondary-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.reports-stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.reports-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;align-items:center;gap:20px;padding:28px;transition:all .25s;display:flex;box-shadow:0 10px 30px #0f172a0a}.reports-stat-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2563eb1a}.reports-stat-icon{border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;font-size:30px;display:flex}.reports-stat-card span{color:#64748b;margin-bottom:8px;font-size:15px;font-weight:700;display:block}.reports-stat-card strong{color:#020617;font-size:44px;font-weight:900;line-height:1;display:block}.reports-stat-card p{color:#94a3b8;margin-top:10px;font-size:15px;font-weight:600}.reports-stat-card.blue .reports-stat-icon{color:#2563eb;background:#dbeafe}.reports-stat-card.green .reports-stat-icon{color:#16a34a;background:#dcfce7}.reports-stat-card.purple .reports-stat-icon{color:#7c3aed;background:#ede9fe}.reports-stat-card.orange .reports-stat-icon{color:#ea580c;background:#ffedd5}.expense-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;padding:28px;box-shadow:0 10px 30px #0f172a0a}.expense-chart-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.expense-chart-header h3{color:#020617;margin:0;font-size:24px;font-weight:900}.expense-chart-header p{color:#64748b;margin:8px 0 0;font-size:15px;font-weight:600}.expense-chart-header select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:14px;height:44px;padding:0 16px;font-size:14px;font-weight:700}.expense-chart-wrapper{width:100%;height:330px}.expense-chart-legend{align-items:center;gap:24px;margin-top:18px;display:flex}.expense-chart-legend span{color:#334155;align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.expense-chart-legend i{border-radius:999px;width:11px;height:11px;display:block}.expense-chart-legend i.red{background:#ef4444}.expense-chart-legend i.yellow{background:#f59e0b}.expense-chart-legend i.green{background:#22c55e}.reports-category-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;transition:all .25s;box-shadow:0 10px 30px #0f172a0a}.reports-category-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2563eb14}.reports-category-header{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.reports-category-header h3{color:#020617;margin:0;font-size:22px;font-weight:900}.reports-category-header p{color:#64748b;margin-top:8px;font-size:14px;font-weight:600}.reports-category-header select{cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:14px;height:42px;padding:0 14px;font-size:13px;font-weight:700}.reports-category-content{grid-template-columns:1fr 220px;align-items:center;gap:20px;height:300px;display:grid}.reports-category-chart{width:100%;height:100%}.reports-category-legend{flex-direction:column;gap:20px;display:flex}.reports-category-legend-item{align-items:center;gap:12px;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.reports-category-legend-item strong{color:#020617;font-size:16px;font-weight:900;display:block}.reports-category-legend-item p{color:#475569;margin:4px 0 0;font-size:14px;font-weight:700}.telephony-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;transition:all .25s;box-shadow:0 10px 30px #0f172a0a}.telephony-chart-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2563eb14}.telephony-chart-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.telephony-chart-header h3{color:#020617;margin:0;font-size:22px;font-weight:900}.telephony-chart-header p{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:600}.telephony-chart-header select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:14px;height:42px;padding:0 14px;font-size:13px;font-weight:700}.telephony-chart-wrapper{width:100%;height:300px}.drops-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;transition:all .25s;box-shadow:0 10px 30px #0f172a0a}.drops-chart-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2563eb14}.drops-chart-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.drops-chart-header h3{color:#020617;margin:0;font-size:22px;font-weight:900}.drops-chart-header p{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:600}.drops-chart-header select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:14px;height:42px;padding:0 14px;font-size:13px;font-weight:700}.drops-chart-wrapper{width:100%;height:300px}.top-services-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;transition:all .25s;box-shadow:0 10px 30px #0f172a0a}.top-services-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2563eb14}.top-services-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.top-services-header h3{color:#020617;margin:0;font-size:22px;font-weight:900}.top-services-header p{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:600}.top-services-header select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:14px;height:42px;padding:0 14px;font-size:13px;font-weight:700}.top-services-table{flex-direction:column;gap:14px;display:flex}.top-services-row{color:#0f172a;grid-template-columns:80px 1fr 80px 55px;align-items:center;gap:14px;font-size:14px;font-weight:700;display:grid}.top-services-head{color:#64748b;font-size:13px;font-weight:800}.top-services-progress{background:#edf2f7;border-radius:999px;height:8px;overflow:hidden}.top-services-progress div{background:#2563eb;border-radius:999px;height:100%}.top-services-row strong,.top-services-row b{font-weight:900}.top-services-total{color:#020617;border-top:1px solid #e2e8f0;grid-template-columns:1fr 90px 60px;align-items:center;gap:14px;margin-top:12px;padding-top:18px;font-size:18px;font-weight:900;display:grid}.top-services-row span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.top-services-row strong,.top-services-row b{white-space:nowrap}.stream-history-page{color:#f4f4f5;background:radial-gradient(circle at top,#ffffff0f,#0000 34%),linear-gradient(#050505 0%,#0b0b0b 100%);min-height:100vh;padding:28px}.stream-history-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.stream-history-kicker{color:#9ca3af;letter-spacing:.2em;text-transform:uppercase;margin:0 0 8px;font-size:.8rem;font-weight:700}.stream-history-header h1{margin:0;font-size:clamp(1.8rem,3vw,3.1rem);line-height:1.05}.stream-history-live-link,.stream-history-download{color:#f9fafb;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-weight:700;text-decoration:none;transition:transform .12s,background .12s,border-color .12s;display:inline-flex}.stream-history-live-link:hover,.stream-history-download:hover{background:#ffffff1a;border-color:#ffffff3d;transform:translateY(-1px)}.stream-history-empty{color:#d1d5db;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:24px}.stream-history-empty-error{background:#7f1d1d59;border-color:#ef44444d}.stream-history-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.stream-history-card{background:linear-gradient(#181818f0,#0a0a0af5);border:1px solid #ffffff14;border-radius:24px;padding:16px;box-shadow:0 18px 60px #00000059}.stream-history-card-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:14px;display:flex}.stream-history-card-title{margin:0 0 6px;font-size:1rem;font-weight:800;line-height:1.4}.stream-history-card-meta{color:#9ca3af;margin:0;font-size:.9rem}.stream-history-video{aspect-ratio:16/9;background:#000;border-radius:18px;width:100%;display:block}.stream-history-pagination{flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;padding-top:18px;display:flex}.stream-history-page-button{appearance:none;color:#f9fafb;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:999px;padding:10px 14px;font-weight:700;transition:transform .12s,background .12s,border-color .12s}.stream-history-page-button:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff42;transform:translateY(-1px)}.stream-history-page-button:disabled{opacity:.45;cursor:not-allowed}.stream-history-page-button-active{background:#ffffff2e;border-color:#ffffff57}.stream-history-page-info{color:#9ca3af;margin-left:auto;font-size:.92rem;font-weight:600}@media (width<=720px){.stream-history-page{padding:18px}.stream-history-header{flex-direction:column;align-items:start}.stream-history-page-info{width:100%;margin-left:0}}
