:root{--phone-max:480px;--nav-height:62px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body,#root{height:100%}body{background:#f2f2f5;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit}.bottom-nav{width:100%;max-width:var(--phone-max);padding:8px 0 max(6px, env(safe-area-inset-bottom));z-index:100;background:#fff;border-top:1px solid #eee;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -2px 10px #0000000d}.nav-item{color:#888;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:0;font-family:inherit;font-size:11px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.nav-item svg{stroke:currentColor;width:22px;height:22px}.nav-item.active,.nav-item:hover{color:#ff2d8a}.nav-item:disabled{opacity:.5;cursor:default}.home-phone{background:#fff;max-width:480px;min-height:100vh;margin:0 auto;padding-bottom:70px;position:relative;overflow-x:hidden}.home-banner{background:linear-gradient(135deg,#ff2d8a 0%,#ff6fb5 100%);width:100%;height:260px;position:relative;overflow:hidden}.banner-track{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.banner-slide{justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative;overflow:hidden}.banner-slide img{object-fit:cover;width:100%;height:100%}.banner-slide .placeholder-banner{color:#ffffff80;background:linear-gradient(135deg,#ff2d8a 0%,#ff6fb5 50%,#ffb6d5 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:500;display:flex}.banner-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.banner-dots .dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.banner-dots .dot.active{background:#fff;border-radius:4px;width:20px}.section-header{justify-content:space-between;align-items:center;padding:18px 16px 10px;display:flex}.section-header h2{color:#1a1a1a;letter-spacing:.5px;align-items:center;gap:0;font-size:17px;font-weight:800;display:flex}.section-header h2:before{content:"";background:#ff2d8a;border-radius:2px;width:4px;height:20px;margin-right:8px;display:inline-block}.section-header .see-more{color:#ff2d8a;align-items:center;gap:2px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.section-header .see-more:after{content:"›";font-size:18px;line-height:1}.section-header .see-more{cursor:pointer}.categories-row{scrollbar-width:none;gap:12px;padding:0 16px;display:flex;overflow-x:auto}.categories-row::-webkit-scrollbar{display:none}.categories-row.active-drag,.popular-grid.active-drag{cursor:grabbing!important;scroll-snap-type:none!important}.categories-row.active-drag *,.popular-grid.active-drag *{cursor:grabbing!important}.category-item{text-align:center;cursor:pointer;flex:none;width:100px}.category-thumb{background:#f0f0f0;border-radius:12px;width:100px;height:120px;margin-bottom:8px;overflow:hidden}.category-thumb img{object-fit:cover;width:100%;height:100%}.category-thumb .placeholder-cat{color:#ff2d8a;background:linear-gradient(135deg,#ffe0ec,#ffc4d6);justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;display:flex}.category-item span{color:#333;font-size:12px;font-weight:600;display:block}.marquee-bar{align-items:center;gap:10px;padding:14px 16px;display:flex;overflow:hidden}.marquee-icon{color:#ff2d8a;flex-shrink:0;width:28px;height:28px}.marquee-text{white-space:nowrap;flex:1;overflow:hidden}.marquee-text span{color:#ff2d8a;font-size:14px;font-weight:500;animation:12s linear infinite marqueeScroll;display:inline-block}@keyframes marqueeScroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.popular-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:0 16px;display:flex;overflow-x:auto}.popular-grid::-webkit-scrollbar{display:none}.popular-card{aspect-ratio:3/4;cursor:pointer;scroll-snap-align:start;background:#f0f0f0;border-radius:12px;flex:0 0 44%;position:relative;overflow:hidden}.popular-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.popular-card:hover img{transform:scale(1.05)}.popular-card .placeholder-pop{color:#ffffff80;background:linear-gradient(135deg,#ff9ec7,#ff2d8a);justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.popular-card .card-label{color:#fff;background:linear-gradient(#0000,#0009);padding:30px 12px 10px;font-size:13px;font-weight:600;position:absolute;bottom:0;left:0;right:0}.viewed-grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 16px;display:grid}.viewed-card{aspect-ratio:3/4;cursor:pointer;background:#f0f0f0;border-radius:12px;overflow:hidden}.viewed-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.viewed-card:hover img{transform:scale(1.05)}.viewed-card .placeholder-view{color:#e91e63;background:linear-gradient(135deg,#fce4ec,#f8bbd0);justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.home-notice{left:50%;bottom:calc(var(--nav-height,62px) + 16px);z-index:120;width:calc(100% - 32px);max-width:calc(var(--phone-max,480px) - 32px);color:#fff;text-align:center;background:#1a1a2e;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:600;animation:.2s ease-out homeNoticeIn;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #00000040}@keyframes homeNoticeIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}:root{--pink:#ff14a3;--pink-dark:#e6008f;--field-bg:#ececec;--field-text:#2b2b2b;--placeholder:#999}.phone{width:100%;max-width:var(--phone-max,480px);background:#111;height:100dvh;margin:0 auto;position:relative;overflow:hidden}.bg{z-index:0;position:absolute;inset:0}.bg video,.bg img{object-fit:cover;width:100%;height:100%;display:block}.overlay{z-index:1;background:#0000000f;position:absolute;inset:0}.login{z-index:2;padding:0 22px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.login h1{color:#fff;text-shadow:0 2px 10px #00000080;margin-bottom:8px;font-size:30px;font-weight:700}.login .subtitle{color:#ffffffe6;text-shadow:0 1px 6px #00000080;margin-bottom:22px;font-size:15px}.login h1.no-subtitle{margin-bottom:20px}.field{margin-bottom:16px;position:relative}.field input{background:var(--field-bg);width:100%;height:52px;color:var(--field-text);border:none;border-radius:16px;outline:none;padding:0 22px;font-size:15px}.field input::placeholder{color:var(--placeholder)}.field.password input{padding-right:56px}.toggle-eye{cursor:pointer;color:#1a1a1a;background:0 0;border:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.toggle-eye svg{width:24px;height:24px}.btn-login{background:var(--pink);color:#fff;cursor:pointer;border:none;border-radius:26px;width:100%;height:52px;margin-top:6px;font-size:16px;font-weight:700;transition:background .15s,transform 50ms}.btn-login:hover{background:var(--pink-dark)}.btn-login:active{transform:scale(.99)}.register{color:#fff;text-shadow:0 1px 6px #00000080;margin-top:12px;font-size:15px}.register a{color:var(--pink);font-weight:600;text-decoration:none}.register a:hover{text-decoration:underline}.auth-msg{border-radius:12px;margin-bottom:14px;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.4}.auth-msg.error{color:#fff;background:#dc2626f0}.auth-msg.ok{color:#fff;background:#10b981f0}.btn-login:disabled{opacity:.6;cursor:not-allowed}
