@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app-container{color:#0f172a;background-color:#f8fafc;min-height:100vh;font-family:Inter,sans-serif}.navbar{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo{color:#ff4500;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.user-menu-wrapper{position:relative}.avatar-btn{cursor:pointer;background:0 0;border:none}.avatar-circle{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:transform .2s;display:flex}.avatar-circle:hover{transform:scale(1.05)}.dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:160px;padding:.5rem;position:absolute;top:120%;right:0;box-shadow:0 10px 25px #0000001a}.dropdown-item.danger{color:#ef4444;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-weight:600}.dropdown-item.danger:hover{background:#fef2f2}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 40px #0003}.modal-content h3{margin-bottom:.5rem;font-size:1.4rem}.modal-content p{color:#64748b;margin-bottom:2rem;font-size:.95rem}.modal-actions{gap:1rem;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:.875rem;font-weight:600}.btn-cancel{color:#475569;background:#f1f5f9}.btn-confirm{color:#fff;background:#ef4444}.main-content{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.ai-search-section{margin-bottom:2rem}.ai-card{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:16px;padding:1.5rem;box-shadow:0 10px 25px #4f46e533}.ai-header{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ai-header h2{margin:0;font-size:1.25rem;font-weight:700}.ai-input-group{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;gap:.5rem;padding:.5rem;display:flex}.ai-input-group input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.95rem}.ai-input-group input::placeholder{color:#ffffffb3}.ai-submit{color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600}.view-tabs{background:#e2e8f0;border-radius:12px;margin-bottom:2rem;padding:.3rem;display:flex}.tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:.75rem;font-weight:600;transition:all .2s}.tab.active{color:#0f172a;background:#fff;box-shadow:0 2px 10px #0000000d}.feed-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.feed-header h3{color:#0f172a;margin:0;font-size:1.2rem}.location-badge{color:#475569;background:#f1f5f9;border-radius:999px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.deals-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.deals-grid{grid-template-columns:repeat(2,1fr)}}.deal-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 15px #00000008}.deal-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.deal-header{justify-content:space-between;align-items:flex-start;display:flex}.deal-title{align-items:center;gap:1rem;display:flex}.deal-icon{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.deal-title h4{margin:0 0 .2rem;font-size:1.1rem;font-weight:700}.deal-place{color:#64748b;margin:0;font-size:.9rem}.deal-price{text-align:right;flex-direction:column;display:flex}.old-price{color:#94a3b8;font-size:.85rem;text-decoration:line-through}.new-price{color:#10b981;font-size:1.25rem;font-weight:800}.deal-meta{border-bottom:1px dashed #e2e8f0;gap:1rem;padding-bottom:1rem;display:flex}.meta-item{color:#475569;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}.meta-item.urgent{color:#ef4444;background:#fef2f2;border-radius:6px;padding:.2rem .6rem}.deal-social{color:#475569;font-size:.9rem}.deal-actions .btn-take{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:10px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:background .2s}.deal-actions .btn-take:hover{background:#1e293b}.deal-actions .btn-take.social{background:linear-gradient(135deg,#ff4500,#ff8c00)}.deal-actions .btn-take.social:hover{background:linear-gradient(135deg,#e63e00,#e67e00)}.map-placeholder{color:#64748b;background:#e2e8f0;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}
