.home-page{background-color:#f8fafc;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.hero-section{text-align:center;z-index:1;flex:1;justify-content:center;align-items:center;display:flex}.hero-content{max-width:900px}.home-title{color:#0f172a;letter-spacing:-2px;margin-bottom:24px;font-size:4.5rem;font-weight:900;line-height:1.05}.home-subtitle{color:#475569;max-width:700px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.35rem;line-height:1.6}.button-group-horizontal{justify-content:center;gap:20px;display:flex}.btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.btn-xl{padding:18px 44px;font-size:1.15rem}.btn-primary{color:#fff;background-color:#2563eb;box-shadow:0 10px 25px -5px #2563eb66}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 30px -10px #2563eb80}.btn-secondary{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0}.btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-4px)}.arrow-icon{margin-left:8px;transition:transform .2s}.btn-primary:hover .arrow-icon{transform:translate(5px)}.home-footer{text-align:center;color:#94a3b8;padding:3rem;font-size:.95rem;font-weight:500}@media (width<=768px){.home-title{letter-spacing:-1px;font-size:2.8rem}.home-subtitle{font-size:1.1rem}.button-group-horizontal{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn-xl{width:100%}}.res-container{background-color:#f0f7ff;justify-content:center;align-items:flex-start;min-height:100vh;padding:40px 20px;font-family:Inter,sans-serif;display:flex}.res-card{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 10px 30px #2563eb1a}.res-title{color:#1a365d;text-align:center;margin-bottom:.5rem;font-size:1.8rem}.res-subtitle{color:#64748b;text-align:start;margin-bottom:1.5rem;font-size:.9rem}.error-container{color:#64748b;justify-content:center;align-items:center;height:100vh;display:flex}.res-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:15px}.res-info-box p{color:#475569;margin:5px 0;font-size:.95rem}.res-link{color:#2563eb;margin-top:5px;font-weight:600;text-decoration:none;display:inline-block}.res-link:hover{text-decoration:underline}.divider{border-top:1px solid #e2e8f0;margin:1.5rem 0;position:relative}.divider span{color:#94a3b8;background:#fff;padding:0 10px;font-size:.8rem;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.feedback-input{resize:none;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;width:100%;min-height:100px;margin-bottom:1rem;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.feedback-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.btn-primary{cursor:pointer;color:#fff;background-color:#2563eb;border:none;border-radius:8px;width:100%;padding:12px;font-weight:600}.feedback-list{text-align:left;margin-top:2rem}.feedback-item{border-bottom:1px solid #f1f5f9;padding:12px}.feedback-item p{color:#334155;margin:0}.feedback-item small{color:#94a3b8}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a99;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.loading-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#ffffffb3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-content{text-align:center;background:#fff;border-radius:24px;padding:2rem 3rem}.gift-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.gift-item{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;transition:all .2s}.gift-item:hover{background:#f9fafb;transform:translateY(-2px)}.program-list-box{border:1px solid #eee;border-radius:12px;margin-top:16px;padding:12px}.program-item{cursor:pointer;border:1px solid #ddd;border-radius:10px;margin-bottom:10px;padding:10px}.program-item.active{background:#f0fdf4;border:2px solid #22c55e}.location-status-box{text-align:center;background:#fff7ed;border:1px solid #ffedd5;border-radius:12px;padding:1.25rem}.btn-secondary{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 20px}.auth-page{background-color:#f8fafc;justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:20px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.auth-card{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:32px;width:100%;max-width:400px;padding:3.5rem 2.5rem;position:relative;box-shadow:0 25px 50px -12px #0f172a0f}.auth-header{margin-bottom:2.5rem}.hero-badge{color:#2563eb;text-transform:uppercase;letter-spacing:1px;background:#2563eb14;border-radius:100px;margin-bottom:16px;padding:6px 14px;font-size:.7rem;font-weight:700;display:inline-block}.auth-title{color:#0f172a;letter-spacing:-1.5px;margin-bottom:12px;font-size:2.5rem;font-weight:900}.auth-subtitle{color:#64748b;font-size:.95rem;line-height:1.5}.social-group{flex-direction:column;gap:16px;margin-bottom:2rem;display:flex}.google-btn-container{justify-content:center;transition:transform .2s;display:flex}.google-btn-container:hover{transform:translateY(-2px)}.btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;font-family:inherit;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-facebook{color:#1c1e21;background:#fff;border:1px solid #e2e8f0;height:44px;padding:12px 24px;font-size:.9rem}.btn-facebook:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.fb-icon-box{color:#fff;background:#1877f2;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:12px;font-size:12px;font-weight:900;display:flex}.auth-footer{margin-top:1rem}.footer-note{color:#94a3b8;font-size:.8rem;line-height:1.4}@media (width<=480px){.auth-card{padding:3rem 1.5rem}.auth-title{font-size:2rem}}.register-container{background-color:#f0f7ff;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.register-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:450px;padding:2.5rem;box-shadow:0 10px 30px #2563eb1a}.register-title{color:#1a365d;margin-bottom:.5rem;font-size:1.8rem}.register-subtitle{color:#64748b;margin-bottom:2rem;font-size:.9rem}.input-grid{flex-direction:column;gap:15px;margin-bottom:2rem;display:flex}.reg-input{border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;font-size:1rem;transition:all .2s}.reg-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.btn-primary{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:14px;font-size:1rem;font-weight:600}.btn-primary:hover{background-color:#1d4ed8}.reg-footer{color:#64748b;font-size:.9rem}.reg-link{color:#2563eb;font-weight:600;text-decoration:none}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.thankyou-modal-content{text-align:center;background:#fff;border-top:5px solid #2563eb;border-radius:24px;width:100%;max-width:400px;padding:2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) scaleIn;box-shadow:0 20px 25px -5px #0000001a}.thankyou-icon{margin-bottom:1rem;font-size:3rem;display:block}.thankyou-modal-content h3{color:#1e293b;margin-bottom:.75rem;font-size:1.5rem}.thankyou-modal-content p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.gift-modal-content{text-align:center;background:#fff;border-radius:28px;width:90%;max-width:380px;animation:.5s cubic-bezier(.175,.885,.32,1.275) giftPop;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.gift-header{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);padding:30px 20px;position:relative}.gift-icon-badge{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 15px;font-size:3.5rem;animation:2s infinite pulse;display:flex;box-shadow:0 10px 15px #0000001a}.gift-name{color:#1e293b;text-transform:uppercase;margin-bottom:20px;font-size:1.6rem;font-weight:800}.qr-round-container{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:24px;margin-bottom:15px;padding:20px;display:inline-block}.qr-wrapper{background:#fff;border-radius:18px;padding:10px;box-shadow:0 4px 6px -1px #0000001a}.qr-wrapper canvas{border-radius:10px;padding:10px}.btn-gift-close{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:14px;width:calc(100% - 40px);margin:0 20px 25px;padding:14px;font-weight:600;transition:all .3s}.loading-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#ffffffb3;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.loading-content{text-align:center;background:#fff;border-radius:24px;padding:2rem 3rem;box-shadow:0 20px 40px #2563eb1a}.modern-spinner{width:64px;height:64px;margin-bottom:1rem;display:inline-block;position:relative}.modern-spinner div{transform-origin:32px 32px;background:#2563eb;border-radius:50%;width:6px;height:6px;animation:1.2s linear infinite modern-spinner;position:absolute}.modern-spinner div:after{content:" ";background:#2563eb;border-radius:50%;width:6px;height:6px;display:block;position:absolute;top:3px;left:29px}.modern-spinner div:first-child{animation-delay:0s;transform:rotate(0)}.modern-spinner div:nth-child(2){animation-delay:-.15s;transform:rotate(45deg)}.modern-spinner div:nth-child(3){animation-delay:-.3s;transform:rotate(90deg)}.modern-spinner div:nth-child(4){animation-delay:-.45s;transform:rotate(135deg)}.modern-spinner div:nth-child(5){animation-delay:-.6s;transform:rotate(180deg)}.modern-spinner div:nth-child(6){animation-delay:-.75s;transform:rotate(225deg)}.modern-spinner div:nth-child(7){animation-delay:-.9s;transform:rotate(270deg)}.modern-spinner div:nth-child(8){animation-delay:-1.05s;transform:rotate(315deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modern-spinner{0%{opacity:1;transform:scale(1.1)rotate(0)}to{opacity:.1;transform:scale(.5)rotate(360deg)}}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}@keyframes giftPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.wallet-page{background-color:#f8fafc;min-height:100vh;padding:120px 24px 80px;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative;overflow-x:hidden}.blob-1,.blob-2{z-index:0;background:radial-gradient(circle,#2563eb14 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute}.blob-1{top:-200px;right:-150px}.blob-2{bottom:-200px;left:-150px}.wallet-content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.wallet-header{text-align:center;margin-bottom:80px}.hero-badge{color:#2563eb;text-transform:uppercase;letter-spacing:1.5px;background:#2563eb14;border-radius:100px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.wallet-main-title{color:#0f172a;letter-spacing:-2px;margin:15px 0 10px;font-size:3.5rem;font-weight:900}.wallet-subtitle{color:#64748b;font-size:1.1rem}.wallet-section{margin-bottom:60px}.section-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.section-title-group{align-items:center;gap:12px;display:flex}.section-icon{font-size:1.5rem}.section-title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:800}.count-badge{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:6px 14px;font-size:.85rem;font-weight:600}.qr-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.qr-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;flex-direction:column;padding:24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.6s ease-out both fadeInUp;display:flex;position:relative;overflow:hidden}.qr-card:hover{border-color:#3b82f6;transform:translateY(-10px);box-shadow:0 25px 40px -15px #0000001a}.gift-card{background:linear-gradient(#fff,#f0f7ff)}.card-accent-bar{background:linear-gradient(90deg,#2563eb,#60a5fa);width:100%;height:6px;position:absolute;top:0;left:0}.card-info{margin-bottom:24px}.item-name{color:#0f172a;margin-bottom:6px;font-size:1.35rem;font-weight:800}.item-location{color:#64748b;align-items:center;gap:5px;font-size:.9rem;display:flex}.card-label{color:#3b82f6;letter-spacing:1px;margin-bottom:8px;font-size:.7rem;font-weight:700}.qr-display-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;align-items:center;gap:15px;padding:20px;display:flex;box-shadow:inset 0 2px 4px #00000005}.qr-display canvas{max-width:100%;height:auto!important}.btn-download-qr{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;padding:8px 16px;font-size:.75rem;font-weight:600;transition:all .2s}.btn-download-qr:hover{color:#fff;background:#2563eb;border-color:#2563eb}.card-footer{text-align:center;border-top:2px dashed #e2e8f0;margin-top:24px;padding-top:18px}.expiry-date{color:#2563eb;font-size:.85rem;font-weight:700}.card-footer-simple{justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.status-tag{color:#10b981;background:#ecfdf5;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600}.date-sm{color:#94a3b8;font-size:.75rem}.section-divider{background:radial-gradient(circle,#e2e8f0 0%,#0000 100%);height:1px;margin:40px 0 60px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spinner{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.wallet-main-title{font-size:2.5rem}.qr-grid{grid-template-columns:1fr}.wallet-page{padding-top:100px}}.appbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #e2e8f0cc;align-items:center;height:72px;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:sticky;top:0}.appbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo-link{text-decoration:none}.logo-text{color:#0f172a;letter-spacing:-1px;font-size:1.5rem;font-weight:900}.text-gradient{background:linear-gradient(90deg,#2563eb,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.appbar-center{gap:32px;display:flex}.nav-item{color:#475569;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-item:hover{color:#2563eb}.user-profile{align-items:center;gap:20px;display:flex}.user-info-wrapper{background:#f1f5f9;border-radius:100px;align-items:center;gap:10px;padding:4px 12px 4px 6px;display:flex}.user-avatar-circle{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.user-display-name{color:#1e293b;font-size:.9rem;font-weight:600}.auth-group{align-items:center;gap:24px;display:flex}.btn-appbar{cursor:pointer;border:none;border-radius:12px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .2s}.btn-primary-small{color:#fff;background:#2563eb;box-shadow:0 4px 12px #2563eb33}.btn-primary-small:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 15px #2563eb4d}.btn-outline-small{color:#64748b;background:0 0;border:1px solid #e2e8f0}.btn-outline-small:hover{color:#e11d48;background:#fff1f2;border-color:#fecdd3}.no-underline{text-decoration:none}@media (width<=768px){.appbar-center{display:none}.appbar-container{padding:0 1rem}.user-display-name{display:none}}
