@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.affirmations-container{height:100%;padding:2rem;font-family:Poppins,sans-serif;color:white;display:flex;justify-content:center;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.05)' fill-rule='evenodd'/%3E%3C/svg%3E")}.affirmations-content{max-width:900px;width:100%}.affirmations-header{display:flex;align-items:center;margin-bottom:2rem}.header-icon{font-size:2rem;margin-right:1rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.affirmations-header h1{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(90deg,#fcd34d,#f97316);text-shadow:0 0 20px rgba(251,146,60,.3);-webkit-background-clip:text;background-clip:text;color:transparent}.preferences-card{border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.3)}.preferences-card h2{font-size:1.8rem;margin-top:0;margin-bottom:1.5rem;color:#f59e0b;font-weight:600}.preference-section{margin-bottom:2rem}.preference-section h3{font-size:1.2rem;margin-bottom:1rem;color:#f8fafc;font-weight:500}.theme-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.theme-option{background:rgba(30,58,138,.3);border-radius:15px;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:1px solid rgba(184,134,11,.2);display:flex;flex-direction:column;align-items:center;text-align:center}.theme-option:hover{background:rgba(30,41,59,.5);transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.theme-option.selected{background:linear-gradient(135deg,rgba(146,64,14,.7),rgba(30,58,138,.7));border:1px solid rgba(245,158,11,.6);box-shadow:0 0 15px rgba(245,158,11,.3)}.theme-icon{font-size:2rem;margin-bottom:.75rem}.theme-label{font-weight:600;font-size:1.1rem;margin-bottom:.25rem}.theme-description{font-size:.85rem;color:#cbd5e1}.style-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.style-option{background:rgba(30,58,138,.3);border-radius:15px;padding:1.25rem;cursor:pointer;transition:all .3s ease;border:1px solid rgba(184,134,11,.2)}.style-option:hover{background:rgba(30,41,59,.5);transform:translateY(-5px)}.style-option.selected{background:linear-gradient(135deg,rgba(146,64,14,.7),rgba(30,58,138,.7));border:1px solid rgba(245,158,11,.6);box-shadow:0 0 15px rgba(245,158,11,.3)}.style-label{font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.style-description{font-size:.85rem;color:#cbd5e1}.save-button-affirmations{width:100%;padding:1.5rem;border-radius:12px;font-size:1.2rem;font-weight:600;margin-top:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:none;outline:none}.save-button-affirmations.active{background:linear-gradient(90deg,#b45309,#c2410c);color:white;box-shadow:0 10px 20px rgba(180,83,9,.3)}.save-button-affirmations.active:hover{background:linear-gradient(90deg,#92400e,#b45309);transform:translateY(-2px);box-shadow:0 15px 25px rgba(180,83,9,.4)}.save-button-affirmations.disabled{background:#475569;color:#94a3b8;cursor:not-allowed}.arrow-icon-affirmation{margin-left:.5rem;color:white}.results-container{display:flex;flex-direction:column;gap:1.5rem}.affirmations-card,.tips-card{background:rgba(2,6,23,.65);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.3);backdrop-filter:blur(10px);border:1px solid rgba(184,134,11,.2)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.card-header h2{font-size:1.8rem;margin:0 0 .25rem;color:#f59e0b;font-weight:600}.preferences-display{font-size:.9rem;color:#f0e297}.affirmation-reset-button{background:linear-gradient(90deg,#b45309,#c2410c);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:white;border-radius:1rem;padding:1rem;transition:all .3s ease}.affirmation-reset-button:hover{background:linear-gradient(90deg,#92400e,#b45309);transform:translateY(-2px);box-shadow:0 15px 25px rgba(180,83,9,.3)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0}.loading-spinner{width:60px;height:60px;border:4px solid rgba(245,158,11,.1);border-left-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{margin-top:1rem;color:#f59e0b;font-size:1.1rem}.affirmations-list{display:flex;flex-direction:column;gap:1rem}.affirmation-item{position:relative;background:linear-gradient(135deg,rgba(15,23,42,.8),rgba(146,64,14,.2));border-radius:15px;padding:1.5rem;border-left:5px solid #f59e0b;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease}.affirmation-item:hover{transform:translateX(5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.affirmation-item p{margin:0;font-size:1.1rem;line-height:1.6;padding-right:2rem}.favorite-button{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#94a3b8;cursor:pointer;transition:all .3s ease}.favorite-button:hover{color:#f59e0b;transform:scale(1.2)}.favorite-button.favorited{color:#f59e0b}.generate-button{background:linear-gradient(90deg,#b45309,#c2410c);color:white;border:none;border-radius:12px;padding:1rem;font-size:1.2rem;font-weight:600;margin-top:1.5rem;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 10px 15px rgba(180,83,9,.2);position:relative;overflow:hidden}.generate-button:hover{background:linear-gradient(90deg,#92400e,#b45309);transform:translateY(-2px);box-shadow:0 15px 25px rgba(180,83,9,.3)}.generate-button:disabled{background:#475569;cursor:not-allowed}.sparkle-icon{margin-left:.5rem}.tips-card{background:linear-gradient(135deg,rgba(15,23,42,.8),rgba(30,58,138,.4))}.tips-card h3{font-size:1.5rem;margin-top:0;margin-bottom:1rem;color:#f59e0b}.tips-list{list-style-type:none;padding:0;margin:0}.tips-list li{display:flex;margin-bottom:.75rem;font-size:1rem;line-height:1.5}.tip-bullet{color:#f59e0b;margin-right:.75rem;font-size:1.25rem}@media (max-width:768px){.affirmations-container{padding:1rem}.style-options,.theme-options{grid-template-columns:1fr}.affirmations-header h1{font-size:2rem}.card-header{flex-direction:column;align-items:flex-start}.affirmation-reset-button{margin-top:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.affirmations-container{animation:fadeIn .5s ease}.affirmation-item{animation:fadeIn .6s ease}