:root{--sunrise-3:#c44e1a;--sunrise-4:#e8720c;--sunrise-5:#f5a623;--sunrise-6:#ffd06b;--primary:#e8720c;--primary-light:#fff3e0;--primary-dark:#c44e1a;--bg:#fffbf5;--surface:#ffffff;--text:#1a1a1a;--text-muted:#6b7280;--border:#f0e6d9;--success:#10b981;--gradient-warm:linear-gradient(135deg, var(--sunrise-3) 0%, var(--sunrise-4) 40%, var(--sunrise-5) 100%);--shadow-sm:0 1px 3px rgba(0,0,0,0.04);--shadow-md:0 4px 20px rgba(232,114,12,0.06);--shadow-lg:0 8px 40px rgba(232,114,12,0.1);--radius:12px;--radius-lg:20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(180deg,#fff5e8 0,#fffbf5 35%,#fef7ee 70%,#fffbf5 100%);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;z-index:500;background:rgba(255,251,245,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,114,12,.08);height:64px;overflow:visible}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav .btn{padding-top:.5rem;padding-bottom:.5rem}.nav-logo{font-size:1.3rem;font-weight:800;color:var(--text);text-decoration:none;display:flex;align-items:center}.nav-logo svg{width:36px;height:36px}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--primary)}.nav-links a.btn-primary{color:#fff!important}.nav-hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px;z-index:600}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}.nav-hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{display:none;position:absolute;top:100%;right:0;left:0;background:rgba(255,251,245,.98);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,114,12,.1);padding:.8rem 1.5rem 1rem;flex-direction:column;gap:.3rem;box-shadow:0 8px 24px rgba(0,0,0,.06)}.nav-mobile-menu.open{display:flex}.nav-mobile-link{display:block;padding:.6rem 0;color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.04)}.nav-mobile-link:last-of-type{border-bottom:none}.nav-mobile-link:hover{color:var(--primary)}.nav-mobile-cta{margin-top:.4rem}@media (max-width:900px){.nav-desktop{display:none!important}.nav-hamburger{display:flex}}.hero{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 1.5rem;position:relative;overflow:hidden}.hero>:not(.hero-particles){position:relative;z-index:1}.hero .search-container{z-index:100!important}.hero .hero-hint,.hero .trust-bar{z-index:0!important}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,rgba(232,114,12,.08),rgba(245,166,35,.12));color:var(--primary);padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(232,114,12,.14);animation:badgeFadeIn .7s ease .2s both}.hero h1{font-size:clamp(2.2rem, 5vw, 3.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:700px;margin-bottom:1rem;animation:heroTextIn .7s ease .35s both}.hero h1 span{background:var(--gradient-warm);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero>p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin-bottom:2.5rem;line-height:1.7;animation:heroTextIn .7s ease .5s both}.hero-hint{margin-top:.8rem;font-size:.8rem;color:#8b7a6a}@keyframes badgeFadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTextIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.search-container{width:100%;max-width:620px;position:relative;animation:heroTextIn .7s ease .6s both;z-index:100;display:flex;align-items:center}.search-box{flex:1;padding:1.1rem 1.5rem;padding-right:11rem;font-size:1.05rem;border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:0;transition:all .25s;box-shadow:var(--shadow-md);font-family:inherit}.search-submit-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);padding:.65rem 1.2rem;background:var(--gradient-warm);color:#fff;border:none;border-radius:calc(var(--radius) - 4px);font-size:.88rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:opacity .2s,box-shadow .2s;z-index:2;box-shadow:0 2px 8px rgba(232,114,12,.25)}.search-submit-btn:hover{opacity:.92;box-shadow:0 4px 14px rgba(232,114,12,.35)}.search-box:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(232,114,12,.12),0 0 24px rgba(245,166,35,.18),var(--shadow-md)}.search-box::placeholder{color:#c0b0a0}.autocomplete-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.08);max-height:320px;overflow-y:auto;z-index:999;display:none}.autocomplete-list.active{display:block}.autocomplete-item{padding:.8rem 1.2rem;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:.7rem;background:#fff}.autocomplete-item.selected,.autocomplete-item:hover{background:#fff3e0}.trust-bar{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center}.trust-item{font-size:.85rem;color:var(--text-muted);font-weight:500;opacity:0;animation:trustSlideIn .5s ease forwards;display:flex;align-items:center;gap:.4rem;transition:transform .2s ease,color .2s ease;cursor:default}.trust-item:first-child{animation-delay:.75s}.trust-item:nth-child(2){animation-delay:.9s}.trust-item:nth-child(3){animation-delay:1.05s}.trust-item:nth-child(4){animation-delay:1.2s}.trust-icon{width:15px;height:15px;flex-shrink:0}@keyframes trustSlideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .18s ease;font-family:inherit;text-decoration:none}.btn-sm{padding:.4rem .8rem;font-size:.8rem;min-height:36px}.btn-primary{background:linear-gradient(135deg,#b84400 0,#d45e00 50%,#e8720c 100%);color:#fff;font-weight:700;box-shadow:0 2px 12px rgba(232,114,12,.25)}.btn-primary:hover{transform:translate3d(0,-2px,0);box-shadow:0 6px 22px rgba(232,114,12,.38)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--primary-light);border-color:rgba(232,114,12,.22)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important;pointer-events:auto}.loader-overlay{display:none;position:fixed;inset:0;background:rgba(255,251,245,.97);backdrop-filter:blur(8px);z-index:1000;align-items:center;justify-content:center}.loader-overlay.active{display:flex}.loader-content{text-align:center;width:100%;max-width:380px;padding:2rem 1.5rem}.auth-body{background:linear-gradient(180deg,#fff5e8 0,#fffbf5 100%);min-height:100vh}.auth-main{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:5rem 1.5rem 2rem}.auth-card{background:#fff;border:1px solid #fce7d0;border-radius:10px;box-shadow:0 8px 40px rgba(232,114,12,.1);padding:2.5rem 2rem;width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.65rem;font-weight:800;color:var(--text);margin-bottom:.4rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.dashboard-body{background:#fafaf8}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--text-muted);font-size:.95rem}.loading-spinner{width:36px;height:36px;border:3px solid rgba(232,114,12,.15);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-container{display:none;max-width:860px;margin:0 auto;padding:5rem 1.5rem 2rem}.report-container.active{display:block}footer{border-top:1px solid var(--border);background:var(--surface)}.footer-inner{max-width:1000px;margin:0 auto;padding:3rem 2rem;display:flex;gap:3rem;flex-wrap:wrap}.footer-brand{flex:1;min-width:200px}.footer-logo{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;display:flex;align-items:center}.footer-brand p{font-size:.85rem;color:var(--text-muted);max-width:280px}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:.4rem}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.3rem}.footer-col a{font-size:.85rem;color:var(--text-muted);text-decoration:none;padding:.1rem 0;min-height:28px;display:flex;align-items:center}.footer-col a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding:1.2rem 2rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.8rem;color:#c0b0a0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--primary);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 8px 8px;font-weight:700;text-decoration:none;font-size:.9rem;transition:top .15s}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:8px}.search-box:focus-visible{outline:0}html{scroll-behavior:smooth}.animate-on-scroll{opacity:0;transform:translate3d(0,30px,0);transition:opacity .55s ease,transform .55s ease}.animate-on-scroll.animate-visible{opacity:1;transform:translate3d(0,0,0)}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.animate-on-scroll,.hero h1,.hero-badge,.hero-hint,.hero>p,.search-container,.trust-item{opacity:1!important;transform:none!important}}.hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){.hero{padding:5rem 1.2rem 2.5rem;min-height:85vh}.nav-inner{padding:0 1rem;height:64px}.footer-inner{flex-direction:column;gap:2rem;padding:2rem 1.2rem}}@media (max-width:520px){.search-box{padding-right:1.2rem!important}.search-submit-btn{position:static;transform:none;width:100%;margin-top:.5rem;padding:.75rem;border-radius:var(--radius)}.search-container{flex-wrap:wrap}}@media (max-width:480px){.auth-card{padding:2rem 1.25rem;border-radius:0;border-left:none;border-right:none;box-shadow:none;max-width:100%}.auth-main{padding:4.5rem 0 1rem;align-items:flex-start}}.legal-content{max-width:700px;margin:0 auto;padding:5.5rem 2rem 3rem}.js-hidden{display:none}
