:root{--ink:#17212b;--muted:#667482;--line:#dfe5e8;--paper:#fff;--wash:#f3f6f7;--brand:#145c50;--brand2:#d6a95c;--danger:#a83d43;--ok:#2d7658;--radius:16px}*{box-sizing:border-box}body{margin:0;background:var(--wash);color:var(--ink);font:15px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--brand)}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:#102c30;color:#fff;padding:24px 0 0}.topbar-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.header-actions,.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.eyebrow{margin:0 0 4px;color:#b9d6d0;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}.eyebrow.dark{color:var(--brand)}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font:600 clamp(24px,4vw,38px)/1.15 Georgia,serif}h2{font-size:28px;margin-bottom:6px}.badge{padding:7px 11px;border:1px solid #ffffff45;border-radius:99px;font-size:12px}.ghost{background:transparent;border:1px solid #ffffff45}.nav{display:flex;gap:6px;margin-top:22px}.nav a{color:#cce0dc;text-decoration:none;padding:11px 15px;border-radius:10px 10px 0 0}.nav a.active{background:var(--wash);color:var(--ink)}.main{padding:28px 0 50px}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 7px 22px #12252b0a}.card+.card{margin-top:20px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.project-card{text-decoration:none;color:var(--ink);transition:.18s transform,.18s box-shadow}.project-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px #12252b18}.project-top{display:flex;justify-content:space-between}.project-client,.domain,.card-foot{color:var(--muted);font-size:12px}.status-dot{width:10px;height:10px;border-radius:50%;background:#c8d0d3}.status-dot.live{background:#43a976}.project-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.project-metrics div{background:var(--wash);padding:10px;border-radius:10px}.project-metrics span,.metric-card span,.metric-card small{display:block;color:var(--muted);font-size:11px}.project-metrics strong{font-size:19px}.form-card{margin-top:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.span-2{grid-column:1/-1}.form-submit{display:flex;align-items:flex-end;padding-bottom:1px}input,textarea,select{width:100%;border:1px solid #bdc8cc;border-radius:9px;padding:11px 12px;font:inherit;background:#fff}label{font-weight:700;display:block;margin:13px 0 5px}.button,button{appearance:none;border:0;border-radius:9px;padding:10px 14px;background:var(--brand);color:#fff;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block}.button.secondary{background:#e9eeee;color:var(--ink)}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.metric-card.accent{background:#f4eee3;border-color:#e5d2b0}.metric-card strong{display:block;font-size:28px;margin:3px 0}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.position-bars{display:grid;gap:10px}.bar-row{display:grid;grid-template-columns:48px 1fr 45px;gap:10px;align-items:center;font-size:12px}.bar-row>div{height:9px;background:var(--wash);border-radius:9px;overflow:hidden}.bar-row i{display:block;height:100%;background:var(--brand);border-radius:9px}.change-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.change-grid div{padding:14px;background:var(--wash);border-radius:10px}.change-grid span{display:block;color:var(--muted);font-size:11px}.change-grid strong{font-size:23px}.positive{color:var(--ok)}.negative{color:var(--danger)}.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.table-wrap{overflow:auto;max-height:720px}td small{display:block;color:var(--muted)}.tag{display:inline-block;border-radius:99px;padding:3px 8px;background:#edf1f2;font-size:11px}.tag.branded{background:#dceee8;color:#175a43}.tag.opportunity{background:#fff0c9;color:#76550b}.tag.questionable{background:#f0e9e9;color:#765b5d}.dim{opacity:.58}.truncate{display:block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-panel{margin-top:18px}.settings-panel summary{cursor:pointer;font-weight:700}.empty{text-align:center;padding:40px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.metric{background:var(--wash);padding:16px;border-radius:12px}.metric span{display:block;color:var(--muted);font-size:12px}.metric strong{font-size:22px}.test-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.test{border:1px solid var(--line);padding:16px;border-radius:12px}.test h3{margin-bottom:5px}.test p{color:var(--muted);min-height:48px}.hint,.muted{color:var(--muted);font-size:13px}.notice{padding:12px 14px;border-radius:10px;background:#e5f2ed;color:#18513c;margin-bottom:18px}.notice.error{background:#f8e7e8;color:#832f34}.progress{height:8px;background:#e5eaec;border-radius:8px;overflow:hidden}.progress span{display:block;height:100%;background:var(--brand2)}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--muted)}.result{margin-top:20px}.result pre{max-height:420px;overflow:auto;background:#12252b;color:#dcebea;padding:16px;border-radius:12px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.login{max-width:520px;margin:50px auto}.footer{color:var(--muted);font-size:12px;padding:0 0 28px}@media(max-width:900px){.project-grid{grid-template-columns:1fr 1fr}.metric-row{grid-template-columns:1fr 1fr}}@media(max-width:700px){.grid,.test-grid,.dashboard-grid,.project-grid,.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.metric-row{grid-template-columns:1fr 1fr}.topbar-inner,.page-head{align-items:flex-start;flex-direction:column}.nav{overflow:auto}.shell{width:min(100% - 20px,1180px)}}

.dashboard-grid{align-items:start}.keyword-card{margin-top:0}.keyword-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,.8fr);gap:18px;align-items:end;margin:18px 0 12px}.keyword-toolbar label{font-size:12px;color:var(--muted);margin-top:0}.bulk-actions>div{display:flex;gap:8px}.bulk-actions select{min-width:210px}.filter-group{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:12px}.filter-button{background:#edf1f2;color:var(--ink);padding:7px 10px;font-size:12px}.filter-button:hover,.filter-button.active{background:var(--brand);color:#fff}.filter-button span{font-variant-numeric:tabular-nums}.keyword-counter{margin-left:auto;color:var(--muted);font-size:12px}.keyword-table .check-cell{width:32px;padding-right:2px}.keyword-table input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--brand)}.tag.review{background:#f4e9cf;color:#745710}.tag.not_relevant{background:#f1e4e5;color:#7b373c}.tag.ignored{background:#e4e7e8;color:#526064}.manual-label{margin-top:3px;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.keyword-table tr[hidden]{display:none}.keyword-table tbody tr:hover{background:#f8faf9}@media(max-width:800px){.keyword-toolbar{grid-template-columns:1fr}.keyword-counter{width:100%;margin-left:0}.bulk-actions>div{align-items:stretch}.bulk-actions select{min-width:0}}
.dashboard-grid>.card+.card,.project-grid>.card+.card,.test-grid>.card+.card{margin-top:0}.performance-grid{align-items:stretch}.performance-grid>.card,.metric-row>.metric-card,.project-grid>.project-card{height:100%}.insight-grid{align-items:start}
:root{--control-height:46px}.button,button{min-height:var(--control-height);padding:0 16px;font:inherit;font-weight:700;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.actions{align-items:stretch}.actions form,.header-actions form{display:flex;margin:0}.actions .button,.actions button{height:var(--control-height)}input:not([type=checkbox]):not([type=hidden]),select{height:var(--control-height);min-height:var(--control-height);padding-top:0;padding-bottom:0}.keyword-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}.bulk-actions>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.bulk-actions select{min-width:0}.filter-button{min-height:38px;padding:0 11px}.filter-button span{margin-left:3px}.insight-grid{margin-top:18px}.progress{margin:16px 0 8px}.card form>p:last-child{margin:18px 0 0}.form-submit button{min-width:190px}.settings-panel .form-submit{gap:18px}.metric-row{align-items:stretch}@media(max-width:800px){.keyword-toolbar{grid-template-columns:1fr}.bulk-actions>div{grid-template-columns:minmax(0,1fr) auto}}@media(max-width:520px){.bulk-actions>div{grid-template-columns:1fr}.bulk-actions button{width:100%}.actions{width:100%}.actions>a,.actions>form,.actions button{width:100%}}
.development-card{margin-bottom:20px}.comparison-date{background:#edf1f2;color:var(--muted);border-radius:99px;padding:7px 11px;font-size:12px;white-space:nowrap}.development-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.development-kpis>div{background:var(--wash);border-radius:12px;padding:15px}.development-kpis span,.development-kpis small{display:block;color:var(--muted);font-size:11px}.development-kpis strong{display:block;font-size:25px;margin:3px 0}.development-kpis small span{display:inline;font-size:inherit}.readiness{display:flex;gap:6px;flex-direction:column;padding:16px 18px;background:#f4eee3;border:1px solid #e5d2b0;border-radius:12px}.readiness span{color:var(--muted);font-size:13px}.trend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.trend-grid article{border:1px solid var(--line);border-radius:12px;padding:14px}.trend-head,.movement-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.trend-head span{color:var(--muted);font-size:12px}.trend-head strong{font-size:18px}.mini-chart{height:92px;display:flex;align-items:flex-end;gap:6px;margin-top:12px;padding-top:8px;border-bottom:1px solid var(--line)}.mini-chart i{display:block;flex:1;min-width:5px;max-width:30px;background:var(--brand);border-radius:5px 5px 0 0;opacity:.84}.mini-chart i:last-child{background:var(--brand2);opacity:1}.movement-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.movement-grid>article{border:1px solid var(--line);border-radius:12px;padding:16px;min-width:0}.movement-head h4{margin:0;font-size:16px}.movement-head>span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;border-radius:99px;background:#edf1f2;font-size:12px;font-weight:700}.movement-grid table{margin-top:10px}.movement-grid td:first-child{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chance-block{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.chance-block .movement-head{align-items:flex-start}.chance-block h4{margin-bottom:3px}.chance-block .table-wrap.compact{max-height:430px;margin-top:8px}@media(max-width:900px){.development-kpis{grid-template-columns:1fr 1fr}.trend-grid{grid-template-columns:1fr}.mini-chart{height:72px}.movement-grid{grid-template-columns:1fr}}@media(max-width:520px){.development-kpis{grid-template-columns:1fr}.development-card .section-head{flex-direction:column}.comparison-date{align-self:flex-start}}
.sort-button{min-height:0;padding:2px 0;background:transparent;color:var(--muted);font-size:inherit;line-height:1.2;gap:6px;border-radius:4px}.sort-button:hover,.sort-button:focus-visible{background:transparent;color:var(--brand)}.sort-button span{display:inline-block;min-width:12px;color:#95a1a7;font-size:12px}.keyword-table th[aria-sort=ascending] .sort-button,.keyword-table th[aria-sort=descending] .sort-button{color:var(--brand)}.keyword-table th[aria-sort=ascending] .sort-button span,.keyword-table th[aria-sort=descending] .sort-button span{color:var(--brand)}
.help-tip{position:relative;display:inline-flex!important;align-items:center;justify-content:center;width:17px;height:17px;margin-left:4px;border:1px solid #9aa8ad;border-radius:50%;color:#6c7b82!important;font-size:11px!important;font-weight:800;line-height:1;vertical-align:middle;cursor:help;outline:none}.help-tip::after{content:attr(data-tooltip);position:absolute;z-index:50;top:calc(100% + 9px);left:0;width:270px;padding:10px 12px;border-radius:9px;background:#102c30;color:#fff;font:12px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;white-space:normal;text-align:left;box-shadow:0 8px 24px #102c3040;opacity:0;visibility:hidden;transform:translateY(-3px);transition:.14s opacity,.14s transform;pointer-events:none}.help-tip::before{content:"";position:absolute;z-index:51;top:calc(100% + 4px);left:5px;border:5px solid transparent;border-bottom-color:#102c30;opacity:0;visibility:hidden}.help-tip:hover::after,.help-tip:focus::after,.help-tip:hover::before,.help-tip:focus::before{opacity:1;visibility:visible;transform:translateY(0)}.help-tip:focus-visible{box-shadow:0 0 0 3px #145c5030;border-color:var(--brand)}.sortable-heading{display:flex;align-items:center;gap:2px}.sortable-heading .help-tip{flex:0 0 17px}.metric-card>span,.development-kpis>div>span,.trend-head>span{display:flex;align-items:center;flex-wrap:wrap}@media(max-width:700px){.help-tip::after{width:min(250px,72vw)}}
.geo-competition-card{margin-top:18px;scroll-margin-top:18px}.geo-competition-head h3{margin-bottom:4px}.geo-pilot-control{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:16px 18px;border:1px solid #e5d2b0;border-radius:12px;background:#f4eee3}.geo-pilot-control>div>span,.geo-pilot-control small{display:flex;align-items:center;color:var(--muted);font-size:12px}.geo-pilot-control strong{display:block;font-size:25px;line-height:1.2;margin:3px 0}.geo-pilot-control form{margin:0;display:flex}.geo-readiness{margin-top:18px}.geo-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0 10px}.geo-summary>div{padding:15px;border-radius:12px;background:var(--wash)}.geo-summary span{display:flex;align-items:center;color:var(--muted);font-size:11px}.geo-summary strong{display:block;font-size:23px;margin-top:3px}.geo-comparison-table{max-height:none;margin-top:8px}.geo-comparison-table .own-domain{background:#eef7f3}.share-cell{width:120px;height:7px;margin:4px 0 3px;border-radius:99px;overflow:hidden;background:#e3e9eb}.share-cell span{display:block;height:100%;border-radius:inherit;background:var(--brand)}.geo-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.geo-detail-grid>article{min-width:0;padding:16px;border:1px solid var(--line);border-radius:12px}.geo-detail-grid h4{margin:0}.geo-detail-grid .muted{margin-bottom:8px}.geo-detail-grid .table-wrap.compact{max-height:390px}.settings-panel:target{outline:3px solid #145c5024;outline-offset:3px}@media(max-width:900px){.geo-summary{grid-template-columns:1fr 1fr}.geo-detail-grid{grid-template-columns:1fr}}@media(max-width:620px){.geo-competition-head,.geo-pilot-control{align-items:flex-start;flex-direction:column}.geo-pilot-control form,.geo-pilot-control button{width:100%}.geo-summary{grid-template-columns:1fr}.share-cell{width:90px}}
.geo-query-card{margin-top:18px;scroll-margin-top:18px}.query-summary{margin-bottom:18px}.query-table{max-height:760px;margin-top:4px}.query-table table{min-width:1080px}.query-table th:first-child{min-width:300px}.query-table th:nth-child(2){min-width:155px}.query-table th:nth-child(5){min-width:190px}.query-table th:last-child{min-width:195px}.query-cell>strong{display:inline;margin-right:7px}.gap-status{white-space:nowrap}.gap-status.open{background:#f5e8ca;color:#76580d}.gap-status.covered{background:#dceee7;color:#176450}.gap-status.review{background:#e7ebee;color:#485962}.gap-status.planned{background:#dfe8f5;color:#31597d}.gap-status.done{background:#dceee7;color:#176450}.gap-status.ignored{background:#e4e7e8;color:#526064}.query-context{margin-top:8px}.query-context summary{color:var(--brand);font-size:11px;font-weight:700;cursor:pointer}.query-context p{max-width:560px;margin:8px 0 0;padding:10px 12px;border-radius:8px;background:var(--wash);color:var(--muted);font-size:12px;line-height:1.5}.domain-list,.source-links{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.domain-list span{font-size:12px}.source-links a,.source-link{display:block;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.source-link{margin-top:6px}.query-status-select{min-width:180px}.query-save{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.query-save .hint{margin:0}.query-save button{flex:0 0 auto}@media(max-width:760px){.query-save{align-items:stretch;flex-direction:column}.query-save button{width:100%}}
.query-toolbar{display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(150px,.75fr));gap:12px;align-items:end;margin:18px 0 10px}.query-toolbar label{margin-top:0;color:var(--muted);font-size:12px}.query-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-bottom:12px}.query-toolbar-actions .keyword-counter{margin-right:auto}.query-toolbar-actions button{min-height:38px}.query-reset{background:#edf1f2;color:var(--ink)}.query-table tr[hidden]{display:none}.query-table tbody tr:hover{background:#f8faf9}.query-table th[aria-sort=ascending] .sort-button,.query-table th[aria-sort=descending] .sort-button{color:var(--brand)}.query-table th[aria-sort=ascending] .sort-button span,.query-table th[aria-sort=descending] .sort-button span{color:var(--brand)}button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:980px){.query-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:620px){.query-toolbar{grid-template-columns:1fr}.query-toolbar-actions{align-items:stretch;flex-direction:column}.query-toolbar-actions .keyword-counter{margin:0}.query-toolbar-actions button{width:100%}}
.viewer-badge{background:#ffffff18}.viewer-toolbar{grid-template-columns:1fr}.report-date{font-size:18px!important}.viewer-management{margin-top:20px;scroll-margin-top:18px}.viewer-create,.viewer-account{border:1px solid var(--line);border-radius:12px;background:#fbfcfc}.viewer-create{margin-top:18px}.viewer-create>summary,.viewer-account>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;cursor:pointer;font-weight:700;list-style-position:inside}.viewer-create[open]>summary,.viewer-account[open]>summary{border-bottom:1px solid var(--line)}.viewer-list{display:grid;gap:10px;margin-top:14px}.viewer-account>summary>span:first-child{display:flex;flex-direction:column}.viewer-account>summary small{color:var(--muted);font-weight:400}.viewer-form{padding:5px 17px 18px}.access-active{display:flex;align-items:flex-end;padding-bottom:1px}.check-option{display:flex;align-items:flex-start;gap:9px;margin:13px 0 5px;padding:11px 12px;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:600;cursor:pointer}.check-option input[type=checkbox]{flex:0 0 auto;width:17px;height:17px;margin:3px 0 0;accent-color:var(--brand)}.check-option span{display:flex;flex-direction:column}.check-option small{color:var(--muted);font-weight:400}.project-access{min-width:0;margin:16px 0 0;padding:0;border:0}.project-access legend{font-weight:700}.access-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.access-options .check-option{margin:0}.account-active{background:#dceee7;color:#176450}.account-inactive{background:#f1e4e5;color:#7b373c}.viewer-form-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:18px}.viewer-form-foot .hint{margin:0}.viewer-form-foot button{min-width:190px}.account-delete{display:flex;justify-content:flex-end;margin:0 17px 18px;padding-top:16px;border-top:1px solid var(--line)}.button.danger{background:var(--danger)}.button.danger:hover,.button.danger:focus-visible{background:#8f3037}@media(max-width:700px){.access-options{grid-template-columns:1fr}.viewer-form-foot{align-items:stretch;flex-direction:column}.viewer-form-foot button,.account-delete button{width:100%}}
.settings-divider{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.settings-divider h4{margin:0 0 8px;font-size:18px}.settings-divider input[type=color]{width:100%;height:46px;padding:5px;cursor:pointer}.report-section-settings{margin-top:20px}.report-actions{display:flex;justify-content:flex-end;gap:10px;margin-bottom:18px}.report-sheet{--report-accent:#145c50;max-width:1080px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 36px #102c3012;overflow:hidden}.report-masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 34px;border-top:7px solid var(--report-accent);border-bottom:1px solid var(--line)}.report-brand{display:flex;align-items:center;gap:15px;min-width:0}.report-brand img{display:block;width:auto;max-width:180px;height:50px;object-fit:contain}.report-brand div{display:flex;flex-direction:column}.report-brand span,.report-meta span,.report-section-head span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.report-brand strong{color:var(--report-accent);font-size:19px}.report-meta{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.report-meta strong{font-size:16px}.report-title{padding:36px 34px 30px;background:linear-gradient(135deg,color-mix(in srgb,var(--report-accent) 9%,white),#fff 72%)}.report-title p{margin:0 0 4px;color:var(--report-accent);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.report-title h2{margin:0 0 5px;font:600 clamp(30px,5vw,46px)/1.12 Georgia,serif}.report-title span{color:var(--muted)}.report-section{padding:30px 34px;border-top:1px solid var(--line)}.report-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.report-section-head h3{margin:2px 0 0;font-size:24px}.report-section h4{margin-bottom:13px;font-size:16px}.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px}.report-kpis-three{grid-template-columns:repeat(3,minmax(0,1fr))}.report-kpis>div{min-width:0;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfcfc}.report-kpis>div>span,.report-kpis>div>small{display:block;color:var(--muted);font-size:11px}.report-kpis>div>strong{display:block;margin:3px 0;color:var(--report-accent);font-size:25px;line-height:1.2}.report-two-column{display:grid;grid-template-columns:1fr 1fr;gap:24px}.report-two-column>div{min-width:0;padding:18px;border:1px solid var(--line);border-radius:12px}.report-sheet .position-bars i,.report-sheet .share-cell span{background:var(--report-accent)}.report-table{max-height:none}.report-table table{min-width:680px}.report-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em}.report-table td,.report-table th{padding:9px 7px}.report-own-domain{background:color-mix(in srgb,var(--report-accent) 7%,white)}.report-empty{padding-top:55px;padding-bottom:55px;text-align:center}.report-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 34px;border-top:1px solid var(--line);background:#f7f9f9;color:var(--muted);font-size:11px}.report-footer strong{color:var(--report-accent)}@media(max-width:800px){.report-masthead,.report-title,.report-section,.report-footer{padding-left:22px;padding-right:22px}.report-kpis{grid-template-columns:1fr 1fr}.report-two-column{grid-template-columns:1fr}.report-actions{justify-content:stretch}.report-actions>*{flex:1}}@media(max-width:520px){.report-masthead,.report-footer{align-items:flex-start;flex-direction:column}.report-meta{align-items:flex-start}.report-brand img{max-width:130px;height:42px}.report-kpis,.report-kpis-three{grid-template-columns:1fr}.report-actions{flex-direction:column}.report-section{padding-top:24px;padding-bottom:24px}.report-title h2{font-size:30px}}
@media print{@page{size:A4;margin:11mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body,body.report-mode{background:#fff;font-size:10pt}.topbar,.no-print,body>.footer{display:none!important}.shell.main{width:100%;max-width:none;padding:0;margin:0}.report-sheet{max-width:none;margin:0;border:0;border-radius:0;box-shadow:none;overflow:visible}.report-masthead{padding:0 0 15px;border-top:5px solid var(--report-accent)}.report-title{padding:20px 0;background:transparent}.report-title h2{font-size:28pt}.report-section{padding:18px 0;border-top:1px solid #ccd4d7}.report-section-head{margin-bottom:12px}.report-section-head h3{font-size:17pt}.report-kpis{gap:7px;margin-bottom:14px}.report-kpis>div{padding:10px}.report-kpis>div>strong{font-size:18pt}.report-two-column{gap:12px}.report-two-column>div{padding:11px}.report-table{overflow:visible}.report-table table{min-width:0;font-size:8pt}.report-table td,.report-table th{padding:5px 4px}.report-footer{padding:14px 0;background:transparent}.report-section,.report-kpis>div,.report-two-column>div,.report-table tr{break-inside:avoid;page-break-inside:avoid}a{color:inherit;text-decoration:none}a[href]::after{content:none!important}}
