:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#0f172a;--bg-base:#f8fafc;--bg-surface:#ffffffb8;--bg-surface-hover:#ffffffe0;--bg-surface-solid:#fff;--primary:#4f46e5;--primary-hover:#4338ca;--primary-gradient:linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--primary-glow:#4f46e51f;--primary-glow-heavy:#4f46e54d;--accent-cyan:#06b6d4;--accent-purple:#8b5cf6;--success:#10b981;--success-glow:#10b98126;--warning:#f59e0b;--warning-glow:#f59e0b26;--error:#ef4444;--error-glow:#ef444426;--text-main:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#0000000f;--border-hover:#0000001f;--border-glass:#fff9;--shadow-sm:0 2px 8px -2px #0000000d;--shadow-md:0 10px 25px -5px #0000000d, 0 8px 16px -6px #00000008;--shadow-lg:0 20px 40px -10px #00000014, 0 10px 20px -8px #0000000a;--shadow-glow:0 0 20px #4f46e533;--transition-smooth:all .25s cubic-bezier(.4, 0, .2, 1);font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);min-width:320px;min-height:100vh;color:var(--text-main);background-image:radial-gradient(circle at 10% 20%,#2563eb08 0%,#0000 40%),radial-gradient(circle at 90% 80%,#06b6d405 0%,#0000 45%);background-attachment:fixed;margin:0;overflow-x:hidden}a{color:var(--primary);-webkit-text-decoration:inherit;text-decoration:inherit;transition:var(--transition-smooth);font-weight:500}a:hover{color:var(--primary-hover)}.glass-card{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);box-shadow:var(--shadow-md);transition:var(--transition-smooth);border-radius:16px}.glass-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg)}button,.btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--primary-gradient)!important;color:#fff!important;box-shadow:0 4px 14px var(--primary-glow)!important;border:none!important}.btn-primary:hover{box-shadow:0 6px 20px var(--primary-glow-heavy)!important;transform:translateY(-1px)!important}.btn-primary:active{transform:translateY(0)!important}.btn-secondary{color:var(--text-main)!important;box-shadow:var(--shadow-sm)!important;background:#fff9!important;border:1px solid #00000014!important}.btn-secondary:hover{border-color:var(--primary)!important;color:var(--primary)!important;background:#fffffff2!important}.btn-danger{color:#fff!important;background:linear-gradient(135deg,#d97706 0%,#fcd34d 150%)!important;border:none!important;box-shadow:0 4px 14px #d9770633!important}.btn-danger:hover{transform:translateY(-1px)!important;box-shadow:0 6px 20px #d9770659!important}.btn-query{background:var(--text-main)!important;color:#fff!important;border:none!important;padding:6px 14px!important;font-size:.85rem!important}.btn-query:hover{background:#1e293b!important;transform:translateY(-1px)!important}.btn-reset{color:var(--text-secondary)!important;background:#00000008!important;border:1px solid #00000014!important;padding:6px 14px!important;font-size:.85rem!important}.btn-reset:hover{color:var(--text-main)!important;background:#00000014!important}.sidebar-btn{cursor:pointer;flex-shrink:0;align-items:center;gap:12px;width:100%;display:flex;color:var(--text-secondary)!important;text-align:left!important;transition:var(--transition-smooth)!important;background:0 0!important;border:none!important;border-radius:8px!important;justify-content:flex-start!important;margin:1px 0!important;padding:8px 12px!important;font-size:.85rem!important;font-weight:500!important}.sidebar-btn:hover{color:var(--text-main)!important;background:#00000005!important;transform:translate(2px)!important}.sidebar-btn-active{flex-shrink:0;align-items:center;gap:12px;width:100%;display:flex;background:var(--primary-gradient)!important;color:#fff!important;text-align:left!important;box-shadow:0 4px 12px var(--primary-glow-heavy)!important;border:none!important;border-left:3px solid #ffffff8c!important;border-radius:8px!important;justify-content:flex-start!important;padding:8px 12px 8px 9px!important;font-size:.85rem!important;font-weight:600!important}.image-card{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)!important}.image-card:hover{box-shadow:var(--shadow-lg), 0 12px 30px #0000000a!important;transform:translateY(-4px)!important}.image-actions-overlay{opacity:0;transition:opacity .2s,transform .2s;transform:translateY(-4px)}.image-card:hover .image-actions-overlay{opacity:1;transform:translateY(0)}input:not([type=checkbox]),select,textarea{color:var(--text-main);transition:var(--transition-smooth);background:#fffc;border:1px solid #00000014;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.9rem;box-shadow:inset 0 1px 2px #00000003}input:not([type=checkbox]):focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);background:#fff;outline:none}input[type=checkbox]{appearance:none;cursor:pointer;box-sizing:border-box;background-color:#fff;border:1.5px solid #00000026;border-radius:4px;outline:none;justify-content:center;align-items:center;width:18px;height:18px;margin:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;padding:0!important}input[type=checkbox]:hover:not(:disabled){border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}input[type=checkbox]:checked{background-color:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}input[type=checkbox]:focus{box-shadow:0 0 0 3px var(--primary-glow)!important}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6;background-color:#0000000d;border-color:#00000014}.premium-table-container{width:100%;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000d;border-radius:12px;overflow-x:auto}.premium-table{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.premium-table th{color:var(--text-secondary);background:#ffffffe6;border-bottom:1px solid #0000000d;padding:12px 16px;font-weight:600}.premium-table td{color:var(--text-main);transition:var(--transition-smooth);border-bottom:1px solid #00000008;padding:12px 16px}.table-row-hover:hover td{background:#2563eb05!important}.badge-premium{border-radius:9999px;align-items:center;gap:4px;padding:3px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-premium-success{color:#059669;background:#10b9811a}.badge-premium-warning{color:#d97706;background:#f59e0b1a}.badge-premium-info{color:#7c3aed;background:#8b5cf61a}input[type=date]{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:36px;position:relative}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.copy-review-toolbar-scroll{scrollbar-width:none;-ms-overflow-style:none}.copy-review-toolbar-scroll::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#00000003}::-webkit-scrollbar-thumb{background:#00000014;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0000002e}@keyframes skeleton-pulse{0%{background-position:150%}to{background-position:-50%}}.skeleton{background:linear-gradient(90deg,#00000008 25%,#0000000f 37%,#00000008 63%) 0 0/400% 100%;animation:1.4s infinite skeleton-pulse}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin,.spin-animation,.spin{animation:1s linear infinite spin!important}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.25)}}.pulse-animation{animation:1.5s ease-in-out infinite pulse!important}.login-btn-red{background:linear-gradient(135deg,#ff2442 0%,#ff4761 100%)!important;box-shadow:0 4px 14px #ff244266!important}.login-btn-red:hover{background:linear-gradient(135deg,#ff3b56 0%,#ff5e78 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #ff24428c!important}.login-btn-red:active{transform:translateY(0)!important}@keyframes border-pulse-blue{0%,to{border-color:#3b82f633;box-shadow:0 8px 32px #2563eb0d}50%{border-color:#3b82f680;box-shadow:0 8px 32px #2563eb1f}}@keyframes progress-flow{0%{background-position:0%}to{background-position:200%}}@keyframes tag-pulse-orange{0%,to{color:#d97706;background-color:#d977060d;border-color:#d9770626}50%{color:#b45309;background-color:#d9770626;border-color:#d9770659}}@keyframes card-shimmer-orange{0%,to{border-color:var(--border);box-shadow:none}50%{border-color:#d9770640;box-shadow:0 4px 16px #d977060a}}@keyframes button-resetting-pulse{0%,to{border-color:#ef444440;box-shadow:0 0 #ef444400}50%{border-color:#ef444499;box-shadow:0 0 8px #ef444440}}@keyframes button-syncing-pulse{0%,to{border-color:#3b82f640;box-shadow:0 0 #3b82f600}50%{border-color:#3b82f699;box-shadow:0 0 8px #3b82f640}}.spin-animation{animation:1s linear infinite spin}.animate-border-pulse-blue{animation:2.5s ease-in-out infinite border-pulse-blue}.animate-progress-flow{animation:2s linear infinite progress-flow}.animate-tag-pulse-orange{animation:1.8s ease-in-out infinite tag-pulse-orange}.animate-card-shimmer-orange{animation:2s ease-in-out infinite card-shimmer-orange}.audit-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#0f172a40;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.audit-modal{color:#0f172a;background:#fff;border:1px solid #fff9;border-radius:16px;flex-direction:column;gap:20px;width:1300px;max-width:98vw;max-height:92vh;padding:24px;animation:.2s ease-out fadeIn;display:flex;overflow:hidden}.copy-library-table-scroll{scrollbar-color:#6366f1 #e2e8f0;scrollbar-width:auto}.copy-library-table-scroll::-webkit-scrollbar{width:10px;height:14px}.copy-library-table-scroll::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px;box-shadow:inset 0 0 0 1px #cbd5e1}.copy-library-table-scroll::-webkit-scrollbar-thumb{background:#6366f1;border:3px solid #e2e8f0;border-radius:999px;min-width:56px}.copy-library-table-scroll::-webkit-scrollbar-thumb:hover{background:#4f46e5}.business-dashboard-v2{--ink:#172033;--muted:#64748b;--line:#e4eaf3;--surface:#fff;min-height:100%;color:var(--ink);background:linear-gradient(#f7faff 0,#f4f7fb 100%);padding:6px 12px 20px}.dashboard-title{align-items:center;gap:8px;margin:0 0 4px;padding:0 3px;display:flex}.dashboard-title>div:last-child{align-items:baseline;gap:12px;min-width:0;display:flex}.dashboard-title h1{letter-spacing:.01em;white-space:nowrap;margin:0;font-size:17px}.dashboard-title p{color:var(--muted);white-space:nowrap;margin:0;font-size:10px}.title-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:8px;place-items:center;width:28px;height:28px;display:grid;box-shadow:0 4px 12px #4f46e52e}.dashboard-filters{border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;margin-bottom:6px;padding:5px 8px;display:flex;box-shadow:0 3px 14px #24334e0a}.dashboard-filter-controls{white-space:nowrap;scrollbar-width:none;flex:auto;align-items:center;gap:6px;min-width:0;display:flex;overflow:auto hidden}.dashboard-filter-controls::-webkit-scrollbar{display:none}.dashboard-filters label{white-space:nowrap;flex:none;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}.dashboard-filters select,.dashboard-filters input{height:27px;color:var(--ink);background:#fff;border:1px solid #dce4f0;border-radius:6px;padding:0 6px;font-size:11px}.dashboard-filters select{width:116px;min-width:0}.dashboard-filters label:first-child select{width:164px}.dashboard-filters label:nth-child(3) select{width:178px}.period-switch{background:#f1f5f9;border-radius:7px;flex:none;padding:1px;display:flex}.period-switch button{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;height:25px;padding:0 9px;font-size:10px;font-weight:700}.period-switch button.active{color:#fff;background:#2563eb;box-shadow:0 2px 8px #2563eb3d}.date-range{border:1px solid #dce4f0;border-radius:7px;padding:0 7px}.date-range input{border:0;width:112px;padding:0 2px}.updated-at{color:#7c8aa0;white-space:nowrap;flex:none;align-items:center;gap:3px;margin-left:auto;font-size:10px;display:flex}.updated-at button{color:#2563eb;cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:grid}.dashboard-actions{gap:6px;display:flex}.dashboard-actions button{color:#315ca8;cursor:pointer;background:#f8faff;border:1px solid #cdd9f5;border-radius:7px;align-items:center;gap:5px;height:30px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.spin{animation:1s linear infinite dash-spin}@keyframes dash-spin{to{transform:rotate(360deg)}}.dashboard-error{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;margin:0 0 10px;padding:9px 12px;font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1.07fr) minmax(0,.93fr);gap:10px;display:grid}.dashboard-panel{background:var(--surface);border:1px solid var(--line);border-radius:13px;min-width:0;padding:13px 14px;box-shadow:0 3px 16px #24334e0b}.dashboard-panel>h2{margin:0 0 10px;font-size:15px}.dashboard-panel h3{margin:8px 0;font-size:12px}.summary-cards{grid-template-columns:repeat(8,minmax(105px,1fr));gap:7px;display:grid;overflow-x:auto}.summary-card{background:linear-gradient(155deg,#fff,#fbfdff);border:1px solid #e7edf6;border-radius:9px;min-height:74px;padding:9px 10px;position:relative;overflow:hidden}.summary-card:before{content:"";background:var(--metric-color);width:3px;position:absolute;inset:0 auto 0 0}.summary-card>span{color:#59677d;font-size:11px;display:block}.summary-card strong{margin:7px 0 5px;font-size:20px;line-height:1;display:block}.delta{font-size:9px;font-weight:700}.delta.up{color:#d97706}.delta.down{color:#16a34a}.delta.neutral{color:#94a3b8}.trend-wrap{width:100%;height:230px}.chart-legend{justify-content:flex-start;gap:18px;margin:0 0 -4px 46px;font-size:10px;display:flex}.chart-legend span:before{content:"";border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.chart-legend .blue:before{background:#3b82f6}.chart-legend .green:before{background:#22c55e}.chart-legend .purple:before{background:#8b5cf6}.trend-svg{cursor:crosshair;width:100%;height:210px;display:block}.dash-empty{color:#94a3b8;place-items:center;min-height:150px;font-size:12px;display:grid}.dash-empty.compact{min-height:70px}.trend-tooltip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;pointer-events:none;z-index:10;background:#fffffff5;border:1px solid #cbd5e1;border-radius:8px;width:145px;padding:8px 10px;font-size:11px;position:absolute;box-shadow:0 4px 14px #00000014}.tooltip-title{color:#475569;border-bottom:1px solid #e2e8f0;margin-bottom:4px;padding-bottom:3px;font-size:11px;font-weight:700}.tooltip-item{justify-content:space-between;align-items:center;margin-top:3px;font-size:10px;display:flex}.tooltip-item.blue b{color:#2563eb}.tooltip-item.green b{color:#16a34a}.tooltip-item.purple b{color:#7c3aed}.summary-card-label{color:#59677d;white-space:nowrap;align-items:center;gap:5px;font-size:11px;display:flex}.summary-card-icon{width:18px;height:18px;color:var(--metric-color);background:0 0;flex:0 0 18px;place-items:center;display:grid}.summary-card strong{color:var(--metric-color);margin:7px 0 5px;font-size:18px}.summary-card .delta{font-size:8px}.outcome-grid{grid-template-columns:1.05fr .95fr;gap:9px;display:grid}.sub-panel{border:1px solid #e7edf6;border-radius:10px;min-width:0;padding:8px 10px}.funnel{flex-direction:column;gap:7px;padding-top:4px;display:flex}.funnel-row{align-items:center;gap:7px;min-height:39px;display:flex}.funnel-row>span{color:#526078;text-align:right;width:45px;font-size:10px;font-weight:700}.funnel-shape{box-sizing:border-box;color:#27344d;clip-path:polygon(0 0,100% 0,88% 100%,0 100%);border-left:3px solid;border-radius:3px 9px 9px 3px;justify-content:space-between;align-items:center;height:38px;padding:0 12px;display:flex}.funnel-shape b{font-size:10px}.funnel-shape strong{font-size:16px}.funnel-0{background:linear-gradient(90deg,#f4efff,#e9ddff);border-color:#7c3aed}.funnel-1{background:linear-gradient(90deg,#eef5ff,#dceaff);border-color:#3b82f6}.funnel-2{background:linear-gradient(90deg,#effcf4,#ddf6e6);border-color:#16a34a}.funnel-3{background:linear-gradient(90deg,#fff7e8,#ffead0);border-color:#f59e0b}.mini-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.mini-metrics>div{background:#fbfdff;border:1px solid #e7edf6;border-radius:8px;min-height:67px;padding:9px}.mini-metrics>div:last-child{grid-column:1/-1}.mini-metrics span,.mini-metrics small{color:#718096;font-size:9px;display:block}.mini-metrics b{margin:6px 0 2px;font-size:17px;display:block}.content-charts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.content-charts>div{min-width:0;box-shadow:none!important;border:1px solid #e7edf6!important}.keyword-bars{border:1px solid #e7edf6;border-radius:9px;margin-top:9px;padding:9px 12px}.keyword-bars h3 small{color:#94a3b8;margin-left:7px;font-weight:400}.keyword-row{grid-template-columns:120px 1fr 34px;align-items:center;gap:8px;min-height:23px;font-size:10px;display:grid}.keyword-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.keyword-row>div{background:#f0ecff;border-radius:3px;height:9px;overflow:hidden}.keyword-row i{background:linear-gradient(90deg,#8b5cf6,#6366f1);border-radius:3px;height:100%;display:block}.keyword-row b{text-align:right}.asset-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.asset-cards article{background:#fbfdff;border:1px solid #e7edf6;border-radius:9px;min-height:76px;padding:10px}.asset-cards span,.asset-cards small{color:#718096;font-size:9px;display:block}.asset-cards strong{color:#1e3a8a;margin:7px 0 3px;font-size:20px;display:block}.asset-cards strong em{color:#718096;font-size:11px;font-style:normal}.asset-cards .health-unconfirmed{background:linear-gradient(145deg,#faf8ff,#f5f2ff);border-color:#ddd6fe}.asset-cards .health-unconfirmed strong{color:#7c3aed;font-size:16px}.account-table-wrap{border:1px solid #e7edf6;border-radius:9px;margin-top:12px;padding:8px 10px;overflow:auto}.account-table-wrap table{border-collapse:collapse;width:100%;font-size:9px}.account-table-wrap th{color:#64748b;text-align:right;white-space:nowrap;background:#f8fafc;padding:7px 5px}.account-table-wrap th:first-child,.account-table-wrap td:first-child{text-align:left}.account-table-wrap td{text-align:right;border-bottom:1px solid #edf1f6;padding:7px 5px}.account-table-wrap td small{color:#94a3b8;display:block}.status-good,.status-warn,.status-insufficient{border-radius:4px;padding:2px 6px;font-weight:700;display:inline-block}.status-good{color:#15803d;background:#dcfce7}.status-warn{color:#c2410c;background:#ffedd5}.status-insufficient{color:#6b21a8;background:#f3e8ff}.health-dashboard-banner{background:linear-gradient(#f8fbff 0%,#f0f4fa 100%);border:1px solid #dbe5f5;border-radius:12px;margin-bottom:14px;padding:16px}.health-dash-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.health-dash-header h3{color:#1e293b;margin:0;font-size:16px;font-weight:800}.health-dash-header p{color:#64748b;margin:2px 0 0;font-size:11px}.health-score-pill{color:#3b82f6;background:#fff;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:700;display:flex;box-shadow:0 2px 6px #2563eb14}.health-score-pill span{color:#64748b;font-weight:500}.health-score-pill strong{color:#1e293b;font-size:14px}.health-dash-grid{grid-template-columns:280px 1fr;gap:14px;display:grid}.gauge-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;padding:14px;display:flex;box-shadow:0 2px 8px #00000005}.gauge-header{color:#64748b;justify-content:space-between;align-items:center;width:100%;margin-bottom:4px;font-size:11px;display:flex}.gauge-header select{border:1px solid #cbd5e1;border-radius:4px;padding:2px 6px;font-size:11px}.gauge-svg-wrap{justify-content:center;align-items:flex-end;width:170px;height:95px;display:flex;position:relative}.gauge-center-val{text-align:center;position:absolute;bottom:0}.gauge-center-val strong{color:#0f172a;font-size:26px;font-weight:800;line-height:1}.gauge-center-val small{color:#94a3b8;font-size:11px}.gauge-tag{border-radius:12px;margin-top:4px;padding:2px 10px;font-size:11px;font-weight:700;display:inline-block}.gauge-tag.good{color:#166534;background:#dcfce7}.gauge-tag.normal{color:#1e40af;background:#dbeafe}.gauge-tag.fair{color:#92400e;background:#fef3c7}.gauge-tag.bad{color:#991b1b;background:#fee2e2}.gauge-tag.insufficient{color:#6b21a8;background:#f3e8ff}.gauge-sub-metrics{background:#f8fafc;border-radius:6px;grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-top:10px;padding:8px;display:grid}.gauge-sub-metrics div{text-align:center;color:#64748b;font-size:10px}.gauge-sub-metrics b{color:#1e293b;margin-top:2px;font-size:13px;display:block}.gauge-sub-metrics span{color:#2563eb;font-weight:700}.gauge-calc-footer{text-align:center;color:#1d4ed8;background:#eff6ff;border-radius:6px;width:100%;margin-top:8px;padding:5px 8px;font-size:10px;font-weight:700}.criteria-section{flex-direction:column;gap:10px;display:flex}.criteria-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.criteria-title{color:#1e293b;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:800;display:flex}.criteria-badge{color:#4338ca;background:#e0e7ff;border-radius:4px;padding:1px 7px;font-size:10px}.step-cards{grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:6px;display:grid}.step-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px}.step-card.active{background:#ecfdf5;border-color:#a7f3d0;box-shadow:0 2px 6px #10b9811f}.step-card span{color:#64748b;font-size:9px;display:block}.step-card strong{color:#0f172a;margin-top:2px;font-size:13px;font-weight:800;display:block}.step-card.active strong{color:#059669}.criteria-formula{color:#94a3b8;background:#f8fafc;border-radius:4px;padding:4px 8px;font-size:9px}.bottom-rules-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.rule-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.rule-card h4{color:#1e293b;margin:0 0 8px;font-size:11px;font-weight:800}.grade-labels{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.grade-label-box{text-align:center;border-top:3px solid;border-radius:6px;padding:6px 4px}.grade-label-box.excellent{color:#047857;background:#ecfdf5;border-color:#10b981}.grade-label-box.good{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.grade-label-box.fair{color:#b45309;background:#fffbeb;border-color:#f59e0b}.grade-label-box.poor{color:#b91c1c;background:#fef2f2;border-color:#ef4444}.grade-label-box span{opacity:.8;font-size:8px;display:block}.grade-label-box strong{margin-top:2px;font-size:11px;font-weight:800;display:block}.rule-list{color:#475569;margin:0;padding-left:14px;font-size:9px;line-height:1.6}.rule-list li{margin-bottom:3px}.dash-modal-mask{z-index:2000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dash-modal{background:#fff;border-radius:14px;width:min(480px,100%);padding:18px;box-shadow:0 24px 70px #0f172a40}.dash-modal-head{justify-content:space-between;align-items:center;display:flex}.dash-modal-head h3{margin:0;font-size:17px}.dash-modal-head button{cursor:pointer;background:0 0;border:0;font-size:24px}.dash-form{gap:12px;margin-top:16px;display:grid}.dash-form label{color:#475569;gap:5px;font-size:12px;font-weight:700;display:grid}.dash-form input,.dash-form select{border:1px solid #dbe3ef;border-radius:8px;height:38px;padding:0 10px}.dash-form input[type=file]{padding-top:8px}.dash-form>button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;height:40px;font-weight:700}@media (width<=1350px){.dashboard-grid{grid-template-columns:1fr}}@media (width<=800px){.business-dashboard-v2{padding:6px}.dashboard-title>div:last-child{display:block}.dashboard-title h1{font-size:17px}.dashboard-title p{white-space:normal;margin-top:2px}.asset-cards{grid-template-columns:repeat(2,1fr)}.outcome-grid,.content-charts{grid-template-columns:1fr}.keyword-row{grid-template-columns:90px 1fr 28px}}.dashboard-entry-page{color:#172033;background:linear-gradient(#f7faff,#f4f7fb);min-height:100%;padding:8px 10px 24px}.dashboard-entry-page>header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.dashboard-entry-page h1{margin:0;font-size:21px}.dashboard-entry-page header p{color:#64748b;margin:2px 0 0;font-size:11px}.entry-title-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.entry-context{background:#fff;border:1px solid #e4eaf3;border-radius:12px;gap:16px;padding:10px 13px;display:flex}.entry-context label,.entry-card label{color:#475569;gap:6px;font-size:12px;font-weight:700;display:grid}.entry-context label{align-items:center;display:flex}.entry-context select,.entry-context input,.entry-card select,.entry-card input{color:#172033;background:#fff;border:1px solid #dce4f0;border-radius:8px;height:36px;padding:0 10px}.entry-context select{min-width:230px}.entry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.entry-card{background:#fff;border:1px solid #e4eaf3;border-radius:14px;padding:20px;box-shadow:0 5px 18px #24334e0d}.entry-card-heading{border-bottom:1px solid #edf1f6;gap:12px;padding-bottom:16px;display:flex}.entry-card-heading h2{margin:0 0 4px;font-size:17px}.entry-card-heading p{color:#64748b;margin:0;font-size:12px}.entry-card-icon{border-radius:11px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.entry-card-icon.blue{color:#2563eb;background:#eff6ff}.entry-card-icon.green{color:#16a34a;background:#ecfdf5}.entry-card form{gap:15px;margin-top:18px;display:grid}.entry-card button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:40px;font-weight:700;display:flex}.entry-card form>button{justify-self:center;min-width:180px;padding:0 28px}.entry-card button:disabled{cursor:wait;opacity:.65}.file-field input{opacity:0;width:1px;height:1px;position:absolute}.file-field span{color:#5270a3;cursor:pointer;background:#f8fbff;border:1px dashed #93b4ec;border-radius:9px;align-items:center;height:76px;padding:0 14px;display:flex}.entry-number-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (width<=900px){.entry-grid{grid-template-columns:1fr}.entry-context{flex-direction:column;align-items:stretch}.entry-context label{justify-content:space-between}}.entry-page-stack{grid-template-columns:minmax(0,1fr)}.entry-import-layout{grid-template-columns:minmax(0,7fr) minmax(260px,3fr);align-items:stretch;gap:14px;display:grid}.entry-import-guide{background:linear-gradient(145deg,#f8fbff,#f2f7ff);border:1px solid #dce7f7;border-radius:14px;padding:20px;box-shadow:0 5px 18px #24334e0a}.entry-import-guide h3{color:#172033;margin:0 0 4px;font-size:17px}.entry-import-guide p{color:#64748b;margin:0;font-size:12px}.entry-import-guide ul{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.entry-import-guide li{background:#ffffffbf;border:1px solid #e1eaf7;border-radius:9px;gap:3px;padding:11px 12px;display:grid}.entry-import-guide strong{color:#315384;font-size:12px}.entry-import-guide span{color:#65748a;font-size:11px;line-height:1.55}.entry-review-guide{background:linear-gradient(145deg,#f8fdfb,#f1faf6);border-color:#d8eee3}.entry-review-guide li{border-color:#dcefe5}.entry-review-guide strong{color:#24704b}.entry-history{min-height:360px;padding:18px 20px}.entry-history-title{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.entry-history-title h2{margin:0 0 3px;font-size:17px}.entry-history-title p{color:#64748b;margin:0;font-size:11px}.entry-query-bar{background:#f8faff;border:1px solid #e5ebf4;border-radius:10px;grid-template-columns:minmax(140px,1.2fr) minmax(130px,1fr) minmax(130px,1fr) minmax(140px,1.2fr) 92px;align-items:end;gap:10px;margin:14px 0;padding:12px;display:grid}.entry-query-bar label{color:#526078;gap:5px;font-size:11px;font-weight:700;display:grid}.entry-query-bar input,.entry-query-bar select{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #dce4f0;border-radius:7px;width:100%;height:34px;padding:0 9px}.entry-query-bar button{height:34px}.entry-tabs{border-radius:10px;gap:4px;margin-top:14px;padding:4px;display:inline-flex}.entry-tabs button{cursor:pointer;border:1px solid #0000;border-radius:7px;min-width:112px;padding:9px 22px;font-size:13px;font-weight:700;line-height:1.2;transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s}.entry-mode-traffic .entry-tabs{background:#eaf1ff;border:1px solid #cfdcf8}.entry-mode-traffic .entry-tabs button{color:#426291;background:#f7f9ff;border-color:#dce6fa}.entry-mode-traffic .entry-tabs button:hover:not(.active){color:#245be6;background:#dce8ff}.entry-mode-traffic .entry-tabs button.active{color:#fff;background:#2f67ea;border-color:#2f67ea;box-shadow:0 3px 9px #2f67ea3d}.entry-mode-review .entry-tabs{background:#e9f7f0;border:1px solid #cce9da}.entry-mode-review .entry-tabs button{color:#337057;background:#f7fcf9;border-color:#d8eee2}.entry-mode-review .entry-tabs button:hover:not(.active){color:#16834f;background:#d9f2e5}.entry-mode-review .entry-tabs button.active{color:#fff;background:#20a464;border-color:#20a464;box-shadow:0 3px 9px #20a46438}.entry-query-bar.has-keyword{grid-template-columns:minmax(120px,1fr) 130px 130px minmax(120px,1fr) 100px minmax(140px,1.5fr) 92px}.entry-title-cell{text-overflow:ellipsis;white-space:nowrap;min-width:220px;max-width:360px;overflow:hidden}.entry-table-wrap{background:#fff;border:1px solid #e6ecf5;border-radius:9px;overflow:auto}.entry-table-wrap table{border-collapse:collapse;width:100%;font-size:12px}.entry-table-wrap th,.entry-table-wrap td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf1f6;padding:10px 12px}.entry-table-wrap th{color:#64748b;background:#f6f9fd;font-size:11px}.entry-table-wrap tr:last-child td{border-bottom:0}.entry-card button.table-action{color:#2563eb;background:#eef4ff;width:auto;height:27px;padding:0 10px;font-size:11px;display:inline-flex}.entry-empty{text-align:center;color:#94a3b8;padding:44px;font-size:12px}.entry-history .entry-pagination{color:#64748b;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;font-size:12px;display:flex}.entry-history .entry-pagination button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #dce4f0;border-radius:8px;justify-content:center;align-items:center;width:auto;min-width:72px;height:32px;padding:0 14px;font-weight:700;display:inline-flex}.entry-history .entry-pagination button:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.entry-history .entry-pagination strong{text-align:center;color:#334155;min-width:58px}.entry-import-result{background:#f4fbf7;border:1px solid #cfe3d8;border-radius:12px;padding:16px 50px 16px 18px;position:relative;box-shadow:0 4px 16px #1c68430d}.entry-import-result-close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex;position:absolute;top:12px;right:13px}.entry-import-result-close:hover{color:#263347;background:#64748b1a}.entry-import-result.all-rejected{background:#fff8f3;border-color:#f0c6ae}.entry-import-result-summary{justify-content:space-between;align-items:center;gap:18px;display:flex}.entry-import-result-summary h3{color:#17633f;margin:0 0 4px;font-size:16px}.entry-import-result.all-rejected h3{color:#a64b1d}.entry-import-result-summary p{color:#5f6f66;margin:0;font-size:12px}.entry-import-result-summary>span{text-align:right;color:#17633f;min-width:72px;font-size:23px;font-weight:800}.entry-import-result.all-rejected .entry-import-result-summary>span{color:#a64b1d}.entry-rejected-list{border-top:1px solid #a64b1d29;margin-top:14px;padding-top:13px}.entry-rejected-list h4{color:#8b3d18;margin:0 0 9px;font-size:13px}.entry-rejected-list ol{gap:7px;max-height:220px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.entry-rejected-list li{color:#7c3b1d;background:#fff;border:1px solid #f1d9c9;border-radius:8px;grid-template-columns:100px minmax(180px,1fr) minmax(260px,1.2fr);align-items:center;gap:10px;padding:9px 11px;font-size:12px;display:grid}.entry-rejected-list li strong{color:#9b451d}.entry-rejected-title{color:#263347;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=900px){.entry-import-layout{grid-template-columns:1fr}.entry-query-bar{grid-template-columns:1fr 1fr}.entry-query-bar button{grid-column:1/-1}}
