@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes confettiFall{0%{opacity:1;transform:translateY(-30px) rotate(0deg)}75%{opacity:.8}to{opacity:0;transform:translateY(110vh) rotate(540deg);transform:translateY(110vh) rotate(var(--r-end,540deg))}}@keyframes tourBounce{0%{opacity:0;transform:scale(.88) translateY(10px)}55%{opacity:1;transform:scale(1.03) translateY(-3px)}80%{transform:scale(.98) translateY(1px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes tourGlowPulse{0%,to{box-shadow:0 0 0 2.5px #3b82f6,0 0 14px 3px #3b82f659}50%{box-shadow:0 0 0 2.5px #60a5fa,0 0 30px 9px #3b82f69e}}@keyframes tourSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes loginBarFill{0%{width:0}to{width:100%}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}:root{--color-primary:#2e5fa3;--color-success:#16a34a;--color-warning:#d97706;--color-danger:#dc2626;--color-inactive:#64748b;--color-primary-bg:#ebf2ff;--color-success-bg:#dcfce7;--color-warning-bg:#fef3c7;--color-danger-bg:#fee2e2;--color-inactive-bg:#f1f5f9;--color-heading:#1e3a5f;--color-body:#2c3e50;--color-muted:#64748b;--card-padding:24px;--card-radius:12px;--card-shadow:0 2px 8px #00000014;--card-shadow-hover:0 8px 24px #0000001f;--border-light:0.5px solid #e0e0e0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f5f7;color:#2c3e50;color:var(--color-body);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.7;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}h1.display{font-size:48px;margin:0}h1,h1.display,h1.h1{color:#1e3a5f;color:var(--color-heading);font-family:Playfair Display,Georgia,serif;line-height:1.2}h1,h1.h1{font-size:clamp(32px,5vw,48px);margin:0 0 .5rem}h2,h2.h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(24px,4vw,36px);line-height:1.3}h2,h2.h2,h3,h3.h3{color:#1e3a5f;color:var(--color-heading);margin:0 0 .5rem}h3,h3.h3{font-size:22px}h3,h3.h3,h4,h4.h4{font-family:DM Sans,system-ui,sans-serif;font-weight:600}h4,h4.h4{font-size:18px;margin:0 0 .25rem}.body-text,h4,h4.h4,p{color:#2c3e50;color:var(--color-body)}.body-text,p{font-size:16px;line-height:1.7}.caption,small{color:#64748b;color:var(--color-muted);font-size:13px;line-height:1.5}.card{background:#fff;border:.5px solid #e0e0e0;border:var(--border-light);border-radius:12px;border-radius:var(--card-radius);box-shadow:0 2px 8px #00000014;box-shadow:var(--card-shadow);padding:24px;padding:var(--card-padding);transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 8px 24px #0000001f;box-shadow:var(--card-shadow-hover)}.card--verified{border-left:3px solid #2e5fa3;border-left:3px solid var(--color-primary)}.card--great-match{border-left:3px solid #16a34a;border-left:3px solid var(--color-success)}img,svg,video{max-width:100%}button{transition:transform .12s ease,box-shadow .15s ease}button:not(:disabled):hover{box-shadow:0 0 0 3px #2e5fa338}button:not(:disabled):active{transform:scale(.97)}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #2e5fa347;outline:none}.page-transition{animation:fadeIn .22s ease}.filter-sheet,.filter-sheet-overlay{display:none}@media (max-width:768px){h1,h1.h1{font-size:clamp(26px,7vw,36px)}h2,h2.h2{font-size:clamp(20px,5vw,28px)}h3,h3.h3{font-size:18px}.card{padding:16px}.filter-sheet-overlay{animation:fadeIn .2s ease;background:#0006;display:block;inset:0;position:fixed;z-index:500}.filter-sheet{animation:slideUpSheet .3s ease;background:#fff;border-radius:20px 20px 0 0;bottom:0;display:flex;flex-direction:column;left:0;max-height:80vh;overflow-y:auto;padding:24px 20px calc(env(safe-area-inset-bottom, 0px) + 24px);position:fixed;right:0;z-index:501}.filter-sheet-handle{background:#e0e0e0;border-radius:2px;height:4px;margin:0 auto 20px;width:40px}.messages-input-area{padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 12px)}}@media (max-width:420px){h1,h2,h3{overflow-wrap:break-word;word-break:break-word}input,select,textarea{max-width:100%;min-width:0}table{font-size:12px}p{overflow-wrap:break-word}button[style*="minWidth: 110"]{min-width:0!important}.deal-stat-box{min-width:80px!important}}@media (max-width:360px){h1{font-size:clamp(20px,8vw,28px)!important}.page-transition>div{padding-left:.75rem;padding-right:.75rem}}body[data-theme=dark]{background:#0f1117!important;color:#e8eaf0!important}body[data-theme=dark] .dm-bg{background:#1a1d27!important}body[data-theme=dark] .dm-card{background:#1a1d27!important;border-color:#2a2d3a!important}body[data-theme=dark] .dm-text{color:#e8eaf0!important}body[data-theme=dark] .dm-muted{color:#94a3b8!important}body[data-theme=dark] .dm-nav{background:#0a0d14!important}body[data-theme=dark] .dm-input{background:#1a1d27!important;border-color:#2a2d3a!important;color:#e8eaf0!important}body[data-theme=dark] nav{background:#0a0d14!important;border-bottom-color:#ffffff0f!important}body[data-theme=dark] input,body[data-theme=dark] select,body[data-theme=dark] textarea{background:#1a1d27!important;border-color:#2a2d3a!important;color:#e8eaf0!important}body[data-theme=dark] input::placeholder,body[data-theme=dark] textarea::placeholder{color:#64748b!important}body[data-theme=dark] button:not([class]){color:inherit}body[data-theme=dark] [style*="background: #fff"],body[data-theme=dark] [style*="background: white"],body[data-theme=dark] [style*="background:#fff"],body[data-theme=dark] [style*='background: "#fff"']{background:#1a1d27!important;color:#e8eaf0!important}body[data-theme=dark] [style*="background: #F4F5F7"],body[data-theme=dark] [style*="background: #F8FAFC"],body[data-theme=dark] [style*="background: #f9f9f7"]{background:#12151f!important}body[data-theme=dark] [style*="border-bottom: 0.5px solid #f0f0f0"],body[data-theme=dark] [style*="border-color: #e0e0e0"],body[data-theme=dark] [style*="border: 0.5px solid #e0e0e0"]{border-color:#2a2d3a!important}body[data-theme=dark] [style*="color: #1E3A5F"]:not(nav *){color:#93c5fd!important}body[data-theme=dark] [style*="color: #64748B"]{color:#94a3b8!important}body[data-theme=dark] [style*="color: #374151"]{color:#cbd5e1!important}body[data-theme=dark] .palette-bg{background:#1a1d27!important;color:#e8eaf0!important}body[data-theme=dark] ::-webkit-scrollbar{background:#0f1117}body[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2a2d3a;border-radius:4px}
/*# sourceMappingURL=main.41114c55.css.map*/