:root{--gp-primary: #2563eb;--gp-primary-hover: #1d4ed8;--gp-secondary: #0f172a;--gp-bg: #f8fafc;--gp-surface: #ffffff;--gp-surface-soft: #f1f5f9;--gp-border: #e2e8f0;--gp-text: #0f172a;--gp-text-muted: #64748b;--gp-success: #16a34a;--gp-warning: #f59e0b;--gp-danger: #dc2626;--gp-radius-sm: 8px;--gp-radius-md: 12px;--gp-radius-lg: 16px;--gp-radius-xl: 22px;--gp-shadow-sm: 0 4px 12px rgba(15, 23, 42, .06);--gp-shadow-md: 0 12px 32px rgba(15, 23, 42, .08);--gp-shadow-lg: 0 24px 60px rgba(15, 23, 42, .12);--gp-container: 1480px}body{margin:0;background:var(--gp-bg);color:var(--gp-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.gp-container{width:min(var(--gp-container),calc(100% - 32px));margin-inline:auto}.gp-section{padding:72px 0}.gp-section-sm{padding:42px 0}.gp-grid{display:grid;gap:24px}.gp-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.gp-grid-3,.gp-grid-4{grid-template-columns:1fr}}.gp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:var(--gp-radius-md);border:1px solid transparent;font-weight:700;font-size:14px;cursor:pointer;transition:.18s ease}.gp-btn-primary{background:linear-gradient(135deg,var(--gp-primary),var(--gp-primary-hover));color:#fff;box-shadow:0 12px 24px #2563eb38}.gp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px #2563eb47}.gp-btn-outline{background:#fff;color:var(--gp-text);border-color:var(--gp-border)}.gp-btn-outline:hover{border-color:#bfdbfe;background:#eff6ff}.gp-btn-ghost{background:transparent;color:var(--gp-text-muted)}.gp-card{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:var(--gp-radius-lg);box-shadow:var(--gp-shadow-sm);transition:.18s ease}.gp-card-hover:hover{transform:translateY(-3px);box-shadow:var(--gp-shadow-md);border-color:#bfdbfe}.gp-card-body{padding:22px}.gp-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:#eff6ff;color:var(--gp-primary);font-size:12px;font-weight:800}.gp-input{width:100%;min-height:48px;border:1px solid var(--gp-border);border-radius:var(--gp-radius-md);padding:0 15px;background:#fff;color:var(--gp-text);outline:none;transition:.15s ease}.gp-input:focus{border-color:var(--gp-primary);box-shadow:0 0 0 4px #2563eb1f}.gp-fade-up{animation:gpFadeUp .45s ease both}@keyframes gpFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.gp-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--gp-border)}.gp-header-inner{width:min(1400px,calc(100% - 64px));margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;gap:32px}.gp-logo{display:flex;align-items:center;gap:12px}.gp-logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);box-shadow:0 12px 24px #2563eb40}.gp-logo strong{display:block;font-size:17px;letter-spacing:.02em;color:#0f172a}.gp-logo small{display:block;margin-top:2px;font-size:10px;text-transform:uppercase;color:#64748b;letter-spacing:.08em}.gp-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700;color:#0f172a}.gp-nav a{transition:color .18s ease}.gp-nav a:hover{color:var(--gp-primary)}.gp-header-actions{display:flex;align-items:center;gap:18px}.gp-login{font-weight:700;color:#0f172a}.gp-register{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:800;box-shadow:0 14px 26px #2563eb42}.gp-hero{position:relative;overflow:visible;z-index:20;background:linear-gradient(180deg,#f8fbff,#eef6ff 55%,#fff);padding:72px 0 0}.gp-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 74% 20%,rgba(37,99,235,.13),transparent 28%),radial-gradient(circle at 12% 10%,rgba(37,99,235,.08),transparent 22%);pointer-events:none}.gp-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:64px;align-items:center}.gp-hero-content{padding-bottom:54px}.gp-hero-badge{display:inline-flex;align-items:center;border-radius:999px;padding:8px 13px;background:#fff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;box-shadow:var(--gp-shadow-sm)}.gp-hero h1{margin:22px 0;max-width:760px;font-size:clamp(46px,4.4vw,68px);line-height:1.08;letter-spacing:-.055em;color:#0f172a;font-weight:850}.gp-hero p{max-width:600px;margin:0 0 30px;color:#475569;font-size:18px;line-height:1.75}.gp-search-tabs{display:flex;gap:10px;margin-bottom:14px}.gp-search-tabs span{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 22px;border-radius:12px;background:#fff;border:1px solid var(--gp-border);font-weight:800;color:#0f172a;box-shadow:var(--gp-shadow-sm);cursor:pointer}.gp-search-tabs input:checked+span{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.gp-search-box{display:grid;grid-template-columns:minmax(0,1fr) 230px 150px;max-width:790px;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:18px;padding:8px;box-shadow:0 22px 48px #0f172a1a}.gp-search-box input,.gp-search-box select{border:0;outline:0;min-height:54px;padding:0 18px;font-size:15px;color:#0f172a;background:#fff}.gp-search-box select{border-left:1px solid var(--gp-border)}.gp-search-box button{border:0;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 22px #2563eb40}.gp-hero-visual{position:relative;min-height:470px}.gp-world{position:absolute;right:40px;top:40px;width:500px;height:340px;opacity:.72;background:radial-gradient(circle,rgba(29,78,216,.38) 1.2px,transparent 1.8px);background-size:12px 12px;border-radius:50%;-webkit-mask-image:radial-gradient(circle,#000 42%,transparent 72%);mask-image:radial-gradient(circle,#000 42%,transparent 72%)}.gp-pellets{position:absolute;right:0;bottom:20px;width:540px;height:230px;opacity:.75;background:radial-gradient(circle at 20% 70%,rgba(255,255,255,.96) 0 9px,transparent 10px),radial-gradient(circle at 34% 58%,rgba(255,255,255,.96) 0 12px,transparent 13px),radial-gradient(circle at 48% 72%,rgba(255,255,255,.96) 0 10px,transparent 11px),radial-gradient(circle at 66% 64%,rgba(255,255,255,.96) 0 13px,transparent 14px),radial-gradient(circle at 82% 76%,rgba(255,255,255,.96) 0 11px,transparent 12px);filter:drop-shadow(0 20px 26px rgba(15,23,42,.1))}.gp-stats-bar{position:relative;z-index:0;margin-top:12px;transform:translateY(48px);display:grid;grid-template-columns:repeat(4,1fr);background:#ffffffeb;border:1px solid var(--gp-border);border-radius:24px;box-shadow:0 26px 70px #0f172a1f;overflow:hidden}.gp-stat{padding:30px 34px;border-right:1px solid var(--gp-border)}.gp-stat span{display:block;font-size:34px;line-height:1;font-weight:950;color:#0f172a;letter-spacing:-.04em}.gp-stat strong{display:block;margin-top:8px;font-size:14px;color:#0f172a}@media(max-width:1100px){.gp-nav{display:none}.gp-hero-inner{grid-template-columns:1fr}.gp-hero-visual{display:none}.gp-search-box{grid-template-columns:1fr}.gp-search-box select{border-left:0;border-top:1px solid var(--gp-border)}.gp-stats-bar{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.gp-header-actions{display:none}.gp-stats-bar{grid-template-columns:1fr}.gp-stat{border-right:0;border-bottom:1px solid var(--gp-border)}}.gp-hero{position:relative;overflow:clip;min-height:760px;z-index:20;padding:88px 0 72px;background:radial-gradient(circle at 72% 28%,rgba(37,99,235,.13),transparent 31%),linear-gradient(180deg,#f8fbff,#eef6ff 60%,#fff)}.gp-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(220px,.2fr);gap:56px;align-items:center}.gp-hero-left{position:relative;z-index:3}.gp-hero-badge{display:inline-flex;align-items:center;height:34px;padding:0 16px;border-radius:999px;background:#fffffff5;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.08em;box-shadow:0 12px 30px #0f172a0f}.gp-hero h1{margin:28px 0 24px;max-width:760px;font-size:clamp(48px,4.5vw,72px);line-height:1.08;letter-spacing:-.06em;font-weight:850;color:#0f172a}.gp-hero h1 span{color:#1d4ed8}.gp-hero p{max-width:590px;margin:0 0 34px;color:#475569;font-size:18px;line-height:1.75}.gp-search-tabs{display:flex;gap:12px;margin-bottom:18px}.gp-search-tabs input{display:none}.gp-search-tabs span{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 26px;border-radius:14px;background:#fffffff5;border:1px solid #e2e8f0;color:#0f172a;font-size:15px;font-weight:850;box-shadow:0 10px 28px #0f172a14;cursor:pointer}.gp-search-tabs input:checked+span{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#1d4ed8;color:#fff;box-shadow:0 16px 32px #2563eb3d}.gp-search-box{display:grid;grid-template-columns:minmax(280px,1fr) 230px 160px;max-width:820px;min-height:72px;padding:8px;border-radius:18px;background:#fffffff7;border:1px solid rgba(226,232,240,.95);box-shadow:0 24px 58px #0f172a1f;overflow:hidden}.gp-search-box input,.gp-search-box select{width:100%;min-width:0;border:0;outline:none;background:#fff;color:#0f172a;font-size:15px;padding:0 20px}.gp-search-box select{border-left:1px solid #e2e8f0}.gp-search-box button{border:0;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px #2563eb40}.gp-hero-right{position:relative;min-height:500px}.gp-map-dots{position:absolute;inset:20px -50px 120px 0;opacity:.72;background-image:radial-gradient(circle,rgba(37,99,235,.42) 1.25px,transparent 1.9px);background-size:13px 13px;border-radius:44% 56% 48% 52%;-webkit-mask-image:radial-gradient(ellipse at center,black 0 45%,transparent 72%);mask-image:radial-gradient(ellipse at center,black 0 45%,transparent 72%)}.gp-pellet-field{position:absolute;right:-40px;bottom:26px;width:680px;height:260px;opacity:.82;filter:drop-shadow(0 24px 34px rgba(15,23,42,.12));background:radial-gradient(circle at 5% 74%,rgba(255,255,255,.98) 0 9px,transparent 10px),radial-gradient(circle at 12% 64%,rgba(255,255,255,.98) 0 13px,transparent 14px),radial-gradient(circle at 20% 78%,rgba(255,255,255,.98) 0 11px,transparent 12px),radial-gradient(circle at 29% 61%,rgba(255,255,255,.98) 0 15px,transparent 16px),radial-gradient(circle at 38% 74%,rgba(255,255,255,.98) 0 12px,transparent 13px),radial-gradient(circle at 49% 58%,rgba(255,255,255,.98) 0 17px,transparent 18px),radial-gradient(circle at 58% 76%,rgba(255,255,255,.98) 0 13px,transparent 14px),radial-gradient(circle at 70% 62%,rgba(255,255,255,.98) 0 18px,transparent 19px),radial-gradient(circle at 82% 78%,rgba(255,255,255,.98) 0 14px,transparent 15px),radial-gradient(circle at 94% 66%,rgba(255,255,255,.98) 0 16px,transparent 17px),radial-gradient(circle at 30% 90%,rgba(255,255,255,.94) 0 9px,transparent 10px),radial-gradient(circle at 66% 92%,rgba(255,255,255,.94) 0 11px,transparent 12px)}.gp-stats-bar{position:relative;z-index:0;margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff0;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 26px 70px #0f172a1f;overflow:hidden}.gp-stat{display:flex;align-items:center;gap:20px;min-height:136px;padding:28px 34px;border-right:1px solid #e2e8f0}.gp-stat:last-child{border-right:0}.gp-stat-icon{width:64px;height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:30px;font-weight:900}.gp-stat span{display:block;font-size:32px;line-height:1;font-weight:900;color:#0f172a;letter-spacing:-.045em}.gp-stat strong{display:block;margin-top:8px;color:#0f172a;font-size:14px}.gp-stat small{display:block;margin-top:5px;color:#64748b;font-size:13px}@media(max-width:1200px){.gp-hero-grid{grid-template-columns:1fr}.gp-hero-right{display:none}.gp-search-box{grid-template-columns:1fr}.gp-search-box select{border-left:0;border-top:1px solid #e2e8f0}}@media(max-width:800px){.gp-hero{padding-top:56px;min-height:auto;z-index:20}.gp-stats-bar{grid-template-columns:1fr}.gp-stat{border-right:0;border-bottom:1px solid #e2e8f0}.gp-stat:last-child{border-bottom:0}}.gp-home-section{padding:86px 0 34px;background:#fff}.gp-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.gp-section-head h2{margin:0;color:#0f172a;font-size:30px;line-height:1.15;font-weight:850;letter-spacing:-.035em}.gp-section-head p{margin:8px 0 0;color:#64748b;font-size:15px}.gp-section-head a{color:#1d4ed8;font-weight:850;font-size:14px}.gp-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.gp-category-grid-roots{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.gp-category-grid-roots .gp-category-card{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 24px 30px}.gp-category-grid-roots .gp-category-icon{width:88px;height:88px;margin-bottom:24px;font-size:38px}.gp-category-grid-roots .gp-category-card h3{max-width:240px;font-size:19px;line-height:1.3}.gp-category-grid-roots .gp-category-card p{margin:10px 0 20px;font-size:14px}.gp-category-card{min-height:190px;padding:26px 18px 22px;border-radius:22px;border:1px solid #e2e8f0;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.07),transparent 42%),#fff;text-align:center;box-shadow:0 10px 28px #0f172a0d;transition:.22s ease}.gp-category-card:hover{transform:translateY(-5px);border-color:#bfdbfe;box-shadow:0 24px 52px #0f172a1a}.gp-category-icon{width:62px;height:62px;margin:0 auto 18px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#eff6ff;color:#1d4ed8;font-size:30px;font-weight:900}.gp-category-icon img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.gp-category-card h3{margin:0;color:#0f172a;font-size:16px;font-weight:850}.gp-category-card p{margin:8px 0 18px;color:#64748b;font-size:13px}.gp-category-card span{color:#1d4ed8;font-size:13px;font-weight:850}@media(max-width:1200px){.gp-category-grid{grid-template-columns:repeat(3,1fr)}.gp-category-grid-roots{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.gp-section-head{align-items:flex-start;flex-direction:column}.gp-category-grid{grid-template-columns:1fr}.gp-category-grid-roots .gp-category-card{min-height:230px;padding:28px 20px}.gp-category-grid-roots .gp-category-icon{width:76px;height:76px;margin-bottom:18px}}.gp-home-section-soft{background:#f8fbff}.gp-slider{position:relative}.gp-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 22px;scrollbar-width:none}.gp-slider-item{scroll-snap-align:start;display:flex;min-width:0}@media(max-width:1050px){.gp-slider-track{grid-auto-columns:calc((100% - 40px) / 3)}}@media(max-width:760px){.gp-slider-track{grid-auto-columns:calc((100% - 20px)/2)}}.gp-slider-btn{position:absolute;top:44%;z-index:5;width:42px;height:42px;border-radius:999px;border:1px solid #dbeafe;background:#fff;color:#1d4ed8;font-weight:900;box-shadow:0 16px 34px #0f172a1f;cursor:pointer}.gp-company-card{display:flex;flex-direction:column;height:100%;min-height:350px;overflow:hidden;border-radius:24px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 12px 30px #0f172a0f;transition:all .25s ease}.gp-company-continent{margin-bottom:7px;color:#94a3b8;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.gp-company-card:hover{transform:translateY(-6px);border-color:#bfdbfe;box-shadow:0 28px 60px #0f172a21}.gp-company-card-top{position:relative;height:150px;flex:0 0 auto;overflow:visible;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.15),transparent 36%),linear-gradient(135deg,#eff6ff,#fff)}.gp-company-cover-image,.gp-company-cover-placeholder{width:100%;height:100%;display:block;border-radius:23px 23px 0 0}.gp-company-cover-image{object-fit:cover;transition:transform .25s ease}.gp-company-cover-placeholder{background:radial-gradient(circle at 25% 20%,rgba(37,99,235,.22),transparent 34%),linear-gradient(135deg,#dbeafe,#f8fafc 62%,#e0f2fe)}.gp-company-card:hover .gp-company-cover-image{transform:scale(1.045)}.gp-company-logo{position:absolute;left:22px;bottom:-30px;width:96px;height:52px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 14px 30px #0f172a1f;display:flex;align-items:center;justify-content:center;overflow:hidden}.gp-company-logo img{width:100%;height:100%;object-fit:contain;padding:10px;transition:.2s ease}.gp-company-card:hover .gp-company-logo img{transform:scale(1.06)}.gp-company-logo span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:24px;font-weight:900}.gp-company-country{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#fffffff0;border:1px solid rgba(219,234,254,.95);padding:7px 11px;color:#1e3a8a;font-size:12px;font-weight:850;box-shadow:0 8px 20px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gp-company-country>span{font-size:16px;line-height:1}.gp-company-card-body{flex:1;display:flex;flex-direction:column;padding:38px 18px 16px}.gp-company-meta{min-height:23px;margin-bottom:8px}.gp-company-meta span{display:inline-flex;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:5px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-company-card h3{margin:0;color:#0f172a;font-size:18px;line-height:1.25;font-weight:900;letter-spacing:-.02em}.gp-company-card p{margin-top:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#64748b;line-height:1.65;min-height:48px}.gp-company-tags{margin-top:auto;display:flex;flex-wrap:wrap;gap:7px;padding-top:18px}.gp-company-tags span{border-radius:999px;background:#f1f5f9;color:#475569;padding:6px 9px;font-size:11px;font-weight:750}.gp-company-card-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid #e2e8f0;color:#1d4ed8;font-size:14px;font-weight:900}.gp-company-card-footer strong{transition:.18s ease}.gp-company-card:hover .gp-company-card-footer strong{transform:translate(4px)}.gp-company-card{transition:transform .25s,box-shadow .25s,border-color .25s}.gp-company-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 34px 70px #0f172a24;border-color:#bfdbfe}.gp-slider-track{padding:12px 6px 28px}.gp-product-card{display:flex;flex-direction:column;height:100%;min-height:360px;overflow:hidden;border-radius:24px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 12px 30px #0f172a0f;transition:transform .25s,box-shadow .25s,border-color .25s}.gp-product-card:hover{transform:translateY(-8px) scale(1.015);border-color:#bfdbfe;box-shadow:0 34px 70px #0f172a24}.gp-product-image{height:150px;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.08),transparent 48%),#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.gp-product-image img{width:100%;height:100%;object-fit:cover;transition:.25s ease}.gp-product-card:hover .gp-product-image img{transform:scale(1.06)}.gp-product-image span{width:74px;height:74px;border-radius:22px;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:900}.gp-product-body{flex:1;display:flex;flex-direction:column;padding:18px 18px 15px}.gp-product-company{color:#1d4ed8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;min-height:18px}.gp-product-card h3{margin:10px 0 0;color:#0f172a;font-size:18px;line-height:1.28;font-weight:900;letter-spacing:-.02em}.gp-product-model{margin-top:8px;color:#64748b;font-size:13px;font-weight:750}.gp-product-card p{margin-top:12px;color:#64748b;font-size:14px;line-height:1.65;min-height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gp-product-tags{margin-top:auto;padding-top:18px;display:flex;flex-wrap:wrap;gap:7px}.gp-product-tags span{border-radius:999px;background:#f1f5f9;color:#475569;padding:6px 9px;font-size:11px;font-weight:750}.gp-product-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid #e2e8f0;color:#1d4ed8;font-size:14px;font-weight:900}.gp-product-footer strong{transition:.18s ease}.gp-product-card:hover .gp-product-footer strong{transform:translate(4px)}.gp-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.gp-cta-section{padding:86px 0;background:#fff}.gp-cta-box{display:flex;align-items:center;justify-content:space-between;gap:42px;padding:48px;border-radius:30px;background:radial-gradient(circle at 80% 20%,rgba(37,99,235,.13),transparent 34%),linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;box-shadow:0 34px 80px #0f172a38}.gp-cta-box span{display:inline-flex;margin-bottom:14px;border-radius:999px;background:#ffffff1f;padding:7px 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-cta-box h2{margin:0;max-width:680px;font-size:42px;line-height:1.08;font-weight:900;letter-spacing:-.04em}.gp-cta-box p{margin:16px 0 0;max-width:620px;color:#ffffffbf;font-size:16px;line-height:1.75}.gp-cta-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:15px;background:#fff;color:#1d4ed8;font-size:15px;font-weight:900;box-shadow:0 18px 34px #0000002e}@media(max-width:1100px){.gp-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-cta-box{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.gp-latest-grid{grid-template-columns:1fr}.gp-cta-box{padding:32px}.gp-cta-box h2{font-size:32px}}[x-cloak]{display:none!important}.gp-mobile-toggle{display:none;width:42px;height:42px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.gp-mobile-toggle span{width:18px;height:2px;border-radius:999px;background:#0f172a}.gp-mobile-menu{width:min(1400px,calc(100% - 32px));margin:0 auto 14px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 24px 50px #0f172a1f}.gp-mobile-menu a{display:block;padding:13px 12px;border-radius:12px;color:#0f172a;font-weight:800}.gp-mobile-menu a:hover{background:#f8fafc}.gp-mobile-menu a.primary{margin-top:8px;background:#1d4ed8;color:#fff;text-align:center}.gp-mobile-menu hr{border:0;border-top:1px solid #e2e8f0;margin:8px 0}.gp-footer{padding:72px 0 28px;background:#0f172a;color:#fff}.gp-footer .gp-logo strong{color:#fff}.gp-footer .gp-logo small{color:#ffffff8c}.gp-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:52px}.gp-footer-brand p{max-width:380px;margin:22px 0 0;color:#ffffffa3;font-size:15px;line-height:1.75}.gp-footer h4{margin:0 0 18px;color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-footer a:not(.gp-logo){display:block;margin-top:12px;color:#ffffffa3;font-size:14px;font-weight:700}.gp-footer a:not(.gp-logo):hover{color:#fff}.gp-footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff7a;font-size:13px}.gp-content-page-hero{padding:82px 0 72px;background:linear-gradient(135deg,#eff6ff,#f8fafc 60%,#ecfeff);text-align:center}.gp-content-page-hero span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.gp-content-page-hero h1{max-width:820px;margin:12px auto 0;color:#0f172a;font-size:clamp(36px,6vw,62px);line-height:1.06;letter-spacing:-.045em}.gp-content-page-hero p{max-width:720px;margin:20px auto 0;color:#64748b;font-size:17px;line-height:1.75}.gp-content-page-section{padding:72px 0 96px;background:#f8fafc}.gp-content-page-body{max-width:880px;margin:0 auto;padding:48px 54px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;color:#475569;font-size:16px;line-height:1.8;box-shadow:0 18px 55px #0f172a0f}.gp-content-page-body h2,.gp-content-page-body h3{color:#0f172a;line-height:1.25}.gp-content-page-body h2{margin:0 0 20px;font-size:28px}.gp-content-page-body h3{margin:34px 0 14px;font-size:21px}.gp-content-page-body p,.gp-content-page-body ul,.gp-content-page-body ol{margin:0 0 20px}.gp-content-page-body a{color:#2563eb;font-weight:750;text-decoration:underline}@media(max-width:700px){.gp-content-page-hero{padding:58px 0 52px}.gp-content-page-section{padding:36px 0 60px}.gp-content-page-body{padding:28px 22px;border-radius:18px}}@media(max-width:1100px){.gp-nav,.gp-header-actions{display:none}.gp-mobile-toggle{display:flex}.gp-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.gp-footer-grid{grid-template-columns:1fr}.gp-footer-bottom{flex-direction:column}}.gp-home-search-box{overflow:visible}.gp-home-category-autocomplete{position:relative;min-width:0}.gp-home-category-autocomplete>input{height:100%}.gp-home-search-type{min-width:0;display:flex;align-items:center;padding:0 20px;border-left:1px solid #e2e8f0;background:#fff}.gp-home-search-type span{color:#475569;font-size:14px;font-weight:800;white-space:nowrap}.gp-home-search-results{position:absolute;top:calc(100% + 12px);left:0;right:0;z-index:60;overflow:hidden;border:1px solid #dbe3ef;border-radius:18px;background:#fff;box-shadow:0 28px 70px #0f172a2e}.gp-home-search-results button{all:unset;box-sizing:border-box;width:100%;display:block;padding:15px 18px;border-bottom:1px solid #eef2f7;cursor:pointer}.gp-home-search-results button:last-child{border-bottom:0}.gp-home-search-results button:hover{background:#f8fbff}.gp-home-search-results strong{display:block;color:#0f172a;font-size:14px;font-weight:900}.gp-home-search-results small{display:block;margin-top:4px;color:#64748b;font-size:12px;line-height:1.45}.gp-home-search-empty{padding:18px;color:#64748b;font-size:14px;text-align:center}@media(max-width:1200px){.gp-home-search-type{min-height:54px;border-left:0;border-top:1px solid #e2e8f0}}.gp-search-result-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:flex-start}.gp-search-result-type{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.gp-home-search-results button:hover .gp-search-result-type{background:#dbeafe}.gp-hero-search{position:relative;z-index:50;overflow:visible}.gp-home-search-box{position:relative;overflow:visible;z-index:51}.gp-home-category-autocomplete{position:relative;z-index:100}.gp-home-search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:9999;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 30px 70px #0000002e;overflow:hidden}.gp-header-logout{all:unset;color:#64748b;font-size:14px;font-weight:800;cursor:pointer}.gp-header-logout:hover{color:#1d4ed8}.gp-category-hero{padding:84px 0 70px;background:radial-gradient(circle at 75% 20%,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,#f8fbff,#eef6ff)}.gp-category-hero-inner{max-width:900px}.gp-category-hero-inner>span{display:inline-flex;margin-bottom:18px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#1d4ed8;padding:8px 13px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-category-hero h1{margin:0;max-width:760px;color:#0f172a;font-size:clamp(42px,4.4vw,68px);line-height:1.06;font-weight:900;letter-spacing:-.055em}.gp-category-hero p{margin:18px 0 32px;max-width:620px;color:#64748b;font-size:17px;line-height:1.75}.gp-category-search{max-width:840px}.gp-category-search-tabs{display:flex;gap:10px;margin-bottom:14px}.gp-category-search-tabs button{height:44px;padding:0 22px;border-radius:13px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-weight:850;cursor:pointer;box-shadow:0 10px 28px #0f172a12}.gp-category-search-tabs button.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.gp-category-search-box{position:relative;display:grid}.gp-category-search-box input{width:100%;height:54px;border-radius:0;border:0;background:#fff;padding:0 22px;color:#0f172a;font-size:16px;outline:none;box-shadow:none}.gp-category-search-box input:focus{border-color:#bfdbfe;box-shadow:0 24px 64px #2563eb29}.gp-category-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:20;overflow:hidden;border-radius:18px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 28px 70px #0f172a29}.gp-category-search-results button{width:100%;display:block;padding:16px 18px;border:0;border-bottom:1px solid #f1f5f9;background:#fff;text-align:left;cursor:pointer}.gp-category-search-results button:hover{background:#f8fbff}.gp-category-search-results strong{display:block;color:#0f172a;font-size:15px;font-weight:900}.gp-category-search-results small{display:block;margin-top:4px;color:#64748b;font-size:13px}.gp-slider{position:relative;overflow:visible}.gp-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:14px 4px 34px;scrollbar-width:none}.gp-slider-track::-webkit-scrollbar{display:none}.gp-slider-item{scroll-snap-align:start;display:flex}.gp-slider-btn{position:absolute;top:50%;z-index:20;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid #dbeafe;background:#fff;color:#1d4ed8;font-weight:900;font-size:18px;box-shadow:0 18px 42px #0f172a29;cursor:pointer;transition:.18s ease}.gp-slider-btn:hover{background:#1d4ed8;color:#fff;transform:translateY(-50%) scale(1.06)}.gp-slider-prev{left:8px}.gp-slider-next{right:8px}@media(max-width:900px){.gp-slider-track{grid-auto-columns:calc((100% - 20px)/2)}.gp-slider-prev{left:8px}.gp-slider-next{right:8px}}@media(max-width:520px){.gp-slider-track{grid-auto-columns:100%}}.gp-pagination{margin-top:34px}.gp-pagination nav{display:flex;flex-direction:column;gap:18px}.gp-pagination svg{width:20px!important;height:20px!important}.gp-pagination p{color:#64748b;font-size:14px}.gp-pagination span,.gp-pagination a{text-decoration:none}.gp-pagination .inline-flex{display:inline-flex;align-items:center}.gp-pagination .rounded-md,.gp-pagination .rounded-l-md,.gp-pagination .rounded-r-md{border-radius:12px!important}.gp-pagination a,.gp-pagination span[aria-current] span{min-width:42px;min-height:42px;justify-content:center;border-radius:12px!important;font-weight:800}.gp-pagination a{background:#fff!important;color:#0f172a!important;border:1px solid #e2e8f0!important}.gp-pagination a:hover{background:#eff6ff!important;color:#1d4ed8!important;border-color:#bfdbfe!important}.gp-pagination span[aria-current] span{background:#1d4ed8!important;color:#fff!important;border:1px solid #1d4ed8!important}.gp-pagination [aria-disabled=true] span{opacity:.45}.gp-listing-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.gp-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:24px}.gp-filter{padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:20px}.gp-filter h3{margin-bottom:18px;font-size:16px}.gp-filter-link{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f3f4f6}.gp-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.gp-company-grid,.gp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.gp-toolbar-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.gp-toolbar-actions a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:850}@media(max-width:900px){.gp-listing-grid{grid-template-columns:1fr}.gp-sidebar{position:static}.gp-company-grid,.gp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.gp-company-grid,.gp-product-grid{grid-template-columns:1fr}}.gp-breadcrumb{padding:18px 0;background:#fff;border-bottom:1px solid #eef2f7;margin-bottom:40px}.gp-breadcrumb .gp-container{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.gp-sidebar-category+.gp-sidebar-category{margin-top:6px}.gp-sidebar-subcategories{margin:4px 0 10px 14px;padding-left:14px;border-left:1px solid #dbeafe}.gp-sidebar-subcategories a{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;color:#64748b;font-size:13px;line-height:1.4}.gp-sidebar-subcategories a:hover{color:#1d4ed8}.gp-sidebar-subcategories strong,.gp-filter-link strong{flex:0 0 auto;min-width:26px;padding:3px 7px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;text-align:center}.gp-filter-placeholder{margin:0;color:#94a3b8;font-size:13px}.gp-filter-checkbox{display:flex;align-items:center;gap:10px;color:#475569;font-size:14px;cursor:pointer}.gp-category-checkbox{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:9px 0;color:#475569;font-size:13px;line-height:1.4;cursor:pointer}.gp-category-checkbox>span{display:flex;align-items:flex-start;gap:9px}.gp-category-checkbox input{margin-top:2px;accent-color:#1d4ed8}.gp-category-checkbox strong{flex:0 0 auto;min-width:29px;padding:3px 7px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;text-align:center}.gp-category-checkbox-children{margin-left:12px;padding-left:14px;border-left:1px solid #dbeafe}.gp-toolbar-filters{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.gp-toolbar-filters-panel{padding:20px;border:1px solid #e2e8f0;border-radius:22px;background:#f8fafc}.gp-toolbar-filters select{min-height:44px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:0 38px 0 14px;color:#0f172a;font-size:13px;font-weight:700}.gp-toolbar-checkbox{min-height:44px;display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:0 14px;color:#475569;font-size:13px;font-weight:700;cursor:pointer}.gp-toolbar-checkbox input{accent-color:#1d4ed8}@media(max-width:900px){.gp-toolbar{align-items:flex-start;flex-direction:column;gap:18px}.gp-toolbar-filters{width:100%;justify-content:flex-start}}.gp-toolbar{margin-bottom:32px}.gp-toolbar-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.gp-toolbar-heading h2{margin:0;color:#0f172a;font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.035em}.gp-toolbar-heading p{margin:10px 0 0;color:#64748b;font-size:15px;font-weight:650}.gp-toolbar-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;width:100%}.gp-filter-control{display:flex;flex-direction:column;gap:8px;min-width:0}.gp-filter-control>span{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.075em}.gp-filter-control select,.gp-filter-checkbox-box{width:100%;min-height:58px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;color:#0f172a;box-shadow:0 10px 28px #0f172a0d;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.gp-filter-control select{appearance:none;padding:0 48px 0 18px;font-size:15px;font-weight:800;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 21px) 25px,calc(100% - 15px) 25px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.gp-filter-control select:hover,.gp-filter-checkbox-box:hover{border-color:#bfdbfe;box-shadow:0 16px 34px #2563eb14}.gp-filter-control select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1a,0 16px 34px #2563eb14}.gp-filter-checkbox-box{display:flex;align-items:center;gap:12px;padding:0 18px;cursor:pointer}.gp-filter-checkbox-box input{width:20px;height:20px;margin:0;accent-color:#1d4ed8;cursor:pointer}.gp-filter-checkbox-box strong{color:#0f172a;font-size:15px;font-weight:800}@media(max-width:900px){.gp-toolbar-filters{grid-template-columns:1fr}.gp-toolbar-heading h2{font-size:29px}}.gp-empty-state{grid-column:1 / -1;padding:54px;border:1px dashed #cbd5e1;border-radius:22px;background:#fff;color:#64748b;text-align:center;font-size:16px;font-weight:700}.gp-category-tree-filter{padding:22px 18px}.gp-filter-header{margin-bottom:16px;padding:0 6px 16px;border-bottom:1px solid #eef2f7}.gp-filter-header h3{margin:0;color:#0f172a;font-size:17px;font-weight:900}.gp-filter-header p{margin:5px 0 0;color:#94a3b8;font-size:12px;line-height:1.45}.gp-category-tree{max-height:680px;overflow-y:auto;padding-right:5px}.gp-category-tree::-webkit-scrollbar{width:6px}.gp-category-tree-node{position:relative}.gp-category-tree-row{display:flex;align-items:flex-start;min-height:40px;padding-left:calc(var(--tree-depth) * 15px);border-radius:10px;transition:background .16s ease}.gp-category-tree-row:hover{background:#f8fbff}.gp-category-tree-toggle,.gp-category-tree-spacer{flex:0 0 24px;width:24px;height:38px}.gp-category-tree-toggle{all:unset;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}.gp-category-tree-toggle span{display:block;font-size:22px;line-height:1;transition:transform .16s ease}.gp-category-tree-toggle span.is-open{transform:rotate(90deg)}.gp-category-tree-label{min-width:0;flex:1;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:flex-start;gap:9px;padding:9px 6px 9px 0;cursor:pointer}.gp-category-tree-label input{width:16px;height:16px;margin:1px 0 0;accent-color:#1d4ed8}.gp-category-tree-name{color:#475569;font-size:13px;line-height:1.35}.gp-category-tree-node[style*="--tree-depth: 0"] .gp-category-tree-name{color:#0f172a;font-weight:900}.gp-category-tree-label strong{min-width:28px;padding:3px 7px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:10px;font-weight:900;text-align:center}.gp-category-tree-children{position:relative}.gp-category-tree-children:before{content:"";position:absolute;top:0;bottom:6px;left:12px;width:1px;background:#e2e8f0}.gp-category-filter{padding:0;overflow:hidden}.gp-category-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 22px 18px;border-bottom:1px solid #eef2f7}.gp-category-filter-head h3{margin:0;color:#0f172a;font-size:17px;line-height:1.2;font-weight:850;letter-spacing:-.015em}.gp-category-filter-head p{margin:6px 0 0;color:#94a3b8;font-size:12px;line-height:1.45}.gp-category-filter-head a{flex:0 0 auto;color:#2563eb;font-size:12px;font-weight:800}.gp-category-tree{max-height:620px;overflow-y:auto;padding:10px 10px 14px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.gp-category-tree::-webkit-scrollbar{width:5px}.gp-category-tree::-webkit-scrollbar-track{background:transparent}.gp-category-tree::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.gp-tree-node{min-width:0}.gp-tree-row{display:flex;align-items:center;min-width:0;min-height:38px;padding-left:calc(var(--depth) * 13px);border-radius:10px;transition:background .16s ease,color .16s ease}.gp-tree-row:hover{background:#f8fafc}.gp-tree-row.is-selected{background:#eff6ff}.gp-tree-toggle,.gp-tree-toggle-placeholder{flex:0 0 26px;width:26px;height:36px}.gp-tree-toggle{all:unset;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer}.gp-tree-toggle:hover{color:#2563eb}.gp-tree-toggle svg{width:15px;height:15px;transition:transform .16s ease}.gp-tree-toggle svg.is-open{transform:rotate(90deg)}.gp-tree-option{min-width:0;flex:1;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 8px 7px 0;cursor:pointer}.gp-tree-option input{position:absolute;opacity:0;pointer-events:none}.gp-tree-checkbox{position:relative;width:16px;height:16px;border:1.5px solid #cbd5e1;border-radius:5px;background:#fff;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.gp-tree-option input:checked+.gp-tree-checkbox{border-color:#2563eb;background:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.gp-tree-option input:checked+.gp-tree-checkbox:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.gp-tree-title{min-width:0;color:#475569;font-size:13px;line-height:1.35;font-weight:600;overflow-wrap:anywhere}.gp-tree-node[data-depth="0"]>.gp-tree-row .gp-tree-title{color:#0f172a;font-size:13.5px;font-weight:800}.gp-tree-row.is-selected .gp-tree-title{color:#1d4ed8}.gp-tree-count{flex:0 0 auto;min-width:25px;padding:3px 6px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;line-height:1.2;font-weight:800;text-align:center}.gp-tree-row.is-selected .gp-tree-count{background:#dbeafe;color:#1d4ed8}.gp-tree-children{position:relative}.gp-tree-children:before{content:"";position:absolute;top:0;bottom:5px;left:22px;width:1px;background:#e2e8f0}.gp-company-profile-hero{position:relative;padding-bottom:36px;background:#f8fafc}.gp-company-cover{height:300px;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.18),transparent 34%),linear-gradient(135deg,#dbeafe,#f8fafc)}.gp-company-cover img{width:100%;height:100%;object-fit:cover}.gp-company-profile-card{position:relative;margin-top:-74px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:28px;align-items:center;padding:28px;border:1px solid #e2e8f0;border-radius:28px;background:#fffffff5;box-shadow:0 28px 70px #0f172a24}.gp-company-profile-logo{width:200px;height:100px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 18px 40px #0f172a1a}.gp-company-profile-logo img{width:100%;height:100%;object-fit:contain;padding:16px}.gp-company-profile-logo span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:38px;font-weight:900}.gp-company-profile-badges{display:flex;flex-wrap:wrap;gap:8px}.gp-company-profile-badges span{padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-company-profile-main h1{margin:13px 0 8px;color:#0f172a;font-size:38px;line-height:1.08;font-weight:900;letter-spacing:-.04em}.gp-company-profile-location{display:flex;align-items:center;gap:7px;color:#64748b;font-size:15px}.gp-company-profile-categories{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.gp-company-profile-categories a{padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:750}.gp-company-profile-categories span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800}.gp-company-competency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gp-company-competency-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.gp-company-competency-card>img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.gp-company-competency-card>div{padding:18px}.gp-company-competency-card h3{margin:0 0 8px;font-size:18px}.gp-company-competency-card h3 a{color:#0f172a}.gp-company-competency-card p{margin:0;color:#64748b;line-height:1.65}@media(max-width:720px){.gp-company-competency-grid{grid-template-columns:1fr}}.gp-company-profile-actions{display:flex;flex-direction:column;gap:10px;min-width:180px}.gp-company-primary-action,.gp-company-secondary-action{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:0 18px;font-size:14px;font-weight:900}.gp-company-primary-action{background:#1d4ed8;color:#fff;box-shadow:0 14px 28px #2563eb3d}.gp-company-secondary-action{border:1px solid #dbe3ef;background:#fff;color:#0f172a}.gp-company-profile-content{padding:48px 0 86px;background:#f8fafc}.gp-company-profile-tabs{display:flex;gap:8px;margin-bottom:24px;padding:6px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.gp-company-profile-tabs a{min-height:44px;display:inline-flex;align-items:center;padding:0 18px;border-radius:11px;color:#64748b;font-size:14px;font-weight:850}.gp-company-profile-tabs a.is-active{background:#1d4ed8;color:#fff}.gp-company-related{margin-top:42px}.gp-company-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.gp-company-profile-grid main{display:flex;flex-direction:column;gap:24px}.gp-company-profile-grid aside{position:sticky;top:100px;display:flex;flex-direction:column;gap:20px}.gp-company-content-card,.gp-company-side-card{border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 12px 34px #0f172a0d}.gp-company-content-card{padding:30px}.gp-company-side-card{padding:24px}.gp-company-section-head{margin-bottom:22px}.gp-company-section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.gp-company-section-head>span,.gp-company-section-head>div>span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-company-section-head h2{margin:8px 0 0;color:#0f172a;font-size:28px;line-height:1.15;font-weight:900;letter-spacing:-.03em}.gp-company-section-head a{color:#1d4ed8;font-size:13px;font-weight:850}.gp-company-about{color:#475569;font-size:15px;line-height:1.85}.gp-company-about-image{width:100%;max-height:520px;display:block;margin-top:24px;border-radius:18px;object-fit:cover}.gp-company-video-link{display:inline-flex;margin-top:18px;color:#1d4ed8;font-weight:900}.gp-company-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gp-company-gallery img{width:100%;aspect-ratio:3 / 2;display:block;border-radius:14px;object-fit:cover}.gp-company-data-list{margin:0}.gp-company-data-list>div{display:grid;grid-template-columns:minmax(150px,.4fr) minmax(0,.6fr);gap:20px;padding:13px 0;border-bottom:1px solid #eef2f7}.gp-company-data-list dt{color:#64748b}.gp-company-data-list dd{margin:0;color:#0f172a;font-weight:800}.gp-company-map{width:100%;height:360px;border:0;border-radius:18px}.gp-company-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.gp-company-locations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gp-company-location-card{padding:20px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.gp-company-location-card>div{display:flex;justify-content:space-between;gap:14px}.gp-company-location-card span{color:#0f172a;font-weight:900}.gp-company-location-card strong{color:#2563eb;font-size:11px;text-transform:uppercase}.gp-company-location-card p{margin:14px 0 0;color:#64748b;font-size:13px;line-height:1.65}.gp-company-location-card em{display:inline-flex;margin-top:12px;color:#1d4ed8;font-size:11px;font-style:normal;font-weight:850}.gp-company-side-card h3{margin:0;color:#0f172a;font-size:18px;font-weight:900}.gp-company-side-card dl{margin:18px 0 0}.gp-company-side-card dl div{padding:13px 0;border-bottom:1px solid #eef2f7}.gp-company-side-card dl div:last-child{border-bottom:0}.gp-company-side-card dt{color:#94a3b8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-company-side-card dd{margin:5px 0 0;color:#0f172a;font-size:14px;font-weight:750;overflow-wrap:anywhere}.gp-guest-contact-lock dd{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.gp-guest-contact-lock dd>a{color:#1d4ed8;font-size:12px;font-weight:850}.gp-contact-reveal dd button{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.gp-contact-reveal dd button:disabled{cursor:wait;opacity:.65}.gp-contact-reveal dd>a{color:#1d4ed8;font-weight:850}.gp-company-side-card p{color:#64748b;font-size:13px;line-height:1.6}.gp-company-contact-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}.gp-company-contact-form input,.gp-company-contact-form textarea{width:100%;border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:13px 14px;color:#0f172a;font:inherit}.gp-company-contact-form textarea{resize:vertical}.gp-company-contact-form button{min-height:46px;border:0;border-radius:12px;background:#1d4ed8;color:#fff;font-weight:900;cursor:pointer}.gp-private-inline,.gp-private-value{display:inline-block;-webkit-user-select:none;user-select:none;filter:blur(5px);opacity:.58}.gp-company-profile-location>a{margin-left:5px;color:#1d4ed8;font-size:12px;font-weight:850}.gp-member-lock{position:relative;min-height:210px;overflow:hidden;border:1px solid #dbe7f6;border-radius:18px;background:linear-gradient(145deg,#f8fbff,#eef5ff);isolation:isolate}.gp-member-lock-preview{position:absolute;inset:0;display:flex;flex-direction:column;gap:12px;padding:24px;filter:blur(4px);opacity:.52;transform:scale(1.035)}.gp-member-lock-preview>span{display:block;height:42px;border:1px solid #cbd5e1;border-radius:11px;background:#fff}.gp-member-lock-preview>span.is-tall{height:78px}.gp-member-lock-preview>b{width:45%;height:40px;border-radius:10px;background:#93b4e8}.gp-member-lock-panel{position:absolute;z-index:2;inset:50% auto auto 50%;width:min(88%,440px);padding:18px 20px;border:1px solid rgba(255,255,255,.9);border-radius:17px;background:#fffffff0;box-shadow:0 18px 48px #0f172a29;text-align:center;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gp-member-lock-icon{display:block;margin-bottom:5px;font-size:22px}.gp-member-lock-panel strong{display:block;color:#0f172a;font-size:15px;font-weight:900}.gp-member-lock-panel p{margin:7px auto 13px;color:#64748b;font-size:12px;line-height:1.5}.gp-member-lock-panel>div{display:flex;justify-content:center;gap:8px}.gp-member-lock-panel a{padding:9px 14px;border-radius:10px;background:#1d4ed8;color:#fff;font-size:12px;font-weight:900}.gp-member-lock-panel a.is-secondary{background:#eff6ff;color:#1d4ed8}.gp-member-lock-map{min-height:320px;background-color:#e7edf4;background-image:linear-gradient(32deg,transparent 47%,#fff 48%,#fff 53%,transparent 54%),linear-gradient(145deg,transparent 43%,#c8d4e2 44%,#c8d4e2 48%,transparent 49%)}.gp-member-lock-map .gp-member-lock-preview i{position:absolute;top:42%;left:48%;color:#1d4ed8;font-size:42px;font-style:normal}.gp-member-lock-form{min-height:330px}@media(max-width:520px){.gp-member-lock-panel>div{flex-direction:column}.gp-member-lock{min-height:280px}}@media(max-width:1050px){.gp-company-profile-card{grid-template-columns:auto 1fr}.gp-company-profile-actions{grid-column:1 / -1;flex-direction:row}.gp-company-profile-grid{grid-template-columns:1fr}.gp-company-profile-grid aside{position:static}}@media(max-width:700px){.gp-company-gallery{grid-template-columns:1fr 1fr}.gp-company-data-list>div{grid-template-columns:1fr;gap:5px}.gp-company-cover{height:220px}.gp-company-profile-card{grid-template-columns:1fr;margin-top:-54px}.gp-company-profile-logo{width:160px;height:80px}.gp-company-profile-main h1{font-size:31px}.gp-company-profile-actions{flex-direction:column}.gp-company-products-grid,.gp-company-locations-grid{grid-template-columns:1fr}.gp-company-content-card{padding:22px}}.gp-product-detail-hero{padding:58px 0 48px;background:radial-gradient(circle at 78% 18%,rgba(37,99,235,.1),transparent 30%),linear-gradient(180deg,#f8fbff,#eef6ff)}.gp-product-detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:52px;align-items:start}.gp-product-gallery{min-width:0}.gp-product-main-image{height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #dbe3ef;border-radius:30px;background:#fff;box-shadow:0 28px 70px #0f172a1f}.gp-product-main-image img{width:100%;height:100%;object-fit:contain;padding:24px}.gp-product-main-image span{width:110px;height:110px;display:flex;align-items:center;justify-content:center;border-radius:30px;background:#eff6ff;color:#1d4ed8;font-size:48px;font-weight:900}.gp-product-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.gp-product-thumbnails button{height:88px;overflow:hidden;border:1px solid #e2e8f0;border-radius:15px;background:#fff;cursor:pointer}.gp-product-thumbnails img{width:100%;height:100%;object-fit:cover}.gp-product-summary{padding-top:18px}.gp-product-summary-meta{display:flex;flex-wrap:wrap;gap:8px}.gp-product-summary-meta span{padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-product-summary h1{margin:18px 0 10px;color:#0f172a;font-size:clamp(40px,4vw,62px);line-height:1.03;font-weight:900;letter-spacing:-.055em}.gp-product-detail-model{color:#64748b;font-size:14px;font-weight:750}.gp-product-company-link{display:inline-flex;margin-top:18px;color:#1d4ed8;font-size:16px;font-weight:900}.gp-product-detail-categories{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.gp-product-detail-categories a{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#475569;font-size:11px;font-weight:750}.gp-product-summary-description{margin:24px 0 0;max-width:650px;color:#475569;font-size:16px;line-height:1.8}.gp-product-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.gp-product-primary-action,.gp-product-favorite-action{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:15px;padding:0 22px;font-size:14px;font-weight:900}.gp-product-primary-action{background:#1d4ed8;color:#fff;box-shadow:0 16px 32px #2563eb3d}.gp-product-favorite-action{border:1px solid #dbe3ef;background:#fff;color:#0f172a;cursor:pointer}.gp-product-detail-content{padding:54px 0 90px;background:#f8fafc}.gp-product-related{margin-top:48px}.gp-product-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.gp-product-content-grid main{display:flex;flex-direction:column;gap:24px}.gp-product-content-grid aside{position:sticky;top:100px;display:flex;flex-direction:column;gap:20px}.gp-product-content-card,.gp-product-side-card{border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 12px 34px #0f172a0d}.gp-product-content-card{padding:30px}.gp-product-side-card{padding:24px}.gp-product-section-head{margin-bottom:22px}.gp-product-section-head span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-product-section-head h2{margin:8px 0 0;color:#0f172a;font-size:28px;line-height:1.15;font-weight:900;letter-spacing:-.03em}.gp-product-description{color:#475569;font-size:15px;line-height:1.85}.gp-technical-table{overflow:hidden;border:1px solid #e2e8f0;border-radius:18px}.gp-technical-table>div{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,.58fr);border-bottom:1px solid #e2e8f0}.gp-technical-table>div:last-child{border-bottom:0}.gp-technical-table span,.gp-technical-table strong{padding:15px 18px;font-size:13px}.gp-technical-table span{background:#f8fafc;color:#64748b;font-weight:750}.gp-technical-table strong{color:#0f172a;font-weight:850}.gp-catalog-links{display:grid;gap:10px}.gp-catalog-links a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:0 18px;border:1px solid #e2e8f0;border-radius:15px;background:#f8fafc;color:#0f172a}.gp-catalog-links span{font-size:14px;font-weight:800}.gp-catalog-links strong{color:#1d4ed8;font-size:13px}.gp-product-side-card h3{margin:0;color:#0f172a;font-size:18px;font-weight:900}.gp-product-side-card>p{color:#64748b;font-size:13px;line-height:1.6}.gp-product-supplier{display:flex;align-items:center;gap:13px;margin-top:18px}.gp-product-supplier>div{width:54px;height:54px;flex:0 0 54px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-weight:900}.gp-product-supplier span{min-width:0}.gp-product-supplier strong,.gp-product-supplier small{display:block}.gp-product-supplier strong{color:#0f172a;font-size:14px;line-height:1.3}.gp-product-supplier small{margin-top:4px;color:#64748b;font-size:12px}.gp-product-supplier-website{min-height:44px;margin-top:18px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:900}.gp-product-contact-reveal{margin:18px 0 0}.gp-product-contact-reveal dt{color:#94a3b8;font-size:11px;font-weight:900;text-transform:uppercase}.gp-product-contact-reveal dd{margin:6px 0 0;overflow-wrap:anywhere}.gp-product-contact-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}.gp-product-contact-form input,.gp-product-contact-form textarea{width:100%;border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:13px 14px;color:#0f172a;font:inherit}.gp-product-contact-form textarea{resize:vertical}.gp-product-contact-form button{min-height:46px;border:0;border-radius:12px;background:#1d4ed8;color:#fff;font-weight:900;cursor:pointer}@media(max-width:1050px){.gp-product-detail-grid{grid-template-columns:1fr}.gp-product-main-image{height:460px}.gp-product-content-grid{grid-template-columns:1fr}.gp-product-content-grid aside{position:static}}@media(max-width:700px){.gp-product-detail-hero{padding-top:34px}.gp-product-main-image{height:330px;border-radius:22px}.gp-product-summary h1{font-size:38px}.gp-product-detail-actions{flex-direction:column}.gp-product-primary-action,.gp-product-favorite-action{width:100%}.gp-product-content-card{padding:22px}.gp-technical-table>div{grid-template-columns:1fr}.gp-technical-table span{border-bottom:1px solid #e2e8f0}}.gp-modal-open{overflow:hidden}.gp-card-wrapper{position:relative;display:flex;min-width:0;height:100%}.gp-card-wrapper>.gp-company-card,.gp-card-wrapper>.gp-product-card{width:100%}.gp-favorite-button{all:unset;position:absolute;top:16px;right:16px;z-index:8;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(219,227,239,.95);border-radius:999px;background:#fffffff0;color:#475569;box-shadow:0 12px 28px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease}.gp-favorite-button:hover{transform:translateY(-2px) scale(1.04);background:#fff;color:#1d4ed8;box-shadow:0 18px 36px #0f172a29}.gp-favorite-button svg{width:20px;height:20px}.gp-favorite-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.gp-favorite-modal-backdrop{position:absolute;inset:0;background:#0f172a9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gp-favorite-modal-dialog{position:relative;z-index:1;width:min(100%,460px);padding:36px;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:#fff;box-shadow:0 36px 100px #0f172a4d;text-align:center}.gp-favorite-modal-close{all:unset;position:absolute;top:14px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#64748b;font-size:26px;cursor:pointer}.gp-favorite-modal-close:hover{background:#f1f5f9;color:#0f172a}.gp-favorite-modal-icon{width:72px;height:72px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:#eff6ff;color:#1d4ed8}.gp-favorite-modal-icon svg{width:34px;height:34px}.gp-favorite-modal-dialog h2{margin:0;color:#0f172a;font-size:27px;line-height:1.15;font-weight:900;letter-spacing:-.03em}.gp-favorite-modal-dialog p{margin:14px auto 0;max-width:350px;color:#64748b;font-size:14px;line-height:1.7}.gp-favorite-modal-actions{display:grid;gap:10px;margin-top:26px}.gp-favorite-modal-primary,.gp-favorite-modal-secondary{min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:14px;font-weight:900}.gp-favorite-modal-primary{background:#1d4ed8;color:#fff;box-shadow:0 14px 28px #2563eb38}.gp-favorite-modal-secondary{border:1px solid #dbe3ef;background:#fff;color:#0f172a}.gp-favorite-button.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.gp-favorite-button.is-active:hover{background:#1e40af;color:#fff}.gp-favorite-button.is-loading{pointer-events:none;opacity:.6}.gp-auth-page{min-height:calc(100vh - 78px);padding:72px 0 96px;background:radial-gradient(circle at 75% 18%,rgba(37,99,235,.12),transparent 30%),linear-gradient(180deg,#f8fbff,#eef6ff)}.gp-auth-card{width:min(100%,560px);margin:0 auto;padding:38px;border:1px solid #dbe3ef;border-radius:28px;background:#fffffff7;box-shadow:0 30px 80px #0f172a24}.gp-auth-head{margin-bottom:28px}.gp-auth-head>span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.gp-auth-head h1{margin:10px 0 0;color:#0f172a;font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.04em}.gp-auth-head p{margin:13px 0 0;color:#64748b;font-size:14px;line-height:1.7}.gp-auth-form{display:flex;flex-direction:column;gap:18px}.gp-auth-form>label:not(.gp-auth-checkbox){display:flex;flex-direction:column;gap:8px}.gp-auth-form label>span{color:#334155;font-size:13px;font-weight:850}.gp-auth-form input[type=text],.gp-auth-form input[type=email],.gp-auth-form input[type=password]{width:100%;min-height:54px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;padding:0 16px;color:#0f172a;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.gp-auth-form input:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1a}.gp-auth-form small{color:#dc2626;font-size:12px}.gp-auth-checkbox{display:flex;align-items:center;gap:9px;cursor:pointer}.gp-auth-checkbox input{width:17px;height:17px;accent-color:#1d4ed8}.gp-auth-form button{min-height:54px;border:0;border-radius:15px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 16px 32px #2563eb3d}.gp-auth-footer{margin-top:26px;padding-top:22px;border-top:1px solid #eef2f7;color:#64748b;font-size:13px;text-align:center}.gp-auth-footer a{color:#1d4ed8;font-weight:900}.gp-toast-container{position:fixed;top:94px;right:24px;z-index:3000;width:min(420px,calc(100vw - 32px));display:flex;flex-direction:column;gap:12px;pointer-events:none}.gp-toast{display:grid;grid-template-columns:44px minmax(0,1fr) 32px;align-items:center;gap:13px;padding:15px;border:1px solid #dbe3ef;border-radius:18px;background:#fffffffa;box-shadow:0 24px 64px #0f172a2e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto}.gp-toast-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:13px;font-size:19px;font-weight:900}.gp-toast-success .gp-toast-icon{background:#ecfdf5;color:#059669}.gp-toast-error .gp-toast-icon{background:#fef2f2;color:#dc2626}.gp-toast-info .gp-toast-icon{background:#eff6ff;color:#1d4ed8}.gp-toast-content{min-width:0}.gp-toast-content strong{display:block;color:#0f172a;font-size:14px;font-weight:900}.gp-toast-content p{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.45}.gp-toast-close{all:unset;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#94a3b8;font-size:22px;cursor:pointer}.gp-toast-close:hover{background:#f1f5f9;color:#0f172a}.gp-toast-enter{transition:opacity .22s ease,transform .22s ease}.gp-toast-enter-start{opacity:0;transform:translate(22px)}.gp-toast-enter-end{opacity:1;transform:translate(0)}.gp-toast-leave{transition:opacity .2s ease,transform .2s ease}.gp-toast-leave-start{opacity:1;transform:translate(0)}.gp-toast-leave-end{opacity:0;transform:translate(22px)}@media(max-width:700px){.gp-toast-container{top:82px;right:16px;left:16px;width:auto}}.gp-inquiry-feedback{margin:0 0 14px;padding:12px 14px;border:1px solid;border-radius:10px;font-size:14px;line-height:1.45}.gp-inquiry-feedback.is-success{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.gp-inquiry-feedback.is-error{background:#fff1f2;border-color:#fecdd3;color:#be123c}.gp-inquiry-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.gp-account{min-height:calc(100vh - 72px);padding:42px 0 88px;background:#f8fafc}.gp-account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:start}.gp-account-sidebar{position:sticky;top:96px;overflow:hidden;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 12px 34px #0f172a0d}.gp-account-user{display:flex;align-items:center;gap:13px;padding:22px;border-bottom:1px solid #eef2f7}.gp-account-avatar{width:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:18px;font-weight:900}.gp-account-user strong,.gp-account-user small{display:block}.gp-account-user strong{color:#0f172a;font-size:14px;font-weight:900}.gp-account-user small{margin-top:3px;color:#94a3b8;font-size:11px;overflow-wrap:anywhere}.gp-account-navigation{padding:12px}.gp-account-navigation a,.gp-account-navigation button{width:100%;min-height:43px;display:flex;align-items:center;padding:0 13px;border:0;border-radius:11px;background:transparent;color:#64748b;font-size:13px;font-weight:750;text-align:left;cursor:pointer}.gp-account-nav-count{margin-left:auto;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px}.gp-notification-list{display:grid;gap:12px}.gp-notification-list article{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.gp-notification-list article.is-unread{border-color:#93c5fd;background:#f8fbff;box-shadow:inset 4px 0 #2563eb}.gp-notification-list article span{color:#2563eb;font-size:9px;font-weight:900;text-transform:uppercase}.gp-notification-list article h2{margin:5px 0 0;color:#0f172a;font-size:17px}.gp-notification-list article p{margin:6px 0 0;color:#64748b;font-size:12px}.gp-notification-list article small{display:block;margin-top:8px;color:#94a3b8;font-size:10px}.gp-notification-list article button{min-height:40px;border:0;border-radius:11px;padding:0 14px;background:#1d4ed8;color:#fff;font-weight:900;cursor:pointer}.gp-account-navigation a:hover,.gp-account-navigation button:hover,.gp-account-navigation a.is-active{background:#eff6ff;color:#1d4ed8}.gp-account-navigation-title{margin:18px 13px 7px;color:#94a3b8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.gp-account-content{min-width:0}.gp-account-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.gp-account-heading>div>span,.gp-account-section-head span,.gp-account-progress-head>div>span,.gp-account-onboarding-content>span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-account-heading h1{margin:8px 0 0;color:#0f172a;font-size:38px;line-height:1.08;font-weight:900;letter-spacing:-.04em}.gp-account-heading p{margin:10px 0 0;color:#64748b;font-size:14px}.gp-account-plan-badge{padding:9px 13px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#1d4ed8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-account-onboarding,.gp-account-progress-card{margin-bottom:24px;border-radius:26px;box-shadow:0 24px 64px #0f172a1f}.gp-account-onboarding{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(96,165,250,.4),transparent 28%),linear-gradient(135deg,#0f172a,#1e3a8a)}.gp-account-onboarding h2{margin:10px 0 0;font-size:34px;line-height:1.1;letter-spacing:-.04em}.gp-account-onboarding p{max-width:620px;margin:14px 0 0;color:#ffffffb8;line-height:1.7}.gp-account-onboarding a{min-height:48px;margin-top:22px;display:inline-flex;align-items:center;padding:0 19px;border-radius:13px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:900}.gp-account-onboarding-score{width:150px;height:150px;flex:0 0 150px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14}.gp-account-onboarding-score strong{font-size:36px}.gp-account-onboarding-score span{margin-top:5px;color:#ffffffa6;font-size:11px}.gp-account-progress-card{padding:30px;border:1px solid #e2e8f0;background:#fff}.gp-account-progress-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.gp-account-progress-head h2{margin:7px 0 0;color:#0f172a;font-size:27px}.gp-account-progress-head>strong{color:#1d4ed8;font-size:34px}.gp-account-progress-track{height:11px;margin-top:24px;overflow:hidden;border-radius:999px;background:#e2e8f0}.gp-account-progress-track span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#60a5fa)}.gp-account-progress-footer{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:15px;color:#64748b;font-size:12px;font-weight:750}.gp-account-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gp-account-stat-grid article{min-width:0;padding:22px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 10px 28px #0f172a0a}.gp-account-stat-grid span,.gp-account-stat-grid strong,.gp-account-stat-grid a{display:block}.gp-account-stat-grid span{color:#64748b;font-size:12px;font-weight:800}.gp-account-stat-grid strong{margin-top:10px;color:#0f172a;font-size:31px;font-weight:900}.gp-account-stat-grid a{margin-top:14px;color:#1d4ed8;font-size:11px;font-weight:850}.gp-account-checklist{margin-top:24px;padding:28px;border:1px solid #e2e8f0;border-radius:24px;background:#fff}.gp-account-workflow-card{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:26px 28px;border:1px solid #bfdbfe;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#fff)}.gp-account-workflow-card span{color:#2563eb;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-account-workflow-card h2{margin:7px 0 0;color:#0f172a;font-size:23px}.gp-account-workflow-card p{max-width:720px;margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.6}.gp-account-workflow-card>a{min-height:46px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:13px;background:#1d4ed8;color:#fff;font-size:12px;font-weight:900;box-shadow:0 14px 28px #2563eb33}.gp-account-workflow-note,.gp-product-moderation-note{margin-top:14px;padding:12px 14px;border:1px solid #fecaca;border-radius:12px;background:#fff7f7;color:#991b1b}.gp-account-workflow-note strong,.gp-product-moderation-note strong{display:block;font-size:11px}.gp-account-workflow-note p,.gp-product-moderation-note p{margin:5px 0 0;color:#b91c1c;font-size:12px}.gp-company-editor-actions a.is-primary{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.gp-account-payment-guidance{margin-bottom:22px}.gp-account-section-head h2{margin:7px 0 0;color:#0f172a;font-size:25px}.gp-account-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.gp-account-checklist-grid article{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px;padding:0 15px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.gp-account-checklist-grid article>div{display:flex;align-items:center;gap:10px}.gp-account-checklist-grid article>div>span{color:#94a3b8;font-weight:900}.gp-account-checklist-grid article strong{color:#475569;font-size:13px}.gp-account-checklist-grid article small{color:#64748b;font-size:10px;font-weight:850}.gp-account-checklist-grid article.is-complete{border-color:#bbf7d0;background:#f0fdf4}.gp-account-checklist-grid article.is-complete>div>span{color:#16a34a}@media(max-width:1100px){.gp-account-layout{grid-template-columns:1fr}.gp-account-sidebar{position:static}.gp-account-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.gp-account{padding-top:24px}.gp-account-heading,.gp-account-onboarding{align-items:flex-start;flex-direction:column}.gp-account-heading h1{font-size:32px}.gp-account-onboarding{padding:28px}.gp-account-onboarding-score{width:110px;height:110px;flex-basis:110px}.gp-account-stat-grid,.gp-account-checklist-grid{grid-template-columns:1fr}.gp-account-workflow-card{align-items:flex-start;flex-direction:column}}.gp-company-editor-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.gp-company-setup-nav{position:sticky;top:96px;overflow:hidden;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 12px 34px #0f172a0d}.gp-company-setup-nav a{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:16px;border-bottom:1px solid #eef2f7;color:#64748b}.gp-company-setup-nav a:last-child{border-bottom:0}.gp-company-setup-nav a>span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:900}.gp-company-setup-nav strong,.gp-company-setup-nav small{display:block}.gp-company-setup-nav strong{color:#334155;font-size:13px;line-height:1.35}.gp-company-setup-nav small{margin-top:4px;color:#94a3b8;font-size:10px;line-height:1.4}.gp-company-setup-nav a.is-active{background:#eff6ff}.gp-company-setup-nav a.is-active>span{background:#1d4ed8;color:#fff}.gp-company-setup-nav a.is-active strong{color:#1d4ed8}.gp-company-setup-nav a.is-disabled{pointer-events:none;opacity:.55}.gp-company-editor-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 16px 44px #0f172a0f}.gp-company-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px;border-bottom:1px solid #eef2f7}.gp-company-editor-head>div:first-child>span{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-company-editor-head h2{margin:7px 0 0;color:#0f172a;font-size:27px;font-weight:900;letter-spacing:-.03em}.gp-company-editor-head p{margin:8px 0 0;color:#64748b;font-size:13px}.gp-company-editor-credit{flex:0 0 auto;padding:12px 15px;border-radius:14px;background:#eff6ff;text-align:right}.gp-company-editor-credit strong,.gp-company-editor-credit span{display:block}.gp-company-editor-credit strong{color:#1d4ed8;font-size:20px;font-weight:900}.gp-company-editor-credit span{margin-top:3px;color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.gp-company-editor-form{padding:30px}.gp-form-grid{display:grid;gap:20px}.gp-form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-form-field{min-width:0;display:flex;flex-direction:column;gap:8px}.gp-form-field-full{grid-column:1 / -1}.gp-form-field>span{display:flex;align-items:center;gap:7px;color:#334155;font-size:12px;font-weight:850}.gp-form-field>span small{padding:3px 6px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.gp-form-field input,.gp-form-field select,.gp-form-field textarea{width:100%;min-height:52px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;padding:0 15px;color:#0f172a;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.gp-form-field select:not([multiple]),.gp-category-path-levels select{appearance:none;-webkit-appearance:none;padding-right:46px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23475569' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:18px;cursor:pointer}.gp-form-field select:not([multiple]):hover,.gp-category-path-levels select:hover{border-color:#b8c7dc;background-color:#fdfefe}.gp-form-field select option,.gp-category-path-levels select option{background:#fff;color:#0f172a;font-weight:600}.gp-form-field textarea{min-height:160px;padding-top:14px;resize:vertical}.gp-form-field input:focus,.gp-form-field select:focus,.gp-form-field textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1a}.gp-form-field-footer{display:flex;justify-content:space-between;gap:16px}.gp-form-field-footer small,.gp-form-field>small{color:#94a3b8;font-size:10px}.gp-form-error{color:#dc2626!important}.gp-company-editor-divider{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:34px 0 22px;padding-top:26px;border-top:1px solid #eef2f7}.gp-company-editor-divider span{color:#2563eb;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-company-editor-divider h3{margin:6px 0 0;color:#0f172a;font-size:19px}.gp-company-editor-divider>small{color:#16a34a;font-size:11px;font-weight:900}.gp-company-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:24px;border-top:1px solid #eef2f7}.gp-company-editor-actions a,.gp-company-editor-actions button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;padding:0 19px;font-size:13px;font-weight:900}.gp-company-editor-actions a{border:1px solid #dbe3ef;color:#475569}.gp-company-editor-actions button{border:0;background:#1d4ed8;color:#fff;box-shadow:0 14px 28px #2563eb38;cursor:pointer}.gp-account-alert{margin-bottom:16px;padding:14px 17px;border-radius:14px;font-size:13px;font-weight:750}.gp-account-alert-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d}@media(max-width:1050px){.gp-company-editor-layout{grid-template-columns:1fr}.gp-company-setup-nav{position:static}}@media(max-width:700px){.gp-company-editor-head{flex-direction:column}.gp-company-editor-form{padding:22px}.gp-form-grid-two{grid-template-columns:1fr}.gp-form-field-full{grid-column:auto}.gp-company-editor-actions{align-items:stretch;flex-direction:column-reverse}}.gp-account-alert-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.gp-account-alert-error strong{display:block}.gp-account-primary-link{min-height:46px;display:inline-flex;align-items:center;padding:0 18px;border-radius:13px;background:#1d4ed8;color:#fff;font-size:13px;font-weight:900;box-shadow:0 14px 28px #2563eb38}.gp-account-product-list{display:grid;gap:14px}.gp-account-product-list>article{display:grid;grid-template-columns:104px minmax(0,1fr) auto;gap:20px;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.gp-account-product-image{width:104px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:#f1f5f9;color:#94a3b8;font-size:28px}.gp-account-product-image img{width:100%;height:100%;object-fit:cover}.gp-account-product-copy>div{display:flex;align-items:center;gap:10px}.gp-account-product-copy small{color:#94a3b8;font-size:10px}.gp-account-product-copy h2{margin:10px 0 0;color:#0f172a;font-size:19px}.gp-account-product-copy p{margin:5px 0 0;color:#64748b;font-size:12px}.gp-product-status{padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:9px;font-weight:900;text-transform:uppercase}.gp-product-status-active{background:#dcfce7;color:#15803d}.gp-product-status-pending{background:#fef3c7;color:#b45309}.gp-product-status-rejected{background:#fee2e2;color:#b91c1c}.gp-account-product-actions{display:flex;align-items:center;gap:8px}.gp-account-product-actions button,.gp-account-product-actions a{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;color:#475569;font-size:11px;font-weight:850;cursor:pointer}.gp-account-product-actions button.is-primary{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.gp-account-product-actions>small{max-width:150px;color:#b45309;font-size:11px;text-align:right}.gp-account-empty-state{padding:54px 28px;border:1px dashed #cbd5e1;border-radius:22px;background:#fff;text-align:center}.gp-account-empty-state>span{color:#93c5fd;font-size:38px}.gp-account-empty-state h2{margin:12px 0 0;color:#0f172a}.gp-account-empty-state p{max-width:500px;margin:8px auto 20px;color:#64748b;font-size:13px}.gp-account-empty-state a{display:inline-flex;padding:12px 16px;border-radius:11px;background:#1d4ed8;color:#fff;font-size:12px;font-weight:900}.gp-inquiry-list{display:grid;gap:14px}.gp-inquiry-list>article{position:relative;padding:22px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 12px 30px #0f172a0a}.gp-inquiry-list>article.is-new{border-color:#bfdbfe;background:linear-gradient(135deg,#eff6ff 0,#fff 44%)}.gp-inquiry-list>article.is-new:before{position:absolute;top:22px;left:-4px;width:7px;height:38px;border-radius:0 8px 8px 0;background:#2563eb;content:""}.gp-inquiry-head{display:flex;justify-content:space-between;gap:22px}.gp-inquiry-head span{color:#2563eb;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-inquiry-head h2{margin:6px 0 3px;color:#0f172a;font-size:18px}.gp-inquiry-head a,.gp-inquiry-head small{color:#64748b;font-size:12px}.gp-inquiry-list article>p{margin:18px 0 0;padding:16px;border-radius:13px;background:#f8fafc;color:#475569;font-size:13px;line-height:1.65;white-space:pre-line}.gp-inquiry-list article form{display:flex;justify-content:flex-end;margin-top:14px}.gp-inquiry-list article button{min-height:38px;padding:0 13px;border:0;border-radius:10px;background:#1d4ed8;color:#fff;font-size:11px;font-weight:900;cursor:pointer}@media(max-width:760px){.gp-account-product-list>article{grid-template-columns:80px minmax(0,1fr)}.gp-account-product-image{width:80px}.gp-account-product-actions{grid-column:1 / -1}.gp-inquiry-head{display:grid;gap:8px}}.gp-account-payment-table{overflow:hidden;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.gp-account-payment-row{display:grid;grid-template-columns:110px 1.3fr 1.2fr 100px 100px;gap:14px;align-items:center;padding:17px 20px;border-bottom:1px solid #eef2f7;color:#64748b;font-size:12px}.gp-account-payment-row:last-child{border-bottom:0}.gp-account-payment-row.is-head{background:#f8fafc;color:#94a3b8;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.gp-account-payment-row strong{color:#0f172a}.gp-account-payment-empty{padding:44px 20px;color:#64748b;font-size:13px;text-align:center}.gp-account-payment-checkout{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:22px;padding:26px;border-radius:22px;background:#172554;color:#fff}.gp-account-payment-checkout span{color:#93c5fd;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-account-payment-checkout h2{margin:7px 0 0;font-size:24px}.gp-account-payment-checkout p{margin:7px 0 0;color:#bfdbfe;font-size:12px}.gp-account-payment-checkout>div:last-child{text-align:right}.gp-account-payment-checkout strong{display:block;margin-bottom:10px;font-size:28px}.gp-account-payment-checkout button{min-height:44px;border:0;border-radius:12px;padding:0 17px;background:#fbbf24;color:#172554;font-weight:900;cursor:pointer}.gp-account-payment-checkout small{display:block;max-width:260px;color:#fde68a;font-size:11px}.gp-company-review-status{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:16px 18px;border-radius:14px;background:#f8fafc;color:#64748b;font-size:12px}.gp-company-review-status strong{color:#1d4ed8}.gp-product-media-editor{margin-top:28px;padding-top:24px;border-top:1px solid #eef2f7}.gp-product-media-editor>strong{color:#334155;font-size:12px}.gp-product-media-editor>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;margin-top:12px}.gp-product-media-editor label{overflow:hidden;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.gp-product-media-editor img{width:100%;aspect-ratio:1;display:block;object-fit:cover}.gp-product-media-editor label span{display:flex;align-items:center;gap:6px;padding:9px;color:#64748b;font-size:10px}.gp-claim-card{max-width:620px}.gp-claim-form{display:grid;gap:16px;margin-top:24px}.gp-claim-form>label:not(.gp-claim-check){display:grid;gap:7px;color:#334155;font-size:12px;font-weight:800}.gp-claim-form input:not([type=checkbox]){min-height:50px;border:1px solid #dbe3ef;border-radius:13px;padding:0 14px;font:inherit}.gp-claim-check{display:flex;align-items:center;gap:9px;color:#64748b;font-size:12px}.gp-claim-form button{min-height:50px;border:0;border-radius:13px;background:#1d4ed8;color:#fff;font-weight:900;cursor:pointer}@media(max-width:760px){.gp-account-payment-row{grid-template-columns:1fr 1fr}.gp-account-payment-row.is-head{display:none}}.gp-account-alert-error ul{margin:8px 0 0;padding-left:18px}.gp-character-warning{color:#d97706!important;font-weight:900}.gp-media-upload-grid{display:grid;grid-template-columns:minmax(240px,.42fr) minmax(0,.58fr);gap:18px}.gp-company-gallery-editor{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.gp-company-gallery-editor article{position:relative;overflow:hidden;border:1px solid #e2e8f0;border-radius:16px;background:#fff;transition:opacity .18s ease,border-color .18s ease}.gp-company-gallery-editor article.is-marked-for-removal{border-color:#fecaca;opacity:.64}.gp-company-gallery-editor img{width:100%;aspect-ratio:3 / 2;display:block;object-fit:cover}.gp-company-gallery-editor label{position:absolute;top:10px;right:10px;z-index:2;cursor:pointer}.gp-company-gallery-editor label span{display:flex;align-items:center;min-height:32px;padding:0 11px;border-radius:10px;background:#0f172ad1;color:#fff;font-size:10px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gp-gallery-removal-state{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffad;color:#991b1b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.gp-gallery-uploader{display:grid;gap:16px;padding:20px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.gp-gallery-uploader-head,.gp-gallery-new-images-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.gp-gallery-uploader-head strong,.gp-gallery-uploader-head small{display:block}.gp-gallery-uploader-head strong{color:#0f172a;font-size:14px;font-weight:900}.gp-gallery-uploader-head small{margin-top:4px;color:#64748b;font-size:11px}.gp-gallery-uploader-head>span{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:800}.gp-gallery-dropzone{min-height:180px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;border:2px dashed #bfdbfe;border-radius:18px;padding:24px;background:#fff;cursor:pointer;outline:none;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.gp-gallery-dropzone:hover,.gp-gallery-dropzone:focus,.gp-gallery-dropzone.is-dragging{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 4px #2563eb14}.gp-gallery-dropzone.is-disabled{border-color:#e2e8f0;background:#f8fafc;cursor:default}.gp-gallery-dropzone-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#dbeafe;color:#2563eb}.gp-gallery-dropzone-icon svg{width:26px;height:26px}.gp-gallery-dropzone strong,.gp-gallery-dropzone span{display:block}.gp-gallery-dropzone strong{color:#0f172a;font-size:14px;font-weight:900}.gp-gallery-dropzone span{margin-top:6px;color:#64748b;font-size:11px}.gp-gallery-dropzone button{min-height:42px;border:0;border-radius:12px;padding:0 16px;background:#2563eb;color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.gp-gallery-new-images{display:grid;gap:12px;padding-top:4px}.gp-gallery-new-images-head strong{color:#0f172a;font-size:12px;font-weight:900}.gp-gallery-new-images-head span{color:#64748b;font-size:10px}.gp-gallery-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.gp-gallery-preview-grid article{overflow:hidden;border:1px solid #bfdbfe;border-radius:16px;background:#fff}.gp-gallery-preview-grid img{width:100%;aspect-ratio:3 / 2;display:block;object-fit:cover}.gp-gallery-preview-grid article>div{display:flex;align-items:center;gap:8px;padding:10px}.gp-gallery-preview-grid article>div>span{min-width:0;flex:1}.gp-gallery-preview-grid strong,.gp-gallery-preview-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gp-gallery-preview-grid strong{color:#334155;font-size:10px}.gp-gallery-preview-grid small{margin-top:2px;color:#94a3b8;font-size:9px}.gp-gallery-preview-grid button{width:30px;height:30px;flex:0 0 auto;border:0;border-radius:9px;background:#fee2e2;color:#b91c1c;font-size:18px;cursor:pointer}.gp-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;clip-path:inset(50%)!important}.gp-media-upload-card{min-width:0;padding:18px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.gp-media-upload-card-wide{min-width:0}.gp-media-upload-grid .gp-media-upload-card:last-child{grid-column:1 / -1}.gp-media-upload-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.gp-media-upload-head strong,.gp-media-upload-head small{display:block}.gp-media-upload-head strong{color:#0f172a;font-size:13px;font-weight:900}.gp-media-upload-head small{margin-top:4px;color:#94a3b8;font-size:10px;line-height:1.4}.gp-media-upload-head>span{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#ecfdf5;color:#059669;font-size:10px;font-weight:900}.gp-media-preview{overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px dashed #cbd5e1;border-radius:14px;background:#fff}.gp-media-preview-logo{aspect-ratio:2 / 1;background-color:#fff;background-image:linear-gradient(45deg,#eef2f7 25%,transparent 25%),linear-gradient(-45deg,#eef2f7 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eef2f7 75%),linear-gradient(-45deg,transparent 75%,#eef2f7 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.gp-media-preview-cover{aspect-ratio:8 / 3}.gp-media-upload-card-wide{grid-column:1 / -1}.gp-company-setup-score{padding:16px;border-bottom:1px solid #e2e8f0;background:#eff6ff}.gp-step-credit-summary{padding:22px 30px;border-bottom:1px solid #bfdbfe;background:#eff6ff}.gp-step-credit-summary.is-review{border-bottom-color:#cbd5e1;background:#f8fafc}.gp-step-credit-summary-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.gp-step-credit-summary-head>div:first-child>span,.gp-step-credit-summary-head>div:first-child>strong,.gp-step-credit-total span,.gp-step-credit-total strong{display:block}.gp-step-credit-summary-head>div:first-child>span{color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-step-credit-summary-head>div:first-child>strong{margin-top:5px;color:#1d4ed8;font-size:18px;font-weight:900}.gp-step-credit-total{text-align:right}.gp-step-credit-total strong{color:#0f172a;font-size:22px;font-weight:900}.gp-step-credit-total span{margin-top:2px;color:#64748b;font-size:9px;font-weight:850;text-transform:uppercase}.gp-step-credit-progress{overflow:hidden;height:7px;margin-top:16px;border-radius:999px;background:#94a3b840}.gp-step-credit-progress span{height:100%;display:block;border-radius:inherit;background:#2563eb}.gp-step-credit-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin-top:14px}.gp-step-credit-items>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#ffffffb8}.gp-step-credit-items>div.is-earned{border-color:#a7f3d0;background:#ecfdf5}.gp-step-credit-items span{min-width:0;color:#475569;font-size:11px;font-weight:800}.gp-step-credit-items i{color:#2563eb;font-style:normal}.gp-step-credit-items .is-earned i,.gp-step-credit-items .is-earned strong{color:#059669}.gp-step-credit-items strong{color:#1d4ed8;font-size:12px}.gp-step-credit-items small{grid-column:1 / -1;color:#94a3b8;font-size:9px;font-weight:850;text-transform:uppercase}.gp-step-credit-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:12px}.gp-step-credit-meta span{color:#475569;font-size:11px;font-weight:750}.gp-step-credit-meta strong{color:#0f172a}.gp-category-selector{overflow:hidden;border:1px solid #dbe3ef;border-radius:18px;background:#fff}.gp-category-selector-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.gp-category-selector-head strong,.gp-category-selector-head small{display:block}.gp-category-selector-head strong{color:#0f172a;font-size:13px;font-weight:900}.gp-category-selector-head small{margin-top:4px;color:#64748b;font-size:10px}.gp-category-selector-head button{flex:0 0 auto;min-height:44px;border:1px solid #bfdbfe;border-radius:12px;padding:0 15px;background:#fff;color:#1d4ed8;font-weight:850;cursor:pointer}.gp-category-path-list{display:grid;gap:12px;padding:16px}.gp-category-path-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.gp-category-path-number{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:900}.gp-category-path-levels{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.gp-category-path-levels label>span{display:block;margin-bottom:6px;color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.gp-category-path-levels select{width:100%;min-height:52px;border:1px solid #dbe3ef;border-radius:14px;padding:0 46px 0 15px;color:#0f172a;font:inherit;font-size:14px;font-weight:600;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.gp-category-path-levels select:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb1a}.gp-category-competency-details{grid-column:2 / 3;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr);gap:12px;padding-top:4px}.gp-category-competency-details label>span{display:block;margin-bottom:6px;color:#475569;font-size:11px;font-weight:850}.gp-category-competency-details textarea,.gp-category-competency-details input[type=file]{width:100%;border:1px solid #dbe3ef;border-radius:14px;background:#fff;padding:12px}.gp-category-competency-details textarea{min-height:110px;resize:vertical}.gp-category-competency-current{display:flex;align-items:center;gap:10px;grid-column:1 / -1}.gp-category-competency-current img{width:110px;height:72px;object-fit:cover;border-radius:10px}.gp-category-path-remove{min-height:36px;border:0;background:transparent;color:#dc2626;font-size:11px;font-weight:850;cursor:pointer}@media(max-width:620px){.gp-step-credit-summary{padding:20px}.gp-step-credit-summary-head{align-items:flex-start}.gp-category-selector-head{align-items:stretch;flex-direction:column}.gp-category-path-row{grid-template-columns:1fr}.gp-category-path-number{display:none}.gp-category-path-levels{grid-template-columns:1fr}.gp-category-competency-details{grid-column:1;grid-template-columns:1fr}.gp-category-path-remove{justify-self:start}}.gp-company-setup-score>div:first-child,.gp-company-setup-score p{display:flex;align-items:center;justify-content:space-between;gap:10px}.gp-account-location-list{display:grid;gap:10px}.gp-account-location-list article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px;border:1px solid #e2e8f0;border-radius:14px}.gp-account-location-list strong,.gp-account-location-list span{display:block}.gp-account-location-list span,.gp-account-location-list small{margin-top:4px;color:#64748b;font-size:11px}.gp-account-location-list button{border:0;background:transparent;color:#dc2626;font-weight:800;cursor:pointer}.gp-company-setup-score span,.gp-company-setup-score small{color:#64748b;font-size:10px;font-weight:750}.gp-company-setup-score strong{color:#1d4ed8}.gp-company-setup-score-track{height:7px;margin:10px 0;overflow:hidden;border-radius:999px;background:#dbeafe}.gp-company-setup-score-track span{display:block;height:100%;border-radius:inherit;background:#2563eb}.gp-company-setup-score p{margin:0 0 5px}.gp-media-preview-about{aspect-ratio:3 / 2}.gp-media-preview img{width:100%;height:100%;object-fit:cover}.gp-media-preview-logo img{object-fit:contain;padding:24px;filter:drop-shadow(0 1px 1px rgba(15,23,42,.18))}.gp-repeatable-links{display:grid;gap:10px}.gp-repeatable-links-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#334155;font-size:12px;font-weight:800}.gp-repeatable-links-head button,.gp-repeatable-link-row button{border:0;border-radius:9px;background:#eaf2ff;color:#1d4ed8;padding:8px 11px;font-weight:800}.gp-repeatable-link-row{display:grid;grid-template-columns:1fr auto;gap:8px}.gp-repeatable-link-row input{width:100%;border:1px solid #d5dfed;border-radius:11px;padding:11px 12px}.gp-product-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gp-product-dropzone{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:24px;border:2px dashed #bfd0e5;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f5f9ff);text-align:center;cursor:pointer;transition:.2s ease}.gp-product-dropzone:hover{border-color:#2563eb;background:#eff6ff;transform:translateY(-1px)}.gp-product-dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.gp-product-dropzone-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:900}.gp-product-dropzone strong{color:#0f172a;font-size:15px}.gp-product-dropzone small{color:#64748b;font-size:11px}.gp-product-dropzone b{margin-top:6px;padding:8px 12px;border-radius:9px;background:#2563eb;color:#fff;font-size:11px}.gp-product-dropzone-wide{grid-column:1 / -1;min-height:155px}@media(max-width:720px){.gp-product-upload-grid{grid-template-columns:1fr}.gp-product-dropzone-wide{grid-column:auto}}.gp-media-placeholder{width:100%;height:100%;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(45deg,#f8fafc 25%,transparent 25%),linear-gradient(-45deg,#f8fafc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f8fafc 75%),linear-gradient(-45deg,transparent 75%,#f8fafc 75%);background-size:18px 18px;background-position:0 0,0 9px,9px -9px,-9px 0;color:#94a3b8}.gp-media-placeholder strong{font-size:13px}.gp-media-placeholder span{margin-top:4px;font-size:10px}.gp-media-upload-button{position:relative;min-height:42px;margin-top:12px;display:flex;align-items:center;justify-content:center;border:1px solid #dbe3ef;border-radius:11px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:900;cursor:pointer}.gp-media-upload-button:hover{border-color:#bfdbfe;background:#eff6ff}.gp-media-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.gp-media-remove{display:flex;align-items:center;gap:7px;margin-top:10px;color:#64748b;font-size:10px;cursor:pointer}.gp-media-remove input{accent-color:#dc2626}.gp-crop-modal{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px}.gp-crop-modal-backdrop{position:absolute;inset:0;background:#0f172ac2;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.gp-crop-modal-dialog{position:relative;z-index:1;width:min(100%,980px);overflow:hidden;border:1px solid rgba(255,255,255,.45);border-radius:26px;background:#fff;box-shadow:0 42px 120px #0f172a6b}.gp-crop-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:21px 24px;border-bottom:1px solid #e2e8f0}.gp-crop-modal-head span{color:#2563eb;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gp-crop-modal-head h2{margin:6px 0 0;color:#0f172a;font-size:23px;font-weight:900;letter-spacing:-.025em}.gp-crop-modal-head p{margin:6px 0 0;color:#64748b;font-size:12px}.gp-crop-modal-close{all:unset;width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#64748b;font-size:27px;cursor:pointer}.gp-crop-modal-close:hover{background:#f1f5f9;color:#0f172a}.gp-crop-workspace{height:min(62vh,620px);overflow:hidden;background:#0f172a}.gp-crop-workspace img{display:block;max-width:100%}.gp-crop-controls{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:17px 20px;border-top:1px solid #e2e8f0}.gp-crop-control-group,.gp-crop-action-group{display:flex;flex-wrap:wrap;gap:8px}.gp-crop-controls button{min-height:42px;border:1px solid #dbe3ef;border-radius:11px;background:#fff;padding:0 14px;color:#475569;font-size:12px;font-weight:850;cursor:pointer}.gp-crop-controls button:hover{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.gp-crop-controls .gp-crop-save{border-color:#1d4ed8;background:#1d4ed8;color:#fff;box-shadow:0 12px 26px #2563eb38}.gp-crop-controls .gp-crop-save:hover{background:#1e40af;color:#fff}.gp-crop-controls .gp-crop-cancel{color:#64748b}.gp-company-editor-actions button:disabled{opacity:.6;cursor:wait}@media(max-width:700px){.gp-media-upload-grid{grid-template-columns:1fr}.gp-gallery-uploader{padding:16px}.gp-gallery-uploader-head,.gp-gallery-new-images-head{align-items:flex-start;flex-direction:column;gap:9px}.gp-gallery-dropzone{grid-template-columns:1fr;justify-items:center;padding:24px 18px;text-align:center}.gp-company-gallery-editor,.gp-gallery-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gp-media-upload-grid .gp-media-upload-card:last-child{grid-column:auto}.gp-crop-modal{padding:10px}.gp-crop-modal-dialog{border-radius:18px}.gp-crop-workspace{height:54vh}.gp-crop-controls{align-items:stretch;flex-direction:column}.gp-crop-control-group,.gp-crop-action-group{width:100%}.gp-crop-action-group button{flex:1}}.gp-account-contact-analytics{margin-top:24px;padding:26px;border:1px solid #dbe7f6;border-radius:22px;background:linear-gradient(145deg,#fff,#f4f8ff);box-shadow:0 12px 34px #0f172a0d}.gp-account-contact-analytics .gp-account-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.gp-account-contact-analytics .gp-account-section-head>strong{color:#1d4ed8;font-size:14px}.gp-account-contact-analytics>p{margin:8px 0 20px;color:#64748b;font-size:13px}.gp-account-contact-analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gp-account-contact-analytics-grid article{padding:18px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.gp-account-contact-analytics-grid span{display:block;color:#64748b;font-size:12px;font-weight:800}.gp-account-contact-analytics-grid strong{display:block;margin-top:8px;color:#0f172a;font-size:27px;font-weight:950}@media(max-width:700px){.gp-account-contact-analytics-grid{grid-template-columns:1fr}.gp-account-contact-analytics .gp-account-section-head{align-items:flex-start;flex-direction:column}}
