.landing{color:var(--ink);font-family:var(--font-body);font-weight:400}.landing,.landing-hero{background:var(--paper)}.landing-hero{position:relative;overflow:hidden;padding:48px 0 56px}.landing-hero-blob{position:absolute;right:-8%;top:50%;transform:translateY(-50%);width:min(520px,45vw);height:min(520px,45vw);border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--green-light) 0,rgb(163 207 45/.15) 50%,transparent 70%);pointer-events:none}.landing-hero-grid{position:relative;z-index:1;display:grid;grid-gap:40px;gap:40px;align-items:center;max-width:1140px;margin:0 auto;padding:0 24px}@media (min-width:960px){.landing-hero-grid{grid-template-columns:1fr 1fr;gap:32px}}.landing-hero h1{font-family:var(--font-display);font-size:clamp(1.75rem,3.8vw,2.625rem);font-weight:800;line-height:1.15;color:var(--ink);margin:0 0 28px;letter-spacing:-.02em}.landing-search{display:flex;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;max-width:560px}.landing-search input{flex:1 1;border:none;padding:0 16px 0 44px;font-size:1rem;font-family:inherit;font-weight:400;min-height:52px;background:transparent;color:var(--ink)}.landing-search input::placeholder{color:var(--ink-muted)}.landing-search input:focus{outline:none}.landing-search-wrap{position:relative;flex:1 1;display:flex}.landing-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--ink-muted);pointer-events:none}.landing-search-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;min-height:52px;border:none;background:var(--green);color:#ffffff;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background var(--transition);white-space:nowrap}.landing-search-btn:hover{background:var(--green-hover)}.landing-tools-label{margin:28px 0 12px;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted)}.landing-tools{display:flex;flex-wrap:wrap;gap:20px 28px}.landing-tool{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--ink-2);font-size:.8125rem;font-weight:500;max-width:88px;text-align:center;line-height:1.25}.landing-tool:hover{color:var(--green-dark)}[data-theme=dark] .landing-tool:hover{color:var(--green)}.landing-tool-icon{width:52px;height:52px;border-radius:50%;background:var(--paper-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--blue);transition:border-color var(--transition),background var(--transition)}.landing-tool:hover .landing-tool-icon{border-color:var(--green);background:var(--green-light);color:var(--green-dark)}.landing-hero-visual{display:none;position:relative;min-height:340px}@media (min-width:960px){.landing-hero-visual{display:block}}.landing-hero-card{position:absolute;inset:0;border-radius:var(--radius-xl);background:linear-gradient(145deg,var(--blue) 0,var(--green-dark) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:28px;overflow:hidden;box-shadow:var(--shadow-lg)}.landing-hero-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgb(255 255 255/.08);top:-60px;right:-40px}.landing-hero-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgb(255 255 255/.06);bottom:80px;left:-30px}.landing-hero-card-top{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:12px 0 24px}.landing-hero-card-icon{width:56px;height:56px;border-radius:16px;background:rgb(255 255 255/.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:#ffffff}.landing-hero-card-tagline{margin:0;font-size:1.0625rem;font-weight:500;line-height:1.45;color:rgb(255 255 255/.92);max-width:280px}.landing-hero-stat-row{display:flex;gap:16px;position:relative;z-index:1}.landing-hero-stat{flex:1 1;background:var(--surface);border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-sm)}.landing-hero-stat strong{display:block;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--blue);line-height:1}.landing-hero-stat:nth-child(2) strong{color:var(--green-dark)}.landing-hero-stat span{font-size:.8125rem;font-weight:400;color:var(--ink-muted);margin-top:4px;display:block}.landing-empty{text-align:center;color:var(--ink-muted);font-weight:400}.landing-wrap{max-width:1140px;margin:0 auto;padding:0 24px}.landing-section{padding:56px 0;background:var(--paper)}.landing-section--gray{background:var(--paper-2)}.landing-section-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--ink);margin:0 0 8px;text-align:center}.landing-section-sub{text-align:center;color:var(--ink-muted);font-size:.9375rem;font-weight:400;max-width:640px;margin:0 auto 32px}.landing-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:28px}.landing-tab{padding:10px 18px;border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;color:var(--ink-muted);background:transparent;border:1px solid transparent;cursor:pointer;text-decoration:none}.landing-tab--active{color:var(--green-dark);background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-xs)}[data-theme=dark] .landing-tab--active{color:var(--green)}.landing-ranking{display:grid;grid-gap:24px;gap:24px}@media (min-width:768px){.landing-ranking{grid-template-columns:1fr 1fr}}.landing-ranking-col h3{font-size:.875rem;font-weight:600;color:var(--ink-muted);margin:0 0 16px;text-transform:uppercase;letter-spacing:.04em}.landing-job-card{display:flex;align-items:center;gap:14px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);margin-bottom:12px;text-decoration:none;color:inherit;transition:box-shadow var(--transition),border-color var(--transition)}.landing-job-card:hover{box-shadow:var(--shadow-md);border-color:var(--green)}.landing-job-avatar{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--blue-light);color:var(--blue);font-weight:600;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-job-info{flex:1 1;min-width:0}.landing-job-info strong{display:block;font-size:.9375rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-job-info span{font-size:.8125rem;font-weight:400;color:var(--ink-muted)}.landing-job-badge{font-size:.6875rem;font-weight:600;padding:4px 10px;border-radius:var(--radius-pill);background:var(--green-light);color:var(--green-dark);white-space:nowrap}.landing-link-center{display:block;text-align:center;margin-top:24px;font-weight:500;color:var(--blue);font-size:.9375rem}.landing-link-center:hover{color:var(--green-dark)}.landing-strip{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;text-align:center}.landing-strip p{margin:0;font-size:.9375rem;font-weight:400;color:var(--ink-2)}.landing-strip a{color:var(--green-dark);font-weight:600}.landing-scroll{display:flex;gap:16px;overflow-x:auto;padding:8px 0 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.landing-scroll::-webkit-scrollbar{height:6px}.landing-scroll::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:3px}.landing-company-chip{flex:0 0 140px;scroll-snap-align:start;padding:20px 16px;border-radius:var(--radius-md);text-align:center;text-decoration:none;color:#ffffff;font-size:.8125rem;font-weight:600;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:var(--shadow-sm)}.landing-company-chip:nth-child(6n+1){background:linear-gradient(135deg,#174b8a,#2563eb)}.landing-company-chip:nth-child(6n+2){background:linear-gradient(135deg,#2d6a4f,#40916c)}.landing-company-chip:nth-child(6n+3){background:linear-gradient(135deg,#7cb518,#9bc53d)}.landing-company-chip:nth-child(6n+4){background:linear-gradient(135deg,#1e3a5f,#3d5a80)}.landing-company-chip:nth-child(6n+5){background:linear-gradient(135deg,#174b8a,#28a862)}.landing-company-chip:nth-child(6n+6){background:linear-gradient(135deg,#40916c,#7cb518)}.landing-company-initial{width:40px;height:40px;border-radius:50%;background:rgb(255 255 255/.25);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600}.landing-banner{background:var(--navy);color:#ffffff;padding:48px 24px;text-align:center}.landing-banner h2{font-family:var(--font-display);font-size:1.375rem;font-weight:600;margin:0 0 12px}.landing-banner p{margin:0 auto 24px;max-width:520px;opacity:.85;font-size:.9375rem;font-weight:400;line-height:1.5}.landing-banner-btn{display:inline-flex;padding:12px 28px;background:var(--green);color:#ffffff;font-weight:600;border-radius:var(--radius-pill);text-decoration:none}.landing-banner-btn:hover{background:var(--green-hover);color:#ffffff}.landing-pillars{display:grid;grid-gap:20px;gap:20px}@media (min-width:640px){.landing-pillars{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.landing-pillars{grid-template-columns:repeat(4,1fr)}}.landing-pillar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:24px 20px;text-align:center}.landing-pillar-icon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:var(--green-light);color:var(--green-dark);display:flex;align-items:center;justify-content:center}.landing-pillar:nth-child(2n) .landing-pillar-icon{background:var(--blue-light);color:var(--blue)}.landing-pillar h3{font-family:var(--font-display);font-size:1rem;font-weight:600;margin:0 0 8px;color:var(--ink)}.landing-pillar p{margin:0;font-size:.8125rem;font-weight:400;color:var(--ink-muted);line-height:1.5}.landing-news-grid{display:grid;grid-gap:24px;gap:24px}@media (min-width:640px){.landing-news-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.landing-news-grid{grid-template-columns:repeat(4,1fr)}}.landing-news-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--transition)}.landing-news-card:hover{box-shadow:var(--shadow-md)}.landing-news-thumb{aspect-ratio:16/10;background:linear-gradient(135deg,var(--blue-light),var(--green-light));display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.landing-news-body{padding:16px}.landing-news-cat{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--green-dark);margin-bottom:8px;display:block}.landing-news-body h3{font-family:var(--font-display);font-size:.9375rem;font-weight:600;line-height:1.35;margin:0 0 8px;color:var(--ink)}.landing-news-body time{font-size:.75rem;font-weight:400;color:var(--ink-muted)}.landing-b2b{background:var(--green-dark);padding:56px 0}.landing-b2b,.landing-b2b .landing-section-sub,.landing-b2b .landing-section-title{color:#ffffff}.landing-b2b .landing-section-sub{opacity:.85}.landing-b2b-grid{display:grid;grid-gap:20px;gap:20px}@media (min-width:640px){.landing-b2b-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.landing-b2b-grid{grid-template-columns:repeat(4,1fr)}}.landing-b2b-card{background:var(--surface);border-radius:var(--radius-md);padding:24px 20px;color:var(--ink);text-decoration:none;display:flex;flex-direction:column;gap:12px;min-height:180px;transition:transform var(--transition),box-shadow var(--transition)}.landing-b2b-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.landing-b2b-card h3{font-family:var(--font-display);font-size:1rem;font-weight:600;margin:0;color:var(--ink)}.landing-b2b-card p{margin:0;font-size:.8125rem;font-weight:400;color:var(--ink-muted);line-height:1.5;flex:1 1}.landing-b2b-card span{font-size:.8125rem;font-weight:500;color:var(--green-dark)}.landing-footer{background:var(--footer-bg);color:rgb(255 255 255/.75);padding:48px 0 24px;font-size:.875rem;font-weight:400}.landing-footer-grid{display:grid;grid-gap:32px;gap:32px;max-width:1140px;margin:0 auto;padding:0 24px}@media (min-width:768px){.landing-footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}}.landing-footer h4{color:#ffffff;font-family:var(--font-display);font-size:.8125rem;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.04em}.landing-footer ul{list-style:none;padding:0;margin:0}.landing-footer li{margin-bottom:10px}.landing-footer a{color:rgb(255 255 255/.65);text-decoration:none}.landing-footer a:hover{color:#ffffff}.landing-footer .brand-logo--sm .brand-logo-img{height:31px}.landing-footer-security{max-width:1140px;margin:28px auto 0;padding:0 24px;display:flex;justify-content:center}.landing-footer-bottom{max-width:1140px;margin:32px auto 0;padding:20px 24px 0;border-top:1px solid rgb(255 255 255/.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.8125rem;opacity:.6}