:root{--bg: #FFFBF5;--primary: #E8703A;--primary-dark: #C85A28;--primary-light: rgba(232, 112, 58, .12);--text: #1A1A1A;--text-muted: #6B7280;--border: #E5E7EB;--chip-bg: #F3F4F6;--white: #FFFFFF;--radius: 12px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background-color:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}#root{min-height:100vh}.screen{min-height:100vh;display:flex;flex-direction:column;padding:28px 24px 40px;max-width:480px;margin:0 auto;animation:fadeIn .3s ease both}.screen-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;min-height:32px}.home-title{font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:0}.home-subtitle{font-size:15px;color:var(--text-muted);margin-bottom:32px}.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:12px}.mood-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.mood-chip{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:var(--radius-full);background:var(--chip-bg);border:2px solid transparent;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;color:var(--text);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.mood-chip:hover{background:#e9eaec}.mood-chip.selected{background:var(--primary);color:var(--white);border-color:var(--primary)}.free-text-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:8px;display:block}.free-text-input{width:100%;padding:12px 16px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--white);font-size:15px;color:var(--text);font-family:inherit;resize:none;outline:none;transition:border-color .15s ease;margin-bottom:32px}.free-text-input:focus{border-color:var(--primary)}.free-text-input::placeholder{color:#c0c4cb}.decide-btn{width:100%;padding:16px;border-radius:var(--radius);background:var(--primary);color:var(--white);font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:-.2px}.decide-btn:hover:not(:disabled){background:var(--primary-dark)}.decide-btn:disabled{opacity:.35;cursor:not-allowed}.error-msg{color:#dc2626;font-size:13px;margin-top:12px;text-align:center}.navbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;min-height:36px}.navbar-left,.navbar-right{flex:1;display:flex;align-items:center}.navbar-right{justify-content:flex-end}.navbar-logo{background:none;border:none;font-size:15px;font-weight:800;color:var(--text);cursor:pointer;letter-spacing:-.5px;padding:0;font-family:inherit;flex-shrink:0}.history-link{background:none;border:none;color:var(--text-muted);font-size:14px;cursor:pointer;text-decoration:underline;padding:0;font-family:inherit}.back-btn{background:none;border:none;color:var(--text-muted);font-size:14px;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0;font-family:inherit}.result-body{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;text-align:center}.result-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--primary);margin-bottom:16px}.result-category{font-size:56px;font-weight:800;letter-spacing:-1.5px;color:var(--text);margin-bottom:20px;text-transform:capitalize;line-height:1.05}.result-image{width:100%;height:200px;object-fit:cover;border-radius:16px}.result-image-container{width:100%;max-width:300px;margin-bottom:24px}.result-image-placeholder{width:100%;max-width:300px;height:200px;border-radius:16px;background:var(--chip-bg);display:flex;align-items:center;justify-content:center}.result-image-placeholder .spinner{border-color:#00000026;border-top-color:var(--primary);width:28px;height:28px;border-width:3px}.result-reason{font-size:16px;color:var(--text-muted);max-width:300px;line-height:1.65;margin-bottom:48px}.try-again-btn{padding:14px;border-radius:var(--radius);background:var(--primary);color:var(--white);font-size:15px;font-weight:600;border:none;cursor:pointer;transition:background .15s ease;font-family:inherit}.try-again-btn:hover{background:var(--primary-dark)}.ghost-btn{padding:14px;border-radius:var(--radius);background:transparent;color:var(--text-muted);font-size:15px;font-weight:500;border:1.5px solid var(--border);cursor:pointer;transition:all .15s ease;font-family:inherit}.ghost-btn:hover{background:var(--chip-bg);color:var(--text)}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.history-title{font-size:20px;font-weight:700}.clear-btn{background:none;border:none;color:#dc2626;font-size:13px;cursor:pointer;padding:0;font-family:inherit}.history-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:15px;gap:6px;text-align:center}.history-empty-icon{font-size:40px;margin-bottom:8px}.history-list{display:flex;flex-direction:column;gap:12px;flex:1}.history-item{background:var(--white);border-radius:var(--radius);padding:16px;border:1.5px solid var(--border)}.history-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.history-item-category{font-size:18px;font-weight:700;text-transform:capitalize}.history-item-time{font-size:12px;color:var(--text-muted)}.history-item-moods{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.history-mood-tag{font-size:12px;padding:3px 10px;background:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);font-weight:600}.history-item-reason{font-size:13px;color:var(--text-muted);line-height:1.5}.home-screen{padding-bottom:0}.pref-list{display:flex;flex-direction:column;gap:24px;padding-bottom:140px}.pref-category-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:10px}.decide-footer{position:fixed;bottom:0;left:0;right:0;padding:12px 24px 32px;background:linear-gradient(to top,var(--bg) 75%,transparent)}.decide-footer .decide-btn{max-width:480px;margin:0 auto;display:flex}.decide-footer .error-msg{max-width:480px;margin:8px auto 0}.ubereats-btn{display:block;padding:15px;border-radius:var(--radius);background:#06c167;color:var(--white);font-size:16px;font-weight:700;text-decoration:none;text-align:center;transition:background .15s ease;letter-spacing:-.2px}.ubereats-btn:hover{background:#05a857}.landing-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 60px;max-width:480px;margin:0 auto;text-align:center;animation:fadeIn .45s ease both}.landing-emojis{display:flex;gap:14px;margin-bottom:48px}.landing-emoji{font-size:36px;display:inline-block;animation:float 2.6s ease-in-out infinite}.landing-content{display:flex;flex-direction:column;align-items:center;width:100%}.landing-title{font-size:42px;font-weight:800;letter-spacing:-1.5px;color:var(--text);margin-bottom:14px;line-height:1.1}.landing-tagline{font-size:17px;color:var(--text-muted);line-height:1.65;margin-bottom:40px}.landing-cta{max-width:280px;font-size:17px;padding:18px 24px;border-radius:var(--radius)}.landing-returning{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:28px;font-size:13px;color:var(--text-muted)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.result-screen{padding-bottom:48px}.best-card{background:var(--white);border-radius:20px;padding:20px;margin-bottom:20px;border:1.5px solid #F0E8E0;box-shadow:0 4px 24px #e8703a14}.best-badge{display:inline-flex;align-items:center;gap:6px;background:#e8703a1a;color:var(--primary);font-size:12px;font-weight:700;padding:5px 12px;border-radius:var(--radius-full);margin-bottom:14px;letter-spacing:.3px}.best-category{font-size:36px;font-weight:800;letter-spacing:-1px;color:var(--text);text-transform:capitalize;margin-bottom:16px;line-height:1.1}.best-image-wrap{width:100%;margin-bottom:16px}.best-image{width:100%;height:220px;object-fit:cover;border-radius:14px}.best-reason{font-size:15px;color:var(--text-muted);line-height:1.65;margin-bottom:20px}.backups-section{margin-bottom:20px}.backups-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#9ca3af;margin-bottom:12px}.backups-list{display:flex;flex-direction:column;gap:12px}.backup-card{background:var(--white);border-radius:16px;border:1.5px solid #F0F0F0;overflow:hidden;display:flex;flex-direction:row;align-items:stretch}.backup-image{width:120px;min-width:120px;height:120px;object-fit:cover}.backup-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;flex:1}.backup-number{width:22px;height:22px;border-radius:50%;background:var(--chip-bg);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:8px}.backup-category{font-size:16px;font-weight:700;color:var(--text);text-transform:capitalize;margin-bottom:4px;line-height:1.3}.backup-reason{font-size:12px;color:#9ca3af;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.backup-uber{font-size:12px;font-weight:600;color:#06c167;text-decoration:none}.backup-uber:hover{text-decoration:underline}.result-actions{display:flex;flex-direction:column;gap:12px;width:100%}.result-actions .decide-btn,.result-actions .ghost-btn{width:100%}
