:root{--gold: #d4af37;--gold-soft: #fff8d6;--gold-soft-2: #fef9c3;--gold-border: #e0b94a;--bg: #ffffff;--text-main: #111827;--text-muted: #6b7280;--border-soft: #e5e7eb}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top,var(--gold-soft),#ffffff 55%),#fff;color:var(--text-main)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes goldShine{0%{left:-120%}60%{left:120%}to{left:120%}}.app-root{min-height:100vh}.page{min-height:100vh;display:flex;justify-content:center}.page-inner{width:100%;max-width:500px;padding:12px 14px 24px}.brand-bar{display:flex;align-items:center;gap:12px;padding:16px 14px 18px;margin-bottom:18px;border-radius:0 0 24px 24px;background:linear-gradient(135deg,#fff9c2,#fbe18b 20%,#f3c530,#d6a214 70%,#b8860b);box-shadow:inset 0 0 0 1px #ffffff59,0 8px 22px #b8860b59,0 4px 10px #d4af3759;position:relative;overflow:hidden;animation:fadeUp .4s ease-out both}.brand-bar:after{content:"";position:absolute;top:0;left:-120%;width:120%;height:100%;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.28) 40%,rgba(255,255,255,.05) 60%,transparent 100%);transform:skew(-20deg);animation:goldShine 3.2s infinite}.brand-mark{width:38px;height:38px;font-size:16px;font-weight:700;border-radius:50%;background:radial-gradient(circle at 30% 25%,#fffbe9,#e3b327);color:#694400;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026,inset 0 0 6px #fff9}.brand-text{display:flex;flex-direction:column}.brand-name{font-size:17px;font-weight:800;letter-spacing:.04em;color:#3b2f0b;text-transform:uppercase;text-shadow:0 1px 1px rgba(255,255,255,.3)}.brand-tagline{font-size:12px;margin-top:2px;color:#4f3e14}.topbar{height:44px;display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;animation:fadeUp .4s ease-out both;animation-delay:.05s}.back-btn{border:none;background:transparent;padding:6px 8px;font-size:19px;cursor:pointer;color:var(--text-main)}.topbar-title{font-size:17px;font-weight:600;text-align:center;flex:1}.topbar-spacer{width:32px}.form{display:flex;flex-direction:column;gap:12px}.section-header{margin-top:4px}.section-title-row{display:flex;align-items:center;gap:8px;padding:4px 2px 2px}.section-title-row h2{margin:0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#374151;display:flex;align-items:center;gap:6px}.section-title-indicator{width:4px;height:18px;border-radius:999px;background:linear-gradient(180deg,var(--gold),#f59e0b)}.section-icon{font-size:15px}.field-card{position:relative;border-radius:16px;padding:12px 13px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#fef9c3,var(--gold),#fde68a) border-box;border:1px solid transparent;box-shadow:0 10px 26px #0000000f;animation:fadeUp .45s ease-out both}.form .field-card:nth-of-type(1){animation-delay:.15s}.form .field-card:nth-of-type(2){animation-delay:.2s}.form .field-card:nth-of-type(3){animation-delay:.25s}.form .field-card:nth-of-type(4){animation-delay:.3s}.form .field-card:nth-of-type(5){animation-delay:.35s}.field-card:before{content:"";position:absolute;left:14px;right:14px;top:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#fef9c3,var(--gold));opacity:.6}.field-label-row{display:flex;align-items:center;gap:8px}.field-icon{width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fefce8;font-size:14px;box-shadow:0 4px 10px #d4af3766}.field-label-text{font-size:13px;font-weight:600;color:var(--text-main)}.required{color:#b91c1c}input,textarea{width:100%;border-radius:10px;border:1px solid #e5e7eb;padding:8px 10px;font-size:14px;outline:none;color:var(--text-main);background:#fff}input::placeholder,textarea::placeholder{color:#9ca3af;font-size:14px}input:focus,textarea:focus{border-color:var(--gold-border);box-shadow:0 0 0 1px #e0b94a73,0 0 0 4px #fef9c3b3}.helper{margin-top:-2px;font-size:12px;color:var(--text-muted)}.mobile-row{display:flex;align-items:center;gap:6px}.mobile-code{padding:8px 10px;font-size:13px;border-radius:999px;border:1px solid #e5e7eb;background:#fefce8;color:#854d0e;white-space:nowrap}.terms-row{display:flex;align-items:flex-start;gap:8px;font-size:13px}.terms-row input[type=checkbox]{margin-top:2px;width:14px;height:14px}.terms-label{color:var(--text-main)}.terms-label a{color:var(--gold);font-weight:500;text-decoration:underline;text-underline-offset:2px}.actions{position:sticky;bottom:0;margin-top:8px;padding-top:8px;padding-bottom:2px;background:linear-gradient(to top,rgba(255,255,255,.96),rgba(255,255,255,.8),transparent);z-index:5}.btn-primary{width:100%;border:none;border-radius:999px;padding:11px 16px;font-size:15px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,var(--gold-soft-2),var(--gold));color:#111827;box-shadow:0 12px 30px #d4af378c,0 0 0 1px #d1961480;transition:transform .08s ease,box-shadow .08s ease,filter .08s ease}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 16px 38px #d4af37a6,0 0 0 1px #b48419cc}.btn-primary:active{transform:translateY(0);box-shadow:0 9px 24px #d4af378c,0 0 0 1px #b48419cc}.otp-box-row{display:flex;justify-content:space-between;gap:8px;margin-bottom:16px}.otp-box{width:42px;height:48px;border-radius:12px;border:1px solid #e5e7eb;text-align:center;font-size:20px;font-weight:600;outline:none;background:#fff;box-shadow:0 4px 10px #0f172a0f}.otp-box:focus{border-color:var(--gold-border);box-shadow:0 0 0 1px #e0b94a8c,0 0 0 4px #fef9c3b3}.otp-back-btn{background:none;border:none;color:var(--gold);font-weight:600;margin-bottom:12px;font-size:14px;cursor:pointer;padding:4px 0;text-align:left}.otp-page .page-inner{padding-top:40px}.otp-title{font-size:20px;font-weight:700;margin-bottom:6px}.otp-sub{font-size:14px;color:var(--text-muted);margin-bottom:22px}.otp-form{display:flex;flex-direction:column;gap:12px}.otp-input{width:100%;padding:12px;font-size:22px;text-align:center;letter-spacing:6px;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:4px}.otp-resend{margin-top:14px;text-align:center;font-size:13px;color:var(--text-muted)}.resend-btn{border:none;background:none;color:var(--gold);font-weight:600;cursor:pointer}@media (min-width: 640px){.page-inner{padding-top:18px}}.login-intro{margin:8px 2px 14px}.login-title{margin:0 0 4px;font-size:18px;font-weight:700}.login-sub{margin:0;font-size:13px;color:var(--text-muted)}.login-form{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.login-label{font-size:13px;font-weight:500;color:var(--text-main)}.login-divider{display:flex;align-items:center;justify-content:center;gap:8px;margin:10px 0;font-size:12px;color:var(--text-muted)}.login-divider .line{flex:1;height:1px;background:#e5e7eb}.login-secondary{width:100%;border-radius:999px;border:1px solid #e5e7eb;padding:10px 16px;font-size:14px;font-weight:600;background:#fff;color:var(--text-main);cursor:pointer;box-shadow:0 4px 10px #0f172a0a}.login-secondary:hover{background:#f9fafb}.home-root{padding-bottom:24px}.home-topnav{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.home-topnav-left{display:flex;align-items:center;gap:8px}.home-topnav-logo{width:32px;height:32px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#ffe68b,#d8b548);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.home-topnav-name{font-weight:700;font-size:13px}.home-topnav-tag{font-size:11px;color:#666}.home-menu-button svg{display:block}.home-wrapper{display:flex;flex-direction:column;gap:12px}.home-sidebar{width:100%}.sidebar-card{background:#fff;border-radius:18px;padding:16px 16px 18px;box-shadow:0 18px 50px #0000000d}.sidebar-header{display:flex;align-items:center;gap:10px}.brand-mark{background:radial-gradient(circle at 30% 20%,#ffe68b,#d8b548);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.brand-name{font-size:13px;font-weight:700}.brand-tagline{font-size:11px;color:#777}.home-main{width:100%}.home-countdown-banner{display:flex;flex-direction:column;gap:8px;background:linear-gradient(90deg,#fff8d2,#ffe9b3);border-radius:16px;padding:10px 12px;margin-bottom:12px;box-shadow:0 14px 40px #0000000a}.home-countdown-left{font-size:12px}.home-countdown-title{font-weight:600}.home-countdown-subtitle{font-size:11px;color:#665}.home-countdown-right{display:flex;justify-content:flex-start}.home-countdown-values{display:flex;gap:8px;margin-top:4px}.home-countdown-unit{min-width:44px;text-align:center}.home-countdown-number{display:block;font-weight:700;font-size:14px}.home-countdown-label{font-size:10px;color:#555}.home-countdown-finished{font-size:11px;font-weight:600}.home-title{font-size:20px;font-weight:800;margin:10px 2px 8px}.home-main-card{background:#fff;border-radius:20px;padding:16px 16px 18px;box-shadow:0 18px 60px #00000012}.home-latest-coupon{padding:10px;border-radius:12px;background:#fff9e0;border:1px dashed #f2cf6d;margin-bottom:10px}.home-latest-title{font-size:12px;font-weight:700;margin-bottom:4px}.home-latest-row{display:flex;justify-content:space-between;font-size:11px}.home-latest-label{color:#666}.home-text{font-size:12px;color:#444;margin-bottom:10px}.newcoupon-btn{margin-bottom:12px;padding:11px 20px;border-radius:999px;border:2px solid #f3cd60;background:linear-gradient(90deg,#ffe9a3,#f4cd54);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:13px;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.newcoupon-plus{font-size:18px;font-weight:700}.home-coupon-list{margin-top:4px}.home-empty{font-size:12px;color:#555;line-height:1.6}.coupon-grid{display:flex;flex-direction:column;gap:12px;margin-top:6px}.home-footer-text{margin-top:12px;padding-top:8px;border-top:1px dashed #eee3b0;font-size:11px;color:#666}.newcoupon-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 14px 30px #0000002e;background:linear-gradient(90deg,#ffe38f,#f6c640)}.profile-form{display:flex;flex-direction:column;gap:14px;margin-top:10px}.profile-field{display:flex;flex-direction:column;gap:6px}.profile-label{font-size:13px;font-weight:500;color:var(--text-main)}.home-top-actions{display:flex;gap:6px;align-items:center}.home-profile-btn{border-radius:999px;border:1px solid #e5e7eb;padding:6px 10px;font-size:12px;font-weight:500;background:#fff;cursor:pointer}.home-profile-btn:hover{background:#f9fafb}.buy-summary-card{margin-top:4px;margin-bottom:14px;border-radius:18px;padding:12px 14px;display:flex;justify-content:space-between;gap:10px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#fef9c3,var(--gold)) border-box;border:1px solid transparent;box-shadow:0 10px 24px #0000000d}.buy-summary-left{display:flex;flex-direction:column;gap:4px}.buy-label{font-size:11px;color:var(--text-muted)}.buy-value{font-size:13px;font-weight:600}.buy-summary-right{text-align:right}.buy-amount-label{font-size:11px;color:var(--text-muted)}.buy-amount-value{font-size:18px;font-weight:700}.buy-amount-note{font-size:11px;color:var(--text-muted)}.buy-payment-card{border-radius:16px;padding:12px 14px 16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a0a}.buy-section-title{margin:0 0 10px;font-size:15px;font-weight:700}.buy-row{display:flex;justify-content:space-between;margin-bottom:6px}.buy-row-label{font-size:12px;color:var(--text-muted)}.buy-row-value{font-size:13px;font-weight:500}.buy-row-value-strong{font-weight:700}.buy-upi-box{margin-top:10px;border-radius:12px;padding:10px 12px;background:#fffbeb;border:1px dashed #facc15}.buy-upi-title{font-size:13px;font-weight:600;margin-bottom:4px}.buy-upi-id{font-size:13px;margin-bottom:4px}.buy-upi-note{font-size:11px;color:var(--text-muted)}.buy-actions{margin-top:12px}.buy-disclaimer{margin-top:6px;font-size:11px;color:var(--text-muted)}.coupon-success-card{margin-top:18px;border-radius:20px;padding:16px 14px;background:radial-gradient(circle at top,#fef9c3,#fff 55%),#fff;border:1px solid #e5e7eb;box-shadow:0 14px 32px #00000014;text-align:center}.coupon-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;margin-bottom:6px}.coupon-title{margin:4px 0 10px;font-size:18px;font-weight:700}.coupon-number{font-size:13px;margin-bottom:10px}.coupon-number span{display:block;font-size:16px;font-weight:700;margin-top:2px;letter-spacing:.08em}.coupon-info-row{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.coupon-info-item{flex:1;background:#fff;border-radius:12px;padding:8px 10px;border:1px solid #e5e7eb}.coupon-info-label{font-size:11px;color:var(--text-muted)}.coupon-info-value{font-size:13px;font-weight:600}.coupon-footer-text{font-size:12px;color:var(--text-muted);margin-bottom:12px}.coupon-actions{display:flex;gap:8px}.premium-coupon{position:relative;width:100%;max-width:420px;padding:18px;border-radius:20px;background:linear-gradient(145deg,#fff6c8,#e1b955,#c49a29);border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 0 6px #fff9,0 12px 28px #00000040,0 4px 8px #00000059;overflow:hidden;margin:auto;animation:fadeUp .4s ease-out}.coupon-shine{position:absolute;top:0;left:-150%;width:70%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);transform:skew(-20deg);animation:shineMove 3s infinite}@keyframes shineMove{0%{left:-150%}60%{left:150%}to{left:150%}}.coupon-header{display:flex;align-items:center;gap:12px}.coupon-logo{width:48px;height:48px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#fffbea,#d4a72c);font-weight:700;font-size:18px;color:#5c4003;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 5px #fff9,0 4px 8px #0000004d}.coupon-company{display:flex;flex-direction:column}.coupon-brand{font-size:17px;font-weight:800;text-shadow:0 1px 1px rgba(255,255,255,.4)}.coupon-sub{font-size:12px;color:#4b380c}.coupon-divider{height:2px;margin:14px 0;background:linear-gradient(to right,#c49a29,#fff,#c49a29);border-radius:10px}.coupon-prize{font-size:16px;font-weight:700;margin-bottom:14px;color:#5c4003;display:flex;align-items:center;gap:6px}.coupon-serial-box{background:#fffdf2;padding:10px 12px;border-radius:12px;margin-bottom:16px;border:1px solid #f3e2a9}.coupon-serial-box label{display:block;font-size:11px;color:#7a6a34}.coupon-serial{margin-top:4px;font-size:18px;letter-spacing:.06em;font-weight:700}.coupon-bottom{display:flex;justify-content:space-between;gap:16px}.coupon-field .label{font-size:11px;color:#6b5c2c}.coupon-field .value{font-size:13px;font-weight:600}.qr-box{width:70px;height:70px;border-radius:12px;background:#fff;border:2px dashed #b7932b;display:flex;align-items:center;justify-content:center;font-weight:700;color:#a07413}.qr-note{font-size:11px;margin-top:4px;text-align:center;color:#6b5c2c}.admin-page-inner{max-width:900px}.admin-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.admin-logo-circle{width:40px;height:40px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fffbea,var(--gold));display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 12px #0000001f}.admin-title{font-size:18px;font-weight:700}.admin-subtitle{font-size:12px;color:var(--text-muted)}.admin-login-form{border-radius:16px;padding:14px 14px 16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a0a}.admin-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.admin-field label{font-size:13px;font-weight:500}.admin-error{margin-bottom:8px;font-size:12px;color:#b91c1c;background:#fee2e2;border-radius:8px;padding:6px 8px}.admin-login-btn{margin-top:4px}.admin-hint{margin-top:8px;font-size:12px;color:var(--text-muted)}.link-button{border:none;background:none;padding:0;margin:0;cursor:pointer;color:var(--gold);font-weight:600}.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.admin-top-left{display:flex;gap:10px;align-items:center}.admin-logo-mini{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fffbea,var(--gold));display:flex;align-items:center;justify-content:center;font-size:16px}.admin-top-title{font-size:16px;font-weight:700}.admin-top-sub{font-size:11px;color:var(--text-muted)}.admin-top-right{display:flex;gap:6px;align-items:center}.admin-top-btn{border-radius:999px;border:1px solid #e5e7eb;padding:6px 10px;font-size:12px;background:#fff;cursor:pointer}.admin-top-btn:hover{background:#f9fafb}.admin-loading{font-size:13px;color:var(--text-muted)}.admin-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:14px}.admin-card{border-radius:16px;padding:10px 11px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#fef9c3,var(--gold)) border-box;border:1px solid transparent;box-shadow:0 10px 24px #0000000a}.admin-card-label{font-size:11px;color:var(--text-muted)}.admin-card-value{margin-top:4px;font-size:16px;font-weight:700}.admin-latest-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.admin-latest-header h2{margin:0;font-size:14px}.admin-latest-meta{font-size:11px;color:var(--text-muted)}.admin-latest-body{border-radius:14px;padding:10px 11px;background:#fff;border:1px solid #e5e7eb;font-size:13px}.admin-latest-body ul{margin-top:4px;padding-left:20px}.admin-card-foot{margin-top:2px;font-size:11px;color:var(--text-muted)}.admin-two-column{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 768px){.admin-two-column{grid-template-columns:1.1fr .9fr}}.admin-panel{border-radius:14px;padding:10px 11px;background:#fff;border:1px solid #e5e7eb}.admin-panel-title{font-size:13px;font-weight:600;margin-bottom:6px}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{padding:6px 4px;text-align:left;border-bottom:1px solid #f1f5f9}.admin-table th{font-weight:600;font-size:11px;color:var(--text-muted)}.admin-table tr:last-child td{border-bottom:none}.admin-empty{font-size:12px;color:var(--text-muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.welcome-page{background:linear-gradient(180deg,#fffdf5,#fdf5d7 55%,#fff);min-height:100vh}.welcome-header-card{margin:16px auto 8px;padding:16px 18px;border-radius:18px;border:1px solid #e2c88f;background:linear-gradient(135deg,#fff7d1,#fff3c4);display:flex;align-items:center;justify-content:center}.welcome-header-left{display:flex;align-items:center;gap:12px}.welcome-logo-circle{width:46px;height:46px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff9d3,#d4a017);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#3b2f00;box-shadow:0 3px 8px #0000002e}.welcome-company-name{font-size:16px;font-weight:700;color:#5b4400}.welcome-company-subtitle{font-size:12px;color:#886d2e}.welcome-title-block{margin-top:20px;text-align:center;padding:0 14px}.welcome-main-title{font-size:26px;font-weight:700;color:#5a4500;letter-spacing:.6px}.welcome-subtitle{margin-top:8px;font-size:13px;color:#4b5563}.welcome-actions{margin-top:22px;padding:0 20px;display:flex;flex-direction:column;gap:12px}.btn-welcome-primary{width:100%;border:none;border-radius:999px;padding:13px 0;font-size:15px;font-weight:600;background:linear-gradient(135deg,#fbbf24,#d97706);color:#111827;cursor:pointer;box-shadow:0 4px 12px #d4a01759}.btn-welcome-secondary{width:100%;border-radius:999px;padding:13px 0;border:1px solid #d4a017;background:#fff;color:#b45309;font-size:15px;font-weight:600;cursor:pointer}.welcome-footer{margin-top:22px;text-align:center;font-size:12px;color:#9ca3af}.sparkle-bg{position:relative;overflow:hidden}.sparkle-bg:before{content:"";position:absolute;top:-40%;left:-40%;width:200%;height:200%;background-image:radial-gradient(rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:120px 120px,200px 200px,300px 300px;animation:sparkleMove 22s linear infinite;z-index:0;pointer-events:none}@keyframes sparkleMove{0%{transform:translate(0) rotate(0)}to{transform:translate(60px,60px) rotate(360deg)}}.sparkle-bg .page-inner{position:relative;z-index:5}.action-back{position:relative;padding-left:22px;font-size:14px;font-weight:500;color:#1f2937}.action-back:before{content:"<";position:absolute;left:8px;top:50%;transform:translateY(-50%);font-weight:700;font-size:14px;color:#1f2937}.home-menu-dropdown{position:absolute;top:120%;right:0;min-width:140px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid #f3f4f6;padding:6px 0;z-index:50}.home-topnav-brand{display:flex;flex-direction:column}.home-menu-wrapper{position:relative}.home-menu-button{border:none;border-radius:999px;padding:6px 10px;background:#ffe6e6;border:1px solid #ffb3b3;cursor:pointer;display:flex;align-items:center;justify-content:center}.home-menu-icon{font-size:18px;line-height:1}.home-menu-dropdown{position:absolute;top:120%;right:0;min-width:180px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid #f3f4f6;padding:6px 0;z-index:50}.home-menu-account{padding:8px 12px 6px;border-bottom:1px solid #f3f4f6;font-size:12px}.home-menu-account-title{font-size:12px;font-weight:700;margin-bottom:2px}.home-menu-account-label{font-size:11px;color:#6b7280}.home-menu-account-line{font-size:12px;font-weight:600;margin-top:2px}.home-menu-account-sub{font-size:11px;color:#6b7280}.home-menu-item{width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font-size:13px;cursor:pointer}.home-menu-item:hover{background:#f9fafb}.home-menu-item-danger{color:#b91c1c}.home-latest-card{margin-top:10px;border-radius:18px;padding:10px 14px;background:#fff9e0;border:1px dashed #f2cf6d;box-shadow:0 18px 55px #0000000f}.home-latest-title{font-size:12px;font-weight:700;margin-bottom:6px}.home-latest-row{display:flex;justify-content:space-between;font-size:11px;margin-bottom:2px}.home-latest-label{color:#6b7280}.home-latest-value{font-weight:600}.home-coupon-section{margin-bottom:12px}.home-coupon-section .coupon-grid{display:flex;flex-direction:column;gap:16px}.home-main-card{border-radius:24px;padding:16px 18px;background:#fff;box-shadow:0 24px 60px #00000014}.home-countdown-banner,.home-latest-card{border-radius:24px;padding:12px 16px;background:#fff;box-shadow:0 24px 60px #00000014}.home-main section,.home-main-card,.home-countdown-banner,.home-latest-card,.home-coupon-section{margin-top:18px!important}.home-title{margin-bottom:12px!important}.coupon-grid-item{margin-bottom:18px}.home-main-card,.home-countdown-banner,.home-latest-card{padding:18px 20px!important}.home-coupon-section{margin-top:10px!important}
