: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: 1180px}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:visible;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-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-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)}}@media(max-width:700px){.gp-section-head{align-items:flex-start;flex-direction:column}.gp-category-grid{grid-template-columns:1fr}}.gp-home-section-soft{background:#f8fbff}.gp-slider{position:relative}.gp-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,330px);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 22px;scrollbar-width:none}.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-slider-prev{left:-18px}.gp-slider-next{right:-18px}.gp-company-card{display:flex;flex-direction:column;height:100%;min-height:390px;overflow:hidden;border-radius:24px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 12px 30px #0f172a0f;transition:all .25s ease}.gp-company-card:hover{transform:translateY(-6px);border-color:#bfdbfe;box-shadow:0 28px 60px #0f172a21}.gp-company-card-top{position:relative;height:112px;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.15),transparent 36%),linear-gradient(135deg,#eff6ff,#fff)}.gp-company-logo{position:absolute;left:22px;bottom:-30px;width:76px;height:76px;border-radius:22px;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:18px;right:18px;border-radius:999px;background:#ffffffe6;border:1px solid #dbeafe;padding:7px 11px;color:#1e3a8a;font-size:12px;font-weight:850}.gp-company-card-body{flex:1;display:flex;flex-direction:column;padding:44px 22px 20px}.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:3;-webkit-box-orient:vertical;overflow:hidden;color:#64748b;line-height:1.65;min-height:72px}.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:18px 22px;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:430px;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:170px;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:22px 22px 18px}.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:70px;display:-webkit-box;-webkit-line-clamp:3;-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:18px 22px;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}@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}.gp-category-search-box input{width:100%;height:68px;border-radius:18px;border:1px solid #e2e8f0;background:#fff;padding:0 22px;color:#0f172a;font-size:16px;outline:none;box-shadow:0 24px 58px #0f172a1a}.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:minmax(290px,330px);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:-22px}.gp-slider-next{right:-22px}@media(max-width:900px){.gp-slider-prev{left:8px}.gp-slider-next{right:8px}}.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:300px 1fr;gap:40px;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(auto-fill,minmax(320px,1fr));gap:24px}.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 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(3,minmax(0,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:132px;height:132px;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{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-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-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-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-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}@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-cover{height:220px}.gp-company-profile-card{grid-template-columns:1fr;margin-top:-54px}.gp-company-profile-logo{width:104px;height:104px}.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-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-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-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-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-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-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}.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-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-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:1 / 1}.gp-media-preview-cover{aspect-ratio:8 / 3}.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:14px}.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-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}}
