.v2-home,.v2-home *{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif !important}.v2-home{padding-bottom:var(--v2-space-2xl)}.v2-home > .v2-container{}.v2-home__hero{background:var(--v2-hero-gradient);color:var(--v2-hero-text);padding:16px 12px 12px;text-align:center;position:relative;overflow:hidden;min-height:280px;box-sizing:border-box}@media (min-width:600px){.v2-home__hero{padding:20px 16px 16px;min-height:300px}}.v2-home__hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--v2-hero-gradient-overlay);pointer-events:none}.v2-home__hero > *{position:relative;z-index:1}.v2-home__title{font-size:20px;font-weight:700;margin:0 0 6px;line-height:1.25;min-height:50px;display:flex;align-items:center;justify-content:center}@media (min-width:600px){.v2-home__title{font-size:24px;min-height:60px}}.v2-home__subtitle{font-size:13px;opacity:0.9;margin:0 auto 6px;max-width:700px;text-align:center;min-height:36px;line-height:1.4}.v2-home__user-types{font-size:11px;opacity:0.8;margin:0 0 8px;min-height:16px;line-height:1.4}.v2-home__ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:12px;min-height:36px}.v2-home__cta{display:inline-flex;align-items:center;gap:4px;padding:6px 16px;border-radius:var(--v2-radius-full);font-size:13px;font-weight:var(--v2-font-semibold);text-decoration:none;transition:all 0.2s ease;white-space:nowrap;min-height:34px}.v2-home__cta--primary{background:#fff;color:#1a73e8}.v2-home__cta--primary:hover{background:#f1f3f4;box-shadow:0 2px 8px rgba(0,0,0,0.2)}.v2-home__cta--secondary{background:rgba(255,255,255,0.15);color:#fff;border:1px solid rgba(255,255,255,0.3)}.v2-home__cta--secondary:hover{background:rgba(255,255,255,0.25)}.v2-home__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;max-width:500px;margin:0 auto 10px;min-height:56px}.v2-home__metric{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;background:rgba(255,255,255,0.15);border-radius:8px;backdrop-filter:blur(8px)}.v2-home__metric-icon{width:18px;height:18px;opacity:0.9}.v2-home__metric-icon svg{width:100%;height:100%}.v2-home__metric-value{font-size:14px;font-weight:var(--v2-font-bold);line-height:1}.v2-home__metric-label{font-size:9px;opacity:0.8;text-align:center}.v2-home__status{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(52,168,83,0.2);border-radius:var(--v2-radius-full);font-size:11px}.v2-home__status-dot{width:8px;height:8px;background:#34a853;border-radius:50%;animation:v2-pulse 2s infinite}@keyframes v2-pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:480px){.v2-home__ctas{flex-direction:column;align-items:center;gap:8px;min-height:80px}.v2-home__cta{width:100%;max-width:280px;justify-content:center;padding:10px 20px;font-size:14px}.v2-home__metrics{grid-template-columns:repeat(2,1fr);gap:8px;min-height:120px;max-width:300px}.v2-home__metric{padding:10px 8px}.v2-home__metric-value{font-size:16px}.v2-home__metric-label{font-size:10px}}.v2-home__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--v2-space-sm)}.v2-home__stat{display:inline-flex;align-items:center;gap:var(--v2-space-xs);padding:var(--v2-space-xs) var(--v2-space-md);background:rgba(255,255,255,0.2);border-radius:var(--v2-radius-full);font-size:var(--v2-text-sm);backdrop-filter:blur(8px)}.v2-home__stat-number{font-weight:var(--v2-font-bold)}.v2-container{width:100%;max-width:1200px;margin:0 auto;padding:0 5px;box-sizing:border-box;contain:layout style}@media (min-width:768px){.v2-container{padding:0 24px}}@media (min-width:1024px){.v2-container{padding:0 32px}}.v2-cards{display:grid;grid-template-columns:1fr;gap:6px;padding:12px 0;width:100%;height:auto;min-height:auto;contain:layout style paint;box-sizing:border-box}@media (min-width:600px){.v2-cards{grid-template-columns:repeat(2,1fr);gap:8px;padding:14px 0}}.v2-card{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:10px;text-decoration:none;transition:all 0.2s ease;cursor:pointer;height:68px;min-height:68px;max-height:68px;box-sizing:border-box;contain:layout style}.v2-card:hover{background:var(--v2-bg-hover);border-color:var(--v2-border-light);box-shadow:0 1px 6px rgba(32,33,36,0.18);text-decoration:none}[data-theme="dark"] .v2-card:hover{box-shadow:0 1px 6px rgba(0,0,0,0.4)}.v2-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.v2-card__icon--blue{background:#e8f0fe;color:#4285f4}.v2-card__icon--green{background:#e6f4ea;color:#34a853}.v2-card__icon--yellow{background:#fef7e0;color:#fbbc04}.v2-card__icon--red{background:#fce8e6;color:#ea4335}.v2-card__icon--purple{background:#f3e8fd;color:#9334e6}.v2-card__icon--teal{background:#e0f2f1;color:#00897b}.v2-card__icon--orange{background:#fff3e0;color:#f57c00}.v2-card__icon--pink{background:#fce4ec;color:#e91e63}.v2-card--featured{border:2px solid #00897b}.v2-card--featured:hover{border-color:#00796b;box-shadow:0 2px 8px rgba(0,137,123,0.25)}[data-theme="dark"] .v2-card__icon--blue{background:rgba(66,133,244,0.2);color:#8ab4f8}[data-theme="dark"] .v2-card__icon--green{background:rgba(52,168,83,0.2);color:#81c995}[data-theme="dark"] .v2-card__icon--yellow{background:rgba(251,188,4,0.2);color:#fdd663}[data-theme="dark"] .v2-card__icon--red{background:rgba(234,67,53,0.2);color:#f28b82}[data-theme="dark"] .v2-card__icon--purple{background:rgba(147,52,230,0.2);color:#c58af9}[data-theme="dark"] .v2-card__icon--teal{background:rgba(0,137,123,0.2);color:#4db6ac}[data-theme="dark"] .v2-card__icon--orange{background:rgba(245,124,0,0.2);color:#ffb74d}[data-theme="dark"] .v2-card__icon--pink{background:rgba(233,30,99,0.2);color:#f48fb1}[data-theme="dark"] .v2-card--featured{border-color:#4db6ac}[data-theme="dark"] .v2-card--featured:hover{border-color:#80cbc4;box-shadow:0 2px 8px rgba(77,182,172,0.25)}.v2-card__content{flex:1;min-width:0}.v2-card__title{font-size:15px;font-weight:500;color:var(--v2-text-primary);margin:0 0 4px 0;line-height:1.3}.v2-card__desc{font-size:13px;color:var(--v2-text-secondary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v2-card__arrow{flex-shrink:0;color:var(--v2-text-muted);font-size:14px;transition:transform 0.2s ease}.v2-card:hover .v2-card__arrow{color:var(--v2-text-secondary);transform:translateX(2px)}@media (max-width:599px){.v2-cards{gap:4px;padding:8px 0}.v2-card{padding:8px 12px;height:56px;min-height:56px;max-height:56px;gap:10px}.v2-card__icon{width:36px;height:36px}.v2-card__icon i{font-size:16px}.v2-card__title{font-size:13px}.v2-card__desc{font-size:11px;line-height:1.2;-webkit-line-clamp:1}}.v2-section{width:100%;padding:var(--v2-space-xl) 0;contain:layout}.v2-section:first-of-type{padding-top:var(--v2-space-lg)}.v2-section + .v2-section{border-top:1px solid var(--v2-border-light)}.v2-section--queue{min-height:calc(56px * 15 + 40px + 80px + 50px + 80px)}@media (min-width:768px){.v2-section--queue{min-height:calc(64px * 15 + 48px + 90px + 56px + 80px)}}#v2-queue-tbody{min-height:calc(56px * 15)}@media (min-width:768px){#v2-queue-tbody{min-height:calc(64px * 15)}}.v2-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--v2-space-md);flex-wrap:wrap;gap:12px}@media (max-width:767px){.v2-section__header{flex-direction:column;align-items:stretch;text-align:center}.v2-section__header > div:last-child{justify-content:center}}.v2-section__title{font-size:var(--v2-text-xl);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0}.v2-section__subtitle{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);margin:var(--v2-space-xs) 0 0}.v2-section__link{font-size:var(--v2-text-sm);color:var(--v2-primary);text-decoration:none;display:inline-flex;align-items:center;gap:var(--v2-space-xs)}.v2-section__link:hover{text-decoration:underline}.v2-queue{width:100%;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.08);min-height:400px;contain:layout}@media (min-width:768px){.v2-queue{min-height:480px}}.v2-queue__header{display:grid;grid-template-columns:1fr 90px 90px;gap:var(--v2-space-md);padding:14px 20px;background:linear-gradient(to bottom,var(--v2-bg-tertiary),var(--v2-bg-card));border-bottom:1px solid var(--v2-border);font-size:11px;font-weight:600;color:var(--v2-text-secondary);text-transform:uppercase;letter-spacing:0.08em}@media (min-width:768px){.v2-queue__header{grid-template-columns:1fr 110px 110px;padding:16px 24px;font-size:12px}}.v2-queue__header > div:not(:first-child){text-align:center}.v2-queue__help{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--v2-text-secondary);text-decoration:none;padding:6px 12px;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:6px;transition:all 0.15s ease;font-weight:500;white-space:nowrap}.v2-queue__help:hover{color:var(--v2-primary);background:var(--v2-bg-hover);border-color:var(--v2-primary)}[data-theme="dark"] .v2-queue__help{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.8)}[data-theme="dark"] .v2-queue__help:hover{background:rgba(255,255,255,0.15);border-color:var(--v2-primary);color:var(--v2-primary)}.v2-queue__help svg{width:14px;height:14px}.v2-section__header-controls{display:flex;align-items:center;gap:12px}@media (max-width:767px){.v2-section__header-controls{width:60%;justify-content:center;flex-wrap:wrap;flex-direction:column;gap:10px}}.v2-queue__row{display:grid;grid-template-columns:1fr auto 70px 70px;gap:var(--v2-space-sm);padding:12px 16px;border-bottom:1px solid var(--v2-border-light);align-items:center;min-height:56px;box-sizing:border-box}@media (min-width:768px){.v2-queue__row{grid-template-columns:1fr auto 90px 90px;gap:var(--v2-space-md);padding:16px 24px;min-height:64px}}.v2-queue__row:nth-child(even){background:rgba(0,0,0,0.015)}[data-theme="dark"] .v2-queue__row:nth-child(even){background:rgba(255,255,255,0.02)}.v2-queue__row:last-child{border-bottom:none}.v2-queue__row:hover{background:var(--v2-bg-hover);transform:translateX(2px)}.v2-queue__row[data-status="good"]{border-left:3px solid var(--v2-status-green)}.v2-queue__row[data-status="busy"]{border-left:3px solid var(--v2-status-red)}.v2-queue__row[data-status="normal"]{border-left:3px solid var(--v2-status-yellow)}.v2-queue__cell--name{min-width:0;display:flex;flex-direction:column;gap:4px}.v2-queue__inline{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px}@media (max-width:767px){.v2-queue__inline{gap:3px 5px}}@media (min-width:768px){.v2-queue__inline{flex-wrap:nowrap;gap:8px}}.v2-queue__flag{width:24px;height:16px;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,0.15);object-fit:cover;flex-shrink:0}@media (min-width:768px){.v2-queue__flag{width:28px;height:19px;border-radius:4px}}.v2-queue__time-inline{font-size:11px;color:var(--v2-text-muted);flex-shrink:0}@media (min-width:768px){.v2-queue__time-inline{font-size:12px}}.v2-queue__arrow{color:var(--v2-primary);font-size:14px;font-weight:bold;flex-shrink:0}@media (min-width:768px){.v2-queue__arrow{font-size:16px}}.v2-queue__name{font-size:14px;font-weight:500;color:var(--v2-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;display:inline-flex;align-items:center;gap:4px;min-width:0}.v2-queue__pin{flex-shrink:0;width:14px;height:14px;color:var(--v2-primary);opacity:0.7}@media (min-width:768px){.v2-queue__name{font-size:16px;font-weight:600;gap:6px}.v2-queue__pin{width:16px;height:16px}}.v2-queue__link{color:inherit;text-decoration:none;transition:color 0.15s ease}.v2-queue__link:hover{color:var(--v2-primary)}.v2-queue__wait{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:var(--v2-bg-tertiary);min-width:80px}.v2-queue__wait-value{font-size:16px;font-weight:700;font-family:var(--v2-font-mono);color:var(--v2-text-primary);line-height:1.2}.v2-queue__wait-label{font-size:10px;font-weight:500;color:var(--v2-text-secondary);text-transform:uppercase;letter-spacing:0.5px;margin-top:2px}.v2-queue__wait--good{background:rgba(34,197,94,0.15)}.v2-queue__wait--good .v2-queue__wait-value{color:var(--v2-success)}.v2-queue__wait--normal{background:var(--v2-bg-tertiary)}.v2-queue__wait--busy{background:rgba(249,115,22,0.15)}.v2-queue__wait--busy .v2-queue__wait-value{color:var(--v2-warning)}.v2-queue__wait--critical{background:rgba(239,68,68,0.15)}.v2-queue__wait--critical .v2-queue__wait-value{color:var(--v2-danger)}@media (min-width:768px){.v2-queue__wait{padding:10px 16px;min-width:100px}.v2-queue__wait-value{font-size:18px}.v2-queue__wait-label{font-size:11px}}.v2-queue__cell--cars,.v2-queue__cell--buses{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2px}.v2-queue__cell--cars{position:relative}.v2-queue__count-wrap{position:relative;display:inline-flex}.v2-queue__count-wrap .v2-queue__trend{position:absolute;top:-3px;right:-3px;z-index:1;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.v2-queue__count{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:36px;padding:0 12px;font-size:18px;font-weight:700;font-family:var(--v2-font-mono);border-radius:8px;background:var(--v2-bg-tertiary);color:var(--v2-text-primary);transition:all 0.15s ease}@media (min-width:768px){.v2-queue__count{min-width:56px;height:40px;padding:0 14px;font-size:20px;border-radius:10px}}.v2-queue__row[data-status="good"] .v2-queue__cell--cars .v2-queue__count{background:rgba(52,168,83,0.15);color:#1e7e34}[data-theme="dark"] .v2-queue__row[data-status="good"] .v2-queue__cell--cars .v2-queue__count{background:rgba(52,168,83,0.25);color:#81c995}.v2-queue__row[data-status="normal"] .v2-queue__cell--cars .v2-queue__count{background:rgba(251,188,4,0.15);color:#b58105}[data-theme="dark"] .v2-queue__row[data-status="normal"] .v2-queue__cell--cars .v2-queue__count{background:rgba(251,188,4,0.25);color:#fdd663}.v2-queue__row[data-status="busy"] .v2-queue__cell--cars .v2-queue__count{background:rgba(234,67,53,0.15);color:#c62828}[data-theme="dark"] .v2-queue__row[data-status="busy"] .v2-queue__cell--cars .v2-queue__count{background:rgba(234,67,53,0.25);color:#f28b82}.v2-queue__label{font-size:10px;color:var(--v2-text-muted);text-transform:uppercase;letter-spacing:0.05em}.v2-queue__trend{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:3px;border-radius:var(--v2-radius-sm);flex-shrink:0;vertical-align:middle}.v2-queue__trend svg{width:12px;height:12px}@media (max-width:599px){.v2-queue__trend{width:16px;height:16px;padding:2px}.v2-queue__trend svg{width:10px;height:10px}}.v2-queue__trend--up,.v2-queue__trend--up-slight{background:rgba(239,68,68,0.15);color:#dc2626}[data-theme="dark"] .v2-queue__trend--up,[data-theme="dark"] .v2-queue__trend--up-slight{background:rgba(239,68,68,0.25);color:#f87171}.v2-queue__trend--down,.v2-queue__trend--down-slight{background:rgba(16,185,129,0.15);color:#059669}[data-theme="dark"] .v2-queue__trend--down,[data-theme="dark"] .v2-queue__trend--down-slight{background:rgba(16,185,129,0.25);color:#34d399}.v2-queue__trend--up-slight,.v2-queue__trend--down-slight{opacity:0.7}@media (max-width:599px){.v2-queue__header{display:none}.v2-queue__row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:10px 12px;position:relative}.v2-queue__cell--name{flex:1 1 100%;padding-right:0;order:1}.v2-queue__inline{display:flex;flex-wrap:wrap;align-items:center;gap:3px;row-gap:4px}.v2-queue__flag{width:18px;height:12px;flex-shrink:0}.v2-queue__arrow{font-size:10px;margin:0 1px;flex-shrink:0}.v2-queue__time-inline{font-size:9px;flex-shrink:0}.v2-queue__name{flex-basis:100%;font-size:13px;font-weight:600;white-space:normal;line-height:1.3;margin-top:2px}.v2-queue__pin{width:11px;height:11px}.v2-queue__wait{order:2;flex:1 1 100%;flex-direction:row;justify-content:flex-start;gap:6px;padding:6px 10px;min-width:unset}.v2-queue__wait-value{font-size:15px}.v2-queue__wait-label{font-size:9px;margin-top:0}.v2-queue__cell--cars{order:3;flex:0 0 auto}.v2-queue__cell--buses{order:4;flex:0 0 auto}.v2-queue__cell--cars,.v2-queue__cell--buses{flex-direction:row;align-items:center;gap:4px}.v2-queue__count{min-width:36px;height:26px;font-size:13px;padding:0 8px;border-radius:5px}.v2-queue__count-wrap .v2-queue__trend{top:-3px;right:-3px;width:14px;height:14px;padding:1px}.v2-queue__count-wrap .v2-queue__trend svg{width:10px;height:10px}.v2-queue__label{font-size:10px}}.v2-services{display:grid;grid-template-columns:1fr;gap:var(--v2-space-sm);min-height:840px;contain:layout style}@media (min-width:600px){.v2-services{grid-template-columns:repeat(2,1fr);min-height:510px}}@media (min-width:900px){.v2-services{grid-template-columns:repeat(3,1fr);min-height:340px}}.v2-service{display:flex;flex-direction:column;min-height:160px;padding:var(--v2-space-md);background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);transition:box-shadow 0.2s ease,border-color 0.2s ease}.v2-service:hover{border-color:var(--v2-primary);box-shadow:0 2px 8px rgba(0,0,0,0.06)}[data-theme="dark"] .v2-service:hover{box-shadow:0 2px 8px rgba(0,0,0,0.2)}.v2-service__title{font-size:var(--v2-text-base);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-xs)}.v2-service__desc{flex:1;font-size:var(--v2-text-sm);color:var(--v2-text-secondary);margin:0 0 var(--v2-space-sm);line-height:var(--v2-leading-relaxed)}.v2-service__link{display:inline-flex;align-items:center;gap:4px;font-size:var(--v2-text-sm);color:var(--v2-primary);text-decoration:none;font-weight:var(--v2-font-medium);margin-top:auto}.v2-service__link:hover{text-decoration:underline}.v2-testimonials{display:grid;grid-template-columns:1fr;gap:var(--v2-space-md);min-height:480px;contain:layout style}@media (min-width:768px){.v2-testimonials{grid-template-columns:repeat(3,1fr);min-height:180px}}.v2-testimonial{display:flex;flex-direction:column;padding:var(--v2-space-lg);background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);position:relative;transition:box-shadow 0.2s ease}.v2-testimonial:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08)}[data-theme="dark"] .v2-testimonial:hover{box-shadow:0 4px 12px rgba(0,0,0,0.3)}.v2-testimonial__icon{width:32px;height:32px;color:var(--v2-primary);opacity:0.6;margin-bottom:var(--v2-space-sm)}.v2-testimonial__quote{flex:1;font-size:var(--v2-text-sm);color:var(--v2-text-primary);line-height:var(--v2-leading-relaxed);margin:0 0 var(--v2-space-md);font-style:italic}.v2-testimonial__author{display:flex;align-items:center;gap:var(--v2-space-sm);font-size:var(--v2-text-sm);color:var(--v2-text-secondary);font-weight:var(--v2-font-medium);padding-top:var(--v2-space-sm);border-top:1px solid var(--v2-border-light)}.v2-testimonial__author::before{content:'';display:block;width:32px;height:32px;background:var(--v2-bg-tertiary);border-radius:50%;flex-shrink:0}.v2-trust{display:flex;flex-direction:column;gap:var(--v2-space-sm);min-height:200px;contain:layout style}.v2-trust__item{display:flex;align-items:flex-start;gap:var(--v2-space-sm);padding:var(--v2-space-sm) var(--v2-space-md);background:var(--v2-status-green-bg);border-radius:var(--v2-radius-sm);font-size:var(--v2-text-sm);color:var(--v2-text-primary)}.v2-trust__icon{flex-shrink:0;color:var(--v2-status-green)}.v2-weather-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;height:44px;min-height:44px;max-height:44px;overflow:hidden;contain:layout style}.v2-weather-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:rgba(251,188,4,0.15);border-radius:12px;font-size:11px;color:var(--v2-text-secondary);height:20px;line-height:14px}.v2-weather-chip img{width:14px;height:14px;flex-shrink:0}.v2-weather-chip strong{color:var(--v2-text-primary);font-weight:600}.v2-filters{margin-bottom:var(--v2-space-md);min-height:80px;contain:layout style}.v2-filter-row{display:flex;flex-wrap:nowrap;gap:var(--v2-space-xs);margin-bottom:var(--v2-space-sm);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.v2-filter-row::-webkit-scrollbar{display:none}.v2-filter-row:last-child{margin-bottom:0}.v2-filter-more{position:relative;flex-shrink:0}.v2-filter-more__trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-full);font-size:16px;color:var(--v2-text-secondary);cursor:pointer;transition:all 0.2s ease}.v2-filter-more__trigger:hover{background:var(--v2-bg-hover);border-color:var(--v2-primary);color:var(--v2-primary)}.v2-filter-more__menu{display:none;position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-md);box-shadow:0 4px 16px rgba(0,0,0,0.12);z-index:100;padding:4px}[data-theme="dark"] .v2-filter-more__menu{box-shadow:0 4px 16px rgba(0,0,0,0.4)}.v2-filter-more.open .v2-filter-more__menu{display:block}.v2-filter-more__menu .v2-filter-chip{display:flex;width:100%;border-radius:var(--v2-radius-sm);margin-bottom:2px}.v2-filter-more__menu .v2-filter-chip:last-child{margin-bottom:0}.v2-filter-label{font-size:var(--v2-text-xs);color:var(--v2-text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-right:var(--v2-space-xs);align-self:center}.v2-filter-chip{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-full);font-size:var(--v2-text-xs);font-weight:500;color:var(--v2-text-secondary);text-decoration:none;transition:all 0.2s ease;cursor:pointer;white-space:nowrap}.v2-filter-chip:hover{background:var(--v2-bg-hover);border-color:var(--v2-primary);color:var(--v2-primary);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,0.08)}[data-theme="dark"] .v2-filter-chip:hover{box-shadow:0 2px 8px rgba(0,0,0,0.3)}.v2-filter-chip--active,.v2-filter-chip.active{background:var(--v2-primary);border-color:var(--v2-primary);color:#fff;font-weight:600}.v2-filter-chip--active:hover,.v2-filter-chip.active:hover{background:var(--v2-primary-dark);border-color:var(--v2-primary-dark);color:#fff;transform:none}.v2-filter-chip--active:hover,.v2-filter-chip.active:hover{background:var(--v2-primary-dark);border-color:var(--v2-primary-dark)}.v2-report-btn{display:inline-flex;align-items:center;gap:var(--v2-space-xs);padding:8px 16px;background:var(--v2-bg-card);border:1px solid var(--v2-primary);border-radius:var(--v2-radius-full);font-size:var(--v2-text-sm);color:var(--v2-primary);text-decoration:none;transition:all 0.15s ease}.v2-report-btn:hover{background:var(--v2-primary);color:#fff}.v2-queue-panel{background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);overflow:hidden}.v2-queue-panel__header{padding:var(--v2-space-md);border-bottom:1px solid var(--v2-border-light)}.v2-queue-panel__title{font-size:var(--v2-text-lg);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-xs)}.v2-queue-panel__subtitle{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);margin:0}.v2-queue-panel__footer{display:flex;align-items:center;justify-content:space-between;padding:var(--v2-space-md);border-top:1px solid var(--v2-border-light);background:var(--v2-bg-tertiary)}.v2-steps{display:grid;grid-template-columns:1fr;gap:var(--v2-space-md);min-height:520px;contain:layout style}@media (min-width:768px){.v2-steps{grid-template-columns:repeat(3,1fr);min-height:180px}}.v2-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--v2-space-lg);background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);position:relative}.v2-step__number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--v2-primary);color:#fff;font-size:var(--v2-text-lg);font-weight:var(--v2-font-bold);border-radius:50%;margin-bottom:var(--v2-space-md)}.v2-step__icon{width:48px;height:48px;margin-bottom:var(--v2-space-sm);color:var(--v2-primary)}.v2-step__icon svg{width:100%;height:100%}.v2-step__title{font-size:var(--v2-text-base);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-xs)}.v2-step__desc{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);margin:0;line-height:var(--v2-leading-relaxed)}.v2-ees-banner{display:flex;align-items:center;gap:var(--v2-space-md);padding:var(--v2-space-md) var(--v2-space-lg);background:linear-gradient(135deg,#fff8e1 0%,#ffecb3 100%);border:1px solid #ffc107;border-radius:var(--v2-radius-md);margin-bottom:var(--v2-space-lg);min-height:56px}[data-theme="dark"] .v2-ees-banner{background:linear-gradient(135deg,rgba(255,193,7,0.15) 0%,rgba(255,193,7,0.1) 100%);border-color:rgba(255,193,7,0.4)}.v2-ees-banner__icon{flex-shrink:0;width:32px;height:32px;color:#f57c00}.v2-ees-banner__text{flex:1;font-size:var(--v2-text-sm);color:var(--v2-text-primary)}.v2-ees-banner__link{flex-shrink:0;font-size:var(--v2-text-sm);color:var(--v2-primary);text-decoration:none;font-weight:var(--v2-font-medium)}.v2-ees-banner__link:hover{text-decoration:underline}.v2-about{background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);padding:var(--v2-space-lg);min-height:220px;contain:layout style}.v2-about__title{font-size:var(--v2-text-lg);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-sm)}.v2-about__text{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);line-height:var(--v2-leading-relaxed);margin:0 0 var(--v2-space-md)}.v2-about__bullets{list-style:none;padding:0;margin:0;display:grid;gap:var(--v2-space-sm)}@media (min-width:600px){.v2-about__bullets{grid-template-columns:repeat(2,1fr)}}.v2-about__bullet{display:flex;align-items:flex-start;gap:var(--v2-space-sm);font-size:var(--v2-text-sm);color:var(--v2-text-primary)}.v2-about__bullet-icon{flex-shrink:0;color:var(--v2-status-green)}.v2-transparency{background:var(--v2-bg-tertiary);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);padding:var(--v2-space-lg);min-height:200px;contain:layout style}.v2-transparency__title{font-size:var(--v2-text-base);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-xs)}.v2-transparency__subtitle{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);margin:0 0 var(--v2-space-md)}.v2-transparency__items{display:flex;flex-direction:column;gap:var(--v2-space-sm)}.v2-transparency__item{display:flex;align-items:flex-start;gap:var(--v2-space-sm);font-size:var(--v2-text-sm);color:var(--v2-text-primary)}.v2-transparency__icon{flex-shrink:0;color:var(--v2-primary)}.v2-team{background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-lg);padding:var(--v2-space-lg);min-height:220px;contain:layout style}.v2-team__title{font-size:var(--v2-text-lg);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-sm)}.v2-team__text{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);line-height:var(--v2-leading-relaxed);margin:0 0 var(--v2-space-sm)}.v2-team__mission{font-size:var(--v2-text-sm);color:var(--v2-text-primary);font-style:italic;margin:0 0 var(--v2-space-md);padding-left:var(--v2-space-md);border-left:3px solid var(--v2-primary)}.v2-team__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--v2-space-xs)}.v2-team__bullet{display:flex;align-items:center;gap:var(--v2-space-sm);font-size:var(--v2-text-sm);color:var(--v2-text-secondary)}.v2-team__bullet-icon{flex-shrink:0;color:var(--v2-status-green)}.v2-privacy-inline{display:flex;align-items:flex-start;gap:var(--v2-space-sm);padding:var(--v2-space-md);background:var(--v2-bg-tertiary);border-radius:var(--v2-radius-md);font-size:var(--v2-text-sm);color:var(--v2-text-secondary)}.v2-privacy-inline__icon{flex-shrink:0;color:var(--v2-primary)}.v2-privacy-inline a{color:var(--v2-primary);text-decoration:none}.v2-privacy-inline a:hover{text-decoration:underline}.faq-section{padding:var(--v2-space-lg) 0}.faq-section .section-title{font-size:var(--v2-text-xl);font-weight:var(--v2-font-semibold);color:var(--v2-text-primary);margin:0 0 var(--v2-space-xs)}.faq-section .section-subtitle{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);margin:0 0 var(--v2-space-lg)}.faq-accordion{display:flex;flex-direction:column;gap:var(--v2-space-sm)}.faq-item{background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-md);overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--v2-space-md);background:transparent;border:none;cursor:pointer;text-align:left;font-size:var(--v2-text-base);font-weight:var(--v2-font-medium);color:var(--v2-text-primary);transition:background var(--v2-transition-fast)}.faq-question:hover{background:var(--v2-bg-hover)}.faq-question-text{flex:1;padding-right:var(--v2-space-md)}.faq-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;transition:transform var(--v2-transition-fast)}.faq-icon-svg{width:14px;height:14px;stroke:#fff}.faq-question[aria-expanded="true"] .faq-icon{transform:rotate(180deg)}.faq-answer{display:none;padding:0 var(--v2-space-md) var(--v2-space-md)}.faq-answer[aria-hidden="false"]{display:block}.faq-answer-content{font-size:var(--v2-text-sm);color:var(--v2-text-secondary);line-height:var(--v2-leading-relaxed)}.faq-answer-content p{margin:0 0 var(--v2-space-sm)}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content ul,.faq-answer-content ol{margin:var(--v2-space-sm) 0;padding-left:var(--v2-space-lg)}.faq-answer-content li{margin-bottom:var(--v2-space-xs)}.faq-answer-content a{color:var(--v2-primary);text-decoration:none}.faq-answer-content a:hover{text-decoration:underline}.faq-answer-content strong{color:var(--v2-text-primary);font-weight:var(--v2-font-semibold)}[data-theme="dark"] .faq-section{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)}[data-theme="dark"] .faq-item{background:#334155;box-shadow:0 2px 8px rgba(0,0,0,0.2)}[data-theme="dark"] .faq-item:hover{box-shadow:0 4px 16px rgba(0,0,0,0.3)}[data-theme="dark"] .faq-question{color:#f1f5f9}[data-theme="dark"] .faq-question:hover{background-color:#3b4861}[data-theme="dark"] .faq-question[aria-expanded="true"]{background-color:#475569}[data-theme="dark"] .faq-answer-content{color:#cbd5e1}[data-theme="dark"] .faq-answer-content a{color:#93c5fd}[data-theme="dark"] .faq-answer-content strong{color:#f1f5f9}.v2-share-dropdown{position:relative;display:inline-block}.v2-share-dropdown__trigger{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--v2-text-secondary);text-decoration:none;padding:6px 10px;border-radius:var(--v2-radius-sm);border:1px solid var(--v2-border);background:var(--v2-bg-card);cursor:pointer;transition:all 0.15s ease;white-space:nowrap}.v2-share-dropdown__trigger:hover{color:var(--v2-primary);background:var(--v2-bg-hover);border-color:var(--v2-primary);text-decoration:none}.v2-share-dropdown__trigger svg{width:14px;height:14px}[data-theme="dark"] .v2-share-dropdown__trigger{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.8)}[data-theme="dark"] .v2-share-dropdown__trigger:hover{background:rgba(255,255,255,0.15);border-color:var(--v2-primary);color:var(--v2-primary)}.v2-share-dropdown__menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:var(--v2-bg-card);border:1px solid var(--v2-border);border-radius:var(--v2-radius-md);box-shadow:0 4px 16px rgba(0,0,0,0.12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 0.2s ease;z-index:100;padding:6px 0}.v2-share-dropdown:hover .v2-share-dropdown__menu,.v2-share-dropdown.open .v2-share-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.v2-share-dropdown__item{display:flex;align-items:center;gap:10px;padding:10px 14px;color:var(--v2-text-primary);text-decoration:none;font-size:13px;transition:background 0.15s ease;cursor:pointer;border:none;background:none;width:100%;text-align:left}.v2-share-dropdown__item:hover{background:var(--v2-bg-hover);text-decoration:none;color:var(--v2-text-primary)}.v2-share-dropdown__item i{font-size:16px;width:20px;text-align:center}.v2-share-dropdown__item--fb i{color:#1877f2}.v2-share-dropdown__item--x i{color:#14171a}.v2-share-dropdown__item--tg i{color:#2aabee}.v2-share-dropdown__item--wa i{color:#25d366}.v2-share-dropdown__item--vb i{color:#7c3aed}.v2-share-dropdown__item--copy i{color:var(--v2-text-muted)}.v2-share-dropdown__item--download i{color:var(--v2-primary)}.v2-share-dropdown__item--copy.copied i{color:var(--v2-status-green)}[data-theme="dark"] .v2-share-dropdown__item--x i{color:#fff}.v2-share-dropdown__divider{height:1px;background:var(--v2-border);margin:6px 0}[data-theme="dark"] .v2-share-dropdown__menu{background:var(--v2-bg-card);border-color:rgba(255,255,255,0.15);box-shadow:0 4px 20px rgba(0,0,0,0.3)}@media (max-width:599px){.v2-share-dropdown__trigger{padding:5px 8px;font-size:11px}.v2-share-dropdown__trigger svg{width:12px;height:12px}.v2-share-dropdown__menu{min-width:160px;right:-10px}.v2-share-dropdown__item{padding:8px 12px;font-size:12px}}.v2-direction-tabs{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:8px}.v2-direction-tab{padding:6px 12px;border-radius:6px;font-size:13px;text-decoration:none;color:#6b7280;transition:all 0.15s ease}.v2-direction-tab:hover{color:#1f2937;text-decoration:none}.v2-direction-tab--active{background:#fff;color:#1f2937;box-shadow:0 1px 2px rgba(0,0,0,0.05)}[data-theme="dark"] .v2-direction-tabs{background:rgba(255,255,255,0.1)}[data-theme="dark"] .v2-direction-tab{color:rgba(255,255,255,0.7)}[data-theme="dark"] .v2-direction-tab--active{background:rgba(255,255,255,0.15);color:#fff}[data-theme="dark"] .v2-direction-tab:hover{color:#fff}.v2-section__divider{border:none;border-top:1px solid var(--v2-border);margin:var(--v2-space-md) 0}.lang-switch-tooltip{position:fixed;z-index:10001;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.lang-switch-tooltip[hidden]{display:none}.lang-switch-tooltip.show{opacity:1;visibility:visible;transform:translateY(0)}.lang-switch-tooltip__arrow{position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #1a1a1a}.lang-switch-tooltip__content{background:#1a1a1a;color:#fff;padding:20px 28px;border-radius:12px;text-align:center;min-width:220px;box-shadow:0 8px 32px rgba(0,0,0,.3)}.lang-switch-tooltip__text{font-size:17px;font-weight:400;margin:0 0 20px;line-height:1.4}.lang-switch-tooltip__actions{display:flex;gap:10px;justify-content:center}.lang-switch-btn{padding:10px 28px;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;background:transparent;color:#fff;border:2px solid #fff;transition:all .2s ease;min-width:70px}.lang-switch-btn:hover{background:rgba(255,255,255,.15)}@media(max-width:480px){.lang-switch-tooltip__content{padding:16px 20px;min-width:200px}.lang-switch-tooltip__text{font-size:16px}.lang-switch-btn{padding:8px 20px;font-size:14px}}
