:root{--flame-orange: #FF6B35;--flame-red: #E63946;--warm-pink: #FF8FA3;--deep-purple: #2D1B69;--soft-white: #FDF8F5;--text-dark: #1A1A2E;--text-muted: #6B6B80;--success: #4CAF50;--error: #E63946;--deep-rose: #B8405E;--cream-warmth: #FFE5D9;--charcoal: #2D2D2D;--golden-glow: #F7931E;--warm-orange: #FF8C42;--sunset-gold: #FFB347;--soft-coral: #FF9A76;--rose-blush: #FFB4A2;--soft-lavender: #E8D5E8;--wine: #722F37;--night-blue: #1E3A5F;--midnight: #1A1A2E}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--soft-white) 0%,#FFF5F0 100%);color:var(--text-dark);min-height:100vh}.app{min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:var(--text-muted)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:3rem;width:100%;max-width:440px}.auth-header{text-align:center;margin-bottom:2rem}.logo{font-size:3rem;margin-bottom:.5rem}.auth-header .logo{display:block;max-width:240px;height:auto;margin:0 auto .75rem;border-radius:12px;object-fit:contain}.auth-header h1{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-dark);font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #E8E8EE;border-radius:12px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--flame-orange);box-shadow:0 0 0 4px #ff6b351a}.form-group textarea{resize:vertical;min-height:100px}.btn{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary{background:linear-gradient(135deg,var(--flame-orange) 0%,var(--flame-red) 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;border:2px solid #E8E8EE;color:var(--text-dark)}.btn-secondary:hover{border-color:var(--flame-orange);color:var(--flame-orange)}.auth-footer{text-align:center;margin-top:1.5rem;color:var(--text-muted)}.auth-footer a{color:var(--flame-orange);text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.forgot-password-link{text-align:right;margin-bottom:1rem;margin-top:-.5rem}.forgot-password-link a{color:var(--flame-orange);text-decoration:none;font-size:.9rem;font-weight:500}.forgot-password-link a:hover{text-decoration:underline}.success-icon{font-size:3rem;margin-bottom:1rem}.info-box{background:#f3f4f6;border-radius:12px;padding:1.25rem;margin:1.5rem 0;text-align:center;color:var(--text-dark);font-size:.95rem;line-height:1.6}.link-button{background:none;border:none;color:var(--flame-orange);font-weight:500;cursor:pointer;padding:0;font-size:inherit;text-decoration:underline}.link-button:hover{color:var(--flame-red)}.error-message{background:#fee2e2;color:var(--error);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.success-message{background:#d1fae5;color:#065f46;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.profile-container{min-height:100vh;padding:2rem;max-width:600px;margin:0 auto}.profile-header{text-align:center;margin-bottom:2rem}.profile-header h1{font-size:2rem;margin-bottom:.5rem}.profile-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.form-row{grid-template-columns:1fr}.auth-card{padding:1.5rem 1rem;margin:.5rem;width:calc(100% - 1rem);max-width:100%;border-radius:16px}}@media (max-width: 400px){.auth-container{padding:1rem;min-height:100vh}.auth-card{padding:1.25rem;margin:0;width:100%;max-width:100%;border-radius:12px;box-shadow:0 10px 30px #00000014}.auth-header h1{font-size:1.4rem}.auth-header p{font-size:.85rem}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:16px}.btn{padding:.875rem;font-size:.95rem}.btn-oauth{padding:.75rem 1rem;font-size:.9rem}.trial-badge{font-size:.75rem;padding:.4rem .75rem}.logo{font-size:2.5rem}.terms-text{font-size:.75rem}.divider{margin:1rem 0;font-size:.8rem}.auth-footer{font-size:.85rem}}.partner-section{background:linear-gradient(135deg,#fff5f0,#fee2e2);border-radius:16px;padding:1.5rem;margin-bottom:1rem}.partner-section h2{font-size:1.1rem;margin-bottom:1rem;color:var(--text-dark)}.partner-connected{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.partner-status{color:#065f46;font-size:1rem}.partner-code-display{margin-bottom:1.5rem}.partner-code-display label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.code-box{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:12px;padding:.75rem 1rem;border:2px solid var(--flame-orange)}.code-box .code{font-family:Courier New,monospace;font-size:1.25rem;font-weight:700;letter-spacing:3px;color:var(--flame-red);flex:1}.btn-copy{background:none;border:none;cursor:pointer;font-size:.9rem;padding:.5rem;border-radius:8px;transition:background .2s}.btn-copy:hover{background:#ff6b351a}.partner-connect label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.connect-row{display:flex;gap:.75rem}.connect-row input{flex:1;padding:.75rem 1rem;border:2px solid #E8E8EE;border-radius:12px;font-size:1rem;font-family:Courier New,monospace}.connect-row input:focus{outline:none;border-color:var(--flame-orange)}.btn-small{padding:.75rem 1.25rem;width:auto;white-space:nowrap}.logo-header{text-align:center;margin-bottom:2rem}.logo-link{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;text-decoration:none}.logo-two{color:var(--flame-red)}.logo-flames{color:var(--flame-orange)}.trial-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--flame-orange) 0%,var(--flame-red) 100%);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.price-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.refund-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;font-size:.9rem;font-weight:500}.warning-message{background:#fffbeb;border:1px solid #fcd34d;color:#92400e;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.btn-rounded{border-radius:50px;box-shadow:0 4px 15px #e639464d}.btn-rounded:hover{box-shadow:0 8px 25px #e6394666}.input-hint{display:block;margin-top:.25rem;color:var(--text-muted);font-size:.85rem}.terms-text{font-size:.85rem;color:var(--text-muted);text-align:center;margin-top:1rem}.terms-text a{color:var(--flame-red);text-decoration:none}.terms-text a:hover{text-decoration:underline}.divider{display:flex;align-items:center;margin:1.5rem 0;color:var(--text-muted);font-size:.9rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e5e5}.divider span{padding:0 1rem}.btn-oauth{width:100%;background:#fff;color:var(--charcoal, #2D2D2D);border:2px solid #e5e5e5;padding:.875rem 1.5rem;border-radius:50px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-oauth:hover{border-color:var(--charcoal, #2D2D2D);background:#f9f9f9}.btn-oauth svg{width:20px;height:20px}.legal-container{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--soft-white) 0%,var(--cream-warmth) 100%)}.legal-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:3rem;width:100%;max-width:700px;margin:2rem 0}.legal-card h1{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem;text-align:center}.legal-card .last-updated{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.legal-content{line-height:1.8}.legal-content h2{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:2rem 0 .75rem}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--text-dark);margin-bottom:1rem}.legal-content ul{margin:1rem 0 1rem 1.5rem;color:var(--text-dark)}.legal-content li{margin-bottom:.5rem}.legal-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.legal-footer .btn{width:auto;padding:.875rem 2rem}.legal-footer a:not(.btn){color:var(--flame-orange);text-decoration:none;font-weight:500}.legal-footer a:not(.btn):hover{text-decoration:underline}@media (max-width: 600px){.legal-card{padding:2rem 1.5rem}.legal-footer{flex-direction:column;text-align:center}.legal-footer .btn{width:100%}}@media (max-width: 400px){.legal-container{padding:1rem}.legal-card{padding:1.25rem;margin:.5rem 0;border-radius:12px;max-width:100%}.legal-card h1{font-size:1.5rem}.legal-content h2{font-size:1.1rem}.legal-content{line-height:1.6;font-size:.9rem}.legal-content ul{margin-left:1rem}}@media screen and (max-width: 480px){*{box-sizing:border-box!important}html,body{overflow-x:hidden!important;width:100%!important;max-width:100vw!important}.auth-container,.auth-card,.card,form,.form-group{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:1rem!important;padding-right:1rem!important;box-sizing:border-box!important}.auth-container{padding:.5rem!important}.auth-card{padding:1.25rem!important;margin:0!important;border-radius:12px!important}input:not([type=checkbox]):not([type=radio]),button:not(.btn-add),select,textarea{width:100%!important;max-width:100%!important;font-size:16px!important;box-sizing:border-box!important}h1,h2,h3,p{word-wrap:break-word!important;overflow-wrap:break-word!important}.logo,.logo-header{max-width:100%!important}.logo img{max-width:80px!important;height:auto!important}.form-row{grid-template-columns:1fr!important;gap:0!important}.btn-oauth{padding:.75rem!important;font-size:.9rem!important}}.app-header{background:#fff;box-shadow:0 2px 10px #0000000f;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:0}.user-avatar{width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px;aspect-ratio:1 / 1;border-radius:50%;background:linear-gradient(135deg,var(--flame-orange) 0%,var(--flame-red) 100%);color:#fff;font-weight:600;font-size:.95rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s,box-shadow .2s}.user-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff6b354d}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:220px;overflow:hidden;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem;background:linear-gradient(135deg,#fff5f0,#fee2e2)}.dropdown-email{font-size:.85rem;color:var(--text-muted);word-break:break-all}.dropdown-divider{height:1px;background:#e8e8ee}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;border:none;background:none;font-size:.95rem;color:var(--text-dark);cursor:pointer;text-decoration:none;transition:background .15s;min-height:48px}.dropdown-item:hover{background:#f5f5f7}.dropdown-item svg{flex-shrink:0;color:var(--text-muted)}.dropdown-item-danger{color:var(--flame-red)}.dropdown-item-danger svg{color:var(--flame-red)}.settings-container{min-height:100vh;padding:2rem;max-width:900px;margin:0 auto}.settings-header{text-align:center;margin-bottom:2rem}.settings-header h1{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.settings-header p{color:var(--text-muted)}.back-link{display:inline-block;margin-bottom:1rem;color:var(--flame-orange);text-decoration:none;font-weight:500;font-size:.9rem}.back-link:hover{color:var(--flame-red)}.settings-layout{display:grid;grid-template-columns:200px 1fr;gap:2rem;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.settings-nav{background:linear-gradient(135deg,#fff5f0,#fee2e2);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;background:transparent;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-dark);text-align:left;transition:all .2s}.nav-item:hover{background:#ff6b351a}.nav-item.active{background:linear-gradient(135deg,var(--flame-orange) 0%,var(--flame-red) 100%);color:#fff}.nav-icon{font-size:1.25rem}.settings-content{padding:2rem}.settings-section h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.section-desc{color:var(--text-muted);margin-bottom:2rem}.setting-group{margin-bottom:2rem}.setting-group>label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.setting-hint{color:var(--text-muted);font-size:.85rem;margin-bottom:.75rem}.input-hint{display:block;margin-top:.5rem;color:var(--text-muted);font-size:.85rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s}.checkbox-item:hover{background:#ff6b350d}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--flame-orange)}.checkbox-list{display:flex;flex-direction:column;gap:.75rem}.checkbox-item-full{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.875rem 1rem;border:2px solid #E8E8EE;border-radius:12px;transition:all .2s}.checkbox-item-full:hover{border-color:var(--flame-orange)}.checkbox-item-full input[type=checkbox]:checked+span{color:var(--flame-orange)}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-item{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;border:2px solid #E8E8EE;border-radius:12px;transition:all .2s}.radio-item:hover{border-color:var(--flame-orange)}.radio-item:has(input:checked){border-color:var(--flame-orange);background:#ff6b350d}.radio-item input[type=radio]{width:20px;height:20px;accent-color:var(--flame-orange);margin-top:2px}.radio-content{display:flex;flex-direction:column}.radio-label{font-weight:600;color:var(--text-dark)}.radio-desc{font-size:.85rem;color:var(--text-muted)}.budget-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.budget-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1rem;border:2px solid #E8E8EE;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s}.budget-btn:hover{border-color:var(--flame-orange)}.budget-btn.active{border-color:var(--flame-orange);background:linear-gradient(135deg,#ff6b351a,#e639461a)}.budget-label{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.budget-btn.active .budget-label{color:var(--flame-red)}.budget-desc{font-size:.8rem;color:var(--text-muted)}.toggle-group{display:flex;gap:.75rem;flex-wrap:wrap}.toggle-btn{padding:.875rem 1.5rem;border:2px solid #E8E8EE;border-radius:50px;background:#fff;cursor:pointer;font-weight:500;transition:all .2s}.toggle-btn:hover{border-color:var(--flame-orange)}.toggle-btn.active{border-color:var(--flame-orange);background:linear-gradient(135deg,var(--flame-orange) 0%,var(--flame-red) 100%);color:#fff}.tag-input-container{border:2px solid #E8E8EE;border-radius:12px;padding:.75rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;min-height:28px}.tag{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ff6b3526,#e6394626);color:var(--flame-red);padding:.375rem .75rem;border-radius:50px;font-size:.85rem;font-weight:500}.tag-avoid{background:#6b6b8026;color:var(--text-muted)}.tag button{background:none;border:none;cursor:pointer;font-size:1rem;padding:0;opacity:.7;color:inherit}.tag button:hover{opacity:1}.tag-add-row{display:flex;gap:.5rem}.tag-add-row input{flex:1;border:none;padding:.5rem;font-size:.9rem}.tag-add-row input:focus{outline:none}.btn-add{background:var(--flame-orange);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s}.btn-add:hover{background:var(--flame-red)}.activity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.activity-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;border:2px solid #E8E8EE;border-radius:16px;cursor:pointer;transition:all .2s;text-align:center}.activity-card:hover{border-color:var(--flame-orange);transform:translateY(-2px)}.activity-card.active{border-color:var(--flame-orange);background:linear-gradient(135deg,#ff6b351a,#e639461a)}.activity-card input{display:none}.activity-icon{font-size:2rem}.activity-label{font-size:.85rem;font-weight:500;color:var(--text-dark)}.checkbox-item-full.toggle-style{justify-content:space-between}.checkbox-item-full.toggle-style input{display:none}.toggle-slider{width:48px;height:26px;background:#e8e8ee;border-radius:50px;position:relative;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s;box-shadow:0 2px 4px #0000001a}.checkbox-item-full.toggle-style input:checked+.toggle-slider{background:linear-gradient(135deg,var(--flame-orange) 0%,var(--flame-red) 100%)}.checkbox-item-full.toggle-style input:checked+.toggle-slider:before{transform:translate(22px)}.settings-actions{margin-top:2rem;padding-top:2rem;border-top:1px solid #E8E8EE}.btn-save{max-width:300px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.password-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #E8E8EE}.password-section h3{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.btn-password{width:auto;padding:.75rem 1.5rem;margin-top:.5rem}.error-small,.success-small{padding:.5rem .75rem;font-size:.85rem;margin-bottom:.75rem}@media (max-width: 768px){.settings-layout{grid-template-columns:1fr}.settings-nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:.75rem;gap:.5rem}.nav-item{flex:0 0 auto;flex-direction:column;padding:.75rem .5rem;width:64px;min-height:60px;text-align:center;border-radius:8px;font-size:.8rem}.nav-label{font-size:.7rem;margin-top:.25rem}.nav-icon{font-size:1.25rem}.settings-content{padding:1.25rem}.form-grid,.budget-buttons{grid-template-columns:1fr}.activity-grid{grid-template-columns:repeat(2,1fr)}.checkbox-grid{display:flex!important;flex-direction:column!important;gap:8px!important}.checkbox-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:12px 16px!important;min-height:48px;border-radius:10px;width:100%!important;box-sizing:border-box!important;background:#fff}.checkbox-item input[type=checkbox]{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;flex:0 0 22px!important;margin:0!important}.checkbox-item span{font-size:.95rem;flex:1 1 auto!important;text-align:left!important}.checkbox-item-full{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:16px!important;min-height:52px;border-radius:10px}.checkbox-item-full input[type=checkbox]{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;flex:0 0 22px!important;margin:0!important}.checkbox-item-full span{flex:1 1 auto!important;text-align:left!important}.tag-add-row{display:flex!important;flex-direction:row!important;gap:8px;align-items:center}.tag-add-row input{flex:1 1 auto!important;min-width:0}.btn-add{flex:0 0 auto!important;width:auto!important;max-width:70px;padding:10px 14px!important}.toggle-group{flex-direction:column;width:100%}.toggle-btn{width:100%;text-align:center}}@media (max-width: 480px){.header-content{padding:.5rem 1rem}.header-logo{font-size:1.25rem}.settings-container{padding:0}.settings-header{padding:1rem;margin-bottom:0}.settings-header h1{font-size:1.5rem}.settings-header p{font-size:.9rem}.back-link{font-size:.85rem}.settings-layout{border-radius:0;box-shadow:none;background:transparent;overflow:visible}.settings-nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;background:#fff;padding:.5rem;margin:0 0 .5rem;border-radius:0;gap:.5rem}.nav-item{flex:1 1 auto;min-width:60px;max-width:80px;min-height:56px;padding:.5rem;flex-direction:column;display:flex;align-items:center;justify-content:center}.nav-icon{font-size:1.1rem}.nav-label{font-size:.65rem}.settings-content{background:#fff;padding:1rem;border-radius:0}.settings-section h2{font-size:1.25rem}.section-desc{font-size:.9rem;margin-bottom:1.5rem}.setting-group{margin-bottom:1.5rem}.setting-group>label{font-size:.95rem;margin-bottom:.5rem}.setting-group input[type=text],.setting-group input[type=email],.setting-group input[type=password],.setting-group input[type=date],.setting-group select{padding:.875rem 1rem;font-size:16px;min-height:48px;border-radius:10px}.checkbox-grid{display:flex!important;flex-direction:column!important;gap:8px!important}.checkbox-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:12px 16px!important;min-height:48px;border-radius:10px;width:100%!important;box-sizing:border-box!important;background:#fff}.checkbox-item input[type=checkbox]{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;flex:0 0 22px!important;margin:0!important}.checkbox-item span{font-size:.95rem;flex:1 1 auto!important;text-align:left!important;overflow:visible!important}.checkbox-item-full{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:16px!important;min-height:52px;border-radius:10px}.checkbox-item-full input[type=checkbox]{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;flex:0 0 22px!important;margin:0!important}.checkbox-item-full span{flex:1 1 auto!important;text-align:left!important}.radio-item{padding:1rem;min-height:56px;border-radius:10px}.radio-item input[type=radio]{width:22px;height:22px}.radio-label{font-size:.95rem}.radio-desc{font-size:.8rem}.budget-buttons{gap:.75rem}.budget-btn{padding:1rem;min-height:56px;border-radius:10px}.budget-label{font-size:1.1rem}.toggle-btn{padding:1rem 1.25rem;min-height:48px;border-radius:10px;font-size:.95rem}.activity-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.activity-card{padding:1rem .5rem;min-height:80px;border-radius:12px}.activity-icon{font-size:1.5rem}.activity-label{font-size:.8rem}.tag-input-container{border-radius:10px;padding:.75rem}.tags-list{gap:.5rem}.tag{padding:.5rem .75rem;font-size:.85rem;min-height:36px;display:inline-flex;align-items:center}.tag button{font-size:1.25rem;padding:0 .25rem;min-width:24px;min-height:24px}.tag-add-row{display:flex!important;flex-direction:row!important;gap:8px;align-items:center;width:100%}.tag-add-row input{flex:1 1 auto!important;min-width:0;width:auto!important;padding:12px;font-size:16px;min-height:44px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px}.btn-add{flex:0 0 auto!important;width:auto!important;min-width:50px;max-width:60px;padding:10px 12px!important;min-height:44px;border-radius:8px;font-size:.8rem!important}.checkbox-item-full.toggle-style{padding:1rem;min-height:56px}.checkbox-item-full.toggle-style span:first-child{font-size:.95rem}.toggle-slider{width:52px;height:28px;flex-shrink:0}.toggle-slider:before{width:22px;height:22px}.checkbox-item-full.toggle-style input:checked+.toggle-slider:before{transform:translate(24px)}.settings-actions{margin-top:1.5rem;padding-top:1.5rem}.btn-save{width:100%;max-width:none;padding:1rem;font-size:1rem;min-height:52px;border-radius:12px}.password-section{margin-top:1.5rem;padding-top:1.5rem}.btn-password{width:100%;min-height:48px;margin-top:.75rem}.settings-section,.setting-group,.checkbox-grid,.checkbox-list,.radio-group,.activity-grid{max-width:100%;overflow-x:hidden}}@media (max-width: 375px){.settings-header h1{font-size:1.35rem}.settings-section h2{font-size:1.15rem}.activity-grid{gap:.5rem}.activity-card{padding:.75rem .375rem;min-height:72px}.activity-icon{font-size:1.25rem}.activity-label{font-size:.75rem}.nav-item{flex:0 0 auto;width:52px;min-height:50px;padding:.375rem}.nav-icon{font-size:1rem}.nav-label{font-size:.6rem}}.dashboard-container{min-height:100vh;background:#f8f4f1}.dashboard-main{max-width:800px;margin:0 auto;padding:20px}.dashboard-content{display:flex;flex-direction:column;gap:24px}.welcome-section{text-align:center;padding:20px 0}.welcome-section h1{font-size:28px;color:#2d2d2d;margin:0 0 8px}.welcome-section p{color:#666;margin:0}.date-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014}.date-card.featured{background:linear-gradient(135deg,#fff5f5,#fff9f0);border:1px solid #ffe0d9}.date-card-header{margin-bottom:12px}.date-card .badge{background:linear-gradient(135deg,#e63946,#ff6b35);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.date-card h2{color:#e63946;margin:0 0 8px;font-size:24px}.date-card .tagline{color:#ff6b35;font-style:italic;margin:0 0 16px}.date-card .description{color:#444;line-height:1.6;margin:0 0 16px}.date-meta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px;color:#888;font-size:14px}.quick-actions h3{color:#2d2d2d;margin:0 0 16px;font-size:18px}.action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.action-card{background:#fff;border-radius:12px;padding:20px 12px;text-align:center;text-decoration:none;color:#2d2d2d;box-shadow:0 2px 4px #0000000d;transition:transform .2s,box-shadow .2s;cursor:pointer}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-icon{display:block;font-size:28px;margin-bottom:8px}.action-label{font-size:13px;color:#666}.partner-section{background:#fff;border-radius:16px;padding:24px;text-align:center;box-shadow:0 2px 8px #00000014}.partner-section h3{color:#2d2d2d;margin:0 0 8px}.partner-section p{color:#666;margin:0 0 16px}.partner-code{font-size:32px;font-weight:700;letter-spacing:4px;color:#e63946;background:#fff5f5;padding:16px 24px;border-radius:12px;display:inline-block;margin-bottom:12px}.partner-section small{color:#888;display:block}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#666}.spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #E63946;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 600px){.action-grid{grid-template-columns:repeat(2,1fr)}.date-meta{flex-direction:column;gap:8px}.welcome-section h1{font-size:24px}}.content-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f5f5f5}.sidebar{background:var(--flame-red);color:#fff;padding:2rem;display:flex;flex-direction:column}.sidebar-logo{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:700;margin-bottom:3rem;text-decoration:none;color:#fff}.sidebar-logo span{color:var(--flame-orange)}.sidebar-nav{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:.5rem}.sidebar-nav a{display:flex;align-items:center;gap:.75rem;color:#fffc;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease}.sidebar-nav a:hover,.sidebar-nav a.active{background:#ffffff1a;color:#fff}.sidebar-nav a.active{background:#ffffff26}.sidebar-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-footer a,.sidebar-footer .logout-link{color:#fff9;text-decoration:none;font-size:.9rem;background:none;border:none;cursor:pointer;padding:0}.sidebar-footer a:hover,.sidebar-footer .logout-link:hover{color:#fff}.content-area{display:flex;flex-direction:column;overflow:hidden}.content-area .app-header{background:#f5f5f5;box-shadow:none;border-bottom:1px solid #e5e5e5}.content-area .header-content{justify-content:flex-end;padding:.5rem 1.5rem;width:100%}.content-area .header-user{margin-left:auto}.content-area .header-logo{display:none}.content-main{padding:2rem 3rem;overflow-y:auto;flex:1}.mobile-back{display:none;padding:.75rem 1rem;margin:-1rem -1rem 1rem;background:var(--cream-warmth, #FFF5F0);color:var(--flame-orange);text-decoration:none;font-weight:500;font-size:.95rem;border-bottom:1px solid rgba(230,57,70,.1)}.mobile-back:hover{color:var(--flame-red);background:var(--cream-warmth, #FFF0E8)}@media (max-width: 768px){.mobile-back{display:block}}.page-header{margin-bottom:2rem}.page-header h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.page-header p{color:var(--text-muted)}.filter-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1.25rem;border-radius:100px;border:2px solid #ddd;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s ease}.filter-tab:hover,.filter-tab.active{border-color:var(--flame-red);background:var(--cream-warmth);color:var(--flame-red)}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.experience-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .2s ease;cursor:pointer}.experience-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.experience-card .card-image{height:160px;background:linear-gradient(135deg,var(--flame-red) 0%,var(--deep-rose) 100%);display:flex;align-items:center;justify-content:center;font-size:4rem}.experience-card .card-body{padding:1.5rem}.card-tag{display:inline-block;background:var(--soft-white);color:var(--flame-red);padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.experience-card .card-body h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;margin-bottom:.5rem;color:var(--charcoal)}.experience-card .card-body p{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.card-meta a{color:var(--flame-red);text-decoration:none;font-weight:600}.mini-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.mini-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;transition:all .2s ease;cursor:pointer;border-left:4px solid var(--flame-orange)}.mini-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.mini-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.mini-card-icon{font-size:2rem}.mini-card-time{background:var(--cream-warmth);color:var(--flame-red);padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600}.mini-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;margin-bottom:.5rem;color:var(--charcoal)}.mini-card p{color:var(--text-muted);font-size:.9rem}.start-btn{display:inline-block;margin-top:1rem;background:var(--flame-red);color:#fff;padding:.5rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.85rem;border:none;cursor:pointer;transition:all .2s ease}.start-btn:hover{background:var(--deep-rose)}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;align-items:center;justify-content:center}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:20px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;padding:2rem}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header span{font-size:4rem}.modal-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.75rem;margin:1rem 0 .5rem}.modal-header p{color:var(--text-muted)}.modal-content{margin-bottom:1.5rem}.modal-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;margin-bottom:.75rem;color:var(--flame-red)}.modal-content p,.modal-content li{color:var(--charcoal);margin-bottom:.5rem}.modal-content ul{margin-left:1.5rem}.modal-actions{display:flex;gap:1rem}.modal-actions button{flex:1;padding:1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:var(--flame-red);color:#fff;border:none}.btn-primary:hover{background:var(--deep-rose)}.btn-secondary{background:#fff;color:var(--charcoal);border:2px solid #ddd}.btn-secondary:hover{border-color:var(--flame-red)}.deck-selector{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.deck-btn{padding:.75rem 1.5rem;border-radius:100px;border:2px solid #ddd;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.deck-btn:hover,.deck-btn.active{border-color:var(--flame-red);background:var(--cream-warmth);color:var(--flame-red)}.card-area{display:flex;flex-direction:column;align-items:center;padding:3rem}.conversation-card{width:100%;max-width:400px;min-height:300px;background:linear-gradient(135deg,var(--flame-red) 0%,var(--deep-rose) 100%);border-radius:24px;padding:3rem 2rem;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 15px 40px #e639464d;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.conversation-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}.conversation-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 50px #e6394666}.conversation-card .card-front{display:flex;flex-direction:column;align-items:center}.conversation-card .card-front .card-icon{font-size:4rem;margin-bottom:1.5rem}.conversation-card .card-front h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin-bottom:.5rem}.conversation-card .card-front p{opacity:.8}.card-category{display:inline-block;background:#fff3;padding:.5rem 1rem;border-radius:100px;font-size:.8rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.card-question{font-family:Cormorant Garamond,Georgia,serif;font-size:1.75rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.card-instruction{font-size:.9rem;opacity:.8}.draw-btn{margin-top:2rem;background:var(--flame-orange);color:var(--charcoal);border:none;padding:1rem 2.5rem;border-radius:100px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.draw-btn:hover{background:#ffb4a2;transform:translateY(-2px)}.cards-drawn{margin-top:2rem;color:var(--text-muted);font-size:.9rem}.playlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.playlist-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .2s ease}.playlist-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.playlist-cover{height:140px;display:flex;align-items:center;justify-content:center}.playlist-icon{font-size:4rem}.playlist-info{padding:1.5rem}.playlist-mood{display:inline-block;background:var(--soft-white);color:var(--flame-red);padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.playlist-info h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;margin-bottom:.5rem;color:var(--charcoal)}.playlist-info p{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.playlist-meta{display:flex;gap:.5rem;color:var(--text-muted);font-size:.85rem;margin-bottom:1rem}.spotify-btn{display:inline-flex;align-items:center;gap:.5rem;background:#1db954;color:#fff;padding:.6rem 1.25rem;border-radius:100px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .2s ease}.spotify-btn:hover{background:#1ed760;transform:translateY(-2px)}.archive-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.25rem;text-align:center;box-shadow:0 2px 8px #0000000d}.stat-number{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;color:var(--flame-red)}.stat-label{color:var(--text-muted);font-size:.85rem}.archive-list{display:flex;flex-direction:column;gap:1rem}.archive-item{background:#fff;border-radius:12px;padding:1.25rem;display:flex;gap:1rem;box-shadow:0 2px 8px #0000000d}.archive-icon{font-size:2.5rem;flex-shrink:0}.archive-content{flex:1}.archive-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.archive-header h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;color:var(--charcoal)}.archive-date{color:var(--text-muted);font-size:.85rem}.archive-notes{color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.archive-rating{color:gold;font-size:1rem;letter-spacing:2px}.empty-state{text-align:center;padding:3rem;color:var(--text-muted)}@media (max-width: 900px){.content-layout{grid-template-columns:1fr}.sidebar{display:none}.content-main{padding:1.5rem}}@media (max-width: 480px){.content-main{padding:1rem}.page-header h1{font-size:1.5rem}.page-header p{font-size:.85rem}.filter-tabs{flex-wrap:wrap;gap:.5rem}.filter-tab{padding:.4rem .75rem;font-size:.8rem}.content-grid,.mini-grid,.playlist-grid{grid-template-columns:1fr;gap:1rem}.experience-card .card-image{height:140px;font-size:3rem}.mini-card{padding:1.25rem}.deck-selector{gap:.5rem;margin-bottom:1.5rem}.deck-btn{padding:.5rem 1rem;font-size:.8rem;flex:1 1 calc(50% - .5rem);text-align:center}.card-area{padding:1.5rem 1rem}.conversation-card{max-width:100%;min-height:250px;padding:2rem 1.5rem}.card-question{font-size:1.4rem}.modal{width:95%;padding:1.5rem;margin:1rem}.modal-header h2{font-size:1.4rem}.modal-actions{flex-direction:column;gap:.75rem}.archive-stats{grid-template-columns:repeat(2,1fr)}.archive-item{flex-direction:column;gap:.75rem}.archive-header{flex-direction:column;gap:.25rem}}.sidebar-badge-container{margin-bottom:2rem}.subscription-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600}.badge-trial{background:linear-gradient(135deg,var(--flame-orange) 0%,#F7931E 100%);color:#fff}.badge-active{background:#10b981;color:#fff}.badge-expired{background:#ef4444;color:#fff}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:var(--charcoal)}.user-menu{display:flex;align-items:center;gap:1rem}.user-names{color:var(--text-muted)}.user-avatar-small{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--flame-red) 0%,#FF847C 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.alert-banner{padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.alert-success{background:#f0fdf4;border:1px solid #86efac;color:#166534}.alert-warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.btn-upgrade{background:var(--flame-red);color:#fff;border:none;padding:.5rem 1rem;border-radius:50px;font-weight:500;cursor:pointer}.featured-card{background:linear-gradient(135deg,var(--flame-red) 0%,var(--deep-rose) 100%);color:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;box-shadow:0 15px 40px #e6394640}.featured-content{flex:1}.featured-label{opacity:.7;font-size:.9rem;display:block;margin-bottom:.5rem}.featured-card h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;margin-bottom:.5rem}.featured-card p{opacity:.9;margin-bottom:1.5rem}.featured-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem}.featured-meta span{display:flex;align-items:center;gap:.5rem;opacity:.8}.featured-actions{display:flex;gap:1rem;flex-wrap:wrap}.featured-icon{font-size:6rem;opacity:.3}.cooldown-card{background:linear-gradient(135deg,#6c5b7b,#355c7d)}.cooldown-subtitle{font-size:1.15rem;font-weight:500;margin-bottom:.5rem}.cooldown-timer{background:#ffffff26;border-radius:12px;padding:1.5rem 2rem;display:inline-block;margin:1rem 0}.cooldown-time{font-size:1.8rem;font-weight:700;font-family:Cormorant Garamond,Georgia,serif}.cooldown-tip{font-size:.95rem;opacity:.85;font-style:italic;margin-top:1rem}.btn{display:inline-block;background:linear-gradient(135deg,var(--flame-orange) 0%,#F7931E 100%);color:#fff;padding:.875rem 1.75rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d;border:none;cursor:pointer;font-size:1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566}.btn.btn-outline{background:transparent;border:2px solid white;color:#fff;box-shadow:none}.btn.btn-outline:hover{background:#fff;color:var(--flame-red)}.quick-access{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:var(--charcoal)}.section-header a{color:var(--flame-red);text-decoration:none;font-weight:500}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.quick-action{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;text-decoration:none;color:var(--charcoal);transition:all .2s ease}.quick-action:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000014}.quick-action-icon{font-size:2rem;margin-bottom:.5rem}.quick-action span{font-weight:500;font-size:.9rem}.more-experiences{margin-bottom:3rem}.experiences-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.stats-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem}.stats-section h2{font-family:Cormorant Garamond,Georgia,serif;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item .stat-value{font-size:2.5rem;font-weight:700;color:var(--flame-red);font-family:Cormorant Garamond,Georgia,serif}.stat-item .stat-label{color:var(--text-muted)}.spotify-note{background:#1db954;color:#fff;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.playlist-cover{height:180px;display:flex;align-items:center;justify-content:center;font-size:5rem}.playlist-cover.romantic{background:linear-gradient(135deg,#ff6b9d,#c44569)}.playlist-cover.chill{background:linear-gradient(135deg,#667eea,#764ba2)}.playlist-cover.dinner{background:linear-gradient(135deg,#f093fb,#f5576c)}.playlist-cover.morning{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.playlist-cover.adventure{background:linear-gradient(135deg,#a8edea,#fed6e3)}.playlist-cover.intimate{background:linear-gradient(135deg,#ee9ca7,#ffdde1)}.playlist-body{padding:1.5rem}.playlist-body h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;margin-bottom:.5rem;color:var(--charcoal)}.playlist-body p{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.playlist-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.play-btn{background:var(--flame-red);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:100px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;font-size:.85rem}.play-btn:hover{background:var(--deep-rose)}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin:2rem 0 1rem;color:var(--charcoal)}.completed-list{display:flex;flex-direction:column;gap:1rem}.completed-item{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.25rem;transition:all .2s ease}.completed-item:hover{box-shadow:0 4px 15px #00000014}.completed-icon{font-size:2rem}.completed-info{flex:1}.completed-info h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;margin-bottom:.25rem;color:var(--charcoal)}.completed-info p{color:var(--text-muted);font-size:.9rem}.completed-date{color:var(--text-muted);font-size:.85rem}.completed-badge{background:#d4edda;color:#155724;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600}.redo-btn{background:var(--cream-warmth);color:var(--flame-red);border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;font-size:.85rem;transition:all .2s ease}.redo-btn:hover{background:var(--flame-red);color:#fff}.empty-state{text-align:center;padding:2rem;color:var(--text-muted);background:#fff;border-radius:12px}@media (max-width: 900px){.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.featured-card{grid-template-columns:1fr}.featured-icon{display:none}.stats-grid,.stats-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-header h1{font-size:1.4rem}.user-menu{width:100%;justify-content:space-between}.alert-banner{flex-direction:column;gap:.75rem;text-align:center;padding:1rem}.alert-banner .btn-upgrade{width:100%}.featured-card{padding:1.5rem;border-radius:16px}.featured-card h2{font-size:1.4rem}.featured-card p{font-size:.9rem}.featured-meta{flex-direction:column;gap:.5rem}.featured-actions{flex-direction:column}.featured-actions .btn{width:100%;text-align:center}.quick-actions-grid{grid-template-columns:1fr 1fr;gap:.75rem}.quick-action{padding:1rem}.quick-action-icon{font-size:1.5rem}.quick-action span{font-size:.8rem}.experiences-grid{grid-template-columns:1fr;gap:1rem}.stats-section{padding:1.5rem}.stats-grid{gap:1rem}.stat-item .stat-value{font-size:2rem}.stat-item .stat-label{font-size:.8rem}.spotify-note{padding:.875rem 1rem;font-size:.85rem;flex-wrap:wrap}.playlist-cover{height:150px;font-size:4rem}.playlist-body{padding:1.25rem}.playlist-body h3{font-size:1.15rem}.playlist-body p{font-size:.85rem}.playlist-meta{flex-direction:column;gap:.75rem;align-items:flex-start}.play-btn{width:100%;text-align:center}.stats-bar{gap:.75rem}.stat-card{padding:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.section-title{font-size:1.25rem}.completed-item{padding:1rem;flex-wrap:wrap;gap:.75rem}.completed-icon{font-size:1.5rem}.completed-info h4{font-size:1.1rem}.completed-info p{font-size:.8rem}.completed-date{font-size:.75rem;width:100%}.redo-btn{width:100%;text-align:center;margin-top:.5rem}}.random-page{min-height:100vh;background:linear-gradient(135deg,var(--flame-red) 0%,var(--deep-rose) 100%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.random-page .back-link{position:absolute;top:2rem;left:2rem;color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s}.random-page .back-link:hover{opacity:1}.random-container{text-align:center;max-width:500px}.random-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;margin-bottom:1rem}.random-container .subtitle{font-size:1.25rem;opacity:.9;margin-bottom:3rem}.wheel-container{position:relative;margin-bottom:2rem}.wheel{width:300px;height:300px;border-radius:50%;background:conic-gradient(var(--flame-orange) 0deg 60deg,#FAF5F2 60deg 120deg,#FFB4A2 120deg 180deg,#FFE5D9 180deg 240deg,var(--flame-orange) 240deg 300deg,#FAF5F2 300deg 360deg);margin:0 auto;position:relative;transition:transform 3s cubic-bezier(.17,.67,.12,.99);box-shadow:0 10px 40px #0000004d}.wheel:after{content:"🔥";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;z-index:10}.wheel-pointer{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:2rem;z-index:10}.spin-btn{background:var(--flame-orange);color:var(--charcoal);border:none;padding:1.25rem 3rem;border-radius:100px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.spin-btn:hover{background:#ffb4a2;transform:scale(1.05)}.spin-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.result{background:#fff;color:var(--charcoal);padding:2rem;border-radius:20px;margin-top:2rem;animation:fadeInUp .5s ease}.result.show{display:block}.result .result-icon{font-size:3rem;display:block;margin-bottom:.5rem}.result h2{font-family:Cormorant Garamond,Georgia,serif;color:var(--flame-red);font-size:1.75rem;margin-bottom:.5rem}.result p{color:var(--text-muted);margin-bottom:1.5rem}.result-btn{display:inline-block;background:var(--flame-red);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease}.result-btn:hover{background:var(--deep-rose)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.experience-page{min-height:100vh;background:var(--soft-white)}.experience-header{background:linear-gradient(135deg,var(--flame-red) 0%,var(--deep-rose) 100%);color:#fff;padding:2rem 5% 4rem}.experience-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.experience-nav a{color:#fff;text-decoration:none;opacity:.8}.experience-nav a:hover{opacity:1}.experience-nav .logo-link .logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700}.experience-nav .logo-text span{color:var(--flame-orange)}.experience-header-content{max-width:800px;margin:0 auto;text-align:center}.experience-tag{display:inline-block;background:#fff3;padding:.5rem 1rem;border-radius:100px;font-size:.85rem;margin-bottom:1.5rem}.experience-header-content h1{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;margin-bottom:1rem}.experience-header-content>p{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.experience-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.experience-meta span{display:flex;align-items:center;gap:.5rem;opacity:.8}.experience-main{max-width:800px;margin:-2rem auto 4rem;padding:0 1.5rem}.experience-content-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000001a}.experience-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #eee}.experience-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.experience-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.75rem;color:var(--flame-red);margin-bottom:1.5rem}.experience-section h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;color:var(--charcoal);margin:2rem 0 1rem}.experience-section p{margin-bottom:1rem;line-height:1.8}.experience-section ul,.experience-section ol{margin-left:1.5rem;margin-bottom:1rem}.experience-section li{margin-bottom:.5rem;line-height:1.6}.experience-checklist{list-style:none;margin-left:0}.experience-checklist li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.experience-checklist li:before{content:"☐";font-size:1.2rem;color:var(--flame-red)}.question-card{background:var(--cream-warmth);border-left:4px solid var(--flame-orange);padding:1.25rem 1.5rem;margin:1rem 0;border-radius:0 8px 8px 0}.question-card p{font-style:italic;margin-bottom:0;color:var(--charcoal)}.challenge-card{background:var(--cream-warmth);border-left:4px solid var(--flame-orange);padding:1.25rem 1.5rem;margin:1rem 0;border-radius:0 8px 8px 0}.challenge-card h4{margin:0 0 .5rem;color:var(--flame-orange);font-size:1rem}.challenge-card p{margin:0}.timeline-item{position:relative;padding-left:2rem;margin-bottom:2rem}.timeline-item:before{content:"";position:absolute;left:0;top:0;bottom:-2rem;width:2px;background:linear-gradient(to bottom,var(--flame-red),var(--flame-orange))}.timeline-item:last-child:before{bottom:0}.timeline-item:after{content:"";position:absolute;left:-5px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--flame-orange)}.timeline-time{font-weight:600;color:var(--flame-red);margin-bottom:.5rem}.pro-tip{background:linear-gradient(135deg,var(--flame-red) 0%,var(--deep-rose) 100%);color:#fff;padding:1.5rem;border-radius:12px;margin:1.5rem 0}.pro-tip strong{color:#f7931e}.questions-list{list-style:none;margin-left:0;counter-reset:question-counter}.questions-list li{counter-increment:question-counter;margin-bottom:.5rem}.questions-list li .question-card:before{content:counter(question-counter) ". ";font-weight:700;font-style:normal}.btn-block{display:block;width:100%;text-align:center;margin-top:2rem}.experience-footer{text-align:center;padding:2rem;color:var(--text-muted);background:var(--cream-warmth)}.card-link{color:var(--flame-red);font-weight:600}@media (max-width: 480px){.random-page{padding:1rem}.random-page .back-link{top:1rem;left:1rem;font-size:.9rem}.random-container h1{font-size:2rem}.random-container .subtitle{font-size:1rem;margin-bottom:2rem}.wheel{width:220px;height:220px}.wheel:after{font-size:2rem}.spin-btn{padding:1rem 2rem;font-size:1rem}.result{padding:1.5rem}.result h2{font-size:1.4rem}.experience-header{padding:1.5rem 1rem 3rem}.experience-header-content h1{font-size:2rem}.experience-header-content>p{font-size:1rem}.experience-meta{gap:1rem;font-size:.9rem}.experience-main{padding:0 1rem}.experience-content-card{padding:1.5rem}.experience-section h2{font-size:1.4rem}.timeline-item{padding-left:1.5rem}}:root{--admin-primary: #E63946;--admin-primary-dark: #C62B38;--admin-secondary: #FF6B35;--admin-bg: #F3F4F6;--admin-surface: #FFFFFF;--admin-text: #1F2937;--admin-text-muted: #6B7280;--admin-border: #E5E7EB;--admin-success: #10B981;--admin-warning: #F59E0B;--admin-error: #EF4444;--admin-shadow: 0 1px 3px rgba(0, 0, 0, .1);--admin-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--admin-bg)}.admin-loading .spinner{width:40px;height:40px;border:4px solid var(--admin-border);border-top-color:var(--admin-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f2937,#374151);padding:20px}.admin-login-card{width:100%;max-width:400px;background:var(--admin-surface);border-radius:16px;box-shadow:var(--admin-shadow-lg);padding:40px}.admin-login-header{text-align:center;margin-bottom:32px}.admin-logo{font-size:48px;margin-bottom:16px}.admin-login-header h1{margin:0 0 8px;font-size:24px;color:var(--admin-text)}.admin-login-header p{margin:0;color:var(--admin-text-muted);font-size:14px}.admin-error{background:#fee2e2;border:1px solid #FECACA;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.admin-form-group{margin-bottom:20px}.admin-form-group label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--admin-text)}.admin-form-group input{width:100%;padding:12px 16px;border:1px solid var(--admin-border);border-radius:8px;font-size:16px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.admin-form-group input:focus{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 3px #e639461a}.admin-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-btn-primary{background:linear-gradient(135deg,var(--admin-primary) 0%,var(--admin-secondary) 100%);color:#fff;width:100%}.admin-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #e639464d}.admin-btn-secondary{background:var(--admin-bg);color:var(--admin-text);border:1px solid var(--admin-border)}.admin-btn-secondary:hover{background:var(--admin-border)}.admin-login-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid var(--admin-border)}.admin-login-footer a{color:var(--admin-text-muted);text-decoration:none;font-size:14px}.admin-login-footer a:hover{color:var(--admin-primary)}.admin-dashboard{min-height:100vh;background:var(--admin-bg);display:flex;flex-direction:column}.admin-header{background:var(--admin-surface);border-bottom:1px solid var(--admin-border);padding:16px 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.admin-header-left{display:flex;align-items:center;gap:16px}.admin-header h1{margin:0;font-size:20px;color:var(--admin-text)}.admin-header-subtitle{color:var(--admin-text-muted);font-size:14px}.admin-header-right{display:flex;align-items:center;gap:16px}.admin-user{font-size:14px;color:var(--admin-text-muted)}.admin-content{flex:1;display:flex;overflow:hidden}.admin-sidebar{width:500px;min-width:500px;background:var(--admin-surface);border-right:1px solid var(--admin-border);display:flex;flex-direction:column;overflow:hidden}.admin-filters{padding:16px;border-bottom:1px solid var(--admin-border)}.admin-search input{width:100%;padding:10px 16px;border:1px solid var(--admin-border);border-radius:8px;font-size:14px;box-sizing:border-box}.admin-search input:focus{outline:none;border-color:var(--admin-primary)}.admin-filter-row{display:flex;gap:12px;margin-top:12px}.admin-filter-row select{flex:1;padding:8px 12px;border:1px solid var(--admin-border);border-radius:6px;font-size:13px;background:#fff;cursor:pointer}.admin-stats{display:flex;padding:12px 16px;gap:24px;border-bottom:1px solid var(--admin-border);background:#fafafa}.admin-stat{display:flex;flex-direction:column;align-items:center}.admin-stat-value{font-size:20px;font-weight:700;color:var(--admin-text)}.admin-stat-label{font-size:11px;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.5px}.admin-table-container{flex:1;overflow-y:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:600;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.5px;background:#fafafa;border-bottom:1px solid var(--admin-border);position:sticky;top:0;z-index:10}.admin-table-row{cursor:pointer;transition:background .15s}.admin-table-row:hover{background:#f9fafb}.admin-table-row.selected{background:#fef3c7}.admin-table-row.on-hold{opacity:.6}.admin-table-row td{padding:10px 12px;border-bottom:1px solid var(--admin-border);font-size:13px}.category-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.status-toggle{background:none;border:none;cursor:pointer;font-size:16px;padding:4px;border-radius:4px;transition:background .15s}.status-toggle:hover{background:var(--admin-border)}.date-id{font-family:SF Mono,Monaco,monospace;font-size:12px;color:var(--admin-text-muted);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-title{font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table-loading,.admin-table-error,.admin-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--admin-text-muted)}.admin-main{flex:1;overflow:hidden;display:flex}.admin-no-selection{flex:1;display:flex;align-items:center;justify-content:center}.admin-no-selection-content{text-align:center;color:var(--admin-text-muted)}.admin-no-selection-icon{font-size:64px;margin-bottom:16px;display:block}.admin-no-selection h2{margin:0 0 8px;color:var(--admin-text)}.admin-no-selection p{margin:0;font-size:14px}.admin-editor-preview{display:flex;flex:1;overflow:hidden}.admin-editor-panel{width:50%;overflow-y:auto;background:var(--admin-surface);border-right:1px solid var(--admin-border)}.admin-preview-panel{width:50%;overflow:hidden;background:#f9fafb}.date-editor{padding:24px}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--admin-border)}.editor-header h2{margin:0;font-size:18px;color:var(--admin-text)}.editor-id{font-family:SF Mono,Monaco,monospace;font-size:12px;color:var(--admin-text-muted);background:var(--admin-bg);padding:4px 10px;border-radius:4px}.editor-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.editor-message.success{background:#d1fae5;color:#065f46}.editor-message.error{background:#fee2e2;color:#dc2626}.editor-form{display:flex;flex-direction:column;gap:20px}.editor-field label{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--admin-text)}.editor-field input,.editor-field select,.editor-field textarea{width:100%;padding:10px 14px;border:1px solid var(--admin-border);border-radius:8px;font-size:14px;background:#fff;box-sizing:border-box}.editor-field textarea{resize:vertical;min-height:80px;font-family:inherit}.editor-field input:focus,.editor-field select:focus,.editor-field textarea:focus{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 3px #e639461a}.editor-field-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.editor-field-toggle{padding:20px;border-radius:12px;border:2px solid transparent;transition:all .3s ease}.editor-field-toggle.is-active{background:linear-gradient(135deg,#d1fae5,#ecfdf5);border-color:#10b981}.editor-field-toggle.is-on-hold{background:linear-gradient(135deg,#fee2e2,#fef2f2);border-color:#ef4444}.status-toggle-row{display:flex;align-items:center;justify-content:space-between}.status-indicator{display:flex;align-items:center;gap:10px}.status-dot{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}.status-dot.active{background:#10b981;box-shadow:0 0 0 4px #10b98133}.status-dot.on-hold{background:#ef4444;box-shadow:0 0 0 4px #ef444433;animation:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.status-label{font-size:16px;font-weight:700}.is-active .status-label{color:#065f46}.is-on-hold .status-label{color:#991b1b}.switch-label{position:relative;display:inline-block;width:60px;height:32px;cursor:pointer}.switch-label input{opacity:0;width:0;height:0}.switch-slider{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:32px;transition:all .3s ease}.switch-slider:before{content:"";position:absolute;width:26px;height:26px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 6px #0003}.switch-slider.active{background:linear-gradient(135deg,#10b981,#34d399)}.switch-slider.on-hold{background:linear-gradient(135deg,#ef4444,#f87171)}.switch-label input:checked+.switch-slider:before{transform:translate(28px)}.switch-label input:focus+.switch-slider{box-shadow:0 0 0 3px #3b82f64d}.toggle-hint{display:block;margin-top:12px;font-size:13px;font-weight:500}.is-active .toggle-hint{color:#047857}.is-on-hold .toggle-hint{color:#b91c1c}.dietary-tags{display:flex;flex-wrap:wrap;gap:8px}.dietary-tag{padding:6px 12px;border:1px solid var(--admin-border);border-radius:20px;background:#fff;font-size:12px;cursor:pointer;transition:all .15s}.dietary-tag:hover{border-color:var(--admin-primary)}.dietary-tag.active{background:var(--admin-primary);border-color:var(--admin-primary);color:#fff}.json-editor{font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px;line-height:1.5;min-height:200px;background:#1e1e1e;color:#d4d4d4;border-color:#1e1e1e}.json-editor:focus{border-color:var(--admin-primary)}.json-editor.has-error{border-color:var(--admin-error)}.json-format-btn{font-size:11px;padding:4px 8px;border:1px solid var(--admin-border);border-radius:4px;background:#fff;cursor:pointer;color:var(--admin-text-muted)}.json-format-btn:hover{background:var(--admin-bg)}.json-error{margin-top:8px;padding:8px 12px;background:#fee2e2;color:#dc2626;font-size:12px;border-radius:6px;font-family:monospace}.field-hint{display:block;margin-top:6px;font-size:12px;color:var(--admin-text-muted);font-style:italic}.editor-field-body{background:#f9fafb;padding:16px;border-radius:12px;border:1px solid var(--admin-border)}.editor-field-body label{display:flex;align-items:center;gap:12px;margin-bottom:12px}.label-hint{font-size:11px;font-weight:400;color:var(--admin-text-muted);background:var(--admin-border);padding:2px 8px;border-radius:4px}.body-toolbar{display:flex;gap:6px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--admin-border)}.body-toolbar button{padding:6px 12px;border:1px solid var(--admin-border);border-radius:6px;background:#fff;font-size:12px;font-weight:600;color:var(--admin-text);cursor:pointer;transition:all .15s}.body-toolbar button:hover{background:var(--admin-primary);border-color:var(--admin-primary);color:#fff}.body-editor{width:100%;min-height:400px;padding:16px;border:1px solid var(--admin-border);border-radius:8px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px;line-height:1.6;background:#fafafa;color:#1a1a1a;resize:vertical;box-sizing:border-box}.body-editor:focus{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 3px #e639461a}.body-editor::placeholder{color:#6a737d}.editor-actions{padding-top:20px;border-top:1px solid var(--admin-border)}.editor-actions .admin-btn{width:100%}.email-preview{display:flex;flex-direction:column;height:100%}.preview-header{padding:16px 20px;background:var(--admin-surface);border-bottom:1px solid var(--admin-border)}.preview-header h2{margin:0 0 6px;font-size:16px;color:var(--admin-text)}.preview-subject{font-size:12px;color:var(--admin-text-muted)}.preview-container{flex:1;padding:20px;overflow:auto}.preview-iframe{width:100%;height:100%;min-height:800px;border:none;border-radius:8px;background:#fff;box-shadow:var(--admin-shadow)}@media (max-width: 1200px){.admin-sidebar{width:400px;min-width:400px}.admin-editor-panel,.admin-preview-panel{width:50%}}@media (max-width: 900px){.admin-content{flex-direction:column}.admin-sidebar{width:100%;min-width:100%;max-height:40vh}.admin-editor-preview{flex-direction:column}.admin-editor-panel,.admin-preview-panel{width:100%;height:50%}}.dietary-tags-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.dietary-tag-checkbox{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;cursor:pointer;transition:all .2s}.dietary-tag-checkbox:hover{background:#ebebeb}.dietary-tag-checkbox input{margin:0}.dietary-tag-checkbox input:checked+.tag-label{color:var(--admin-primary);font-weight:600}.dietary-tag-checkbox:has(input:checked){background:#fff5f5;border-color:var(--admin-primary)}.tag-label{font-size:13px;text-transform:capitalize}.admin-tabs{display:flex;gap:0;background:#fff;border-bottom:2px solid #e5e5e5;padding:0 20px}.admin-tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:16px 24px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s;margin-bottom:-2px}.admin-tab:hover{background:#f9f9f9}.admin-tab.active{border-bottom-color:var(--admin-primary, #E63946);background:#fff}.admin-tab .tab-label{font-size:15px;font-weight:600;color:#666}.admin-tab.active .tab-label{color:var(--admin-primary, #E63946)}.admin-tab .tab-subtitle{font-size:11px;color:#999}.admin-tab.active .tab-subtitle{color:#666}@media (max-width: 768px){.admin-tabs{padding:0 10px;overflow-x:auto}.admin-tab{padding:12px 16px;min-width:fit-content}.admin-tab .tab-label{font-size:13px}.admin-tab .tab-subtitle{display:none}}:root{--ink: oklch(12% .015 40);--ink-soft: oklch(28% .015 40);--ink-muted: oklch(45% .015 40);--ink-faint: oklch(52% .015 40);--bg: oklch(97% .012 65);--surface: oklch(99% .004 70);--hairline: oklch(12% .015 40 / .08);--hairline-strong: oklch(12% .015 40 / .16);--ember: oklch(50% .16 32);--ember-dark: oklch(42% .16 32);--ember-tint: oklch(50% .16 32 / .12);--ember-text: oklch(42% .12 40);--gold: oklch(58% .13 78);--gold-soft: oklch(85% .08 55);--dark: oklch(10% .018 38);--tip-bg: oklch(93% .035 55);--cream: oklch(98% .008 70);--photo-overlay: linear-gradient(to top, oklch(10% .02 35 / .88) 15%, oklch(10% .02 35 / .2) 65%);--btn-shadow: 0 12px 28px oklch(50% .16 32 / .28);--font-display: "Lora", Georgia, serif;--font-ui: "DM Sans", -apple-system, sans-serif;--flame-orange: oklch(50% .16 32);--flame-red: oklch(42% .16 32);--deep-rose: oklch(42% .16 32);--soft-white: oklch(97% .012 65);--text-dark: oklch(12% .015 40);--text-muted: oklch(45% .015 40);--cream-warmth: oklch(93% .035 55)}body{font-family:var(--font-ui);background:var(--bg);color:var(--ink)}h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;color:var(--ink)}a{color:var(--ember-text)}a:hover{color:var(--ember-dark)}.btn,.btn-primary,.btn-secondary,.btn-outline,.draw-btn,.btn-upgrade,.redo-btn{font-family:var(--font-ui);font-weight:600;font-size:15px;border-radius:100px;border:none;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease;min-height:44px}.btn-primary,.draw-btn,.btn-upgrade{background:var(--ember);color:var(--cream);box-shadow:var(--btn-shadow)}.btn-primary:hover,.draw-btn:hover,.btn-upgrade:hover{background:var(--ember-dark);transform:none;box-shadow:var(--btn-shadow)}.btn-secondary{background:var(--surface);border:1px solid var(--hairline-strong);color:var(--ink)}.btn-secondary:hover{border-color:var(--ember);color:var(--ember-text);background:var(--surface)}.btn-outline{background:transparent;border:1px solid var(--cream);color:var(--cream)}.btn-outline:hover{background:#fcf8f324}.experience-card,.mini-card,.playlist-card,.completed-item,.stat-card,.stat-item,.quick-action,.settings-card,.auth-card,.modal{background:var(--surface);border:1px solid var(--hairline);border-radius:16px;box-shadow:none;transition:border-color .18s ease}.experience-card:hover,.mini-card:hover,.playlist-card:hover,.quick-action:hover{border-color:var(--hairline-strong);transform:none;box-shadow:none}.auth-container{background:var(--bg);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.25rem}.auth-card{padding:0;border-radius:18px;max-width:440px;width:100%;overflow:hidden}.auth-header{background:var(--dark);background-image:radial-gradient(ellipse at 50% 120%,oklch(45% .13 50 / .35),transparent 65%);padding:2.2rem 2rem 1.8rem;margin-bottom:0;text-align:center}.auth-header .logo{display:block;height:88px;width:auto;max-width:240px;margin:0 auto .9rem;border-radius:0;object-fit:contain}.auth-header h1{color:var(--cream);font-size:26px;margin-bottom:6px}.auth-header p{color:#c1b5ab;font-size:13.5px}.auth-card form,.auth-card .error-message,.auth-card .success-message,.auth-card .auth-footer,.auth-card>p{margin-left:2rem;margin-right:2rem}.auth-card form{margin-top:1.8rem}.auth-card .auth-footer{margin-bottom:2rem;padding-bottom:0}.form-group label{font-size:12.5px;font-weight:600;color:var(--ink-soft)}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--hairline-strong);border-radius:10px;padding:13px 16px;font-size:14.5px;background:var(--surface);font-family:var(--font-ui)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--ember);box-shadow:0 0 0 3px var(--ember-tint)}.forgot-password-link a{font-size:13px;font-weight:600}.auth-footer{font-size:13.5px}.auth-footer a{font-weight:600}.error-message{background:#ab331f14;border:1px solid oklch(50% .16 32 / .25);color:var(--ember-dark);border-radius:10px;padding:12px 14px;font-size:13.5px;margin-bottom:1rem}.content-layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh;background:var(--bg)}.sidebar{background:var(--surface);color:var(--ink);border-right:1px solid var(--hairline);padding:26px 16px;display:flex;flex-direction:column;gap:4px;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--ink);text-decoration:none;padding:2px 10px 18px}.sidebar-logo img{height:30px;width:auto}.sidebar-logo span{color:var(--ink)}.sidebar-badge-container{padding:0 10px 14px}.sidebar-nav{list-style:none;display:flex;flex-direction:column;gap:2px}.sidebar-nav a,.sidebar .nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;font-size:14px;font-weight:600;color:var(--ink-soft);text-decoration:none;transition:background .15s ease,color .15s ease}.sidebar-nav a:hover{background:var(--ember-tint);color:var(--ink)}.sidebar-nav a.active{background:var(--ember-tint);color:#892408}.sidebar-footer{margin-top:auto;padding:14px 10px 0;border-top:1px solid var(--hairline);font-size:13px;color:var(--ink-muted)}.sidebar-footer a{color:var(--ink-soft);font-weight:600}.sidebar-footer .logout-link{background:none;border:none;border-radius:10px;color:var(--ink-soft);font-family:var(--font-ui);font-size:14px;font-weight:600;cursor:pointer;padding:11px 12px;transition:background .15s ease,color .15s ease}.sidebar-footer .logout-link:hover{background:var(--ember-tint);color:var(--ink)}.app-header{background:var(--bg);box-shadow:none;border-bottom:1px solid var(--hairline);position:sticky;top:0;z-index:30}.header-content{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;max-width:none}.header-logo{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--ink);text-decoration:none}.header-logo img{height:26px;width:auto}.header-logo .logo-two,.header-logo .logo-flames{color:var(--ink)}.user-avatar{width:38px;height:38px;min-width:38px;border-radius:50%;border:1px solid var(--hairline-strong);background:var(--surface);color:var(--ember-text);font-family:var(--font-ui);font-weight:700;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center}.user-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:var(--surface);border:1px solid var(--hairline);border-radius:14px;box-shadow:0 16px 40px #0a040324;min-width:220px;overflow:hidden;z-index:50}.header-user{position:relative}.dropdown-header{padding:12px 16px}.dropdown-email{font-size:12.5px;color:var(--ink-muted);word-break:break-all}.dropdown-divider{height:1px;background:var(--hairline)}.dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:var(--font-ui);font-size:14px;font-weight:500;color:var(--ink-soft);background:none;border:none;cursor:pointer;text-decoration:none}.dropdown-item:hover{background:var(--ember-tint);color:var(--ink)}.dropdown-item-danger{color:var(--ember-text)}.tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;background:var(--surface);border-top:1px solid var(--hairline);padding:8px 8px calc(10px + env(safe-area-inset-bottom))}.tab-bar .tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:600;color:var(--ink-faint);min-height:44px;text-decoration:none}.tab-bar .tab.active{color:var(--ember)}.content-main{padding:1.5rem 1.25rem 5.5rem;max-width:100%}@media (max-width: 899px){.content-layout{grid-template-columns:1fr}.sidebar{display:none}}@media (min-width: 900px){.app-header,.tab-bar{display:none}.content-main{padding:2.5rem 3rem 3rem;max-width:1080px}}.page-header{margin-bottom:1.5rem}.page-header h1{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--ink)}.page-header p{color:var(--ink-muted);font-size:14px;margin-top:4px}@media (min-width: 900px){.page-header h1{font-size:30px}}.back-link{font-size:13px;font-weight:600;color:var(--ember-text);text-decoration:none}.mobile-back{display:inline-block;margin-bottom:.75rem}@media (min-width: 900px){.mobile-back{display:none}}.dashboard-header{margin-bottom:1.25rem;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dashboard-header h1{font-size:26px}@media (min-width: 900px){.dashboard-header h1{font-size:30px}}.subscription-badge{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ember-text);border:1px solid oklch(50% .16 32 / .35);background:transparent;border-radius:100px;padding:5px 12px}.badge-expired{color:var(--ink-muted);border-color:var(--hairline-strong)}.alert-banner{background:var(--surface);border:1px solid var(--hairline);border-radius:14px;padding:14px 18px;color:var(--ink-soft);font-size:13.5px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:1rem}.alert-banner strong{color:var(--ember-text)}.alert-banner .btn-upgrade{padding:10px 20px;font-size:13px;min-height:40px}.featured-card{position:relative;border-radius:18px;overflow:hidden;border:none;min-height:300px;background:var(--dark);display:block;padding:0;margin-bottom:1.75rem}.featured-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--photo-overlay)}.featured-card .featured-content{position:absolute;bottom:0;left:0;right:0;padding:22px;max-width:none}.featured-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-soft)}.featured-content h2{color:var(--cream);font-size:24px;margin:8px 0 6px;font-family:var(--font-display)}.featured-content>p{color:#dfd5ce;font-size:13.5px;line-height:1.5}.featured-meta{display:flex;gap:12px;font-size:12px;color:#d8cbc1;margin-top:10px;flex-wrap:wrap}.featured-actions{display:flex;gap:10px;margin-top:16px}.featured-actions .btn{flex:1;padding:13px;font-size:13.5px;width:auto}.featured-actions .btn-primary{background:var(--cream);color:var(--ink);box-shadow:none}.featured-actions .btn-primary:hover{background:#f0eae4}.featured-icon{display:none}@media (min-width: 900px){.featured-card{min-height:320px}.featured-content h2{font-size:28px}}.cooldown-card .featured-photo{opacity:.45}.cooldown-card .featured-content{position:relative;padding:24px 22px;display:flex;flex-direction:column;justify-content:center;min-height:280px}.cooldown-card h2{margin-top:4px}.cooldown-subtitle{color:#d8cbc1;font-size:13px;margin-top:4px}.cooldown-timer{margin:10px 0 6px}.cooldown-time{font-family:var(--font-display);font-weight:600;font-size:24px;color:var(--cream)}.cooldown-tip{color:#c1b5ab;font-size:12.5px;line-height:1.5}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.9rem}.section-header h2,.section-title,.stats-section>h2{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ember-text);font-family:var(--font-ui)}.section-title{margin:1.75rem 0 .9rem}.section-header a{font-size:12.5px;font-weight:600}.quick-access{margin-bottom:1.75rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quick-action{padding:14px 6px;display:flex;flex-direction:column;align-items:center;gap:8px;border-radius:14px;text-decoration:none}.quick-action span{font-size:10.5px;font-weight:600;color:var(--ink-soft);text-align:center}.quick-action-icon{font-size:0;color:var(--ember-text);display:flex}.more-experiences{margin-bottom:1.75rem}.experiences-grid,.content-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 900px){.experiences-grid,.content-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.experience-card{display:flex;gap:14px;padding:12px;align-items:center;text-decoration:none}.experience-card .card-image{width:64px;height:64px;min-width:64px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#ab331f,#64230d);display:flex;align-items:center;justify-content:center;font-size:0;color:var(--gold-soft)}.experience-card .card-image img{width:100%;height:100%;object-fit:cover}.experience-card .card-body{flex:1;min-width:0;padding:0}.experience-card .card-tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ember-text);background:none;padding:0}.experience-card h3{font-family:var(--font-display);font-size:15.5px;font-weight:600;color:var(--ink);margin:3px 0 2px}.experience-card .card-body p{font-size:12.5px;color:var(--ink-muted);line-height:1.45}.experience-card .card-meta{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:var(--ink-faint);margin-top:6px}.experience-card .card-link{color:var(--ember-text);font-weight:600}@media (min-width: 900px){.experience-card{flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.experience-card .card-image{width:100%;height:130px;border-radius:0}.experience-card .card-body{padding:14px 16px 16px}.experience-card h3{font-size:17px}}.stats-section h2{margin-bottom:.9rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 900px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{padding:18px;text-align:center;border-radius:14px}.stat-value{font-family:var(--font-display);font-weight:600;font-size:26px;color:var(--ink);background:none;-webkit-text-fill-color:initial}.stat-label{font-size:11.5px;color:var(--ink-faint);margin-top:4px}.filter-tabs,.deck-selector{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.25rem}.filter-tab,.deck-btn,.settings-nav button{font-family:var(--font-ui);font-size:12.5px;font-weight:600;padding:9px 16px;border-radius:100px;background:var(--surface);color:var(--ink-soft);border:1px solid var(--hairline-strong);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.filter-tab:hover,.deck-btn:hover{border-color:var(--ember);color:var(--ember-text)}.filter-tab.active,.deck-btn.active,.settings-nav button.active{background:var(--ember);color:var(--cream);border-color:transparent}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 900px){.mini-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.mini-card{padding:0;overflow:hidden;cursor:pointer}.mini-card-header{position:relative;height:88px;background:linear-gradient(135deg,#8c3800,#4e1c0c);background:linear-gradient(135deg,color(xyz 0.123 0.084 0.009),#4e1c0c);background-size:cover;background-position:center;display:block;padding:0}.mini-card-icon{display:none}.mini-card-time{position:absolute;top:8px;right:8px;font-size:10.5px;font-weight:700;color:var(--cream);background:#0802018c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:100px;padding:4px 10px}.mini-card h3{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink);margin:12px 14px 4px}.mini-card p{font-size:12px;color:var(--ink-muted);line-height:1.45;margin:0 14px 14px}.modal-overlay{background:#0802018c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{border-radius:18px;padding:1.75rem}.modal-header h2{font-family:var(--font-display);font-size:21px;color:var(--ink)}.modal-header span{display:none}.modal-header p{color:var(--ember-text);font-size:12.5px;font-weight:600;margin-top:2px}.modal-content{color:var(--ink-soft);font-size:14px;line-height:1.65}.modal-actions{display:flex;gap:10px;margin-top:1.25rem}.modal-actions button{flex:1;padding:13px;font-size:14px}.card-area{max-width:460px;margin:0 auto;text-align:center}.conversation-card{position:relative;background:var(--dark);border-radius:20px;padding:44px 30px;text-align:center;overflow:hidden;cursor:pointer;min-height:260px;display:flex;align-items:center;justify-content:center;border:none;box-shadow:none}.conversation-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 110%,oklch(45% .13 50 / .35),transparent 65%)}.conversation-card:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid oklch(70% .13 78 / .35);border-radius:14px;pointer-events:none}.card-front,.card-back{position:relative;z-index:1}.card-front .card-icon{display:none}.card-front h3{font-family:var(--font-display);color:var(--cream);font-size:21px;margin-bottom:6px}.card-front p{color:#a2968c;font-size:12.5px}.card-category{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.card-question{font-family:var(--font-display);font-style:italic;font-size:21px;line-height:1.45;color:var(--cream);margin:18px 0}.card-instruction{font-size:11.5px;color:#a2968c}.draw-btn{margin-top:1.25rem;padding:14px 32px;width:auto}.cards-drawn{color:var(--ink-faint);font-size:12.5px;margin-top:.9rem}.spotify-note{display:flex;align-items:center;gap:10px;color:var(--ink-muted);font-size:13px;background:none;border:none;padding:0;margin-bottom:1.25rem}.spotify-note svg{color:var(--ink-faint);width:18px;height:18px}.playlist-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 900px){.playlist-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.playlist-card{display:flex;gap:14px;padding:12px;align-items:center}.playlist-cover{width:60px;height:60px;min-width:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:0;color:var(--gold-soft)}.playlist-cover:before{content:"";width:22px;height:22px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='17.5' cy='15.5' r='2.5'/%3E%3Cpath d='M9 17.5V6l11-2v11.5'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='17.5' cy='15.5' r='2.5'/%3E%3Cpath d='M9 17.5V6l11-2v11.5'/%3E%3C/svg%3E") center / contain no-repeat}.playlist-cover.romantic{background:linear-gradient(135deg,#6b141f,#2c0805)}.playlist-cover.chill{background:linear-gradient(135deg,#1f2a56,#0d0a1d)}.playlist-cover.dinner{background:linear-gradient(135deg,#641f29,#240706)}.playlist-cover.morning{background:linear-gradient(135deg,#966626,#5b2c0d)}.playlist-cover.adventure{background:linear-gradient(135deg,#923002,#400e03)}.playlist-cover.intimate{background:linear-gradient(135deg,#4a183c,#120515)}.playlist-body{flex:1;min-width:0;padding:0}.playlist-body h3{font-family:var(--font-display);font-size:15.5px;font-weight:600;color:var(--ink);margin-bottom:2px}.playlist-body p{font-size:12.5px;color:var(--ink-muted);line-height:1.45}.playlist-meta{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:var(--ink-faint);margin-top:6px}.play-btn{color:var(--ember-text);font-weight:600;font-size:12.5px;text-decoration:none;background:none;padding:0;border:none}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:1.5rem}@media (max-width: 480px){.stats-bar{grid-template-columns:repeat(2,1fr)}}.stat-card{padding:14px 10px;text-align:center;border-radius:14px}.stat-number{font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--ink);background:none;-webkit-text-fill-color:initial}.stat-card .stat-label{font-size:10.5px}.completed-list{display:flex;flex-direction:column;gap:10px}.completed-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;flex-wrap:wrap}.completed-icon{display:none}.completed-info{flex:1;min-width:160px}.completed-info h4{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink)}.completed-info p{font-size:11.5px;color:var(--ink-faint);margin-top:2px}.category-tag{text-transform:capitalize;color:var(--ember-text);font-weight:600}.item-notes{font-style:italic;color:var(--ink-muted)}.completed-meta{text-align:right}.completed-date{font-size:11px;color:var(--ink-faint)}.completed-rating{color:var(--gold);letter-spacing:.1em;font-size:12px;display:block;margin-top:2px}.completed-badge{color:var(--ember-text);font-weight:600;font-size:12px}.redo-btn{font-size:12px;padding:8px 16px;min-height:36px;background:var(--surface);border:1px solid var(--hairline-strong);color:var(--ink-soft);text-decoration:none;display:inline-flex;align-items:center}.redo-btn:hover{border-color:var(--ember);color:var(--ember-text)}.archive-progress{margin-top:1.75rem}.progress-bar{background:var(--hairline);border-radius:100px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#ab331f,#c06325);height:100%;border-radius:100px}.progress-text{font-size:12.5px;color:var(--ink-muted);margin-top:8px}.settings-section h2{font-family:var(--font-display);font-size:21px;margin-bottom:4px}.section-desc{color:var(--ink-muted);font-size:13px;margin-bottom:1.25rem}.settings-nav{display:flex;gap:8px;flex-wrap:wrap}@media (min-width: 900px){.settings-nav{flex-direction:column;align-items:stretch}.settings-nav button{border-radius:10px;text-align:left;border:none;background:none;padding:11px 12px;font-size:14px}.settings-nav button.active{background:var(--ember-tint);color:#892408}}.toggle-group{display:flex;gap:8px;flex-wrap:wrap}.toggle-group button{border-radius:100px}.success-message{background:#a170001f;background:oklch(58% .13 78 / .12);border:1px solid oklch(58% .13 78 / .3);color:#604100;color:oklch(40% .09 78);border-radius:10px;padding:12px 14px;font-size:13.5px;margin-bottom:1rem}.experience-page{background:var(--bg);min-height:100vh;font-family:var(--font-ui)}.experience-header{position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;color:var(--cream)}@media (min-width: 900px){.experience-header{min-height:320px}}.experience-header-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.experience-header-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--photo-overlay)}.experience-nav{position:relative;z-index:2;padding:16px 18px}.experience-nav .back-link{color:var(--cream);background:#08020173;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;padding:8px 16px;font-size:12.5px;font-weight:600}.experience-header-content{position:relative;z-index:2;padding:0 18px 24px;max-width:780px}.experience-tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-soft);border:1px solid oklch(85% .08 55 / .45);padding:5px 12px;border-radius:100px;background:none}.experience-header-content h1{font-family:var(--font-display);color:var(--cream);font-size:28px;margin:12px 0 6px}@media (min-width: 900px){.experience-header-content h1{font-size:34px}}.experience-header-content>p{color:#dfd5ce;font-size:14px}.experience-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:#d8cbc1;margin-top:10px}.experience-main{max-width:780px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.experience-content-card{background:none;box-shadow:none;border:none;padding:0}.experience-section{margin-bottom:2rem}.experience-section h2{font-family:var(--font-display);font-size:20px;margin-bottom:.75rem}.experience-section h3{font-family:var(--font-display);font-size:16.5px;margin:1.1rem 0 .6rem}.experience-section p,.experience-section li{font-size:14px;line-height:1.65;color:var(--ink-soft)}.experience-section ul,.experience-section ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:6px}.experience-checklist{list-style:none;padding-left:0!important}.experience-checklist li{position:relative;padding-left:30px}.experience-checklist li:before{content:"";position:absolute;left:0;top:1px;width:19px;height:19px;background:var(--ember-text);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12.5 2.7 2.7L16 9.5'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12.5 2.7 2.7L16 9.5'/%3E%3C/svg%3E") center / contain no-repeat}.pro-tip{background:var(--tip-bg);border:none;border-left:none;border-radius:14px;padding:16px 18px;font-size:13.5px;line-height:1.6;color:#3b2922;margin:.9rem 0}.pro-tip strong{font-weight:600}.pro-tip:before{content:"Pro tip — ";font-family:var(--font-display);font-style:italic;color:var(--ember-text)}.timeline-item{border-left:1px solid oklch(50% .16 32 / .25);padding-left:16px;margin-bottom:1.25rem}.timeline-time{font-family:var(--font-display);font-style:italic;font-size:13.5px;color:var(--ember-text);margin-bottom:4px;background:none;padding:0}.question-card{background:var(--surface);border:1px solid var(--hairline);border-radius:14px;padding:14px 18px;margin:.6rem 0}.question-card p{font-family:var(--font-display);font-style:italic;color:var(--ink-soft);font-size:14.5px}.challenge-card{background:var(--surface);border:1px solid var(--hairline);border-radius:14px;padding:16px 18px;margin-bottom:1rem}.challenge-card h4{font-family:var(--font-display);font-size:15.5px;margin-bottom:6px;color:var(--ink)}.btn-block{width:100%;display:block;padding:15px}.experience-footer{text-align:center;padding:2rem 1rem 2.5rem;color:var(--ink-faint);font-size:12.5px}.loading-state,.empty-state,.error-state{text-align:center;padding:2.5rem 1rem;color:var(--ink-muted)}.empty-state{background:var(--surface);border:1px solid var(--hairline);border-radius:14px}.spinner{border:3px solid var(--hairline);border-top-color:var(--ember);border-radius:50%;width:32px;height:32px;margin:0 auto 12px;animation:tf-spin .8s linear infinite}@keyframes tf-spin{to{transform:rotate(360deg)}}.loading{background:var(--bg);color:var(--ink-muted);font-family:var(--font-ui)}
