@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}html{height:100%}:root{font-family:Roboto,sans-serif;color:#172033;background:#eaf1fd;font-synthesis:none;text-rendering:optimizeLegibility}html,body,#root{width:100%;min-height:100%}body{margin:0;min-width:320px;background:#eaf1fd;height:100%;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;background:linear-gradient(180deg,#07111f,#0c1729);color:#fff;padding:24px 16px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:10}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.brand-mark{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#0672ce;color:#fff;font-size:20px;font-weight:800}.brand-title{font-weight:800;font-size:17px}.brand-subtitle{color:#9ca9ba;font-size:12px;margin-top:2px}.nav{display:flex;flex-direction:column;gap:8px}.nav-item{border:0;color:#b5c0ce;background:transparent;width:100%;display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:10px;text-align:left;text-decoration:none;transition:background .2s,color .2s}.nav-item:hover{background:#16253a;color:#fff}.nav-item.active{background:#0672ce;color:#fff}.sidebar-footer{margin-top:auto;color:#8d9bab;font-size:12px;display:flex;align-items:center;gap:8px;padding:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e21}.main-content{margin-left:240px;width:calc(100% - 240px);min-height:100vh}.topbar{height:66px;background:#fff;border-bottom:1px solid #e8edf3;display:flex;justify-content:space-between;align-items:center;padding:0 32px;position:sticky;top:0;z-index:5}.topbar-title{font-size:14px;font-weight:700}.topbar-badge{background:#f0f6fc;color:#0672ce;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.page{padding:32px;margin:auto}.page-title{margin-bottom:28px}.page-title h1,.dashboard-header h1{margin:5px 0 6px;font-size:31px;line-height:1.15}.page-title p,.dashboard-header p{color:#697586;margin:0;font-size:14px}.eyebrow{display:block;color:#000;font-size:12px;letter-spacing:.11em;font-weight:600}.dashboard-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;column-gap:24px;min-height:70px;margin-bottom:20px;width:100%}.dashboard-header-title{display:flex;align-items:flex-start;justify-content:flex-start}.dashboard-header-title h1{margin:0;font-size:31px;line-height:1.15;color:#172033;font-weight:850;letter-spacing:-.03em}.dashboard-header-toggle{display:flex;align-items:flex-start;justify-content:center;padding-top:1px}.traffic-toggle{display:flex;align-items:center;justify-content:center;background:#eef2f7;border-radius:10px;padding:4px;gap:4px;white-space:nowrap}.traffic-toggle-button:hover{color:#0672ce}.traffic-toggle-button.active{background:#0672cb;color:#fff;box-shadow:0 2px 7px #00000014}.dashboard-header-dates{display:flex;align-items:flex-start;justify-content:flex-end}.date-filter{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;background:#fff;border:1px solid #e5ebf2;padding:10px;border-radius:14px;box-shadow:0 5px 18px #12263f0d}.date-field{display:flex;flex-direction:column;gap:5px}.date-field label{font-size:10px;color:#748091;font-weight:700;text-transform:uppercase}.date-field input{border:1px solid #dce3eb;background:#fff;border-radius:9px;padding:10px 12px;color:#172033;outline:none;height:39px}.date-field input:focus{border-color:#0672ce;box-shadow:0 0 0 3px #0672ce1a}.primary-button{border:0;background:#0672cb;color:#fff;border-radius:9px;padding:0 17px;height:39px;font-weight:700;transition:transform .2s,background .2s}.primary-button:hover{background:#055da8;transform:translateY(-1px)}.secondary-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce3eb;background:#fff;color:#263345;border-radius:9px;padding:10px 14px;font-weight:700;font-size:13px}.secondary-button:hover{border-color:#0672ce;color:#0672ce}.preset-row{display:flex;gap:8px;margin-bottom:22px}.preset-button{border:1px solid #dce3eb;background:#fff;color:#596579;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.preset-button:hover{border-color:#0672ce;color:#0672ce}.kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px}.kpi-card{background:#fff;border:1px solid #e6ebf1;border-radius:16px;padding:20px;min-height:132px;display:flex;align-items:flex-start;gap:14px;box-shadow:0 8px 24px #12263f0a}.kpi-icon{border-radius:12px;display:flex;align-items:center;justify-content:center}.kpi-icon img{width:60px}.kpi-title{color:#000;font-size:12px;font-weight:700;margin-bottom:8px}.kpi-value{font-size:28px;font-weight:600;letter-spacing:-.03em;color:#111827}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:18px;margin-bottom:18px}.panel{background:#fff;border:1px solid #e6ebf1;border-radius:16px;box-shadow:0 8px 24px #12263f0a;margin-bottom:18px}.panel-large{min-width:0}.panel-header{display:flex;align-items:start;justify-content:space-between;margin-bottom:15px;padding:10px 10px 0}.panel-header h2,.section-heading h2{margin:4px 0 0;font-size:14px;color:#162133}.chart-container{width:100%}.table-wrapper{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:650px}.data-table th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#8390a1;padding:12px 14px;background:#f8fafc;border-bottom:1px solid #e8edf3}.data-table td{padding:14px;border-bottom:1px solid #edf1f5;font-size:13px;color:#3d4b5e}.data-table tr:hover td{background:#fbfdff}.rank-badge{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#edf6fd;color:#0672ce;font-size:11px;font-weight:800}.empty-cell{text-align:center;color:#8995a6!important;padding:35px!important}.location-list{display:flex;flex-direction:column;gap:11px}.location-row{display:grid;grid-template-columns:32px 110px 1fr 95px;align-items:center;gap:12px}.location-rank{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#697586;font-size:11px;font-weight:800}.location-name{font-size:12px;font-weight:700;color:#39475a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-track{height:8px;border-radius:999px;background:#edf1f5;overflow:hidden}.progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#0672ce,#53a9e9)}.location-value{font-size:12px;font-weight:800;text-align:right;color:#334155}.country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.country-card{border:1px solid #e7ecf2;border-radius:12px;padding:15px;background:#fbfcfe}.country-name{font-size:12px;color:#6e7b8d}.country-value{font-size:20px;font-weight:800;color:#1e293b}.country-percentage{color:#0672ce;font-size:11px;font-weight:700;margin-top:4px}.upload-card,.history-card{background:#fff;border:1px solid #e6ebf1;border-radius:16px;padding:24px;box-shadow:0 8px 24px #12263f0a;margin-bottom:20px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-heading p{margin:6px 0 0;color:#7a8697;font-size:13px}.drop-zone{border:2px dashed #cfd9e5;border-radius:16px;padding:42px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fbfdff;transition:background .2s,border .2s}.drop-zone.dragging{background:#f0f7fd;border-color:#0672ce}.upload-icon{width:58px;height:58px;border-radius:16px;background:#edf6fd;color:#0672ce;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;margin-bottom:16px}.drop-zone h3{margin:0;color:#253347;font-size:17px}.drop-zone p{color:#8995a6;margin:8px 0 18px;font-size:13px}.selected-file{margin-top:15px;padding:14px 16px;background:#f8fafc;border:1px solid #e6ebf1;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:15px}.selected-file div{display:flex;flex-direction:column;gap:4px}.selected-file span{color:#7b8797;font-size:12px}.remove-button{border:0;background:transparent;color:#dc2626;font-size:12px;font-weight:700}.upload-progress{margin-top:18px}.progress-label{display:flex;justify-content:space-between;color:#657287;font-size:12px;margin-bottom:8px}.upload-button{width:100%;margin-top:18px;padding:13px}.alert{border-radius:10px;padding:13px 15px;font-size:13px;line-height:1.6;margin-bottom:18px}.alert-error{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.alert-warning{background:#fffbeb;border:1px solid #fde68a;color:#a16207}.loading-state{padding:40px;text-align:center;color:#7b8797}.loading-state.large{min-height:300px;display:flex;align-items:center;justify-content:center}.empty-state{padding:35px;text-align:center;color:#8995a6;font-size:13px}.status-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em}.status-badge.completed{background:#dcfce7;color:#15803d}.status-badge.processing{background:#dbeafe;color:#1d4ed8}.status-badge.failed{background:#fee2e2;color:#b91c1c}.status-badge.replaced{background:#fef3c7;color:#92400e}@media(max-width:1250px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:850px){.sidebar{width:72px;padding:18px 10px}.brand{justify-content:center}.brand>div:last-child,.nav-item:not(.active) span+span,.sidebar-footer{display:none}.nav-item{justify-content:center;padding:12px}.main-content{margin-left:72px;width:calc(100% - 72px)}.page{padding:22px 16px}.dashboard-header{flex-direction:column;align-items:stretch}.date-filter{flex-wrap:wrap}.date-field{flex:1;min-width:160px}.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar{padding:0 16px}.topbar-title{font-size:12px}.topbar-badge{display:none}.page-title h1,.dashboard-header h1{font-size:25px}.kpi-grid{grid-template-columns:1fr}.date-filter{flex-direction:column;align-items:stretch}.date-field{min-width:0}.primary-button{width:100%}.location-row{grid-template-columns:28px 90px 1fr 75px}.panel,.upload-card,.history-card{padding:16px}}.filter-area{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.traffic-toggle{display:flex;background:#eef2f7;border-radius:10px;padding:4px;gap:4px}.traffic-toggle-button{border:0;background:transparent;color:#64748b;padding:9px 17px;border-radius:7px;font-size:12px;font-weight:800;transition:background .2s,color .2s,box-shadow .2s}.traffic-toggle-button:hover{color:#000}.panel-metric{color:#0672ce;font-size:13px;white-space:nowrap}.geographic-panel{display:grid;grid-template-columns:1.35fr 1fr;gap:22px;min-height:330px}.geo-visual{border-radius:14px;overflow:hidden;background:radial-gradient(circle at 32% 42%,rgba(37,99,235,.16) 0 3px,transparent 4px),radial-gradient(circle at 62% 38%,rgba(37,99,235,.15) 0 3px,transparent 4px),radial-gradient(circle at 72% 63%,rgba(37,99,235,.15) 0 3px,transparent 4px),linear-gradient(140deg,#eef4fa,#dce8f3);position:relative;min-height:310px}.world-grid{position:absolute;inset:20px;border-radius:50%;border:1px solid rgba(59,130,246,.12);background:radial-gradient(ellipse,rgba(37,99,235,.05),transparent 68%);overflow:hidden}.world-grid:before,.world-grid:after{content:"";position:absolute;background:#2563eb14}.world-grid:before{width:100%;height:1px;top:50%;left:0}.world-grid:after{width:1px;height:100%;left:50%;top:0}.world-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:#1d4ed8;box-shadow:0 0 0 4px #1d4ed81a;animation:geoPulse 2.5s infinite}.dot-1{left:15%;top:42%}.dot-2{left:24%;top:50%}.dot-3{left:36%;top:39%}.dot-4{left:46%;top:48%}.dot-5{left:54%;top:30%}.dot-6{left:61%;top:43%}.dot-7{left:68%;top:49%}.dot-8{left:77%;top:34%}.dot-9{left:83%;top:61%}.dot-10{left:42%;top:70%}.dot-11{left:29%;top:67%}.dot-12{left:71%;top:76%}.world-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:15px;color:#2563eb;font-weight:900;letter-spacing:.15em}@keyframes geoPulse{0%,to{transform:scale(1);opacity:.75}50%{transform:scale(1.35);opacity:1}}.geo-summary{display:flex;flex-direction:column;justify-content:center;padding:10px}.geo-number{font-size:48px;line-height:1;color:#2563eb;font-weight:900}.geo-label{margin-top:8px;color:#1e293b;font-size:15px;font-weight:800}.geo-description{margin-top:8px;max-width:280px;color:#718096;font-size:13px;line-height:1.5}.geo-top-list{margin-top:20px;display:flex;flex-direction:column;gap:7px}.geo-top-item{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid #e8edf3;border-radius:9px;background:#fbfdff}.geo-rank{width:23px;height:23px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5ff;color:#2563eb;font-size:10px;font-weight:800}.geo-name{font-size:12px;color:#475569;font-weight:700}.geo-value{color:#2563eb;font-size:12px;font-weight:800}.country-table{border-radius:12px;overflow:hidden}.country-row{display:grid;grid-template-columns:45px 1fr 160px 100px;align-items:center;min-height:68px;padding:0 14px;font-size:13px}.country-row:hover{background:#f9fbfd}.country-rank{color:#64748b;font-weight:800}.country-name{color:#334155;font-weight:700}.country-request{color:#1e293b;font-weight:800;text-align:right}.country-share{color:#2563eb;font-weight:800;text-align:right}.no-bot-analysis{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#64748b}.no-bot-icon{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef2f7;color:#64748b;font-size:32px;font-weight:900;margin-bottom:16px}.no-bot-analysis h3{margin:0 0 7px;color:#334155;font-size:17px}.no-bot-analysis p{max-width:280px;margin:0;font-size:12px;line-height:1.5}.key-insights-panel{display:grid;grid-template-columns:240px 1fr;gap:20px;align-items:stretch;margin-top:20px}.key-insights-title{background:linear-gradient(145deg,#073ea6,#0a69da);border-radius:14px;padding:22px;color:#fff;display:flex;align-items:center;gap:13px}.key-insights-title .eyebrow{color:#fff;opacity:.75}.key-insights-title h2{margin:5px 0 0;font-size:18px}.insights-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff24;font-size:24px;font-weight:900}.insights-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.insight-item{display:flex;flex-direction:column;justify-content:center;padding:12px 18px;border-right:1px solid #e4eaf1}.insight-item:last-child{border-right:0}.insight-item strong{color:#172033;font-size:21px;font-weight:900}.insight-item span{color:#738094;font-size:11px;line-height:1.45;margin-top:5px}@media(max-width:1100px){.filter-area{align-items:stretch}.geographic-panel,.key-insights-panel{grid-template-columns:1fr}.insights-grid{grid-template-columns:repeat(2,1fr)}.insight-item{min-height:85px;border-bottom:1px solid #e4eaf1}.insight-item:nth-child(2n){border-right:0}}@media(max-width:850px){.dashboard-header{align-items:stretch}.filter-area,.traffic-toggle{width:100%}.traffic-toggle-button{flex:1}.country-row{grid-template-columns:35px 1fr 110px 70px}}@media(max-width:560px){.filter-area,.traffic-toggle,.date-filter{width:100%}.country-row{grid-template-columns:30px 1fr 90px 60px;padding:0 9px;font-size:11px}.geo-number{font-size:40px}.insights-grid{grid-template-columns:1fr}.insight-item{border-right:0}}.login-page{min-height:100vh;background:linear-gradient(135deg,#06101e,#0c1c31 48%,#12335a);display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.login-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.25}.login-orb-one{width:420px;height:420px;background:#0672ce;left:-170px;top:-150px}.login-orb-two{width:500px;height:500px;background:#4f46e5;right:-220px;bottom:-210px}.login-card{width:min(450px,100%);background:#fffffffa;border-radius:22px;padding:38px;position:relative;z-index:1;box-shadow:0 30px 80px #00000047;border:1px solid rgba(255,255,255,.5)}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:38px}.login-brand-mark{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#0672ce;color:#fff;font-size:22px;font-weight:900;box-shadow:0 8px 20px #0672ce47}.login-brand-title{font-size:18px;font-weight:900;color:#172033}.login-brand-subtitle{color:#7a8797;font-size:11px;margin-top:2px}.login-heading{margin-bottom:28px}.login-heading .eyebrow{color:#0672ce}.login-heading h1{margin:5px 0 7px;font-size:32px;letter-spacing:-.03em;color:#162133}.login-heading p{margin:0;color:#718096;font-size:13px}.login-form{display:flex;flex-direction:column;gap:18px}.login-field{display:flex;flex-direction:column;gap:7px}.login-field label{color:#3d4b5e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.login-field input{width:100%;border:1px solid #dce3eb;background:#fff;border-radius:10px;padding:13px 14px;color:#172033;outline:none;transition:border .2s,box-shadow .2s}.login-field input:focus{border-color:#0672ce;box-shadow:0 0 0 4px #0672ce1a}.login-button{width:100%;border:0;background:linear-gradient(135deg,#0672ce,#075bb0);color:#fff;padding:14px 18px;border-radius:10px;font-size:13px;font-weight:800;margin-top:3px;box-shadow:0 9px 22px #0672ce38;transition:transform .2s,box-shadow .2s}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #0672ce47}.login-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;border-radius:9px;padding:11px 13px;font-size:12px;line-height:1.45}.login-security{margin-top:22px;padding-top:18px;border-top:1px solid #edf1f5;display:flex;justify-content:center;align-items:center;gap:8px;color:#8995a6;font-size:11px}.security-dot{width:7px;height:7px;border-radius:50%;background:#22c55e}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fb;color:#64748b;font-size:14px}.sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:18px 4px 2px;display:flex;align-items:center;gap:10px}.sidebar-avatar{width:34px;height:34px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0672ce;color:#fff;font-size:12px;font-weight:900}.sidebar-user-info{min-width:0;display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-user-info strong{color:#fff;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-info span{color:#7f8da0;font-size:9px;font-weight:800;letter-spacing:.07em}.logout-button{border:0;background:red;color:#fff;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600}.logout-button:hover{background:#f00c;color:#fff}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-user{display:flex;align-items:center;gap:7px;font-size:11px;color:#637083}.topbar-user strong{color:#0672ce;font-size:9px;letter-spacing:.06em}@media(max-width:560px){.login-page{padding:14px}.login-card{padding:28px 22px;border-radius:18px}.login-brand{margin-bottom:28px}.login-heading h1{font-size:28px}}@media(max-width:850px){.sidebar-user-info,.logout-button{display:none}.sidebar-user{justify-content:center}.topbar-user{display:none}}.delete-upload-button{border:1px solid #fecaca;background:#fff1f2;color:#dc2626;border-radius:8px;padding:7px 11px;font-size:11px;font-weight:800;transition:background .2s,border .2s,color .2s}.delete-upload-button:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:#fff}.delete-upload-button:disabled{cursor:not-allowed;opacity:.6}.country-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.country-grid.single{grid-template-columns:1fr}.country-panel{background:#fff;border:1px solid #e4eaf1;border-radius:14px;min-width:0}.country-panel-header{margin-bottom:15px}.country-panel-header .eyebrow{color:#0672ce}.country-panel-header h2{margin:5px 0 0;color:#172033;font-size:18px;font-weight:800}.country-table{border-radius:11px;overflow:hidden}.country-row{display:grid;grid-template-columns:50px 1fr 120px 80px;align-items:center;min-height:35px;color:#000;font-size:12px}.country-header{min-height:42px;background:#fff;color:#000;font-size:11px;font-weight:700}.country-rank{color:#000;font-weight:800}.country-name{color:#000;font-weight:700}.country-request{color:#000;font-weight:800;text-align:left}.country-share{color:#2563eb;font-weight:800;text-align:left}.country-empty{min-height:90px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:#8491a2;font-size:12px}.location-name strong{color:#243246;font-size:12px}.location-name small{display:block;margin-top:3px;color:#8995a6;font-size:9px}.geo-name strong{color:#243246;font-size:15px}.geo-name small{display:block;margin-top:2px;color:#8995a6;font-size:9px}@media(max-width:1000px){.country-grid{grid-template-columns:1fr}}@media(max-width:600px){.country-row{grid-template-columns:32px 1fr 90px 60px;padding:0 8px;font-size:11px}}.user-app-shell{min-height:100vh;width:100%;background:#eaf1fd;display:flex;flex-direction:column}.user-topbar{height:68px;background:#fff;border-bottom:1px solid #e4eaf1;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:100}.user-topbar-brand{display:flex;align-items:center;gap:11px}.user-brand-mark{width:38px;height:38px;border-radius:10px;background:#0672ce;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;box-shadow:0 6px 14px #0672ce38}.user-brand-title{color:#172033;font-size:14px;font-weight:900}.user-brand-subtitle{color:#7c8898;font-size:10px;margin-top:2px}.user-topbar-right{display:flex;align-items:center;gap:14px}.user-account{display:flex;align-items:center;gap:9px;padding:6px 10px;border-radius:10px;background:#f7f9fc;border:1px solid #e6ebf1}.user-account-avatar{width:30px;height:30px;border-radius:50%;background:#0672ce;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}.user-account-details{display:flex;flex-direction:column;gap:1px}.user-account-details strong{color:#253247;font-size:11px;line-height:1.2}.user-account-details span{color:#0672ce;font-size:8px;font-weight:900;letter-spacing:.08em;line-height:1.2}.user-logout-button{border:1px solid #e1e7ee;background:#fff;color:#556274;min-height:38px;padding:0 12px;border-radius:9px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.user-logout-button:hover{background:#fff1f2;border-color:#fecaca;color:#dc2626}.user-main-content{width:100%;min-width:0;flex:1;padding:0 24px 30px}@media(max-width:700px){.user-topbar{height:auto;min-height:64px;padding:10px 14px;gap:10px}.user-brand-title{font-size:12px}.user-brand-subtitle{font-size:9px}.user-topbar-right{gap:7px}.user-account{padding:5px 7px}.user-account-details{display:none}.user-logout-button{min-width:36px;width:36px;padding:0;justify-content:center}.user-logout-button span:last-child{display:none}.user-main-content{padding:0 12px 20px}}.without-bots-geography{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;width:100%;margin-top:18px;align-items:stretch}.without-bots-geo-panel{min-width:0;height:100%}.without-bots-country-table{width:100%;border:1px solid #e1e8f0;border-radius:10px;overflow:hidden;background:#fff}.without-bots-country-row{display:grid;grid-template-columns:42px minmax(0,1fr) 120px 70px;align-items:center;min-height:45px;padding:0 12px;border-bottom:1px solid #e8edf3;font-size:11px}.without-bots-country-row:last-child{border-bottom:0}.without-bots-country-header{min-height:40px;background:#f7f9fc;color:#536276;font-size:10px;font-weight:800}.without-bots-rank{color:#64748b;font-weight:800}.without-bots-country-name{min-width:0;color:#1e2c3e;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.without-bots-requests{color:#1e2c3e;font-weight:800;text-align:left}.without-bots-share{color:#2563eb;font-weight:800;text-align:left}.without-bots-empty{min-height:150px;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;color:#8b98a8;font-size:11px}.without-bots-edge-list{display:flex;flex-direction:column;gap:8px;width:100%}.without-bots-edge-row{display:grid;grid-template-columns:34px minmax(0,1fr) 100px;align-items:center;gap:10px;min-height:55px;padding:7px 10px;border:1px solid #e3eaf1;border-radius:9px;background:#fbfcfe}.without-bots-edge-rank{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf4ff;color:#2563eb;font-size:10px;font-weight:900}.without-bots-edge-name{min-width:0;display:flex;flex-direction:column;gap:2px}.without-bots-edge-name strong{color:#1e2c3e;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.without-bots-edge-name small{color:#8995a6;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.without-bots-edge-value{color:#2563eb;font-size:11px;font-weight:900;text-align:right}@media(max-width:1050px){.without-bots-geography{grid-template-columns:1fr}}@media(max-width:650px){.without-bots-country-row{grid-template-columns:30px minmax(0,1fr) 80px 55px;padding:0 8px;font-size:10px}.without-bots-edge-row{grid-template-columns:32px minmax(0,1fr) 85px;padding:7px 8px}}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid #e5ebf2;position:sticky;top:0;z-index:100}.topbar-title{color:#172033;font-size:13px;font-weight:800}.topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}.topbar-badge{display:flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:18px;background:#edf5ff;color:#0672ce;font-size:10px;font-weight:800}.admin-topbar-account{display:flex;align-items:center;gap:8px;padding:5px 9px;border-radius:9px;background:#f7f9fc;border:1px solid #e4eaf1}.admin-topbar-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0672ce;color:#fff;font-size:11px;font-weight:900}.admin-topbar-user{display:flex;flex-direction:column;gap:1px;min-width:45px}.admin-topbar-user strong{color:#26364a;font-size:10px;font-weight:800;line-height:1.2}.admin-topbar-user span{color:#0672ce;font-size:8px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.admin-topbar-logout{min-height:34px;padding:0 11px;border:1px solid #e1e7ee;border-radius:8px;background:#fff;color:#5a6676;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:800;cursor:pointer;transition:all .2s ease}.admin-topbar-logout:hover{background:#fff1f2;border-color:#fecaca;color:#dc2626}.logout-icon{font-size:14px;line-height:1}.sidebar-user{display:none!important}@media(max-width:700px){.topbar{height:auto;min-height:64px;padding:9px 14px;gap:10px}.topbar-right{gap:7px}.topbar-badge{display:none}.admin-topbar-account{padding:4px 6px}.admin-topbar-user{display:none}.admin-topbar-logout{width:35px;min-height:35px;padding:0}.admin-topbar-logout span:last-child{display:none}}.dashboard-header-controls{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;margin-left:auto}.week-selector{position:relative;min-width:165px}.week-selector-button{width:100%;height:39px;padding:0 12px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#263345;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:800;cursor:pointer;margin-top:20px}.week-dropdown{position:absolute;top:calc(100% + 7px);right:0;width:290px;background:#fff;border:1px solid #e0e7ef;border-radius:12px;box-shadow:0 18px 40px #0f172a24;z-index:200;overflow:hidden}.week-dropdown-actions{display:flex;justify-content:space-between;padding:9px 10px;background:#f8fafc;border-bottom:1px solid #edf1f5}.week-dropdown-actions button{border:0;background:transparent;color:#0672ce;font-size:10px;font-weight:800;cursor:pointer}.week-dropdown-list{max-height:300px;overflow-y:auto;padding:5px}.week-option{position:relative;display:flex;align-items:center;gap:8px;padding:9px 8px;border-radius:8px;cursor:pointer}.week-option:hover{background:#f3f7fb}.week-option input{position:absolute;opacity:0}.week-checkbox{width:17px;height:17px;border:1px solid #cbd5e1;border-radius:4px;display:flex;align-items:center;justify-content:center;color:transparent;font-size:10px;font-weight:900}.week-option input:checked+.week-checkbox{background:#0672ce;border-color:#0672ce;color:#fff}.week-option-content{display:flex;flex-direction:column;gap:2px}.week-option-content strong{color:#263345;font-size:11px}.week-option-content small{color:#8995a6;font-size:9px}.week-empty{padding:25px;text-align:center;color:#8995a6;font-size:11px}.date-display{min-width:135px;height:39px;display:flex;align-items:center;padding:0 11px;border:1px solid #dce3eb;border-radius:9px;background:#f8fafc;color:#263345;font-size:10px;font-weight:700;white-space:nowrap}.week-config-card{margin-bottom:18px;padding:20px;border:1px solid #e4eaf1;border-radius:16px;background:#fff}.week-config-grid{display:grid;grid-template-columns:180px 1fr;gap:14px;margin-top:18px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{color:#536276;font-size:10px;font-weight:800;text-transform:uppercase}.form-field input,.form-field select{width:100%;height:40px;padding:0 11px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#263345;outline:none;font-size:12px}.week-preview{display:flex;align-items:center;gap:6px;margin-top:12px;padding:10px 12px;border-radius:8px;background:#f4f8fd;color:#738094;font-size:10px}.week-preview strong{color:#0672ce}@media(max-width:850px){.dashboard-header-controls{width:100%;justify-content:center;flex-wrap:wrap}.week-config-grid{grid-template-columns:1fr}}@media(max-width:600px){.dashboard-header-controls{flex-direction:column;align-items:stretch}.week-selector,.week-dropdown,.date-display{width:100%}}.dashboard-header-controls{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;margin-left:auto}.simple-period-selector{position:relative;min-width:115px}.simple-period-button{width:100%;height:40px;padding:0 11px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#263345;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;cursor:pointer}.simple-period-button:hover{border-color:#0672ce}.simple-period-button:disabled{background:#f5f7fa;color:#a0a9b6;cursor:not-allowed}.simple-period-dropdown{position:absolute;top:calc(100% + 1px);right:0;width:150px;max-height:260px;overflow-y:auto;padding:5px;border:1px solid #e1e8f0;border-radius:10px;background:#fff;box-shadow:0 14px 30px #0f172a24;z-index:300}.week-dropdown-simple{width:120px}.simple-period-option{width:100%;min-height:34px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#263345;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:10px;font-weight:700;cursor:pointer}.simple-period-option:hover{background:#f2f6fa;color:#0672ce}.simple-period-option.active{background:#edf5ff;color:#0672ce;font-weight:800}.simple-period-option small{color:#8a96a6;font-size:8px}.simple-period-empty{padding:18px 10px;color:#8995a6;text-align:center;font-size:10px}@media(max-width:1100px){.dashboard-header-controls{flex-wrap:wrap}}@media(max-width:850px){.dashboard-header-controls{width:100%;justify-content:center}.simple-period-selector{flex:1;min-width:100px}}@media(max-width:600px){.dashboard-header-controls{display:grid;grid-template-columns:1fr 1fr;width:100%}.simple-period-selector,.dashboard-header-controls .primary-button{width:100%}}.bot-dashboard-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr);margin-top:20px}.bot-traffic-panel{width:100%;min-width:0;overflow:hidden}.bot-chart-container{width:100%;min-width:0;height:300px;margin-top:15px}.bot-chart-container>div{width:100%!important;height:100%!important}.kpi-card-button{width:100%;border:0;text-align:left;cursor:pointer;transition:transform .15s,box-shadow .15s}.kpi-card-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.kpi-link{margin-top:8px;color:#0672ce;font-size:10px;font-weight:800}.details-page-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-bottom:20px}.back-button{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 12px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#536276;font-size:10px;font-weight:800;cursor:pointer}.back-button:hover{color:#0672ce;border-color:#0672ce}.details-page-header h1{margin:4px 0;font-size:24px;color:#162133}.details-page-header p{margin:0;color:#8995a6;font-size:11px}.details-count{display:flex;flex-direction:column;align-items:flex-end}.details-count strong{color:#0672ce;font-size:26px}.details-count span{color:#8995a6;font-size:10px;font-weight:700}.details-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.search-box{display:flex;align-items:center;gap:8px;width:320px;height:38px;padding:0 11px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#8995a6}.search-box input{flex:1;border:0;outline:0;font-size:11px;color:#263345}.details-scope{padding:7px 11px;border-radius:20px;background:#edf5ff;color:#0672ce;font-size:10px;font-weight:800}.details-table-wrapper{width:100%;overflow-x:auto}.details-table{width:100%;border-collapse:collapse;font-size:11px}.details-table th{padding:12px 10px;background:#f6f9fc;border-bottom:1px solid #e5ebf2;color:#536276;text-align:left;font-size:10px;font-weight:800}.details-table td{padding:13px 10px;border-bottom:1px solid #edf1f5;color:#39475a}.details-table tbody tr:hover{background:#f8fbfe}.product-name,.location-name{color:#1f2d40!important;font-weight:800}.number-cell,.percentage-cell{text-align:right}.percentage-cell{color:#0672ce!important;font-weight:800}.details-empty,.details-loading{padding:50px 20px!important;text-align:center;color:#8995a6!important}@media(max-width:800px){.details-page-header{grid-template-columns:1fr}.details-count{align-items:flex-start}.details-toolbar{flex-direction:column;align-items:stretch}.search-box{width:100%}}.details-modal-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a57;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.details-modal{width:min(760px,92vw);max-height:78vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #dce5ef;border-radius:18px;box-shadow:0 24px 70px #0f172a38}.details-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #edf1f5}.details-modal-heading{display:flex;align-items:flex-start;gap:12px;min-width:0}.details-modal-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#edf5ff;color:#0672ce;font-size:19px}.details-modal-header h2{margin:3px 0 4px;color:#162133;font-size:20px;font-weight:800}.details-modal-header p{margin:0;color:#8995a6;font-size:11px;line-height:1.5}.details-modal-close{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#66758a;cursor:pointer}.details-modal-close:hover{color:#0672ce;border-color:#0672ce;background:#f5f9ff}.details-modal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;background:#f8fafc;border-bottom:1px solid #edf1f5}.details-modal-search{width:330px;max-width:100%;height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#8995a6}.details-modal-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#263345;font-size:11px}.details-modal-count{flex:0 0 auto;color:#0672ce;font-size:15px;font-weight:800}.details-modal-body{overflow-y:auto;overflow-x:hidden;max-height:60vh;padding:0 22px 20px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.details-modal-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.details-modal-table thead{position:sticky;top:0;z-index:10}.details-modal-table th{position:sticky;top:0;z-index:10;padding:12px 9px;background:#f6f9fc;border-bottom:1px solid #dfe7ef;color:#66758a;text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.details-modal-table td{padding:12px 9px;background:#fff;border-bottom:1px solid #edf1f5;color:#39475a;vertical-align:middle}.details-modal-table tbody tr:last-child td{border-bottom:none}.details-modal-table td strong{display:block;color:#253247;font-weight:800;line-height:1.3}.details-modal-table td small{display:block;margin-top:3px;color:#8995a6;font-size:9px;line-height:1.3}.details-modal-body::-webkit-scrollbar{width:7px}.details-modal-body::-webkit-scrollbar-track{background:transparent}.details-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.details-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.location-modal-list{display:flex;flex-direction:column;gap:7px}.location-modal-item{min-height:52px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e5ebf2;border-radius:10px;background:#fff}.location-modal-item:hover{border-color:#c9ddf1;background:#f8fbff}.location-modal-rank{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#edf5ff;color:#0672ce;font-size:10px;font-weight:800}.location-modal-city{min-width:0;display:flex;flex-direction:column;gap:2px}.location-modal-city strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#253247;font-size:14px}.location-modal-city span{color:#8995a6;font-size:9px}.location-modal-requests{color:#0672ce;font-size:14px}.details-modal-state{min-height:240px;display:flex;align-items:center;justify-content:center;color:#8995a6;font-size:11px}.details-modal-error{margin:12px 22px 0;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fff5f5;color:#b91c1c;font-size:10px}.view-all-button{display:inline-flex;align-items:center;gap:7px;border:1px solid #DDE2EC;background:#f8fbff;color:#0672cb;padding:2px 5px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.view-all-button:hover{background:#edf5ff}.view-all-button:focus-visible{outline:2px solid #0672ce;outline-offset:2px}.view-all-button span{color:#0672ce;font-size:12px;font-weight:800}@media(max-width:640px){.details-modal-overlay{padding:12px}.details-modal{width:96vw;max-height:84vh}.details-modal-toolbar{align-items:stretch;flex-direction:column}.details-modal-search{width:100%}.details-modal-count{align-self:flex-start}}@media(max-width:700px){.view-all-button{font-size:10px}.view-all-button span{display:none}}.view-all-button:hover:not(:disabled){background:#edf5ff;border-color:#0672ce}.view-all-button:disabled{cursor:not-allowed;opacity:.5}.without-bots-geography{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}.without-bots-geo-panel{width:100%;min-width:0}.without-bots-geo-panel.panel{width:100%;max-width:none;box-sizing:border-box}.without-bots-products-panel{width:100%;max-width:none;grid-column:1 / -1}.device-chart-container{width:100%;display:flex;flex-direction:column;box-sizing:border-box;gap:30px}.device-chart-main{width:100%;min-height:145px;display:grid;grid-template-columns:158px minmax(0,1fr);align-items:center;column-gap:100px;box-sizing:border-box}.device-donut{width:200px;position:relative;height:200px;display:flex;align-items:center;justify-content:center}.device-icon{position:absolute;width:40px}.device-icons{position:absolute;width:20px;filter:brightness(0);z-index:0}.device-donut .recharts-responsive-container{width:200px!important;height:200px!important}.device-legend{width:100%;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;gap:7px;flex-wrap:wrap;height:100px}.device-legend-item{display:grid;grid-template-columns:7px minmax(0,1fr);align-items:start;column-gap:6px;min-width:0}.device-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.device-legend-content{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);line-height:1.1}.device-legend-name{overflow:hidden;color:#253247;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.device-legend-value{margin-top:2px;color:#2563eb;font-size:11px;font-weight:800}.device-legend-percentage{margin-top:1px;color:#2563eb;font-size:11px;font-weight:700}.device-chart-insight{width:100%;min-height:32px;margin-top:4px;padding:6px 8px;display:flex;align-items:center;gap:7px;box-sizing:border-box;border-radius:7px;background:#eaf2ff}.device-chart-insight-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.device-chart-insight-icon span:first-child{position:absolute;left:1px;top:5px;font-size:14px;color:#243247}.device-chart-insight-icon span:last-child{position:absolute;right:0;bottom:2px;font-size:11px;color:#243247}.device-chart-insight-text{color:#2563eb;font-size:11px;font-weight:600;line-height:1.25}.device-chart-insight-text strong{font-weight:900}.device-chart-container .recharts-tooltip-wrapper{outline:none}.device-chart-container .recharts-default-tooltip{border:1px solid #dfe7ef!important;border-radius:7px!important;box-shadow:0 5px 15px #12263f14!important;font-size:10px!important}@media(max-width:700px){.device-chart-main{grid-template-columns:110px minmax(0,1fr);min-height:140px}.device-donut{width:110px;height:140px}.device-donut .recharts-responsive-container{width:110px!important;height:140px!important}}.panel-table{width:100%;box-sizing:border-box;margin-left:0;margin-right:0}.without-bots-country-table,.without-bots-edge-list{width:100%}.without-bots-country-row,.without-bots-edge-row{width:100%;box-sizing:border-box}.page{width:100%;max-width:none;box-sizing:border-box}@media(max-width:900px){.dashboard-grid,.without-bots-geography{grid-template-columns:1fr}.without-bots-products-panel{grid-column:auto}}.dashboard-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.dashboard-grid>.panel{width:100%;min-width:0;box-sizing:border-box}.bot-dashboard-grid{grid-column:1 / -1;width:100%;display:block}.bot-dashboard-grid>.panel{width:100%}.with-bots-page .products-panel{width:100%;max-width:none;margin-left:0;margin-right:0}.without-bots-page .without-bots-products-panel{width:100%;grid-column:1 / -1;max-width:none;margin-left:0;margin-right:0;box-sizing:border-box}.without-bots-page .without-bots-geography{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}.without-bots-page .without-bots-geo-panel{width:100%;min-width:0;max-width:none;box-sizing:border-box}.without-bots-page .panel-table{width:100%;margin-left:0;margin-right:0;box-sizing:border-box}@media(max-width:900px){.dashboard-grid,.without-bots-page .without-bots-geography{grid-template-columns:1fr}.without-bots-page .without-bots-products-panel{grid-column:auto}}.geographic-panel{width:100%;min-width:0;display:block;box-sizing:border-box}.geo-summary-header{width:100%;margin-bottom:18px}.geo-summary-left{width:100%;display:flex;flex-direction:column;align-items:flex-start}.geo-number{color:#2563eb;font-size:48px;line-height:1;font-weight:900;letter-spacing:-.04em}.geo-label{margin-top:7px;color:#1e293b;font-size:15px;font-weight:800}.geo-description{margin-top:6px;color:#718096;font-size:13px;line-height:1.5}.geo-table-wrapper{width:100%;max-width:100%;overflow:hidden;border:1px solid #e1e8f0;border-radius:11px;background:#fff;box-sizing:border-box}.geo-table{width:100%;max-width:100%;min-width:0;border-collapse:collapse;border-spacing:0;table-layout:fixed;box-sizing:border-box}.geo-table thead{width:100%}.geo-table thead tr{width:100%;background:#f7f9fc}.geo-table th{height:44px;padding:0 14px;border-bottom:1px solid #dfe7ef;color:#66758a;font-size:9px;font-weight:800;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap;box-sizing:border-box}.geo-table td{height:58px;padding:0 14px;border-bottom:1px solid #edf1f5;color:#39475a;font-size:12px;vertical-align:middle;box-sizing:border-box}.geo-table tbody tr:last-child td{border-bottom:0}.geo-table tbody tr:hover td{background:#fbfdff}.geo-table th:nth-child(1),.geo-table td:nth-child(1){width:7%}.geo-table th:nth-child(2),.geo-table td:nth-child(2){width:28%}.geo-table th:nth-child(3),.geo-table td:nth-child(3){width:30%}.geo-table th:nth-child(4),.geo-table td:nth-child(4){width:18%;text-align:right}.geo-table th:nth-child(5),.geo-table td:nth-child(5){width:17%;text-align:right}.geo-rank-cell{width:7%}.geo-rank{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5ff;color:#2563eb;font-size:10px;font-weight:800}.geo-city{display:block;overflow:hidden;color:#243247;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.geo-code{display:block;overflow:hidden;color:#8995a6;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.geo-request-cell{color:#2563eb!important;font-size:12px;font-weight:900;text-align:right;white-space:nowrap}.geo-percentage-cell{color:#0672ce!important;font-size:11px;font-weight:800;text-align:right;white-space:nowrap}.geo-empty-cell{height:100px!important;color:#8995a6!important;text-align:center!important}@media(max-width:700px){.geo-table-wrapper{overflow-x:auto}.geo-table{min-width:620px}}@media(max-width:560px){.geo-number{font-size:40px}.geo-label{font-size:14px}.geo-description{font-size:12px}}.page{width:100%;margin:0 auto;padding:18px 20px 20px}.dashboard-header{min-height:54px;margin-bottom:12px;grid-template-columns:1fr auto 1fr;column-gap:12px;align-items:start}.dashboard-header-title{align-items:flex-start}.dashboard-brand{display:flex;flex-direction:column;gap:0}.dashboard-brand h1{margin:0;color:#1572cb;font-size:25px;line-height:1.05;font-weight:700;letter-spacing:-.03em}.dashboard-brand span{margin-top:2px;color:#1b1f24;font-size:15px;line-height:1.1}.dashboard-header-toggle{align-items:center;padding-top:2px}.traffic-toggle{padding:3px;gap:2px;border:1px solid #d9e1ea;border-radius:7px;background:#f4f7fa}.traffic-toggle-button{padding:5px 10px;border-radius:5px;font-size:12px;font-weight:500}.dashboard-header-controls{display:flex;align-items:center;justify-content:flex-end;gap:5px}.simple-period-selector{position:relative}.simple-period-button{height:30px;min-width:66px;padding:0 7px;display:inline-flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid #d8e0e9;border-radius:5px;background:#fff;color:#445064;font-size:12px}.simple-period-button:hover{border-color:#8db8df}.simple-period-dropdown{position:absolute;top:30px;right:0;z-index:20;min-width:110px;max-height:220px;overflow-y:auto;padding:4px;border:1px solid #dce4ed;border-radius:7px;background:#fff;box-shadow:0 10px 24px #12263f24}.simple-period-option{width:100%;border:0;background:transparent;border-radius:5px;padding:7px 8px;text-align:left;color:#526174;font-size:12px;font-weight:700}.simple-period-option:hover,.simple-period-option.active{background:#edf6fd;color:#0672ce}.primary-button{height:30px;min-width:38px;padding:0 9px;border-radius:5px;font-size:11px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.kpi-card{min-height:66px;padding:9px 11px;border-radius:8px;gap:9px;box-shadow:0 3px 10px #12263f0a}.kpi-content{min-width:0;display:flex;flex-direction:column}.kpi-title{margin-bottom:2px;font-size:12px;line-height:1.1}.kpi-value{font-size:30px;line-height:1}.kpi-subtitle{margin-top:2px;font-size:11px;line-height:1.1;color:#1778ff;font-weight:700}.panel{margin-bottom:10px;border-radius:8px;box-shadow:0 3px 10px #12263f09}.panel-header{margin-bottom:7px}.panel-header h2,.section-heading h2{margin:2px 0 0;line-height:1.15}.eyebrow{font-size:12px;letter-spacing:.08em}.request-trend-chart{min-height:150px}.dashboard-three-grid{width:100%;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,.82fr) minmax(0,1.65fr);gap:10px;margin-bottom:10px}.dashboard-three-grid>.panel{min-width:0;margin-bottom:0}.compact-chart-panel{min-height:208px}.device-chart-container,.os-chart-container{width:100%;padding:10px}.compact-products-panel{min-height:208px;overflow:hidden}.compact-products-panel .table-wrapper{overflow:hidden}.compact-product-table-wrapper .data-table{min-width:0;width:100%;table-layout:fixed}.compact-product-table-wrapper .data-table th{padding:5px 6px;font-size:6px}.compact-product-table-wrapper .data-table td{padding:4px 6px;font-size:7px;line-height:1.05}.compact-product-table-wrapper .rank-badge{width:14px;height:14px;border-radius:50%;font-size:6px}.compact-product-table-wrapper .data-table td strong{font-size:7px}.compact-product-table-wrapper .data-table th:nth-child(1),.compact-product-table-wrapper .data-table td:nth-child(1){width:28px}.compact-product-table-wrapper .data-table th:nth-child(2),.compact-product-table-wrapper .data-table td:nth-child(2){width:48%}.compact-product-table-wrapper .data-table th:nth-child(3),.compact-product-table-wrapper .data-table td:nth-child(3){width:22%}.compact-product-table-wrapper .data-table th:nth-child(4),.compact-product-table-wrapper .data-table td:nth-child(4){width:14%}.compact-product-table-wrapper .data-table th:nth-child(5),.compact-product-table-wrapper .data-table td:nth-child(5){width:13%}.small-panel-metric{color:#0672ce;font-size:11px;font-weight:800;white-space:nowrap}.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.5fr);align-items:stretch}.compact-geography-panel{min-height:170px;margin-bottom:0}.compact-geography-panel .geographic-panel{min-height:0}.compact-geography-panel .geo-summary-header{display:block;margin-bottom:5px}.compact-geography-panel .geo-number{font-size:24px}.compact-geography-panel .geo-label{margin-top:2px;font-size:9px}.compact-geography-panel .geo-description{margin-top:2px;font-size:7px}.compact-geography-panel .geo-chart-block{padding:20px 50px}.compact-geography-panel .geo-chart-caption{color:#2563eb;font-size:11px;font-weight:700}.compact-geography-panel .geo-top-list{margin-top:5px;gap:4px}.compact-geography-panel .geo-top-item{min-height:22px;padding:3px 5px;gap:5px;border-radius:5px}.compact-geography-panel .geo-rank{width:14px;height:14px;font-size:6px}.compact-geography-panel .geo-name strong{font-size:7px}.compact-geography-panel .geo-name small{font-size:5px}.compact-geography-panel .geo-value{font-size:7px}.compact-geography-panel .geo-edge-summary{display:flex;flex-direction:column;align-items:center;gap:25px}.compact-geography-panel .geo-globe-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:flex-end;border-radius:50%;background:#edf6fd;color:#0672ce;font-size:14px}.geo-globe-icon img{width:30px}.compact-geography-panel .geo-edge-number{color:#0672cb;font-size:25px;font-weight:900;line-height:1}.compact-geography-panel .geo-edge-label{margin-top:1px;color:#0672cb;font-size:10px;font-weight:500}.compact-geography-panel .geo-edge-description{margin-top:5px;color:#000;font-size:11px;line-height:1.2;width:100px}.compact-country-wrap{min-width:0}.compact-country-wrap .country-grid{grid-template-columns:1fr;gap:0;margin-top:0}.compact-country-wrap .country-panel{border-radius:8px}.compact-country-wrap .country-panel-header{margin-bottom:6px}.compact-country-wrap .country-panel-header h2{font-size:12px}.compact-country-wrap .country-table{border-radius:6px;padding-bottom:10px}.compact-country-wrap .country-row{min-height:27px;grid-template-columns:22px 1fr 68px 42px;padding:0 10px;font-size:10px}.compact-country-wrap .country-header{min-height:21px;font-size:10px}.compact-country-wrap .country-rank,.compact-country-wrap .country-name,.compact-country-wrap .country-request,.compact-country-wrap .country-share{font-size:11px}.dashboard-key-insights{display:grid;grid-template-columns:150px 1fr;gap:10px;margin-top:0;margin-bottom:0;padding:7px}.dashboard-key-insights .key-insights-title{min-height:48px;padding:9px;border-radius:7px;gap:7px}.dashboard-key-insights .insights-icon{width:24px;height:24px;font-size:12px}.dashboard-key-insights .key-insights-title h2{margin-top:2px;font-size:9px}.dashboard-key-insights .insights-grid{grid-template-columns:repeat(5,1fr)}.dashboard-key-insights .insight-item{min-width:0;padding:3px 7px}.dashboard-key-insights .insight-item strong{font-size:10px}.dashboard-key-insights .insight-item span{margin-top:2px;font-size:6px;line-height:1.25}@media(max-width:1050px){.dashboard-three-grid,.dashboard-geography-grid{grid-template-columns:1fr 1fr}.compact-products-panel,.compact-country-wrap{grid-column:1 / -1}}@media(max-width:700px){.page{padding:12px}.dashboard-header{grid-template-columns:1fr}.dashboard-header-toggle,.dashboard-header-controls{justify-content:flex-start}.kpi-grid,.dashboard-three-grid,.dashboard-geography-grid{grid-template-columns:1fr}.compact-products-panel,.compact-country-wrap{grid-column:auto}.dashboard-key-insights{grid-template-columns:1fr}.dashboard-key-insights .insights-grid{grid-template-columns:1fr 1fr}}.os-chart-container{width:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:10px}.os-list{width:100%;display:flex;flex-direction:column;gap:8px}.os-row{width:100%;min-height:22px;display:grid;grid-template-columns:8px 56px minmax(60px,1fr) 48px 34px;align-items:center;column-gap:6px;box-sizing:border-box}.os-color-dot{width:7px;height:7px;border-radius:50%;display:block}.os-name{overflow:hidden;color:#000;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.os-bar-track{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#dfe4e9}.os-bar-fill{height:100%;min-width:2px;border-radius:inherit;transition:width .3s ease}.os-requests{font-size:11px;font-weight:800;text-align:right;white-space:nowrap}.os-percentage{color:#334155;font-size:11px;font-weight:700;text-align:right;white-space:nowrap}.os-empty{padding:30px 10px;color:#8995a6;font-size:11px;text-align:center}.os-chart-insight{width:100%;min-height:31px;margin-top:6px;padding:6px 8px;display:flex;align-items:center;gap:7px;box-sizing:border-box;border-radius:7px;background:#e9f1ff}.os-insight-icon{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#172033;font-size:16px}.os-insight-text{color:#2563eb;font-size:11px;font-weight:600;line-height:1.25}.os-insight-text strong{font-weight:900}@media(max-width:700px){.os-row{grid-template-columns:8px 52px minmax(50px,1fr) 45px 32px;column-gap:5px}.os-name{font-size:8px}.os-requests,.os-percentage{font-size:7px}}.compact-products-panel{min-width:0}.compact-product-table{width:100%;min-width:0;box-sizing:border-box}.compact-product-header{width:100%;min-height:24px;display:grid;grid-template-columns:24px minmax(170px,1.8fr) minmax(100px,1fr) 50px 50px;align-items:center;column-gap:6px;padding:0 6px;background:#0672ce;color:#fff;box-sizing:border-box;font-size:8px;font-weight:800}.compact-product-header-rank{text-align:center}.compact-product-header-name{text-align:left}.compact-product-header-bar,.compact-product-header-value{text-align:right}.compact-product-list{width:100%;display:flex;flex-direction:column}.compact-product-row{width:100%;min-height:27px;display:grid;grid-template-columns:24px minmax(170px,1.8fr) minmax(100px,1fr) 50px 50px;align-items:center;column-gap:6px;padding:0 10px;box-sizing:border-box;background:#fff}.compact-product-row:last-child{border-bottom:0}.compact-product-row:hover{background:#fbfdff}.compact-product-rank{display:flex;align-items:center;justify-content:center}.compact-product-rank-circle{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#cccdcf;color:#fff;font-size:10px}.compact-product-name{min-width:0;overflow:hidden;color:#000;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.compact-product-bar-cell{min-width:0;width:100%}.compact-product-bar-track{width:100%;height:4px;display:block;overflow:hidden;border-radius:999px;background:#dce2e8}.compact-product-bar-fill{height:100%;display:block;border-radius:inherit;background:#0672ce}.compact-product-request{color:#2563eb;font-size:11px;font-weight:800;text-align:right;white-space:nowrap}.compact-product-share{color:#2563eb;font-size:11px;font-weight:700;text-align:right;white-space:nowrap}.compact-product-empty{padding:30px 10px;color:#8995a6;font-size:10px;text-align:center}@media(max-width:900px){.compact-product-header,.compact-product-row{grid-template-columns:22px minmax(130px,1.5fr) minmax(80px,1fr) 50px 50px}}@media(max-width:560px){.compact-product-header{font-size:7px}.compact-product-row{min-height:24px;grid-template-columns:20px minmax(110px,1.5fr) minmax(60px,1fr) 50px 50px}.compact-product-name,.compact-product-request{font-size:7px}.compact-product-share{font-size:6px}}.panel-header1{display:flex;align-items:center;background:#0672cb;justify-content:space-between;padding:0 10px;margin-bottom:5px}.panel-header1 h2,.section-heading h2{font-size:12px;color:#fff;font-weight:500}.geo-dashboard-summary{display:flex;align-items:center;gap:140px;margin-bottom:10px}.geo-edge-item{display:flex;align-items:center;justify-content:flex-start;gap:5px}.location-table{width:100%;min-width:0;box-sizing:border-box;margin-top:70px;height:100%}.location-table-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.location-table-title{display:flex;align-items:baseline;gap:4px;min-width:0}.location-table-title h3{margin:0;color:#172033;font-size:10px;font-weight:800;line-height:1.2}.location-table-title span{color:#172033;font-size:8px;font-weight:600}.location-table-count{flex-shrink:0;padding:3px 7px;border:1px solid #dce7f2;border-radius:4px;background:#f7fbff;color:#0672ce;font-size:7px;font-weight:800;white-space:nowrap}.location-card-list{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:12px;align-items:start}.location-card-item{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.location-rank{width:18px;height:18px;margin-bottom:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#153ccb;color:#fff;font-size:10px;font-weight:600}.location-request-bar{width:58px;height:100px;position:relative;overflow:hidden;background:#d9d9d9;transition:height .25s ease}.location-request-bar-fill{position:absolute;left:0;bottom:0;width:100%!important;height:var(--location-bar-height, 0%);background:#153ccb}.location-city{width:100%;margin-top:7px;overflow:hidden;color:#253247;font-size:11px;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.location-code{width:100%;margin-top:2px;overflow:hidden;color:#000;font-size:9px;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.location-request-value{margin-top:7px;color:#0035d0;font-size:14px;font-weight:700;line-height:1.1;white-space:nowrap}.location-table-empty{width:100%;padding:30px 10px;color:#8995a6;font-size:10px;text-align:center;box-sizing:border-box}@media(max-width:700px){.location-card-list{column-gap:7px}.location-request-bar{height:28px}.location-city{font-size:6px}.location-code{font-size:5px}.location-request-value{font-size:7px}}.country-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;box-sizing:border-box}.country-grid.single{grid-template-columns:1fr;height:100%}.country-panel{width:100%;min-width:0;overflow:hidden;border:1px solid #dfe7ef;border-radius:6px;background:#fff;box-sizing:border-box}.country-panel-header{width:100%;min-height:35px;display:flex;align-items:center;padding:0 9px;background:#0672ce;box-sizing:border-box}.country-panel-header h2{margin:0;color:#fff;font-size:8px;line-height:1;font-weight:500}.country-table{width:100%;box-sizing:border-box}.country-row{width:100%;min-height:15px;display:grid;grid-template-columns:23px minmax(0,1fr) 65px 45px;align-items:center;column-gap:4px;box-sizing:border-box}.country-row:last-child{border-bottom:0}.country-header{min-height:18px;border-bottom:1px solid #dfe7ef}.country-header span{font-size:11px;letter-spacing:.03em;text-transform:uppercase}.country-rank-col{text-align:left}.country-name-col{min-width:0;overflow:hidden;text-align:left}.country-request-col{text-align:left}.country-share-col{text-align:right}.country-rank{color:#000;font-size:7px;font-weight:700}.country-name{color:#000;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.country-request,.country-share{color:#000;font-size:7px;font-weight:600;white-space:nowrap}.country-empty{padding:24px 8px;color:#8995a6;font-size:8px;text-align:center}.country-row:not(.country-header):hover{background:#fbfdff}@media(max-width:800px){.country-grid{grid-template-columns:1fr}}@media(max-width:500px){.country-row{grid-template-columns:20px minmax(0,1fr) 58px 40px;padding:0 6px}}.bot-chart{width:100%;overflow:hidden;background:#fff;box-sizing:border-box}.bot-chart-header{width:100%;min-height:27px;display:flex;align-items:center;padding:0 10px;background:#0672ce;box-sizing:border-box}.bot-chart-header h2{margin:0;color:#fff;font-size:10px;font-weight:800;line-height:1}.bot-chart-body{width:100%;padding:11px 12px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box}.bot-chart-row{width:100%;min-height:21px;display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;column-gap:7px;box-sizing:border-box}.bot-chart-name{overflow:hidden;color:#667085;font-size:10px;font-weight:500;line-height:1.1;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bot-chart-bar-track{width:80%;height:18px;overflow:hidden;background:transparent;border-left:1px solid #9ca3af;box-sizing:border-box}.bot-chart-bar{height:100%;min-width:2px;background:#e30613;border-radius:0 3px 3px 0;transition:width .3s ease}.bot-chart-empty{min-height:180px;display:flex;align-items:center;justify-content:center;color:#8995a6;font-size:10px;text-align:center}@media(max-width:700px){.bot-chart-row{grid-template-columns:65px minmax(0,1fr);column-gap:6px}.bot-chart-name{font-size:7px}.bot-chart-bar-track{height:16px}}.dashboard-user-menu{position:relative;display:flex;align-items:center}.dashboard-user-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #d9e4ef;border-radius:50%;background:#fff;color:#0672ce;cursor:pointer;transition:background .2s ease,border-color .2s ease}.dashboard-user-button:hover{background:#f2f7fc;border-color:#bfd2e5}.dashboard-user-button svg{width:16px;height:16px}.dashboard-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:190px;padding:8px;border:1px solid #dfe7ef;border-radius:10px;background:#fff;box-shadow:0 10px 30px #12263f24;z-index:1000;box-sizing:border-box}.dashboard-user-info{display:flex;align-items:center;gap:9px;padding:7px 6px 9px;border-bottom:1px solid #edf1f5}.dashboard-user-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5ff;color:#0672ce}.dashboard-user-icon svg{width:15px;height:15px}.dashboard-user-details{min-width:0;display:flex;flex-direction:column;gap:2px}.dashboard-user-details strong{overflow:hidden;color:#253247;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-details small{color:#8995a6;font-size:8px;font-weight:600;text-transform:uppercase}.dashboard-logout-button{width:100%;margin-top:6px;padding:8px 7px;display:flex;align-items:center;gap:8px;border:0;border-radius:7px;background:transparent;color:#dc2626;font-size:10px;font-weight:800;text-align:left;cursor:pointer}.dashboard-logout-button:hover{background:#fff1f1}.dashboard-logout-button svg{width:14px;height:14px}body:has(.dashboard-header){overflow:hidden}.main-content:has(.dashboard-header){min-height:100dvh;height:100dvh;overflow:hidden}.page:has(.dashboard-header){width:100%;max-width:none;min-height:0;height:100dvh;overflow:hidden;display:flex;flex-direction:column;padding:clamp(12px,1.1vw,24px);box-sizing:border-box}.page:has(.dashboard-header)>.dashboard-header,.page:has(.dashboard-header)>.kpi-grid,.page:has(.dashboard-header)>section,.page:has(.dashboard-header)>.dashboard-key-insights{flex-shrink:0}.page:has(.dashboard-header) .table-wrapper,.page:has(.dashboard-header) .geo-table-wrapper,.page:has(.dashboard-header) .location-table,.page:has(.dashboard-header) .country-table{max-width:100%;overflow-x:hidden}.page:has(.dashboard-header) .data-table,.page:has(.dashboard-header) .geo-table{width:100%;max-width:100%;min-width:0;table-layout:fixed}@media(min-width:1920px){.page:has(.dashboard-header){padding:18px 22px 20px}.dashboard-header{min-height:56px;margin-bottom:12px;column-gap:18px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}.dashboard-three-grid{grid-template-columns:minmax(0,.82fr) minmax(0,.81fr) minmax(0,1.65fr);gap:12px;margin-bottom:12px}.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.5fr);gap:12px}.panel{margin-bottom:10px}}@media(min-width:1401px)and (max-width:1919px){.page:has(.dashboard-header){padding:16px 18px 18px}.dashboard-header{min-height:54px;margin-bottom:11px}.kpi-grid,.dashboard-three-grid,.dashboard-geography-grid{gap:11px;margin-bottom:11px}}@media(min-width:1101px)and (max-width:1400px){.page:has(.dashboard-header){padding:14px 16px 16px}.dashboard-header{min-height:52px;margin-bottom:10px;column-gap:10px}.dashboard-brand h1{font-size:23px}.dashboard-brand span{font-size:10px}.traffic-toggle-button{padding:5px 9px;font-size:10px}.dashboard-header-controls{gap:4px}.simple-period-button{min-width:62px;height:23px;font-size:10px}.primary-button{height:23px;padding:0 8px;font-size:10px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:9px}.kpi-card{min-height:62px;padding:8px 9px;gap:8px}.kpi-title{font-size:11px}.kpi-value{font-size:16px}.kpi-subtitle{font-size:10px}.dashboard-three-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.6fr);gap:8px;margin-bottom:8px}.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.45fr);gap:8px}.compact-chart-panel,.compact-products-panel{min-height:190px}.compact-geography-panel{min-height:155px}.panel{padding:8px 10px;margin-bottom:8px;border-radius:8px}.panel-header{margin-bottom:6px}.panel-header h2{font-size:11px}.eyebrow{font-size:9px}}@media(min-width:851px)and (max-width:1100px){.page:has(.dashboard-header){padding:11px 12px 12px}.dashboard-header{min-height:48px;margin-bottom:8px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:8px}.dashboard-brand h1{font-size:21px}.dashboard-brand span{font-size:9px}.traffic-toggle{padding:2px;gap:2px}.traffic-toggle-button{padding:4px 8px;font-size:9px}.dashboard-header-controls{gap:3px}.simple-period-button{height:22px;min-width:58px;padding:0 6px;font-size:9px}.primary-button{height:22px;padding:0 7px;font-size:9px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:7px}.kpi-card{min-height:58px;padding:7px 8px;gap:7px;border-radius:7px}.kpi-title{font-size:10px}.kpi-value{font-size:15px}.kpi-subtitle{font-size:9px}.dashboard-three-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.55fr);gap:7px;margin-bottom:7px}.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr);gap:7px;margin-bottom:7px}.compact-chart-panel,.compact-products-panel{min-height:170px}.compact-geography-panel{min-height:142px}.dashboard-key-insights{grid-template-columns:120px 1fr;gap:7px;padding:5px}.dashboard-key-insights .insights-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-key-insights .key-insights-title{min-height:42px;padding:7px}.dashboard-key-insights .insight-item{padding:2px 5px}}@media(min-width:701px)and (max-width:850px){.main-content:has(.dashboard-header){margin-left:72px;width:calc(100% - 72px)}.page:has(.dashboard-header){padding:9px 10px 10px}.dashboard-header{min-height:46px;margin-bottom:7px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:6px}.dashboard-brand h1{font-size:19px}.dashboard-brand span{font-size:9px}.traffic-toggle-button{padding:4px 7px;font-size:9px}.dashboard-header-controls{gap:3px;flex-wrap:nowrap}.simple-period-button{height:21px;min-width:54px;font-size:8px}.primary-button{height:21px;padding:0 6px;font-size:8px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:6px}.kpi-card{min-height:55px;padding:6px 7px;gap:6px}.kpi-title{font-size:9px}.kpi-value{font-size:14px}.kpi-subtitle{font-size:8px}.dashboard-three-grid,.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.45fr);gap:6px;margin-bottom:6px}.compact-chart-panel,.compact-products-panel{min-height:155px}.compact-geography-panel{min-height:132px}.panel{padding:7px 8px;margin-bottom:6px}.panel-header{margin-bottom:5px}.panel-header h2{font-size:10px}.eyebrow{font-size:8px}.dashboard-key-insights{grid-template-columns:105px 1fr;gap:6px;margin-top:0;padding:4px}.dashboard-key-insights .insights-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-key-insights .key-insights-title{min-height:38px;padding:6px}.dashboard-key-insights .key-insights-title h2{font-size:8px}.dashboard-key-insights .insights-icon{width:20px;height:20px;font-size:10px}.dashboard-key-insights .insight-item{min-height:38px;padding:2px 4px}.dashboard-key-insights .insight-item strong{font-size:9px}.dashboard-key-insights .insight-item span{font-size:6px}.os-row{grid-template-columns:7px 48px minmax(45px,1fr) 40px 30px;column-gap:5px;min-height:19px}.os-name,.os-requests,.os-percentage{font-size:8px}.compact-product-header,.compact-product-row{grid-template-columns:20px minmax(90px,1.7fr) minmax(55px,1fr) 42px 44px;column-gap:4px}.compact-product-row{min-height:21px}.compact-product-name,.compact-product-request,.compact-product-share{font-size:8px}.country-row{grid-template-columns:20px minmax(0,1fr) 54px 40px;min-height:24px;padding:0 5px}.country-name,.country-request,.country-share{font-size:8px}}@media(min-width:561px)and (max-width:700px){.main-content:has(.dashboard-header){margin-left:72px;width:calc(100% - 72px)}.page:has(.dashboard-header){padding:7px 8px 8px}.dashboard-header{min-height:43px;margin-bottom:6px;grid-template-columns:minmax(0,1fr) auto auto;column-gap:5px}.dashboard-brand h1{font-size:18px}.dashboard-brand span{font-size:8px}.traffic-toggle-button{padding:4px 6px;font-size:8px}.dashboard-header-controls{gap:3px}.simple-period-button{height:20px;min-width:52px;font-size:8px}.primary-button{height:20px;padding:0 6px;font-size:8px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-bottom:5px}.kpi-card{min-height:52px;padding:5px 6px;gap:5px;border-radius:7px}.kpi-title{font-size:8px}.kpi-value{font-size:13px}.kpi-subtitle{font-size:8px}.dashboard-three-grid,.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr);gap:5px;margin-bottom:5px}.compact-chart-panel,.compact-products-panel{min-height:145px}.compact-geography-panel{min-height:124px}.panel{padding:6px 7px;margin-bottom:5px;border-radius:7px}.panel-header{margin-bottom:4px}.panel-header h2{font-size:10px}.eyebrow{font-size:8px}.dashboard-key-insights{grid-template-columns:95px 1fr;gap:5px;padding:3px}.dashboard-key-insights .insights-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-key-insights .key-insights-title{min-height:34px;padding:5px}.dashboard-key-insights .key-insights-title h2{font-size:8px}.dashboard-key-insights .insights-icon{width:18px;height:18px;font-size:9px}.dashboard-key-insights .insight-item{min-height:34px;padding:2px 3px}.dashboard-key-insights .insight-item strong{font-size:8px}.dashboard-key-insights .insight-item span{font-size:5.5px}.os-row{grid-template-columns:7px 44px minmax(40px,1fr) 38px 28px;column-gap:4px;min-height:18px}.os-name,.os-requests,.os-percentage{font-size:8px}.compact-product-header,.compact-product-row{grid-template-columns:19px minmax(85px,1.6fr) minmax(45px,1fr) 38px 40px;column-gap:3px}.compact-product-row{min-height:20px}.compact-product-name,.compact-product-request,.compact-product-share{font-size:7.5px}.country-row{grid-template-columns:19px minmax(0,1fr) 50px 37px;min-height:23px;padding:0 4px}.country-name,.country-request,.country-share{font-size:7.5px}}@media(max-width:560px){.main-content:has(.dashboard-header){margin-left:72px;width:calc(100% - 72px)}.page:has(.dashboard-header){padding:6px}.dashboard-header{min-height:42px;margin-bottom:5px;grid-template-columns:minmax(0,1fr) auto;row-gap:4px}.dashboard-header-title{grid-column:1}.dashboard-header-toggle{grid-column:2;grid-row:1}.dashboard-header-controls{grid-column:1 / -1;grid-row:2;justify-content:flex-end;gap:3px}.dashboard-brand h1{font-size:17px}.dashboard-brand span{font-size:8px}.traffic-toggle-button{padding:3px 5px;font-size:8px}.simple-period-button{height:20px;min-width:52px;font-size:8px}.primary-button{height:20px;font-size:8px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-bottom:4px}.kpi-card{min-height:49px;padding:5px;gap:4px}.kpi-title{font-size:8px}.kpi-value{font-size:12px}.kpi-subtitle{font-size:7px}.dashboard-three-grid,.dashboard-geography-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr);gap:4px;margin-bottom:4px}.compact-chart-panel,.compact-products-panel{min-height:136px}.compact-geography-panel{min-height:116px}.panel{padding:5px 6px;margin-bottom:4px;border-radius:6px}.panel-header{margin-bottom:3px}.panel-header h2{font-size:9px}.eyebrow{font-size:7px}.dashboard-key-insights{grid-template-columns:84px 1fr;gap:4px;padding:2px}.dashboard-key-insights .insights-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-key-insights .key-insights-title{min-height:30px;padding:4px}.dashboard-key-insights .key-insights-title h2{font-size:7px}.dashboard-key-insights .insights-icon{width:16px;height:16px;font-size:8px}.dashboard-key-insights .insight-item{min-height:30px;padding:1px 2px}.dashboard-key-insights .insight-item strong{font-size:7px}.dashboard-key-insights .insight-item span{font-size:5px}.os-row{grid-template-columns:6px 40px minmax(35px,1fr) 34px 25px;column-gap:3px;min-height:17px}.os-name,.os-requests,.os-percentage{font-size:7px}.compact-product-header,.compact-product-row{grid-template-columns:18px minmax(70px,1.5fr) minmax(40px,1fr) 34px 36px;column-gap:3px}.compact-product-row{min-height:19px}.compact-product-name,.compact-product-request,.compact-product-share{font-size:7px}.country-row{grid-template-columns:18px minmax(0,1fr) 46px 34px;min-height:21px;padding:0 3px}.country-name,.country-request,.country-share{font-size:7px}}.byrequest{font-size:12px;font-weight:500}@media(max-height:900px){.dashboard-header{margin-bottom:0}.device-chart-insight,.os-chart-insight{display:none}.device-chart-main{gap:40px}.device-donut{height:150px}.geo-dashboard-summary{gap:120px}.compact-geography-panel .geo-chart-block{padding:20px}.location-table{margin-top:40px}.os-list{gap:4px}.os-row{min-height:16px}.os-percentage,.os-requests{font-size:10px}.compact-product-row{min-height:18px}.os-name{font-size:10px}.compact-product-rank-circle{height:12px!important;width:12px!important;font-size:9px!important}.compact-product-name{font-size:10px!important}.compact-product-request,.compact-product-share{font-size:9px!important}.bot-chart-container{margin-top:0}.compact-geography-panel{max-height:330px}.bot-chart-container{height:280px}}
