@charset "UTF-8";.logout-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out}.logout-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.logout-modal__container{position:relative;background:#fff;border-radius:24px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out;z-index:1;max-width:400px}.logout-modal__close-btn{position:absolute;top:16px;right:16px;background:#0000000d;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#666}.logout-modal__close-btn:hover{background:#0000001a;transform:scale(1.1)}.logout-modal__header{text-align:center;padding:32px 24px 16px}.logout-modal__icon-container{width:64px;height:64px;background:#fff5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#e85a4f}.logout-modal__title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.logout-modal__subtitle{font-size:16px;color:#666;font-weight:500;margin:0}.logout-modal__content{padding:0 24px 24px}.logout-modal__description{font-size:14px;color:#888;text-align:center;line-height:1.4;margin:0}.logout-modal__actions{display:flex;gap:12px;padding:0 24px 24px}.logout-modal__cancel-btn{flex:1;background:#f5f5f5;color:#666;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.logout-modal__cancel-btn:hover{background:#e5e5e5}.logout-modal__confirm-btn{flex:1;background:#e85a4f;color:#fff;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 8px #e85a4f4d}.logout-modal__confirm-btn:hover{background:#d74a3f;box-shadow:0 6px 12px #e85a4f66}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes sparkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes loadingDot{0%,80%,to{opacity:.3}40%{opacity:1}}.autocomplete-loading-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out}.autocomplete-loading-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.autocomplete-loading-modal__container{position:relative;background:#fff;border-radius:24px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out;z-index:1;max-width:400px;text-align:center}.autocomplete-loading-modal__sparkles{position:absolute;width:100%;height:100%;pointer-events:none}.autocomplete-loading-modal__sparkle{position:absolute;font-size:24px;animation:float 3s ease-in-out infinite}.autocomplete-loading-modal__sparkle--1{top:20%;left:10%;animation-delay:0s}.autocomplete-loading-modal__sparkle--2{top:15%;right:15%;animation-delay:.5s}.autocomplete-loading-modal__sparkle--3{bottom:25%;left:15%;animation-delay:1s}.autocomplete-loading-modal__sparkle--4{bottom:20%;right:10%;animation-delay:1.5s}.autocomplete-loading-modal__icon-container{position:relative;width:80px;height:80px;margin:32px auto 24px;display:flex;align-items:center;justify-content:center}.autocomplete-loading-modal__wand{color:#e85a4f;animation:wave 2s ease-in-out infinite}.autocomplete-loading-modal__sparkle-trail{position:absolute;font-size:20px;animation:sparkleTrail 1.5s ease-out infinite}.autocomplete-loading-modal__content{padding:0 24px 24px}.autocomplete-loading-modal__primary-message{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.autocomplete-loading-modal__secondary-message{font-size:16px;color:#e85a4f;font-weight:600;margin:0 0 8px}.autocomplete-loading-modal__sub-message{font-size:14px;color:#888;margin:0;line-height:1.4}.autocomplete-loading-modal__loading{display:flex;justify-content:center;gap:8px;padding:0 24px 32px}.autocomplete-loading-modal__dot{width:8px;height:8px;border-radius:50%;background:#e85a4f;animation:bounce 1.4s infinite}.autocomplete-loading-modal__dot:nth-child(1){animation-delay:0s}.autocomplete-loading-modal__dot:nth-child(2){animation-delay:.2s}.autocomplete-loading-modal__dot:nth-child(3){animation-delay:.4s}@keyframes float{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-20px);opacity:1}}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}@keyframes sparkleTrail{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(30px,-30px) scale(0)}}@keyframes bounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-10px);opacity:1}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sidebar-overlay--open{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;background:#f8f9fa;z-index:1000;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000001a}.sidebar--open{transform:translate(0)}.sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.25rem;background:#fff;border-bottom:1px solid #E5E5E7}.sidebar__title{font-size:1.25rem;font-weight:700;color:#333;margin:0}.sidebar__close{background:none;border:none;color:#333;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:background .2s}.sidebar__close:hover{background:#0000000d}.sidebar__menu{flex:1;padding:1.25rem;overflow-y:auto}.sidebar__menu-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;background:#fff;border:none;border-radius:.5rem;margin-bottom:.0625rem;cursor:pointer;transition:background .2s;color:#333;font-size:1rem;font-weight:500;text-align:left}.sidebar__menu-item:hover{background:#f5f5f5}.sidebar__menu-item span{flex:1}.sidebar__menu-item svg{color:#999;flex-shrink:0}.sidebar__bottom{padding:1.25rem;border-top:1px solid #E5E5E7;background:#fff}.sidebar__delete-btn,.sidebar__logout-btn{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;background:none;border:none;cursor:pointer;transition:background .2s;color:#e85a4f;font-size:1rem;font-weight:500;text-align:left;border-radius:.5rem}.sidebar__delete-btn:hover,.sidebar__logout-btn:hover{background:#e85a4f0d}.sidebar__version{font-size:.75rem;color:#999;text-align:center;margin-top:1rem;margin-bottom:0}@media (max-width: 768px){.sidebar{width:85%;max-width:320px}}.home-screen{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff);display:flex;flex-direction:column}.home-screen__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:transparent;min-height:80px}.home-screen__menu-btn{background:#ffffffe6;border:none;padding:.75rem;border-radius:.75rem;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s;color:#333}.home-screen__menu-btn:hover{box-shadow:0 4px 8px #00000026}.home-screen__header-right{display:flex;align-items:center;gap:.75rem}.home-screen__premium-badge{background:#e85a4f;color:#fff;padding:.375rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 4px #e85a4f4d}.home-screen__premium-badge-content{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.home-screen__premium-badge-text{font-size:.75rem;font-weight:700;letter-spacing:.5px}.home-screen__premium-usage-text{font-size:.5625rem;font-weight:600;letter-spacing:.3px;opacity:.9}.home-screen__content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.home-screen__welcome-back{padding:1.25rem;text-align:center;animation:fadeIn .5s ease-out}.home-screen__welcome-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.5rem}.home-screen__welcome-subtitle{font-size:1rem;color:#666}.home-screen__await-card{background:#ffe8e6;margin:0 1.25rem 1.875rem;padding:1.25rem;border-radius:1rem;animation:slideUp .6s ease-out .1s both}.home-screen__await-title{font-size:1.25rem;font-weight:700;color:#e85a4f;text-align:center;margin-bottom:.75rem}.home-screen__await-subtitle{font-size:.875rem;color:#666;text-align:center;line-height:1.25rem;margin-bottom:1.25rem}.home-screen__await-actions{display:flex;align-items:center;gap:.75rem}.home-screen__resume-btn{flex:1;background:#e85a4f;color:#fff;border:none;padding:.75rem 2rem;border-radius:1.5625rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.home-screen__resume-btn:hover{background:#d14a3f}.home-screen__delete-btn{background:#fff;border:1px solid #E85A4F;color:#e85a4f;padding:.75rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.home-screen__delete-btn:hover{background:#e85a4f0d}.home-screen__illustration{padding:2.5rem 1.25rem;text-align:center;animation:scaleIn .6s ease-out}.home-screen__paper-container{position:relative;width:200px;height:200px;margin:0 auto;display:flex;align-items:center;justify-content:center}.home-screen__paper{width:160px;height:160px;background:#fff;border-radius:.75rem;border:2px solid #8B4513;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000001a}.home-screen__heart{color:#e85a4f;animation:heartPulse 2s ease-in-out infinite}.home-screen__pencil{position:absolute;bottom:10px;right:10px;display:flex;align-items:center}.home-screen__pencil-tip{width:12px;height:12px;background:gold;border-top-left-radius:6px;border-bottom-left-radius:6px}.home-screen__pencil-body{width:48px;height:12px;background:#e85a4f;border-top-right-radius:6px;border-bottom-right-radius:6px}.home-screen__create-title{padding:0 1.25rem 2.5rem;text-align:center;animation:fadeIn .6s ease-out .2s both}.home-screen__create-title h1{font-size:1.5rem;font-weight:700;color:#e85a4f;line-height:2rem}.home-screen__create-button{padding:0 1.25rem 2.5rem;text-align:center;animation:slideUp .6s ease-out .3s both}.home-screen__create-btn{background:#e85a4f;color:#fff;border:none;padding:.95rem 6.5rem;border-radius:1.55rem;font-size:1.25rem;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s}.home-screen__create-btn:hover{box-shadow:0 4px 8px #00000026}.home-screen__premium{padding:1.875rem 1.25rem;text-align:center;animation:fadeIn .6s ease-out .4s both}.home-screen__premium-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.home-screen__premium-subtitle{font-size:.875rem;color:#666;margin-bottom:1.5rem;line-height:1.25rem}.home-screen__premium-cards{display:flex;justify-content:center;gap:1rem}.home-screen__premium-card{background:#fff;padding:1.5rem;border-radius:1.25rem;box-shadow:0 8px 16px #e85a4f26;border:1px solid rgba(232,90,79,.1);text-align:center;flex:1;max-width:300px}.home-screen__premium-card h3{font-size:1.125rem;font-weight:700;color:#333;margin:1rem 0;letter-spacing:.5px}.home-screen__premium-icon{width:64px;height:64px;background:#e85a4f1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#e85a4f}.home-screen__example-btn{background:#e85a4f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:1.5625rem;font-size:.875rem;font-weight:700;letter-spacing:.5px;cursor:pointer;box-shadow:0 4px 8px #e85a4f4d;transition:all .2s}.home-screen__example-btn:hover{box-shadow:0 6px 12px #e85a4f66}.home-screen__history{padding:1.25rem}.home-screen__history-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:1rem}.home-screen__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.home-screen__loading p{font-size:.875rem;color:#666}.home-screen__spinner{width:24px;height:24px;border:3px solid rgba(232,90,79,.2);border-top-color:#e85a4f;border-radius:50%;animation:spin 1s linear infinite}.home-screen__empty{text-align:center;padding:2rem 1rem}.home-screen__empty p{font-size:1rem;font-weight:600;color:#666;margin-bottom:.25rem}.home-screen__empty-subtitle{font-size:.875rem;color:#999}.home-screen__conversations{display:flex;flex-direction:column;gap:1.25rem}.home-screen__conversation-card{background:#fff;padding:1.25rem;border-radius:1rem;box-shadow:0 4px 8px #0000001a;border:1px solid rgba(232,90,79,.05);animation:slideUp .4s ease-out both}.home-screen__conversation-card:nth-child(1){animation-delay:.1s}.home-screen__conversation-card:nth-child(2){animation-delay:.2s}.home-screen__conversation-card:nth-child(3){animation-delay:.3s}.home-screen__conversation-card:nth-child(4){animation-delay:.4s}.home-screen__conversation-card:nth-child(5){animation-delay:.5s}.home-screen__conversation-card:nth-child(6){animation-delay:.6s}.home-screen__conversation-card:nth-child(7){animation-delay:.7s}.home-screen__conversation-card:nth-child(8){animation-delay:.8s}.home-screen__conversation-card:nth-child(9){animation-delay:.9s}.home-screen__conversation-card:nth-child(10){animation-delay:1s}.home-screen__conversation-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.home-screen__conversation-icon{width:56px;height:56px;background:#e85a4f1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e85a4f;box-shadow:0 2px 4px #e85a4f33}.home-screen__conversation-info{flex:1}.home-screen__conversation-info h3{font-size:1.125rem;font-weight:700;color:#333;margin-bottom:.5rem;letter-spacing:.3px}.home-screen__conversation-status{font-size:.875rem;font-weight:600}.home-screen__conversation-actions{margin-top:1rem}.home-screen__btn{border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.5px}.home-screen__btn svg{flex-shrink:0}.home-screen__btn--resume{background:#e85a4f;color:#fff;width:100%;box-shadow:0 3px 5px #e85a4f4d}.home-screen__btn--resume:hover{background:#d14a3f;transform:translateY(-2px);box-shadow:0 5px 10px #e85a4f66}.home-screen__btn--view{background:transparent;border:1px solid #E85A4F;color:#e85a4f;flex:1}.home-screen__btn--view:hover{background:#e85a4f0d}.home-screen__btn--cards{background:#e85a4f;color:#fff;flex:1;padding:.625rem 1rem;border-radius:.5rem;gap:.375rem;box-shadow:0 2px 4px #e85a4f33}.home-screen__btn--cards:hover{background:#d14a3f;box-shadow:0 4px 8px #e85a4f4d}.home-screen__btn--pay{background:#7c3aed;color:#fff;width:100%;box-shadow:0 3px 5px #7c3aed4d}.home-screen__btn--pay:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 5px 10px #7c3aed66}.home-screen__btn--create{background:#e85a4f;color:#fff;width:100%;box-shadow:0 3px 5px #e85a4f4d}.home-screen__btn--create:hover{background:#d14a3f;transform:translateY(-2px);box-shadow:0 5px 10px #e85a4f66}.home-screen__btn-group{display:flex;gap:.75rem}.home-screen__pay-now-container,.home-screen__create-cards-container{display:flex;flex-direction:column;gap:.75rem}.home-screen__pay-now-desc,.home-screen__create-cards-desc{font-size:.8125rem;font-weight:600;color:#555;text-align:center;line-height:1.125rem;padding:0 .5rem}.home-screen__feedback{padding:1.25rem;margin-top:1.25rem;animation:slideUp .6s ease-out .5s both}.home-screen__feedback-btn{display:flex;align-items:center;background:#fff;border:1px solid #E0E0E0;border-radius:1rem;padding:1rem;width:100%;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000000d}.home-screen__feedback-btn:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.home-screen__feedback-btn svg:last-child{color:#999;margin-left:auto}.home-screen__feedback-icon{width:48px;height:48px;border-radius:50%;background:#e85a4f1a;display:flex;align-items:center;justify-content:center;margin-right:.75rem;flex-shrink:0}.home-screen__feedback-icon svg{color:#e85a4f}.home-screen__feedback-content{flex:1;text-align:left}.home-screen__feedback-content h3{font-size:1rem;font-weight:600;color:#333;margin-bottom:.125rem}.home-screen__feedback-content p{font-size:.8125rem;color:#666;margin:0}.home-screen__bottom-padding{height:100px}.home-screen__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.home-screen__modal{background:#fff;border-radius:1.25rem;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%;animation:slideUp .3s ease-out;overflow:hidden}.home-screen__modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0}.home-screen__modal-header h2{font-size:1.25rem;font-weight:700;color:#333;margin:0}.home-screen__modal-close{background:none;border:none;cursor:pointer;color:#999;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s}.home-screen__modal-close:hover{color:#333}.home-screen__modal-content{padding:2rem 1.5rem;text-align:center}.home-screen__modal-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#e85a4f}.home-screen__modal-text{font-size:1rem;color:#333;margin:0 0 .5rem;font-weight:500}.home-screen__modal-subtext{font-size:.875rem;color:#999;margin:0}.home-screen__modal-actions{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #f0f0f0}.home-screen__modal-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.home-screen__modal-btn:disabled{opacity:.6;cursor:not-allowed}.home-screen__modal-btn--cancel{background:#f5f5f5;color:#333}.home-screen__modal-btn--cancel:hover:not(:disabled){background:#e8e8e8}.home-screen__modal-btn--delete{background:#e85a4f;color:#fff}.home-screen__modal-btn--delete:hover:not(:disabled){background:#d64940;box-shadow:0 4px 12px #e85a4f4d}.home-screen__btn--delete{background:none;border:none;color:#e85a4f;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.home-screen__btn--delete:hover{color:#d64940;transform:scale(1.1)}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.home-screen__header{padding:1rem}.home-screen__welcome-title{font-size:1.5rem}.home-screen__illustration{padding:2rem 1rem}.home-screen__paper-container{width:150px;height:150px}.home-screen__paper{width:120px;height:120px}.home-screen__create-title h1{font-size:1.25rem}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.login-screen__content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;max-width:28rem;width:100%}.login-screen__logo-container{display:flex;flex-direction:column;align-items:center;margin-bottom:3.75rem}.login-screen__heart-container{width:6.25rem;height:6.25rem;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:1.25rem;box-shadow:0 4px 12px #0000001a}.login-screen__heart-icon{color:#e85a4f}.login-screen__app-name{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.5rem;text-align:center}.login-screen__tagline{font-size:1rem;color:#666;text-align:center;font-style:italic}.login-screen__welcome-container{display:flex;flex-direction:column;align-items:center;margin-bottom:3.125rem}.login-screen__welcome-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.75rem;text-align:center}.login-screen__welcome-subtitle{font-size:1rem;color:#666;text-align:center;line-height:1.5;padding:0 1.25rem}.login-screen__login-buttons{width:100%;margin-bottom:2.5rem}.login-screen__google-button{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.25rem;background-color:#e85a4f;border:1px solid #E85A4F;border-radius:1.5625rem;box-shadow:0 2px 4px #0000001a;transition:all .2s;cursor:pointer}.login-screen__google-button:hover:not(:disabled){background-color:#d94a3f;box-shadow:0 4px 8px #00000026}.login-screen__google-button:disabled{opacity:.6;cursor:not-allowed}.login-screen__google-icon{width:1.5rem;height:1.5rem;border-radius:.75rem;background-color:#fff;padding:.125rem;margin-right:.75rem;box-shadow:0 1px 2px #0000001a}.login-screen__google-text,.login-screen__loading{font-size:1rem;color:#fff;font-weight:500}.login-screen__terms-container{padding:0 1.25rem}.login-screen__terms-text{font-size:.75rem;color:#666;text-align:center;line-height:1.5}.login-screen__terms-link{color:#e85a4f;font-weight:500;background:none;border:none;padding:0;cursor:pointer;text-decoration:none}.login-screen__terms-link:hover{text-decoration:underline}.profile-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.profile-screen__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10;position:relative}.profile-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:background-color .2s;position:absolute;left:1.25rem}.profile-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.profile-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;flex:1}.profile-screen__placeholder{display:none}.profile-screen__content{flex:1;padding:1.5rem;max-width:600px;margin:0 auto;width:100%}.profile-screen__card{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #00000014}.profile-screen__card:first-of-type{text-align:center}.profile-screen__avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#e85a4f,#d74a3f);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.profile-screen__name{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 .25rem}.profile-screen__email{font-size:.875rem;color:#666;margin:0}.profile-screen__card-title{font-size:1.125rem;font-weight:700;color:#333;margin:0 0 1rem}.profile-screen__info-row{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #F0F0F0}.profile-screen__info-row:last-child{border-bottom:none}.profile-screen__info-icon{width:40px;height:40px;border-radius:50%;background:#fff5f4;display:flex;align-items:center;justify-content:center;color:#e85a4f;flex-shrink:0}.profile-screen__info-emoji{font-size:1.25rem}.profile-screen__info-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.profile-screen__info-label{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.profile-screen__info-value{font-size:.9375rem;color:#333;font-weight:500}.profile-screen__loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;color:#666}.profile-screen__spinner{width:32px;height:32px;border:3px solid #E5E5E7;border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}.profile-screen__manage-btn,.profile-screen__subscribe-btn{width:100%;background:#e85a4f;color:#fff;border:none;border-radius:1.5625rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .2s}.profile-screen__manage-btn:hover,.profile-screen__subscribe-btn:hover{background:#d74a3f;transform:translateY(-2px);box-shadow:0 4px 12px #e85a4f4d}.profile-screen__no-subscription{text-align:center;padding:1.5rem 0}.profile-screen__no-subscription p{color:#666;margin-bottom:1rem}.profile-screen__action-btn{width:100%;background:none;border:none;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;font-size:.9375rem;color:#333;cursor:pointer;border-bottom:1px solid #F0F0F0;transition:color .2s}.profile-screen__action-btn:last-child{border-bottom:none}.profile-screen__action-btn:hover{color:#e85a4f}.profile-screen__logout-btn{width:100%;background:#fff;color:#e85a4f;border:2px solid #E85A4F;border-radius:1.5625rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;transition:all .2s}.profile-screen__logout-btn:hover{background:#e85a4f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e85a4f4d}@media (max-width: 768px){.profile-screen__content{padding:1rem}.profile-screen__card{padding:1.25rem}.profile-screen__name{font-size:1.25rem}}.subscription-plans-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.subscription-plans-screen__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10;position:relative}.subscription-plans-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:absolute;left:1.25rem}.subscription-plans-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.subscription-plans-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;flex:1}.subscription-plans-screen__placeholder{display:none}.subscription-plans-screen__content{flex:1;padding:2rem 1.25rem;max-width:1200px;margin:0 auto;width:100%}.subscription-plans-screen__intro{text-align:center;margin-bottom:3rem}.subscription-plans-screen__intro h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.subscription-plans-screen__intro p{font-size:1.125rem;color:#666}.subscription-plans-screen__trial-section{margin-bottom:3rem;position:relative}.subscription-plans-screen__trial-badge{text-align:center;font-size:.875rem;font-weight:700;color:#e85a4f;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}.subscription-plans-screen__trial-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1.5rem;padding:2.5rem;box-shadow:0 12px 32px #667eea4d;color:#fff;position:relative;overflow:hidden}.subscription-plans-screen__trial-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s ease-in-out infinite}.subscription-plans-screen__trial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;position:relative;z-index:1}.subscription-plans-screen__trial-header h3{font-size:1.75rem;font-weight:700;margin:0;color:#fff}.subscription-plans-screen__trial-price{display:flex;flex-direction:column;align-items:flex-end}.subscription-plans-screen__trial-amount{font-size:3rem;font-weight:800;color:gold;line-height:1}.subscription-plans-screen__trial-label{font-size:.875rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:1px}.subscription-plans-screen__trial-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#fffffff2;position:relative;z-index:1}.subscription-plans-screen__trial-details{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem;display:grid;gap:.75rem;position:relative;z-index:1}.subscription-plans-screen__trial-detail{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.subscription-plans-screen__trial-detail-label{color:#fffc;font-weight:500}.subscription-plans-screen__trial-detail-value{color:#fff;font-weight:700}.subscription-plans-screen__trial-features{list-style:none;padding:0;margin:0 0 2rem;position:relative;z-index:1}.subscription-plans-screen__trial-features li{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;color:#fff;font-size:.9375rem}.subscription-plans-screen__trial-features li svg{color:gold;flex-shrink:0}.subscription-plans-screen__trial-btn{width:100%;background:#fff;color:#667eea;border:none;border-radius:.75rem;padding:1.25rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;z-index:1;box-shadow:0 4px 16px #0003}.subscription-plans-screen__trial-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;background:gold;color:#667eea}.subscription-plans-screen__trial-btn:disabled{opacity:.7;cursor:not-allowed}.subscription-plans-screen__trial-btn--processing{background:#ccc;color:#666}.subscription-plans-screen__divider{display:flex;align-items:center;justify-content:center;margin:3rem 0;position:relative}.subscription-plans-screen__divider:before,.subscription-plans-screen__divider:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,#DDD,transparent)}.subscription-plans-screen__divider span{padding:0 1.5rem;color:#999;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:1px}.subscription-plans-screen__plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.subscription-plans-screen__plan-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .3s;position:relative;border:2px solid transparent}.subscription-plans-screen__plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.subscription-plans-screen__plan-card--popular{border-color:#e85a4f;box-shadow:0 8px 24px #e85a4f26}.subscription-plans-screen__badge{position:absolute;top:-12px;right:20px;background:#e85a4f;color:#fff;padding:.375rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:700;box-shadow:0 4px 8px #e85a4f4d}.subscription-plans-screen__plan-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.subscription-plans-screen__plan-description{font-size:.9375rem;color:#666;margin-bottom:1.5rem;line-height:1.5}.subscription-plans-screen__price{display:flex;align-items:baseline;margin-bottom:.5rem}.subscription-plans-screen__currency{font-size:1.5rem;font-weight:600;color:#e85a4f;margin-right:.25rem}.subscription-plans-screen__amount{font-size:3rem;font-weight:700;color:#e85a4f}.subscription-plans-screen__price-per-card{font-size:.875rem;color:#999;margin-bottom:1.5rem}.subscription-plans-screen__features{list-style:none;padding:0;margin:0 0 1.5rem}.subscription-plans-screen__features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#333;font-size:.9375rem}.subscription-plans-screen__features li svg{color:#10b981;flex-shrink:0}.subscription-plans-screen__promo{background:#fff3cd;border:1px solid #FFEAA7;border-radius:.5rem;padding:.75rem;margin-bottom:1.5rem;text-align:center}.subscription-plans-screen__promo span{font-size:.875rem;color:#856404;font-weight:600}.subscription-plans-screen__select-btn{width:100%;background:#e85a4f;color:#fff;border:none;border-radius:.5rem;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.subscription-plans-screen__select-btn:hover:not(:disabled){background:#d74a3f;transform:translateY(-2px);box-shadow:0 4px 12px #e85a4f4d}.subscription-plans-screen__select-btn:disabled{opacity:.6;cursor:not-allowed}.subscription-plans-screen__select-btn--processing{background:#ccc}.subscription-plans-screen__btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.subscription-plans-screen__footer{text-align:center;padding:2rem 0;color:#666;font-size:.875rem;line-height:1.6}.subscription-plans-screen__loading,.subscription-plans-screen__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#666;padding:2rem}.subscription-plans-screen__spinner{width:40px;height:40px;border:3px solid #E5E5E7;border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}.subscription-plans-screen__retry-btn{background:#e85a4f;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.subscription-plans-screen__retry-btn:hover{background:#d74a3f}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.subscription-plans-screen__content{padding:1.5rem 1rem}.subscription-plans-screen__intro{margin-bottom:2rem}.subscription-plans-screen__intro h2{font-size:1.5rem}.subscription-plans-screen__intro p{font-size:1rem}.subscription-plans-screen__trial-section{margin-bottom:2rem}.subscription-plans-screen__trial-card{padding:2rem 1.5rem}.subscription-plans-screen__trial-header{flex-direction:column;align-items:flex-start;gap:1rem}.subscription-plans-screen__trial-header h3{font-size:1.5rem}.subscription-plans-screen__trial-price{align-items:flex-start}.subscription-plans-screen__trial-amount{font-size:2.5rem}.subscription-plans-screen__trial-description{font-size:.9375rem}.subscription-plans-screen__trial-btn{padding:1rem;font-size:1rem}.subscription-plans-screen__plans{grid-template-columns:1fr;gap:1.5rem}.subscription-plans-screen__plan-card{padding:1.5rem}.subscription-plans-screen__plan-name{font-size:1.25rem}.subscription-plans-screen__amount{font-size:2.5rem}}.mandate-subscription-screen{min-height:100vh;background:linear-gradient(180deg,#fff5f4,#ffeeed 30%,#f8f8f8);display:flex;flex-direction:column;overflow-x:hidden}.mandate-subscription-screen__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#fff8f7);border-bottom:1px solid rgba(232,90,79,.1);box-shadow:0 2px 12px #e85a4f14;position:sticky;top:0;z-index:10}.mandate-subscription-screen__back-button{background:none;border:none;color:#333;cursor:pointer;padding:.5rem;border-radius:9999px;transition:background-color .2s}.mandate-subscription-screen__back-button:hover{background-color:#0000000d}.mandate-subscription-screen__back-button svg{color:#333}.mandate-subscription-screen__title{font-size:1.25rem;font-weight:700;margin:0;text-align:center;background:linear-gradient(135deg,#e85a4f,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex:1}.mandate-subscription-screen__content{flex:1;padding:1.5rem 1rem 2rem;max-width:480px;margin:0 auto;width:100%}.mandate-subscription-screen__title-section{text-align:center;margin-bottom:.75rem;animation:fadeInUp .6s ease-out}.mandate-subscription-screen__main-title{font-size:1.75rem;font-weight:800;color:#333;margin-bottom:.5rem;letter-spacing:-.5px}.mandate-subscription-screen__subtitle{font-size:1rem;color:#e85a4f;font-weight:600}.mandate-subscription-screen__plan-card{background:linear-gradient(145deg,#fff,#fff8f7);border-radius:20px;padding:0;border:2px solid #E85A4F;position:relative;margin-bottom:1rem;overflow:hidden;box-shadow:0 8px 32px #e85a4f26,0 2px 8px #0000000d;animation:fadeInUp .6s ease-out .1s both}.mandate-subscription-screen__badge{position:absolute;top:0;left:0;background:linear-gradient(135deg,#e85a4f,#ff6b6b);color:#fff;padding:.5rem 1.25rem;border-radius:0 0 16px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.75px;box-shadow:0 4px 12px #e85a4f4d}.mandate-subscription-screen__plan-content{padding:2rem 1rem .75rem}.mandate-subscription-screen__plan-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.mandate-subscription-screen__plan-title{font-size:1.125rem;font-weight:800;color:#333;margin:0}.mandate-subscription-screen__price{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#e85a4f,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:baseline;gap:.25rem}.mandate-subscription-screen__price-currency{font-size:1.25rem}.mandate-subscription-screen__renewal-text{font-size:.875rem;color:#666;margin:0 0 .375rem}.mandate-subscription-screen__renewal-text span{color:#e85a4f;font-weight:600}.mandate-subscription-screen__plan-info{font-size:.8125rem;color:#888;margin:0 0 .75rem;display:flex;align-items:center;gap:.75rem}.mandate-subscription-screen__plan-info-divider{width:4px;height:4px;background:#ccc;border-radius:50%}.mandate-subscription-screen__includes-btn{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;background:linear-gradient(135deg,#fff0ef,#ffe8e6);border:none;border-radius:12px;color:#e85a4f;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.mandate-subscription-screen__includes-btn:hover{background:linear-gradient(135deg,#ffe8e6,#ffd4d1);transform:translateY(-2px)}.mandate-subscription-screen__includes-icon{font-size:1.375rem}.mandate-subscription-screen__chevron{margin-left:auto;font-size:.625rem;transition:transform .3s ease;background:#e85a4f;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mandate-subscription-screen__chevron.up{transform:rotate(180deg)}.mandate-subscription-screen__includes-content{padding:.75rem;margin-top:.75rem;background:#fafafa;border-radius:12px;animation:slideDown .3s ease-out}.mandate-subscription-screen__includes-list{list-style:none;padding:0;margin:0}.mandate-subscription-screen__includes-list li{padding:.625rem 0;color:#555;font-size:.9375rem;border-bottom:1px solid #EEEEEE;display:flex;align-items:center;gap:.75rem}.mandate-subscription-screen__includes-list li:before{content:"✓";color:#4caf50;font-weight:700;font-size:.875rem;width:20px;height:20px;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mandate-subscription-screen__includes-list li:last-child{border-bottom:none}.mandate-subscription-screen__enjoy-section{background:linear-gradient(145deg,#fff,#fafafa);border-radius:20px;padding:1.75rem 1.25rem;margin-bottom:.75rem;box-shadow:0 4px 16px #0000000a;animation:fadeInUp .6s ease-out .2s both}.mandate-subscription-screen__enjoy-title{font-size:1.25rem;font-weight:800;color:#333;margin:0 0 .375rem;text-align:center}.mandate-subscription-screen__enjoy-title span{color:#e85a4f}.mandate-subscription-screen__enjoy-subtitle{font-size:.9375rem;color:#666;margin:0 0 1.5rem;text-align:center}.mandate-subscription-screen__enjoy-subtitle .star-rating{color:#e85a4f;font-weight:700}.mandate-subscription-screen__benefits{display:flex;flex-direction:column;gap:.875rem}.mandate-subscription-screen__benefit{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:14px;border:1px solid #F0F0F0;transition:all .3s ease}.mandate-subscription-screen__benefit:hover{transform:translate(4px);border-color:#ffd4d1;background:snow}.mandate-subscription-screen__benefit-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #00000014}.mandate-subscription-screen__benefit-content{flex:1}.mandate-subscription-screen__benefit-content h4{font-size:1rem;font-weight:700;color:#333;margin:0 0 .25rem}.mandate-subscription-screen__benefit-content p{font-size:.875rem;color:#777;margin:0;line-height:1.4}.mandate-subscription-screen__bottom-section{background:linear-gradient(145deg,#2c3e50,#1a252f);border-radius:24px;padding:1rem 1rem .75rem;text-align:center;margin-bottom:.5rem;box-shadow:0 8px 24px #2c3e504d;animation:fadeInUp .6s ease-out .3s both}.mandate-subscription-screen__users-text{font-size:.875rem;color:#ffffffe6;margin:0 0 .75rem;font-weight:500}.mandate-subscription-screen__users-text strong{color:gold;font-weight:700}.mandate-subscription-screen__payment-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.mandate-subscription-screen__payment-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fffffff2;border:2px solid rgba(255,255,255,.5);border-radius:16px;cursor:pointer;transition:all .3s ease;width:100%;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mandate-subscription-screen__payment-option:hover:not(:disabled){background:#fff;border-color:#e85a4f;transform:translateY(-2px) scale(1.01);box-shadow:0 8px 24px #e85a4f33}.mandate-subscription-screen__payment-option:active:not(:disabled){transform:scale(.98)}.mandate-subscription-screen__payment-option:disabled{opacity:.6;cursor:not-allowed}.mandate-subscription-screen__payment-option--loading{background:#fff;border-color:#e85a4f;box-shadow:0 4px 16px #e85a4f33}.mandate-subscription-screen__payment-option-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(145deg,#fff,#f5f5f5);border-radius:14px;padding:6px;box-shadow:0 2px 8px #00000014}.mandate-subscription-screen__payment-option-icon svg{width:40px;height:40px}.mandate-subscription-screen__payment-option-label{flex:1;font-size:.95rem;font-weight:600;color:#333}.mandate-subscription-screen__payment-option-chevron{flex-shrink:0;color:#e85a4f;opacity:.6;transition:all .3s ease}.mandate-subscription-screen__payment-option:hover .mandate-subscription-screen__payment-option-chevron{opacity:1;transform:translate(4px)}.mandate-subscription-screen__payment-option-spinner{width:24px;height:24px;border:3px solid rgba(232,90,79,.2);border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.mandate-subscription-screen__payment-logos{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.mandate-subscription-screen__logo{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .2s;cursor:pointer;position:relative}.mandate-subscription-screen__logo:hover{transform:scale(1.05)}.mandate-subscription-screen__logo--selected{box-shadow:0 0 0 3px #f9c74f;transform:scale(1.05)}.mandate-subscription-screen__logo svg{border-radius:50%}.mandate-subscription-screen__logo-check{position:absolute;top:-4px;right:-4px;width:24px;height:24px;border-radius:50%;background:#f9c74f;display:flex;align-items:center;justify-content:center;border:2px solid #2C3E50;animation:checkPop .3s ease-out}.mandate-subscription-screen__trial-btn{width:100%;background:#f9c74f;color:#2c3e50;border:none;border-radius:25px;padding:1rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.mandate-subscription-screen__trial-btn:hover:not(:disabled){background:#f8b500;transform:translateY(-2px)}.mandate-subscription-screen__trial-btn:disabled{opacity:.6;cursor:not-allowed}.mandate-subscription-screen__trial-btn--processing{background:#ccc}.mandate-subscription-screen__btn-spinner{width:16px;height:16px;border:2px solid rgba(44,62,80,.3);border-top-color:#2c3e50;border-radius:50%;animation:spin .6s linear infinite}.mandate-subscription-screen__cancel-text{font-size:.8rem;color:#ffffffb3;margin:0}.mandate-subscription-screen__footer{text-align:center;color:#888;font-size:.875rem;line-height:1.75;padding:1.5rem 1rem;animation:fadeInUp .6s ease-out .4s both}.mandate-subscription-screen__footer p{margin:0}.mandate-subscription-screen__loading,.mandate-subscription-screen__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;color:#666;padding:3rem;text-align:center}.mandate-subscription-screen__spinner{width:48px;height:48px;border:4px solid #FFE8E6;border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}.mandate-subscription-screen__retry-btn{background:linear-gradient(135deg,#e85a4f,#ff6b6b);color:#fff;border:none;border-radius:2rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 16px #e85a4f4d}.mandate-subscription-screen__retry-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e85a4f66}.mandate-subscription-screen__upi-icon{position:relative;background:#fcfcfc}.mandate-subscription-screen__upi-text{font-size:18px;font-weight:700;fill:#e85a4f}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes checkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 768px){.mandate-subscription-screen__content{padding:1.25rem .875rem 2rem}.mandate-subscription-screen__emoji{font-size:3.5rem}.mandate-subscription-screen__main-title{font-size:1.5rem}.mandate-subscription-screen__subtitle{font-size:.9375rem}.mandate-subscription-screen__plan-content{padding:2.5rem 1rem 1rem}.mandate-subscription-screen__plan-title{font-size:1.125rem}.mandate-subscription-screen__price{font-size:1.75rem}.mandate-subscription-screen__benefit{padding:.875rem}.mandate-subscription-screen__benefit-icon{width:44px;height:44px}}@media (max-width: 380px){.mandate-subscription-screen__main-title{font-size:1.375rem}.mandate-subscription-screen__plan-title-row{flex-direction:column;align-items:flex-start;gap:.5rem}.mandate-subscription-screen__price{font-size:1.5rem}}.mandate-subscription-screen__more-options-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:2px solid rgba(255,255,255,.4);border-radius:16px;cursor:pointer;transition:all .3s ease;width:100%}.mandate-subscription-screen__more-options-btn:hover:not(:disabled){border-color:#fff6;background:#ffffff61}.mandate-subscription-screen__more-options-btn:disabled{opacity:.5;cursor:not-allowed}.mandate-subscription-screen__more-options-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#323143;border-radius:50%;border:2px solid #5C5D6F}.mandate-subscription-screen__more-options-label{font-size:.9rem;font-weight:600;color:#ffffffe6}.mandate-subscription-screen__payment-methods-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:100;animation:slideInRight .3s ease-out}.mandate-subscription-screen__payment-methods-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff5f4,#ffeeed 30%,#f8f8f8)}.mandate-subscription-screen__payment-methods-header{display:flex;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#fff8f7);border-bottom:1px solid rgba(232,90,79,.1);box-shadow:0 2px 12px #e85a4f14}.mandate-subscription-screen__payment-methods-content{flex:1;padding:1.5rem 1rem;max-width:480px;margin:0 auto;width:100%;display:flex;flex-direction:column}.mandate-subscription-screen__amount-display{text-align:center;margin-bottom:1.5rem;padding:1.5rem 1rem}.mandate-subscription-screen__amount-display .mandate-subscription-screen__amount-label{font-size:1rem;color:#666;margin:0 0 .5rem;font-weight:400}.mandate-subscription-screen__amount-display .mandate-subscription-screen__amount-value{margin:0;font-size:2.5rem;font-weight:700;color:#333;letter-spacing:-1px}.mandate-subscription-screen__upi-badge{text-align:center;margin-bottom:1.5rem;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#fff9e54d;border-radius:8px}.mandate-subscription-screen__upi-text{background:#e85a4f;color:#fff;padding:4px 12px;border-radius:4px;font-weight:600;font-size:.875rem}.mandate-subscription-screen__fastest-text{background:#fff9e5;color:#f49e0b;padding:4px 12px;border-radius:4px;font-weight:600;font-size:.875rem}.mandate-subscription-screen__payment-methods-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.mandate-subscription-screen__payment-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:2px solid #E5E5E5;border-radius:12px;cursor:pointer;transition:all .2s ease}.mandate-subscription-screen__payment-option:hover{border-color:#e85a4f;background:snow}.mandate-subscription-screen__payment-option.selected{border-color:#e85a4f;background:#fff5f4}.mandate-subscription-screen__payment-option-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mandate-subscription-screen__payment-option-logo svg{width:40px;height:40px}.mandate-subscription-screen__payment-option-logo--upi svg{width:32px;height:32px}.mandate-subscription-screen__payment-option-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.mandate-subscription-screen__payment-option-name{flex:1;font-size:1rem;font-weight:600;color:#333}.mandate-subscription-screen__payment-option-subtitle{font-size:.875rem;color:#666;font-weight:400}.mandate-subscription-screen__payment-option-radio{flex-shrink:0}.mandate-subscription-screen__radio-outer{width:24px;height:24px;border:2px solid #CCC;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.mandate-subscription-screen__payment-option.selected .mandate-subscription-screen__radio-outer{border-color:#e85a4f}.mandate-subscription-screen__radio-inner{width:12px;height:12px;background:#e85a4f;border-radius:50%}.mandate-subscription-screen__upi-id-input-section{margin-bottom:1rem;animation:fadeIn .3s ease-out}.mandate-subscription-screen__upi-id-input{width:100%;padding:1rem;font-size:1rem;border:2px solid #E0E0E0;border-radius:12px;outline:none;transition:all .3s ease;background:#fff;box-sizing:border-box}.mandate-subscription-screen__upi-id-input:focus{border-color:#e85a4f;background:snow;box-shadow:0 0 0 4px #e85a4f1a}.mandate-subscription-screen__upi-id-input::-moz-placeholder{color:#999}.mandate-subscription-screen__upi-id-input::placeholder{color:#999}.mandate-subscription-screen__security-info{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;background:#c8e6c94d;border-radius:12px;border:1px solid rgba(165,214,167,.5);margin-bottom:1rem}.mandate-subscription-screen__security-item span{font-size:.875rem;font-weight:500;color:#2e7d32}.mandate-subscription-screen__security-item svg{flex-shrink:0}.mandate-subscription-screen__continue-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#e85a4f,#ff6b6b);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e85a4f4d;margin-top:auto}.mandate-subscription-screen__continue-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #e85a4f66}.mandate-subscription-screen__continue-btn:active:not(:disabled){transform:translateY(0)}.mandate-subscription-screen__continue-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6;box-shadow:none}.mandate-subscription-screen__payment-method-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:2px solid #F0F0F0;border-radius:16px;cursor:pointer;transition:all .3s ease;width:100%;text-align:left}.mandate-subscription-screen__payment-method-item:hover{border-color:#e85a4f;background:snow;transform:translateY(-2px);box-shadow:0 8px 24px #e85a4f26}.mandate-subscription-screen__payment-method-item.selected{border-color:#e85a4f;background:#fff5f4}.mandate-subscription-screen__payment-method-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#f5f5f5);border-radius:12px;flex-shrink:0;box-shadow:0 2px 8px #00000014}.mandate-subscription-screen__payment-method-icon svg{width:40px;height:40px}.mandate-subscription-screen__payment-method-icon--upi{background:linear-gradient(135deg,#097969,#0a9d7d)}.mandate-subscription-screen__payment-method-icon--upi span{color:#fff;font-size:.875rem;font-weight:700}.mandate-subscription-screen__payment-method-label{flex:1;font-size:1rem;font-weight:600;color:#333}.mandate-subscription-screen__payment-method-chevron{color:#e85a4f;opacity:.6;transition:all .3s ease}.mandate-subscription-screen__payment-method-item:hover .mandate-subscription-screen__payment-method-chevron{opacity:1;transform:translate(4px)}.mandate-subscription-screen__security-info{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:linear-gradient(145deg,#e8f5e9,#c8e6c9);border-radius:16px;border:1px solid #A5D6A7}.mandate-subscription-screen__security-item{display:flex;align-items:center;gap:.75rem}.mandate-subscription-screen__security-item span{font-size:.9375rem;font-weight:600;color:#2e7d32}.mandate-subscription-screen__upi-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease-out}.mandate-subscription-screen__upi-modal{width:100%;max-width:480px;background:#fff;border-radius:24px 24px 0 0;padding:1rem 1.5rem 2rem;position:relative;animation:slideUp .3s ease-out;max-height:60vh;overflow-y:auto}.mandate-subscription-screen__upi-modal-handle{width:40px;height:4px;background:#ddd;border-radius:2px;margin:0 auto 1rem}.mandate-subscription-screen__upi-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:50%;transition:background .2s}.mandate-subscription-screen__upi-modal-close:hover{background:#0000000d}.mandate-subscription-screen__upi-modal-content{padding-top:.5rem}.mandate-subscription-screen__upi-modal-amount{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(145deg,#fff5f4,#ffeeed);border-radius:12px;margin-bottom:1.5rem}.mandate-subscription-screen__upi-modal-amount-label{font-size:1rem;font-weight:500;color:#666}.mandate-subscription-screen__upi-modal-amount-value{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#e85a4f,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mandate-subscription-screen__upi-modal-input-group{margin-bottom:1.5rem}.mandate-subscription-screen__upi-modal-label{display:block;font-size:.9375rem;font-weight:600;color:#333;margin-bottom:.5rem}.mandate-subscription-screen__upi-modal-input{width:100%;padding:1rem;font-size:1rem;border:2px solid #E0E0E0;border-radius:12px;outline:none;transition:all .3s ease}.mandate-subscription-screen__upi-modal-input:focus{border-color:#e85a4f;box-shadow:0 0 0 3px #e85a4f1a}.mandate-subscription-screen__upi-modal-input::-moz-placeholder{color:#aaa}.mandate-subscription-screen__upi-modal-input::placeholder{color:#aaa}.mandate-subscription-screen__upi-modal-hint{font-size:.8125rem;color:#888;margin-top:.5rem}.mandate-subscription-screen__upi-modal-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#e85a4f,#ff6b6b);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #e85a4f4d}.mandate-subscription-screen__upi-modal-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e85a4f66}.mandate-subscription-screen__upi-modal-btn:disabled{opacity:.5;cursor:not-allowed}.mandate-subscription-screen__processing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:300;animation:fadeIn .3s ease-out}.mandate-subscription-screen__processing-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff5f4,#ffeeed,#fff);padding:2rem 1.5rem}.mandate-subscription-screen__processing-content{max-width:400px;width:100%;text-align:center}.mandate-subscription-screen__processing-icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff0ef,#ffe8e6);border-radius:50%;animation:pulse 2s infinite}.mandate-subscription-screen__processing-title{font-size:1.375rem;font-weight:700;color:#333;margin:0 0 1.5rem;line-height:1.4}.mandate-subscription-screen__processing-timer{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.5rem}.mandate-subscription-screen__processing-timer-value{font-size:3rem;font-weight:800;font-family:SF Mono,Monaco,Inconsolata,monospace;background:linear-gradient(135deg,#e85a4f,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mandate-subscription-screen__processing-timer-label{font-size:.875rem;color:#888;font-weight:500}.mandate-subscription-screen__processing-upi-info{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f5f5f5;border-radius:12px;margin-bottom:1.5rem}.mandate-subscription-screen__processing-upi-label{font-size:.8125rem;color:#888}.mandate-subscription-screen__processing-upi-id{font-size:1rem;font-weight:600;color:#333}.mandate-subscription-screen__processing-warning{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:linear-gradient(145deg,#fff3e0,bisque);border:1px solid #FFB74D;border-radius:12px;margin-bottom:2rem}.mandate-subscription-screen__processing-warning p{margin:0;font-size:.875rem;font-weight:600;color:#e65100;text-align:left}.mandate-subscription-screen__processing-spinner-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.mandate-subscription-screen__processing-spinner-container span{font-size:.875rem;color:#888}.mandate-subscription-screen__processing-spinner{width:40px;height:40px;border:4px solid #FFE8E6;border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}.mandate-subscription-screen__processing-cancel-btn{padding:.875rem 2rem;background:transparent;color:#e85a4f;border:2px solid #E85A4F;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.mandate-subscription-screen__processing-cancel-btn:hover{background:#fff5f4}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mandate-subscription-screen__processing-back-btn{position:absolute;top:1rem;left:1rem;background:#ffffffe6;border:1px solid rgba(232,90,79,.2);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #0000001a}.mandate-subscription-screen__processing-back-btn:hover{background:#fff;border-color:#e85a4f4d;transform:scale(1.05)}.mandate-subscription-screen__processing-back-btn:active{transform:scale(.95)}.mandate-subscription-screen__processing-spinner-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:2rem 0}.mandate-subscription-screen__processing-cancel-btn{background:#f5f5f5;color:#666;border:1px solid #ddd;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.mandate-subscription-screen__processing-cancel-btn:hover{background:#e8e8e8;border-color:#ccc}.payment-success-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.payment-success-screen__container{background:#fff;border-radius:16px;padding:40px 24px;max-width:500px;width:100%;box-shadow:0 10px 40px #0000001a;text-align:center}.payment-success-screen__spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top:4px solid #E85A4F;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.payment-success-screen__loading-text{font-size:16px;color:#666;margin:0}.payment-success-screen__success-icon,.payment-success-screen__error-icon{margin:0 auto 24px;display:flex;justify-content:center}.payment-success-screen__title{font-size:28px;font-weight:700;color:#1a1a2e;margin:0 0 12px}.payment-success-screen__subtitle{font-size:16px;color:#666;margin:0 0 32px}.payment-success-screen__message{font-size:16px;color:#e85a4f;margin:0 0 32px;line-height:1.5}.payment-success-screen__details{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:32px;text-align:left}.payment-success-screen__detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e0e0e0}.payment-success-screen__detail-item:last-child{border-bottom:none}.payment-success-screen__detail-label{font-size:14px;color:#999;font-weight:500}.payment-success-screen__detail-value{font-size:14px;color:#1a1a2e;font-weight:600;word-break:break-all}.payment-success-screen__detail-value--active{color:#4caf50;font-weight:700}.payment-success-screen__benefits{background:#f0fdf4;border:1px solid #86efac;border-radius:12px;padding:20px;margin-bottom:32px;text-align:left}.payment-success-screen__benefits-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 16px}.payment-success-screen__benefits-list{list-style:none;padding:0;margin:0}.payment-success-screen__benefits-list li{font-size:14px;color:#2d5016;padding:8px 0;margin:0}.payment-success-screen__benefits-list li:before{content:"";margin-right:8px}.payment-success-screen__button-group{display:flex;gap:12px;flex-direction:column}.payment-success-screen__button{padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.payment-success-screen__button--primary{background:linear-gradient(135deg,#e85a4f,#d63d2d);color:#fff}.payment-success-screen__button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e85a4f4d}.payment-success-screen__button--primary:active{transform:translateY(0)}.payment-success-screen__button--primary--large{width:100%;padding:16px 24px;font-size:18px}.payment-success-screen__button--secondary{background:#f0f0f0;color:#333}.payment-success-screen__button--secondary:hover{background:#e0e0e0;transform:translateY(-2px)}.payment-success-screen__button--secondary:active{transform:translateY(0)}@media (max-width: 480px){.payment-success-screen__container{padding:32px 16px}.payment-success-screen__title{font-size:24px}.payment-success-screen__details{padding:16px}.payment-success-screen__detail-item{flex-direction:column;align-items:flex-start;gap:8px}}.chat-message{display:flex;margin-bottom:1rem;animation:fadeIn .3s ease-in}.chat-message--user{justify-content:flex-end}.chat-message--ai{justify-content:flex-start}.chat-message__bubble{max-width:85%;border-radius:1.125rem;padding:.75rem 1rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 640px){.chat-message__bubble{max-width:70%}}.chat-message__bubble--user{background-color:#da3b1b;color:#fff;border-bottom-right-radius:0}.chat-message__bubble--ai{background-color:#ffeee7;color:#222;border-bottom-left-radius:0}.chat-message__content{font-size:.9375rem;line-height:1.5;font-weight:300;white-space:pre-wrap;word-break:break-word;letter-spacing:.03125rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (min-width: 640px){.chat-message__content{font-size:.9375rem}}.chat-message__timestamp{font-size:.75rem;margin-top:.25rem;display:block}.chat-message__timestamp--user{color:#fecaca}.chat-message__timestamp--ai{color:#6b7280}.chat-input{background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem}.chat-input.ai-chat-screen__input{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:40;box-shadow:0 -2px 8px #0000001a}.chat-input__container{max-width:64rem;margin:0 auto}.chat-input__wrapper{display:flex;gap:.5rem;align-items:flex-end}.chat-input__input-wrapper{flex:1;position:relative}.chat-input__input{width:100%;padding:.75rem 3rem .75rem 1rem;border:1px solid #d1d5db;border-radius:9999px;font-size:.875rem;transition:all .2s}@media (min-width: 640px){.chat-input__input{font-size:1rem}}.chat-input__input:focus{outline:none;box-shadow:0 0 0 2px #f1eff2;background:#f1eff2;border-color:transparent}.chat-input__input:disabled{background-color:#f3f4f6;cursor:not-allowed}.chat-input__char-count{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:500}.chat-input__char-count--warning{color:#ef4444}.chat-input__char-count--normal{color:#9ca3af}.chat-input__send-button{padding:.75rem;border-radius:9999px;background-color:#ef4444;color:#fff;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:center}.chat-input__send-button:hover:not(:disabled){background-color:#dc2626;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.chat-input__send-button:active:not(:disabled){transform:scale(.95)}.chat-input__send-button:disabled{background-color:#d1d5db;cursor:not-allowed}.typing-indicator{display:flex;justify-content:flex-start;margin-bottom:1rem;animation:fadeIn .3s ease-in}.typing-indicator__bubble{background-color:#f3f4f6;border-radius:1rem;border-bottom-left-radius:0;padding:.75rem 1rem;box-shadow:0 1px 2px #0000000d}.typing-indicator__dots{display:flex;gap:.25rem;align-items:center}.typing-indicator__dot{width:.5rem;height:.5rem;background-color:#9ca3af;border-radius:9999px;animation:bounce 1s infinite}.typing-indicator__dot:nth-child(1){animation-delay:0ms}.typing-indicator__dot:nth-child(2){animation-delay:.15s}.typing-indicator__dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-.5rem)}}.autocomplete-button--inline{padding:.5rem 1rem;border-radius:.5rem;background-color:#e65b50;color:#fff;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 2px #0000000d}.autocomplete-button--inline:hover:not(:disabled){background-color:#d83f34;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.autocomplete-button--inline:active:not(:disabled){transform:scale(.95)}.autocomplete-button--inline:disabled{background-color:#d1d5db;cursor:not-allowed}.autocomplete-button--floating{position:fixed;top:3rem;right:1rem;padding:.75rem 1.5rem;border-radius:9999px;background-color:#e65b50;color:#fff;font-weight:500;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:scale(1);transition:all .2s;display:flex;align-items:center;gap:.5rem;z-index:60;animation:slideInRight .3s ease-out}.autocomplete-button--floating:hover:not(:disabled){background-color:#d83f34;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05)}.autocomplete-button--floating:active:not(:disabled){transform:scale(.95)}.autocomplete-button--floating:disabled{background-color:#d1d5db;cursor:not-allowed}.autocomplete-button--floating .text-full{display:none}@media (min-width: 640px){.autocomplete-button--floating .text-full{display:inline}}.autocomplete-button--floating .text-short{display:inline}@media (min-width: 640px){.autocomplete-button--floating .text-short{display:none}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.autocomplete-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem;animation:fadeIn .3s ease-in}.autocomplete-modal__content{background-color:#fff;border-radius:1rem;padding:1.5rem;max-width:28rem;width:100%;box-shadow:0 25px 50px -12px #00000040;animation:scaleIn .3s ease-out;position:relative}.autocomplete-modal__close-button{position:absolute;top:1rem;right:1rem;padding:.25rem;border-radius:9999px;transition:background-color .2s}.autocomplete-modal__close-button:hover{background-color:#f3f4f6}.autocomplete-modal__close-button svg{color:#6b7280}.autocomplete-modal__icon-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.autocomplete-modal__icon{width:4rem;height:4rem;background-color:#f3e8ff;border-radius:9999px;display:flex;align-items:center;justify-content:center}.autocomplete-modal__icon svg{color:#a855f7}.autocomplete-modal__title{font-size:1.5rem;font-weight:700;text-align:center;color:#1f2937;margin-bottom:.5rem}.autocomplete-modal__subtitle{text-align:center;color:#a855f7;font-weight:500;margin-bottom:1rem}.autocomplete-modal__description{text-align:center;color:#4b5563;margin-bottom:1.5rem;line-height:1.625}.autocomplete-modal__actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.autocomplete-modal__actions{flex-direction:row}}.autocomplete-modal__button{flex:1;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.autocomplete-modal__button:active:not(:disabled){transform:scale(.95)}.autocomplete-modal__button:disabled{opacity:.5;cursor:not-allowed}.autocomplete-modal__button--secondary{border:2px solid #d1d5db;color:#374151}.autocomplete-modal__button--secondary:hover:not(:disabled){background-color:#f9fafb}.autocomplete-modal__button--primary{background-color:#a855f7;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.autocomplete-modal__button--primary:hover:not(:disabled){background-color:#9333ea;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.autocomplete-modal__spinner{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:9999px;animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ai-chat-screen{display:flex;flex-direction:column;height:100vh;background-color:#fefafb}.ai-chat-screen__header{position:fixed;top:0;left:0;right:0;width:100%;background-color:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;z-index:50}.ai-chat-screen__header-container{max-width:64rem;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;position:relative}.ai-chat-screen__header-back-button{padding:.5rem;border-radius:9999px;transition:background-color .2s}.ai-chat-screen__header-back-button:hover{background-color:#0000000d}.ai-chat-screen__header-back-button svg{color:#333}.ai-chat-screen__header-title{font-size:1.25rem;font-weight:700;color:#333;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;flex:1}.ai-chat-screen__header-actions{position:absolute;right:1rem}.ai-chat-screen__messages{flex:1;overflow-y:auto;padding-top:5.5rem;padding-bottom:6.5rem}.ai-chat-screen__messages-container{max-width:64rem;margin:0 auto;padding:1.5rem 1rem}.ai-chat-screen__loading{display:flex;justify-content:center;align-items:center;height:16rem}.ai-chat-screen__loading-content{text-align:center}.ai-chat-screen__loading-spinner{width:3rem;height:3rem;border:4px solid #ef4444;border-top-color:transparent;border-radius:9999px;animation:spin 1s linear infinite;margin:0 auto 1rem}.ai-chat-screen__loading-text{color:#4b5563}.ai-chat-screen__error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1rem;animation:fadeIn .3s ease-in}.ai-chat-screen__error-text{color:#dc2626;font-size:.875rem}.ai-chat-screen__scroll-anchor{height:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.policy-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.policy-screen__header{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10;position:relative}.policy-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:absolute;left:1.25rem}.policy-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.policy-screen__header-title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.policy-screen__placeholder{display:none}.policy-screen__content{flex:1;padding:1.5rem;overflow-y:auto}.policy-screen__card{background:#fff;border-radius:1rem;padding:1.75rem;max-width:800px;margin:0 auto;box-shadow:0 3px 8px #00000014}.policy-screen__title{font-size:1.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:.5rem}.policy-screen__last-updated{font-size:.875rem;color:#666;text-align:center;margin-bottom:1.5rem;font-style:italic}.policy-screen__intro{font-size:1rem;line-height:1.625rem;color:#444;margin-bottom:1.5rem;font-style:italic;letter-spacing:.2px}.policy-screen__section-title{font-size:1.125rem;font-weight:700;color:#e85a4f;margin-top:1.5rem;margin-bottom:1rem;letter-spacing:.3px}.policy-screen__paragraph{font-size:1rem;line-height:1.625rem;color:#444;margin-bottom:1.25rem;letter-spacing:.2px}.policy-screen__bullet{font-size:1rem;line-height:1.625rem;color:#444;margin-bottom:.75rem;margin-left:1.25rem;letter-spacing:.2px}@media (max-width: 768px){.policy-screen__content{padding:1rem}.policy-screen__card{padding:1.25rem}.policy-screen__title{font-size:1.25rem}.policy-screen__section-title{font-size:1rem}.policy-screen__paragraph,.policy-screen__bullet,.policy-screen__intro{font-size:.9375rem;line-height:1.5rem}}.playstore-badge{padding:2.5rem 1.25rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);text-align:center;border-top:1px solid #333;position:relative;overflow:hidden}.playstore-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:shimmer 3s infinite}.playstore-badge__text{font-size:1.125rem;color:#fff;margin:0 0 1.25rem;font-weight:600;letter-spacing:.5px;position:relative;z-index:1}.playstore-badge__link{display:inline-block;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:.5rem;overflow:hidden}.playstore-badge__link:hover{transform:translateY(-4px) scale(1.05);filter:brightness(1.1)}.playstore-badge__link:active{transform:translateY(-2px) scale(1.02)}.playstore-badge__image{height:60px;width:auto;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));transition:filter .3s}.playstore-badge__link:hover .playstore-badge__image{filter:drop-shadow(0 8px 20px rgba(0,0,0,.4))}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (max-width: 768px){.playstore-badge{padding:2rem 1rem}.playstore-badge__text{font-size:1rem}.playstore-badge__image{height:50px}}.edit-letter-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.edit-letter-screen__header{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10;position:relative}.edit-letter-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:absolute;left:1.25rem}.edit-letter-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.edit-letter-screen__menu-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:absolute;right:1.25rem}.edit-letter-screen__menu-btn:hover{background-color:#0000000d;border-radius:50%}.edit-letter-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.edit-letter-screen__menu-placeholder{display:none}.edit-letter-screen__content{flex:1;padding:1.25rem;overflow-y:auto}.edit-letter-screen__letter-container{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px #0000001a;min-height:300px}.edit-letter-screen__letter-text{font-size:1rem;line-height:1.5rem;color:#333;white-space:pre-wrap;word-wrap:break-word;margin:0}.edit-letter-screen__textarea{width:100%;min-height:300px;font-size:1rem;line-height:1.5rem;color:#333;border:1px solid #E5E5E7;border-radius:.5rem;padding:.75rem;resize:vertical;font-family:inherit}.edit-letter-screen__textarea:focus{outline:none;border-color:#e85a4f}.edit-letter-screen__actions{display:flex;gap:.75rem;padding:1.25rem;background:#fff;border-top:1px solid #E5E5E7}.edit-letter-screen__edit-btn,.edit-letter-screen__share-btn,.edit-letter-screen__cancel-btn,.edit-letter-screen__save-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border-radius:1.5625rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.edit-letter-screen__edit-btn:disabled,.edit-letter-screen__share-btn:disabled,.edit-letter-screen__cancel-btn:disabled,.edit-letter-screen__save-btn:disabled{opacity:.6;cursor:not-allowed}.edit-letter-screen__edit-btn{background:#fff;color:#e85a4f;border:1px solid #E85A4F}.edit-letter-screen__edit-btn:hover:not(:disabled){background:#fff5f4}.edit-letter-screen__share-btn{background:#e85a4f;color:#fff}.edit-letter-screen__share-btn:hover:not(:disabled){background:#d74a3f}.edit-letter-screen__cancel-btn{background:#fff;color:#999;border:1px solid #999}.edit-letter-screen__cancel-btn:hover:not(:disabled){background:#f5f5f5}.edit-letter-screen__save-btn{background:#e85a4f;color:#fff}.edit-letter-screen__save-btn:hover:not(:disabled){background:#d74a3f}.edit-letter-screen__save-btn:disabled{background:#ccc}.edit-letter-screen__btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.edit-letter-screen__loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#666}.edit-letter-screen__spinner{width:40px;height:40px;border:3px solid #E5E5E7;border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}.edit-letter-screen__menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:19}.edit-letter-screen__options-menu{position:absolute;top:4rem;right:1.25rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 12px #00000026;min-width:150px;z-index:20;overflow:hidden}.edit-letter-screen__option-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;background:none;border:none;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.edit-letter-screen__option-item:hover{background:#f5f5f5}.edit-letter-screen__subscription-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:100;padding:1.25rem}.edit-letter-screen__overlay-content{background:#fff;border-radius:1.25rem;padding:2.25rem;max-width:380px;width:100%;text-align:center;box-shadow:0 8px 16px #0003;border:1px solid rgba(232,90,79,.08)}.edit-letter-screen__lock-icon{font-size:3rem;margin-bottom:1.25rem}.edit-letter-screen__overlay-title{font-size:1.625rem;font-weight:800;color:#333;margin-bottom:1rem;letter-spacing:.3px}.edit-letter-screen__overlay-message{font-size:1rem;color:#666;line-height:1.625rem;margin-bottom:2.25rem}.edit-letter-screen__overlay-buttons{display:flex;gap:.75rem}.edit-letter-screen__overlay-back-btn,.edit-letter-screen__overlay-subscribe-btn{flex:1;padding:1rem 1.25rem;border-radius:1.5625rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;min-height:56px}.edit-letter-screen__overlay-back-btn{background:#fff;color:#666;border:2px solid #E5E5E7}.edit-letter-screen__overlay-back-btn:hover{background:#f5f5f5}.edit-letter-screen__overlay-subscribe-btn{background:#e85a4f;color:#fff;box-shadow:0 6px 12px #e85a4f59}.edit-letter-screen__overlay-subscribe-btn:hover{background:#d74a3f;box-shadow:0 8px 16px #e85a4f66}@media (max-width: 768px){.edit-letter-screen__content{padding:1rem}.edit-letter-screen__letter-container{padding:1.25rem}.edit-letter-screen__overlay-content{padding:1.75rem}.edit-letter-screen__overlay-title{font-size:1.375rem}.edit-letter-screen__overlay-message{font-size:.9375rem}}.template-selection-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.template-selection-screen__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10;position:relative}.template-selection-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:absolute;left:1.25rem}.template-selection-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.template-selection-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;flex:1}.template-selection-screen__placeholder{display:none}.template-selection-screen__content{flex:1;padding:2rem 1.25rem;overflow-y:auto}.template-selection-screen__main-title{font-size:1.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:2rem;line-height:2rem}.template-selection-screen__category{margin-bottom:2.5rem}.template-selection-screen__category-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:1rem}.template-selection-screen__templates-grid{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem}.template-selection-screen__templates-grid::-webkit-scrollbar{height:6px}.template-selection-screen__templates-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.template-selection-screen__templates-grid::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.template-selection-screen__templates-grid::-webkit-scrollbar-thumb:hover{background:#555}.template-selection-screen__template-card{background:#fff;border-radius:.75rem;border:2px solid transparent;box-shadow:0 2px 8px #0000001a;transition:all .3s;position:relative;aspect-ratio:.75;overflow:hidden;cursor:pointer;padding:0;flex-shrink:0;width:200px;height:267px}.template-selection-screen__template-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.template-selection-screen__template-card--selected{border-color:#e85a4f;box-shadow:0 4px 16px #e85a4f4d}.template-selection-screen__template-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.template-selection-screen__selected-indicator{position:absolute;top:1rem;right:1rem;background:#fff;border-radius:50%;padding:.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}.template-selection-screen__selected-indicator svg{color:#e85a4f}.template-selection-screen__footer{padding:1.25rem;background:#fff;border-top:1px solid #E5E5E7}.template-selection-screen__generate-btn{width:100%;background:#e85a4f;color:#fff;border:none;border-radius:1.5625rem;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.template-selection-screen__generate-btn:hover:not(.template-selection-screen__generate-btn--disabled){background:#d74a3f;transform:translateY(-2px);box-shadow:0 4px 12px #e85a4f4d}.template-selection-screen__generate-btn--disabled{background:#ccc;cursor:not-allowed;opacity:.6}.template-selection-screen__btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.template-selection-screen__loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#666}.template-selection-screen__spinner{width:40px;height:40px;border:3px solid #E5E5E7;border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.template-selection-screen__content{padding:1.5rem 1rem}.template-selection-screen__main-title{font-size:1.25rem;margin-bottom:1.5rem}.template-selection-screen__category-title{font-size:1.125rem}.template-selection-screen__template-card{width:150px;height:200px}}@media (max-width: 480px){.template-selection-screen__template-card{width:120px;height:160px}}.share-letter-screen{min-height:100vh;background:linear-gradient(180deg,#fff5f4,#fafafa,#f5f5f5);display:flex;flex-direction:column}.share-letter-screen__header{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#fff5f4);border-bottom:1px solid rgba(232,90,79,.1);box-shadow:0 2px 12px #e85a4f14;position:sticky;top:0;z-index:10}.share-letter-screen__back-btn{background:none;border:none;color:#e85a4f;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:absolute;left:1.25rem;border-radius:50%}.share-letter-screen__back-btn:hover{background-color:#e85a4f1a;transform:scale(1.1)}.share-letter-screen__title{font-size:1.25rem;font-weight:700;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;background:linear-gradient(135deg,#e85a4f,#d74a3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.share-letter-screen__content{flex:1;padding:2.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;max-width:500px;margin:0 auto;width:100%}.share-letter-screen__main-title{font-size:1.875rem;font-weight:800;color:#333;text-align:center;margin-bottom:2rem;line-height:2.5rem}.share-letter-screen__main-title span{background:linear-gradient(135deg,#e85a4f,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.share-letter-screen__option-card{background:linear-gradient(145deg,#fff,#fff8f7);border-radius:1.5rem;padding:2rem;width:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 20px #e85a4f1f,0 1px 3px #0000000d;border:1px solid rgba(232,90,79,.1);transition:all .3s ease;animation:slideUp .5s ease-out}.share-letter-screen__option-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #e85a4f2e,0 2px 6px #00000014}.share-letter-screen__option-header{width:100%;display:flex;justify-content:flex-end;margin-bottom:.5rem}.share-letter-screen__badges{display:flex;gap:.5rem}.share-letter-screen__badge{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;animation:pulse 2s infinite}.share-letter-screen__badge--bought{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;box-shadow:0 2px 8px #4caf5033}.share-letter-screen__badge--bought svg{color:#2e7d32}.share-letter-screen__badge--premium{background:linear-gradient(135deg,#fff0ef,#ffe4e2);color:#e85a4f;box-shadow:0 2px 8px #e85a4f33}.share-letter-screen__badge--premium svg{color:#e85a4f}.share-letter-screen__icon-container{margin-bottom:1.25rem;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ffe8e6,#fff0ef);border-radius:50%;box-shadow:0 4px 16px #e85a4f26,inset 0 2px 4px #fffc;animation:float 3s ease-in-out infinite}.share-letter-screen__icon{color:#e85a4f}.share-letter-screen__card-icon{font-size:3.5rem;animation:bounce 2s ease-in-out infinite}.share-letter-screen__option-title{font-size:1.5rem;font-weight:800;color:#333;text-align:center;margin-bottom:.75rem}.share-letter-screen__option-description{font-size:1rem;color:#666;text-align:center;margin-bottom:1.75rem;line-height:1.5rem;max-width:280px}.share-letter-screen__primary-btn{background:linear-gradient(135deg,#e85a4f,#ff6b6b,#e85a4f);background-size:200% 200%;color:#fff;border:none;border-radius:2rem;padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 6px 20px #e85a4f59;display:flex;align-items:center;justify-content:center;gap:.5rem}.share-letter-screen__primary-btn:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 8px 25px #e85a4f73}.share-letter-screen__primary-btn:active{transform:translateY(-1px)}.share-letter-screen__other-options{margin-top:2rem;width:100%;animation:slideUp .6s ease-out .2s both}.share-letter-screen__section-title{font-size:1rem;font-weight:600;color:#888;text-align:center;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:1px}.share-letter-screen__options-grid{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.share-letter-screen__option-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#fff;border:2px solid #F0F0F0;border-radius:1rem;cursor:pointer;transition:all .3s ease;min-width:100px}.share-letter-screen__option-btn:hover{border-color:#e85a4f;background:#fff8f7;transform:translateY(-3px);box-shadow:0 6px 16px #e85a4f26}.share-letter-screen__option-btn:hover .share-letter-screen__option-icon{background:linear-gradient(135deg,#e85a4f,#ff6b6b);color:#fff;transform:scale(1.1)}.share-letter-screen__option-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border-radius:50%;color:#666;transition:all .3s ease}.share-letter-screen__option-label{font-size:.875rem;font-weight:600;color:#555}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}@media (max-width: 768px){.share-letter-screen__content{padding:2rem 1rem}.share-letter-screen__main-title{font-size:1.5rem;line-height:2rem}.share-letter-screen__option-card{padding:1.5rem;border-radius:1.25rem}.share-letter-screen__icon-container{width:80px;height:80px}.share-letter-screen__card-icon{font-size:2.5rem}.share-letter-screen__option-title{font-size:1.25rem}.share-letter-screen__option-description{font-size:.875rem}.share-letter-screen__options-grid{gap:.75rem}.share-letter-screen__option-btn{padding:1rem;min-width:85px}.share-letter-screen__option-icon{width:44px;height:44px}}@media (max-width: 480px){.share-letter-screen__main-title{font-size:1.375rem;line-height:1.875rem}.share-letter-screen__option-card{padding:1.25rem}.share-letter-screen__primary-btn{padding:1rem 1.5rem;font-size:1rem}}.about-us-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.about-us-screen__header{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10;position:relative}.about-us-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:background-color .2s;position:absolute;left:1.25rem}.about-us-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.about-us-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.about-us-screen__placeholder{display:none}.about-us-screen__content{flex:1;padding:1.5rem;overflow-y:auto}.about-us-screen__card{background:#fff;border-radius:1rem;padding:1.75rem;max-width:800px;margin:0 auto;box-shadow:0 3px 8px #00000014}.about-us-screen__main-title{font-size:1.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:1.25rem}.about-us-screen__kritikalpa{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.about-us-screen__logo-btn{background:none;border:none;cursor:pointer;padding:0;margin-bottom:1rem}.about-us-screen__logo{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.about-us-screen__ownership-badge{background:#e85a4f1a;border:1px solid rgba(232,90,79,.2);border-radius:.75rem;padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s}.about-us-screen__ownership-badge:hover{background:#e85a4f26}.about-us-screen__ownership-text{font-size:1.125rem;font-weight:700;color:#e85a4f;letter-spacing:.5px}.about-us-screen__paragraph{font-size:1rem;line-height:1.625rem;color:#444;margin-bottom:1rem;letter-spacing:.2px}.about-us-screen__link-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:1.5625rem;border:1px solid #E85A4F;background:#fff;color:#e85a4f;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1rem;transition:all .2s}.about-us-screen__link-btn:hover{background:#fff5f4}.about-us-screen__section-title{font-size:1.125rem;font-weight:700;color:#e85a4f;margin-top:1.5rem;margin-bottom:1rem;letter-spacing:.3px}.about-us-screen__list{margin:0 0 1rem 1.5rem;padding:0;list-style:none}.about-us-screen__list li{font-size:1rem;line-height:1.625rem;color:#444;margin-bottom:.75rem;letter-spacing:.2px}.about-us-screen__list li:before{content:"• ";font-weight:900;color:#444;margin-right:.5rem}.about-us-screen__list--checkmarks li:before{content:"✔️ ";font-weight:900;font-size:1.1rem;margin-right:.75rem}.about-us-screen__step{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.about-us-screen__step-number{width:40px;height:40px;border-radius:50%;background:#e85a4f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}.about-us-screen__step-content{flex:1}.about-us-screen__step-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:.25rem}.about-us-screen__step-description{font-size:.875rem;line-height:1.375rem;color:#666}.about-us-screen__value{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.about-us-screen__value-icon{font-size:1.5rem;flex-shrink:0}.about-us-screen__value-content{flex:1}.about-us-screen__value-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:.25rem}.about-us-screen__value-description{font-size:.875rem;line-height:1.375rem;color:#666}.about-us-screen__contact-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#e85a4f;color:#fff;border:none;border-radius:1.5625rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:700;cursor:pointer;margin-top:.75rem;transition:all .2s;box-shadow:0 4px 8px #e85a4f4d}.about-us-screen__contact-btn:hover{background:#d74a3f;transform:translateY(-2px);box-shadow:0 6px 12px #e85a4f66}@media (max-width: 768px){.about-us-screen__content{padding:1rem}.about-us-screen__card{padding:1.25rem}.about-us-screen__main-title{font-size:1.25rem}.about-us-screen__section-title{font-size:1rem}}.feedback-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.feedback-screen__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:relative}.feedback-screen__back-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:background-color .2s;position:absolute;left:1.25rem}.feedback-screen__back-btn:hover{background-color:#0000000d;border-radius:50%}.feedback-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;flex:1}.feedback-screen__placeholder{display:none}.feedback-screen__content{flex:1;padding:1.5rem;max-width:600px;margin:0 auto;width:100%}.feedback-screen__main-title{font-size:1.375rem;font-weight:700;color:#333;text-align:center;margin-bottom:.375rem}.feedback-screen__subtitle{font-size:.875rem;color:#666;text-align:center;margin-bottom:1.5rem;line-height:1.25rem}.feedback-screen__selector{margin-bottom:1.5rem}.feedback-screen__selector-label{font-size:1rem;font-weight:600;color:#333;margin-bottom:.75rem}.feedback-screen__option{display:flex;align-items:flex-start;background:#fff;border-radius:.75rem;padding:.75rem;margin-bottom:.625rem;border:2px solid #E0E0E0;cursor:pointer;transition:all .2s;text-align:left;width:100%}.feedback-screen__option:hover{border-color:#e85a4f}.feedback-screen__option--selected{border-color:#e85a4f;background:#e85a4f0d}.feedback-screen__radio{width:24px;height:24px;border-radius:50%;border:2px solid #E85A4F;display:flex;align-items:center;justify-content:center;margin-right:.75rem;margin-top:.125rem;flex-shrink:0}.feedback-screen__radio-inner{width:12px;height:12px;border-radius:50%;background:#e85a4f}.feedback-screen__option-content{flex:1}.feedback-screen__option-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;color:#e85a4f;font-size:1rem;font-weight:600}.feedback-screen__option-content p{font-size:.8125rem;color:#666;line-height:1.125rem;margin:0}.feedback-screen__input-container{margin-bottom:1.5rem}.feedback-screen__input-label{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.feedback-screen__textarea{width:100%;background:#fff;border-radius:.75rem;padding:1rem;font-size:.9375rem;color:#333;border:1px solid #E0E0E0;min-height:120px;resize:vertical;font-family:inherit}.feedback-screen__textarea:focus{outline:none;border-color:#e85a4f}.feedback-screen__counter{text-align:right;margin-top:.5rem;font-size:.8125rem;color:#999}.feedback-screen__counter--max{color:#e85a4f;font-weight:600}.feedback-screen__submit-btn{width:100%;background:#e85a4f;color:#fff;border:none;border-radius:1.5625rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 8px #e85a4f4d}.feedback-screen__submit-btn:hover:not(.feedback-screen__submit-btn--disabled){background:#d74a3f;transform:translateY(-2px);box-shadow:0 6px 12px #e85a4f66}.feedback-screen__submit-btn--disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.feedback-screen__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 768px){.feedback-screen__content{padding:1rem}.feedback-screen__main-title{font-size:1.25rem}}.export-cards-screen{min-height:100vh;background:#f8f9fa;display:flex;flex-direction:column}.export-cards-screen__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ede7e7;border-bottom:1px solid #EEE;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:10}.export-cards-screen__back-button{background:none;border:none;color:#333;cursor:pointer;padding:.5rem;border-radius:9999px;transition:background-color .2s}.export-cards-screen__back-button:hover{background-color:#0000000d}.export-cards-screen__back-button svg{color:#333}.export-cards-screen__title{font-size:1.125rem;font-weight:600;color:#333;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;flex:1}.export-cards-screen__content{flex:1;padding:1.25rem;overflow-y:auto}.export-cards-screen__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.export-cards-screen__loading p{font-size:1rem;color:#666;margin-top:1rem}.export-cards-screen__loading-spinner{width:40px;height:40px;border:3px solid rgba(232,90,79,.3);border-top-color:#e85a4f;border-radius:50%;animation:spin .8s linear infinite}.export-cards-screen__cards{max-width:800px;margin:0 auto}.export-cards-screen__card{background:#fff;padding:1.25rem;border-radius:.75rem;display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.export-cards-screen__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.export-cards-screen__card-left{display:flex;flex-direction:column;align-items:center;gap:.5rem}.export-cards-screen__pdf-icon{width:60px;height:60px;background:#ffe8e6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#e85a4f}.export-cards-screen__document-text{font-size:.75rem;color:#666;font-weight:500}.export-cards-screen__card-right{flex:1}.export-cards-screen__card-title{font-size:1.125rem;font-weight:700;color:#333;margin:0 0 .25rem}.export-cards-screen__card-subtitle{font-size:.875rem;color:#666;margin:0 0 1rem;line-height:1.25rem}.export-cards-screen__view-btn{background:#e85a4f;color:#fff;border:none;border-radius:1.5625rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.export-cards-screen__view-btn:hover:not(.export-cards-screen__view-btn--loading){background:#d74a3f;transform:translateY(-2px);box-shadow:0 4px 12px #e85a4f4d}.export-cards-screen__view-btn--loading{opacity:.7;cursor:not-allowed}.export-cards-screen__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.export-cards-screen__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#ccc}.export-cards-screen__empty svg{margin-bottom:1rem}.export-cards-screen__empty h2{font-size:1.125rem;font-weight:600;color:#666;margin:0 0 .5rem}.export-cards-screen__empty p{font-size:.875rem;color:#999;line-height:1.25rem;max-width:400px;margin:0}.export-cards-screen__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.export-cards-screen__overlay p{color:#fff;font-size:1rem;margin-top:.75rem}.export-cards-screen__overlay-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.export-cards-screen__card{flex-direction:column;text-align:center}.export-cards-screen__card-left{margin-bottom:.5rem}.export-cards-screen__card-right,.export-cards-screen__view-btn{width:100%}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600}.btn{border-radius:.5rem;padding:.5rem 1rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.\!input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.\!input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.card{border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.container-custom{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container-custom{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-custom{padding-left:2rem;padding-right:2rem}}.static{position:static}.block{display:block}.inline{display:inline}.flex{display:flex}.h-8{height:2rem}.min-h-screen{min-height:100vh}.w-8{width:2rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
