:root{font-family:Arial,Microsoft YaHei,PingFang SC,sans-serif;color:#17243a;background:#e9eff7;font-synthesis:none;--accent: #1f5fbf;--accent-deep: #153f7a;--accent-soft: #eaf2ff;--surface: #f3f7fc;--ink: #17243a;--muted: #68778e;--line: #dce5f1;--price: #1d5fc7}*{box-sizing:border-box}html{background:#e9eff7;scrollbar-width:none}body{margin:0;min-width:320px;min-height:100dvh}body::-webkit-scrollbar{display:none}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus:not(:focus-visible){outline:none}button:focus-visible,input:focus-visible{outline:2px solid #79a9ed;outline-offset:2px}.app-frame{position:relative;width:min(100%,720px);min-height:100dvh;margin:0 auto;overflow-x:hidden;background:#fff}.app-frame-home{width:min(100%,480px);background:#f5f8fd}.page-with-nav{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.home-page{min-height:100dvh;color:#162b49;background:linear-gradient(180deg,#f4f8fe 0,#f8fbff 230px,#f5f8fd)}.home-brand{min-height:calc(56px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 16px 8px;display:flex;align-items:center;gap:11px}.home-brand img{width:32px;height:32px;flex:0 0 auto;border-radius:7px;box-shadow:0 6px 16px #0070ff3d}.home-brand>span{min-width:0;display:grid;gap:1px}.home-brand strong{color:#102a4f;font-size:19px;line-height:24px;font-weight:750;letter-spacing:.08em}.search-bar{height:38px;margin:10px 11px 20px;display:grid;grid-template-columns:1fr 44px;overflow:hidden;border:1px solid #b9cae2;border-radius:20px;background:#f8fbff;transition:border-color .2s ease,background-color .2s ease}.search-bar:focus-within{border-color:#6f9fe2;background:#fff}.search-bar input{min-width:0;padding:0 0 0 48px;border:0;outline:0;color:var(--ink);background:transparent;text-align:center}.search-bar input::placeholder{color:#74839a;opacity:1}.search-bar button{display:grid;place-items:center;border:0;color:var(--accent);background:transparent;cursor:pointer}.search-bar button:active{background:var(--accent-soft)}.banner{position:relative;margin:0 10px 14px;aspect-ratio:2 / 1;overflow:hidden;border:1px solid #dce5f1;border-radius:12px;background:#edf2f8}.banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.01);transition:opacity .42s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1)}.banner img.active{opacity:1;transform:scale(1)}.banner .banner-next{position:absolute;right:15px;top:50%;width:28px;height:28px;padding:0;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.34);border-radius:50%;color:#fff;background:#133869b8;cursor:pointer}.banner .banner-next:active{transform:translateY(-50%) scale(.94)}.banner-dots{position:absolute;right:12px;bottom:9px;left:12px;display:flex;justify-content:center;gap:6px;pointer-events:none}.banner .banner-dots button{width:7px;height:7px;padding:0;border:1px solid rgba(255,255,255,.76);border-radius:50%;background:#1637656b;box-shadow:0 1px 3px #0003;pointer-events:auto;cursor:pointer}.banner .banner-dots button.active{width:17px;border-radius:5px;background:#fff}@media(prefers-reduced-motion:reduce){.banner img{transition:none}.notice-marquee-track.scrolling{animation:none}}.notice-bar{width:calc(100% - 20px);min-height:62px;margin:0 10px 4px;padding:9px 13px;display:grid;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:11px;border:1px solid #d5e4f7;border-radius:12px;color:var(--ink);background:#f5f9ff;text-align:left;cursor:pointer}.notice-bar:active:not(:disabled){background:#eaf2ff;transform:translateY(1px)}.notice-bar:disabled{cursor:default;opacity:.78}.notice-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--accent)}.notice-copy{min-width:0;display:grid;gap:3px}.notice-copy small{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em}.notice-copy strong{color:#263852;font-size:14px;font-weight:600}.notice-marquee{min-width:0;display:block;overflow:hidden}.notice-marquee-track{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-marquee-track.scrolling{max-width:none;animation:notice-scroll 20s linear infinite}@keyframes notice-scroll{0%{transform:translate(0)}10%{transform:translate(0)}to{transform:translate(-50%)}}.notice-bar>svg{color:#7791b5}.section-heading{height:48px;margin:0 11px;padding:0 8px 0 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f6}.section-heading h2{margin:0;display:flex;align-items:center;gap:8px;color:#24344d;font-size:17px;line-height:1;font-weight:700}.section-heading h2:before{width:3px;height:15px;border-radius:2px;background:var(--accent);content:""}.section-heading button{padding:8px 0 8px 12px;border:0;color:#7b8ba3;background:transparent;cursor:pointer}.section-heading button:active{color:var(--accent)}.section-heading button span{padding-left:2px;color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:11px 11px 6px}.product-card{min-width:0;padding:0;display:block;overflow:hidden;border:1px solid #e3eaf3;border-radius:13px;color:var(--ink);background:#fff;box-shadow:0 5px 14px #193a6214;text-align:left;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s ease}.product-card:active{transform:translateY(1px) scale(.99);border-color:#b7cff0}.image-shell{position:relative;display:block;overflow:hidden;background:#edf2f8}.image-shell img{width:100%;height:100%;display:block;object-fit:cover;opacity:0;transition:opacity .28s}.image-shell.is-ready img{opacity:1}.image-shell.is-error img{display:none}.image-skeleton,.skeleton-block,.skeleton-line{background:linear-gradient(100deg,#e8eef6 20%,#f6f9fc,#e8eef6 64%);background-size:220% 100%;animation:shimmer 1.3s infinite}.image-skeleton{position:absolute;inset:0}.image-error{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:7px;color:#91a0b5}.product-image{width:100%;aspect-ratio:1}.product-copy{min-height:63px;padding:8px 12px 10px;display:block}.product-badges{min-height:18px;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.product-type-badge,.product-points-badge{padding:2px 6px;border-radius:999px;font-size:10px;line-height:14px;white-space:nowrap}.product-type-badge{color:#28548c;background:#eaf3ff}.product-type-repurchase{color:#6e4a9e;background:#f3edff}.product-type-member{color:#8a5a16;background:#fff4d7}.product-points-badge{color:#0d7b62;background:#e2f8f0}.product-name{min-height:20px;display:block;overflow:hidden;color:#25344c;font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.product-price{margin-top:5px;display:block;color:var(--price);font-size:17px;font-weight:700;line-height:20px}.product-price small{margin-right:2px;font-size:12px;font-weight:400}.product-price strong{font-size:inherit;font-weight:700}.single-row{grid-auto-rows:auto}.product-card-skeleton{overflow:hidden;border:1px solid #e3eaf3;border-radius:13px;background:#fff}.product-card-skeleton .skeleton-block{width:100%;display:block;aspect-ratio:1}.skeleton-line{height:12px;display:block;border-radius:8px}.product-card-skeleton .skeleton-line{margin:10px 11px 0}.product-card-skeleton .skeleton-line.short{width:38%;margin-bottom:13px}.product-card-skeleton .skeleton-line.wide{width:calc(100% - 22px)}.page-header{position:sticky;top:0;z-index:2;min-height:calc(48px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);display:grid;grid-template-columns:54px 1fr 54px;align-items:center;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page-header h1{margin:0;color:#33445d;font-size:17px;line-height:1;font-weight:600;text-align:center}.page-header button{height:100%;padding:0;display:grid;place-items:center;border:0;color:var(--accent);background:transparent;cursor:pointer}.page-header button:active{background:var(--accent-soft)}.listing-page{min-height:100dvh;background:#f7f9fc}.listing-page .product-grid{padding-top:10px}.listing-page .product-card{box-shadow:none}.listing-page .product-copy{min-height:76px;padding:8px 10px 14px}.listing-page .product-name{font-size:15px;line-height:22px}.listing-page .product-price{margin-top:10px;font-size:20px}.product-category-scroller{position:sticky;top:calc(48px + env(safe-area-inset-top));z-index:1;overflow:hidden;border-bottom:1px solid var(--line);background:#f7f9fcf7}.product-category-scroller:before,.product-category-scroller:after{position:absolute;top:0;bottom:0;z-index:2;width:28px;opacity:0;pointer-events:none;transition:opacity .18s ease;content:""}.product-category-scroller:before{left:0;background:linear-gradient(90deg,#f7f9fcfa,#f7f9fc00)}.product-category-scroller:after{right:0;background:linear-gradient(270deg,#f7f9fcfa,#f7f9fc00)}.product-category-scroller.can-scroll-left:before,.product-category-scroller.can-scroll-right:after{opacity:1}.product-category-bar{padding:9px 11px;display:flex;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x proximity;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none}.product-category-bar::-webkit-scrollbar{display:none}.product-category-bar button{min-height:34px;max-width:132px;padding:0 14px;flex:0 0 auto;overflow:hidden;scroll-snap-align:center;border:1px solid #d7e2f0;border-radius:18px;color:#62748c;background:#fff;font:inherit;font-size:13px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.product-category-bar.is-dragging,.product-category-bar.is-dragging button{cursor:grabbing;scroll-snap-type:none}.product-category-bar button:active{transform:translateY(1px)}.product-category-bar button.active{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:0 4px 10px #2c67b72e}.product-category-bar button:focus-visible{outline:2px solid #8db7ed;outline-offset:2px}.product-category-bar .category-retry{max-width:none;border-color:#e3c5c9;color:#93404d;background:#fff7f8}.product-category-skeleton{width:84px;min-height:34px;flex:0 0 auto;border-radius:18px;background:linear-gradient(100deg,#e8eef6 20%,#f5f8fc,#e8eef6 52%);background-size:220% 100%;animation:shimmer 1.2s linear infinite}.bottom-nav{position:fixed;z-index:3;left:50%;bottom:0;width:min(100%,720px);height:calc(68px + env(safe-area-inset-bottom));padding:7px 4px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));transform:translate(-50%);border-radius:22px 22px 0 0;background:var(--accent-deep);box-shadow:0 -8px 24px #14356024}.bottom-nav button{min-width:0;padding:0;display:grid;place-content:center;justify-items:center;gap:3px;border:0;border-radius:12px;color:#e1edff8f;background:transparent;font-size:13px;line-height:1.1;cursor:pointer}.bottom-nav button.active{color:#fff;background:#ffffff1a}.bottom-nav button:active{transform:translateY(1px);background:#ffffff1f}.home-page .search-bar{height:44px;margin:0 16px 12px;grid-template-columns:44px minmax(0,1fr);border-color:#d9e5f5;border-radius:22px;background:#fffffff5;box-shadow:0 4px 14px #1d4a870f}.home-page .search-bar:focus-within{border-color:#4c8ce4;box-shadow:0 5px 17px #2467c91c}.home-page .search-bar input{padding:0 18px 0 0;color:#162b49;text-align:left}.home-page .search-bar input::placeholder{color:#8b9aaf}.home-page .search-submit{color:#5e789c}.home-page .search-submit:active{color:#2467c9;background:#e8f1ff}.home-page .banner{margin:0 16px 12px;aspect-ratio:2.06 / 1;border-color:#d7e3f3;border-radius:18px;background:linear-gradient(135deg,#0c2d59,#1c66bd);box-shadow:0 10px 28px #143a691a}.home-page .banner .banner-next{z-index:3;border-color:#ffffff7a;background:#0b316080}.home-page .notice-bar{width:calc(100% - 32px);min-height:52px;margin:0 16px 8px;padding:8px 12px;grid-template-columns:32px minmax(0,1fr) 20px;gap:10px;border-color:#d7e7fb;border-radius:14px;color:#30435e;background:#f0f6ff;box-shadow:0 5px 18px #1d4a870d}.home-page .notice-bar:active:not(:disabled){background:#e8f1ff}.home-page .notice-icon{width:32px;height:32px;border-radius:9px;background:#2467c9}.home-page .notice-copy{display:flex;align-items:center;gap:10px}.home-page .notice-copy small{flex:0 0 auto;color:#2467c9;font-size:13px;letter-spacing:0}.home-page .notice-copy small:after{width:1px;height:18px;margin-left:10px;display:inline-block;vertical-align:middle;background:#cad8e9;content:""}.home-page .notice-copy strong{min-width:0;color:#61738d;font-size:13px;font-weight:500}.home-page .section-heading{height:44px;margin:0 16px;padding:0;border-bottom:0}.home-page .section-heading h2{gap:9px;color:#162b49;font-size:18px;line-height:24px}.home-page .section-heading h2:before{width:4px;height:18px;border-radius:4px;background:#2467c9}.home-page .section-heading button{min-height:44px;padding:0 0 0 14px;color:#5e789c;font-size:13px}.home-page .section-heading button span{color:#2467c9;font-size:18px}.home-page .product-grid{gap:12px;padding:0 16px 12px}.home-page .product-card{border-color:#e5ecf5;border-radius:16px;box-shadow:0 8px 24px #143a6912}.home-page .product-card:active{transform:scale(.985);border-color:#b9d0ee}.home-page .product-image{aspect-ratio:1.2 / 1}.home-page .product-copy{min-height:88px;padding:9px 12px 12px}.home-page .product-badges{min-height:20px;margin-bottom:3px}.home-page .product-type-badge,.home-page .product-points-badge{border:1px solid currentColor;background:transparent;font-size:10px;line-height:14px}.home-page .product-type-repurchase{color:#73509d;background:#f8f3ff}.home-page .product-type-member{color:#a76a17;background:#fff8e8}.home-page .product-points-badge{color:#168660;background:#effaf6}.home-page .product-name{min-height:40px;display:-webkit-box;color:#22334c;font-size:14px;line-height:20px;font-weight:600;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-page .product-price{margin-top:6px;color:#e44646;font-size:19px;line-height:24px}.home-page .product-price small{font-size:12px;font-weight:600}.home-page .product-card-skeleton{border-radius:16px}.home-page .product-card-skeleton .skeleton-block{aspect-ratio:1.2 / 1}.home-page .empty-state.compact-state{min-height:150px;margin:0 16px 12px;border:1px solid #e5ecf5;border-radius:16px;background:#fff}.bottom-nav-home{width:min(100%,480px);height:calc(64px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-top:1px solid #e4ebf4;border-radius:20px 20px 0 0;background:#fffffff5;box-shadow:0 -8px 24px #14356017;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav-home button{gap:2px;color:#8595aa;font-size:11px;line-height:16px}.bottom-nav-home button.active{color:#2467c9;background:transparent;font-weight:700}.bottom-nav-home button.active svg{filter:drop-shadow(0 5px 8px rgba(36,103,201,.16))}.bottom-nav-home button:active{background:#e8f1ff}.empty-state{min-height:310px;padding:24px;display:grid;place-content:center;justify-items:center;color:#8797ad;text-align:center}.empty-state.compact-state{min-height:190px}.empty-state p{margin:10px 0 0;line-height:1.5}.state-action{min-height:38px;margin-top:14px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #b9cdea;border-radius:19px;color:var(--accent);background:#fff;cursor:pointer}.state-action:active{background:var(--accent-soft)}.login-page{position:relative;min-height:100dvh;padding:0 18px 40px;display:flex;flex-direction:column;align-items:center;background:#eef4fb}.login-back,.login-home{position:absolute;top:max(10px,env(safe-area-inset-top));width:44px;height:44px;display:grid;place-items:center;border:1px solid #d4e1f2;border-radius:50%;color:var(--accent);background:#ffffffe0;cursor:pointer}.login-back{left:10px}.login-home{right:10px}.login-back:active,.login-home:active{background:#e3edfa;transform:scale(.96)}.login-brand{margin-top:max(82px,calc(env(safe-area-inset-top) + 64px));display:grid;justify-items:center;color:var(--accent-deep)}.login-brand-mark{width:72px;height:72px;display:grid;place-items:center;border:1px solid #5f8fd4;border-radius:20px;color:#fff;background:var(--accent);box-shadow:0 12px 26px #1f5fbf2e}.login-brand strong{margin-top:16px;font-size:28px;letter-spacing:.12em;text-indent:.12em}.login-brand small{margin-top:7px;color:#6d809c;font-size:12px;letter-spacing:.14em;text-indent:.14em}.login-panel{width:min(100%,460px);margin-top:42px;padding:28px 24px 22px;border:1px solid #dce6f2;border-radius:18px;background:#fff;box-shadow:0 16px 42px #1b3b651a}.login-heading{margin-bottom:24px}.login-heading h1{margin:0;color:#1e3150;font-size:22px}.login-heading p{margin:8px 0 0;color:#7b8ba2;font-size:13px}.login-panel label{margin-bottom:20px;display:block;color:#52637c;font-size:13px;font-weight:600}.login-panel input{width:100%;height:46px;margin-top:7px;padding:0 14px;border:1px solid #d6e0ec;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfe;font-size:16px;font-weight:400;transition:border-color .2s ease,background-color .2s ease}.login-panel input:focus{border-color:#76a0dc;background:#fff}.login-panel input::placeholder{color:#9aa7b8}.form-error{margin:-5px 0 14px;color:#b33e4d;font-size:13px}.form-notice{margin:-8px 0 17px;padding:10px 12px;border:1px solid #bcd9ca;border-radius:9px;color:#2d694c;background:#f1faf5;font-size:13px;line-height:1.5}.login-button{width:100%;height:48px;border:0;border-radius:12px;color:#fff;background:var(--accent);box-shadow:0 10px 22px #1f5fbf30;font-weight:700;cursor:pointer}.login-button:active{transform:translateY(1px) scale(.99);background:#194f9f}.login-button:disabled{cursor:wait;opacity:.7}.auth-switch{margin:11px auto 0;padding:9px 4px;display:block;border:0;color:var(--accent-deep);background:transparent;font-weight:700;cursor:pointer}.auth-switch:active{transform:translateY(1px);color:var(--accent)}.auth-switch:disabled{cursor:wait;opacity:.55}.download-link{margin:13px auto 0;padding:9px 0;display:block;border:0;color:#70819b;background:transparent;cursor:pointer}.download-link:active{color:var(--accent)}.register-link{width:100%;margin-top:12px;padding:0 14px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #b9cfe9;border-radius:11px;color:var(--accent-deep);background:#f4f8fd;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.register-link:active{transform:translateY(1px);border-color:var(--accent);background:#eaf2fb;color:var(--accent)}.register-link:disabled{cursor:wait;opacity:.55}.finance-page{padding-bottom:28px}.finance-tabs{padding:12px 16px 0;display:flex;gap:8px;overflow-x:auto}.finance-tab{flex:0 0 auto;padding:8px 14px;border:1px solid #d6e0ec;border-radius:999px;color:#52637c;background:#fff;font-size:13px;cursor:pointer}.finance-tab.active{border-color:var(--accent);color:#fff;background:var(--accent)}.finance-direction{padding:10px 16px;display:flex;gap:18px}.finance-direction-option{padding:4px 2px;border:0;color:#7b8ba2;background:transparent;font-size:13px;cursor:pointer}.finance-direction-option.active{color:var(--accent-deep);font-weight:700;border-bottom:2px solid var(--accent)}.finance-list{padding:0 16px;display:grid;gap:10px}.finance-card{padding:12px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #e2e9f3;border-radius:12px;background:#fff}.finance-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:var(--accent);background:#edf4fc}.finance-main{min-width:0}.finance-main strong{display:block;color:#1e3150;font-size:15px}.finance-main small{color:#8a97a9;font-size:12px}.finance-amount{font-size:15px}.finance-amount.is-income{color:#1e8a5a}.finance-amount.is-expense{color:#c0484f}.finance-footnote{margin:16px 0 0;color:#9aa7b8;font-size:12px;text-align:center}.address-page{min-height:100dvh;padding-bottom:30px;background:#f2f6fb}.address-list{padding:14px 16px 0;display:grid;gap:12px}.address-card{overflow:hidden;border:1px solid #e2e9f3;border-radius:14px;background:#fff;box-shadow:0 4px 14px #1b3b650d}.address-card.is-selected{border-color:#2871ce;box-shadow:0 0 0 2px #2871ce1c}.address-card-main{padding:14px;display:grid;grid-template-columns:auto 1fr;gap:12px}.address-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:#eef5fc}.address-card-info{min-width:0}.address-card-name{display:flex;align-items:center;gap:8px}.address-card-name strong{color:#1e3150;font-size:16px}.address-default-tag{padding:2px 9px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2f6fd6,#4a8ae0);font-size:11px}.address-card-mobile{margin-top:2px;color:#6d809c;font-size:13px;letter-spacing:.03em}.address-card-detail{margin-top:8px;padding-top:8px;border-top:1px dashed #e6ecf4;color:#52637c;font-size:13px;line-height:1.55}.address-card-actions{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #edf1f7}.address-card-actions.with-select{grid-template-columns:repeat(4,1fr)}.address-card-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;color:#5b6c84;background:#fff;font-size:13px;cursor:pointer}.address-card-actions button+button{border-left:1px solid #edf1f7}.address-card-actions button:active:not(:disabled){background:#f4f8fd}.address-card-actions button.is-default{color:var(--accent);cursor:default}.address-card-actions button.danger{color:#c0484f}.address-add{margin:18px 16px 0;width:calc(100% - 32px);height:46px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2f6fd6,#4a8ae0);box-shadow:0 10px 22px #1f5fbf33;font-size:15px;font-weight:700;cursor:pointer}.address-add:active{transform:translateY(1px)}.address-edit-page{min-height:100dvh;padding-bottom:30px;background:#f2f6fb}.address-form-card{margin:16px;padding:18px 16px 20px;border:1px solid #e2e9f3;border-radius:16px;background:#fff;box-shadow:0 4px 14px #1b3b650d}.address-form-title{margin-bottom:18px;color:#1e3150;font-size:18px;font-weight:700}.address-field{margin-bottom:16px;display:block}.address-field-label{display:flex;align-items:center;gap:6px;margin-bottom:7px;color:#52637c;font-size:13px;font-weight:600}.address-field input,.address-field textarea{width:100%;padding:11px 14px;border:1px solid #d6e0ec;border-radius:11px;outline:0;color:var(--ink);background:#f9fbfe;font-size:15px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.address-field input:focus,.address-field textarea:focus{border-color:#76a0dc;background:#fff;box-shadow:0 0 0 3px #2f6fd61f}.address-field textarea{resize:vertical;line-height:1.5}.address-default-switch{margin:4px 0 18px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e9f3;border-radius:11px;background:#f9fbfe;cursor:pointer}.address-default-switch .address-field-label{margin-bottom:0}.address-switch{position:relative;width:46px;height:26px;border-radius:999px;background:#ccd6e3;transition:background-color .2s ease}.address-switch.on{background:var(--accent)}.address-switch i{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.address-switch.on i{transform:translate(20px)}.address-submit{width:100%;height:48px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2f6fd6,#4a8ae0);box-shadow:0 10px 22px #1f5fbf33;font-size:15px;font-weight:700;cursor:pointer}.address-submit:active{transform:translateY(1px)}.address-submit:disabled{cursor:wait;opacity:.7}.confirm-dialog-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0f203a73}.confirm-dialog{width:min(100%,340px);padding:20px 18px 16px;border-radius:16px;background:#fff;box-shadow:0 18px 50px #07193147}.confirm-dialog h3{margin:0 0 10px;color:#1e3150;font-size:17px}.confirm-dialog p{margin:0;color:#52637c;font-size:14px;line-height:1.6}.confirm-dialog-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.confirm-dialog-actions button{height:42px;border:1px solid #d6e0ec;border-radius:10px;color:#52637c;background:#fff;font-size:14px;font-weight:600;cursor:pointer}.confirm-dialog-actions button.danger{border-color:#e3b7bb;color:#fff;background:linear-gradient(135deg,#d0555d,#c0484f)}.confirm-dialog-actions button:active{transform:translateY(1px)}.finance-load-more{margin:18px auto 0;padding:10px 24px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d9e2ee;border-radius:999px;color:#52637c;background:#f5f8fc;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.finance-load-more:active:not(:disabled){transform:translateY(1px);border-color:var(--accent);color:var(--accent);background:#eaf2fb}.finance-load-more:disabled{cursor:wait;opacity:.65}.finance-load-more .finance-spin{animation:finance-spin 1s linear infinite}.finance-load-end{margin:18px auto 0;color:#9aa7b8;font-size:12px;text-align:center}@keyframes finance-spin{to{transform:rotate(360deg)}}.registration-success{display:grid;justify-items:start;color:#32694e}.registration-success h1{margin:13px 0 7px;color:#263b58;font-size:21px}.registration-success p{margin:0;color:#596d87;font-size:14px}.registration-success p strong{color:#243d61;overflow-wrap:anywhere}.registration-success small{margin:10px 0 22px;color:#8291a5;line-height:1.6}.registration-success .login-button{display:grid;place-items:center}.change-password-page{min-height:100dvh;color:var(--ink);background:#f1f5fa}.change-password-content{width:min(100%,520px);margin:0 auto;padding:18px 14px calc(28px + env(safe-area-inset-bottom))}.password-security-note{min-height:86px;padding:15px 16px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;border:1px solid #cfe0f3;border-radius:14px;color:#2b527d;background:#eef6ff}.password-security-note>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--accent)}.password-security-note strong{color:#24476f;font-size:15px}.password-security-note p{margin:5px 0 0;color:#667d98;font-size:12px;line-height:1.55}.change-password-form{margin-top:14px;padding:20px 17px 18px;border:1px solid #dce5f0;border-radius:15px;background:#fff;box-shadow:0 10px 28px #1e3f6812}.password-form-heading{margin-bottom:20px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px}.password-form-heading>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--accent);background:var(--accent-soft)}.password-form-heading h2{margin:0;color:#253951;font-size:18px}.password-form-heading p{margin:4px 0 0;color:#8493a6;font-size:12px}.password-field{margin-bottom:17px;display:block;color:#52637c;font-size:13px;font-weight:600}.password-input-wrap{position:relative;margin-top:7px;display:block}.password-input-wrap input{width:100%;height:48px;padding:0 48px 0 13px;border:1px solid #cfdbea;border-radius:10px;outline:0;color:#20344e;background:#fbfcfe;font-size:16px;font-weight:400}.password-input-wrap input:focus{border-color:#6f9dd9;background:#fff;box-shadow:0 0 0 3px #4174b81a}.password-input-wrap input::placeholder{color:#a1adbd}.password-toggle{position:absolute;top:0;right:0;width:46px;height:48px;padding:0;display:grid;place-items:center;border:0;border-radius:0 10px 10px 0;color:#70839c;background:transparent;cursor:pointer}.password-toggle:active{color:var(--accent);background:var(--accent-soft)}.change-password-error{margin:-2px 0 14px;padding:10px 11px;border:1px solid #efc8cf;border-radius:9px;color:#a93446;background:#fff5f6;font-size:13px;line-height:1.5}.change-password-submit{width:100%;min-height:48px;border:0;border-radius:11px;color:#fff;background:var(--accent);box-shadow:0 9px 20px #1f5fbf2e;font-weight:700;cursor:pointer}.change-password-submit:active:not(:disabled){transform:translateY(1px);background:#194f9f}.change-password-submit:disabled{cursor:wait;opacity:.65}.profile-page{min-height:100dvh;color:#3b4a60;background:#edf3f9}.profile-hero{min-height:227px;padding-top:max(5px,env(safe-area-inset-top));color:#fff;background:#203f6d}.profile-tools{min-height:44px;padding:0 17px;display:flex;align-items:center;justify-content:flex-end}.profile-tools button{min-height:42px;padding:0;display:flex;align-items:center;gap:8px;border:0;color:#fff;background:transparent;font-size:17px;font-weight:400;cursor:pointer}.profile-tools button:active,.profile-grid button:active{transform:translateY(1px) scale(.98)}.member-summary{min-height:66px;padding:1px 0 4px 18px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;overflow:hidden}.member-avatar-trigger{position:relative;width:clamp(56px,15vw,82px);aspect-ratio:1;padding:0;display:block;overflow:visible;border:0;border-radius:50%;color:#fff;background:transparent;cursor:pointer;transition:transform .14s ease}.member-avatar-trigger:active{transform:scale(.97)}.member-avatar-trigger:focus-visible{outline:3px solid #9bc4ff;outline-offset:3px}.member-avatar-image,.member-avatar-placeholder{width:100%;height:100%;display:block;overflow:hidden;border:3px solid #fff;border-radius:50%;background:#58769e}.member-avatar-image{object-fit:cover;object-position:center}.member-avatar-placeholder{display:grid;place-items:center;color:#fff}.member-avatar-camera{position:absolute;right:-1px;bottom:-1px;width:clamp(19px,28%,24px);aspect-ratio:1;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;background:#1f67c8;box-shadow:0 3px 8px #0822464d}.member-identity{min-width:0;display:flex;align-items:center;gap:8px}.member-identity>strong{min-width:0;overflow:hidden;color:#fff;font-size:clamp(20px,4.2vw,28px);line-height:1.15;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.member-level{flex:0 0 auto;min-width:72px;height:34px;margin:0;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;background:#071d3b52;font-size:14px;font-weight:700;white-space:nowrap}.member-metrics{padding:9px 8px 11px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:8px}.member-metric{min-width:0;min-height:42px;padding:0 5px;display:grid;place-content:center;justify-items:center;gap:6px;text-align:center}.member-metric:nth-child(3n+2),.member-metric:nth-child(3n+3){border-left:1px solid rgba(222,237,255,.28)}.member-metric strong{max-width:100%;overflow:hidden;color:#fff;font-size:clamp(17px,3.9vw,24px);line-height:1;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.member-metric span{max-width:100%;overflow:hidden;color:#f3f7ff;font-size:clamp(14px,3.45vw,20px);line-height:1.15;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-content{padding:10px 10px 116px}.profile-card{overflow:hidden;border:1px solid #dce5f0;border-radius:8px;background:#fff}.profile-card h2{height:39px;margin:0;padding:0 10px;display:flex;align-items:center;border-bottom:1px solid #e4eaf2;color:#273750;font-size:17px;line-height:1;font-weight:700}.profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.profile-grid button{min-width:0;padding:0 2px;display:grid;place-content:center;justify-items:center;gap:7px;border:0;color:#596b83;background:transparent;line-height:1.3;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s cubic-bezier(.16,1,.3,1)}.profile-grid button:focus-visible{outline-color:#79a9ed;outline-offset:-2px}.order-grid button{min-height:72px;font-size:14px}.order-grid button svg{color:var(--accent)}.order-icon-wrap{position:relative;display:inline-grid;place-items:center}.order-count-badge{position:absolute;top:-7px;right:-11px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border:1px solid #fff;border-radius:999px;color:#fff;background:var(--accent);font-size:10px;line-height:1}.management-grid{grid-auto-rows:77px;padding:2px 0 4px}.management-grid button{align-content:center;align-self:stretch;padding-inline:0;color:var(--accent);font-size:12.5px}.management-grid button span{min-height:34px;display:flex;align-items:flex-start;justify-content:center;overflow-wrap:anywhere;color:#596b83;text-align:center}.management-item.tone-coral,.management-item.tone-amber,.management-item.tone-rose,.management-item.tone-green,.management-item.tone-sky{color:var(--accent)}.logout-button{width:calc(100% - 62px);height:51px;margin:29px 31px 0;border:1px solid #cbd9eb;border-radius:11px;color:var(--accent-deep);background:#e6eef8;font-size:17px;font-weight:700;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s}.logout-button:active{transform:translateY(1px) scale(.99);background:#dce8f6}.logout-button:disabled{cursor:wait;opacity:.7}.profile-toast{bottom:calc(75px + env(safe-area-inset-bottom));text-align:center}.profile-data-page{min-height:100dvh;color:var(--text-primary);background:var(--canvas)}.profile-data-content{padding:16px 16px calc(28px + env(safe-area-inset-bottom));display:grid;gap:14px}.profile-avatar-card,.profile-info-card{border:1px solid var(--border);border-radius:16px;background:#ffffffeb;box-shadow:0 10px 30px #244b7e14}.profile-avatar-card{min-height:124px;padding:20px;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:16px}.profile-avatar-card .member-avatar-trigger{width:72px;height:72px}.profile-avatar-card>div{min-width:0;display:grid;gap:4px}.profile-avatar-card strong{overflow:hidden;color:var(--text-primary);font-size:20px;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.profile-avatar-card span{color:var(--primary-600);font-size:14px;font-weight:700}.profile-avatar-card small{color:var(--text-secondary);font-size:12px}.profile-info-card{overflow:hidden}.profile-info-card h2{height:50px;margin:0;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid var(--border);font-size:17px}.profile-info-card dl{margin:0}.profile-info-card dl>div{min-height:52px;padding:0 16px;display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px}.profile-info-card dl>div+div{border-top:1px solid rgba(209,222,239,.7)}.profile-info-card dt{color:var(--text-secondary);font-size:14px}.profile-info-card dd{margin:0;overflow:hidden;color:var(--text-primary);font-size:15px;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.cart-page{min-height:100dvh;background:var(--surface)}.cart-empty{min-height:calc(100dvh - 130px);padding:30px;display:grid;place-content:center;justify-items:center;text-align:center}.cart-empty>span{width:92px;height:92px;display:grid;place-items:center;border:1px solid #c8d9ef;border-radius:28px;color:var(--accent);background:#fff}.cart-empty h2{margin:22px 0 0;color:#263a58;font-size:20px}.cart-empty p{margin:9px 0 0;color:#7b8ca4;font-size:14px}.cart-empty button{min-height:43px;margin-top:24px;padding:0 22px;border:0;border-radius:22px;color:#fff;background:var(--accent);font-weight:700;cursor:pointer}.cart-empty button:active{transform:translateY(1px);background:#194f9f}.recharge-page{min-height:100dvh;background:var(--surface)}.recharge-panel{margin:18px 14px;padding:22px 18px;border:1px solid #dae5f1;border-radius:14px;background:#fff}.recharge-heading{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e8edf4}.recharge-heading>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--accent);background:#eaf2fd}.recharge-heading h2{margin:0;color:#233751;font-size:19px}.recharge-heading p{margin:5px 0 0;color:#8190a4;font-size:13px}.recharge-panel form{margin-top:20px;display:grid;gap:18px}.recharge-panel form>label{display:grid;gap:8px;color:#53667f;font-size:14px}.recharge-panel input{height:48px;padding:0 14px;border:1px solid #cad8e9;border-radius:9px;color:#21354f;background:#fff;font:inherit;font-size:18px;outline:none}.recharge-panel input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2b6cc41c}.recharge-panel fieldset{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;border:0}.recharge-panel legend{margin-bottom:8px;color:#53667f;font-size:14px}.recharge-panel fieldset button{height:43px;border:1px solid #cad8e9;border-radius:9px;color:#5c6f86;background:#fff;cursor:pointer}.recharge-panel fieldset button.active{border-color:var(--accent);color:var(--accent-deep);background:#edf5ff;font-weight:700}.recharge-submit{height:48px;border:0;border-radius:9px;color:#fff;background:var(--accent);font-size:16px;font-weight:700;cursor:pointer}.recharge-submit:disabled{cursor:wait;opacity:.65}.recharge-result{margin-top:20px;padding:15px;display:grid;grid-template-columns:max-content 1fr;gap:9px 14px;border-radius:10px;background:#f4f7fb;font-size:13px}.recharge-result span{color:#8190a4}.recharge-result strong{min-width:0;overflow-wrap:anywhere;color:#334a68;font-weight:600}.recharge-result button{grid-column:1 / -1;min-height:38px;margin-top:5px;border:1px solid #c8d8eb;border-radius:8px;color:var(--accent-deep);background:#fff;cursor:pointer}.recharge-result button:disabled{cursor:wait;opacity:.65}.recharge-message{margin:15px 0 0;color:#2c6b4f;font-size:13px;line-height:1.6}.recharge-panel>.form-error{margin-top:15px}.recharge-notice{margin:18px 0 0;color:#8795a8;font-size:12px;line-height:1.65}.detail-page{min-height:100dvh;padding-bottom:calc(70px + env(safe-area-inset-bottom));background:#f4f7fb}.detail-gallery{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#edf2f8;touch-action:pan-y}.detail-gallery-track{width:100%;height:100%;display:flex;transition:transform .3s ease}.detail-gallery-slide{min-width:100%;height:100%}.detail-gallery-image{width:100%;height:100%;object-fit:cover;background:#edf2f8}.detail-gallery-image.is-empty{display:grid;place-content:center;justify-items:center}.detail-gallery-arrow{position:absolute;z-index:1;top:50%;width:34px;height:48px;transform:translateY(-50%);border:0;color:#fff;background:#16273f47;font-size:32px;line-height:1;cursor:pointer}.detail-gallery-arrow.is-left{left:0;border-radius:0 20px 20px 0}.detail-gallery-arrow.is-right{right:0;border-radius:20px 0 0 20px}.detail-gallery-dots{position:absolute;z-index:1;right:0;bottom:13px;left:0;display:flex;justify-content:center;gap:6px}.detail-gallery-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ffffff9e;box-shadow:0 0 0 1px #192b4329;cursor:pointer}.detail-gallery-dots button.active{width:17px;border-radius:5px;background:#fff}.detail-gallery-count{position:absolute;right:12px;bottom:10px;padding:3px 8px;border-radius:12px;color:#fff;background:#101f347a;font-size:11px}.detail-price{min-height:68px;padding:0 13px;display:flex;align-items:center;color:#fff;background:var(--accent);font-size:26px}.detail-summary{padding:14px 11px 16px;border-bottom:1px solid var(--line);background:#fff}.detail-summary h2{margin:0;color:#253650;font-size:16px}.detail-content{margin-top:10px;padding:0 5px 14px;background:#fff}.detail-content h3{margin:0;padding:14px 8px;border-bottom:1px solid #e8edf4;color:#66778e;font-size:15px;font-weight:500}.detail-long-image{width:100%;min-height:380px}.detail-long-image img{height:auto;object-fit:contain}.detail-placeholder{min-height:350px;display:grid;place-content:center;justify-items:center;color:#8d9caf}.product-actions{position:fixed;z-index:3;bottom:0;left:50%;width:min(100%,720px);height:calc(54px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:68px 68px 1fr 1fr;transform:translate(-50%);border-top:1px solid #dfe7f1;background:#fff}.product-actions button{display:grid;place-content:center;justify-items:center;gap:2px;border:0;color:#52657f;background:#fff;cursor:pointer}.product-actions button span{font-size:12px}.product-actions .add-cart,.product-actions .buy-now{color:#fff;font-size:16px}.product-actions .add-cart{background:#3978cf}.product-actions .buy-now{background:var(--accent-deep)}.product-actions button:active{filter:brightness(.94)}.action-toast{position:fixed;z-index:4;left:50%;bottom:72px;max-width:calc(100% - 40px);padding:10px 15px;transform:translate(-50%,10px);border-radius:7px;color:#fff;background:#14253deb;opacity:0;pointer-events:none;transition:.25s}.action-toast.visible{opacity:1;transform:translate(-50%)}.notice-page{min-height:100dvh;background:#f3f6fa}.notice-page article{min-height:calc(100dvh - 48px);padding:36px 28px 56px;background:#fff}.notice-kicker{display:block;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.16em;text-align:center}.notice-page article h2{margin:13px 0 10px;color:#1e304b;font-size:21px;line-height:1.45;text-align:center}.notice-page article time{display:flex;align-items:center;justify-content:center;gap:6px;color:#8998ab;font-size:12px}.notice-content{margin-top:30px;padding-top:24px;border-top:1px solid #e5ebf2}.notice-content p{margin:0 0 16px;color:#516278;font-size:16px;line-height:1.9;white-space:pre-wrap}.notice-loading{padding:46px 28px;display:grid;gap:16px}.notice-loading .skeleton-line{height:16px}.notice-loading .skeleton-line.wide{width:82%}.notice-loading .skeleton-line.short{width:45%}.commerce-page{min-height:100dvh;padding-bottom:calc(28px + env(safe-area-inset-bottom));background:#f3f6fa}.commerce-page.cart-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.commerce-error{margin:12px;padding:12px 13px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #e8cbd0;border-radius:11px;color:#923947;background:#fff7f8;font-size:13px;line-height:1.5}.commerce-error button{min-height:44px;padding:0 12px;display:inline-flex;align-items:center;gap:4px;border:1px solid #dab5bd;border-radius:8px;color:#8b3442;background:#fff;cursor:pointer}.commerce-error button:active{transform:translateY(1px)}.commerce-skeleton{padding:12px;display:grid;gap:10px}.commerce-skeleton-row{min-height:94px;padding:10px;display:grid;grid-template-columns:74px 1fr;align-items:center;gap:13px;border:1px solid #e0e7f0;border-radius:12px;background:#fff}.commerce-skeleton-row>.skeleton-block{width:74px;height:74px;border-radius:9px}.commerce-skeleton-row>span:last-child{display:grid;gap:12px}.commerce-skeleton-row .skeleton-line{width:100%}.commerce-skeleton-row .skeleton-line.short{width:46%}.commerce-image{width:100%;height:100%;display:block;object-fit:cover;background:#eaf0f7}.commerce-image.is-empty{display:grid;place-content:center;justify-items:center;gap:6px;color:#8698af;text-align:center}.commerce-image.is-empty small{font-size:11px}.status-pill{width:fit-content;max-width:100%;padding:5px 8px;display:inline-flex;align-items:center;border:1px solid #c8d9ed;border-radius:999px;color:#315f94;background:#f0f6fd;font-size:11px;line-height:1.2;font-weight:700;text-align:center}.status-approved,.status-paid,.status-completed{border-color:#b9d8c8;color:#2d6b4b;background:#eff8f3}.status-rejected,.status-failed,.status-cancelled,.status-closed{border-color:#e1c7cb;color:#963f4b;background:#fff4f5}.status-processing,.status-under_review{border-color:#c9d4e5;color:#4d627f;background:#f4f7fb}.commerce-detail-page .detail-price{gap:2px;font-variant-numeric:tabular-nums}.commerce-detail-page .detail-price small{font-size:15px}.product-type-label{margin-bottom:8px;padding:3px 7px;display:inline-flex;border:1px solid #bdd2ef;border-radius:999px;color:var(--accent);background:#f3f8ff;font-size:11px;font-weight:700}.product-description{margin:0;padding:18px 10px 24px;color:#596b82;font-size:15px;line-height:1.85;white-space:pre-wrap}.detail-image-stream{margin-top:10px;background:#fff}.detail-stream-image{width:100%;height:auto;display:block;background:#edf2f8}.detail-stream-image.is-empty{min-height:220px;place-content:center;justify-items:center}.commerce-product-actions{grid-template-columns:104px 58px 1fr 1fr}.commerce-product-actions>button:disabled{cursor:not-allowed;filter:grayscale(.2);opacity:.54}.quantity-stepper{min-width:0;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border-right:1px solid #e3e9f1;background:#fff}.quantity-stepper button{width:44px;height:100%;padding:0}.quantity-stepper strong{color:#263b58;font-size:14px;text-align:center}.cart-items{padding:12px 10px calc(116px + env(safe-area-inset-bottom));display:grid;gap:10px}.cart-item{min-height:136px;padding:11px 8px;display:grid;grid-template-columns:44px 96px minmax(0,1fr);align-items:center;gap:6px;border:1px solid #dde6f1;border-radius:13px;background:#fff}.cart-item>.commerce-image{width:96px;height:96px;border-radius:10px}.select-check{width:44px;height:44px;display:grid;place-items:center;cursor:pointer}.select-check:has(input:disabled){cursor:not-allowed;opacity:.55}.select-check input{position:absolute;opacity:0;pointer-events:none}.select-check span{width:20px;height:20px;display:block;border:1px solid #aabbd1;border-radius:6px;background:#fff}.select-check input:focus-visible+span{outline:2px solid #79a9ed;outline-offset:2px}.select-check input:checked+span{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 4px #fff}.cart-item-copy{min-width:0;align-self:stretch;display:grid;grid-template-rows:auto auto auto 1fr;align-content:start}.cart-item-copy h2{margin:1px 0 4px;overflow:hidden;color:#263750;font-size:14px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.cart-item-copy>strong{color:var(--accent);font-size:16px;font-variant-numeric:tabular-nums}.cart-item-copy>small{margin-top:3px;color:#8997aa;font-size:11px}.cart-item-copy>.cart-unavailable{color:#a14350;font-weight:700}.cart-item-actions{align-self:end;margin-top:7px;display:grid;grid-template-columns:44px 44px 44px minmax(44px,1fr);align-items:center}.cart-item-actions button{width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid #d2dce8;color:#526780;background:#fff;cursor:pointer}.cart-item-actions button:first-child{border-radius:7px 0 0 7px}.cart-item-actions button:nth-child(3){border-radius:0 7px 7px 0}.cart-item-actions button:disabled{cursor:wait;opacity:.5}.cart-item-actions span{height:44px;display:grid;place-items:center;border-top:1px solid #d2dce8;border-bottom:1px solid #d2dce8;color:#344a66;font-size:12px}.cart-item-actions .remove-cart{justify-self:end;border:0;border-radius:7px;color:#a24b58;background:#fff5f6}.cart-checkout{position:fixed;z-index:3;left:50%;bottom:0;width:min(100%,720px);min-height:calc(72px + env(safe-area-inset-bottom));padding:9px 11px env(safe-area-inset-bottom);display:grid;grid-template-columns:1fr minmax(120px,34%);align-items:center;gap:10px;transform:translate(-50%);border-top:1px solid #d9e3ef;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart-checkout>div{min-width:0;display:grid;gap:4px}.cart-checkout small{color:#7e8da1;font-size:11px}.cart-checkout strong{overflow:hidden;color:#273c59;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.cart-checkout .balance-warning{color:#a14350;font-size:11px;font-weight:700;line-height:1.35}.cart-checkout button,.primary-cash-action{min-height:48px;border:0;border-radius:11px;color:#fff;background:var(--accent-deep);font-weight:700;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s}.cart-checkout button:active:not(:disabled),.primary-cash-action:active:not(:disabled){transform:translateY(1px) scale(.99)}.cart-checkout button:disabled,.primary-cash-action:disabled{cursor:not-allowed;opacity:.5}.commerce-notice{margin:12px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #bfd5ef;border-radius:11px;color:#315d91;background:#f3f8fe;font-size:13px;line-height:1.5}.commerce-notice button{min-width:64px;min-height:40px;border:1px solid #b4cae5;border-radius:8px;color:#315d91;background:#fff;cursor:pointer}.order-outcome-unknown{margin:12px;padding:16px;border:1px solid #e0c38a;border-radius:13px;color:#72521d;background:#fffaf0}.order-outcome-unknown h2{margin:0;color:#624619;font-size:16px}.order-outcome-unknown p{margin:8px 0 13px;font-size:13px;line-height:1.65}.order-outcome-unknown .request-id-line{margin-top:-4px;overflow-wrap:anywhere}.request-id-line code,.request-id-value{color:#405676;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;overflow-wrap:anywhere}.order-outcome-unknown>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.order-outcome-unknown button{min-height:44px;padding:0 10px;border:1px solid #d2b674;border-radius:9px;color:#63491d;background:#fff;font-weight:700;cursor:pointer}.order-outcome-unknown button:disabled{cursor:wait;opacity:.55}.order-outcome-unknown .outcome-abandon{grid-column:1 / -1;border-color:#d8c9b2;color:#75654e}.commerce-success{margin:12px;padding:16px;display:grid;grid-template-columns:38px 1fr;gap:10px;border:1px solid #bddacb;border-radius:13px;color:#31684d;background:#f2faf5}.commerce-success div{min-width:0}.commerce-success h2{margin:0;color:#295b43;font-size:15px}.commerce-success p{margin:5px 0;overflow-wrap:anywhere;color:#5c796a;font-size:11px}.commerce-success strong{font-size:18px;font-variant-numeric:tabular-nums}.commerce-success button{grid-column:1 / -1;min-height:38px;border:1px solid #afd2c0;border-radius:8px;color:#286246;background:#fff;cursor:pointer}.checkout-page{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.checkout-address-card,.checkout-quote-card,.checkout-payment-methods,.checkout-confirm-hint{margin:12px;border:1px solid #d8e3ef;border-radius:14px;background:#fff}.checkout-address-card{padding:15px}.checkout-address-card.is-confirmed{border-color:#58a27a;box-shadow:0 0 0 2px #3697641a}.checkout-section-title{display:flex;justify-content:space-between;gap:10px;color:#2e4663;font-size:14px;font-weight:700}.checkout-section-title>span,.checkout-section-title em{display:flex;align-items:center;gap:6px}.checkout-section-title em{color:#258157;font-size:12px;font-style:normal}.checkout-address-copy{margin-top:13px}.checkout-address-copy strong{color:#263d5b;font-size:16px}.checkout-address-copy strong span{margin-left:10px;color:#667b93;font-size:13px;font-weight:500}.checkout-address-copy p{margin:8px 0;color:#455c76;font-size:14px;line-height:1.65;overflow-wrap:anywhere}.checkout-address-copy small{padding:2px 7px;border-radius:999px;color:#55708f;background:#eef4fb}.checkout-address-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.checkout-address-actions button{min-height:44px;padding:0 13px;border:1px solid #bcd0e8;border-radius:9px;color:#2765ae;background:#f6f9fd}.checkout-quote-card{padding:15px}.checkout-quote-card h2{margin:0 0 12px;color:#2e4663;font-size:15px}.checkout-line{padding:8px 0;display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #edf1f6;color:#536981;font-size:13px}.checkout-line span{min-width:0;overflow-wrap:anywhere}.checkout-line strong{flex:none;color:#263d5b}.checkout-quote-card dl{margin:12px 0 0;display:grid;gap:7px}.checkout-quote-card dl div{display:flex;justify-content:space-between;color:#687c93;font-size:13px}.checkout-quote-card dd{margin:0;color:#204f94;font-weight:700}.payment-methods{margin:14px 0 0;padding:0;border:0}.payment-methods legend{margin-bottom:9px;color:#52667f;font-size:13px;font-weight:700}.payment-methods label{min-height:52px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid #d7e1ed;border-radius:10px;background:#fff}.payment-methods label.selected{border-color:#7da8dd;background:#f4f8fd}.payment-methods input{accent-color:var(--accent)}.payment-methods label span{display:grid;gap:3px}.payment-methods label strong{color:#2d435f;font-size:13px}.payment-methods label small{color:#7d8da2;font-size:11px}.checkout-payment-methods{padding:14px;display:grid;gap:9px}.checkout-payment-methods legend{float:left;width:100%}.payment-setup-password{justify-self:end;min-height:36px;padding:0 12px;border:1px solid #a8c3e4;border-radius:9px;color:#2462ab;background:#f5f9fe;font-size:12px;font-weight:700}.mixed-payment-panel,.checkout-trade-password-panel{padding:13px;display:grid;gap:9px;border:1px solid #c9daec;border-radius:10px;background:#f7fafd}.mixed-payment-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.mixed-payment-heading label,.mixed-password-label{min-height:0;padding:0;display:block;border:0;border-radius:0;color:#52667f;background:transparent;font-size:13px;font-weight:700}.mixed-payment-heading button{min-height:32px;padding:0 10px;border:1px solid #9ebce0;border-radius:8px;color:#1f5fbf;background:#fff;font-size:12px}.money-input-control,.trade-password-control{min-height:46px;display:grid;align-items:center;border:1px solid #cbd8e7;border-radius:9px;background:#fff;overflow:hidden}.money-input-control{grid-template-columns:38px minmax(0,1fr)}.money-input-control>span{height:100%;display:grid;place-items:center;border-right:1px solid #dce5ef;color:#71849b}.money-input-control input,.trade-password-control input{min-width:0;width:100%;height:44px;padding:0 12px;border:0;outline:0;color:#263d5b;background:transparent;font-size:15px}.money-input-control:focus-within,.trade-password-control:focus-within{border-color:#4c87cd;box-shadow:0 0 0 2px #2e6dbb1f}.mixed-payment-panel>p{margin:0;color:#71849b;font-size:11px;line-height:1.55}.mixed-payment-split{margin:1px 0;padding:9px 0;display:grid;gap:7px;border-top:1px solid #dce6f1;border-bottom:1px solid #dce6f1}.mixed-payment-split div{display:flex;justify-content:space-between;gap:12px;color:#62778f;font-size:12px}.mixed-payment-split dd{margin:0;color:#1f5fbf;font-weight:700;font-variant-numeric:tabular-nums}.trade-password-control{grid-template-columns:minmax(0,1fr) 58px}.trade-password-control button{height:44px;border:0;border-left:1px solid #dce5ef;color:#2765ae;background:#f7fafd;font-size:12px}.mixed-payment-panel>.mixed-payment-error,.checkout-trade-password-panel>.mixed-payment-error{margin:0;color:#a14350;font-size:12px;font-weight:700}.outcome-retry-password{display:grid;gap:7px;color:#72531b;font-size:13px;font-weight:700}.outcome-retry-password input{min-height:44px;padding:0 11px;border:1px solid #dfbc74;border-radius:9px;color:#4b3a1a;background:#fff}.checkout-confirm-hint{padding:14px;color:#6d7f94;background:#f7f9fc;font-size:13px;text-align:center}.checkout-balance-warning{margin:0 12px 12px;color:#a14350;font-size:12px;text-align:center}.checkout-submit-bar{position:fixed;z-index:4;left:50%;bottom:0;width:min(100%,720px);min-height:calc(76px + env(safe-area-inset-bottom));padding:10px 13px env(safe-area-inset-bottom);transform:translate(-50%);display:grid;grid-template-columns:1fr minmax(150px,38%);align-items:center;gap:12px;border-top:1px solid #d7e2ee;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.checkout-submit-bar>div{display:grid;gap:3px}.checkout-submit-bar small{color:#7a8ba0;font-size:11px}.checkout-submit-bar strong{color:#c13e50;font-size:21px}.checkout-submit-bar button{min-height:50px;border:0;border-radius:11px;color:#fff;background:#1e63bd;font-size:15px;font-weight:700}.checkout-submit-bar button:disabled{background:#91a8c7}.order-list{padding:12px;display:grid;gap:10px}.order-list>button{width:100%;padding:14px;display:grid;gap:12px;border:1px solid #dbe4ef;border-radius:12px;color:#34465f;background:#fff;text-align:left;cursor:pointer}.order-list>button:active{transform:translateY(1px) scale(.995);border-color:#b7cbe7}.load-more-button{width:calc(100% - 24px);min-height:44px;margin:0 12px 22px;border:1px solid #c9d7e8;border-radius:10px;color:#365b88;background:#fff;font-weight:700;cursor:pointer}.load-more-button:active:not(:disabled){transform:translateY(1px);background:#f4f8fd}.load-more-button:disabled{cursor:wait;opacity:.6}.product-load-more{margin-top:14px;margin-bottom:calc(22px + env(safe-area-inset-bottom))}.list-load-error{margin:12px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e5cbd0;border-radius:10px;color:#913c49;background:#fff7f8;font-size:13px}.list-load-error button{min-width:60px;min-height:44px;border:1px solid #dbb9c0;border-radius:8px;color:#913c49;background:#fff;cursor:pointer}.order-list>button:disabled{cursor:wait;opacity:.65}.order-list-top,.order-list-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-list-top small{overflow-wrap:anywhere;color:#65768d}.order-list-products{display:grid;gap:10px}.order-list-product{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px}.order-list-product-image{width:72px;height:72px;border:1px solid #e0e9f4;border-radius:10px;object-fit:cover}.order-list-product-copy{min-width:0;display:grid;gap:7px}.order-list-product-copy strong{overflow:hidden;color:#2c405d;font-size:14px;line-height:1.45;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.order-list-product-copy small{color:#7d8da3;font-size:12px;font-variant-numeric:tabular-nums}.order-list-product-empty{min-height:58px;display:grid;place-items:center;color:#8796a9;font-size:13px}.order-list-shipment{color:#5f7c9d;font-size:13px;overflow-wrap:anywhere}.order-list-bottom{padding-top:10px;border-top:1px solid #edf1f5}.order-list-bottom time{color:#8a98aa;font-size:11px}.order-list-bottom strong{color:var(--accent-deep);font-size:18px;font-variant-numeric:tabular-nums}.commerce-subdetail,.history-detail{padding:12px}.subdetail-back{margin-bottom:11px;padding:8px 3px;display:inline-flex;align-items:center;gap:5px;border:0;color:var(--accent);background:transparent;cursor:pointer}.order-content-card{padding:0 14px;overflow:hidden;border:1px solid #dbe5f0;border-radius:14px;background:#fff}.order-summary-line{padding:15px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5}.order-summary-line div{min-width:0;display:grid;gap:5px}.order-summary-line small{color:#8795a8;font-size:14px}.order-summary-line strong{overflow-wrap:anywhere;color:#263c59;font-size:14px}.order-content-card .status-pill{font-size:14px}.order-items{display:grid}.order-items article{min-height:96px;padding:12px 0;display:grid;grid-template-columns:72px 1fr;gap:11px;border-bottom:1px solid #edf1f5}.order-items article .commerce-image{width:72px;height:72px;border-radius:8px}.order-items article h3{margin:1px 0 6px;color:#293d59;font-size:14px}.order-items article p{margin:0;color:#8290a3;font-size:14px}.order-items article strong{margin-top:5px;display:block;color:var(--accent);font-size:14px}.order-address{padding:14px 0;border-bottom:1px solid #edf1f5}.order-address h3{margin:0 0 8px;color:#1e3150;font-size:14px}.order-address-receiver{margin:0;color:#1e3150;font-size:14px;font-weight:600}.order-address-detail{margin:4px 0 0;color:#52637c;font-size:14px;line-height:1.55}.order-shipment{margin:14px 0 0;padding:16px;border:1px solid #d7e3f2;border-radius:14px;background:#fff}.order-shipment-title{display:flex;align-items:center;gap:10px;color:#164f94}.order-shipment-title h3,.order-shipment-empty{margin:0}.order-shipment-title h3{font-size:14px}.order-shipment dl{margin:14px 0 0;font-size:14px}.order-shipment dl>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-bottom:1px solid #edf2f8}.order-shipment dt{color:#7890aa}.order-shipment dd{margin:0;color:#183b63;text-align:right;overflow-wrap:anywhere}.tracking-number{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.order-shipment-empty{padding:16px 0 2px;color:#7890aa;font-size:14px;text-align:center}.commerce-definition{margin:10px 0 0;padding:4px 14px;border:1px solid #dbe5f0;border-radius:12px;background:#fff}.commerce-definition>div{min-height:44px;padding:10px 0;display:grid;grid-template-columns:minmax(80px,34%) 1fr;align-items:start;gap:12px;border-bottom:1px solid #edf1f5;font-size:13px}.commerce-definition>div:last-child{border-bottom:0}.commerce-definition dt{color:#8290a3}.commerce-definition dd{margin:0;overflow-wrap:anywhere;color:#314761;text-align:right}.commerce-definition .reason-text{line-height:1.55;text-align:left}.order-detail-definition{margin:0;padding:0;border:0;border-radius:0;background:transparent}.order-detail-definition>div{font-size:14px}.order-detail-definition .order-total-row dd{color:var(--accent);font-weight:600}.cash-intro{margin:12px;padding:17px;border:1px solid #d7e3f1;border-radius:14px;background:#fff}.cash-intro>div:first-child{display:flex;align-items:center;gap:11px;color:var(--accent)}.cash-intro>div:first-child>span{display:grid;gap:4px}.cash-intro small{color:#8493a6;font-size:11px}.cash-intro strong{color:#263b57;font-size:16px}.cash-intro>p{margin:14px 0 0;color:#64758b;font-size:13px;line-height:1.75;white-space:pre-wrap}.collection-entity{margin:14px 0 0;padding-top:12px;display:grid;grid-template-columns:max-content 1fr;gap:10px;border-top:1px solid #e7edf4;font-size:12px}.collection-entity dt{color:#8795a8}.collection-entity dd{margin:0;overflow-wrap:anywhere;color:#344b69;text-align:right}.collection-qr{width:min(72vw,290px);height:auto;aspect-ratio:1;margin:20px auto 4px;border:1px solid #d9e3ef;border-radius:12px;object-fit:contain}.collection-qr-missing{min-height:170px;margin:18px 0 2px;display:grid;place-content:center;justify-items:center;gap:8px;border:1px dashed #cbd8e8;border-radius:11px;color:#8495aa;background:#f7f9fc}.recharge-disabled{margin:12px;display:flex;align-items:center;gap:8px;padding:16px;border:1px solid #cbd8e8;border-radius:12px;background:#f4f7fb;color:#64758b;font-size:13px;line-height:1.5}.cash-form{margin:12px;padding:18px 16px;display:grid;gap:17px;border:1px solid #d7e3f1;border-radius:14px;background:#fff}.cash-form label{min-width:0;display:grid;gap:7px;color:#52657d;font-size:13px;font-weight:600}.cash-form label>input,.input-with-action input{width:100%;min-width:0;height:46px;padding:0 13px;border:1px solid #cbd8e8;border-radius:9px;outline:0;color:#233851;background:#fbfcfe;font-size:16px;font-weight:400}.cash-form label>input:focus,.input-with-action input:focus{border-color:#6f9dd9;background:#fff;box-shadow:0 0 0 3px #4174b81a}.proof-input{min-width:0;display:grid;gap:7px;color:#52657d;font-size:13px;font-weight:600}.proof-input input{height:auto!important;padding:11px!important;font-size:13px!important}.proof-input small{color:#8997a9;font-size:11px;font-weight:400;line-height:1.55}.cash-form label>small{color:#8997a9;font-size:11px;font-weight:400;line-height:1.55}.proof-upload-state{margin:0;padding:10px 11px;display:grid;grid-template-columns:20px 1fr;align-items:start;gap:7px;border:1px solid #bad5c8;border-radius:9px;color:#32634d;background:#f3f9f6;font-size:11px;line-height:1.55}.proof-upload-state.is-expired{border-color:#e3c5c9;color:#84434c;background:#fff7f8}.proof-upload-state button{grid-column:1 / -1;min-height:44px;border:1px solid #d2aeb4;border-radius:8px;color:#88414b;background:#fff;font:inherit;font-weight:700;cursor:pointer}.proof-upload-state button:active:not(:disabled){transform:translateY(1px)}.proof-upload-state button:disabled{cursor:wait;opacity:.55}.form-success{margin:0;padding:11px 12px;border:1px solid #bcd9c9;border-radius:9px;color:#2d6749;background:#f1f9f4;font-size:13px;line-height:1.55}.history-section{margin:12px;overflow:hidden;border:1px solid #d7e3f1;border-radius:14px;background:#fff}.history-heading{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6ecf3}.history-heading h2{margin:0;color:#2d405b;font-size:15px}.history-heading button{padding:8px;display:inline-flex;align-items:center;gap:4px;border:0;color:var(--accent);background:transparent;font-size:12px;cursor:pointer}.history-list{display:grid}.history-list>button{min-height:72px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-bottom:1px solid #edf1f5;color:#31455f;background:#fff;text-align:left;cursor:pointer}.history-list>button:last-child{border-bottom:0}.history-list>button:active{background:#f5f8fc;transform:translateY(1px)}.history-list>button>span{min-width:0;display:grid;gap:6px}.history-list>button>span:last-child{justify-items:end}.history-list strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.history-list small{overflow:hidden;color:#8a98aa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.history-list b{color:var(--accent-deep);font-size:16px;font-variant-numeric:tabular-nums}.history-empty{min-height:150px;display:grid;place-content:center;justify-items:center;color:#8999ad}.history-empty p{margin:8px 0 0;font-size:13px}.history-detail-title{padding:16px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d7e3f1;border-radius:13px;color:var(--accent);background:#fff}.history-detail-title h2{margin:0;color:#263a55;font-size:16px}.history-detail-title p{margin:4px 0 0;overflow-wrap:anywhere;color:#8290a3;font-size:11px}.withdrawal-intro>div:first-child{color:#365f91}.withdrawal-policy{margin-top:14px;padding:11px 12px;display:grid;gap:5px;border:1px solid #cbdcf0;border-radius:9px;color:#4d6f98;background:#f5f9fe;font-size:11px;line-height:1.5}.withdrawal-policy strong{color:#2c5789;font-size:13px}.withdrawal-policy.is-disabled{border-color:#e3c8cc;color:#93404d;background:#fff7f8}.withdrawal-policy.is-disabled strong{color:#8f3e4b}.withdrawal-limit-intro>div:first-child{color:#4b6e9a}.withdrawal-limit-form textarea{width:100%;min-height:112px;padding:11px 13px;resize:vertical;border:1px solid #cbd8e8;border-radius:9px;outline:0;color:#233851;background:#fbfcfe;font:inherit;font-size:14px;line-height:1.6}.withdrawal-limit-form textarea:focus{border-color:#6f9dd9;background:#fff;box-shadow:0 0 0 3px #4174b81a}.withdrawal-limit-form textarea:disabled{cursor:wait;opacity:.6}.history-empty-copy{margin:0;color:#8594a7;font-size:12px}.history-load-more{width:100%;min-height:44px;margin-top:10px}.form-section-title{padding-top:3px;display:grid;align-items:start;gap:9px}.form-section-title>span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--accent);font-size:12px;font-weight:700}.form-section-title h2{margin:1px 0 3px;color:#2a3f5c;font-size:15px}.form-section-title p{margin:0;color:#8997a9;font-size:11px;line-height:1.5}.input-with-action{display:grid;grid-template-columns:minmax(0,1fr) 102px;gap:8px}.input-with-action button{border:1px solid #b8cce6;border-radius:9px;color:var(--accent-deep);background:#f1f6fc;font-size:12px;font-weight:700;cursor:pointer}.input-with-action button:disabled{cursor:not-allowed;opacity:.5}.quote-panel{padding:13px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border:1px solid #c6d8ed;border-radius:11px;background:#f4f8fd}.quote-panel>div{min-width:0;display:grid;gap:5px}.quote-panel small{color:#72849b;font-size:10px}.quote-panel strong{overflow:hidden;color:#27466d;font-size:15px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.quote-panel p{grid-column:1 / -1;margin:3px 0 0;padding-top:9px;border-top:1px solid #d7e3f0;color:#7b8ba0;font-size:10px;line-height:1.55}.form-grid-two{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:10px}.channel-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:8px 0 16px;border-bottom:1px solid #dbe5f0}.channel-tab{min-height:48px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-bottom:2px solid transparent;color:#8290a3;background:transparent;font:inherit;font-size:13px;font-weight:650;cursor:pointer}.channel-tab svg{color:currentColor}.channel-tab.is-selected{border-bottom-color:var(--electric-500);color:var(--electric-500)}.channel-tab:focus-visible{outline:2px solid rgba(19,107,255,.3);outline-offset:-2px}.proof-file-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.proof-picker{width:100%;min-height:78px;padding:13px 14px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px dashed #b8cce6;border-radius:12px;color:#55708f;background:#f8fbff;text-align:left;font:inherit;cursor:pointer}.proof-picker svg{color:var(--electric-500)}.proof-picker span{min-width:0;display:grid;gap:4px}.proof-picker strong{overflow:hidden;color:#2d4562;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.proof-picker small{color:#8997a9;font-size:11px;line-height:1.4}.proof-picker b{color:var(--electric-500);font-size:12px;white-space:nowrap}.proof-picker.is-ready{border-color:#9bcab5;background:#f3faf6}.proof-picker.is-ready svg{color:#2d8a61}.proof-picker:disabled{cursor:wait;opacity:.6}.amount-field-label{gap:9px!important}.amount-field{min-height:48px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid #b9cde5;border-radius:11px;background:#f8fbff;box-shadow:inset 0 1px #ffffffbf}.amount-field:focus-within{border-color:var(--electric-500);background:#fff;box-shadow:0 0 0 3px #136bff1a}.amount-field-compact{min-height:48px}.amount-prefix{display:grid;place-items:center;color:var(--electric-500);font-size:20px;font-weight:700}.amount-input{width:100%;min-width:0;min-height:0!important;height:46px;padding:0 14px 0 0;border:0!important;outline:0;color:#213b5a;background:transparent!important;box-shadow:none!important;font-size:22px!important;font-weight:700!important;font-variant-numeric:tabular-nums}.amount-input::placeholder{color:#b5c2d2;font-weight:600}.privacy-check{position:relative;grid-template-columns:20px 1fr!important;align-items:start;gap:8px!important;padding:9px 11px;border:1px solid #d5e1ee;border-radius:10px;color:#687990!important;background:#f8fafc;font-size:11px!important;font-weight:400!important;line-height:1.5;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.privacy-checkbox{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.privacy-indicator{width:20px;height:20px;display:grid;place-items:center;border:1px solid #b8c9dc;border-radius:6px;color:transparent;background:#fff}.privacy-check.is-accepted{border-color:#9dcab5;color:#37664f!important;background:#f3faf6}.privacy-check.is-accepted .privacy-indicator{border-color:#2d8a61;color:#fff;background:#2d8a61}.privacy-check:focus-within{border-color:var(--electric-500);box-shadow:0 0 0 3px #136bff1a}.privacy-copy{min-width:0}.privacy-check input:not(.privacy-checkbox){width:17px!important;height:17px!important;margin:1px 0 0;accent-color:var(--accent)}.secondary-cash-action{width:100%;min-height:44px;margin-top:12px;border:1px solid #d7bfc4;border-radius:10px;color:#934450;background:#fff7f8;font-weight:700;cursor:pointer}.secondary-cash-action:active:not(:disabled){transform:translateY(1px)}.secondary-cash-action:disabled{cursor:wait;opacity:.55}.timeline{margin-top:10px;padding:16px;border:1px solid #dbe5f0;border-radius:12px;background:#fff}.timeline h3{margin:0 0 14px;color:#2d425e;font-size:14px}.timeline>div{min-height:50px;display:grid;grid-template-columns:14px 1fr;gap:9px}.timeline>div>i{position:relative;width:9px;height:9px;margin-top:4px;border:2px solid #fff;border-radius:50%;background:var(--accent);box-shadow:0 0 0 1px #9bb8dc}.timeline>div>i:after{position:absolute;top:9px;left:2px;width:1px;height:37px;background:#d7e2ef;content:""}.timeline>div:last-child>i:after{display:none}.timeline>div>span{display:grid;align-content:start;gap:4px}.timeline strong{color:#314761;font-size:12px}.timeline small{color:#8594a7;font-size:10px;line-height:1.5}.unavailable-page>section{min-height:calc(100dvh - 48px);padding:42px 28px;display:grid;place-content:center;justify-items:start;color:var(--accent);background:#f5f8fc}.unavailable-page h2{margin:17px 0 7px;color:#273c59;font-size:20px}.unavailable-page p{max-width:34rem;margin:0;color:#718198;font-size:14px;line-height:1.8}.unavailable-page section>div{margin-top:18px;padding-top:15px;display:flex;align-items:flex-start;gap:7px;border-top:1px solid #dce5ef;color:#61758e;font-size:12px;line-height:1.55}.register-page{padding-bottom:calc(40px + env(safe-area-inset-bottom));background:#eef4fb}.register-empty{min-height:calc(100dvh - 96px);padding:48px 28px;display:grid;place-content:center;justify-items:center;color:var(--accent);text-align:center}.register-empty h2{margin:15px 0 8px;color:#273c59;font-size:20px}.register-empty p{max-width:30rem;margin:0;color:#718198;font-size:14px;line-height:1.8}.register-empty .state-action{margin-top:22px}.register-form{padding:6px 18px 30px}.register-heading{margin:16px 2px 18px;color:#2b425f;font-size:19px}.reg-field{display:grid;gap:7px;margin-bottom:14px}.reg-field>span:first-child{display:flex;align-items:center;gap:5px;color:#4c6079;font-size:13px;font-weight:700}.reg-field input{width:100%;min-height:46px;padding:0 13px;border:1px solid #c8d8eb;border-radius:10px;color:var(--ink);background:#fff;font-size:15px}.reg-field input::placeholder{color:#a4b2c3}.reg-field input:focus{border-color:var(--accent);outline:none}.reg-field-error{color:#b33e4d;font-size:12px}.reg-field-hint{color:#7d8fa6;font-size:12px}.sms-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:8px}.sms-send-button{min-height:46px;border:1px solid #b8cce6;border-radius:10px;color:var(--accent-deep);background:#f1f6fc;font-size:13px;font-weight:700;cursor:pointer}.sms-send-button:disabled{cursor:not-allowed;opacity:.55}.register-submit{width:100%;min-height:48px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2b6fd0,#1d53a8);font-size:16px;font-weight:700;letter-spacing:6px;cursor:pointer}.register-submit:active:not(:disabled){transform:translateY(1px)}.register-submit:disabled{cursor:wait;opacity:.6}.login-link{width:100%;margin-top:16px;padding:6px;border:0;color:var(--accent);background:transparent;font-size:13px;text-align:center;cursor:pointer}.sms-dialog-overlay{position:fixed;inset:0;z-index:9;display:grid;place-items:center;padding:24px;background:#0d1c3175}.sms-dialog{position:relative;width:min(100%,330px);padding:26px 22px 18px;border-radius:16px;background:#fff;text-align:center;box-shadow:0 18px 46px #0a1a304d}.sms-dialog-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;color:#7c8da3;background:#f0f4f9;cursor:pointer}.sms-dialog h2{margin:6px 0 8px;color:#24395a;font-size:18px}.sms-dialog-hint{margin:0 0 10px;color:#8a97a9;font-size:12px}.sms-dialog-code{display:block;margin:6px 0 14px;color:var(--accent-deep);font-size:38px;font-weight:800;letter-spacing:10px;font-variant-numeric:tabular-nums}.sms-dialog-target{margin:0;color:#54687f;font-size:13px;line-height:1.6}.sms-dialog-foot{margin:16px 0 0;padding-top:13px;border-top:1px dashed #dce5ef;color:#97a4b4;font-size:11px;line-height:1.6}.invite-page,.fans-page{padding-bottom:calc(32px + env(safe-area-inset-bottom))}.invite-content{padding:16px 18px}.invite-qr-card{padding:22px 16px 18px;display:grid;justify-items:center;gap:12px;border:1px solid #cfe0f2;border-radius:14px;background:#fff}.invite-qr{width:170px;height:170px;display:grid;place-items:center;border:1px solid #dce6f2;border-radius:10px;background:#f8fafd;overflow:hidden}.invite-qr img{width:100%;height:100%;object-fit:contain}.invite-qr-placeholder{display:grid;justify-items:center;gap:6px;color:#9aa9bb;font-size:11px}.invite-code-text{color:#24395a;font-size:20px;letter-spacing:3px}.invite-copy{max-width:240px;min-height:40px;margin-top:0!important}.invite-hint{margin:14px 2px 16px;padding:10px 12px;display:flex;align-items:flex-start;gap:7px;border-radius:10px;color:#6b7d94;background:#eef4fb;font-size:12px;line-height:1.65}.invite-locked{margin:18px 2px 0;padding:34px 24px;display:grid;justify-items:center;gap:10px;text-align:center;border:1px solid #cfe0f2;border-radius:14px;background:#fff;color:#6b7d94}.invite-locked svg{color:var(--accent)}.invite-locked h3{margin:0;color:#2c4565;font-size:17px}.invite-locked p{margin:0 0 6px;font-size:13px;line-height:1.7}.fan-list{padding:0 18px;display:grid;gap:9px}.fan-card{padding:12px 13px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:4px 10px;border:1px solid #d7e2f0;border-radius:12px;background:#fff}.fan-avatar{width:38px;height:38px;grid-row:1 / 3;display:grid;place-items:center;border-radius:50%;color:#7d90a8;background:#eef3f9;overflow:hidden}.fan-avatar img{width:100%;height:100%;object-fit:cover}.fan-main{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.fan-main strong{color:#2c4565;font-size:14px}.fan-main small{color:#93a1b2;font-size:11px}.fan-stats{display:grid;gap:3px}.fan-stats small{color:#6d7f95;font-size:12px;line-height:1.5}.fan-stats b{color:var(--price);font-weight:700;font-variant-numeric:tabular-nums}.history-load-more{max-width:480px;margin-inline:auto}@keyframes shimmer{to{background-position-x:-220%}}@media(max-width:480px){.search-bar{margin-bottom:14px}.notice-bar{min-height:58px}.section-heading{height:44px}.section-heading h2{font-size:16px}.product-grid{gap:8px;padding:8px 7px 5px}.product-copy{min-height:59px;padding:7px 8px 9px}.product-name{font-size:13px}.product-price{font-size:16px}.bottom-nav button{font-size:12px}.login-brand{margin-top:max(72px,calc(env(safe-area-inset-top) + 58px))}.login-brand-mark{width:64px;height:64px;border-radius:18px}.login-brand strong{margin-top:13px;font-size:25px}.login-panel{margin-top:34px;padding:24px 20px 19px}.notice-page article{padding-inline:22px}.commerce-product-actions{grid-template-columns:108px 54px 1fr 1fr}.commerce-product-actions .add-cart,.commerce-product-actions .buy-now{font-size:13px}.cart-item{grid-template-columns:44px 80px minmax(0,1fr)}.cart-item>.commerce-image{width:80px;height:80px}.form-grid-two{grid-template-columns:1fr}.channel-tab{min-height:46px;font-size:12px}.quote-panel strong{font-size:13px}}@media(max-width:359px){.home-brand{padding-inline:12px}.home-page .search-bar,.home-page .banner{margin-inline:12px}.home-page .notice-bar{width:calc(100% - 24px);margin-inline:12px}.home-page .section-heading{margin-inline:12px}.home-page .product-grid{gap:10px;padding-inline:12px}.home-page .product-copy{padding-inline:10px}}.transfer-target{display:flex;align-items:center;gap:10px;margin:12px 0;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.transfer-target-name{font-weight:600}.transfer-target-tip{font-size:12px;color:#6b7280}.transfer-balance{margin-bottom:12px;padding:10px 12px;border-radius:10px;background:#ecfdf5;color:#047857;font-size:14px}.transfer-result{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px;border-radius:10px;background:#ecfdf5;color:#047857;font-size:14px}.transfer-result-meta{margin-top:2px;font-size:12px;color:#6b7280}.transfer-swap-page .form-section-title{padding-top:4px}.transfer-query-button{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #b8cce6;border-radius:11px;color:var(--accent-deep);background:#f1f6fc;font-size:13px;font-weight:700;cursor:pointer}.transfer-query-button:active:not(:disabled){transform:translateY(1px)}.transfer-query-button:disabled{cursor:not-allowed;opacity:.55}.transfer-target-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#3f6ea5;background:#e8f1fb}.transfer-swap-page .transfer-target{margin:0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border-color:#c6e0d3;background:#f3faf6}.transfer-swap-page .transfer-target-name{color:#1f5a3d;font-size:15px}.transfer-swap-page .transfer-target-tip{color:#5f8c74}.transfer-swap-page .transfer-target-confirmed>svg:last-child{color:#1f9d57}.avatar-editor-backdrop{position:fixed;z-index:90;inset:0;width:100%;min-height:100dvh;padding:12px 12px max(12px,env(safe-area-inset-bottom));display:flex;align-items:flex-end;justify-content:center;overflow:hidden;overscroll-behavior:contain;background:#0f1f366b}.commerce-page.cart-page{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.commerce-page.cart-page.cart-page-with-checkout{padding-bottom:calc(148px + env(safe-area-inset-bottom))}.cart-page .cart-items{padding-bottom:12px}.cart-page .cart-checkout{bottom:calc(64px + env(safe-area-inset-bottom));min-height:68px;padding:8px 12px}.avatar-editor{width:min(100%,390px);max-height:calc(100dvh - max(24px,env(safe-area-inset-top)) - max(12px,env(safe-area-inset-bottom)));padding:18px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid #d7e2f0;border-radius:18px;color:#2c4565;background:#fff;box-shadow:0 -16px 42px #0c234133}.avatar-editor-header{min-height:44px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center}.avatar-editor-header:before{content:""}.avatar-editor-header h2{margin:0;text-align:center;color:#263d5b;font-size:18px;line-height:26px;font-weight:700}.avatar-editor-header button{width:44px;height:44px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;color:#60758f;background:transparent;cursor:pointer}.avatar-editor-header button:active:not(:disabled){background:#eef4fb}.avatar-editor-preview{position:relative;width:96px;height:96px;margin:14px auto 10px;border-radius:50%;box-shadow:0 8px 22px #1f5fbf2b}.avatar-editor-preview .member-avatar-image,.avatar-editor-preview .member-avatar-placeholder{width:96px;height:96px}.avatar-editor-spinner{position:absolute;inset:3px;display:grid;place-items:center;border-radius:50%;background:#18345880}.avatar-editor-spinner:after{width:27px;height:27px;border:3px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;content:"";animation:avatar-spin .75s linear infinite}@keyframes avatar-spin{to{transform:rotate(360deg)}}.avatar-editor-hint{margin:0 0 14px;color:#74869c;text-align:center;font-size:13px;line-height:1.6}.avatar-editor-error{margin:0 0 12px;padding:9px 11px;border:1px solid #efc8cf;border-radius:9px;color:#a93446;background:#fff5f6;font-size:13px;line-height:1.5}.avatar-file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;white-space:nowrap}.avatar-editor-primary,.avatar-editor-secondary,.avatar-editor-cancel{width:100%;min-height:46px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;font-size:15px;font-weight:700;cursor:pointer}.avatar-editor-primary{border:0;color:#fff;background:var(--accent);box-shadow:0 8px 18px #1f5fbf2e}.avatar-editor-primary:active:not(:disabled){transform:translateY(1px);background:#194f9f}.avatar-editor-secondary{margin-top:10px;border:1px solid #8cb3e6;color:var(--accent);background:#fff}.avatar-editor-cancel{margin-top:8px;border:0;color:#6e8198;background:transparent}.avatar-editor-primary:disabled,.avatar-editor-secondary:disabled,.avatar-editor-cancel:disabled,.avatar-editor-header button:disabled{cursor:wait;opacity:.6}.avatar-editor-link{width:100%;min-height:38px;padding:0;border:0;color:var(--accent);background:transparent;font-size:13px;cursor:pointer}.avatar-restore-confirm{margin-top:10px;padding:12px;border:1px solid #d7e2f0;border-radius:11px;background:#f7faff}.avatar-restore-confirm p{margin:0 0 11px;color:#405875;text-align:center;font-size:13px;line-height:1.55}.avatar-restore-confirm>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.avatar-restore-confirm button{min-height:40px;border:1px solid #aac6e9;border-radius:9px;color:#315d95;background:#fff;font-weight:700;cursor:pointer}.avatar-restore-confirm button:last-child{border-color:#d5808c;color:#a93446;background:#fff5f6}@media(min-width:700px){.avatar-editor-backdrop{align-items:center;padding:24px}.avatar-editor{max-width:420px;padding:20px;border-radius:16px;box-shadow:0 18px 50px #0c234142}}:root{color-scheme:light;font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#162b49;background:#e9eff7;--space-950: #020a24;--space-900: #071b4d;--primary-700: #174a8b;--primary-600: #2467c9;--electric-500: #136bff;--cyan-400: #00cfe8;--primary-100: #e8f1ff;--canvas: #f5f8fd;--surface: #fff;--text-primary: #162b49;--text-secondary: #61738d;--border: #e1e9f3;--price-red: #e44646;--success: #168660;--warning: #c98516;--error: #c94755;--accent: var(--primary-600);--accent-deep: var(--primary-700);--accent-soft: var(--primary-100);--surface: var(--canvas);--ink: var(--text-primary);--muted: var(--text-secondary);--line: var(--border);--price: var(--price-red);--card-shadow: 0 8px 24px rgba(20,58,105,.07);--overlay-shadow: 0 16px 40px rgba(8,31,72,.16);--ease-out: cubic-bezier(.16,1,.3,1)}html,body{background:#e9eff7}body{color:var(--text-primary);overscroll-behavior-y:none}button,input,textarea,select{font:inherit}button{touch-action:manipulation}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible{outline:2px solid transparent;outline-offset:2px}.app-frame,.app-frame-home{width:min(100%,480px);background:var(--canvas)}.page-with-nav{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.listing-page,.login-page,.profile-page,.notice-page,.change-password-page,.detail-page,.commerce-page,.cart-page,.register-page,.address-page,.address-edit-page{color:var(--text-primary);background:var(--canvas)}.page-header{min-height:calc(52px + env(safe-area-inset-top));grid-template-columns:52px minmax(0,1fr) 52px;border-color:var(--border);background:#fffffff5;box-shadow:0 1px #162b4905}.page-header h1{color:var(--text-primary);font-size:18px;line-height:24px;font-weight:700}.page-header button{min-width:52px;min-height:52px;color:var(--primary-600)}.page-header button:active{color:var(--primary-700);background:var(--primary-100)}.product-category-scroller{top:calc(52px + env(safe-area-inset-top));border-color:var(--border);background:#f5f8fdf7}.bottom-nav,.bottom-nav-home{width:min(100%,480px);height:calc(64px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-top:1px solid var(--border);border-radius:20px 20px 0 0;background:#fffffff5;box-shadow:0 -8px 24px #14356017;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button,.bottom-nav-home button{min-height:52px;gap:2px;color:#8595aa;background:transparent;font-size:11px;line-height:16px}.bottom-nav button svg,.bottom-nav-home button svg{width:22px;height:22px}.bottom-nav button.active,.bottom-nav-home button.active{color:var(--primary-600);background:var(--primary-100);font-weight:700}.bottom-nav button:active,.bottom-nav-home button:active{color:var(--primary-700);background:var(--primary-100);transform:scale(.985)}.product-actions,.cart-checkout,.checkout-submit-bar{width:min(100%,480px)}.product-actions{min-height:calc(72px + env(safe-area-inset-bottom));border-color:var(--border)}.product-actions button{min-height:52px}.product-actions .add-cart{background:var(--primary-600)}.product-actions .buy-now{background:var(--primary-700)}.cart-checkout,.checkout-submit-bar{border-color:var(--border);box-shadow:0 -8px 24px #14356012}.product-card,.product-card-skeleton,.cart-item,.checkout-address-card,.checkout-quote-card,.checkout-payment-methods,.checkout-confirm-hint,.order-list>button,.order-content-card,.order-shipment,.cash-intro,.cash-form,.history-section,.history-detail-title,.timeline,.commerce-definition,.register-form,.invite-qr-card,.invite-locked,.fan-card,.finance-card,.address-card,.address-form-card,.change-password-form,.profile-card,.confirm-dialog,.sms-dialog,.avatar-editor{border-color:var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--card-shadow)}.listing-page .product-grid{gap:12px;padding:12px 16px 18px}.listing-page .product-card{box-shadow:var(--card-shadow)}.product-card{border-radius:16px}.product-image,.listing-page .product-image,.home-page .product-image{aspect-ratio:1.1 / 1}.product-copy,.listing-page .product-copy{min-height:88px;padding:10px 12px 12px}.product-name,.listing-page .product-name{min-height:40px;display:-webkit-box;color:var(--text-primary);font-size:14px;line-height:20px;font-weight:600;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-price,.listing-page .product-price{margin-top:6px;color:var(--price-red);font-size:19px;line-height:24px;font-variant-numeric:tabular-nums}.product-category-bar{min-height:52px;padding:9px 16px}.product-category-bar button{min-height:34px;border-color:var(--border);color:var(--text-secondary)}.product-category-bar button.active{border-color:var(--primary-600);background:var(--primary-600);box-shadow:0 5px 14px #2467c92e}.detail-page{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.detail-summary,.detail-content{margin:12px 16px 0;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--card-shadow)}.detail-price{min-height:56px;margin:12px 16px 0;padding:14px 16px 8px;align-items:flex-end;border:1px solid var(--border);border-bottom:0;border-radius:16px 16px 0 0;color:var(--price-red);background:#fff;box-shadow:0 8px 24px #143a690a;font-size:26px}.detail-price+.detail-summary{margin-top:0;border-top:0;border-radius:0 0 16px 16px}.detail-summary h2{color:var(--text-primary);font-size:17px;line-height:24px}.detail-price{font-variant-numeric:tabular-nums}.product-description{color:var(--text-secondary);font-size:14px;line-height:22px}.cart-items{padding:12px 16px calc(116px + env(safe-area-inset-bottom));gap:12px}.cart-item{min-height:140px;padding:12px;grid-template-columns:44px 92px minmax(0,1fr);gap:10px}.cart-item>.commerce-image{width:92px;height:92px;border-radius:12px}.cart-item-copy h2{color:var(--text-primary);font-size:15px;line-height:21px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-item-copy>strong{color:var(--price-red)}.cart-item-actions button,.cart-item-actions span{height:44px}.cart-checkout{min-height:calc(76px + env(safe-area-inset-bottom));padding-inline:16px}.cart-checkout button,.checkout-submit-bar button{min-height:52px;border-radius:14px;background:var(--primary-600);font-size:16px}.checkout-address-card,.checkout-quote-card,.checkout-payment-methods,.checkout-confirm-hint{margin:12px 16px;border-radius:16px}.checkout-address-card,.checkout-quote-card,.checkout-payment-methods{padding:16px}.checkout-line{min-height:44px;align-items:center;color:var(--text-secondary);font-size:14px}.checkout-line strong,.checkout-quote-card dd{color:var(--text-primary)}.checkout-payment-methods{gap:12px}.payment-methods label{min-height:64px;border-radius:14px}.checkout-trade-password-panel{padding:14px;border-color:var(--border);border-radius:14px;background:#f8fbff}.money-input-control{min-height:56px;border-radius:12px}.checkout-submit-bar{min-height:calc(76px + env(safe-area-inset-bottom));padding-inline:16px}.checkout-submit-bar strong{color:var(--price-red);font-size:24px;font-variant-numeric:tabular-nums}.order-list{padding:12px 16px;gap:12px}.order-list>button{padding:16px}.order-list-bottom strong{color:var(--price-red)}.commerce-subdetail,.history-detail{padding:12px 16px 24px}.order-content-card{padding-inline:16px}.order-shipment{padding:16px}.commerce-definition{padding-inline:16px}.commerce-definition>div{min-height:48px;font-size:14px}.login-page{padding:0 16px calc(40px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#eaf3ff 0,#f5f8fd 42% 100%)}.login-brand-mark{width:64px;height:64px;border-color:#00cfe86b;border-radius:16px;background:linear-gradient(145deg,var(--space-900),var(--primary-600));box-shadow:0 14px 34px #136bff33}.login-brand strong{color:var(--space-900);font-size:26px}.login-panel{width:100%;max-width:420px;padding:24px 20px 20px;border-color:var(--border);border-radius:20px;box-shadow:var(--overlay-shadow)}.login-panel input,.reg-field input,.address-field input,.password-field input,.cash-form label>input,.input-with-action input,.withdrawal-limit-form textarea,.address-field textarea{min-height:52px;border-color:var(--border);border-radius:12px;color:var(--text-primary);background:#fbfdff}.login-panel input:focus,.reg-field input:focus,.address-field input:focus,.password-field input:focus,.cash-form label>input:focus,.input-with-action input:focus,.withdrawal-limit-form textarea:focus,.address-field textarea:focus{border-color:var(--electric-500);background:#fff;box-shadow:0 0 0 3px #136bff1a}.login-button,.register-submit,.address-submit,.change-password-submit,.primary-cash-action,.address-add{min-height:52px;border-radius:14px;background:var(--primary-600);box-shadow:0 10px 22px #2467c92e;font-size:16px;font-weight:700}.register-form{width:calc(100% - 32px);max-width:420px;margin:16px auto;padding:20px 16px 24px}.register-heading{margin:0 0 18px;color:var(--text-primary);font-size:19px;line-height:26px}.reg-field{margin-bottom:16px}.sms-send-button{min-height:52px;border-color:#b8cce6;border-radius:12px}.profile-hero{min-height:326px;padding-top:max(5px,env(safe-area-inset-top));background:radial-gradient(circle at 88% 8%,rgba(0,207,232,.18),transparent 28%),linear-gradient(145deg,var(--space-900),var(--primary-700))}.profile-tools button{min-width:44px;min-height:44px}.member-metrics{padding-inline:16px}.member-metric strong{font-size:21px;font-variant-numeric:tabular-nums}.profile-content{padding:12px 16px 116px}.profile-card{border-radius:16px}.profile-card+.profile-card{margin-top:12px}.profile-card h2{height:48px;padding-inline:16px;color:var(--text-primary);font-size:17px}.profile-grid button{min-height:80px}.finance-tabs,.finance-direction,.finance-list{padding-inline:16px}.finance-tab{min-height:44px;border-color:var(--border)}.finance-card{min-height:72px;padding:14px}.finance-direction-option{min-height:44px}.finance-amount{font-variant-numeric:tabular-nums}.invite-content{padding:16px}.invite-qr{width:min(220px,70vw);height:min(220px,70vw)}.fan-list{padding:0 16px;gap:12px}.fan-card{min-height:72px;grid-template-columns:44px minmax(0,1fr);padding:14px}.fan-avatar{width:44px;height:44px}.cash-intro,.cash-form,.history-section{margin:12px 16px}.cash-intro{padding:16px}.cash-form{padding:20px 16px;gap:18px}.cash-form label{font-size:14px}.collection-qr{width:min(220px,64vw)}.history-list>button{min-height:72px}.address-list{padding:14px 16px 0;gap:12px}.address-card-main{padding:16px}.address-card-actions button{min-height:44px}.address-form-card{margin:16px;padding:20px 16px 24px}.address-field textarea{min-height:96px}.confirm-dialog{width:min(calc(100% - 32px),420px);padding:20px}.change-password-content{width:100%;max-width:480px;padding:16px}.change-password-form{padding:20px 16px 24px}.password-toggle{min-width:44px;min-height:44px}.password-security-note{border-radius:16px;background:var(--primary-100)}.empty-state{color:var(--text-secondary)}.empty-state.compact-state{min-height:180px}.state-action,.load-more-button,.finance-load-more,.secondary-cash-action{min-height:44px;border-radius:12px}.commerce-error,.form-error,.change-password-error,.avatar-editor-error{color:var(--error)}.commerce-success,.form-success,.transfer-result{color:var(--success)}.order-outcome-unknown{border-color:#c9851673;border-radius:16px;color:#72521d;background:#fffaf0}.action-toast{max-width:min(calc(100% - 32px),420px);border-radius:12px}@media(min-width:481px){.app-frame{border-right:1px solid rgba(225,233,243,.9);border-left:1px solid rgba(225,233,243,.9);box-shadow:0 0 42px #143a691a}}@media(max-width:359px){.listing-page .product-grid,.cart-items,.order-list{gap:10px;padding-inline:12px}.checkout-address-card,.checkout-quote-card,.checkout-payment-methods,.checkout-confirm-hint,.cash-intro,.cash-form,.history-section,.address-form-card{margin-inline:12px}.register-form{width:calc(100% - 24px)}.cart-item{grid-template-columns:44px 80px minmax(0,1fr);padding:10px;gap:8px}.cart-item>.commerce-image{width:80px;height:80px}.order-list-product{grid-template-columns:64px minmax(0,1fr);gap:10px}.order-list-product-image{width:64px;height:64px}.profile-content{padding-inline:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-frame-home{width:min(100%,560px);background:#eef5ff}.home-page{min-height:100dvh;padding-top:max(24px,calc(env(safe-area-inset-top) + 18px));color:#182a44;background:linear-gradient(150deg,#fffffff5,#f1f7fffa 36%,#e8f2fffa,#f8fbfffa)}.home-page .search-bar{height:50px;margin:0 16px 10px;grid-template-columns:48px minmax(0,1fr);border:1px solid #d6e4f8;border-radius:25px;background:#ffffffe0;box-shadow:0 10px 28px #4274ba14,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-page .search-bar:focus-within{border-color:#8db8f5;background:#fffffff5;box-shadow:0 10px 28px #326cbe1f,0 0 0 3px #1677ff14}.home-page .search-submit{color:#91a5c5}.home-page .search-submit svg{width:23px;height:23px}.home-page .search-bar input{padding:0 18px 0 0;color:#243a5a;font-size:16px;text-align:left}.home-page .search-bar input::placeholder{color:#8ea2c2}.home-page .banner{margin:0 14px 10px;aspect-ratio:2.2 / 1;border:0;border-radius:18px;background:#05142d;box-shadow:0 14px 32px #103f7d1f}.home-page .banner img{object-fit:cover}.home-page .banner .banner-next{right:12px;width:32px;height:32px;border-color:#ffffff85;background:#0d2f5c70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-page .notice-bar{width:calc(100% - 28px);min-height:56px;margin:0 14px 10px;padding:9px 14px;grid-template-columns:28px minmax(0,1fr) 22px;gap:10px;border:1px solid rgba(255,255,255,.88);border-radius:16px;color:#2b4364;background:#ffffffdb;box-shadow:0 10px 26px #3663a414,inset 0 1px #ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-page .notice-bar:active:not(:disabled){background:#f5f9fff5}.home-page .notice-icon{width:28px;height:28px;color:#1677ff;background:transparent}.home-page .notice-icon svg{width:24px;height:24px}.home-page .notice-copy{min-width:0;display:flex;align-items:center;gap:12px}.home-page .notice-copy small{color:#1677ff;font-size:15px;line-height:20px;font-weight:750}.home-page .notice-copy small:after{display:none}.home-page .notice-copy strong{min-width:0;overflow:hidden;color:#405775;font-size:14px;line-height:20px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.home-page .notice-bar>svg{color:#91a3be}.home-page .home-product-section{margin:0 14px 12px;padding:8px 8px 14px;overflow:hidden;border:1px solid rgba(255,255,255,.88);border-radius:20px;background:#ffffffc2;box-shadow:0 12px 30px #2e5b9914,inset 0 1px #fffffff5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.home-page .home-product-section+.home-product-section{margin-top:0}.home-page .section-heading{height:50px;margin:0 2px;padding:0 4px;border:0}.home-page .section-heading h2{gap:0;color:#182a44;font-size:20px;line-height:26px;font-weight:750}.home-page .section-heading h2:before{display:none}.home-page .section-heading button{min-height:44px;padding:0 0 0 16px;color:#8799b6;font-size:13px}.home-page .section-heading button span{color:#8799b6;font-size:18px}.home-page .home-product-grid{gap:8px;padding:0}.home-page .home-product-card{aspect-ratio:.71 / 1;border:1px solid #e6eef9;border-radius:16px;background:#fffffff0;box-shadow:0 8px 22px #1f4e8d14}.home-page .home-product-card:active{transform:scale(.985);border-color:#a9c9f2}.home-page .home-product-card .product-copy{min-height:82px;padding:7px 10px 9px}.home-page .home-product-card .home-product-badges{min-height:19px;margin:0 0 3px}.home-page .home-product-card .product-type-badge,.home-page .home-product-card .product-points-badge{padding:2px 6px;border:0;border-radius:5px;color:#fff;background:#1677ff;font-size:11px;line-height:15px}.home-page .home-product-card .product-points-badge{background:#43a88a}.home-page .home-product-card .product-name{min-height:20px;display:block;overflow:hidden;color:#1f3049;font-size:14px;line-height:20px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:unset}.home-page .home-product-card .product-price{margin-top:3px;color:#1677ff;font-size:18px;line-height:23px;font-weight:750;font-variant-numeric:tabular-nums}.home-page .home-product-card .product-price small{margin-right:1px;font-size:13px;font-weight:650}.home-page .home-product-section .product-grid-skeleton{gap:8px;padding:0}.home-page .home-product-section .product-card-skeleton{border-radius:16px}.home-page .home-product-section .product-card-skeleton .skeleton-block{aspect-ratio:1 / 1}.home-page .home-product-section .empty-state.compact-state{min-height:144px;margin:0;border-color:#e6eef9;border-radius:16px;background:#ffffffd1;box-shadow:none}.bottom-nav-home{width:min(100%,560px);height:calc(68px + env(safe-area-inset-bottom));padding:7px 4px env(safe-area-inset-bottom);border:1px solid rgba(255,255,255,.9);border-bottom:0;border-radius:24px 24px 0 0;background:#fffffff0;box-shadow:0 -12px 30px #2b528b1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav-home button{min-height:54px;gap:3px;color:#8b9bb5;font-size:12px}.bottom-nav-home button svg{width:24px;height:24px}.bottom-nav-home button.active{color:#1677ff;background:transparent;font-weight:700}.bottom-nav-home button.active svg{filter:drop-shadow(0 5px 10px rgba(22,119,255,.2))}@media(max-width:359px){.home-page{padding-top:max(20px,calc(env(safe-area-inset-top) + 14px))}.home-page .search-bar,.home-page .banner{margin-inline:12px}.home-page .notice-bar{width:calc(100% - 24px);margin-inline:12px}.home-page .home-product-section{margin-inline:12px;padding-inline:7px}.home-page .home-product-grid{gap:7px}.home-page .home-product-card .product-copy{min-height:82px;padding-inline:9px}}@media(max-width:480px){.home-page .home-product-card{aspect-ratio:auto}}.app-frame,.app-frame-home,.bottom-nav,.bottom-nav-home,.product-actions,.cart-checkout,.checkout-submit-bar{width:min(100%,390px)}.app-frame,.app-frame-home{min-height:100dvh;height:auto}.home-page{padding-top:max(16px,calc(env(safe-area-inset-top) + 12px))}.home-page.page-with-nav{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.home-page .search-bar{height:46px;margin:0 12px 10px;grid-template-columns:44px minmax(0,1fr);border-radius:23px}.home-page .search-bar input{padding-right:16px;font-size:15px}.home-page .search-submit{min-width:44px;min-height:44px}.home-page .search-submit svg{width:22px;height:22px}.home-page .banner{margin:0 12px 10px;aspect-ratio:2.2875 / 1;border-radius:16px}.home-page .banner .banner-next{right:8px;width:44px;height:44px}.home-page .notice-bar{width:calc(100% - 24px);min-height:50px;margin:0 12px 10px;padding:8px 12px;grid-template-columns:26px minmax(0,1fr) 20px;gap:8px;border-radius:14px}.home-page .notice-icon{width:26px;height:26px}.home-page .notice-icon svg{width:22px;height:22px}.home-page .notice-copy{gap:10px}.home-page .notice-copy small{font-size:14px;line-height:18px}.home-page .notice-copy strong{font-size:13px;line-height:18px}.home-page .home-product-section{margin:0 12px 10px;padding:6px 8px 10px;border-radius:18px}.home-page .section-heading{height:44px;margin:0;padding:0 2px}.home-page .section-heading h2{font-size:18px;line-height:24px;font-weight:700}.home-page .section-heading button{min-height:44px;font-size:13px}.home-page .home-product-grid{gap:8px}.home-page .home-product-card{border-radius:14px}.home-page .home-product-card .product-image{aspect-ratio:1 / 1}.home-page .home-product-card .product-copy{min-height:74px;padding:6px 9px 8px}.home-page .home-product-card .home-product-badges{min-height:16px;margin-bottom:2px}.home-page .home-product-card .product-type-badge,.home-page .home-product-card .product-points-badge{padding:1px 5px;font-size:10px;line-height:14px}.home-page .home-product-card .product-name{min-height:19px;font-size:14px;line-height:19px}.home-page .home-product-card .product-price{margin-top:2px;font-size:17px;line-height:22px}.home-page .home-product-card .product-price small{font-size:12px}.home-page .home-product-section .product-card-skeleton{border-radius:14px}.home-page .home-product-section .empty-state.compact-state{min-height:132px}.bottom-nav-home{height:calc(64px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-radius:20px 20px 0 0}.bottom-nav-home button{min-height:50px;gap:2px;font-size:11px;line-height:15px}.bottom-nav-home button svg{width:22px;height:22px}@media(max-width:359px){.home-page{padding-top:max(14px,calc(env(safe-area-inset-top) + 10px))}.home-page .search-bar,.home-page .banner,.home-page .home-product-section{margin-inline:10px}.home-page .notice-bar{width:calc(100% - 20px);margin-inline:10px}.home-page .section-heading h2{font-size:17px}.home-page .home-product-card .product-copy{padding-inline:8px}}.cart-page .page-header{min-height:calc(48px + env(safe-area-inset-top));grid-template-columns:48px minmax(0,1fr) 48px}.cart-page .page-header h1{font-size:17px;line-height:24px}.cart-page .page-header button{min-width:48px;min-height:48px}.cart-items{padding:10px 12px calc(88px + env(safe-area-inset-bottom));gap:8px}.cart-item{min-height:124px;padding:8px;grid-template-columns:44px 80px minmax(0,1fr);gap:8px;border-radius:14px}.cart-item>.commerce-image{width:80px;height:80px;border-radius:10px}.cart-item .select-check span{width:18px;height:18px;border-radius:5px}.cart-item-copy h2{margin:0 0 3px;font-size:14px;line-height:19px}.cart-item-copy .product-badges{min-height:16px;gap:3px}.cart-item-copy .product-type-badge,.cart-item-copy .product-points-badge{padding:1px 5px;font-size:10px;line-height:14px}.cart-item-copy>strong{font-size:16px;line-height:21px;font-weight:700}.cart-item-actions{min-height:40px;margin-top:4px;display:flex;align-items:center;touch-action:manipulation}.cart-item-actions button,.cart-item-actions span{width:40px;height:40px;flex:0 0 40px}.cart-item-actions .remove-cart{width:44px;height:40px;margin-left:auto;flex-basis:44px}.cart-checkout{min-height:calc(68px + env(safe-area-inset-bottom));padding:8px 12px env(safe-area-inset-bottom);grid-template-columns:1fr minmax(120px,34%)}.cart-checkout strong{font-size:16px;line-height:22px}.cart-checkout button{min-height:48px;border-radius:12px;font-size:15px}@media(max-width:359px){.cart-items{padding-inline:10px}.cart-item{grid-template-columns:44px 72px minmax(0,1fr);gap:7px}.cart-item>.commerce-image{width:72px;height:72px}.cart-item-actions button,.cart-item-actions span{width:36px;flex-basis:36px}.cart-item-actions .remove-cart{width:44px;flex-basis:44px}}.home-page .banner{aspect-ratio:2 / 1;background:#061529}.home-page .banner img,.home-page .banner img.active{object-fit:contain;object-position:center;transform:none}.home-page .home-product-card .product-image{background:#f4f7fb}.home-page .home-product-card .product-image img{object-fit:contain;object-position:center}.home-page .home-product-card{display:grid;grid-template-rows:auto minmax(0,1fr);aspect-ratio:auto}.home-page .home-product-card .product-copy{display:flex;flex-direction:column}.home-page .home-product-card .product-name{min-height:38px;display:block;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:unset}.home-page .home-product-card .product-price{margin-top:auto;padding-top:2px}.detail-page{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.commerce-product-actions{width:min(100%,390px);height:calc(64px + env(safe-area-inset-bottom));min-height:calc(64px + env(safe-area-inset-bottom));grid-template-columns:100px 52px minmax(0,1fr) minmax(0,1fr);box-shadow:0 -6px 18px #14356014}.commerce-product-actions>button{min-height:48px}.commerce-product-actions>button:not(.add-cart):not(.buy-now){font-size:11px}.commerce-product-actions .add-cart,.commerce-product-actions .buy-now{min-width:0;padding-inline:6px;font-size:14px;white-space:nowrap}.commerce-product-actions .quantity-stepper{grid-template-columns:44px minmax(12px,1fr) 44px}.commerce-product-actions .quantity-stepper button{width:44px;min-height:48px}.profile-hero{min-height:245px;padding-top:max(4px,env(safe-area-inset-top))}.profile-tools{position:relative;min-height:36px;padding-inline:14px}.profile-tools button{position:absolute;z-index:1;top:0;right:14px;min-width:44px;min-height:44px;gap:6px;font-size:15px}.profile-tools button svg{width:23px;height:23px}.member-summary{min-height:72px;padding:3px 0 5px 16px;gap:12px;transform:translateY(-15px)}.member-avatar-trigger{width:64px;height:64px}.member-identity>strong{font-size:22px;line-height:26px}.member-level{min-width:72px;height:32px;margin:0;padding:0 10px;gap:5px;font-size:13px}.member-level svg{width:19px;height:19px}.member-metrics{padding:8px 10px 11px;row-gap:16px}.member-metric{min-height:42px;padding-inline:4px;gap:3px}.member-metric strong{font-size:18px;line-height:22px}.member-metric span{font-size:13px;line-height:17px;font-weight:600}.profile-content{padding:12px 12px calc(84px + env(safe-area-inset-bottom))}.profile-card{border-radius:14px}.profile-card+.profile-card{margin-top:10px}.profile-card h2{height:44px;padding-inline:14px;font-size:16px;line-height:22px}.profile-grid button,.order-grid button{min-height:72px}.order-grid button{gap:5px;font-size:13px}.order-grid button svg,.management-grid button svg{width:28px;height:28px}.management-grid{grid-auto-rows:72px;padding:0 0 3px}.management-grid button{min-height:72px;gap:5px;font-size:12px}.management-grid button span{min-height:30px}.finance-page .finance-filter{margin:12px 16px 14px;padding:12px 13px 11px;display:grid;gap:11px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--card-shadow)}.finance-page .finance-tabs{padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible}.finance-page .finance-tab{min-height:40px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e0ec;border-radius:999px;color:#52637c;background:#f7fafd;font-size:13px;white-space:nowrap}.finance-page .finance-tab.active{border-color:var(--accent);color:#fff;background:var(--accent);font-weight:700}.finance-page .finance-direction{padding:3px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;border-radius:11px;background:#edf1f6}.finance-page .finance-direction-option{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;color:#7b8ba2;background:transparent;font-size:13px}.finance-page .finance-direction-option.active{color:var(--accent-deep);background:#fff;font-weight:700;box-shadow:0 1px 4px #15386614}.finance-page .finance-list{padding:0 16px;display:grid;gap:10px}.finance-page .finance-card{padding:13px 14px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--card-shadow)}.finance-page .finance-icon{width:44px;height:44px;border-radius:13px}.finance-icon.is-balance{color:#2b6fd0;background:#eaf2fc}.finance-icon.is-green{color:#1c8a5c;background:#e6f6ee}.finance-icon.is-subsidy{color:#b7791f;background:#fdf3e3}.finance-page .finance-main small{margin-top:4px;display:block;color:#8a97a9;font-size:11px}.finance-page .finance-value{display:grid;justify-items:end;gap:3px}.finance-page .finance-amount{font-size:17px;font-weight:700;letter-spacing:-.2px}.finance-page .finance-amount.is-income{color:#14945f}.finance-page .finance-amount.is-expense{color:#c14a52}.finance-page .finance-unit{color:#97a4b5;font-size:11px}.finance-page .commerce-skeleton{margin:0 16px;padding:6px 14px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.finance-page .empty-state.compact-state{margin:0 16px;min-height:190px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--card-shadow)}.finance-page .list-load-error{margin:12px 16px}.finance-footnote{margin:14px 16px 0;color:#9aa7b8;font-size:11px;text-align:center}
