:root{--bg: #0a0a0f;--bg-card: #12121a;--bg-input: #1a1a28;--border: #2a2a3a;--text: #f0f0f5;--text-muted: #8888aa;--accent: #6c5ce7;--accent-light: #a29bfe;--accent-glow: rgba(108, 92, 231, .3);--success: #00b894;--radius: 12px;--radius-lg: 20px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0fcc;border-bottom:1px solid var(--border)}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:800;color:var(--text);text-decoration:none;letter-spacing:-.02em}.logo-accent{color:var(--accent)}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;min-height:80vh}.hero-content{max-width:720px;text-align:center}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-gradient{background:linear-gradient(135deg,var(--accent-light),var(--accent),#fd79a8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:540px;margin:0 auto 2.5rem}.search-box{max-width:560px;margin:0 auto}.error-text{color:#ff6b6b;margin-top:1rem;font-size:.9rem}.autocomplete-container{position:relative;width:100%}.autocomplete-input-wrapper{display:flex;align-items:center;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius);padding:0 1.25rem;transition:border-color .2s,box-shadow .2s}.autocomplete-input-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.autocomplete-icon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}.autocomplete-input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:1.0625rem;padding:1rem .75rem;font-family:inherit}.autocomplete-input::placeholder{color:var(--text-muted)}.autocomplete-spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.autocomplete-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);list-style:none;overflow:hidden;box-shadow:0 12px 40px #00000080;z-index:50}.autocomplete-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;cursor:pointer;transition:background .15s;text-align:left}.autocomplete-item:hover,.autocomplete-item.active{background:#6c5ce71a}.autocomplete-item-icon{width:18px;height:18px;color:var(--accent);flex-shrink:0}.autocomplete-item-name{font-weight:600;font-size:.9375rem}.autocomplete-item-address{font-size:.8125rem;color:var(--text-muted);margin-top:2px}.confirm-section{padding:0 2rem 4rem;display:flex;justify-content:center}.confirm-card{max-width:640px;width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.confirm-hero{height:240px;overflow:hidden}.confirm-hero img{width:100%;height:100%;object-fit:cover}.confirm-info{padding:1.75rem}.confirm-info h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.confirm-address{color:var(--text-muted);font-size:.9375rem;margin-bottom:1rem}.confirm-meta{display:flex;gap:1.25rem;font-size:.9rem;margin-bottom:1rem}.confirm-rating{color:#ffc048}.confirm-stats{display:flex;gap:1rem;font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem}.confirm-stats a{color:var(--accent-light);text-decoration:none}.btn-generate{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}.btn-generate:hover{background:var(--accent-light);transform:translateY(-1px)}.btn-generate:active{transform:translateY(0)}.generating-section{flex:1;display:flex;align-items:center;justify-content:center;padding:8rem 2rem}.generating-content{text-align:center}.generating-spinner{width:48px;height:48px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}.generating-content h2{margin-bottom:.5rem}.generating-content p{color:var(--text-muted)}.results-section{flex:1;display:flex;align-items:center;justify-content:center;padding:8rem 2rem}.results-content{text-align:center}.results-content h2{margin-bottom:.5rem}.results-content p{color:var(--text-muted);margin-bottom:2rem}.footer{padding:2rem;text-align:center;color:var(--text-muted);font-size:.8125rem;border-top:1px solid var(--border)}@media(max-width:640px){.hero{padding:6rem 1.25rem 3rem;min-height:70vh}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.confirm-hero{height:180px}.confirm-meta{flex-direction:column;gap:.5rem}}
