:root{
--page:#f5f7fb;
--card:#ffffff;
--card2:#f8fafc;
--line:#d9e1ee;
--text:#172033;
--muted:#64748b;
--blue:#123f8c;
--purple:#4a177d;
--green:#106b4f;
--burgundy:#7a1230;
--shadow:0 18px 48px rgba(15,23,42,.12);
}
*{box-sizing:border-box}
body{
margin:0;
min-height:100vh;
background:
radial-gradient(circle at top left,rgba(18,63,140,.12),transparent 34%),
radial-gradient(circle at top right,rgba(74,23,125,.10),transparent 30%),
linear-gradient(180deg,#ffffff 0%,var(--page) 100%);
color:var(--text);
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
overflow-x:hidden;
}
.bg-orb{position:fixed;border-radius:999px;filter:blur(42px);opacity:.28;z-index:-1}
.one{width:360px;height:360px;background:#123f8c;top:-90px;left:-90px}
.two{width:280px;height:280px;background:#4a177d;right:-70px;top:120px}
.three{width:330px;height:330px;background:#106b4f;bottom:-140px;left:32%}
.shell{width:min(1180px,94vw);margin:0 auto;padding:26px 0 60px}
.glass{
background:rgba(255,255,255,.92);
border:1px solid rgba(217,225,238,.95);
box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.9);
backdrop-filter:blur(18px);
border-radius:30px;
}
.hero{
display:grid;
grid-template-columns:1fr 260px;
gap:24px;
padding:34px;
margin-top:18px;
}
.eyebrow{
display:inline-flex;
padding:8px 13px;
border-radius:999px;
background:rgba(18,63,140,.10);
color:var(--blue);
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
font-size:12px;
}
h1{
font-size:clamp(34px,6vw,72px);
line-height:.95;
margin:18px 0 14px;
letter-spacing:-.06em;
color:#101827;
}
.hero p,.panel p,.stat p{
color:var(--muted);
font-size:16px;
line-height:1.5;
}
.hero-card{
border-radius:26px;
padding:24px;
background:linear-gradient(160deg,#ffffff,#f2f6ff);
border:1px solid #dce6f7;
box-shadow:0 16px 40px rgba(18,63,140,.12), inset 0 1px 0 rgba(255,255,255,1);
}
.score{font-weight:900;color:var(--blue)}
.big{font-size:64px;font-weight:950;letter-spacing:-.06em;color:#101827}
.muted{color:var(--muted)}
.notice{
margin:18px 0;
padding:16px 18px;
border-radius:20px;
background:#ecfdf5;
border:1px solid #b7efd6;
box-shadow:0 12px 34px rgba(16,107,79,.10);
font-weight:900;
color:#064e3b;
}
.actions{
display:flex;
flex-wrap:wrap;
gap:12px;
padding:16px;
margin:18px 0;
}
form{margin:0}
.btn{
border:0;
text-decoration:none;
color:white;
font-weight:900;
border-radius:18px;
padding:15px 18px;
cursor:pointer;
display:inline-flex;
align-items:center;
justify-content:center;
min-height:52px;
box-shadow:0 12px 24px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.22);
transition:transform .14s ease,filter .14s ease,box-shadow .14s ease;
}
.btn:hover{transform:translateY(-2px);filter:saturate(1.15) brightness(1.05)}
.btn:active{transform:translateY(3px) scale(.97);box-shadow:0 5px 12px rgba(15,23,42,.24)}
.blue{background:linear-gradient(135deg,#0f2f75,#1957b8)}
.purple{background:linear-gradient(135deg,#35105f,#651fa2)}
.green{background:linear-gradient(135deg,#064e3b,#10845f)}
.dark{background:linear-gradient(135deg,#5b1028,#8f173b)}
.grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
margin:18px 0;
}
.stat{
padding:20px;
min-height:130px;
position:relative;
overflow:hidden;
}
.stat:before{
content:"";
position:absolute;
inset:auto -30px -55px auto;
width:130px;
height:130px;
border-radius:50%;
background:var(--blue);
opacity:.12;
filter:blur(8px);
}
.stat-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.stat span{font-weight:900;color:#172033}
.stat b{font-size:34px;letter-spacing:-.05em;color:#101827}
.stat p{margin-bottom:0}
.pink:before{background:var(--burgundy)}
.green:before{background:var(--green)}
.red:before{background:var(--burgundy)}
.blue:before{background:var(--blue)}
.purple:before{background:var(--purple)}
.orange:before{background:#9a4b00}
.teal:before{background:#0f766e}
.indigo:before{background:#3730a3}
.lime:before{background:#3f6212}
.silver:before{background:#64748b}
.panel{padding:22px;margin-top:18px}
.panel-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:14px}
h2{font-size:28px;margin:0 0 4px;color:#101827}
input{
width:min(360px,100%);
border:1px solid var(--line);
background:#ffffff;
color:var(--text);
border-radius:16px;
padding:14px 16px;
outline:none;
font-size:16px;
box-shadow:inset 0 1px 3px rgba(15,23,42,.06);
}
input:focus{
border-color:var(--blue);
box-shadow:0 0 0 4px rgba(18,63,140,.12);
}
.record{
display:flex;
justify-content:space-between;
gap:16px;
align-items:center;
margin:10px 0;
padding:14px;
border-radius:18px;
background:#ffffff;
border:1px solid #e2e8f0;
box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.record strong{display:block;font-size:15px;color:#101827}
.record span{display:block;color:var(--muted);font-size:13px;word-break:break-all;margin-top:4px}
.chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.chips em{
font-style:normal;
font-size:12px;
font-weight:900;
padding:7px 9px;
border-radius:999px;
background:#edf4ff;
color:var(--blue);
border:1px solid #dbeafe;
}
@media(max-width:900px){
.hero{grid-template-columns:1fr}
.grid{grid-template-columns:repeat(2,1fr)}
.panel-head{display:block}
.panel-head input{margin-top:12px}
.actions .btn,.actions form{width:100%}
.actions button,.actions a{width:100%}
}
@media(max-width:560px){
.grid{grid-template-columns:1fr}
.hero{padding:24px;border-radius:24px}
.record{display:block}
.chips{justify-content:flex-start;margin-top:12px}
.big{font-size:52px}
}

/* SEARCH REGISTRY CLEAN BACKGROUND + DARK CARD COLORS */
.bg-orb{display:none!important;}

body{
background:#f4f6fa!important;
}

.stat.glass{
color:#fff!important;
border:1px solid rgba(0,0,0,.30)!important;
box-shadow:0 14px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18)!important;
text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 2px 3px rgba(0,0,0,.85)!important;
}

.stat.glass *{
color:#fff!important;
text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 2px 3px rgba(0,0,0,.85)!important;
}

.stat.glass.pink{background:#083D86!important;}
.stat.glass.green{background:#0F6B2D!important;}
.stat.glass.red{background:#5B111F!important;}
.stat.glass.blue{background:#123F8C!important;}
.stat.glass.purple{background:#4B168F!important;}
.stat.glass.orange{background:#B45A00!important;}
.stat.glass.teal{background:#0F5F5F!important;}
.stat.glass.indigo{background:#1E2F7A!important;}
.stat.glass.lime{background:#14532D!important;}
.stat.glass.silver{background:#344054!important;}



.hero-grid{
display:grid;
grid-template-columns:140px 1fr 210px;
gap:30px;
align-items:center;
}

.hero-left{
display:flex;
align-items:center;
gap:28px;
}

.page-header-logo img{
width:120px;
height:120px;
border-radius:24px;
box-shadow:0 12px 28px rgba(0,0,0,.20);
display:block;
}

.hero-copy h1{
margin:0 0 14px;
}

.hero-copy p{
max-width:760px;
}

.google-card{
background:#fff;
border:1px solid #d7e3f7;
border-radius:22px;
padding:22px;
text-align:center;
box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.google-title{
font-size:14px;
font-weight:800;
color:#1b4ea2;
margin-bottom:8px;
}

.google-count{
font-size:64px;
font-weight:900;
line-height:1;
color:#111827;
}

.google-text{
margin-top:10px;
color:#64748b;
font-weight:600;
}

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
}

.hero-left{
flex-direction:column;
text-align:center;
}

.hero-copy p{
max-width:none;
}

}

