:root{--bg-primary: #ffffff;--bg-subtle: #F8FAFB;--bg-accent: #F0F7FF;--text-primary: #1A1A2E;--text-secondary: #5C6370;--text-muted: #9CA3AF;--brand-primary: #2563EB;--brand-hover: #1D4ED8;--brand-light: #DBEAFE;--accent-green: #059669;--accent-amber: #D97706;--border: #E5E7EB;--card-shadow: 0 1px 3px rgba(0,0,0,.06);--card-shadow-hover: 0 4px 12px rgba(0,0,0,.08);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition: all .2s ease;--max-content: 1120px}*{box-sizing:border-box}.landing-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden;font-size:16px;color:var(--text-primary);line-height:1.6}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;gap:1rem;background:var(--bg-subtle)}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--brand-primary);border-radius:50%;animation:spin .8s linear infinite}.loading-container p{color:var(--text-secondary);font-size:.95rem}@keyframes spin{to{transform:rotate(360deg)}}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;position:sticky;top:0;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--border)}.website-title{font-size:1.5rem;font-weight:700;color:var(--brand-primary);cursor:pointer;margin:0;transition:var(--transition);letter-spacing:-.02em}.website-title:hover{opacity:.85}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav-link{font-size:.9rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s}.header-nav-link:hover{color:var(--text-primary)}.header-login-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--brand-primary);background:transparent;border:1.5px solid var(--brand-primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.header-login-btn:hover{background:var(--brand-primary);color:#fff}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer;z-index:200}.hamburger-line{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger-btn-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn-open .hamburger-line:nth-child(2){opacity:0}.hamburger-btn-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay{display:none}@media (max-width: 639px){.hamburger-btn{display:flex}.header-nav{position:fixed;top:0;right:0;width:260px;height:100vh;flex-direction:column;align-items:stretch;gap:0;padding:5rem 1.5rem 2rem;background:var(--bg-primary);box-shadow:-4px 0 20px #0000001f;transform:translate(100%);transition:transform .3s ease;z-index:150}.header-nav-open{transform:translate(0)}.header-nav-link{padding:.875rem 0;font-size:1.05rem;border-bottom:1px solid var(--border)}.header-login-btn{margin-top:1rem;text-align:center}.mobile-menu-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:140}}@media (min-width: 768px){.landing-header{padding:1rem 3rem}}@media (min-width: 1024px){.landing-header{padding:1rem 5rem}}.hero-section{display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem 3rem;background:var(--bg-primary);min-height:80vh}.hero-content{text-align:center;max-width:680px;margin:0 auto}.hero-title{font-size:clamp(1.75rem,5vw,3rem);font-weight:600;color:var(--text-primary);margin:0 0 1rem;line-height:1.15;letter-spacing:-.03em}.hero-subtitle{font-size:clamp(.95rem,2vw,1.125rem);color:var(--text-secondary);margin:0 auto 2rem;line-height:1.65;max-width:560px}.hero-scan-form{display:flex;flex-direction:column;gap:.75rem;max-width:520px;margin:0 auto 1rem}.hero-scan-input-wrapper{position:relative;flex:1}.hero-scan-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--text-muted);pointer-events:none}.hero-scan-input{width:100%;padding:.9rem 1rem .9rem 2.75rem;font-size:1rem;border:1.5px solid var(--border);border-radius:var(--radius-lg);outline:none;background:var(--bg-primary);color:var(--text-primary);transition:var(--transition)}.hero-scan-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #2563eb1f}.hero-scan-input::placeholder{color:var(--text-muted);font-size:.9rem}.hero-scan-btn{padding:.9rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--brand-primary);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);white-space:nowrap}.hero-scan-btn:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.hero-scan-btn:disabled{opacity:.5;cursor:not-allowed}.hero-scan-note{font-size:.825rem;color:var(--text-muted);margin:.5rem 0 0}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:480px;margin:2.5rem auto 0;padding-top:2rem;border-top:1px solid var(--border)}.hero-stat{text-align:center}.hero-stat-number{font-size:1.5rem;font-weight:700;color:var(--text-primary);display:block}.hero-stat-label{font-size:.8rem;color:var(--text-muted);display:block;margin-top:.15rem}@media (min-width: 640px){.hero-scan-form{flex-direction:row}.hero-stats{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px){.hero-section{padding:5rem 3rem 4rem}}@media (min-width: 1024px){.hero-section{padding:6rem 5rem 4rem;min-height:85vh}}.reviews-section{padding:3rem 1.5rem 4rem;background:var(--bg-subtle)}.reviews-section-inner{max-width:var(--max-content);margin:0 auto}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.02em}.section-link{background:none;border:none;color:var(--brand-primary);cursor:pointer;font-size:.875rem;font-weight:600;padding:.25rem 0;white-space:nowrap}.section-link:hover{text-decoration:underline}.reviews-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.reviews-carousel::-webkit-scrollbar{display:none}.review-card{flex:0 0 85%;max-width:340px;min-width:280px;scroll-snap-align:start;display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition)}.review-card:hover{border-color:var(--brand-primary);box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.review-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.review-card-product{font-size:1.05rem;font-weight:650;color:var(--text-primary);margin:0;flex:1;line-height:1.3}.review-card-category{font-size:.675rem;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-primary);background:var(--brand-light);padding:.2rem .55rem;border-radius:999px;white-space:nowrap;font-weight:600}.review-card-scores{display:flex;align-items:center;gap:.75rem}.review-card-score{font-size:1.1rem;font-weight:700;color:var(--accent-amber)}.review-card-verdict{font-size:.8rem;font-weight:600;padding:.15rem .5rem;border-radius:var(--radius-sm)}.verdict-positive{color:var(--accent-green);background:#ecfdf5}.verdict-mixed{color:var(--accent-amber);background:#fffbeb}.verdict-negative{color:#dc2626;background:#fef2f2}.review-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--text-secondary)}.review-card-author{display:flex;align-items:center;gap:.35rem}.review-card-badge{font-size:.675rem;padding:.15rem .45rem;border-radius:var(--radius-sm);background:var(--bg-subtle);color:var(--text-muted);font-weight:600;white-space:nowrap}@media (min-width: 768px){.reviews-section{padding:4rem 3rem 5rem}.reviews-carousel{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;overflow:visible}.review-card{flex:unset;max-width:unset;min-width:unset}}@media (min-width: 1024px){.reviews-carousel{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.layers-section{padding:4rem 1.5rem;background:var(--bg-primary)}.layers-inner{max-width:var(--max-content);margin:0 auto}.layers-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 2rem;letter-spacing:-.02em}.layers-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}.layer-card{padding:2rem 1.5rem;border-radius:var(--radius-xl);border:1px solid var(--border)}.layer-card-ai{background:var(--bg-primary)}.layer-card-human{background:var(--bg-accent);border-color:var(--brand-light)}.layer-card-icon{font-size:1.5rem;margin-bottom:.75rem;display:block}.layer-card h3{font-size:1.15rem;font-weight:650;color:var(--text-primary);margin:0 0 .35rem}.layer-card-subtitle{font-size:.875rem;color:var(--text-muted);margin:0 0 .75rem;font-weight:500}.layer-card-price{font-size:.9rem;font-weight:600;color:var(--brand-primary);margin:0 0 1rem}.layer-card-features{list-style:none;padding:0;margin:0 0 1.25rem}.layer-card-features li{font-size:.875rem;color:var(--text-secondary);padding:.3rem 0 .3rem 1.25rem;position:relative}.layer-card-features li:before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700;font-size:.8rem}.layer-card-btn{display:inline-block;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);text-decoration:none;border:none}.layer-card-btn-primary{background:var(--brand-primary);color:#fff}.layer-card-btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px)}.layer-card-btn-secondary{background:transparent;color:var(--brand-primary);border:1.5px solid var(--brand-primary)}.layer-card-btn-secondary:hover{background:var(--brand-light)}.how-stepper{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:var(--max-content);margin:0 auto}.how-stepper-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 1.5rem}.how-step{display:flex;align-items:flex-start;gap:.75rem}.how-step-number{width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--brand-light);color:var(--brand-primary);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}.how-step-text h4{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 0 .15rem}.how-step-text p{font-size:.825rem;color:var(--text-secondary);margin:0;line-height:1.5}@media (min-width: 640px){.layers-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.layers-section{padding:5rem 3rem}.how-stepper{grid-template-columns:repeat(5,1fr);gap:1rem}.how-step{flex-direction:column;align-items:center;text-align:center}}.trust-section{padding:4rem 1.5rem;background:var(--bg-subtle)}.trust-inner{max-width:var(--max-content);margin:0 auto}.trust-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 2rem;letter-spacing:-.02em}.trust-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.trust-card{padding:1.75rem 1.5rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);transition:var(--transition)}.trust-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.trust-card-icon{font-size:1.5rem;margin-bottom:.75rem;display:block}.trust-card h3{font-size:1rem;font-weight:650;color:var(--text-primary);margin:0 0 .5rem}.trust-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin:0}.trust-quote{text-align:center;margin-top:2rem;font-size:.9rem;color:var(--text-muted);font-style:italic;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.trust-section{padding:5rem 3rem}.trust-grid{grid-template-columns:repeat(3,1fr)}}.categories-section{padding:4rem 1.5rem;background:var(--bg-primary)}.categories-inner{max-width:var(--max-content);margin:0 auto}.categories-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 1.5rem;letter-spacing:-.02em}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:700px;margin:0 auto 3rem}.category-chip{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:var(--bg-subtle);border:1px solid transparent;border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);text-align:left}.category-chip:hover{border-color:var(--brand-primary);background:var(--brand-light);transform:translateY(-1px)}.category-chip-icon{font-size:1.25rem;flex-shrink:0}.category-chip-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}@media (min-width: 768px){.categories-section{padding:5rem 3rem}.categories-grid{grid-template-columns:repeat(4,1fr)}}.final-cta{text-align:center;max-width:560px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border)}.final-cta h2{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.final-cta p{font-size:.9rem;color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.6}.final-cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn-primary{padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;color:#fff;background:var(--brand-primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.btn-secondary{padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;color:var(--brand-primary);background:transparent;border:1.5px solid var(--brand-primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.btn-secondary:hover{background:var(--brand-light)}.final-cta-note{font-size:.8rem;color:var(--text-muted);margin:1rem 0 0}.landing-footer{padding:2rem 1.5rem 1.25rem;background:var(--text-primary);text-align:center;margin-top:auto}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.25rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s ease}.footer-links a:hover{color:var(--brand-light)}.footer-divider{color:#ffffff26;-webkit-user-select:none;user-select:none}.landing-footer p{color:var(--text-muted);font-size:.8rem;margin:0}.landing-footer p+p{margin-top:.25rem}.landing-footer .footer-company{font-size:.75rem;margin-top:.5rem}.landing-footer .footer-company a{color:var(--text-muted);text-decoration:none}.landing-footer .footer-company a:hover{color:var(--brand-light)}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:.75rem 1rem;pointer-events:none;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent-banner{pointer-events:all;max-width:560px;margin:0 auto;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:0 8px 30px #0000001f;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.cookie-consent-content{display:flex;gap:.75rem;align-items:flex-start}.cookie-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--brand-light);border-radius:var(--radius-md)}.cookie-icon svg{width:24px;height:24px;color:var(--brand-primary)}.cookie-text h3{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0 0 .35rem}.cookie-text p{font-size:.8rem;color:var(--text-secondary);line-height:1.5;margin:0}.cookie-consent-actions{display:flex;gap:.5rem;justify-content:flex-end}.cookie-btn{padding:.55rem 1rem;font-size:.825rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none}.cookie-btn-decline{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.cookie-btn-decline:hover{background:var(--bg-subtle);color:var(--text-primary)}.cookie-btn-accept{background:var(--brand-primary);color:#fff}.cookie-btn-accept:hover{background:var(--brand-hover)}@media (max-width: 480px){.cookie-consent-content{flex-direction:column;align-items:center;text-align:center}.cookie-consent-actions{width:100%}.cookie-btn{flex:1}}@media (min-width: 768px){.cookie-consent-banner{flex-direction:row;align-items:center;justify-content:space-between;max-width:640px}.cookie-consent-content{flex:1}.cookie-consent-actions{flex-shrink:0}}.mobile-scan-bar{display:none}@media (max-width: 639px){.mobile-scan-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;padding:.625rem 1rem;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);text-align:center}.mobile-scan-bar.visible{display:block}.mobile-scan-bar-btn{width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--brand-primary);border:none;border-radius:var(--radius-md);cursor:pointer;min-height:48px}}@media (hover: none){.review-card:hover,.trust-card:hover,.category-chip:hover,.btn-primary:hover,.btn-secondary:hover{transform:none}.review-card:active,.trust-card:active{transform:scale(.98)}.category-chip,.header-nav-link,.cookie-btn,.footer-links a{min-height:44px;display:inline-flex;align-items:center}}@media (prefers-reduced-motion: reduce){.loading-spinner,.cookie-consent-overlay{animation:none}.review-card,.trust-card,.category-chip,.btn-primary,.btn-secondary,.header-login-btn,.layer-card-btn{transition:none}}@media (prefers-color-scheme: dark){.landing-page{--bg-primary: #0f172a;--bg-subtle: #1e293b;--bg-accent: #1e2d4a;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #64748b;--border: #334155;--brand-light: #1e3a5f}.landing-header{background:#0f172aeb;border-bottom-color:var(--border)}.hamburger-line{background:#f1f5f9}@media (max-width: 639px){.header-nav{background:#1e293b;box-shadow:-4px 0 20px #0006}.header-nav-link{border-bottom-color:var(--border)}}.review-card,.trust-card{background:#1e293b;border-color:var(--border)}.landing-footer{background:#020617}.cookie-consent-banner{background:#1e293b;border-color:var(--border)}}@supports (padding-top: env(safe-area-inset-top)){.landing-header{padding-top:max(1rem,env(safe-area-inset-top));padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}.cookie-consent-overlay{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}.landing-footer{padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}}@media print{.loading-spinner,.mobile-scan-bar,.cookie-consent-overlay{display:none}}.auth-page{display:flex;min-height:100vh;background:#f8f9fa}.auth-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;color:#6b7280;font-size:1rem}.auth-card{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;max-width:520px;margin:0 auto}.auth-header{text-align:center;margin-bottom:2rem;width:100%}.auth-logo{font-size:1.5rem;font-weight:800;color:#4f46e5;text-decoration:none;letter-spacing:-.02em;display:inline-block;margin-bottom:1.5rem}.auth-logo:hover{color:#4338ca}.auth-header h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .5rem}.auth-header p{color:#6b7280;font-size:.95rem;margin:0}.auth-form{width:100%;display:flex;flex-direction:column;gap:1rem}.auth-row{display:flex;gap:.75rem}.auth-row .auth-field{flex:1}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field label{font-size:.85rem;font-weight:600;color:#374151}.auth-field input,.auth-field select{padding:.7rem .85rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.auth-field input:focus,.auth-field select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.auth-field input::placeholder{color:#9ca3af}.auth-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.5rem}.auth-field select option[value=""]{color:#9ca3af}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.65rem .85rem;border-radius:8px;font-size:.875rem;line-height:1.4}.auth-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:.85rem;border-radius:8px;font-size:.9rem;line-height:1.5;text-align:center}.auth-radio-group{display:flex;gap:0;border:1.5px solid #d1d5db;border-radius:8px;overflow:hidden}.auth-radio-option{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .75rem;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;border-right:1px solid #d1d5db;background:#fff}.auth-radio-option:last-child{border-right:none}.auth-radio-option input[type=radio]{display:none}.auth-radio-active{background:#4f46e5;color:#fff;font-weight:600}.auth-radio-small .auth-radio-option{padding:.45rem .6rem;font-size:.85rem}.auth-field textarea{padding:.7rem .85rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box;resize:vertical}.auth-field textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.auth-field textarea::placeholder{color:#9ca3af}.auth-field-hint{font-size:.75rem;color:#9ca3af;margin-top:.2rem}.auth-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.4rem}.auth-chip{display:inline-flex;align-items:center;gap:.3rem;background:#eef2ff;color:#4f46e5;font-size:.8rem;font-weight:500;padding:.25rem .6rem;border-radius:20px;border:1px solid #c7d2fe}.auth-chip-remove{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:.85rem;font-weight:700;padding:0;line-height:1;opacity:.7}.auth-chip-remove:hover{opacity:1}.auth-autocomplete-wrapper{position:relative}.auth-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1.5px solid #d1d5db;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.auth-autocomplete-option{display:block;width:100%;text-align:left;padding:.55rem .85rem;font-size:.9rem;color:#111827;background:none;border:none;cursor:pointer}.auth-autocomplete-option:hover{background:#f3f4f6}.auth-forgot{text-align:right;margin-top:-.5rem}.auth-forgot a{font-size:.85rem;color:#4f46e5;text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.auth-submit{width:100%;padding:.75rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s,transform .1s;margin-top:.5rem}.auth-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-trust{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.auth-trust span{font-size:.8rem;color:#6b7280}.auth-trust span:before{content:"✓";color:#10b981;font-weight:700}.auth-footer{margin-top:1.5rem;font-size:.9rem;color:#6b7280;text-align:center}.auth-footer a{color:#4f46e5;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-legal{margin-top:1rem;font-size:.75rem;color:#9ca3af;text-align:center;line-height:1.5}.auth-legal a{color:#6b7280;text-decoration:underline}.auth-aside{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:3rem}.auth-aside-content{max-width:400px;color:#fff}.auth-aside-content h2{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;line-height:1.3}.auth-aside-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.auth-aside-content li{font-size:1.05rem;padding-left:1.5rem;position:relative;opacity:.95}.auth-aside-content li:before{content:"✓";position:absolute;left:0;font-weight:700;color:#a5f3fc}@media (max-width: 768px){.auth-page{flex-direction:column}.auth-aside{display:none}.auth-card{max-width:100%;padding:3rem 1.5rem 1.5rem;justify-content:flex-start}.auth-row{flex-direction:column;gap:1rem}.auth-header h1{font-size:1.5rem}}@media (max-width: 360px){.auth-card{padding:2rem 1rem 1rem}.auth-field input{padding:.6rem .75rem;font-size:.9rem}.auth-submit{padding:.65rem;font-size:.95rem}}.blog-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.blog-header{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);z-index:100;padding:0 1.5rem}.blog-header-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.blog-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#4f46e5,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;margin:0}.blog-nav{display:flex;gap:1.5rem}.blog-nav a{text-decoration:none;color:#475569;font-weight:500;font-size:.95rem;transition:color .2s}.blog-nav a:hover,.blog-nav-active{color:#4f46e5!important}.blog-main{flex:1;max-width:900px;width:100%;margin:0 auto;padding:0 1.5rem}.blog-hero{text-align:center;padding:3rem 0 2rem}.blog-hero h2{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 .5rem}.blog-hero p{font-size:1.1rem;color:#64748b;margin:0}.blog-loading{display:flex;justify-content:center;padding:4rem 0}.blog-empty{text-align:center;padding:4rem 0;color:#64748b}.blog-empty a{color:#4f46e5;text-decoration:none;font-weight:600}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:3rem}@media (min-width: 640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.blog-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014;border-color:#4f46e5}.blog-card-image{width:100%;height:180px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.25rem}.blog-card-tags{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.blog-tag{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:600;color:#4f46e5;background:#eef2ff;border-radius:50px}.blog-card-title{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.4}.blog-card-summary{font-size:.9rem;color:#64748b;line-height:1.6;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#94a3b8}.blog-post{padding:2rem 0 4rem}.blog-back-link{display:inline-block;color:#4f46e5;text-decoration:none;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.blog-back-link:hover{text-decoration:underline}.blog-post-cover{width:100%;max-height:400px;overflow:hidden;border-radius:12px;margin-bottom:2rem}.blog-post-cover img{width:100%;height:100%;object-fit:cover}.blog-post-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;color:#1e293b;margin:0 0 1rem;line-height:1.2}.blog-post-meta{display:flex;gap:1rem;font-size:.9rem;color:#64748b;margin-bottom:1rem}.blog-post-author{font-weight:600;color:#1e293b}.blog-post-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.blog-post-content{font-size:1.05rem;line-height:1.8;color:#334155}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4{color:#1e293b;margin:2rem 0 .75rem;line-height:1.3}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}.blog-post-content p{margin:0 0 1.25rem}.blog-post-content a{color:#4f46e5;text-decoration:underline}.blog-post-content strong{color:#1e293b}.blog-post-content ul,.blog-post-content ol{margin:0 0 1.25rem;padding-left:1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content blockquote{border-left:4px solid #4f46e5;padding:.75rem 1.25rem;margin:1.5rem 0;background:#f8fafc;color:#475569;border-radius:0 8px 8px 0}.blog-post-content pre{background:#1e293b;color:#e2e8f0;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-size:.9rem;line-height:1.6}.blog-post-content code{background:#f1f5f9;padding:.15rem .4rem;border-radius:4px;font-size:.9em;color:#e11d48}.blog-post-content pre code{background:none;padding:0;color:inherit}.blog-post-content hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.blog-content-image{max-width:100%;border-radius:8px;margin:1.5rem 0}.blog-post-cta{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;text-align:center}.blog-post-cta p{color:#ffffffe6;font-size:1.1rem;margin:0 0 1rem}.blog-post-cta button{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#4f46e5;background:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.blog-post-cta button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.blog-footer{text-align:center;padding:2rem 1.5rem;border-top:1px solid #e2e8f0;margin-top:auto}.blog-footer p{color:#94a3b8;font-size:.85rem;margin:0}.blog-footer a{color:#4f46e5;text-decoration:none;font-weight:600}body{font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;--primary-color: #1676f3}.dark-theme{color-scheme:dark}#root{width:100%;min-height:100vh}
