:root{--bg:#f3f6fa;--surface:#fff;--surface-2:#f8fafc;--text:#172033;--muted:#687386;--line:#e1e7ef;--primary:#2f6fec;--primary-strong:#1f5edc;--primary-soft:#edf4ff;--success:#229447;--success-soft:#eaf8ee;--danger:#c53030;--danger-soft:#fff1f2;--warning:#a15c00;--warning-soft:#fff8e6;--sidebar:#0d1b2e;--shadow:0 5px 18px rgba(24,39,75,.055);--radius:5px;--font:Inter,"PingFang SC","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a{color:var(--primary);text-decoration:none}i.bi{line-height:1}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:1000;background:#fff;padding:.65rem 1rem;border-radius:6px;box-shadow:var(--shadow)}.skip-link:focus{top:1rem}
.app-shell{min-height:100vh;display:grid;grid-template-columns:202px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#0e1e33,#0b1728);color:#c9d3e1;display:flex;flex-direction:column;padding:0 10px;z-index:30}.brand{height:60px;display:flex;align-items:center;gap:10px;color:#fff;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.055)}.brand:hover{color:#fff}.brand-mark{width:30px;height:30px;border-radius:7px;display:grid;place-items:center;background:linear-gradient(145deg,#397ff3,#1554bd);color:#fff;font-size:18px}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small{font-size:9px;color:#8191a8;letter-spacing:.04em}.nav{display:grid;gap:3px;margin-top:14px}.nav a{min-height:39px;display:flex;align-items:center;gap:10px;border-radius:5px;padding:9px 12px;color:#c8d3e1;font-size:13px;font-weight:550}.nav a i{width:18px;text-align:center}.nav a:hover,.nav a:focus-visible{background:#182d49;color:#fff}.nav a.active{background:linear-gradient(90deg,#397df1,#2d69e0);color:#fff;box-shadow:0 5px 14px rgba(31,94,220,.25)}.nav-group-title{color:#718198;font-size:11px;padding:15px 12px 5px}.sidebar-collapse{margin-top:auto;height:45px;border-top:1px solid rgba(255,255,255,.08);display:grid;place-items:center;color:#8a9ab0}.app-main{min-width:0}.topbar{height:60px;background:#fff;border-bottom:1px solid #e9edf3;display:flex;align-items:center;justify-content:space-between;padding:0 23px;position:sticky;top:0;z-index:20}.topbar-title,.topbar-user{display:flex;align-items:center}.topbar-title{gap:8px}.topbar-title h1{font-size:16px;margin:0;font-weight:700}.topbar-list-icon{color:#738096}.topbar-user{gap:9px;font-size:12px;color:#4b5565}.topbar-clock{display:flex;align-items:center;gap:6px;margin-right:10px}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#2f6fec;color:#fff;font-weight:700}.topbar-user form{margin:0}.link-button{border:0;background:transparent;color:#718198;padding:6px;cursor:pointer}.link-button:hover{color:var(--primary)}.mobile-menu{display:none}.icon-button{border:0;background:transparent;width:38px;height:38px;place-items:center;border-radius:5px;cursor:pointer}.content{padding:20px;max-width:1700px;margin:0 auto}
.page-actions,.section-head,.filter-bar,.toolbar,.inline-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-actions,.section-head{justify-content:space-between;margin-bottom:16px}.section-head h2,.panel h2{margin:0;font-size:15px}.section-head p,.panel-heading p{margin:3px 0 0;color:var(--muted);font-size:12px}.panel{background:var(--surface);border:1px solid #e7ebf1;border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;margin-bottom:16px}.panel-compact{padding:0}.panel-heading{padding:15px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;align-items:center}.button{border:1px solid #d9e0e9;background:#fff;color:var(--text);border-radius:5px;min-height:36px;padding:7px 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;cursor:pointer}.button:hover{background:var(--surface-2);border-color:#bdc8d8}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(47,111,236,.18);outline-offset:1px}.button-primary{background:var(--primary);border-color:var(--primary);color:#fff}.button-primary:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.button-danger{color:var(--danger);border-color:#fecaca}.button-small{min-height:30px;padding:5px 9px;font-size:12px}.button-block{width:100%}.alert{padding:10px 13px;border:1px solid;border-radius:5px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px;gap:8px}.alert button{border:0;background:transparent;font-size:18px;cursor:pointer}.alert-success{background:var(--success-soft);border-color:#a6e8b8;color:#05603a}.alert-error{background:var(--danger-soft);border-color:#fecdd3;color:#9f1239}.filter-bar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px;margin-bottom:15px}.filter-bar label{min-width:145px;flex:1}.field-label,label{font-size:12px;font-weight:600;color:#344054}.field-label{display:block;margin-bottom:5px}.field-help{font-size:11px;color:var(--muted);margin-top:4px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.form-grid .full{grid-column:1/-1}.form-stack{display:grid;gap:15px}.form-stack label,.form-grid label{display:grid;gap:5px}.form-actions{grid-column:1/-1;display:flex;gap:10px;justify-content:flex-end;padding-top:3px}input,select,textarea{width:100%;min-height:38px;border:1px solid #d6dee9;border-radius:5px;background:#fff;color:var(--text);padding:8px 11px}input[readonly]{background:#f7f9fc;color:#46556b}textarea{min-height:110px;resize:vertical}input::placeholder,textarea::placeholder{color:#9aa4b3}.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.checkbox-card{display:grid!important;grid-template-columns:20px 1fr auto;gap:8px!important;align-items:center;border:1px solid var(--line);border-radius:5px;padding:10px 11px;font-weight:500}.checkbox-card input{width:17px;height:17px;min-height:0}.checkbox-card small{color:var(--muted);font-weight:400}.switch-line{display:flex!important;align-items:center;gap:8px!important}.switch-line input{width:17px;min-height:17px}
.table-wrap{overflow:auto;max-width:100%;position:relative}.data-table{border-collapse:collapse;width:100%;font-size:12px}.data-table th,.data-table td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.data-table th{color:#3d4858;background:#f8fafc;font-size:11px;white-space:nowrap}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfdff}.data-table .numeric{text-align:right;font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.nowrap{white-space:nowrap}.truncate{max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{display:inline-flex;align-items:center;gap:4px;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:650;white-space:nowrap}.badge-success{background:var(--success-soft);color:var(--success)}.badge-muted{background:#f2f4f7;color:#566173}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-primary{background:var(--primary-soft);color:var(--primary)}.rank{font-size:17px;font-weight:750;font-variant-numeric:tabular-nums}.rank-top3{color:#1746a2}.rank-top10{color:#2563eb}.rank-top20{color:#087a7a}.rank-top50{color:#475467}.rank-out{color:#98a2b3;font-size:14px}.change{font-size:11px;font-weight:700;margin-left:3px;white-space:nowrap}.change-up,.change-new{color:var(--success)}.change-down,.change-out{color:var(--danger)}.change-same{color:var(--muted)}.stats-strip{display:grid;grid-template-columns:repeat(8,minmax(90px,1fr));background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;overflow:hidden}.stat{padding:15px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat span{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}.stat strong{font-size:23px;line-height:1;font-variant-numeric:tabular-nums}.stat small{font-size:11px;color:var(--muted);margin-left:3px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric{background:#fff;border:1px solid var(--line);border-radius:5px;padding:14px}.metric span{display:block;color:var(--muted);font-size:11px}.metric strong{display:block;font-size:20px;margin-top:4px}.progress{height:6px;background:#e9eef5;border-radius:99px;overflow:hidden;min-width:120px}.progress>span{height:100%;display:block;background:var(--primary);border-radius:inherit;transition:width .2s ease}.progress-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-top:4px}.pagination{display:flex;gap:4px;padding:14px 18px}.pagination a,.pagination span{min-width:32px;height:32px;border:1px solid var(--line);border-radius:4px;display:grid;place-items:center;color:var(--text)}.pagination .active{background:var(--primary);color:#fff;border-color:var(--primary)}details{border-top:1px solid var(--line)}details summary{cursor:pointer;padding:10px 12px;color:var(--primary);font-weight:600;list-style:none}details summary::-webkit-details-marker{display:none}.details-body{padding:0 12px 14px}.inline-details{border:0;position:relative}.inline-details summary{padding:5px 9px;color:var(--text)}.password-reset-form{position:absolute;z-index:10;right:0;top:36px;width:280px;background:#fff;border:1px solid var(--line);padding:10px;box-shadow:0 10px 28px rgba(15,23,42,.14);display:flex;gap:6px}.password-reset-form input{min-width:175px}
.location-combobox{position:relative}.location-results{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:50;background:#fff;border:1px solid #ccd6e4;border-radius:5px;box-shadow:0 12px 28px rgba(15,23,42,.14);max-height:270px;overflow:auto;padding:4px}.location-results:empty{display:none}.location-option{width:100%;border:0;background:#fff;text-align:left;padding:8px 9px;border-radius:4px;display:grid;gap:1px;cursor:pointer}.location-option:hover,.location-option[aria-selected=true]{background:var(--primary-soft)}.location-option strong{font-size:12px}.location-option small{color:var(--muted);font-size:11px}.location-loading{padding:10px;color:var(--muted);font-size:12px}.trend-chart{min-height:310px;border:1px solid var(--line);border-radius:5px;padding:11px;background:#fff}.trend-chart svg{width:100%;height:290px;overflow:visible}.trend-legend{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;font-size:11px;color:var(--muted)}.legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:4px}.empty-state{padding:42px 20px;text-align:center;color:var(--muted);font-size:13px}.empty-state strong{display:block;color:var(--text);font-size:15px;margin-bottom:4px}.empty-state .button{margin-top:14px}.callout{background:#f8fbff;border:1px solid #cfe0ff;border-radius:5px;padding:12px 14px;color:#294468;font-size:12px}.code-mask{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.search-reference{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,1fr) auto;gap:14px;align-items:end;background:#f6f9fc;border:1px solid var(--line);padding:16px;border-radius:5px}.danger-zone{border-color:#fecaca}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.search-select{position:relative;display:grid;gap:5px}.search-select-control{position:relative;display:block}.search-select-control>i{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:1;color:#8290a3;font-size:13px}.search-select-control input{width:100%;padding-left:34px;padding-right:30px}.search-select.has-selected-flag .search-select-control input{padding-left:68px}.search-select-flag{position:absolute;left:35px;top:50%;z-index:2;width:23px;height:17px;transform:translateY(-50%);border-radius:3px;box-shadow:0 0 0 1px rgba(15,23,42,.12);background-size:cover}.search-select-flag[hidden]{display:none!important}.search-select-control:after{content:"\F282";font-family:"bootstrap-icons";position:absolute;right:11px;top:50%;transform:translateY(-50%);font-size:11px;color:#667085;pointer-events:none}.search-select-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.search-select-results{position:absolute;left:0;right:0;top:61px;z-index:55;background:#fff;border:1px solid #ccd6e4;border-radius:5px;box-shadow:0 12px 28px rgba(15,23,42,.14);max-height:310px;overflow:auto;padding:4px}.search-select-results:empty{display:none}.search-select-option{width:100%;border:0;background:#fff;text-align:left;padding:8px 9px;border-radius:4px;display:grid;gap:1px;cursor:pointer}.search-select-option.has-flag{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px}.search-select-option-flag{width:24px;height:18px;border-radius:3px;box-shadow:0 0 0 1px rgba(15,23,42,.12);background-size:cover}.search-select-option-copy{display:grid;gap:1px;min-width:0}.search-select-option:hover,.search-select-option[aria-selected=true]{background:var(--primary-soft)}.search-select-option strong{font-size:12px;font-weight:650}.search-select-option small{color:var(--muted);font-size:11px}.search-select-empty{padding:12px;color:var(--muted);font-size:12px;text-align:center}
/* Query workbench */
.query-panel{padding:20px}.query-form{display:grid;grid-template-columns:1.05fr 1.05fr 1.25fr 1.05fr;gap:14px 22px;align-items:end}.query-form label,.query-form .location-combobox,.query-form .search-select{display:grid;gap:5px}.query-submit{grid-column:4;display:flex;justify-content:flex-end}.query-submit .button{min-width:180px}.query-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.query-guide>div{display:flex;gap:11px;align-items:center;padding:3px 8px}.query-guide>div>i{font-size:24px;color:var(--primary)}.query-guide strong,.query-guide small{display:block}.query-guide strong{font-size:13px}.query-guide small{font-size:11px;color:var(--muted)}.processing-card{text-align:center;max-width:720px;margin:60px auto;padding:44px}.processing-icon{font-size:40px;color:var(--primary);display:block;margin-bottom:12px}.processing-card .progress{margin:24px auto 0;max-width:500px}.processing-card .progress-meta{max-width:500px;margin:6px auto}.result-summary-grid{display:grid;grid-template-columns:180px minmax(0,1fr) 360px;border-top:1px solid var(--line);padding-top:18px}.rank-result{border-right:1px solid var(--line);padding:0 20px}.rank-result>span,.hit-result>span{display:block;font-size:12px;color:var(--muted);margin-bottom:8px}.rank-result>strong{font-size:52px;line-height:1;color:#31a354}.rank-result>small{margin-left:6px}.rank-result .badge{display:flex;width:max-content;margin-top:12px}.hit-result{padding:0 26px;border-right:1px solid var(--line)}.hit-result>a{display:block;font-size:14px;overflow-wrap:anywhere;margin-bottom:16px}.hit-result label{display:block;margin-bottom:6px}.hit-result strong{font-size:13px}.query-params{margin:0;padding-left:24px;display:grid;gap:7px}.query-params>div,.plain-dl>div{display:grid;grid-template-columns:95px 1fr;gap:8px}.query-params dt,.plain-dl dt{color:var(--muted)}.query-params dd,.plain-dl dd{margin:0;font-weight:600}.workbench-grid{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:16px;align-items:start}.workbench-side .panel{margin-bottom:14px}.plain-dl{font-size:12px;margin:12px 0 0;display:grid;gap:8px}.target-row{background:#eaf8ee}.target-check{color:#159447;font-size:17px}.truncate-link{display:block;max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.query-form-instant{grid-template-columns:repeat(4,minmax(0,1fr))}.query-form-instant>label:first-of-type,.query-form-instant>label:nth-of-type(2){grid-column:span 2}.query-form-instant .field-help{font-weight:400}
/* Login */
.login-page{min-height:100vh;background:#f7f9fc;padding:8px}.login-shell{min-height:calc(100vh - 16px);display:grid;grid-template-columns:minmax(480px,48%) minmax(480px,52%);grid-template-rows:1fr 54px;background:#fff;box-shadow:0 4px 22px rgba(20,37,63,.12);overflow:hidden}.login-visual{grid-row:1;background:#03152f url('/static/assets/login-earth.png') center bottom/cover no-repeat;color:#fff;position:relative}.login-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,16,40,.03),rgba(2,25,65,.14))}.login-visual-inner{position:relative;z-index:1;height:100%;padding:42px 50px;display:flex;flex-direction:column}.login-product{display:flex;align-items:center;gap:12px;font-size:20px}.product-mark{width:34px;height:34px;border-radius:8px;background:#2c72ed;display:grid;place-items:center}.login-copy{margin-top:110px;max-width:510px}.login-kicker{font-size:42px!important;font-weight:760;line-height:1;margin:0 0 12px!important}.login-copy h1{font-size:42px;line-height:1.18;margin:0 0 20px}.login-copy h1 span{color:#3d84f7}.login-copy>p{font-size:17px;line-height:1.9;color:#d1d9e6;margin:0}.login-features{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 36px;margin-top:42px}.login-features>div{display:flex;gap:13px;align-items:center}.login-features>div>i{width:47px;height:47px;border-radius:50%;background:linear-gradient(145deg,#1e5bb9,#2c75dd);display:grid;place-items:center;font-size:21px}.login-features strong,.login-features small,.login-security strong,.login-security small{display:block}.login-features strong{font-size:14px}.login-features small{font-size:12px;color:#bdc9da;margin-top:3px}.login-security{display:flex;gap:12px;align-items:center;background:rgba(65,128,222,.22);border:1px solid rgba(124,179,255,.09);padding:13px 18px;border-radius:7px;margin-top:38px;max-width:500px}.login-security>i{font-size:23px;color:#51c5ff}.login-security small{color:#bdd1ec;font-size:11px}.login-form-side{grid-row:1;display:grid;place-items:center;padding:42px;background:radial-gradient(circle at 92% 2%,rgba(47,111,236,.07),transparent 31%)}.login-card{width:min(520px,100%);background:#fff;border:1px solid #e6ebf2;border-radius:12px;box-shadow:0 12px 45px rgba(24,39,75,.08);padding:48px}.login-heading{text-align:center;margin-bottom:30px}.login-heading h2{font-size:28px;margin:0 0 8px}.login-heading p{color:var(--muted);margin:0;font-size:14px}.login-form{display:grid;gap:18px}.login-form label{display:grid;gap:7px;font-size:13px}.input-icon{position:relative;display:block}.input-icon>i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8290a3;font-size:18px}.input-icon input{height:48px;padding-left:45px;padding-right:44px}.password-toggle{position:absolute;right:5px;top:5px;width:38px;height:38px;border:0;background:transparent;color:#8290a3;cursor:pointer}.remember-line{display:flex!important;grid-template-columns:18px 1fr;align-items:center!important;gap:8px!important;color:#677386;font-weight:500!important}.remember-line input{width:17px;height:17px;min-height:0}.login-submit{height:48px;font-size:15px;margin-top:2px}.login-help{text-align:center;font-size:12px;color:#8792a2;margin:22px 0 0}.login-footer{grid-column:1/-1;display:grid;place-items:center;border-top:1px solid #eef1f5;color:#7e8999;font-size:12px}.login-page>.alert{margin-bottom:14px}
@media(max-width:1250px){.query-form{grid-template-columns:repeat(3,1fr)}.query-submit{grid-column:3}.stats-strip{grid-template-columns:repeat(4,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.result-summary-grid{grid-template-columns:160px minmax(0,1fr) 300px}.login-visual-inner{padding:35px}.login-copy{margin-top:75px}.login-copy h1,.login-kicker{font-size:36px!important}}
@media(max-width:980px){.app-shell{display:block}.sidebar{position:fixed;left:0;top:0;width:230px;transform:translateX(-105%);transition:transform .2s ease;box-shadow:12px 0 30px rgba(0,0,0,.18)}.sidebar.open{transform:translateX(0)}.mobile-menu{display:grid}.topbar-list-icon{display:none}.content{padding:16px}.query-form{grid-template-columns:repeat(2,1fr)}.query-form-instant>label:first-of-type,.query-form-instant>label:nth-of-type(2){grid-column:span 1}.query-submit{grid-column:2}.workbench-grid{grid-template-columns:1fr}.result-summary-grid{grid-template-columns:150px 1fr}.query-params{grid-column:1/-1;padding:20px 0 0;margin-top:18px;border-top:1px solid var(--line)}.hit-result{border-right:0}.login-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr 48px}.login-visual{grid-row:auto;min-height:360px}.login-visual-inner{padding:28px}.login-copy{margin-top:42px}.login-copy h1,.login-kicker{font-size:32px!important}.login-copy>p{font-size:14px}.login-features,.login-security{display:none}.login-form-side{grid-row:auto;padding:30px 20px}.login-card{padding:34px}.login-footer{grid-column:1}.form-grid{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:repeat(2,1fr)}.search-reference{grid-template-columns:1fr}.data-table{min-width:760px}}
@media(max-width:620px){.topbar-clock,.user-name{display:none}.topbar{padding:0 12px}.topbar-title h1{font-size:14px}.query-form{grid-template-columns:1fr}.query-submit{grid-column:1}.query-submit .button{width:100%}.query-guide{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr}.stats-strip{grid-template-columns:repeat(2,1fr)}.panel{padding:14px}.panel-compact{padding:0}.result-summary-grid{display:block}.rank-result,.hit-result{padding:12px 0;border:0;border-bottom:1px solid var(--line)}.query-params{padding-left:0}.login-page{padding:0}.login-shell{min-height:100vh}.login-visual{min-height:290px}.login-copy{margin-top:30px}.login-copy h1,.login-kicker{font-size:28px!important}.login-copy>p{line-height:1.65}.login-card{padding:28px 22px}.page-actions{align-items:stretch}.page-actions .button{width:100%}}

/* Enterprise WeChat employee login and isolated administrator login */
.wecom-login-page,.admin-login-page{min-height:100vh;margin:0;color:#12254a;background:#eef5ff;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif}
.wecom-login-page{background-color:#eef5ff;background-image:radial-gradient(circle at 22% 14%,rgba(49,124,246,.11),transparent 27%),radial-gradient(circle at 82% 64%,rgba(89,93,246,.09),transparent 26%),radial-gradient(circle,rgba(91,133,195,.13) 1px,transparent 1px);background-size:auto,auto,30px 30px}
.wecom-login-shell{min-height:100vh;display:grid;place-items:center;padding:60px 24px}
.wecom-login-card{width:min(680px,100%);box-sizing:border-box;padding:48px 62px 38px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.95);border-radius:25px;box-shadow:0 24px 70px rgba(47,91,166,.18);text-align:center;backdrop-filter:blur(14px)}
.wecom-login-brand{width:80px;height:80px;margin:0 auto 24px;border-radius:26px;background:linear-gradient(145deg,#1683ff,#3459f4);display:grid;place-items:center;color:#fff;font-size:39px;box-shadow:0 14px 28px rgba(37,102,244,.24)}
.wecom-login-heading h1{margin:0;color:#10244a;font-size:38px;line-height:1.2;font-weight:800;letter-spacing:-1px}
.wecom-login-heading p{margin:7px 0 0;color:#71809a;font-size:20px;font-weight:650}
.wecom-login-divider{display:flex;align-items:center;gap:22px;margin:32px 0 15px;color:#6aa1ff}
.wecom-login-divider:before,.wecom-login-divider:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,#c9dcfb)}
.wecom-login-divider:after{background:linear-gradient(90deg,#c9dcfb,transparent)}
.wecom-login-divider span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f6f9ff;font-size:22px}
.wecom-login-alert{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;padding:12px 15px;border:1px solid #ffd3d3;border-radius:10px;background:#fff3f3;color:#a32828;text-align:left;font-size:13px;line-height:1.6}
.wecom-login-action{height:80px;display:flex;align-items:center;justify-content:center;gap:17px;border-radius:16px;background:linear-gradient(110deg,#1784f8,#5856ee);color:#fff;text-decoration:none;box-shadow:0 18px 35px rgba(50,103,239,.24);font-size:29px;transition:transform .18s ease,box-shadow .18s ease}
.wecom-login-action:hover{color:#fff;transform:translateY(-2px);box-shadow:0 22px 42px rgba(50,103,239,.29)}
.wecom-login-action i{font-size:28px}.wecom-login-action-disabled{opacity:.58;box-shadow:none}
.wecom-qr-wrap{margin-top:24px}.wecom-qr-frame{width:286px;min-height:376px;box-sizing:border-box;margin:0 auto;padding:8px;border:1px solid #c6daf8;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(38,88,171,.13)}
.wecom-qr-frame iframe{width:100%!important;height:360px!important;border:0!important}.wecom-login-status{margin:11px 0 0;color:#7a8aa5;font-size:13px}.wecom-login-status a{color:#2877ef}
.wecom-login-empty{width:286px;min-height:286px;box-sizing:border-box;margin:24px auto 0;padding:34px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #bad0ef;border-radius:20px;background:#f8fbff;color:#607492}
.wecom-login-empty-icon{width:92px;height:92px;display:grid;place-items:center;border-radius:24px;background:#eaf2ff;color:#397bf0;font-size:48px}.wecom-login-empty strong{margin-top:22px;color:#273c62;font-size:17px}.wecom-login-empty p{margin:9px 0 0;font-size:13px;line-height:1.7}
.wecom-login-trust{display:flex;align-items:center;gap:17px;margin:28px 0;color:#2575eb}.wecom-login-trust span{height:1px;flex:1;background:linear-gradient(90deg,transparent,#c9dcfb)}.wecom-login-trust span:last-child{background:linear-gradient(90deg,#c9dcfb,transparent)}.wecom-login-trust p{margin:0;font-size:16px;font-weight:700;white-space:nowrap}.wecom-login-trust i{margin-right:7px}
.wecom-login-footer{padding-top:22px;border-top:1px solid #d7e1ef;color:#8694aa}.wecom-login-footer p{display:flex;justify-content:center;gap:10px;margin:0;color:#475870;font-size:13px}.wecom-login-footer small{display:block;margin-top:9px;font-size:12px}
.admin-login-page{background-image:radial-gradient(circle at 50% 0,rgba(42,111,239,.11),transparent 38%)}
.admin-login-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px}
.admin-login-card{width:min(460px,100%);box-sizing:border-box;padding:38px 42px;background:#fff;border:1px solid #e2e9f4;border-radius:18px;box-shadow:0 24px 70px rgba(31,59,109,.15)}
.admin-login-brand{display:flex;align-items:center;gap:11px;padding-bottom:24px;border-bottom:1px solid #edf1f7}.admin-login-brand>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#246ef0;color:#fff;font-size:19px}.admin-login-brand strong,.admin-login-brand small{display:block}.admin-login-brand strong{color:#1b3155;font-size:16px}.admin-login-brand small{margin-top:2px;color:#8895a9;font-size:10px;letter-spacing:.5px}
.admin-login-heading{text-align:center;margin:30px 0 24px}.admin-login-lock{width:58px;height:58px;margin:0 auto 16px;display:grid;place-items:center;border-radius:17px;background:#edf4ff;color:#216feb;font-size:27px}.admin-login-heading h1{margin:0;color:#172c50;font-size:27px}.admin-login-heading p{margin:8px 0 0;color:#7c899c;font-size:12px}.admin-login-form{gap:16px}.admin-login-submit{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px}.admin-login-notice{display:flex;gap:8px;margin:23px 0 0;padding-top:20px;border-top:1px solid #edf1f7;color:#8b97a8;font-size:11px;line-height:1.6}
.setup-steps{display:grid;gap:18px;margin:0;padding:0;list-style:none;counter-reset:steps}.setup-steps li{position:relative;padding-left:43px;counter-increment:steps}.setup-steps li:before{content:counter(steps);position:absolute;left:0;top:0;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:#2671ec;font-weight:800;font-size:12px}.setup-steps strong,.setup-steps span{display:block}.setup-steps strong{color:#233a5e;font-size:14px}.setup-steps span{margin-top:4px;color:#7a879a;font-size:12px;line-height:1.6}.callout-info{display:flex;gap:10px;margin-top:26px;color:#456487}
@media(max-width:700px){.wecom-login-shell{padding:18px 12px}.wecom-login-card{padding:34px 20px 26px;border-radius:20px}.wecom-login-brand{width:66px;height:66px;margin-bottom:18px;border-radius:21px;font-size:32px}.wecom-login-heading h1{font-size:30px}.wecom-login-heading p{font-size:15px}.wecom-login-divider{margin:24px 0 12px}.wecom-login-action{height:66px;border-radius:14px;font-size:23px}.wecom-qr-frame,.wecom-login-empty{width:286px;max-width:100%}.wecom-qr-frame{min-height:376px}.wecom-qr-frame iframe{height:360px!important}.wecom-login-empty{min-height:286px;padding:34px 24px}.wecom-login-trust{margin:23px 0}.wecom-login-trust p{font-size:14px}.admin-login-card{padding:30px 22px}}

/* /bmadmin management application */
.bmadmin-app{background:#f3f6fb}.bmadmin-sidebar{background:linear-gradient(180deg,#10264b,#0a1c39)}.bmadmin-sidebar .brand-mark{background:linear-gradient(145deg,#2f7df4,#695cf4)}.bmadmin-sidebar .nav a.active{background:linear-gradient(100deg,rgba(43,118,241,.32),rgba(86,91,240,.18));border-color:rgba(107,164,255,.32)}.admin-switch-button{box-shadow:0 7px 18px rgba(47,111,236,.18)}
.admin-welcome{display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:linear-gradient(110deg,#fff,#f2f6ff)}.admin-welcome h2{margin:6px 0;color:#18345e;font-size:24px}.admin-welcome p{margin:0;color:#71809a}.eyebrow{color:#3979ed;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.admin-welcome-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,#e5efff,#f1edff);color:#3775ed;font-size:34px}
.status-card{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px;padding:16px;border-radius:12px}.status-card>i{font-size:24px}.status-card strong,.status-card p{display:block;margin:0}.status-card p{margin-top:4px;font-size:12px;line-height:1.6}.status-card-success{background:#ebfaf2;color:#247550}.status-card-warning{background:#fff8e8;color:#946516}
.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border:1px solid #dfe7f2;border-radius:9px;background:#fff;color:#60708a;text-decoration:none;font-size:13px;font-weight:700}.tab:hover{color:#286ddf;border-color:#b9cff4}.tab.active{background:#eaf2ff;border-color:#a9c8fb;color:#2168db}.admin-log-tabs{margin-bottom:16px}.admin-log-filter{grid-template-columns:1.4fr repeat(4,1fr) auto;align-items:end}.admin-log-filter .query-submit{grid-column:auto}.api-endpoint-list{display:grid;gap:10px;margin-bottom:25px}.api-endpoint-list>div{display:grid;gap:4px;padding:11px 13px;border:1px solid #e5ebf4;border-radius:9px;background:#f8faff}.api-endpoint-list span{color:#64748b;font-size:11px}.api-endpoint-list code{overflow-wrap:anywhere;color:#245bb2;font-size:11px}
.wecom-form-actions{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);gap:10px}.wecom-form-actions .button{min-height:44px}.wecom-test-button{border-color:#a9c8fb;background:#f5f9ff;color:#2468cf}.wecom-test-button:hover{border-color:#75a4ee;background:#eaf2ff;color:#1f5edc}.wecom-test-help{display:flex;align-items:flex-start;gap:7px;margin:-3px 0 0;color:#687890;font-size:11px;line-height:1.6}.wecom-test-help i{margin-top:2px;color:#3979ed;flex:0 0 auto}
@media(max-width:1200px){.admin-log-filter{grid-template-columns:repeat(3,1fr)}.admin-log-filter .query-submit{grid-column:3}}@media(max-width:700px){.admin-welcome-icon{display:none}.admin-log-filter{grid-template-columns:1fr}.admin-log-filter .query-submit{grid-column:1}.bmadmin-app .topbar-user>.button{display:none}.wecom-form-actions{grid-template-columns:1fr}.wecom-save-button{order:-1}.wecom-form-actions .button{width:100%;min-height:46px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}

.search-select-native,.search-select-native[hidden]{display:none!important;position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;opacity:0!important;pointer-events:none!important}
.processing-icon{animation:processing-spin 1.1s linear infinite}.processing-status{max-width:500px;margin:22px auto 0;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.processing-status strong{font-size:13px;color:var(--primary)}.processing-status span{font-size:12px;color:var(--muted);white-space:nowrap}.processing-card .progress-live{margin-top:12px;height:8px}.progress-live>span{transition:width 1s ease}.processing-counts{margin:14px 0 0;color:var(--muted);font-size:12px}[data-progress-error][hidden]{display:none!important}@keyframes processing-spin{to{transform:rotate(360deg)}}
.snapshot-links{display:grid;gap:7px;margin-top:11px}.snapshot-links .button{justify-content:space-between;text-align:left}.snapshot-links .button>span:first-child{display:inline-flex;align-items:center;gap:6px}.snapshot-unavailable{font-size:12px;margin:10px 0 0}
.ranking-screenshot-panel{border-color:#bcd4ff;background:linear-gradient(145deg,#fff 0,#f3f8ff 100%);box-shadow:0 8px 22px rgba(37,108,231,.1)}.ranking-screenshot-panel h2{display:flex;align-items:center;gap:7px;color:#154d9e}.ranking-screenshot-panel h2:before{content:"\F220";font-family:"bootstrap-icons";color:#2873ee}.ranking-screenshot-actions{display:grid;gap:8px;margin-top:13px}.ranking-screenshot-button{justify-content:space-between;min-height:48px;padding-inline:13px;box-shadow:0 8px 18px rgba(40,115,238,.2)}.ranking-screenshot-button>span:first-child,.ranking-original-button>span:first-child{display:inline-flex;align-items:center;gap:7px}.ranking-screenshot-button .badge-danger{background:#fff0f1;color:#d92d3d}.ranking-original-button{justify-content:space-between;border-color:#9dbcf0;color:#1e5fbf;background:#fff}.ranking-original-button:hover{border-color:#6d9de9;background:#edf5ff;color:#174e9c}.snapshot-safe-note{margin:9px 0 0;display:flex;align-items:center;gap:5px;color:#748399;font-size:11px}.snapshot-safe-note i{color:#22a05a}.ranking-screenshot-panel .snapshot-unavailable{line-height:1.6}
.cache-rule-panel{border-color:#d6e3f5;background:linear-gradient(145deg,#fff 0,#f8fbff 100%)}.cache-rule-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.cache-rule-heading h2{display:flex;align-items:center;gap:7px}.cache-rule-heading h2 i{color:var(--primary)}.cache-state{display:flex;align-items:center;gap:10px;margin-top:13px;padding:10px 11px;border:1px solid;border-radius:5px}.cache-state>i{font-size:19px}.cache-state span,.cache-state strong,.cache-state small{display:block}.cache-state strong{font-size:12px}.cache-state small{margin-top:2px;font-size:10px;color:var(--muted)}.cache-state-live{background:#fff8e8;border-color:#f2d698;color:#9a5b00}.cache-state-hit{background:var(--success-soft);border-color:#b7e5c3;color:var(--success)}.cache-state-fresh{background:var(--primary-soft);border-color:#c9dcff;color:var(--primary)}.cache-rule-list{margin:12px 0 0;padding-left:18px;display:grid;gap:7px;color:var(--muted);font-size:11px;line-height:1.55}.cache-rule-list li::marker{color:#7ea2dd}.cache-rule-list code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#31547f;font-size:10px}
.content-query{max-width:none;padding:26px clamp(28px,4.2vw,94px)}.content-query .query-panel{padding:24px 24px 25px;margin-bottom:20px}.content-query .query-panel .section-head{margin-bottom:22px}.content-query .query-form{gap:22px 26px}.content-query .query-form input,.content-query .query-form select{min-height:44px}.content-query .query-form .field-help{margin-top:6px;line-height:1.55}.content-query .search-select-results{top:67px}.content-query .query-submit .button{min-height:44px;min-width:208px;padding-inline:20px}.content-query .query-guide{padding:23px 24px;box-shadow:0 7px 22px rgba(24,39,75,.055)}.content-query .query-guide>div{padding:3px 4px}.content-query .query-guide>div>i{font-size:27px}.content-query .query-guide strong{font-size:14px}.content-query .query-guide small{font-size:12px}
.app-shell{transition:grid-template-columns .22s ease}.sidebar{transition:transform .22s ease,opacity .18s ease}.desktop-menu{display:grid;width:28px;height:32px;color:#738096}.sidebar-collapse{width:100%;border:0;background:transparent;cursor:pointer}.sidebar-collapse:hover,.desktop-menu:hover{color:#fff}.desktop-menu:hover{color:var(--primary);background:var(--primary-soft)}.app-shell.sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.app-shell.sidebar-collapsed .sidebar{transform:translateX(-102%);opacity:0;pointer-events:none}.app-shell.sidebar-collapsed .topbar{padding-left:12px}.app-shell.sidebar-collapsed .desktop-menu{width:22px}
@media(max-width:980px){.content-query{padding:16px;max-width:none}.content-query .query-form{gap:15px}.content-query .search-select-results{top:67px}}
@media(max-width:620px){.content-query{padding:12px}.content-query .query-panel{padding:17px}.content-query .query-guide{padding:16px}.processing-status{align-items:flex-start;flex-direction:column;gap:4px}}

/* Refined sidebar navigation */
.app-shell{grid-template-columns:292px minmax(0,1fr)}
.sidebar{padding:0;background:
radial-gradient(circle at 18% 13%,rgba(39,104,189,.13),transparent 28%),
radial-gradient(circle at 74% 54%,rgba(25,83,151,.11),transparent 34%),
linear-gradient(180deg,#0c1e34 0%,#091a2d 100%);border-right:1px solid rgba(120,164,216,.11);overflow:hidden}
.sidebar-brand-row{height:96px;display:flex;align-items:center;padding:0 24px 0 28px;flex:0 0 auto}
.sidebar .brand{height:auto;min-width:0;flex:1;padding:0;border:0;gap:14px}
.sidebar .brand-mark{width:46px;height:46px;border-radius:12px;font-size:25px;flex:0 0 auto;background:linear-gradient(145deg,#4d9cff 0%,#245be9 75%);box-shadow:0 8px 22px rgba(35,104,239,.28),inset 0 1px 0 rgba(255,255,255,.25)}
.sidebar .brand-copy{min-width:0}
.sidebar .brand strong{font-size:21px;line-height:1.2;letter-spacing:.01em;white-space:nowrap}
.sidebar .brand small{font-size:11px;line-height:1.4;color:#829dbd;letter-spacing:.08em;margin-top:4px;white-space:nowrap}
.sidebar .sidebar-collapse{width:34px;height:38px;margin:0 0 0 8px;border:0;color:#9cb0c9;font-size:20px;display:grid;place-items:center;border-radius:9px;flex:0 0 auto}
.sidebar .sidebar-collapse:hover,.sidebar .sidebar-collapse:focus-visible{color:#fff;background:rgba(255,255,255,.07)}
.sidebar .nav{display:flex;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;overscroll-behavior:contain;margin:0;padding:6px 20px 20px;scrollbar-width:thin;scrollbar-color:rgba(137,167,202,.32) transparent}
.sidebar .nav::-webkit-scrollbar{width:5px}.sidebar .nav::-webkit-scrollbar-thumb{background:rgba(137,167,202,.28);border-radius:99px}
.sidebar .nav a{min-height:50px;padding:7px 12px;border-radius:12px;gap:14px;color:#eff5ff;font-size:15px;font-weight:580;letter-spacing:.005em}
.sidebar .nav a:hover,.sidebar .nav a:focus-visible{background:rgba(60,111,178,.18);color:#fff}
.sidebar .nav a.active{min-height:54px;background:linear-gradient(100deg,#4387ff 0%,#315be9 100%);box-shadow:0 12px 28px rgba(30,91,226,.26),inset 0 1px 0 rgba(255,255,255,.18);color:#fff}
.sidebar .nav-home{background:linear-gradient(100deg,rgba(37,78,133,.48),rgba(31,64,110,.54));margin-bottom:2px}
.sidebar .nav-home.active{background:linear-gradient(100deg,#4387ff 0%,#315be9 100%)}
.sidebar .nav-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:10px;background:rgba(42,92,158,.32);color:#5aa6ff;font-size:19px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.sidebar .nav a.active .nav-icon{background:rgba(255,255,255,.13);color:#fff;box-shadow:0 5px 14px rgba(21,69,177,.2),inset 0 1px 0 rgba(255,255,255,.2)}
.sidebar .nav-icon-home{color:#fff;background:rgba(61,108,182,.38)}
.sidebar .nav-icon-project,.sidebar .nav-icon-users{color:#45e2d9;background:rgba(13,108,123,.25)}
.sidebar .nav-icon-keyword,.sidebar .nav-icon-country{color:#8a75ff;background:rgba(79,68,172,.27)}
.sidebar .nav-icon-api{color:#ffba4f;background:rgba(143,99,31,.3)}
.sidebar .nav-group-title{width:100%;height:34px;padding:0 9px 0 18px;border:0;background:transparent;color:#82a2c5;font-size:13px;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative}
.sidebar .nav-group-title:before{content:"";position:absolute;left:0;top:7px;width:3px;height:20px;border-radius:99px;background:#3d8cff;box-shadow:0 0 12px rgba(61,140,255,.4)}
.sidebar .nav-group-title>i{font-size:13px;color:#afc0d5}
.sidebar .nav-group-title:hover,.sidebar .nav-group-title:focus-visible{color:#c9d9eb}
.sidebar .nav-group-items{display:grid;gap:4px;margin-top:4px}
.sidebar .nav-section-collapsed .nav-group-items{display:none}
.sidebar-footer{flex:0 0 auto;border-top:1px solid rgba(151,181,216,.16);padding:18px 20px 20px;background:linear-gradient(180deg,rgba(8,25,44,.35),rgba(7,22,39,.78))}
.sidebar-user-card{display:grid;grid-template-columns:48px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:0 8px 15px;color:#fff}
.sidebar-user-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:24px;background:linear-gradient(145deg,#55a2ff,#2e5bf0);box-shadow:0 8px 18px rgba(39,103,237,.24),inset 0 1px 0 rgba(255,255,255,.22)}
.sidebar-user-copy{min-width:0}.sidebar-user-copy strong,.sidebar-user-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-copy strong{font-size:17px;line-height:1.3}.sidebar-user-copy small{font-size:12px;color:#91a9c4;margin-top:2px}.sidebar-user-chevron{color:#acc0d7;font-size:14px}
.sidebar-footer-action{width:100%;min-height:50px;border:1px solid rgba(157,187,222,.1);border-radius:11px;background:linear-gradient(100deg,rgba(35,62,94,.66),rgba(28,53,83,.68));color:#e8f0fb;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:11px;padding:7px 12px;text-align:left;font-size:14px;cursor:pointer}
.sidebar-footer-action:hover,.sidebar-footer-action:focus-visible{color:#fff;background:linear-gradient(100deg,rgba(45,78,119,.82),rgba(34,65,101,.82));border-color:rgba(109,162,225,.24)}
.sidebar-footer-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.045);color:#d4e1ef;font-size:18px}.sidebar-footer-icon-danger{color:#ff7186}
.sidebar-footer-action>i:last-child{color:#8fa5be;justify-self:end}
.sidebar-logout-form{margin:9px 0 0}
@media(max-height:820px) and (min-width:981px){.sidebar-brand-row{height:78px;padding-inline:22px}.sidebar .brand-mark{width:40px;height:40px;font-size:21px}.sidebar .brand strong{font-size:18px}.sidebar .brand small{font-size:9px}.sidebar .nav{gap:7px;padding:3px 16px 12px}.sidebar .nav a{min-height:43px;padding:5px 10px;font-size:13px}.sidebar .nav a.active{min-height:46px}.sidebar .nav-icon{width:33px;height:33px;flex-basis:33px;font-size:16px}.sidebar .nav-group-title{height:29px;font-size:12px}.sidebar .nav-group-title:before{top:6px;height:17px}.sidebar-footer{padding:11px 16px 13px}.sidebar-user-card{grid-template-columns:40px minmax(0,1fr) 18px;padding-bottom:10px}.sidebar-user-avatar{width:40px;height:40px;font-size:20px}.sidebar-user-copy strong{font-size:15px}.sidebar-footer-action{min-height:43px;font-size:13px}.sidebar-footer-icon{width:30px;height:30px;font-size:16px}.sidebar-logout-form{margin-top:6px}}
@media(max-width:980px){.sidebar{width:292px;max-width:88vw;height:100dvh}.sidebar-brand-row{height:84px;padding:0 18px 0 22px}.sidebar .sidebar-collapse{display:none}.sidebar .nav{padding-inline:16px}.sidebar-footer{padding-inline:16px}.app-shell.sidebar-collapsed .sidebar{transform:translateX(-105%);opacity:1;pointer-events:auto}}

/* Query page — visual hierarchy based on the selected reference */
.content-query{padding:24px 32px 40px;background:#f5f8fc}
.query-page{width:100%;max-width:1800px;margin:0 auto}
.query-page-hero{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 2px 24px}
.query-hero-main{display:flex;align-items:center;gap:18px;min-width:0}
.query-hero-icon{width:76px;height:76px;border-radius:17px;background:#eaf2ff;color:#176bea;display:grid;place-items:center;flex:0 0 auto;font-size:36px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.query-hero-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.query-hero-title-line h2{font-size:30px;line-height:1.2;margin:0;color:#10213a;letter-spacing:.01em}
.query-hero-main p{margin:8px 0 0;color:#51627b;font-size:15px}
.query-mode-badge{display:inline-flex;align-items:center;min-height:29px;padding:3px 10px;border:1px solid #b9d5ff;border-radius:7px;background:#edf5ff;color:#2468cf;font-size:13px;font-weight:700}
.query-country-total{min-height:54px;padding:10px 18px;display:flex;align-items:center;gap:10px;border:1px solid #b8d3fb;border-radius:10px;background:#f9fbff;color:#1f6ee8;white-space:nowrap;box-shadow:0 5px 18px rgba(40,105,210,.06)}
.query-country-total>i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8f2ff;font-size:15px}.query-country-total strong{font-size:14px}
.query-page .query-panel{padding:28px 40px 27px;margin:0 0 20px;border-color:#dfe7f2;border-radius:13px;box-shadow:0 8px 28px rgba(39,74,123,.065)}
.query-section-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.query-section-icon{width:44px;height:44px;border-radius:11px;background:#e8f2ff;color:#176bea;display:grid;place-items:center;flex:0 0 auto;font-size:21px}
.query-section-head h2{margin:0;font-size:18px;color:#14233a}.query-section-head p{margin:3px 0 0;color:#607089;font-size:13px}
.query-page .query-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 32px;align-items:end}
.query-page .query-form-instant>label:first-of-type,.query-page .query-form-instant>label:nth-of-type(2){grid-column:span 1}
.query-page .query-field{display:grid;gap:7px;align-content:end;min-width:0}
.query-page .query-field-label{display:flex!important;align-items:center;gap:7px;min-height:25px;color:#263a55;font-size:13px;font-weight:700}
.query-page .query-field-label>i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#edf5ff;color:#176bea;font-size:14px;flex:0 0 auto}
.query-page .query-form input,.query-page .query-form select{height:46px;min-height:46px;border-color:#ccd9ea;border-radius:7px;padding:10px 15px;color:#162239;font-size:14px;font-weight:600;box-shadow:0 1px 2px rgba(27,51,84,.025)}
.query-page .query-form input:hover,.query-page .query-form select:hover{border-color:#aebfd6}
.query-page .query-form input:focus,.query-page .query-form select:focus{border-color:#68a0f6;box-shadow:0 0 0 3px rgba(47,111,236,.12)}
.query-page .query-form input::placeholder{font-weight:550;color:#8a98aa}
.query-page .query-input-shell{position:relative;display:block}.query-page .query-input-shell>i{position:absolute;left:13px;top:50%;transform:translateY(-50%);z-index:1;color:#8191a5;font-size:14px}.query-page .query-input-shell input{padding-left:35px}
.query-page .field-help{margin:0;min-height:19px;color:#66768d;font-size:12px;font-weight:450;line-height:1.55}
.query-page .search-select-control>i{left:13px;color:#7f90a6}.query-page .search-select-control input{padding-left:36px;padding-right:36px}.query-page .search-select.has-selected-flag .search-select-control input{padding-left:70px}
.query-page .search-select-results,.query-page .location-results{top:81px;border-radius:8px;border-color:#c9d5e5;box-shadow:0 14px 34px rgba(20,45,78,.16)}
.query-page .query-submit{grid-column:2;display:flex;align-items:end;justify-content:flex-end;padding-bottom:19px}
.query-page .query-submit .button{width:min(100%,360px);min-width:260px;height:50px;border-radius:8px;background:#2873ee;border-color:#2873ee;font-size:15px;box-shadow:0 8px 18px rgba(40,115,238,.18)}
.query-page .query-submit .button:hover{background:#1f66de;border-color:#1f66de;transform:translateY(-1px)}
.query-page .query-guide-panel{padding:4px 28px 20px;margin:0;border-color:#dfe7f2;border-radius:13px;box-shadow:0 8px 28px rgba(39,74,123,.055)}
.query-page .query-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:0;box-shadow:none}
.query-guide-card{min-height:112px;display:flex;align-items:center;gap:18px;padding:18px 20px;border:1px solid #e0e7f0;border-radius:11px;background:#fff}
.query-guide-card>span:last-child{min-width:0}.query-guide-card strong,.query-guide-card small{display:block}.query-guide-card strong{margin-bottom:5px;color:#14233a;font-size:15px}.query-guide-card small{color:#66768d;font-size:12px;line-height:1.55}
.query-guide-icon{width:70px;height:70px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;font-size:31px}.query-guide-icon-blue{background:#e6f0ff;color:#2472ea}.query-guide-icon-purple{background:#f0eaff;color:#8b49e8}.query-guide-icon-green{background:#e3f8f0;color:#0aa578}
.query-usage-tip{min-height:72px;margin-top:20px;padding:13px 22px;display:flex;align-items:center;gap:17px;border:1px solid #bcd6ff;border-radius:9px;background:#f2f7ff;color:#2b5f9f}
.query-usage-tip>i{font-size:23px;color:#2873ee}.query-usage-tip strong{display:block;color:#1760c9;font-size:14px}.query-usage-tip p{margin:3px 0 0;color:#60738d;font-size:12px;line-height:1.55}
@media(min-width:1280px){.app-shell.sidebar-collapsed .query-page .query-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 42px}.app-shell.sidebar-collapsed .query-page .query-form-instant>label:first-of-type,.app-shell.sidebar-collapsed .query-page .query-form-instant>label:nth-of-type(2){grid-column:span 2}.app-shell.sidebar-collapsed .query-page .query-submit{grid-column:4}}
@media(max-width:1100px){.query-page-hero{align-items:flex-start}.query-hero-title-line h2{font-size:25px}.query-hero-icon{width:62px;height:62px;font-size:29px}.query-page .query-panel{padding:25px 28px}.query-page .query-guide-panel{padding:4px 20px 18px}.query-guide-card{padding:16px 14px;gap:12px}.query-guide-icon{width:54px;height:54px;font-size:25px}.query-guide-card small br{display:none}}
@media(max-width:760px){.content-query{padding:18px 14px 28px}.query-page-hero{display:grid;padding-bottom:18px}.query-country-total{width:max-content;min-height:44px;padding:7px 13px}.query-hero-main{align-items:flex-start}.query-hero-title-line h2{font-size:22px}.query-hero-main p{font-size:13px}.query-mode-badge{min-height:25px;font-size:11px}.query-page .query-panel{padding:20px 17px}.query-page .query-form{grid-template-columns:1fr;gap:17px}.query-page .query-submit{grid-column:1;padding-bottom:0}.query-page .query-submit .button{width:100%;min-width:0}.query-page .query-guide{grid-template-columns:1fr;gap:12px}.query-guide-card{min-height:92px}.query-page .query-guide-panel{padding:4px 14px 14px}.query-usage-tip{align-items:flex-start;padding:13px 15px}}

.task-pagination{min-height:64px;padding:14px 18px;display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);background:#fbfcfe}.task-pagination-button{min-width:94px;height:36px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cfd9e7;border-radius:7px;background:#fff;color:#2b405c;font-size:12px;font-weight:650}.task-pagination-button:hover{border-color:#78a6ef;background:#f2f7ff;color:#1f65d6}.task-pagination-button.is-disabled{cursor:not-allowed;background:#f5f7fa;color:#a0a9b7;border-color:#e2e7ee}.task-pagination-summary{min-width:152px;text-align:center;color:#6c788a;font-size:12px}.task-pagination-summary strong{color:#1f5edc}@media(max-width:620px){.task-pagination{justify-content:space-between;gap:7px;padding:12px}.task-pagination-button{min-width:86px}.task-pagination-summary{min-width:0;font-size:11px}}

/* Saved SERP preview + JSON inspector */
.serp-inspector{padding:0;overflow:hidden;border-color:#d7e0eb;box-shadow:0 10px 28px rgba(25,44,74,.08)}
.serp-inspector-heading{min-height:76px;padding:16px 19px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e2e8f0;background:#fff}
.serp-inspector-title-line{display:flex;align-items:center;gap:12px}.serp-inspector-title-line h2{font-size:16px}.serp-inspector-title-line p{margin:4px 0 0;color:#69778a;font-size:12px}
.serp-inspector-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:8px;background:#eaf2ff;color:#2467d5;font-size:19px}
.serp-inspector-badges{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.serp-inspector-badges .badge{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding-inline:9px}
.serp-inspector-toolbar{min-height:58px;padding:9px 14px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #dfe5ed;background:#f7f9fc}
.serp-inspector-page{min-width:238px;display:flex;align-items:center;gap:8px;color:#5b687a;font-size:12px}.serp-inspector-page>span{white-space:nowrap}.serp-inspector-page select{min-height:34px;padding:5px 30px 5px 9px;background:#fff;font-size:12px}
.serp-view-switch{height:34px;display:inline-flex;flex:0 0 auto;border:1px solid #ced7e4;border-radius:6px;overflow:hidden;background:#fff}.serp-view-switch button{min-width:86px;padding:0 10px;border:0;border-right:1px solid #dbe2ec;background:#fff;color:#5d6a7e;font-size:12px;font-weight:650;cursor:pointer}.serp-view-switch button:last-child{border-right:0}.serp-view-switch button.is-active{background:#2f6fec;color:#fff}.serp-view-switch button:focus-visible{position:relative;z-index:1;outline:3px solid rgba(47,111,236,.2);outline-offset:-2px}
.serp-json-search{position:relative;min-width:190px;max-width:320px;flex:1}.serp-json-search>i{position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:1;color:#8591a3}.serp-json-search input{min-height:34px;padding:6px 50px 6px 31px;font-size:12px}.serp-json-search small{position:absolute;right:9px;top:50%;transform:translateY(-50%);color:#7b8798;font-size:10px;pointer-events:none}
.serp-inspector-split{--serp-preview-width:52%;height:660px;display:grid;grid-template-columns:minmax(0,var(--serp-preview-width)) 14px minmax(0,1fr);background:#d8dee8}
.serp-preview-pane,.serp-json-pane{min-width:0;min-height:0;display:grid;grid-template-rows:44px minmax(0,1fr);overflow:hidden}.serp-preview-pane{background:#fff}.serp-json-pane{background:#1f241f;color:#e7eadf}
.serp-preview-pane>header,.serp-json-pane>header{height:44px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.serp-preview-pane>header{border-bottom:1px solid #e0e6ee;background:#fff;color:#314258}.serp-json-pane>header{border-bottom:1px solid #353c35;background:#272d27;color:#eef2e9}.serp-preview-pane>header span,.serp-json-pane>header span{display:inline-flex;align-items:center;gap:7px}.serp-preview-pane>header i{color:#4285f4}.serp-json-pane>header i{color:#8fc95e}.serp-preview-pane>header small{color:#718095}.serp-json-pane>header small{color:#aeb8a8}
.serp-preview-pane iframe{display:block;width:100%;height:100%;border:0;background:#fff}.serp-json-pane pre{height:100%;margin:0;padding:16px 17px;overflow:auto;background:#1f241f;color:#e8ebdf;font:12px/1.65 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;tab-size:2;white-space:pre}.serp-json-pane code{font:inherit}.serp-json-pane .json-key{color:#f36b91}.serp-json-pane .json-string{color:#b9e64c}.serp-json-pane .json-number{color:#c9a5ff}.serp-json-pane .json-boolean{color:#70c9ff}.serp-json-pane .json-null{color:#a8b0a5;font-style:italic}.serp-json-pane mark{padding:0 1px;background:#ffe27a;color:#1e2730;border-radius:2px}.serp-json-pane mark.is-current{background:#ff9f43;box-shadow:0 0 0 2px rgba(255,159,67,.28)}
.serp-split-divider{position:relative;display:grid;place-items:center;width:14px;cursor:col-resize;touch-action:none;background:#e2e7ee;border-inline:1px solid #cbd3df;transition:background-color .15s ease}.serp-split-divider:hover,.serp-split-divider:focus-visible,.serp-split-divider.is-dragging{z-index:2;background:#b9cff4;outline:0}.serp-split-divider>span{width:8px;height:34px;display:grid;place-content:center;gap:3px;border:1px solid #b7c1cf;border-radius:5px;background:#fff;box-shadow:0 2px 6px rgba(35,52,76,.12)}.serp-split-divider i{display:block;width:2px;height:2px;border-radius:50%;background:#718095}
.serp-inspector-note{min-height:42px;margin:0;padding:11px 16px;display:flex;align-items:center;gap:7px;border-top:1px solid #dfe5ed;background:#fbfcfe;color:#6a788b;font-size:11px}.serp-inspector-note i{color:#3478e5}
@media(max-width:1120px){.serp-inspector-toolbar{flex-wrap:wrap}.serp-json-search{max-width:none;min-width:240px}.serp-inspector-split{height:590px}}
@media(max-width:820px){.serp-inspector-heading{align-items:flex-start;flex-direction:column}.serp-inspector-badges{justify-content:flex-start}.serp-inspector-toolbar{align-items:stretch}.serp-inspector-page{width:100%}.serp-json-search{order:3;min-width:100%;max-width:none}.serp-inspector-split{height:auto;display:grid;grid-template-columns:1fr;grid-template-rows:minmax(420px,58vh) minmax(360px,52vh)}.serp-split-divider{display:none}.serp-preview-pane,.serp-json-pane{min-height:0}.serp-preview-pane{border-bottom:5px solid #d8dee8}.serp-inspector-note{align-items:flex-start}}
@media(max-width:520px){.serp-inspector-heading{padding:15px}.serp-inspector-title-line{align-items:flex-start}.serp-inspector-toolbar{padding:10px}.serp-inspector-page{display:grid;grid-template-columns:50px 1fr}.serp-view-switch{width:100%}.serp-view-switch button{flex:1;min-width:0}.serp-inspector-toolbar>.button{flex:1}.serp-inspector-split{grid-template-rows:420px 430px}.serp-json-pane pre{padding:13px;font-size:11px}.serp-inspector-note{padding:11px 13px}}

/* Phase 2 project and task workspace */
.project-health-normal{background:var(--success-soft);color:var(--success)}.project-health-running{background:var(--primary-soft);color:var(--primary)}.project-health-failed,.project-health-stale{background:var(--danger-soft);color:var(--danger)}.project-health-paused,.project-health-ended{background:var(--warning-soft);color:var(--warning)}
.project-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px}.project-hero-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.project-hero-title h2{font-size:22px}.project-hero p{margin:7px 0 0;color:var(--muted)}.project-meta{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:20px;margin:0}.project-meta div{min-width:0}.project-meta dt{color:var(--muted);font-size:11px}.project-meta dd{margin:3px 0 0;font-size:12px;font-weight:650;white-space:nowrap}.project-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px}.project-summary-grid .metric{margin:0}.project-run-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;border-color:#bdd3f8;background:linear-gradient(110deg,#f6f9ff,#fff)}.project-run-panel p{margin:4px 0 10px;color:var(--muted);font-size:12px}.project-run-estimate{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#51627b;font-size:12px}.project-run-estimate strong{color:var(--primary);font-size:14px}.project-run-estimate i{font-style:normal;color:#9aa7b8}.project-country-filter{justify-content:flex-start}.project-country-filter label{max-width:340px}.project-ranking-table td:first-child{min-width:250px;position:sticky;left:0;background:#fff;z-index:1}.project-ranking-table th:first-child{position:sticky;left:0;z-index:2}.project-lower-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.project-list{display:grid}.project-list-row{min-height:62px;padding:11px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text)}.project-list-row:last-child{border-bottom:0}.project-list-row:hover{background:#fbfdff}.project-list-row span:first-child{min-width:0}.project-list-row strong,.project-list-row small{display:block}.project-list-row small{margin-top:3px;color:var(--muted);font-size:11px}.pre-wrap{white-space:pre-wrap;margin-bottom:0}
.task-detail-hero{display:flex;align-items:center;justify-content:space-between;gap:24px}.task-detail-hero h2{font-size:18px}.task-detail-hero p{margin:5px 0 0;color:var(--muted);font-size:12px}.task-detail-progress{width:min(430px,45%)}.task-metrics small{color:var(--muted);font-size:11px}.task-hit-url{display:block;max-width:440px}.task-error{display:block;max-width:440px;color:var(--danger);white-space:normal}.task-log-list{display:grid}.task-log-row{display:grid;grid-template-columns:150px 70px minmax(0,1fr);align-items:start;gap:10px;padding:10px 16px;border-bottom:1px solid var(--line);font-size:12px}.task-log-row:last-child{border-bottom:0}.task-log-row time{color:var(--muted);white-space:nowrap}.task-log-row p{margin:1px 0 0;white-space:pre-wrap}.button:disabled{opacity:.52;cursor:not-allowed}
@media(max-width:1180px){.project-hero{align-items:flex-start;flex-direction:column}.project-meta{width:100%}.project-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.project-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.project-run-panel,.task-detail-hero{align-items:flex-start;flex-direction:column}.task-detail-progress{width:100%}.project-lower-grid{grid-template-columns:1fr}.task-log-row{grid-template-columns:1fr}.project-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.report-project-filter{justify-content:flex-start}.report-project-filter label{max-width:520px}.report-heading{margin:-18px -18px 18px;padding-inline:18px}.report-form{padding-top:2px}.report-sheet-note{min-height:42px;padding:10px 12px;display:flex;align-items:flex-start;gap:8px;border:1px solid #bed4f9;border-radius:5px;background:#f3f7ff;color:#405b82;font-size:12px}.report-sheet-note i{color:var(--primary)}.nav-icon-report{color:#54d19d!important;background:rgba(24,126,92,.25)!important}
.trend-filter{justify-content:flex-start}.trend-filter label{max-width:220px}

/* Keyword localization — optional country overrides with progressive disclosure */
.keyword-list-panel{overflow:hidden}.keyword-table{min-width:860px}.keyword-table th:first-child{width:50%}.keyword-table th:nth-child(2){width:12%}.keyword-table th:nth-child(3){width:14%}.keyword-table th:last-child{width:24%}
.keyword-main-row td{height:58px}.keyword-main-cell{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.keyword-main-cell a{font-size:13px}.keyword-main-label{display:inline-flex;align-items:center;min-height:21px;padding:2px 7px;border:1px solid #dce6f5;border-radius:99px;background:#f6f9fd;color:#718096;font-size:10px;font-weight:650}
.keyword-localization-row>td{padding:0!important;border-bottom:1px solid #dfe6f0!important;background:#f9fbfe}.keyword-localization-row:hover{background:#f9fbfe!important}.keyword-localization{border:0}.keyword-localization>summary{min-height:54px;padding:8px 14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 22px;align-items:center;gap:10px;color:#314662;list-style:none;transition:background-color .16s ease}.keyword-localization>summary:hover{background:#f1f6fd}.keyword-localization>summary:focus-visible{position:relative;z-index:1;outline-offset:-3px}.keyword-localization[open]>summary{background:#f2f6fc;border-bottom:1px solid #dde6f2}
.localization-summary-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#e7f0ff;color:#266cdf;font-size:15px}.localization-summary-copy{min-width:0}.localization-summary-copy strong,.localization-summary-copy small{display:block}.localization-summary-copy strong{color:#243853;font-size:12px}.localization-summary-copy small{margin-top:2px;overflow:hidden;color:#738197;font-size:10px;font-weight:450;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.localization-summary-count{min-height:26px;padding:4px 9px;display:inline-flex;align-items:center;border:1px solid #d4e2f7;border-radius:99px;background:#fff;color:#37669f;font-size:10px;font-weight:700;white-space:nowrap}.localization-summary-chevron{color:#7c899b;font-size:12px;transition:transform .18s ease}.keyword-localization[open] .localization-summary-chevron{transform:rotate(180deg)}
.localization-panel{padding:16px 18px 0;background:#f7f9fc}.localization-intro{min-height:62px;margin-bottom:14px;padding:11px 14px;display:flex;align-items:flex-start;gap:10px;border:1px solid #bed5f8;border-radius:8px;background:#f2f7ff;color:#325f99}.localization-intro>i{margin-top:1px;color:#2873e9;font-size:16px}.localization-intro strong{font-size:12px}.localization-intro p{margin:3px 0 0;color:#607594;font-size:11px;line-height:1.55}
.localization-form{margin:0 -18px}.localization-grid{padding:0 18px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.localization-country-card{min-width:0;overflow:hidden;border:1px solid #dce4ef;border-radius:10px;background:#fff;box-shadow:0 2px 8px rgba(39,62,94,.035)}.localization-country-card.is-configured{border-color:#abc9f8;box-shadow:0 0 0 1px rgba(47,111,236,.06),0 4px 12px rgba(39,89,170,.06)}
.localization-country-head{min-height:50px;padding:9px 12px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;border-bottom:1px solid #edf0f5;background:#fbfcfe}.localization-country-card.is-configured .localization-country-head{background:#f3f7ff}.localization-country-flag{width:28px;height:21px;border-radius:4px;box-shadow:0 0 0 1px rgba(15,23,42,.1);background-size:cover}.localization-country-name{min-width:0}.localization-country-name strong,.localization-country-name small{display:block}.localization-country-name strong{color:#22344e;font-size:12px}.localization-country-name small{margin-top:1px;color:#8a96a7;font-size:9px;font-weight:700;letter-spacing:.08em}.localization-status{display:inline-flex;align-items:center;gap:4px;color:#7b8797;font-size:10px;font-weight:650;white-space:nowrap}.localization-status.is-set{color:#168352}
.localization-fields{padding:12px;display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px}.localization-fields label{min-width:0;display:grid;gap:5px;color:#40516a;font-size:10px;font-weight:650}.localization-fields input{height:38px;min-height:38px;padding:7px 10px;border-radius:6px;font-size:12px}.localization-fields input:focus{border-color:#68a0f6;box-shadow:0 0 0 3px rgba(47,111,236,.1);outline:0}.localization-preview{min-height:36px;padding:7px 12px;display:flex;align-items:center;gap:8px;border-top:1px solid #edf0f5;background:#fbfcfe;color:#7b8799;font-size:10px}.localization-preview span{white-space:nowrap}.localization-preview strong{min-width:0;overflow:hidden;color:#36516f;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.localization-actions{min-height:66px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #dde5ef;background:#fff}.localization-actions p{margin:0;display:flex;align-items:center;gap:6px;color:#6d7b8f;font-size:10px}.localization-actions p i{color:#2a9a67}.localization-actions .button{min-width:158px;min-height:40px}.localization-empty{min-height:90px;margin-bottom:16px;padding:16px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px dashed #cbd7e6;border-radius:9px;background:#fff;color:#63748b}.localization-empty>i{font-size:24px;color:#7fa6e4}.localization-empty strong{color:#354a65;font-size:12px}.localization-empty p{margin:3px 0 0;font-size:11px}
@media(max-width:1180px){.localization-grid{grid-template-columns:1fr}}
@media(max-width:700px){.localization-summary-copy small{display:none}.localization-summary-count{padding-inline:7px}.localization-panel{padding-inline:12px}.localization-form{margin-inline:-12px}.localization-grid{padding-inline:12px}.localization-fields{grid-template-columns:1fr}.localization-actions{align-items:stretch;flex-direction:column}.localization-actions .button{width:100%;min-height:44px}.localization-country-head{min-height:52px}}
@media(prefers-reduced-motion:reduce){.localization-summary-chevron,.keyword-localization>summary{transition:none}}

/* Project editor — grouped, readable monitoring configuration */
.project-form-page{width:min(1460px,100%);margin:0 auto}.project-form-hero{min-height:112px;margin-bottom:16px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #dce5f1;border-radius:12px;background:linear-gradient(120deg,#fff 0%,#f8fbff 62%,#edf4ff 100%);box-shadow:0 8px 25px rgba(31,65,115,.055)}.project-form-hero-main{display:flex;align-items:center;gap:17px;min-width:0}.project-form-hero-icon{width:56px;height:56px;display:grid;place-items:center;flex:0 0 56px;border-radius:15px;background:linear-gradient(145deg,#3c82f5,#235fd4);color:#fff;font-size:25px;box-shadow:0 10px 22px rgba(47,111,236,.2)}.project-form-eyebrow{display:block;margin-bottom:3px;color:#3471d4;font-size:9px;font-weight:800;letter-spacing:.14em}.project-form-hero h2{margin:0;color:#14253e;font-size:23px;line-height:1.25}.project-form-hero p{margin:6px 0 0;color:#63738b;font-size:12px;line-height:1.6}.project-form-back{min-height:42px;padding-inline:15px;flex:0 0 auto;background:rgba(255,255,255,.85)}
.project-editor-form{display:grid;gap:16px}.project-editor-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr);grid-template-areas:"basic rules" "countries schedule" "countries notes";gap:16px;align-items:start}.project-form-basic{grid-area:basic}.project-form-rules{grid-area:rules}.project-form-schedule{grid-area:schedule}.project-form-countries{grid-area:countries}.project-form-notes{grid-area:notes}.project-form-section{min-width:0;overflow:hidden;border:1px solid #dfe6ef;border-radius:11px;background:#fff;box-shadow:0 5px 18px rgba(24,39,75,.045)}.project-form-section-head{min-height:73px;padding:14px 17px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid #e8edf3;background:#fbfcfe}.project-form-section-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#e8f1ff;color:#276dde;font-size:17px}.project-form-section-icon.is-purple{background:#f0eaff;color:#7b4cd2}.project-form-section-icon.is-green{background:#e6f7f0;color:#118760}.project-form-section-icon.is-cyan{background:#e6f7f8;color:#087e89}.project-form-section-icon.is-orange{background:#fff2e5;color:#b96516}.project-form-section-head h3{margin:0;color:#233650;font-size:14px}.project-form-section-head p{margin:3px 0 0;color:#748197;font-size:10px;line-height:1.5}.project-section-step{color:#c2ccda;font-size:18px;font-weight:800;font-variant-numeric:tabular-nums}.project-section-body{padding:17px}.project-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 14px}.project-field-full{grid-column:1/-1}.project-form-field{min-width:0;display:grid;align-content:start;gap:6px;color:#34455e;font-size:11px;font-weight:650}.project-form-field>span:first-child{min-height:18px;display:flex;align-items:center;gap:7px}.project-required{display:inline-flex;align-items:center;min-height:18px;padding:1px 6px;border-radius:99px;background:#fff0f2;color:#b72a42;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.project-form-field input,.project-form-field select,.project-form-field textarea{border-color:#cfd9e7;border-radius:7px}.project-form-field input,.project-form-field select{height:44px;min-height:44px;padding:9px 11px;font-size:12px}.project-form-field textarea{min-height:128px;padding:11px 12px;font-size:12px;line-height:1.65}.project-form-field input:hover,.project-form-field select:hover,.project-form-field textarea:hover{border-color:#aebfd5}.project-form-field input:focus,.project-form-field select:focus,.project-form-field textarea:focus{border-color:#65a0f5;box-shadow:0 0 0 3px rgba(47,111,236,.11);outline:0}.project-field-help{min-height:17px;display:flex;align-items:flex-start;gap:5px;color:#728097;font-size:10px;font-weight:450;line-height:1.55}.project-field-help i{margin-top:1px;color:#5684c8}.project-input-icon{position:relative;display:block!important}.project-input-icon>i{position:absolute;left:12px;top:50%;z-index:1;transform:translateY(-50%);color:#8090a5;font-size:14px}.project-input-icon input{padding-left:34px}.project-form-page [hidden]{display:none!important}
.project-rule-note{margin:0 17px 17px;padding:10px 12px;display:flex;align-items:flex-start;gap:9px;border:1px solid #d5e2f5;border-radius:8px;background:#f6f9fe;color:#526985}.project-rule-note>i{margin-top:1px;color:#3979da}.project-rule-note strong{display:block;color:#385271;font-size:10px}.project-rule-note p{margin:2px 0 0;font-size:9px;line-height:1.55}.project-schedule-tip{min-height:43px;margin:0 17px 17px;padding:9px 11px;display:flex;align-items:center;gap:8px;border-radius:8px;background:#edf8f3;color:#287157;font-size:10px}.project-schedule-tip>i{color:#11936a;font-size:14px}
.project-country-total{min-height:26px;padding:4px 9px;display:inline-flex;align-items:center;border:1px solid #cfe1f8;border-radius:99px;background:#f3f8ff;color:#3970b9;font-size:9px;font-weight:700;white-space:nowrap}.project-country-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-country-card{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 118px;align-items:stretch;overflow:hidden;border:1px solid #dce4ee;border-radius:9px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.project-country-card:hover{border-color:#b9cae1;box-shadow:0 4px 12px rgba(36,67,108,.06)}.project-country-checkbox{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.project-country-select{min-width:0;min-height:68px;padding:10px;display:grid;grid-template-columns:22px 27px minmax(0,1fr);align-items:center;gap:8px;cursor:pointer;background:#fff;transition:background-color .16s ease}.project-country-check{width:19px;height:19px;display:grid;place-items:center;border:1px solid #bdc9d8;border-radius:5px;background:#fff;color:transparent;font-size:14px;transition:background-color .16s ease,border-color .16s ease}.project-country-flag{width:27px;height:20px;border-radius:4px;background-size:cover;box-shadow:0 0 0 1px rgba(15,23,42,.11)}.project-country-copy{min-width:0}.project-country-copy strong{display:flex;align-items:center;gap:6px;color:#2b3f59;font-size:11px}.project-country-copy strong small{color:#8592a4;font-size:8px;letter-spacing:.06em}.project-country-copy>span{display:block;margin-top:3px;overflow:hidden;color:#77859a;font-size:9px;font-weight:450;text-overflow:ellipsis;white-space:nowrap}.project-country-language{min-width:0;padding:8px 9px;display:grid;align-content:center;gap:4px;border-left:1px solid #e8edf3;background:#fbfcfe;color:#718096;font-size:8px;font-weight:650}.project-country-language input{height:32px;min-height:32px;padding:5px 7px;border-color:#d7dfe9;border-radius:5px;font-size:10px}.project-country-checkbox:checked+.project-country-select{background:#f1f6ff}.project-country-checkbox:checked+.project-country-select .project-country-check{border-color:#2f6fec;background:#2f6fec;color:#fff}.project-country-checkbox:checked~.project-country-language{background:#f7faff}.project-country-checkbox:focus-visible+.project-country-select{outline:3px solid rgba(47,111,236,.2);outline-offset:-3px}.project-country-help{margin:12px 0 0;display:flex;align-items:flex-start;gap:6px;color:#758398;font-size:10px;line-height:1.55}.project-country-help i{margin-top:1px;color:#4d83cf}
.project-form-actions{min-height:78px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dce5f0;border-radius:11px;background:#fff;box-shadow:0 8px 24px rgba(24,39,75,.055)}.project-form-actions-note{display:flex;align-items:center;gap:10px;color:#587089}.project-form-actions-note>i{width:35px;height:35px;display:grid;place-items:center;flex:0 0 35px;border-radius:9px;background:#eaf7f1;color:#16845f;font-size:16px}.project-form-actions-note strong,.project-form-actions-note small{display:block}.project-form-actions-note strong{color:#31475f;font-size:11px}.project-form-actions-note small{margin-top:2px;font-size:9px}.project-form-actions-buttons{display:flex;align-items:center;justify-content:flex-end;gap:9px}.project-form-actions-buttons .button{min-height:44px;padding-inline:17px}.project-form-actions-buttons .button-primary{min-width:158px}
@media(max-width:1220px){.project-editor-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.project-country-grid{grid-template-columns:1fr}}
@media(max-width:980px){.project-form-page{width:100%}.project-editor-grid{grid-template-columns:1fr;grid-template-areas:"basic" "rules" "schedule" "countries" "notes"}.project-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.project-form-hero{min-height:0;padding:17px;align-items:flex-start;flex-direction:column}.project-form-hero-main{align-items:flex-start}.project-form-hero-icon{width:48px;height:48px;flex-basis:48px;font-size:21px}.project-form-hero h2{font-size:20px}.project-form-back{width:100%;min-height:44px}.project-form-section-head{grid-template-columns:38px minmax(0,1fr) auto;padding:13px}.project-section-body{padding:14px}.project-field-grid,.project-country-grid{grid-template-columns:1fr}.project-field-full{grid-column:auto}.project-form-field input,.project-form-field select,.project-form-field textarea{font-size:16px}.project-rule-note,.project-schedule-tip{margin-inline:14px;margin-bottom:14px}.project-form-actions{align-items:stretch;flex-direction:column}.project-form-actions-buttons{display:grid;grid-template-columns:1fr}.project-form-actions-buttons .button{width:100%;min-height:46px}.project-form-actions-buttons .button-primary{order:-1}.project-country-card{grid-template-columns:minmax(0,1fr) 112px}.project-country-total{display:none}}
@media(max-width:420px){.project-form-section-head{grid-template-columns:36px minmax(0,1fr)}.project-section-step{display:none}.project-country-card{grid-template-columns:1fr}.project-country-language{border-left:0;border-top:1px solid #e8edf3}.project-form-actions-note{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.project-country-card,.project-country-select,.project-country-check{transition:none}}

/* Ranking overview dashboard */
.dashboard-page{width:min(1520px,100%);margin:0 auto;display:grid;gap:16px}.dashboard-eyebrow{display:block;margin-bottom:3px;color:#3976d6;font-size:9px;font-weight:800;letter-spacing:.14em}.dashboard-hero{min-height:128px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #dbe5f2;border-radius:12px;background:linear-gradient(120deg,#fff 0%,#f8fbff 61%,#edf4ff 100%);box-shadow:0 8px 25px rgba(31,65,115,.055)}.dashboard-hero-main{min-width:0;display:flex;align-items:center;gap:16px}.dashboard-hero-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border-radius:16px;background:linear-gradient(145deg,#3c82f5,#235fd4);color:#fff;font-size:26px;box-shadow:0 10px 22px rgba(47,111,236,.2)}.dashboard-hero-copy{min-width:0}.dashboard-hero-copy h2{margin:0;color:#132640;font-size:23px;line-height:1.25}.dashboard-hero-meta{margin-top:8px;display:flex;align-items:center;gap:13px;flex-wrap:wrap;color:#64758d;font-size:10px}.dashboard-hero-meta span{display:inline-flex;align-items:center;gap:5px}.dashboard-hero-meta i{color:#4b7fc7}.dashboard-hero-side{display:grid;justify-items:end;gap:10px}.dashboard-project-picker label{display:grid;grid-template-columns:auto minmax(180px,250px);align-items:center;gap:9px;color:#5f6f86;font-size:10px}.dashboard-project-picker select{height:40px;min-height:40px;border-color:#cbd8e9;border-radius:7px;background:#fff;font-size:11px;font-weight:650}.dashboard-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.dashboard-actions .button{min-height:40px}.dashboard-empty-project{min-height:420px;padding:54px 24px;display:flex;align-items:center;flex-direction:column;justify-content:center;border:1px solid #dce5f1;border-radius:12px;background:radial-gradient(circle at 50% 18%,#eef5ff,transparent 45%),#fff;text-align:center;box-shadow:0 8px 25px rgba(31,65,115,.05)}.dashboard-empty-project-icon{width:76px;height:76px;margin-bottom:18px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,#3c82f5,#235fd4);color:#fff;font-size:33px;box-shadow:0 14px 28px rgba(47,111,236,.2)}.dashboard-empty-project h2{margin:0;color:#172b46;font-size:24px}.dashboard-empty-project p{max-width:560px;margin:9px auto 20px;color:#687990;font-size:12px;line-height:1.7}.dashboard-empty-project .button{min-height:44px;padding-inline:18px}
.dashboard-section,.dashboard-country-panel,.dashboard-quota-panel,.dashboard-latest-panel{min-width:0;overflow:hidden;border:1px solid #dfe6ef;border-radius:11px;background:#fff;box-shadow:0 5px 18px rgba(24,39,75,.045)}.dashboard-section{padding:0 17px 17px}.dashboard-section-heading,.dashboard-panel-heading{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-section-heading>div,.dashboard-panel-heading>div{min-width:0;display:flex;align-items:center;gap:10px}.dashboard-section-heading h3,.dashboard-panel-heading h3{margin:0;color:#233650;font-size:14px}.dashboard-section-heading p,.dashboard-panel-heading p{margin:3px 0 0;color:#748197;font-size:10px;line-height:1.5}.dashboard-section-heading>a{display:inline-flex;align-items:center;gap:5px;color:#3a72c5;font-size:10px;font-weight:650;white-space:nowrap}.dashboard-section-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:10px;background:#e8f1ff;color:#276dde;font-size:17px}.dashboard-section-icon.is-purple{background:#f0eaff;color:#7b4cd2}.dashboard-section-icon.is-cyan{background:#e6f7f8;color:#087e89}.dashboard-section-icon.is-green{background:#e6f7f0;color:#118760}.dashboard-section-heading-compact{justify-content:flex-start}
.dashboard-summary-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px}.dashboard-stat-card{min-width:0;min-height:112px;padding:13px 11px;display:flex;align-items:flex-start;gap:9px;border:1px solid #e0e7f0;border-radius:9px;background:#fbfcfe}.dashboard-stat-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:8px;background:#eef3fa;color:#55749d;font-size:14px}.dashboard-stat-card>span:last-child{min-width:0}.dashboard-stat-card small,.dashboard-stat-card strong,.dashboard-stat-card em{display:block}.dashboard-stat-card small{min-height:18px;color:#5d6f87;font-size:9px;font-weight:650;white-space:nowrap}.dashboard-stat-card strong{margin-top:5px;color:#172b46;font-size:23px;line-height:1;font-variant-numeric:tabular-nums}.dashboard-stat-card em{margin-top:8px;color:#8a96a7;font-size:8px;font-style:normal;white-space:nowrap}.dashboard-stat-card.is-scope .dashboard-stat-icon{background:#e9f2ff;color:#286fdc}.dashboard-stat-card.is-top{border-color:#d7e9df;background:#f9fdfb}.dashboard-stat-card.is-top .dashboard-stat-icon{background:#e4f6eb;color:#16845b}.dashboard-stat-card.is-mid .dashboard-stat-icon{background:#f0ecff;color:#7551ca}.dashboard-stat-card.is-wide .dashboard-stat-icon{background:#e6f7f8;color:#087d89}.dashboard-stat-card.is-out{border-color:#f0dfdf;background:#fffafa}.dashboard-stat-card.is-out .dashboard-stat-icon{background:#fff0f1;color:#bd4252}
.dashboard-movement-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-movement-card{min-width:0;min-height:96px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid #e0e7f0;border-radius:9px;background:#fbfcfe}.dashboard-movement-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:11px;font-size:18px}.dashboard-movement-icon.is-blue{background:#e8f1ff;color:#276dde}.dashboard-movement-icon.is-green{background:#e6f7f0;color:#118760}.dashboard-movement-icon.is-cyan{background:#e6f7f8;color:#087e89}.dashboard-movement-icon.is-orange{background:#fff2e5;color:#b96516}.dashboard-movement-card>span:last-child{min-width:0}.dashboard-movement-card small,.dashboard-movement-card strong,.dashboard-movement-card em{display:block}.dashboard-movement-card small{color:#62738a;font-size:9px;font-weight:650}.dashboard-movement-card strong{margin-top:5px;color:#172b46;font-size:20px;line-height:1.1;font-variant-numeric:tabular-nums}.dashboard-movement-card em{margin-top:5px;color:#8995a6;font-size:8px;font-style:normal}.dashboard-movement-card strong b{font-size:15px}.dashboard-movement-card strong b i{margin-right:2px}.dashboard-up{color:#15815b}.dashboard-down{color:#bd4252}.dashboard-divider{margin-inline:6px;color:#a4adba;font-size:.78em;font-style:normal;font-weight:500}
.dashboard-panel-heading{padding:0 17px;border-bottom:1px solid #e8edf3;background:#fbfcfe}.dashboard-panel-count{min-height:26px;padding:4px 9px;display:inline-flex;align-items:center;border:1px solid #d6e3f5;border-radius:99px;background:#f4f8fe;color:#4e73a5;font-size:9px;font-weight:650;white-space:nowrap}.dashboard-country-table{min-width:760px}.dashboard-country-table th,.dashboard-country-table td{height:52px;padding-inline:17px}.dashboard-country-name{display:flex;align-items:center;gap:10px}.dashboard-country-name>.fi{width:28px;height:21px;border-radius:4px;background-size:cover;box-shadow:0 0 0 1px rgba(15,23,42,.1)}.dashboard-country-name strong,.dashboard-country-name small{display:block}.dashboard-country-name strong{color:#2a3d57;font-size:11px}.dashboard-country-name small{margin-top:1px;color:#8a96a7;font-size:8px;letter-spacing:.07em}.dashboard-table-badge{min-width:32px;min-height:23px;padding:3px 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#eef3f9;color:#526c8e;font-size:10px;font-weight:700}.dashboard-table-badge.is-top{background:#e7f7ee;color:#147a55}.dashboard-table-badge.is-out{background:#fff0f1;color:#b63e4e}.dashboard-ranking-empty{min-height:220px;padding:34px 20px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.dashboard-ranking-empty>span{width:54px;height:54px;margin-bottom:12px;display:grid;place-items:center;border-radius:15px;background:#edf3fb;color:#6f91be;font-size:24px}.dashboard-ranking-empty strong{color:#2b3e58;font-size:13px}.dashboard-ranking-empty p{max-width:500px;margin:6px auto 14px;color:#718096;font-size:10px;line-height:1.65}.dashboard-ranking-empty .button{min-height:40px}
.dashboard-bottom-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);gap:16px;align-items:stretch}.dashboard-quota-panel,.dashboard-latest-panel{display:grid;grid-template-rows:auto minmax(0,1fr)}.dashboard-service-status{min-height:26px;padding:4px 8px;display:inline-flex;align-items:center;gap:5px;border-radius:99px;background:#f1f3f6;color:#687588;font-size:9px;font-weight:650;white-space:nowrap}.dashboard-service-status.is-online{background:#e8f7ef;color:#147a55}.dashboard-quota-grid{padding:14px 16px 16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.dashboard-quota-grid article{min-width:0;min-height:105px;padding:12px;display:grid;grid-template-columns:27px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:8px;border:1px solid #e0e7f0;border-radius:9px;background:#fbfcfe}.dashboard-quota-grid article>span{grid-row:1/4;width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#e8f1ff;color:#3975d1;font-size:13px}.dashboard-quota-grid small,.dashboard-quota-grid strong,.dashboard-quota-grid em{grid-column:2;min-width:0;display:block}.dashboard-quota-grid small{color:#617188;font-size:9px}.dashboard-quota-grid strong{margin-top:5px;overflow:hidden;color:#172b46;font-size:21px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-quota-grid strong i{margin-inline:4px;color:#9ca7b6;font-size:.7em;font-style:normal}.dashboard-quota-grid strong.is-time{font-size:11px;line-height:1.5;white-space:normal}.dashboard-quota-grid em{margin-top:7px;color:#8a96a7;font-size:8px;font-style:normal;line-height:1.5}.dashboard-latest-body{padding:15px 16px;display:grid;gap:13px}.dashboard-latest-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-latest-title strong,.dashboard-latest-title small{display:block}.dashboard-latest-title strong{color:#243953;font-size:16px}.dashboard-latest-title small{margin-top:2px;color:#77869a;font-size:9px}.dashboard-task-status{min-height:25px;padding:4px 8px;display:inline-flex;align-items:center;border-radius:6px;background:#eef2f7;color:#5c6a7d;font-size:9px;font-weight:700}.dashboard-task-status.status-completed{background:#e7f7ee;color:#147a55}.dashboard-task-status.status-processing,.dashboard-task-status.status-queued{background:#e8f1ff;color:#2868c8}.dashboard-task-status.status-failed,.dashboard-task-status.status-paused{background:#fff0f1;color:#b43d4d}.dashboard-latest-body dl{margin:0;display:grid;gap:7px}.dashboard-latest-body dl>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-latest-body dt{color:#7a8798;font-size:9px}.dashboard-latest-body dd{margin:0;color:#344a64;font-size:10px;font-weight:650;text-align:right}.dashboard-latest-body .button{min-height:38px;font-size:10px}.dashboard-latest-empty{min-height:155px;padding:20px;display:flex;align-items:center;justify-content:center;gap:11px;color:#8390a1}.dashboard-latest-empty>i{font-size:24px}.dashboard-latest-empty strong,.dashboard-latest-empty small{display:block}.dashboard-latest-empty strong{color:#53657c;font-size:11px}.dashboard-latest-empty small{margin-top:3px;font-size:9px}
@media(max-width:1380px){.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-quota-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1100px){.dashboard-hero{align-items:flex-start;flex-direction:column}.dashboard-hero-side{width:100%;justify-items:stretch}.dashboard-project-picker label{grid-template-columns:90px minmax(0,1fr)}.dashboard-actions{justify-content:flex-start}.dashboard-movement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-bottom-grid{grid-template-columns:1fr}}
@media(max-width:700px){.dashboard-page{gap:12px}.dashboard-hero{padding:17px}.dashboard-hero-main{align-items:flex-start}.dashboard-hero-icon{width:48px;height:48px;flex-basis:48px;border-radius:13px;font-size:22px}.dashboard-hero-copy h2{font-size:20px}.dashboard-hero-meta{align-items:flex-start;flex-direction:column;gap:5px}.dashboard-project-picker label{display:grid;grid-template-columns:1fr;gap:5px}.dashboard-project-picker select{height:44px;min-height:44px;font-size:16px}.dashboard-actions{display:grid;grid-template-columns:repeat(2,1fr)}.dashboard-actions .button{min-height:44px}.dashboard-actions .button-primary{grid-column:1/-1;grid-row:1}.dashboard-section{padding-inline:13px;padding-bottom:13px}.dashboard-section-heading,.dashboard-panel-heading{min-height:64px}.dashboard-section-heading>a{display:none}.dashboard-summary-grid,.dashboard-movement-grid,.dashboard-quota-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stat-card{min-height:104px}.dashboard-stat-card small{white-space:normal}.dashboard-stat-card em{white-space:normal}.dashboard-panel-heading{padding-inline:13px}.dashboard-panel-count,.dashboard-service-status{display:none}.dashboard-quota-grid{padding:12px}.dashboard-country-table th,.dashboard-country-table td{padding-inline:12px}}
@media(max-width:430px){.dashboard-summary-grid,.dashboard-movement-grid,.dashboard-quota-grid{grid-template-columns:1fr}.dashboard-actions{grid-template-columns:1fr}.dashboard-actions .button-primary{grid-column:auto}.dashboard-stat-card,.dashboard-movement-card{min-height:88px}.dashboard-section-heading p,.dashboard-panel-heading p{display:none}}
@media(prefers-reduced-motion:reduce){.dashboard-stat-card,.dashboard-movement-card{transition:none}}

/* Monitoring project portfolio */
.project-list-page{width:min(1520px,100%);margin:0 auto;display:grid;gap:16px}
.project-list-eyebrow{display:block;margin-bottom:3px;color:#3976d6;font-size:9px;font-weight:800;letter-spacing:.14em}
.project-list-hero{min-height:138px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:26px;border:1px solid #dbe5f2;border-radius:12px;background:linear-gradient(120deg,#fff 0%,#f8fbff 58%,#edf4ff 100%);box-shadow:0 8px 25px rgba(31,65,115,.055)}
.project-list-hero-main{min-width:250px;display:flex;align-items:center;gap:16px}.project-list-hero-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border-radius:16px;background:linear-gradient(145deg,#3c82f5,#235fd4);color:#fff;font-size:25px;box-shadow:0 10px 22px rgba(47,111,236,.2)}
.project-list-hero h2{margin:0;color:#132640;font-size:23px;line-height:1.25}.project-list-hero p{margin:7px 0 0;color:#64758d;font-size:11px;line-height:1.6}
.project-list-hero-side{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:18px}.project-list-summary{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));gap:8px}.project-list-summary article{min-width:92px;min-height:70px;padding:10px 11px;display:flex;align-items:center;gap:9px;border:1px solid #dfe7f1;border-radius:9px;background:rgba(255,255,255,.88)}.project-list-summary article>span{width:29px;height:29px;display:grid;place-items:center;flex:0 0 29px;border-radius:8px;background:#e9f2ff;color:#3475d5;font-size:13px}.project-list-summary strong,.project-list-summary small{display:block}.project-list-summary strong{color:#172b46;font-size:19px;line-height:1;font-variant-numeric:tabular-nums}.project-list-summary small{margin-top:5px;color:#6b7a90;font-size:8px;white-space:nowrap}.project-list-summary .is-monitoring>span{background:#e5f7ed;color:#13805a}.project-list-summary .is-paused>span{background:#fff3e3;color:#b86b16}.project-list-summary .is-ended>span{background:#f0f2f5;color:#687487}.project-list-create{min-width:142px;min-height:44px;white-space:nowrap}
.project-list-panel{min-width:0;overflow:hidden;border:1px solid #dfe6ef;border-radius:11px;background:#fff;box-shadow:0 5px 18px rgba(24,39,75,.045)}.project-list-heading{min-height:70px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e8edf3;background:#fbfcfe}.project-list-heading>div{min-width:0;display:flex;align-items:center;gap:10px}.project-list-heading-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:10px;background:#e8f1ff;color:#276dde;font-size:17px}.project-list-heading h3{margin:0;color:#233650;font-size:14px}.project-list-heading p{margin:3px 0 0;color:#748197;font-size:10px}.project-list-count{min-height:26px;padding:4px 9px;display:inline-flex;align-items:center;border:1px solid #d6e3f5;border-radius:99px;background:#f4f8fe;color:#4e73a5;font-size:9px;font-weight:650;white-space:nowrap}
.project-list-table-wrap{max-width:100%;overflow-x:auto}.project-list-table{min-width:1110px}.project-list-table th{height:43px;padding:9px 14px;color:#65748a;font-size:9px;letter-spacing:.02em}.project-list-table td{height:84px;padding:12px 14px;vertical-align:middle}.project-list-table tbody tr{transition:background-color .16s ease}.project-list-table tbody tr:hover{background:#f8fbff}.project-list-table th:first-child,.project-list-table td:first-child{padding-left:17px}.project-list-table th:last-child,.project-list-table td:last-child{padding-right:17px}
.project-list-name{min-width:185px}.project-list-name,.project-list-project-copy small,.project-list-domain,.project-list-scope,.project-list-rule small,.project-list-schedule span,.project-list-health,.project-list-ended{display:flex;align-items:center}.project-list-name{gap:10px}.project-list-project-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:10px;background:#eaf2ff;color:#2f70dc;font-size:16px}.project-list-project-copy{min-width:0}.project-list-project-copy a{display:block;max-width:190px;overflow:hidden;color:#2565cf;text-overflow:ellipsis;white-space:nowrap}.project-list-project-copy strong{font-size:11px}.project-list-project-copy small{margin-top:5px;gap:4px;color:#8490a1;font-size:8px}.project-list-project-copy small i{color:#6c8cb7}.project-list-project-copy small b{font-weight:400}
.project-list-domain{min-width:150px;gap:7px;color:#344b67}.project-list-domain>i{color:#5782bd}.project-list-domain .code-mask{max-width:190px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.project-list-scope{min-width:120px;align-items:flex-start;flex-direction:column;gap:6px}.project-list-scope span{min-height:24px;padding:3px 7px;display:inline-flex;align-items:center;gap:5px;border-radius:6px;background:#eef4fc;color:#536c8e;font-size:9px}.project-list-scope i{color:#3973c7}.project-list-scope strong{color:#2b4d7b}.project-list-rule{min-width:95px}.project-list-rule>strong{display:block;color:#2f445e;font-size:10px}.project-list-rule small{margin-top:6px;gap:5px;color:#7c899a;font-size:8px}.project-list-rule small i{color:#6388b9}.project-list-rule small b{font-weight:400}
.project-list-schedule{min-width:210px;display:grid;gap:7px}.project-list-schedule span{display:grid;grid-template-columns:14px 28px minmax(0,1fr);gap:4px}.project-list-schedule i{color:#6a8ebd;font-size:10px}.project-list-schedule small{color:#8a96a7;font-size:8px}.project-list-schedule strong{overflow:hidden;color:#40556f;font-size:9px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.project-list-schedule span:first-child strong:only-child{color:#9aa5b3}
.project-list-health{min-width:68px;width:max-content;min-height:26px;padding:4px 8px;justify-content:center;gap:5px;border-radius:7px;font-size:9px;font-weight:700;white-space:nowrap}.project-list-health i{font-size:5px}.project-list-health-normal{background:#e7f7ee;color:#147a55}.project-list-health-running{background:#e8f1ff;color:#2868c8}.project-list-health-failed,.project-list-health-stale{background:#fff0f1;color:#b43d4d}.project-list-health-paused,.project-list-health-ended{background:#fff3e3;color:#a96113}
.project-list-actions{min-width:230px}.project-list-actions .inline-actions{flex-wrap:nowrap;gap:6px}.project-list-actions .button{min-height:34px;padding-inline:10px;font-size:9px;white-space:nowrap}.project-list-actions .button i{font-size:10px}.project-list-ended{gap:4px;color:#8b6a3e;font-size:8px;white-space:nowrap}
.project-list-empty{min-height:310px;padding:42px 22px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 18%,#eef5ff,transparent 48%)}.project-list-empty>span{width:64px;height:64px;margin-bottom:14px;display:grid;place-items:center;border-radius:18px;background:#e9f2ff;color:#3974cf;font-size:28px}.project-list-empty h3{margin:0;color:#293e58;font-size:15px}.project-list-empty p{max-width:500px;margin:7px auto 16px;color:#748197;font-size:10px;line-height:1.65}.project-list-empty .button{min-height:42px}
.project-list-pagination{min-height:68px;padding:13px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #e8edf3;background:#fbfcfe}.project-list-pagination p{margin:0;color:#718096;font-size:9px}.project-list-pagination p strong{color:#3b526e;font-weight:700;font-variant-numeric:tabular-nums}.project-pagination-controls{display:flex;align-items:center;justify-content:flex-end;gap:6px}.project-pagination-arrow,.project-pagination-page{min-height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e0ed;border-radius:7px;background:#fff;color:#536984;font-size:9px;font-weight:650;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.project-pagination-arrow{min-width:78px;padding:7px 10px;gap:6px}.project-pagination-page{width:36px;padding:7px}.project-pagination-arrow:hover,.project-pagination-page:hover{border-color:#9dbce8;background:#f3f7ff;color:#2568cf}.project-pagination-page.is-current{border-color:#2f6fec;background:#2f6fec;color:#fff;box-shadow:0 4px 10px rgba(47,111,236,.18)}.project-pagination-arrow.is-disabled{border-color:#e5e9ef;background:#f5f6f8;color:#adb5c0;cursor:not-allowed}
@media(max-width:1480px){.project-list-table-wrap{overflow:visible}.project-list-table{min-width:0;border-collapse:separate}.project-list-table thead{display:none}.project-list-table tbody{padding:12px;display:grid;gap:12px;background:#f5f7fa}.project-list-table tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #dfe6ef;border-radius:10px;background:#fff;box-shadow:0 4px 14px rgba(24,39,75,.045)}.project-list-table tbody tr:hover{background:#fff}.project-list-table td,.project-list-table th:first-child,.project-list-table td:first-child,.project-list-table th:last-child,.project-list-table td:last-child{height:auto;min-width:0;padding:10px 12px;display:grid;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #edf0f4}.project-list-table td::before{content:attr(data-label);color:#8591a2;font-size:9px;font-weight:650}.project-list-table td.project-list-name,.project-list-table td.project-list-actions{grid-column:1/-1}.project-list-table td.project-list-name{min-height:65px;display:flex;padding:12px}.project-list-table td.project-list-name::before{display:none}.project-list-table td.project-list-actions{border-bottom:0}.project-list-project-copy a{max-width:calc(100vw - 130px)}.project-list-domain,.project-list-scope,.project-list-rule,.project-list-schedule{min-width:0}.project-list-schedule strong{white-space:normal}.project-list-actions .inline-actions{justify-content:flex-end;flex-wrap:wrap}.project-list-actions .button{min-height:40px}}
@media(max-width:1280px){.project-list-hero{align-items:flex-start;flex-direction:column}.project-list-hero-side{width:100%;justify-content:space-between}.project-list-summary{flex:1}.project-list-summary article{min-width:0}}
@media(max-width:820px){.project-list-page{gap:12px}.project-list-hero{padding:17px}.project-list-hero-main{align-items:flex-start}.project-list-hero-icon{width:48px;height:48px;flex-basis:48px;border-radius:13px;font-size:21px}.project-list-hero h2{font-size:20px}.project-list-hero-side{align-items:stretch;flex-direction:column}.project-list-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.project-list-summary article{min-height:62px}.project-list-create{width:100%;min-height:44px}.project-list-heading{padding-inline:13px}.project-list-count{display:none}.project-list-table-wrap{overflow:visible}.project-list-table{min-width:0;border-collapse:separate}.project-list-table thead{display:none}.project-list-table tbody{padding:12px;display:grid;gap:12px;background:#f5f7fa}.project-list-table tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #dfe6ef;border-radius:10px;background:#fff;box-shadow:0 4px 14px rgba(24,39,75,.045)}.project-list-table tbody tr:hover{background:#fff}.project-list-table td,.project-list-table th:first-child,.project-list-table td:first-child,.project-list-table th:last-child,.project-list-table td:last-child{height:auto;min-width:0;padding:10px 12px;display:grid;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #edf0f4}.project-list-table td::before{content:attr(data-label);color:#8591a2;font-size:9px;font-weight:650}.project-list-table td.project-list-name,.project-list-table td.project-list-actions{grid-column:1/-1}.project-list-table td.project-list-name{min-height:65px;display:flex;padding:12px}.project-list-table td.project-list-name::before{display:none}.project-list-table td.project-list-actions{border-bottom:0}.project-list-project-copy a{max-width:calc(100vw - 130px)}.project-list-domain,.project-list-scope,.project-list-rule,.project-list-schedule{min-width:0}.project-list-schedule strong{white-space:normal}.project-list-actions .inline-actions{justify-content:flex-end;flex-wrap:wrap}.project-list-actions .button{min-height:40px}.project-list-pagination{align-items:flex-start;flex-direction:column}.project-pagination-controls{width:100%;justify-content:flex-start;flex-wrap:wrap}}
@media(max-width:560px){.project-list-summary article{padding:9px}.project-list-summary article>span{width:27px;height:27px;flex-basis:27px}.project-list-table tbody tr{grid-template-columns:1fr}.project-list-table td,.project-list-table td.project-list-name,.project-list-table td.project-list-actions{grid-column:auto}.project-list-table td.project-list-name,.project-list-table td.project-list-actions{grid-column:1/-1}.project-list-table td{grid-template-columns:76px minmax(0,1fr)}.project-list-actions .inline-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.project-list-actions .button{width:100%;min-height:44px;padding-inline:7px}.project-list-actions form{display:contents}.project-list-ended{grid-column:1/-1;justify-content:flex-end}.project-list-pagination{padding:13px}.project-list-pagination p{line-height:1.5}.project-pagination-controls{display:grid;grid-template-columns:1fr 36px 1fr}.project-pagination-arrow{min-width:0}.project-pagination-page{grid-column:2;grid-row:1}.project-pagination-arrow:first-child{grid-column:1;grid-row:1}.project-pagination-arrow:last-child{grid-column:3;grid-row:1}}
@media(prefers-reduced-motion:reduce){.project-list-table tbody tr,.project-pagination-arrow,.project-pagination-page{transition:none}}

/* Project editor refinement */
.project-form-hero-side{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.project-form-edit-context{min-width:0;padding-right:14px;display:grid;justify-items:end;gap:4px;border-right:1px solid #d7e1ed}.project-form-edit-context span,.project-form-edit-context strong{display:flex;align-items:center;gap:6px}.project-form-edit-context span{color:#67809f;font-size:9px;font-weight:650}.project-form-edit-context strong{max-width:230px;overflow:hidden;color:#29425f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.project-form-edit-context i{color:#3a76cf}
.project-form-nav{min-height:58px;padding:8px 10px;position:sticky;top:68px;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #dce5f0;border-radius:11px;background:rgba(255,255,255,.97);box-shadow:0 7px 20px rgba(24,39,75,.06)}.project-form-nav>div{min-width:0;display:flex;align-items:center;gap:5px}.project-form-nav a{min-height:40px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;border-radius:7px;color:#566b86;font-size:9px;font-weight:650;white-space:nowrap}.project-form-nav a i{color:#5884bd;font-size:11px}.project-form-nav a:hover,.project-form-nav a:focus-visible{background:#edf4ff;color:#2768cd}.project-form-nav-tip{min-height:30px;padding:5px 9px;display:inline-flex;align-items:center;gap:6px;border-radius:7px;background:#eaf7f1;color:#247457;font-size:8px;font-weight:650;white-space:nowrap}.project-form-nav+.project-editor-form{margin-top:16px}.project-form-section{scroll-margin-top:142px}
.project-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"basic basic" "rules schedule" "countries countries" "notes notes";gap:16px}.project-basic-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"name client owner" "domain domain status"}.project-basic-name{grid-area:name}.project-basic-client{grid-area:client}.project-basic-owner{grid-area:owner}.project-basic-domain{grid-area:domain}.project-basic-status{grid-area:status}.project-form-countries .project-section-body{padding-top:14px}.project-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.project-country-toolbar{min-height:48px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.project-country-search{width:min(390px,100%);height:40px;position:relative;display:block}.project-country-search>i{position:absolute;left:12px;top:50%;z-index:1;transform:translateY(-50%);color:#7890ad;font-size:12px}.project-country-search input{width:100%;height:40px;min-height:40px;padding:8px 12px 8px 34px;border:1px solid #cfd9e7;border-radius:7px;background:#fff;color:#31465f;font-size:10px}.project-country-search input:focus{border-color:#65a0f5;box-shadow:0 0 0 3px rgba(47,111,236,.11);outline:0}.project-country-selected-filter{min-height:40px;padding-inline:11px;gap:6px;font-size:9px;white-space:nowrap}.project-country-selected-filter.is-active{border-color:#2f6fec;background:#edf4ff;color:#2768cd}.project-country-visible{margin-left:auto;color:#7c899b;font-size:9px;white-space:nowrap}.project-country-filter-empty{min-height:150px;padding:24px;display:flex;align-items:center;flex-direction:column;justify-content:center;border:1px dashed #cfdae8;border-radius:9px;background:#fafcff;text-align:center}.project-country-filter-empty>i{margin-bottom:8px;color:#7294c2;font-size:22px}.project-country-filter-empty strong,.project-country-filter-empty small{display:block}.project-country-filter-empty strong{color:#425873;font-size:11px}.project-country-filter-empty small{margin-top:4px;color:#8390a2;font-size:9px}.project-form-notes textarea{min-height:104px}.project-form-actions{border-color:#cfdeef;box-shadow:0 10px 25px rgba(24,39,75,.075)}
@media(max-width:1280px){.project-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-basic-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"name client" "owner status" "domain domain"}}
@media(max-width:1050px){.project-form-hero{align-items:flex-start;flex-direction:column}.project-form-hero-side{width:100%;justify-content:space-between}.project-form-edit-context{justify-items:start;border-right:0}.project-editor-grid{grid-template-columns:1fr;grid-template-areas:"basic" "rules" "schedule" "countries" "notes"}.project-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.project-form-nav{position:static;align-items:stretch;flex-direction:column}.project-form-nav>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.project-form-nav a{min-height:44px;justify-content:center;background:#f7f9fc}.project-form-nav-tip{align-self:flex-start}.project-form-section{scroll-margin-top:74px}}
@media(max-width:700px){.project-form-hero-side{align-items:stretch;flex-direction:column}.project-form-edit-context{padding:9px 2px;gap:5px}.project-form-back{width:100%}.project-form-nav>div{grid-template-columns:repeat(2,minmax(0,1fr))}.project-form-nav-tip{display:none}.project-basic-grid{grid-template-columns:1fr;grid-template-areas:"name" "client" "owner" "domain" "status"}.project-country-grid{grid-template-columns:1fr}.project-country-toolbar{align-items:stretch;display:grid;grid-template-columns:minmax(0,1fr) auto}.project-country-search{grid-column:1/-1;width:100%;height:44px}.project-country-search input{height:44px;min-height:44px;font-size:16px}.project-country-selected-filter{min-height:44px}.project-country-visible{margin-left:0;align-self:center;text-align:right}.project-form-notes textarea{min-height:132px}}
@media(max-width:420px){.project-form-nav>div{grid-template-columns:1fr}.project-country-toolbar{grid-template-columns:1fr}.project-country-selected-filter{width:100%}.project-country-visible{text-align:left}}
@media(prefers-reduced-motion:reduce){.project-form-nav a,.project-country-selected-filter{transition:none}}
