:root{--bg: #f5f5f7;--surface: #ffffff;--text: #1a1a1a;--text-muted: #5c5c5c;--border: #e8e8e8;--accent: #3478f6;--accent-hover: #2563eb;--apple-blue: #0071e3;--apple-purple: #5856d6;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--radius: 14px;--radius-sm: 10px;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;touch-action:manipulation}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,select{font-size:max(16px,1em)}body{margin:0;min-height:100dvh;font-family:var(--font);font-size:16px;line-height:1.45;color:var(--text);background:var(--bg)}.app-shell{max-width:520px;min-height:100dvh;margin:0 auto;background:var(--bg);position:relative;display:flex;flex-direction:column}.app-shell--guest{padding-bottom:max(12px,env(safe-area-inset-bottom,0px))}.app-shell--with-tabbar{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.app-shell--admin{max-width:1200px;width:100%}.bottom-nav--hidden{display:none!important}.screen{flex:1;display:flex;flex-direction:column;min-height:100dvh}.screen--hidden,html.js-has-session #screen-welcome{display:none!important}html.js-has-session.js-auth-verified #screen-app.screen--hidden{display:flex!important}html.js-guest:not(.js-intro-done) #welcome-feed{visibility:hidden!important;opacity:0!important;position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;pointer-events:none!important}.welcome-feed--guest-only,html.js-intro-done #welcome-splash{display:none!important}.welcome-splash{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px max(32px,env(safe-area-inset-bottom));background:#f5f5f7;animation:welcomeSplashIn .35s ease-out}.welcome-splash--dismissed{display:none!important}@keyframes welcomeSplashIn{0%{opacity:0}to{opacity:1}}.welcome-splash__inner{display:flex;flex-direction:column;align-items:center;width:100%;max-width:360px}.welcome-splash__mascot-wrap{margin-bottom:1.25rem;animation:welcomeMascot .65s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes welcomeMascot{0%{opacity:0;transform:translateY(28px) scale(.88)}to{opacity:1;transform:translateY(0) scale(1)}}.welcome-splash__mascot{width:11rem;height:11rem;max-width:44vw;max-height:44vw;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.12))}.welcome-splash__text{text-align:center;max-width:20rem;animation:welcomeTextIn .45s ease-out .15s both}@keyframes welcomeTextIn{0%{opacity:0}to{opacity:1}}.welcome-splash__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#111827}.welcome-splash__lead{margin:0 0 .35rem;font-size:.9375rem;color:#6b7280;line-height:1.5}.welcome-splash__lead strong{font-weight:600;color:#374151}.welcome-splash__sub{margin:0;font-size:.8125rem;color:#9ca3af;line-height:1.5}.welcome-splash__actions{width:100%;max-width:20rem;margin-top:2.25rem;display:flex;flex-direction:column;gap:.75rem;animation:welcomeTextIn .45s ease-out .35s both}.welcome-splash__btn{width:100%;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;font-family:inherit;border:none;border-radius:999px;cursor:pointer;transition:transform .12s ease,background .15s}.welcome-splash__btn:active{transform:scale(.98)}.welcome-splash__btn--primary{background:#111;color:#fff;box-shadow:0 8px 24px #0000001f}.welcome-splash__btn--primary:hover{background:#1f2937}.welcome-splash__btn--ghost{background:transparent;color:#6b7280;font-weight:500;font-size:.875rem;padding:.65rem}.welcome-splash__btn--ghost:hover{color:#374151}.welcome-splash__skip{margin-top:.25rem;background:none;border:none;padding:.5rem;font-size:.8125rem;font-weight:600;color:var(--accent);font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.welcome-splash__footer{position:absolute;bottom:max(1.5rem,env(safe-area-inset-bottom));left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#d1d5db}.welcome-splash__mark{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:linear-gradient(135deg,#0071e3,#5856d6)}.welcome-splash__brand{font-size:.75rem;font-weight:600;letter-spacing:-.02em;color:#d1d5db}.welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 32px;text-align:center}.welcome__img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:3px solid var(--border);box-shadow:var(--shadow);margin-bottom:20px}.welcome__title{margin:0 0 8px;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.welcome__subtitle{margin:0 0 6px;font-size:1rem;color:var(--text-muted);font-weight:500}.welcome__tagline{margin:0 0 28px;font-size:.95rem;color:var(--text-muted);max-width:280px}.btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16px 20px;font-size:1.05rem;font-weight:600;font-family:inherit;border:none;border-radius:var(--radius);cursor:pointer;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--secondary{background:var(--surface);color:var(--accent);border:2px solid var(--accent)}.btn--secondary:hover{background:#eff6ff}.welcome__actions{width:100%;max-width:320px}.link-text{margin-top:18px;font-size:.95rem;color:var(--text-muted)}.link-text button{background:none;border:none;padding:0;color:var(--accent);font-weight:600;font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.home-screen{flex:1;display:flex;flex-direction:column;min-height:100dvh;animation:homeFadeIn .35s ease-out}@keyframes homeFadeIn{0%{opacity:0}to{opacity:1}}.home-inner{padding:0 16px 16px;flex:1}.home-sticky{position:sticky;top:0;z-index:30;margin:0 -16px;padding:max(8px,env(safe-area-inset-top)) 16px 10px;background:#f9fafbeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.04)}.home-brand-row{display:flex;align-items:center;gap:12px;margin-bottom:12px;margin-top:.25rem}.home-brand-icon{width:40px;height:40px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 14px #0071e359;background:linear-gradient(135deg,var(--apple-blue) 0%,var(--apple-purple) 100%)}.home-brand-title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:#111827}.home-section-title{margin:0 0 12px;padding:0 4px;font-size:1.125rem;font-weight:600;color:#1f2937}.home-auth-bar{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.home-auth-bar button{font-family:inherit;font-size:.9rem;font-weight:600;padding:10px 16px;border-radius:12px;border:none;cursor:pointer;transition:transform .12s ease,opacity .12s}.home-auth-bar button:active{transform:scale(.98)}.home-auth-bar .btn-reg{background:var(--accent);color:#fff}.home-auth-bar .btn-login{background:#fff;color:var(--accent);border:2px solid var(--accent)}.home-cards{display:grid;gap:16px;margin-top:8px}.raffle-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000f;cursor:pointer;transition:box-shadow .2s,transform .15s}.raffle-card:hover{box-shadow:0 8px 24px #00000014}.raffle-card:active{transform:scale(.98)}.raffle-card__media{position:relative;height:160px;background:#e5e7eb;overflow:hidden}.raffle-card__media img{width:100%;height:100%;object-fit:cover;filter:blur(3px);transform:scale(1.05);opacity:.85}.raffle-card__grad{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.22) 45%,transparent 100%);pointer-events:none}.raffle-card__badge-wrap{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;background:#000000c7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;margin:10px}.raffle-card__badge-wrap--flat{flex-direction:row;background:#0000008c;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin:12px;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:calc(100% - 24px);max-width:280px}.raffle-card__badge{display:inline-flex;align-items:center;gap:8px;color:#fbbf24;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.raffle-card__badge-wrap--flat .raffle-card__badge{margin-bottom:0;color:#fff;font-size:.75rem;letter-spacing:.1em}.raffle-card__sub{color:#ffffffc7;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;animation:raffleSubPulse 2s ease-in-out infinite}@keyframes raffleSubPulse{50%{opacity:.55}}.raffle-card__title{position:absolute;bottom:12px;left:16px;right:16px;z-index:3;margin:0;font-size:1.125rem;font-weight:700;color:#fff;line-height:1.25;text-shadow:0 1px 2px rgba(0,0,0,.4)}.raffle-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fff}.raffle-card__price{font-weight:700;font-size:1rem;color:var(--accent)}.raffle-card__price span{font-size:.75rem;font-weight:500;color:#9ca3af}.raffle-card__cta{font-size:.75rem;font-weight:700;color:#fff;padding:10px 18px;border-radius:999px;border:none;cursor:pointer;font-family:inherit}.raffle-card__cta--dark{background:#111}.raffle-card__cta--indigo{background:#6366f1}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:520px;z-index:40;padding:0 16px;padding-bottom:max(10px,env(safe-area-inset-bottom));pointer-events:none}.bottom-nav__inner{pointer-events:auto;display:flex;align-items:center;justify-content:space-around;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:8px 6px;box-shadow:0 8px 30px #00000014}.bottom-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;border:none;background:none;cursor:pointer;font-family:inherit;color:#6b7280;transition:color .15s,transform .12s}.bottom-nav-btn:active{transform:scale(.95)}.bottom-nav-btn:hover{color:#111827}.bottom-nav-btn__icon{position:relative;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;transition:transform .22s ease,width .22s ease,height .22s ease,background .2s ease,box-shadow .2s ease,color .2s ease}.bottom-nav-btn--center .bottom-nav-btn__icon{width:48px;height:48px}.bottom-nav-btn__badge{position:absolute;top:-3px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#22c55e;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid #fff;box-shadow:0 2px 8px #22c55e73;pointer-events:none}.bottom-nav-btn--cart-has-items{color:#15803d}.bottom-nav-btn--cart-has-items .bottom-nav-btn__icon{background:linear-gradient(165deg,#d1fae5,#a7f3d0);color:#047857;box-shadow:0 4px 16px #34c75952}.bottom-nav-btn--center.bottom-nav-btn--cart-has-items .bottom-nav-btn__icon{width:52px;height:52px}.bottom-nav-btn--cart-open.bottom-nav-btn--center .bottom-nav-btn__icon{width:58px;height:58px;transform:translateY(-10px);background:linear-gradient(165deg,#34c759,#22c55e);color:#fff;box-shadow:0 12px 32px #34c7598c}.bottom-nav-btn--cart-open.bottom-nav-btn--cart-has-items{color:#15803d}.bottom-nav-btn--active{color:var(--accent)}.bottom-nav-btn--active .bottom-nav-btn__icon{background:#eff6ff}.bottom-nav-btn__label{font-size:10px;font-weight:700;letter-spacing:-.02em}.bottom-nav-profile__dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;background:#34c759;border-radius:999px;border:2px solid #fff}.app-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.home-user-line{margin:2px 0 0;font-size:.8rem;color:var(--text-muted)}.logo__mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--apple-blue),var(--apple-purple));color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;letter-spacing:-.03em}.logo__text{font-weight:700;font-size:.95rem}.header__nav{font-size:.9rem;font-weight:600;color:var(--text-muted)}.btn-header-logout{font-size:.9rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 14px;cursor:pointer;font-family:inherit}.btn-header-logout:hover{background:#f3f4f6;color:var(--text)}.dashboard__hello{margin:0 0 4px;font-size:.95rem;color:var(--text-muted)}.dashboard__name{margin:0 0 16px;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.dashboard__hint{margin:0 0 20px;font-size:.92rem;color:var(--text-muted);line-height:1.45}.dashboard__dl{margin:0;padding:16px;border:1px solid var(--border);border-radius:var(--radius);background:#fafbfc}.dashboard__row{display:grid;grid-template-columns:88px 1fr;gap:8px 12px;padding:10px 0;border-bottom:1px solid var(--border);align-items:baseline}.dashboard__row:last-child{border-bottom:none;padding-bottom:0}.dashboard__row:first-child{padding-top:0}.dashboard__row dt{margin:0;font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.dashboard__row dd{margin:0;font-size:.95rem;color:var(--text);word-break:break-word}.main-content{flex:1;padding:16px 16px 28px}.promo-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);margin-bottom:20px;background:var(--surface);box-shadow:var(--shadow)}.promo-card__cover{position:relative;height:160px;background:linear-gradient(145deg,#f0f9ff,#dbeafe 45%,#93c5fd)}.promo-card__title-wrap{position:absolute;left:0;right:0;bottom:0;padding:14px 14px 12px;background:linear-gradient(transparent,#000000a6)}.promo-card__title{margin:0;font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.promo-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;background:var(--surface)}.promo-card__price{font-size:1rem;font-weight:700;color:var(--text)}.promo-card__price span{font-size:.85rem;font-weight:500;color:var(--text-muted)}.promo-card .btn{width:auto;padding:12px 18px;font-size:.95rem;white-space:nowrap}.section-title{margin:0 0 12px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.table-wrap{border-radius:var(--radius-sm);border:1px solid var(--border);overflow:hidden;background:var(--surface)}.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.data-table th,.data-table td{padding:12px 10px;text-align:left;border-bottom:1px solid var(--border)}.data-table th{background:#f4f6f8;font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#fafbfc}.data-table td.num{font-variant-numeric:tabular-nums;text-align:right;color:var(--text-muted)}.modal-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000059;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));box-sizing:border-box}.modal-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.modal-overlay--cart{align-items:flex-end;justify-content:center;padding:0;padding-bottom:calc(52px + max(10px,env(safe-area-inset-bottom)))}.modal-overlay--cart .modal.modal--cart.cart-sheet{max-width:min(520px,100%);width:100%;min-height:0;border-radius:32px 32px 0 0;background:#fff;box-shadow:0 25px 50px -12px #00000040}.cart-sheet__grabber{width:100%;flex-shrink:0;display:flex;justify-content:center;padding:12px 0 8px;touch-action:none}.cart-sheet__grabber:after{content:"";width:48px;height:6px;border-radius:999px;background:#e5e7eb}.cart-sheet__head{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 24px 16px}.cart-sheet__head-text{flex:1;min-width:0}.cart-sheet__title{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.025em;color:#111827}.cart-sheet__close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#f3f4f6;color:#6b7280;cursor:pointer;transition:color .15s ease,background .15s ease}.cart-sheet__close:hover{color:#374151;background:#e5e7eb}.cart-sheet__body{flex:1;min-height:80px;overflow-y:auto;padding:0 24px 24px;-webkit-overflow-scrolling:touch}.cart-sheet__footer{flex-shrink:0;padding:12px 24px calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid #f3f4f6;background:#fff;box-shadow:0 -4px 20px -10px #0000000d}.cart-sheet__buyer{margin-bottom:12px;padding:12px 14px;border-radius:14px;background:#f9fafb;border:1px solid #eef0f3}.cart-sheet__buyer-label{margin:0 0 8px;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9ca3af}.cart-sheet__buyer-row{display:flex;align-items:flex-start;gap:10px}.cart-sheet__buyer-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding-top:2px}.cart-sheet__buyer-avatar{flex-shrink:0;width:36px;height:36px;border-radius:999px;background:linear-gradient(145deg,#111827,#374151);color:#fff;font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.cart-sheet__buyer-name{font-size:1rem;font-weight:700;letter-spacing:-.02em;color:#111827;line-height:1.25}.cart-sheet__buyer-phone{margin:0;font-size:.88rem;font-weight:600;font-variant-numeric:tabular-nums;color:#6b7280;line-height:1.3}.cart-sheet__footer-tip{margin:0 0 14px;font-size:.78rem;font-weight:500;line-height:1.35;color:#9ca3af;text-align:center}.cart-sheet__hint{margin:0 0 12px;font-size:.82rem;line-height:1.35;color:#9ca3af;text-align:center}.cart-sheet__cta{width:100%;padding:14px 20px;font-size:15px;font-weight:600;font-family:inherit;border:none;border-radius:999px;cursor:pointer;background:#000;color:#fff;transition:transform .12s ease,opacity .15s ease,background .15s ease}.cart-sheet__cta:active:not(:disabled){transform:scale(.98)}.cart-sheet__cta:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}.cart-sheet__cta:disabled:hover{background:#9ca3af}.cart-modal__empty-wrap{display:flex;flex-direction:column;gap:16px;padding:8px 0 12px}.cart-modal__empty{margin:0;text-align:center;color:var(--text-muted);font-size:.94rem;line-height:1.45;padding:12px 4px 0}.cart-modal__tip{margin:0;text-align:center;font-size:11px;font-weight:500;color:#9ca3af;line-height:1.4}.cart-modal__group{margin-bottom:22px}.cart-modal__group:last-child{margin-bottom:0}.cart-modal__raffle-name{margin:0 0 6px;padding:0 2px;font-size:15px;font-weight:700;letter-spacing:-.02em;color:#111827;line-height:1.3}.cart-modal__group-label{margin:0 0 10px;padding:0 2px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#9ca3af}.cart-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.cart-modal__row{display:inline-flex;align-items:center;gap:8px;padding:8px 10px 8px 8px;background:#f9fafb;border-radius:14px;border:1px solid #f3f4f6}.cart-modal__remove{flex-shrink:0;width:30px;height:30px;border:none;border-radius:10px;background:#fff;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,color .15s ease,transform .12s ease}.cart-modal__remove svg{width:16px;height:16px}.cart-modal__remove:hover{background:#fef2f2;color:#dc2626}.cart-modal__remove:active{transform:scale(.94)}.cart-modal__num{font-size:1.08rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text)}.modal-overlay--tickets{align-items:flex-end;justify-content:center;padding:0;padding-bottom:calc(52px + max(10px,env(safe-area-inset-bottom)));z-index:102}.modal--tickets-sheet{width:100%;max-width:520px;min-height:0;border-radius:20px 20px 0 0;display:flex;flex-direction:column;overflow:hidden}.tickets-sheet__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 12px;border-bottom:1px solid var(--border)}.tickets-sheet__tabs{flex-shrink:0;display:flex;gap:8px;margin-top:12px;padding:0 12px 12px;box-sizing:border-box}.tickets-sheet__tab{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px;font-size:.88rem;font-weight:700;font-family:inherit;letter-spacing:-.02em;border:1px solid var(--border);border-radius:12px;background:#f3f4f6;color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.tickets-sheet__tab-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;line-height:0;opacity:.88}.tickets-sheet__tab-icon svg{display:block}.tickets-sheet__tab-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tickets-sheet__tab:hover{background:#e5e7eb;color:var(--text)}.tickets-sheet__tab--active{background:var(--surface);color:var(--text);border-color:#0000001f;box-shadow:0 1px 3px #0000000f}.tickets-sheet__tab--active .tickets-sheet__tab-icon{opacity:1}.tickets-sheet__title{margin:0;font-size:1.12rem;font-weight:800;letter-spacing:-.02em}.tickets-sheet__close{width:40px;height:40px;border:none;border-radius:12px;background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.tickets-sheet__close:hover{background:#0000000f}.tickets-sheet__body{flex:1;min-height:0;overflow-y:auto;padding:12px 16px 20px;-webkit-overflow-scrolling:touch}.tickets-empty{text-align:center;padding:40px 16px 32px}.tickets-empty__icon-wrap{width:64px;height:64px;margin:0 auto 12px;border-radius:999px;background:#f9fafb;display:flex;align-items:center;justify-content:center}.tickets-empty__icon-wrap svg{color:#d1d5db}.tickets-empty__title{margin:0 0 6px;font-size:15px;font-weight:600;color:#111827}.tickets-empty__text{margin:0;font-size:13px;color:#9ca3af;line-height:1.4}.tickets-group{margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--border)}.tickets-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.tickets-group__title{margin:0 0 6px;font-size:.95rem;font-weight:700;line-height:1.3;color:var(--text)}.tickets-group__meta{margin:0 0 12px;font-size:.78rem;color:var(--text-muted)}.tickets-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.tickets-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 10px 8px 8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:.88rem;font-weight:700;font-variant-numeric:tabular-nums;color:#14532d}.tickets-chip__remove{width:28px;height:28px;border:none;border-radius:8px;background:#fff;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.tickets-chip__remove:hover{background:#fef2f2;color:#dc2626}.tickets-chip--readonly{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.tickets-add-row{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.tickets-lookup-wrap{width:100%}.tickets-lookup-field{position:relative;width:100%}.tickets-lookup-input{box-sizing:border-box;width:100%;min-width:0;padding:12px 7.25rem 12px 14px;font-size:16px;font-weight:600;font-variant-numeric:tabular-nums;border:1px solid var(--border);border-radius:12px;font-family:inherit}.tickets-lookup-input:focus{outline:none;border-color:var(--apple-blue, #0071e3);box-shadow:0 0 0 3px #0071e31f}.tickets-lookup-suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px;pointer-events:none;font-size:.75rem;font-weight:700;max-width:calc(100% - 24px);white-space:nowrap}.tickets-lookup-suffix__icons{display:flex;align-items:center;flex-shrink:0}.tickets-lookup-suffix__svg{display:none;flex-shrink:0}.tickets-lookup-suffix--free{color:#16a34a}.tickets-lookup-suffix--free .tickets-lookup-suffix__svg--check{display:block}.tickets-lookup-suffix--taken{color:#9ca3af}.tickets-lookup-suffix--taken .tickets-lookup-suffix__svg--cross{display:block}.tickets-lookup-suffix--hidden{visibility:hidden}.tickets-actions-row{display:flex;flex-wrap:wrap;gap:8px}.btn--tickets-sm{padding:10px 14px;font-size:.85rem}.modal{width:100%;max-width:min(520px,100%);max-height:min(92dvh,calc(100dvh - 24px));min-height:0;margin:0 auto;background:var(--surface);display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;transform:translateY(12px);transition:transform .25s ease;box-shadow:0 8px 40px #0000002e}.modal-overlay.is-open .modal{transform:translateY(0)}.modal-overlay--cart .modal.modal--cart.cart-sheet{height:40vh;height:40dvh;max-height:40vh;max-height:40dvh;transform:translateY(calc(100% + 61px));transition:transform .3s cubic-bezier(.32,.72,0,1)}.modal-overlay--tickets .modal.modal--tickets-sheet{height:40vh;height:40dvh;max-height:40vh;max-height:40dvh;transform:translateY(calc(100% + 61px));transition:transform .32s cubic-bezier(.22,1,.36,1)}.modal-overlay--cart.is-open .modal.modal--cart.cart-sheet,.modal-overlay--tickets.is-open .modal.modal--tickets-sheet{transform:translateY(61px)}.modal--raffle-pay .modal__body{overflow-y:auto;-webkit-overflow-scrolling:touch}.raffle-pay__lead{font-weight:700;font-size:1.05rem;margin:0 0 8px;line-height:1.3}.raffle-pay__meta{font-size:.9rem;color:var(--text-muted);margin:0 0 16px}.raffle-pay__notice{padding:12px;border-radius:var(--radius-sm);background:#fef3c7;color:#92400e;margin:0 0 12px;font-size:.9rem;line-height:1.45}.raffle-pay-blocks{display:flex;flex-direction:column;gap:20px}.raffle-pay-block__title{margin:0 0 8px;font-size:.9rem;font-weight:700;color:#374151}.raffle-pay__recipient{white-space:pre-wrap;font-size:.9rem;margin:0 0 10px;line-height:1.45}a.raffle-pay__btn{display:inline-block;text-align:center;text-decoration:none;max-width:100%;box-sizing:border-box}.raffle-pay__qr-wrap{text-align:center}.raffle-pay__qr-wrap img{max-width:min(240px,100%);height:auto;border-radius:8px;border:1px solid var(--border)}.modal__top{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:8px 4px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.modal__top-title{margin:0;font-size:1.05rem;font-weight:700;text-align:center;line-height:1.2}.modal__back,.modal__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:none;cursor:pointer;color:var(--text);border-radius:10px}.modal__back:hover,.modal__close:hover{background:#f3f4f6}.modal__title-block{text-align:center;padding:4px 0 12px}.modal__title-block--with-icon{padding-top:8px}.modal__icon-lock{display:flex;justify-content:center;margin-bottom:8px;color:var(--accent)}.modal__heading{margin:0;font-size:1.15rem;font-weight:700}.modal__sub{margin:6px 0 0;font-size:.9rem;color:var(--text-muted)}.modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:20px 18px max(20px,env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-size:.85rem;font-weight:600;color:var(--text-muted)}.input-wrap{position:relative}.input{width:100%;padding:14px;font-size:1rem;font-family:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb26}.input--phone{font-variant-numeric:tabular-nums;letter-spacing:.02em}.toggle-pass{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;background:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;border-radius:8px}.toggle-pass:hover{color:var(--text);background:#f3f4f6}.input-wrap--with-toggle .input{padding-right:48px}.info-hint{display:flex;gap:8px;align-items:flex-start;margin-top:8px;padding:10px 12px;background:#eff6ff;border-radius:var(--radius-sm);font-size:.82rem;color:#1e40af;line-height:1.4}.info-hint svg{flex-shrink:0;margin-top:2px}.form-actions{margin-top:22px}.form-links{margin-top:16px;text-align:center;font-size:.9rem;color:var(--text-muted)}.form-links button{background:none;border:none;padding:0;color:var(--accent);font-weight:600;font-family:inherit;cursor:pointer;font-size:inherit}.form-links .block{display:block;margin-top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.toast{--toast-bg: #f8fafc;--toast-border: #e2e8f0;--toast-text: #1e293b;--toast-icon: #64748b;position:fixed;bottom:max(20px,env(safe-area-inset-bottom,0px));left:50%;display:flex;align-items:flex-start;gap:12px;max-width:calc(100% - 32px);width:min(400px,calc(100% - 32px));padding:14px 16px 14px 14px;background:var(--toast-bg);color:var(--toast-text);border:1px solid var(--toast-border);border-radius:14px;font-size:.92rem;line-height:1.4;text-align:left;z-index:200;box-shadow:0 4px 6px -1px #00000012,0 12px 24px -4px #0000001f;opacity:0;transform:translate(-50%) translateY(calc(100% + 24px));transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .35s ease;pointer-events:none;cursor:default;-webkit-tap-highlight-color:transparent}.toast__icon{flex-shrink:0;width:22px;height:22px;margin-top:1px;color:var(--toast-icon)}.toast__icon svg{display:block;width:22px;height:22px}.toast__text{flex:1;min-width:0}.toast--success{--toast-bg: #ecfdf5;--toast-border: #a7f3d0;--toast-text: #065f46;--toast-icon: #059669}.toast--error{--toast-bg: #fef2f2;--toast-border: #fecaca;--toast-text: #991b1b;--toast-icon: #dc2626}.toast--warning{--toast-bg: #fffbeb;--toast-border: #fde68a;--toast-text: #92400e;--toast-icon: #d97706}.toast--info{--toast-bg: #eff6ff;--toast-border: #bfdbfe;--toast-text: #1e40af;--toast-icon: #2563eb}.toast--neutral{--toast-bg: #f8fafc;--toast-border: #e2e8f0;--toast-text: #334155;--toast-icon: #64748b}.toast.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto;cursor:pointer}.toast.is-visible:active{opacity:.94}.toast.is-visible.is-exiting{opacity:0;transform:translate(-50%) translateY(calc(100% + 28px));pointer-events:none;transition:transform .38s cubic-bezier(.55,0,.85,.45),opacity .32s ease}@media (prefers-reduced-motion: reduce){.toast,.toast.is-visible.is-exiting{transition-duration:.15s}}@media (min-width: 481px){body{padding:0}}.app-view--hidden{display:none!important}.profile-admin-wrap{margin-top:16px}.btn-admin-link{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;font-size:.95rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,var(--apple-blue) 0%,var(--apple-purple) 100%);border-radius:var(--radius);text-decoration:none;box-shadow:0 4px 14px #0071e340}.btn-admin-link:active{transform:scale(.98)}.modal-overlay--profile{z-index:105}.profile-modal{position:relative;width:100%;max-width:24rem;max-height:min(92dvh,calc(100dvh - 32px));overflow:hidden auto;margin:0 auto;background:#fff;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;padding:24px;display:flex;flex-direction:column;transform:translateY(12px);transition:transform .25s ease}.modal-overlay--profile.is-open .profile-modal{transform:translateY(0)}.profile-modal__close{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.profile-modal__close:hover{color:#111827}.profile-modal__body{min-height:200px;display:flex;flex-direction:column;justify-content:center;padding-top:8px}.profile-modal__hero{text-align:center;margin-bottom:24px}.profile-modal__avatar{width:80px;height:80px;margin:0 auto 16px;border-radius:999px;background:color-mix(in srgb,var(--apple-blue) 10%,transparent);border:2px solid color-mix(in srgb,var(--apple-blue) 20%,transparent);display:flex;align-items:center;justify-content:center;color:var(--apple-blue)}.profile-modal__title{margin:0 0 8px;font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.profile-modal__phone-sub{margin:0;font-size:1rem;font-weight:600;color:#6b7280}.profile-modal__card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;padding:16px;margin-bottom:12px}.profile-modal__field{margin-bottom:16px}.profile-modal__field:last-of-type{margin-bottom:0}.profile-modal__label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#9ca3af;margin-bottom:4px}.profile-modal__value{font-size:.875rem;font-weight:500;color:#111827;padding:8px 0;border-bottom:1px solid #e5e7eb}.profile-modal__field:last-of-type .profile-modal__value{border-bottom:none;padding-bottom:0}.profile-modal__hint{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:12px;background:color-mix(in srgb,var(--apple-blue) 6%,#eff6ff);border-radius:12px;color:var(--apple-blue)}.profile-modal__hint p{margin:0;font-size:.75rem;line-height:1.35;color:#4b5563}.profile-modal__stats{display:flex;align-items:stretch;justify-content:space-around;background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;padding:16px;margin-bottom:12px}.profile-modal__stat{flex:1;text-align:center}.profile-modal__stat-label{margin:0 0 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.profile-modal__stat-num{margin:0;font-size:1.25rem;font-weight:900;color:#111827}.profile-modal__stat-status{margin:4px 0 0;font-size:.875rem;font-weight:700;color:#10b981}.profile-modal__stat-divider{width:1px;background:#e5e7eb;flex-shrink:0}.profile-modal__admin{margin:0 0 12px}.profile-modal__actions{padding-top:8px}.profile-modal__btn-back{width:100%;padding:16px;border:none;border-radius:18px;background:#111827;color:#fff;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 10px 15px -3px #00000026;transition:transform .12s ease}.profile-modal__btn-back:active{transform:scale(.98)}.profile-modal__btn-logout{width:100%;margin-top:10px;padding:12px;border:none;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.profile-modal__btn-logout:hover{color:#111827}@media (prefers-reduced-motion: reduce){.profile-modal{transition:none}}.panel-chat{position:fixed;inset:0;z-index:90;display:flex;justify-content:center;background:#00000040;padding:0}.panel-chat.screen--hidden{display:none!important}.panel-chat__inner{width:100%;max-width:520px;min-height:100dvh;background:#f2f2f7;display:flex;flex-direction:column;box-shadow:0 0 0 1px #0000000f}.panel-chat__head{display:flex;align-items:center;justify-content:space-between;padding:max(12px,env(safe-area-inset-top)) 12px 12px 16px;background:#fff;border-bottom:1px solid var(--border);flex-shrink:0}.panel-chat__head-left{display:flex;align-items:center;gap:12px}.panel-chat__icon{width:40px;height:40px;border-radius:999px;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center}.panel-chat__title{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.panel-chat__status{margin:2px 0 0;font-size:.75rem;color:#22c55e;font-weight:600}.panel-chat__close{width:40px;height:40px;border:none;border-radius:999px;background:#f3f4f6;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.panel-chat__close:hover{background:#e5e7eb}.panel-chat__hint{text-align:center;font-size:.7rem;color:#9ca3af;font-weight:500;padding:8px 16px 4px}.panel-chat__messages{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px;min-height:0}.chat-typing-indicator{flex-shrink:0;align-self:flex-start;font-size:.8rem;font-weight:500;color:#6b7280;padding:4px 2px 8px}.chat-bubble-row{display:flex}.chat-bubble-row--out{justify-content:flex-end}.chat-bubble-row--in{justify-content:flex-start}.chat-bubble{max-width:80%;box-sizing:border-box;border-radius:16px;padding:10px 12px;position:relative;font-size:15px;line-height:1.45;word-break:break-word;white-space:pre-wrap}.chat-bubble--out{background:var(--apple-blue);color:#fff;border-bottom-right-radius:6px;min-width:148px;padding-bottom:8px}.chat-bubble--in{background:#fff;color:#1f2937;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000a;border-bottom-left-radius:6px;min-width:120px;padding-bottom:22px}.chat-bubble__time{position:absolute;bottom:4px;right:10px;font-size:10px;opacity:.75}.chat-bubble--in .chat-bubble__time{color:#9ca3af}.chat-bubble__meta--out{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:6px;margin-top:6px;flex-wrap:nowrap}.chat-bubble--out .chat-bubble__meta--out .chat-bubble__time{position:static;bottom:auto;right:auto;opacity:.85;font-size:10px}.chat-bubble__ticks{display:inline-flex;align-items:center;flex-shrink:0;font-size:13px;font-weight:700;line-height:1;color:#ffffff8c;letter-spacing:-4px;user-select:none}.chat-bubble__ticks--read{color:#fffffff2}.panel-chat__form{display:flex;align-items:center;gap:8px;padding:10px 12px max(12px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--border);flex-shrink:0}.panel-chat__attach{width:44px;height:44px;flex-shrink:0;border:none;border-radius:999px;background:#f3f4f6;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center}.panel-chat__attach:hover{background:#e5e7eb}.panel-chat__attach:disabled{opacity:.5;cursor:default}.chat-attachment{margin-bottom:6px}.chat-attachment--img img{display:block;max-width:min(240px,100%);max-height:200px;border-radius:10px;vertical-align:middle}.chat-attachment--file .chat-attachment__link{color:inherit;font-weight:600;text-decoration:underline;word-break:break-all}.chat-bubble__text{white-space:pre-wrap;word-break:break-word}.panel-chat__input{flex:1;border:none;background:#f3f4f6;border-radius:999px;padding:12px 16px;font-size:16px;font-family:inherit;outline:none}.panel-chat__input:focus{box-shadow:0 0 0 2px #0071e333}.panel-chat__send{width:48px;height:48px;border:none;border-radius:999px;background:var(--apple-blue);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.panel-chat__send:disabled{background:#d1d5db;cursor:default}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#00000026;border-radius:20px}.modal-overlay--raffle-detail .modal--raffle-detail{max-width:min(520px,100vw - 32px);max-height:min(90vh,720px)}.modal__top--raffle-detail{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;padding:8px 12px 10px;border-bottom:1px solid var(--border)}.modal__top-spacer{flex:1;min-width:0}.raffle-detail__stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.raffle-detail__free{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.modal__body--raffle-detail{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 18px 20px}.raffle-detail__title{margin:0 0 6px;font-size:1.1rem;font-weight:700;line-height:1.25}.raffle-detail__meta{margin:0 0 8px;font-size:.88rem;color:var(--text-muted)}.raffle-detail__timer{margin:0 0 12px;font-size:.85rem;font-weight:600;color:#b45309}.raffle-detail__notice{padding:12px;border-radius:var(--radius-sm);background:#fef3c7;color:#92400e;font-size:.9rem;line-height:1.45;margin:0}.raffle-range-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.raffle-range-tab{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer}.raffle-range-tab--active{border-color:var(--apple-blue);color:var(--apple-blue);background:#0071e314}.raffle-ticket-grid{display:grid;grid-template-columns:repeat(auto-fill,57px);gap:8px;margin-bottom:14px;max-height:240px;overflow-y:auto;padding:4px 2px;-webkit-overflow-scrolling:touch;justify-content:start}.raffle-cell{box-sizing:border-box;width:57px;height:57px;min-width:57px;min-height:57px;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:600;border:none;cursor:default;padding:0;font-family:inherit}.raffle-cell--taken{background:transparent;cursor:default}.raffle-cell__dot{width:16px;height:16px;border-radius:50%;background:#d1d5db;display:block}.raffle-cell--free{background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:transform .14s cubic-bezier(.34,1.4,.64,1),box-shadow .2s ease,border-color .15s ease,background-color .15s ease,color .15s ease}.raffle-cell--free:hover{border-color:var(--apple-blue)}.raffle-cell--free:active{transform:scale(.96)}.raffle-cell--free:focus{outline:none}.raffle-cell--free:focus-visible{outline:2px solid rgba(0,113,227,.45);outline-offset:2px}.raffle-cell--selected{background:var(--apple-blue, #0071e3);color:#fff;border:none;box-shadow:none}.raffle-detail__cart-block{margin-top:8px;display:flex;flex-direction:column;gap:10px}.raffle-detail__cart-hint{margin:0;display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;line-height:1.35;color:var(--text)}.raffle-detail__cart-hint-icon{flex-shrink:0;display:flex;color:var(--apple-blue, #0071e3);opacity:.95}.raffle-detail__cart-hint-icon svg{display:block}.raffle-detail__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:0}.raffle-detail__selection{font-size:.85rem;color:var(--text-muted)}.raffle-detail__step{margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.raffle-detail__step-title{margin:0 0 4px;font-size:1rem;font-weight:700}.raffle-detail__step-hint{margin:0 0 12px;font-size:.85rem;color:var(--text-muted)}.raffle-detail__bank-btns{display:flex;flex-wrap:wrap;gap:10px}.raffle-detail__pay-other{margin:0 0 12px;font-size:.9rem;line-height:1.45}.raffle-detail__warn{color:#b45309;font-size:.88rem}.raffle-detail__paid-btn{margin-top:12px;width:100%}.raffle-detail__receipt-block{margin-top:14px}.raffle-detail__file-label{display:flex;flex-direction:column;gap:6px;font-size:.88rem;font-weight:600}.raffle-detail__file-label input[type=file]{font-size:.8rem}.raffle-detail__receipt-hint{font-size:.78rem;color:var(--text-muted);margin:8px 0 12px;line-height:1.4}.raffle-detail__wait{font-size:.92rem;line-height:1.5}.raffle-detail__wait-sub{margin-top:8px;font-size:.85rem;color:var(--text-muted)}.btn--sm{padding:6px 10px;font-size:.78rem}html.raffle-purchase-page{background:var(--bg)}html.raffle-purchase-page body{margin:0;min-height:100dvh;background:var(--bg)}.raffle-purchase-layout{max-width:520px;width:100%;margin:0 auto;min-height:100dvh;min-height:100vh;display:flex;flex-direction:column;background:var(--surface);padding:env(safe-area-inset-top,12px) max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));box-sizing:border-box}.raffle-purchase-layout--pay-screen{padding-top:max(8px,env(safe-area-inset-top))}.raffle-pay-screen-topbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;margin-bottom:4px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.06)}.raffle-pay-screen-topbar__title{margin:0;font-size:1.05rem;font-weight:800;text-align:center;letter-spacing:-.02em;color:var(--text, #111)}.raffle-pay-screen-topbar__spacer{width:44px;height:44px}.raffle-pay-screen-main{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}.raffle-pay-screen__label{margin:0 0 10px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.raffle-pay-numbers{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.raffle-pay-num-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f9fafb;border:1px solid #eef0f3;border-radius:14px}.raffle-pay-num-remove{flex-shrink:0;width:34px;height:34px;border:none;border-radius:10px;background:#fff;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,color .15s ease,transform .12s ease}.raffle-pay-num-remove:hover{background:#fef2f2;color:#dc2626}.raffle-pay-num-remove:active{transform:scale(.94)}.raffle-pay-num-label{font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;color:#111827}.raffle-pay-screen__timer-row{display:flex;align-items:center;gap:10px;margin-bottom:20px}.raffle-pay-screen__timer{flex:1;min-width:0;margin:0!important}.raffle-pay-extend-icon{flex-shrink:0;min-width:44px;height:40px;padding:0 12px;font-size:.78rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em;border:1px solid rgba(180,83,9,.35);border-radius:12px;background:#b4530914;color:#92400e;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .12s ease,opacity .15s ease}.raffle-pay-extend-icon:hover:not(:disabled){background:#b4530924}.raffle-pay-extend-icon:active:not(:disabled){transform:scale(.96)}.raffle-pay-extend-icon:disabled{opacity:.45;cursor:not-allowed}.raffle-purchase-layout--pay-screen #raffle-page-timer{display:none!important}.raffle-purchase-layout--checkout .raffle-purchase-topbar{align-items:flex-start}.raffle-purchase-layout--checkout #raffle-page-timer{display:none!important}.raffle-purchase-topbar__mid{flex:1;min-width:0;text-align:center}.raffle-purchase-topbar__title{display:none;margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--text, #111)}.raffle-purchase-layout--checkout .raffle-purchase-topbar__title{display:block}.raffle-purchase-topbar__trailing{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:flex-end;min-height:44px}.raffle-purchase-topbar__spacer{width:44px;height:44px;flex-shrink:0}.raffle-checkout-bar{margin-top:10px;text-align:left;padding:14px 14px 12px;border-radius:16px;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid rgba(15,23,42,.08);box-shadow:0 1px 2px #0f172a0a,inset 0 1px #fffc}.raffle-checkout-bar__label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.raffle-checkout-bar__nums{margin:0}.raffle-checkout-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.raffle-checkout-chip{display:inline-flex;align-items:center;padding:6px 11px;font-size:.88rem;font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:999px;box-shadow:0 1px #ffffffe6 inset}.raffle-checkout-bar__timer-wrap{display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;padding:8px 12px;margin:0 0 10px;border-radius:999px;background:#b453091a;border:1px solid rgba(180,83,9,.22);color:#92400e}.raffle-checkout-bar__timer-icon{display:flex;color:#b45309;flex-shrink:0}.raffle-checkout-bar__timer-text{font-size:.86rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.raffle-checkout-bar__extend{display:block;width:100%;max-width:100%;margin:0}.raffle-purchase-heading-block{margin-bottom:8px}.raffle-purchase-layout--checkout .raffle-purchase-heading-block{display:none}.raffle-sber-method-btns{display:flex;flex-direction:column;gap:10px;margin-top:12px}.raffle-pay-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.raffle-pay-steps__item{display:flex;gap:12px;align-items:flex-start}.raffle-pay-steps__num{flex-shrink:0;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#111827,#374151);color:#fff;font-size:.82rem;font-weight:800;display:flex;align-items:center;justify-content:center}.raffle-pay-steps__body{flex:1;min-width:0}.raffle-pay-steps__txt{margin:0;font-size:.92rem;line-height:1.45;color:#374151}.raffle-pay-steps__warn{margin:0;font-size:.88rem;color:#b45309}.raffle-pay-steps__link{display:inline-block;margin-bottom:8px}.raffle-pay__qr-inline{margin-bottom:10px;text-align:center}.raffle-pay__qr-inline img{border-radius:12px;border:1px solid var(--border)}html.raffle-confirm-page{background:var(--bg)}html.raffle-confirm-page body{margin:0;min-height:100dvh;background:var(--bg)}.raffle-confirm-layout{max-width:520px;margin:0 auto;min-height:100dvh;background:var(--surface);padding:env(safe-area-inset-top,12px) max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));box-sizing:border-box}.raffle-confirm-topbar{display:flex;align-items:center;gap:8px;margin-bottom:20px}.raffle-confirm-back{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:-8px 0 -8px -10px;border:none;background:transparent;color:var(--text);border-radius:12px;cursor:pointer}.raffle-confirm-topbar__title{flex:1;margin:0;font-size:1.05rem;font-weight:700;text-align:center}.raffle-confirm-topbar__spacer{width:44px;flex-shrink:0}.raffle-confirm-lead{margin:0 0 20px;font-size:.92rem;line-height:1.45;color:#4b5563}.raffle-confirm-attach-wrap{position:relative;margin-bottom:12px}.raffle-confirm-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.raffle-confirm-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px 20px;border:2px dashed #cbd5e1;border-radius:20px;background:linear-gradient(180deg,#f8fafc,#fff);cursor:pointer;transition:border-color .15s ease,background .15s ease}.raffle-confirm-file-label:hover{border-color:var(--apple-blue, #0071e3);background:#f0f9ff}.raffle-confirm-file-label__icon{color:var(--apple-blue, #0071e3)}.raffle-confirm-file-label__text{font-size:1rem;font-weight:700;color:#111827}.raffle-confirm-file-name{font-size:.82rem;color:#64748b;word-break:break-all;text-align:center;max-width:100%}.raffle-confirm-hint{margin:0 0 24px;font-size:.82rem;line-height:1.4;color:#94a3b8;text-align:center}.raffle-confirm-submit{width:100%;padding:15px 20px;font-size:1rem;font-weight:700;border-radius:14px}.raffle-purchase-root{width:100%}.raffle-purchase-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.06);flex-shrink:0}.raffle-purchase-back{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:-8px 0 -8px -10px;border:none;background:transparent;color:var(--text, #111);border-radius:12px;cursor:pointer;transition:background .15s ease,transform .12s ease}.raffle-purchase-back:hover{background:#0000000f}.raffle-purchase-back:active{transform:scale(.94)}.raffle-purchase-topbar__right{display:flex;align-items:center;gap:6px}.raffle-purchase-tab-free{font-size:.82rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.raffle-purchase-refresh{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;background:transparent;color:var(--apple-blue, #0071e3);border-radius:12px;cursor:pointer;transition:background .15s ease,transform .12s ease}.raffle-purchase-refresh:hover{background:#0071e314}.raffle-purchase-refresh:active{transform:scale(.92)}.raffle-purchase-refresh.is-spinning svg{animation:raffleRefreshSpin .65s linear infinite}@keyframes raffleRefreshSpin{to{transform:rotate(360deg)}}.raffle-purchase-main{flex:1;min-height:0;width:100%}html.raffle-purchase-page .raffle-ticket-grid{min-height:220px;max-height:min(50vh,440px);padding:10px 8px;border-radius:var(--radius-sm);border:1px solid var(--border);background:linear-gradient(180deg,#fafafa,#fff 40%);box-shadow:inset 0 1px 2px #0000000a}html.raffle-purchase-page .raffle-range-tabs{margin-bottom:12px}html.raffle-purchase-page .raffle-detail__cart-block{margin-top:10px;padding-top:4px}html.raffle-purchase-page .raffle-detail__bar{margin-top:0}html.raffle-purchase-page .raffle-detail__step{background:linear-gradient(180deg,#fafbfc 0%,var(--surface) 100%);border-radius:16px;padding:18px 16px;border:1px solid rgba(15,23,42,.08);box-shadow:0 2px 8px #0f172a0a}.raffle-purchase-layout--checkout .raffle-purchase-main{padding-top:0}.raffle-purchase-title{margin:0 0 6px;font-size:1.25rem;font-weight:700;line-height:1.25}.raffle-purchase-meta{margin:0 0 10px;font-size:.88rem;color:var(--text-muted)}.raffle-purchase-timer{margin-bottom:10px}.raffle-legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin:0 0 14px;padding:10px 12px;background:#ffffffd9;border-radius:12px;border:1px solid var(--border);font-size:.75rem;color:var(--text-muted);line-height:1.3}.raffle-legend__item{display:inline-flex;align-items:center;gap:6px}.raffle-legend__swatch{flex-shrink:0;box-sizing:border-box}.raffle-legend__swatch--free{width:22px;height:22px;border-radius:6px;background:#fff;border:1px solid #e5e7eb}.raffle-legend__swatch--taken{width:14px;height:14px;border-radius:50%;background:#d1d5db}.raffle-legend__swatch--sel{width:22px;height:22px;border-radius:6px;background:var(--apple-blue, #0071e3);border:none}.raffle-cell--flash{animation:raffleCellFlash .42s cubic-bezier(.34,1.45,.64,1)}@keyframes raffleCellFlash{0%{transform:scale(1)}35%{transform:scale(.88)}to{transform:scale(1)}}.modal-overlay--raffle-unavailable .modal--raffle-unavailable{max-width:min(520px,100vw - 32px)}.raffle-unavailable__heading{margin:0 0 10px;font-size:1.05rem;font-weight:700}.raffle-unavailable__text{margin:0;font-size:.92rem;line-height:1.5;color:var(--text-muted)}
