.points-mall-container{max-width:1640px;margin:0 auto;padding:20px}.points-mall-container .points-mall-header-card{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;padding:18px 20px;border-radius:16px;border:1px solid var(--primary-low);background:linear-gradient(135deg, var(--secondary) 0%, var(--primary-very-low) 100%);box-shadow:0 12px 30px rgba(0,0,0,.06)}.points-mall-container .points-mall-header-card .points-mall-brand{display:flex;align-items:center;gap:12px;min-width:0}.points-mall-container .points-mall-header-card .points-mall-brand-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg, var(--tertiary), var(--primary));color:var(--secondary);display:inline-flex;align-items:center;justify-content:center;font-size:1.1em;box-shadow:0 8px 20px rgba(0,0,0,.16);flex:0 0 auto}.points-mall-container .points-mall-header-card h1{margin:0;font-size:1.75em;line-height:1.2}.points-mall-container .points-mall-header-card p{margin:3px 0 0 0;color:var(--primary-medium)}.points-mall-container .points-mall-header-card .points-balance-card{display:flex;flex-direction:column;gap:2px;align-items:flex-end;padding:10px 16px;border-radius:12px;border:1px solid var(--primary-low);background:var(--secondary);min-width:140px;max-width:100%;box-sizing:border-box;flex:0 1 auto}.points-mall-container .points-mall-header-card .points-balance-card span{font-size:.85em;color:var(--primary-medium)}.points-mall-container .points-mall-header-card .points-balance-card strong{font-size:1.9em;line-height:1.1;color:var(--primary);overflow-wrap:anywhere}.points-mall-container .points-mall-nav-shell{margin-bottom:18px;padding:12px;border-radius:14px;border:1px solid var(--primary-low);background:var(--secondary)}.points-mall-container .points-mall-nav{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:8px}.points-mall-container .points-mall-nav .points-mall-nav-item{padding:11px 14px;border-radius:10px;background:rgba(0,0,0,0);color:var(--primary);border:1px solid rgba(0,0,0,0);cursor:pointer;font:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.points-mall-container .points-mall-nav .points-mall-nav-item:hover{background:var(--primary-very-low);border-color:var(--primary-low)}.points-mall-container .points-mall-nav .points-mall-nav-item.active{background:linear-gradient(140deg, var(--tertiary), var(--primary));color:var(--secondary);box-shadow:0 10px 18px rgba(0,0,0,.2)}.points-mall-container .points-mall-nav .points-mall-nav-item .d-icon{font-size:1.1em}.points-mall-container .points-mall-content{background:var(--secondary);padding:22px;border-radius:14px;border:1px solid var(--primary-low);box-shadow:0 8px 24px rgba(0,0,0,.08)}.points-mall-inventory{display:flex;flex-direction:column;gap:16px}.points-mall-inventory .inventory-header,.points-mall-inventory .inventory-equipped-panel,.points-mall-inventory .inventory-section{border:1px solid var(--primary-low);border-radius:14px;background:var(--secondary);padding:16px}.points-mall-inventory .inventory-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:linear-gradient(135deg, var(--secondary), var(--primary-very-low))}.points-mall-inventory .inventory-header h2{margin:0}.points-mall-inventory .inventory-header p{margin:5px 0 0 0;color:var(--primary-medium)}.points-mall-inventory .inventory-ticket-card{min-width:138px;padding:12px 14px;border:1px solid var(--tertiary-low);border-radius:12px;background:var(--secondary);text-align:right}.points-mall-inventory .inventory-ticket-card span{display:block;color:var(--primary-medium);font-size:.86em}.points-mall-inventory .inventory-ticket-card strong{display:block;margin-top:3px;color:var(--tertiary);font-size:2em;line-height:1}.points-mall-inventory .inventory-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.points-mall-inventory .inventory-section-head h3{margin:0}.points-mall-inventory .inventory-section-head span{color:var(--primary-medium);font-size:.9em}.points-mall-inventory .inventory-equipped-grid,.points-mall-inventory .inventory-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:12px}.points-mall-inventory .inventory-equipped-item,.points-mall-inventory .inventory-card{border:1px solid var(--primary-low);border-radius:12px;background:var(--primary-very-low);padding:14px}.points-mall-inventory .inventory-equipped-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.points-mall-inventory .inventory-equipped-item span,.points-mall-inventory .inventory-equipped-item small{display:block;color:var(--primary-medium);font-size:.86em}.points-mall-inventory .inventory-equipped-item strong{display:block;margin:2px 0;color:var(--primary-high);font-size:1.08em}.points-mall-inventory .inventory-empty-inline{padding:18px;border:1px dashed var(--primary-low);border-radius:12px;color:var(--primary-medium);text-align:center}.points-mall-inventory .inventory-card{display:flex;flex-direction:column;gap:10px;min-height:220px;transition:border-color .2s,box-shadow .2s,transform .2s}.points-mall-inventory .inventory-card.equipped{border-color:var(--tertiary);box-shadow:0 0 0 1px var(--tertiary-low),0 10px 26px rgba(0,0,0,.08)}.points-mall-inventory .inventory-card.expired{opacity:.66}.points-mall-inventory .inventory-card:hover:not(.expired){transform:translateY(-1px);border-color:var(--tertiary-low)}.points-mall-inventory .inventory-card h3{margin:0;color:var(--primary-high);font-size:1.12em;line-height:1.25}.points-mall-inventory .inventory-card p{flex:1;margin:0;color:var(--primary-medium);line-height:1.55}.points-mall-inventory .inventory-card .btn,.points-mall-inventory .inventory-card .btn-primary,.points-mall-inventory .inventory-card .btn-disabled{width:100%;justify-content:center}.points-mall-inventory .inventory-preview{position:relative;display:grid;place-items:center;height:118px;overflow:hidden;border:1px solid var(--primary-low);border-radius:10px;background:radial-gradient(circle at 25% 20%, rgba(109, 225, 255, 0.34), transparent 30%),radial-gradient(circle at 76% 72%, rgba(255, 111, 196, 0.28), transparent 34%),linear-gradient(135deg, rgba(68, 80, 120, 0.32), rgba(18, 22, 35, 0.82))}.points-mall-inventory .inventory-preview img{width:100%;height:100%;object-fit:cover;display:block}.points-mall-inventory .inventory-preview span{position:relative;z-index:1;color:var(--secondary);font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.4)}.points-mall-inventory .inventory-preview::after{content:"";position:absolute;inset:18px;border-radius:999px;border:4px solid rgba(130,244,255,.9);box-shadow:0 0 0 2px rgba(255,255,255,.65) inset,0 0 22px rgba(92,232,255,.75),0 0 42px rgba(255,113,205,.45);pointer-events:none}.points-mall-inventory .inventory-preview.inventory-preview-card-border-holo-gold::after,.points-mall-inventory .inventory-preview.inventory-preview-theme-skin-ticket-skin-ticket::after{border-radius:14px;border-color:rgba(255,218,102,.95);box-shadow:0 0 0 2px rgba(255,255,255,.58) inset,0 0 24px rgba(255,211,77,.78),0 0 44px rgba(96,219,255,.42)}.points-mall-inventory .inventory-preview.inventory-preview-profile-background-zenless-blue::after{inset:0;border-radius:0;border:0;background:linear-gradient(135deg, rgba(64, 215, 255, 0.28), transparent 45%),repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 14px);box-shadow:none}.points-mall-inventory .inventory-preview.inventory-preview-post-signature-sakura-tail::after{inset:auto 18px 18px;height:24px;border-radius:999px;border-color:rgba(255,143,201,.88);box-shadow:0 0 24px rgba(255,116,190,.7)}.points-mall-inventory .inventory-preview.inventory-preview-svip-glow-aurora::after{border-color:rgba(255,230,119,.95);box-shadow:0 0 0 2px rgba(255,255,255,.6) inset,0 0 22px rgba(255,220,80,.7),0 0 46px rgba(128,94,255,.55),0 0 64px rgba(71,236,204,.5)}.points-mall-inventory .inventory-card-top,.points-mall-inventory .inventory-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.points-mall-inventory .inventory-card-top{justify-content:space-between}.points-mall-inventory .inventory-kind,.points-mall-inventory .inventory-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:.78em;font-weight:700}.points-mall-inventory .inventory-kind{background:var(--secondary);color:var(--primary-high);border:1px solid var(--primary-low)}.points-mall-inventory .inventory-status{background:var(--primary-low);color:var(--primary-medium)}.points-mall-inventory .inventory-status.equipped{background:var(--success-low);color:var(--success)}.points-mall-inventory .inventory-status.ticket{background:#fff2cc;color:#9f6a00}.points-mall-inventory .inventory-status.expired{background:var(--danger-low);color:var(--danger)}.points-mall-inventory .inventory-meta{color:var(--primary-medium);font-size:.82em}.points-mall-inventory .inventory-empty{padding:34px 16px}img.jn-avatar-frame-neon-aqua{border-radius:50% !important;box-shadow:0 0 0 2px rgba(255,255,255,.92),0 0 0 5px rgba(96,225,255,.95),0 0 18px rgba(96,225,255,.82),0 0 30px rgba(255,108,196,.48) !important}img.jn-avatar-frame-chibi-compact{border-radius:50% !important;box-shadow:0 1px 5px rgba(69,126,230,.18) !important}.user-profile-avatar img.jn-avatar-frame-neon-aqua,.user-card-avatar img.jn-avatar-frame-neon-aqua{box-shadow:0 0 0 3px rgba(255,255,255,.95),0 0 0 8px rgba(96,225,255,.95),0 0 24px rgba(96,225,255,.88),0 0 46px rgba(255,108,196,.52) !important}.jn-avatar-frame-host{position:relative !important;overflow:visible !important}.jn-avatar-frame-overlay{position:absolute !important;z-index:2;max-width:none !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;object-fit:contain;pointer-events:none;transform:translate(-50%, -50%);transform-origin:center;filter:drop-shadow(0 4px 8px rgba(56, 113, 217, 0.2))}.jn-avatar-frame-overlay-image{animation:jn-avatar-frame-breathe 3.8s ease-in-out infinite}.jn-avatar-frame-overlay-chibi-compact,.jn-avatar-frame-overlay-chibi-cluster{z-index:3;filter:drop-shadow(0 2px 4px rgba(56, 113, 217, 0.24))}.jn-avatar-frame-host>.user-status-background{z-index:6 !important}.header-dropdown-toggle.current-user .user-status-background img.emoji{width:22px !important;height:22px !important;max-width:22px !important;max-height:22px !important;object-fit:contain}.modal.user-status .user-status-picker .btn-emoji img.emoji{width:24px !important;height:24px !important;max-width:24px !important;max-height:24px !important;object-fit:contain}@keyframes jn-avatar-frame-breathe{0%,100%{transform:translate(-50%, -50%) scale(1);filter:drop-shadow(0 4px 8px rgba(56, 113, 217, 0.2))}50%{transform:translate(-50%, -50%) scale(1.018);filter:drop-shadow(0 5px 11px rgba(88, 145, 255, 0.32))}}html.jn-theme-skin-starrail-neon{--tertiary: #69eaff;--tertiary-low: rgba(105, 234, 255, 0.18);--primary-low: rgba(142, 167, 255, 0.22);--primary-very-low: rgba(28, 35, 64, 0.34)}html.jn-theme-skin-starrail-neon body:not(.admin-interface){background:radial-gradient(circle at 12% 4%, rgba(105, 234, 255, 0.2), transparent 26%),radial-gradient(circle at 92% 12%, rgba(255, 107, 199, 0.16), transparent 28%),radial-gradient(circle at 70% 90%, rgba(255, 218, 100, 0.12), transparent 30%),linear-gradient(180deg, #070b16 0%, #090712 55%, #05060c 100%) !important}html.jn-theme-skin-starrail-neon body:not(.admin-interface)::after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg, rgba(105, 234, 255, 0.05) 1px, transparent 1px),linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),radial-gradient(circle at 50% 18%, rgba(105, 234, 255, 0.12), transparent 24%);background-size:44px 44px,44px 44px,auto;mask-image:linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 86%)}html.jn-theme-skin-starrail-neon .d-header-wrap{border-bottom-color:rgba(105,234,255,.28) !important;background:linear-gradient(180deg, rgba(8, 13, 30, 0.92), rgba(7, 9, 20, 0.82)),rgba(7,9,20,.88) !important;box-shadow:0 12px 34px rgba(0,0,0,.34),0 0 26px rgba(105,234,255,.16) !important}html.jn-theme-skin-starrail-neon .points-mall-container .points-mall-header-card,html.jn-theme-skin-starrail-neon .points-mall-container .points-mall-content,html.jn-theme-skin-starrail-neon .points-mall-container .points-mall-nav-shell,html.jn-theme-skin-starrail-neon .points-mall-inventory .inventory-header,html.jn-theme-skin-starrail-neon .points-mall-inventory .inventory-section,html.jn-theme-skin-starrail-neon .points-mall-inventory .inventory-equipped-panel,html.jn-theme-skin-starrail-neon .topic-list,html.jn-theme-skin-starrail-neon .latest-topic-list-item,html.jn-theme-skin-starrail-neon .topic-post article{border-color:rgba(105,234,255,.22) !important;background:linear-gradient(135deg, rgba(12, 18, 38, 0.88), rgba(15, 15, 34, 0.82)),rgba(8,12,24,.86) !important;box-shadow:0 18px 48px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08),0 0 24px rgba(105,234,255,.08) !important}html.jn-theme-skin-starrail-neon .btn-primary,html.jn-theme-skin-starrail-neon .points-mall-container .points-mall-nav .points-mall-nav-item.active{background:linear-gradient(135deg, #69eaff, #756fff 58%, #ff6bc7) !important;color:#07101a !important;border-color:rgba(0,0,0,0) !important;box-shadow:0 10px 26px rgba(105,234,255,.28) !important}html.jn-theme-skin-starrail-neon .inventory-card.equipped{border-color:rgba(105,234,255,.82) !important;box-shadow:0 0 0 1px rgba(105,234,255,.32),0 0 28px rgba(105,234,255,.22),0 0 42px rgba(255,107,199,.16) !important}.points-mall-checkin{display:flex;flex-direction:column;gap:14px}.points-mall-checkin .checkin-overview-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:12px}.points-mall-checkin .checkin-summary-card,.points-mall-checkin .checkin-level-card,.points-mall-checkin .checkin-calendar-card,.points-mall-checkin .checkin-ranking-card,.points-mall-checkin .checkin-history{border:1px solid var(--primary-low);border-radius:14px;background:var(--secondary);padding:14px}.points-mall-checkin .checkin-summary-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.points-mall-checkin .checkin-summary-head h2{margin:0}.points-mall-checkin .checkin-button{min-width:120px}.points-mall-checkin .already-checked-in{padding:7px 12px;border-radius:999px;background:var(--success-low);color:var(--success);font-weight:700;font-size:.86em}.points-mall-checkin .checkin-stats-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px}.points-mall-checkin .checkin-stat-item{border:1px solid var(--primary-low);border-radius:10px;padding:10px 12px;background:var(--primary-very-low)}.points-mall-checkin .checkin-stat-item .stat-label{color:var(--primary-medium);font-size:.82em;display:block;margin-bottom:4px}.points-mall-checkin .checkin-stat-item .stat-value{font-size:1.2em;line-height:1.2;color:var(--primary-high)}.points-mall-checkin .checkin-level-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.points-mall-checkin .checkin-level-head h3{margin:0}.points-mall-checkin .level-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:#ffeef1;color:#e5627a;font-weight:700;font-size:.86em}.points-mall-checkin .checkin-level-subtitle{margin:0 0 10px 0;color:var(--primary-medium)}.points-mall-checkin .checkin-level-progress{width:100%;height:12px;border-radius:999px;background:var(--primary-low);overflow:hidden;margin-bottom:10px}.points-mall-checkin .checkin-level-progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg, #ff7d95, #ff97a9)}.points-mall-checkin .checkin-level-next{margin:0;color:var(--primary-medium);font-size:.9em}.points-mall-checkin .checkin-main-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:12px;align-items:start}.points-mall-checkin .checkin-calendar-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.points-mall-checkin .checkin-calendar-head h3{margin:0}.points-mall-checkin .checkin-calendar-head span{color:var(--tertiary);font-weight:700}.points-mall-checkin .checkin-calendar-head-actions{display:inline-flex;align-items:center;gap:8px}.points-mall-checkin .checkin-buy-makeup-btn{min-height:30px;padding:4px 10px;font-size:.82em;line-height:1.2;white-space:nowrap}.points-mall-checkin .checkin-calendar-tip{margin:0 0 12px 0;padding:8px 10px;border-radius:10px;border:1px solid var(--primary-low);color:var(--primary-medium);background:var(--primary-very-low);font-size:.9em}.points-mall-checkin .checkin-weekday-row{display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));gap:6px;margin-bottom:6px}.points-mall-checkin .checkin-weekday-row span{text-align:center;color:var(--primary-medium);font-size:.82em;font-weight:600}.points-mall-checkin .checkin-calendar-grid{display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));gap:8px}.points-mall-checkin .checkin-day-cell{min-height:88px;border-radius:12px;border:1px solid var(--primary-low);background:var(--primary-very-low);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 4px}.points-mall-checkin .checkin-day-cell strong{font-size:1.15em;line-height:1.2}.points-mall-checkin .checkin-day-cell span{color:var(--primary-medium);font-size:.82em;font-weight:600}.points-mall-checkin .checkin-day-cell.placeholder{border:0;background:rgba(0,0,0,0);min-height:0;padding:0}.points-mall-checkin .checkin-day-cell.status-checked{border-color:#64d59b;background:rgba(95,213,153,.12)}.points-mall-checkin .checkin-day-cell.status-checked strong,.points-mall-checkin .checkin-day-cell.status-checked span{color:#1b915b}.points-mall-checkin .checkin-day-cell.status-missed{border-color:#f6a7a7;background:rgba(255,94,94,.06)}.points-mall-checkin .checkin-day-cell.status-missed strong,.points-mall-checkin .checkin-day-cell.status-missed span{color:#db4f4a}.points-mall-checkin .checkin-day-cell.status-today{border-color:#6f9dff;box-shadow:inset 0 0 0 2px rgba(58,105,221,.1)}.points-mall-checkin .checkin-day-cell.status-future strong,.points-mall-checkin .checkin-day-cell.status-future span{color:var(--primary-medium)}.points-mall-checkin .checkin-makeup-btn{margin-top:4px;min-height:28px;padding:2px 10px;font-size:.78em}.points-mall-checkin .checkin-ranking-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.points-mall-checkin .checkin-ranking-head h3{margin:0;font-size:1.05em}.points-mall-checkin .checkin-ranking-head span{color:var(--primary-medium);font-size:.88em}.points-mall-checkin .checkin-ranking-list{display:flex;flex-direction:column;gap:8px;max-height:520px;overflow:auto;padding-right:2px}.points-mall-checkin .checkin-ranking-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border:1px solid var(--primary-low);border-radius:10px;background:var(--primary-very-low);padding:8px}.points-mall-checkin .rank-order{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary-low);color:var(--primary-medium);font-weight:700}.points-mall-checkin .rank-user{display:flex;align-items:center;gap:8px;min-width:0}.points-mall-checkin .rank-user img,.points-mall-checkin .rank-user .rank-avatar-fallback{width:32px;height:32px;border-radius:999px;border:1px solid var(--primary-low);background:var(--secondary);color:var(--primary-medium);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.points-mall-checkin .rank-user strong{display:block;font-size:.95em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.points-mall-checkin .rank-user small{display:block;color:var(--primary-medium);font-size:.78em;margin-top:1px}.points-mall-checkin .rank-points{font-weight:700;color:var(--tertiary)}.points-mall-checkin .checkin-ranking-empty{margin:0;color:var(--primary-medium);text-align:center;padding:24px 8px}.points-mall-checkin .checkin-history h3{margin:0 0 10px 0}.points-mall-checkin .checkin-history-table-wrap{overflow:auto}.points-mall-checkin .checkin-table{width:100%;border-collapse:collapse}.points-mall-checkin .checkin-table th,.points-mall-checkin .checkin-table td{padding:12px;text-align:left;border-bottom:1px solid var(--primary-low);white-space:nowrap}.points-mall-checkin .checkin-table th{background:var(--primary-very-low);font-weight:bold}.points-mall-checkin .checkin-table tr:hover{background:var(--primary-very-low)}.points-mall-shop .shop-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.points-mall-shop .shop-header h2{margin:0}.points-mall-shop .shop-header-subtitle{margin:4px 0 0 0;color:var(--primary-medium);font-size:.95em}.points-mall-shop .shop-total-count{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;border:1px solid var(--primary-low);background:var(--primary-very-low);color:var(--primary-medium);font-size:.84em;font-weight:700}.points-mall-shop .shop-insight-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:10px;margin-bottom:12px}.points-mall-shop .shop-insight-card{border:1px solid var(--primary-low);border-radius:12px;padding:12px 14px;background:linear-gradient(155deg, var(--secondary), var(--primary-very-low));box-shadow:0 10px 18px rgba(0,0,0,.05)}.points-mall-shop .shop-insight-card span{display:block;color:var(--primary-medium);font-size:.82em;margin-bottom:6px}.points-mall-shop .shop-insight-card strong{display:block;font-size:1.55em;line-height:1.1;color:var(--primary-high)}.points-mall-shop .shop-toolbar{margin-bottom:14px;border:1px solid var(--primary-low);border-radius:12px;background:var(--secondary);padding:10px}.points-mall-shop .shop-search-wrap{margin-bottom:8px}.points-mall-shop .shop-search-input{width:100%}.points-mall-shop .shop-filter-row{display:flex;flex-wrap:wrap;gap:8px}.points-mall-shop .shop-filter-row:not(:first-child){margin-top:8px}.points-mall-shop .shop-sort-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;padding-top:8px;border-top:1px dashed var(--primary-low)}.points-mall-shop .shop-filter-chip{border:1px solid var(--primary-low);border-radius:999px;background:var(--secondary);color:var(--primary-medium);padding:7px 12px;font-size:.84em;font-weight:700;transition:all .2s}.points-mall-shop .shop-filter-chip:hover{border-color:var(--primary);color:var(--primary)}.points-mall-shop .shop-filter-chip.active{color:var(--secondary);border-color:rgba(0,0,0,0);background:linear-gradient(140deg, var(--tertiary), var(--primary));box-shadow:0 8px 16px rgba(0,0,0,.14)}.points-mall-shop .shop-sort-chip{border:1px solid var(--primary-low);border-radius:999px;background:var(--secondary);color:var(--primary-medium);padding:7px 12px;font-size:.82em;font-weight:700;transition:all .2s}.points-mall-shop .shop-sort-chip:hover{border-color:var(--primary);color:var(--primary)}.points-mall-shop .shop-sort-chip.active{color:var(--secondary);border-color:rgba(0,0,0,0);background:linear-gradient(140deg, #ff8755, #c8451b);box-shadow:0 8px 16px rgba(132,52,26,.18)}.points-mall-shop .shop-sections{display:flex;flex-direction:column;gap:14px}.points-mall-shop .shop-featured-shelf{margin-bottom:14px;border:1px solid rgba(37,86,207,.18);border-radius:16px;padding:14px;background:radial-gradient(circle at top right, rgba(54, 107, 228, 0.16), transparent 28%),linear-gradient(145deg, rgba(17, 39, 90, 0.05), rgba(37, 86, 207, 0.06));box-shadow:0 14px 28px rgba(0,0,0,.08)}.points-mall-shop .shop-featured-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 260px));justify-content:flex-start;gap:12px}.points-mall-shop .shop-section{border:1px solid var(--primary-low);border-radius:14px;background:linear-gradient(160deg, var(--secondary), var(--primary-very-low));padding:12px}.points-mall-shop .shop-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.points-mall-shop .shop-section-head h3{margin:0;font-size:1.05em}.points-mall-shop .shop-section-head p{margin:4px 0 0 0;color:var(--primary-medium);font-size:.84em}.points-mall-shop .shop-section-head span{color:var(--primary-medium);font-size:.84em;font-weight:600}.points-mall-shop .shop-empty{border:1px dashed var(--primary-low);border-radius:12px;padding:18px 16px;text-align:center;background:var(--primary-very-low)}.points-mall-shop .shop-empty h3{margin:0 0 6px 0;font-size:1.05em}.points-mall-shop .shop-empty p{margin:0;color:var(--primary-medium);font-size:.9em}.points-mall-shop .products-grid{grid-template-columns:repeat(auto-fill, minmax(188px, 1fr))}.points-mall-shop .products-grid,.points-mall-shop .shop-featured-grid{display:grid;gap:12px}.points-mall-shop .products-grid .product-card,.points-mall-shop .shop-featured-grid .product-card{background:linear-gradient(170deg, var(--secondary), var(--primary-very-low));border-radius:12px;border:1px solid var(--primary-low);overflow:hidden;display:flex;flex-direction:column;transition:all .2s;min-height:282px;position:relative}.points-mall-shop .products-grid .product-card:hover,.points-mall-shop .shop-featured-grid .product-card:hover{box-shadow:0 10px 20px rgba(0,0,0,.15);transform:translateY(-2px)}.points-mall-shop .products-grid .product-card.is-featured,.points-mall-shop .shop-featured-grid .product-card.is-featured{border-color:rgba(37,86,207,.24);background:radial-gradient(circle at top right, rgba(53, 116, 241, 0.14), transparent 30%),linear-gradient(160deg, var(--secondary), rgba(49, 94, 201, 0.08))}.points-mall-shop .products-grid .product-card .product-corner-badge,.points-mall-shop .shop-featured-grid .product-card .product-corner-badge{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:linear-gradient(140deg, #19d8ff, #2178ff);color:#fff;font-size:.75em;font-weight:800;letter-spacing:.03em;box-shadow:0 8px 18px rgba(33,120,255,.25)}.points-mall-shop .products-grid .product-card .product-image,.points-mall-shop .shop-featured-grid .product-card .product-image{width:100%;height:122px;overflow:hidden}.points-mall-shop .products-grid .product-card .product-image img,.points-mall-shop .shop-featured-grid .product-card .product-image img{width:100%;height:100%;object-fit:cover}.points-mall-shop .products-grid .product-card .product-info,.points-mall-shop .shop-featured-grid .product-card .product-info{padding:10px 10px 8px;flex:1}.points-mall-shop .products-grid .product-card .product-info .product-badges,.points-mall-shop .shop-featured-grid .product-card .product-info .product-badges{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:8px}.points-mall-shop .products-grid .product-card .product-info .product-category-badge,.points-mall-shop .shop-featured-grid .product-card .product-info .product-category-badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:999px;font-size:.76em;font-weight:700;color:var(--secondary);background:linear-gradient(140deg, #3d6ce0, #244191)}.points-mall-shop .products-grid .product-card .product-info h3,.points-mall-shop .shop-featured-grid .product-card .product-info h3{margin:0 0 6px 0;font-size:1em;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.points-mall-shop .products-grid .product-card .product-info p,.points-mall-shop .shop-featured-grid .product-card .product-info p{margin:0 0 8px 0;color:var(--primary-medium);font-size:.82em;line-height:1.4;min-height:34px}.points-mall-shop .products-grid .product-card .product-info .product-meta,.points-mall-shop .shop-featured-grid .product-card .product-info .product-meta{display:flex;justify-content:space-between;gap:8px;font-size:.82em}.points-mall-shop .products-grid .product-card .product-info .product-meta .product-cost,.points-mall-shop .shop-featured-grid .product-card .product-info .product-meta .product-cost{color:var(--tertiary);font-weight:bold}.points-mall-shop .products-grid .product-card .product-info .product-meta .product-stock,.points-mall-shop .shop-featured-grid .product-card .product-info .product-meta .product-stock{color:var(--primary-medium)}.points-mall-shop .products-grid .product-card .product-info .product-stats-row,.points-mall-shop .shop-featured-grid .product-card .product-info .product-stats-row{margin-top:8px;display:flex;align-items:center;gap:8px;color:var(--primary-medium);font-size:.8em;font-weight:600}.points-mall-shop .products-grid .product-card .product-info .product-type-badge,.points-mall-shop .shop-featured-grid .product-card .product-info .product-type-badge{display:inline-flex;padding:2px 9px;border-radius:999px;font-size:.76em;font-weight:700}.points-mall-shop .products-grid .product-card .product-info .product-type-badge.type-physical,.points-mall-shop .shop-featured-grid .product-card .product-info .product-type-badge.type-physical{background:var(--tertiary-low);color:var(--tertiary)}.points-mall-shop .products-grid .product-card .product-info .product-type-badge.type-virtual,.points-mall-shop .shop-featured-grid .product-card .product-info .product-type-badge.type-virtual{background:var(--success-low);color:var(--success)}.points-mall-shop .products-grid .product-card .product-info .product-makeup-meta,.points-mall-shop .shop-featured-grid .product-card .product-info .product-makeup-meta{margin-top:8px;padding:7px 9px;border-radius:10px;border:1px solid var(--primary-low);background:var(--secondary)}.points-mall-shop .products-grid .product-card .product-info .product-makeup-meta p,.points-mall-shop .shop-featured-grid .product-card .product-info .product-makeup-meta p{margin:0;font-size:.84em;color:var(--primary-medium)}.points-mall-shop .products-grid .product-card .product-info .product-makeup-meta p:not(:first-child),.points-mall-shop .shop-featured-grid .product-card .product-info .product-makeup-meta p:not(:first-child){margin-top:4px}.points-mall-shop .products-grid .product-card .product-action,.points-mall-shop .shop-featured-grid .product-card .product-action{padding:10px;border-top:1px solid var(--primary-low)}.points-mall-shop .products-grid .product-card .product-action .btn,.points-mall-shop .products-grid .product-card .product-action button,.points-mall-shop .shop-featured-grid .product-card .product-action .btn,.points-mall-shop .shop-featured-grid .product-card .product-action button{width:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center}.points-mall-shop .products-grid .product-card .product-action .d-button-label,.points-mall-shop .shop-featured-grid .product-card .product-action .d-button-label{flex:0 1 auto;margin:0;text-align:center}.points-mall-orders .orders-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}.points-mall-orders .orders-title-wrap{display:flex;gap:10px;align-items:center}.points-mall-orders .orders-title-wrap h2{margin:0}.points-mall-orders .orders-title-wrap p{margin:4px 0 0 0;color:var(--primary-medium)}.points-mall-orders .orders-title-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--secondary);background:linear-gradient(140deg, var(--tertiary), var(--primary));box-shadow:0 10px 20px rgba(0,0,0,.15);font-size:1.05em}.points-mall-orders .orders-summary{display:flex;gap:8px}.points-mall-orders .orders-summary-item{min-width:108px;border:1px solid var(--primary-low);border-radius:12px;padding:8px 10px;text-align:center;background:var(--primary-very-low)}.points-mall-orders .orders-summary-item span{display:block;font-size:.82em;color:var(--primary-medium)}.points-mall-orders .orders-summary-item strong{display:block;margin-top:2px;font-size:1.55em;line-height:1.1}.points-mall-orders .orders-hint-banner{margin-bottom:12px;border-radius:10px;padding:9px 12px;background:linear-gradient(90deg, #ffeeb6, #fce49c);color:#8a5500;display:flex;align-items:center;gap:8px;font-size:.95em;border:1px solid rgba(174,118,0,.12)}.points-mall-orders .orders-type-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.points-mall-orders .orders-type-filter{border:1px solid var(--primary-low);border-radius:999px;background:var(--secondary);color:var(--primary-medium);padding:7px 14px;font-weight:600;transition:all .2s}.points-mall-orders .orders-type-filter:hover{border-color:var(--primary);color:var(--primary)}.points-mall-orders .orders-type-filter.active{color:var(--secondary);border-color:rgba(0,0,0,0);background:linear-gradient(135deg, var(--tertiary), var(--primary));box-shadow:0 8px 16px rgba(0,0,0,.16)}.points-mall-orders .orders-list{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.points-mall-orders .orders-list .order-card{background:var(--secondary);border-radius:12px;border:1px solid var(--primary-low);padding:14px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 8px 20px rgba(0,0,0,.06)}.points-mall-orders .order-product-thumb{width:72px;height:72px;border-radius:12px;background:var(--primary-very-low);border:1px solid var(--primary-low);overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--primary-medium);flex:0 0 auto}.points-mall-orders .order-product-thumb .d-icon{font-size:1.6em}.points-mall-orders .order-product-thumb img{width:100%;height:100%;object-fit:cover}.points-mall-orders .order-info{flex:1;min-width:0}.points-mall-orders .order-info .order-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.points-mall-orders .order-info .order-title-row h3{margin:0}.points-mall-orders .order-info .order-product-type{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:.78em;font-weight:700}.points-mall-orders .order-info .order-product-type.type-physical{background:var(--tertiary-low);color:var(--tertiary)}.points-mall-orders .order-info .order-product-type.type-virtual{background:var(--success-low);color:var(--success)}.points-mall-orders .order-info .order-meta{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}.points-mall-orders .order-info .order-meta span{font-size:.86em}.points-mall-orders .order-info .order-meta .order-cost{color:var(--tertiary);font-weight:700}.points-mall-orders .order-info .order-meta .order-status{padding:3px 10px;border-radius:999px;font-weight:700}.points-mall-orders .order-info .order-meta .order-status.status-pending{background:var(--primary-low);color:var(--primary)}.points-mall-orders .order-info .order-meta .order-status.status-processing{background:var(--tertiary-low);color:var(--tertiary)}.points-mall-orders .order-info .order-meta .order-status.status-completed{background:var(--success-low);color:var(--success)}.points-mall-orders .order-info .order-meta .order-status.status-cancelled{background:var(--danger-low);color:var(--danger)}.points-mall-orders .order-info .order-meta .order-date{color:var(--primary-medium)}.points-mall-orders .order-info .order-shipping,.points-mall-orders .order-info .order-notes{margin-top:8px;font-size:.9em}.points-mall-orders .order-info .order-shipping strong,.points-mall-orders .order-info .order-notes strong{display:block;margin-bottom:3px}.points-mall-orders .order-info .order-shipping p,.points-mall-orders .order-info .order-notes p{margin:0;color:var(--primary-medium);white-space:pre-wrap}.points-mall-orders .orders-empty{border-radius:12px;border:1px dashed var(--primary-low);background:var(--primary-very-low);padding:46px 18px;margin-bottom:12px}.points-mall-orders .orders-empty h3{margin:0 0 8px 0;color:var(--primary)}.points-mall-orders .orders-empty p{margin:0 0 14px 0;color:var(--primary-medium)}.points-mall-orders .orders-empty-icon{margin:0 auto 10px auto;width:72px;height:72px;border-radius:999px;background:var(--secondary);border:1px solid var(--primary-low);display:flex;align-items:center;justify-content:center}.points-mall-orders .orders-empty-icon .d-icon{margin:0;font-size:2.1em;opacity:.42}.points-mall-orders .empty-state{text-align:center;color:var(--primary-medium)}.points-mall-orders .points-mall-addresses{margin-top:24px;padding-top:20px;border-top:1px solid var(--primary-low)}.points-mall-orders .points-mall-addresses .points-mall-addresses-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.points-mall-orders .points-mall-addresses .points-mall-addresses-limit{margin:0 0 14px 0;color:var(--primary-medium);font-size:.9em}.points-mall-orders .points-mall-addresses .points-mall-address-empty{padding:14px;border-radius:8px;background:var(--primary-very-low);color:var(--primary-medium);font-size:.95em}.points-mall-orders .points-mall-addresses .points-mall-address-list{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.points-mall-orders .points-mall-addresses .points-mall-address-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;background:var(--primary-very-low);border:1px solid var(--primary-low)}.points-mall-orders .points-mall-addresses .points-mall-address-main{flex:1;min-width:0}.points-mall-orders .points-mall-addresses .points-mall-address-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.points-mall-orders .points-mall-addresses .points-mall-address-recipient{font-weight:700}.points-mall-orders .points-mall-addresses .points-mall-address-phone{color:var(--primary-medium)}.points-mall-orders .points-mall-addresses .points-mall-address-default{display:inline-flex;padding:2px 8px;border-radius:999px;background:var(--tertiary-low);color:var(--tertiary);font-size:.78em;font-weight:700}.points-mall-orders .points-mall-addresses .points-mall-address-line{margin:0;color:var(--primary-medium);word-break:break-word}.points-mall-orders .points-mall-addresses .points-mall-address-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.points-mall-orders .points-mall-addresses .points-mall-address-editor{margin-top:12px;padding:14px;border:1px solid var(--primary-low);border-radius:10px;background:var(--secondary)}.points-mall-orders .points-mall-addresses .points-mall-address-editor h4{margin:0 0 10px 0}.points-mall-orders .points-mall-addresses .points-mall-address-editor-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.points-mall-ledger .ledger-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.points-mall-ledger .ledger-title-wrap{display:flex;gap:10px;align-items:center}.points-mall-ledger .ledger-title-wrap h2{margin:0}.points-mall-ledger .ledger-title-wrap p{margin:4px 0 0 0;color:var(--primary-medium)}.points-mall-ledger .ledger-title-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--secondary);background:linear-gradient(140deg, var(--tertiary), var(--primary));box-shadow:0 10px 20px rgba(0,0,0,.15)}.points-mall-ledger .ledger-balance-card{min-width:150px;max-width:100%;box-sizing:border-box}.points-mall-ledger .ledger-balance-card strong{overflow-wrap:anywhere}.points-mall-ledger .ledger-balance-card{border:1px solid var(--primary-low);border-radius:12px;background:var(--primary-very-low);padding:10px 12px;text-align:right}.points-mall-ledger .ledger-balance-card span{display:block;color:var(--primary-medium);font-size:.84em}.points-mall-ledger .ledger-balance-card strong{display:block;margin-top:2px;font-size:2em;line-height:1.1}.points-mall-ledger .ledger-summary-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px;margin-bottom:12px}.points-mall-ledger .ledger-summary-card{border:1px solid var(--primary-low);border-radius:12px;padding:12px;background:var(--primary-very-low)}.points-mall-ledger .ledger-summary-card span{display:block;color:var(--primary-medium);font-size:.86em}.points-mall-ledger .ledger-summary-card strong{display:block;margin-top:4px;font-size:1.8em;line-height:1.1;color:var(--primary-high)}.points-mall-ledger .ledger-summary-card.income{border-left:4px solid var(--success)}.points-mall-ledger .ledger-summary-card.expense{border-left:4px solid var(--danger)}.points-mall-ledger .ledger-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.points-mall-ledger .ledger-filter-item{border:1px solid var(--primary-low);border-radius:999px;background:var(--secondary);color:var(--primary-medium);padding:7px 14px;font-weight:600;transition:all .2s}.points-mall-ledger .ledger-filter-item:hover{border-color:var(--primary);color:var(--primary)}.points-mall-ledger .ledger-filter-item.active{color:var(--secondary);border-color:rgba(0,0,0,0);background:linear-gradient(135deg, var(--tertiary), var(--primary));box-shadow:0 8px 16px rgba(0,0,0,.16)}.points-mall-ledger .ledger-event-list{display:flex;flex-direction:column;gap:10px}.points-mall-ledger .ledger-event-item{border:1px solid var(--primary-low);border-radius:12px;padding:12px;background:var(--secondary);display:flex;justify-content:space-between;align-items:center;gap:10px}.points-mall-ledger .ledger-event-main{display:flex;align-items:center;gap:10px;min-width:0}.points-mall-ledger .ledger-event-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.points-mall-ledger .ledger-event-main p{margin:2px 0 0 0;color:var(--primary-medium);font-size:.86em}.points-mall-ledger .ledger-event-mark{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.points-mall-ledger .ledger-event-mark.income{color:var(--success);background:var(--success-low)}.points-mall-ledger .ledger-event-mark.expense{color:var(--danger);background:var(--danger-low)}.points-mall-ledger .ledger-event-points{font-size:1.35em;line-height:1.1}.points-mall-ledger .ledger-event-points.income{color:var(--success)}.points-mall-ledger .ledger-event-points.expense{color:var(--danger)}.points-mall-ledger .ledger-empty{border:1px dashed var(--primary-low);border-radius:10px;background:var(--primary-very-low);padding:20px;text-align:center;color:var(--primary-medium);font-weight:600}.points-mall-address-form-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px}.points-mall-field label{display:block;font-weight:600;margin-bottom:4px}.points-mall-field input{width:100%}.points-mall-field.--full{grid-column:1/-1}.points-mall-checkbox{display:inline-flex;align-items:center;gap:8px;margin-top:2px}.points-mall-checkbox.--full{grid-column:1/-1}.points-mall-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.46);display:flex;align-items:center;justify-content:center;padding:20px}.points-mall-modal-dismiss-surface{position:absolute;inset:0;border:0;padding:0;background:rgba(0,0,0,0);cursor:pointer}.points-mall-modal{position:relative;z-index:1;width:min(720px,100%);max-height:90vh;background:var(--secondary);border-radius:16px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35);display:flex;flex-direction:column}.points-mall-modal-header{padding:24px 24px 18px;border-bottom:1px solid var(--primary-low)}.points-mall-modal-header h3{margin:0;font-size:1.75rem;line-height:1.2}.points-mall-modal-body{padding:20px 24px;overflow:auto}.points-mall-modal-body p{margin-top:0}.points-mall-modal-tip{color:var(--primary-medium)}.points-mall-checkout-address-preview{border:1px solid var(--primary-low);border-radius:10px;background:var(--primary-very-low);padding:12px}.points-mall-checkout-address-preview p{margin:0}.points-mall-checkout-address-preview p:first-child{margin-bottom:6px}.points-mall-checkout-address-list{display:flex;flex-direction:column;gap:8px}.points-mall-checkout-address-item{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--primary-low);border-radius:10px;background:var(--primary-very-low);padding:10px 12px;cursor:pointer}.points-mall-checkout-address-item span{display:flex;flex-direction:column;gap:3px;min-width:0}.points-mall-checkout-address-item em{font-style:normal;color:var(--tertiary);font-size:.8em}.points-mall-checkout-address-item small{color:var(--primary-medium);font-size:.9em;word-break:break-word}.points-mall-checkout-inline-actions{margin-top:10px}.points-mall-modal-footer{padding:14px 24px 20px;border-top:1px solid var(--primary-low);display:flex;justify-content:flex-end;gap:10px}.points-mall-admin{display:flex;flex-direction:column;gap:18px}.points-mall-admin>h1{margin-bottom:4px}.points-mall-admin .points-mall-admin-section{background:var(--secondary);border:1px solid var(--primary-low);border-radius:10px;padding:14px}.points-mall-admin .points-mall-admin-section>h2{margin:0 0 6px 0}.points-mall-admin .points-mall-admin-section>p{margin:0 0 12px 0;color:var(--primary-medium)}.points-mall-admin .points-mall-admin-overview-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.points-mall-admin .points-mall-admin-overview-head h2{margin:0 0 6px 0}.points-mall-admin .points-mall-admin-overview-head p{margin:0;color:var(--primary-medium)}.points-mall-admin .points-mall-admin-overview-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:10px}.points-mall-admin .points-mall-admin-overview-grid-checkin{margin-bottom:12px}.points-mall-admin .points-mall-admin-stat-card{border:1px solid var(--primary-low);border-radius:10px;padding:10px 12px;background:var(--primary-very-low)}.points-mall-admin .points-mall-admin-stat-card h3{margin:0 0 8px 0;font-size:.9em;color:var(--primary-medium)}.points-mall-admin .points-mall-admin-stat-card p{margin:0;font-size:1.5em;font-weight:700}.points-mall-admin .points-mall-admin-subgrid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px}.points-mall-admin .points-mall-admin-card{border:1px solid var(--primary-low);border-radius:10px;padding:10px 12px;background:var(--secondary);margin-bottom:10px}.points-mall-admin .points-mall-admin-card h3{margin:0 0 10px 0}.points-mall-admin .points-mall-admin-table{margin-bottom:0}.points-mall-admin .points-mall-admin-table th,.points-mall-admin .points-mall-admin-table td{vertical-align:middle}.points-mall-admin .points-mall-admin-table-wrap{overflow-x:auto;margin-bottom:4px}.points-mall-admin .points-mall-admin-create{margin-top:12px;border-top:1px solid var(--primary-low);padding-top:12px}.points-mall-admin .points-mall-admin-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.points-mall-admin .points-mall-admin-input{min-width:140px}.points-mall-admin .points-mall-admin-input.--number{min-width:92px;max-width:120px}.points-mall-admin .points-mall-admin-input.--wide{min-width:240px;flex:1 1 260px}.points-mall-admin .points-mall-admin-input.--tag{min-width:110px;max-width:140px}.points-mall-admin .points-mall-admin-select{min-width:120px;height:36px}.points-mall-admin .points-mall-admin-row-tip{margin:6px 0 0;color:var(--primary-medium);font-size:.86em}.points-mall-admin .points-mall-admin-metric{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:4px 10px;border-radius:999px;background:var(--primary-very-low);color:var(--primary);font-weight:700}.points-mall-admin .points-mall-admin-system-badge{display:inline-flex;align-items:center;margin-left:8px;padding:2px 8px;border-radius:999px;background:rgba(37,145,207,.15);color:#1b6ea0;font-size:.76em;font-weight:700}.points-mall-admin .points-mall-admin-makeup-config{display:grid;grid-template-columns:repeat(3, minmax(0, 180px)) auto;gap:12px;align-items:end;margin:14px 0 10px}.points-mall-admin .points-mall-admin-makeup-field{display:flex;flex-direction:column;gap:6px}.points-mall-admin .points-mall-admin-makeup-field label{font-size:.9em;font-weight:700;color:var(--primary-high)}.points-mall-admin tr.is-system-product{background:rgba(37,145,207,.04)}.points-mall-admin .points-mall-admin-orders-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.points-mall-admin .points-mall-admin-orders-head h2{margin:0 0 6px 0}.points-mall-admin .points-mall-admin-orders-head p{margin:0;color:var(--primary-medium)}.points-mall-admin .points-mall-admin-order-filters{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.points-mall-admin .points-mall-admin-order-filter{display:flex;flex-direction:column;gap:6px}.points-mall-admin .points-mall-admin-filter-label{color:var(--primary-medium);font-size:.86em;font-weight:600}.points-mall-admin .points-mall-admin-chip-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.points-mall-admin .points-mall-admin-chip{border:1px solid var(--primary-low);border-radius:999px;background:var(--secondary);color:var(--primary-medium);padding:6px 12px;font-size:.86em;font-weight:600;cursor:pointer;transition:all .2s}.points-mall-admin .points-mall-admin-chip:hover{border-color:var(--primary);color:var(--primary)}.points-mall-admin .points-mall-admin-chip.active{color:var(--secondary);border-color:rgba(0,0,0,0);background:linear-gradient(140deg, var(--tertiary), var(--primary));box-shadow:0 8px 16px rgba(0,0,0,.14)}.points-mall-admin .points-mall-admin-order-list{display:flex;flex-direction:column;gap:12px}.points-mall-admin .points-mall-admin-order-card{border:1px solid var(--primary-low);border-radius:12px;background:linear-gradient(150deg, var(--secondary), var(--primary-very-low));padding:12px;box-shadow:0 8px 22px rgba(0,0,0,.06)}.points-mall-admin .points-mall-admin-order-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-bottom:10px;border-bottom:1px dashed var(--primary-low);margin-bottom:12px}.points-mall-admin .points-mall-admin-order-id{font-weight:700;color:var(--primary-high)}.points-mall-admin .points-mall-admin-order-type,.points-mall-admin .points-mall-admin-order-status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:.78em;font-weight:700}.points-mall-admin .points-mall-admin-order-type.type-physical{background:var(--tertiary-low);color:var(--tertiary)}.points-mall-admin .points-mall-admin-order-type.type-virtual{background:var(--success-low);color:var(--success)}.points-mall-admin .points-mall-admin-order-status.status-pending{background:var(--primary-low);color:var(--primary)}.points-mall-admin .points-mall-admin-order-status.status-processing{background:var(--tertiary-low);color:var(--tertiary)}.points-mall-admin .points-mall-admin-order-status.status-completed{background:var(--success-low);color:var(--success)}.points-mall-admin .points-mall-admin-order-status.status-cancelled{background:var(--danger-low);color:var(--danger)}.points-mall-admin .points-mall-admin-order-date{color:var(--primary-medium);font-size:.86em;margin-left:auto}.points-mall-admin .points-mall-admin-order-main{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;margin-bottom:12px}.points-mall-admin .points-mall-admin-order-user{display:flex;align-items:center;gap:10px;min-width:0}.points-mall-admin .points-mall-admin-order-avatar{width:48px;height:48px;border-radius:999px;border:1px solid var(--primary-low);background:var(--primary-very-low);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;color:var(--primary-medium);flex:0 0 auto}.points-mall-admin .points-mall-admin-order-avatar img{width:100%;height:100%;object-fit:cover}.points-mall-admin .points-mall-admin-order-userinfo{min-width:0}.points-mall-admin .points-mall-admin-order-userinfo strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.points-mall-admin .points-mall-admin-order-usermeta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:4px}.points-mall-admin .points-mall-admin-role-badge{display:inline-flex;padding:2px 8px;border-radius:999px;font-size:.76em;font-weight:700;background:var(--primary-low);color:var(--primary-medium)}.points-mall-admin .points-mall-admin-role-badge.role-admin{background:rgba(219,79,74,.14);color:#aa2f2a}.points-mall-admin .points-mall-admin-role-badge.role-moderator{background:rgba(217,137,24,.16);color:#915b00}.points-mall-admin .points-mall-admin-role-badge.role-staff{background:rgba(37,145,207,.16);color:#1b6ea0}.points-mall-admin .points-mall-admin-order-trust{color:var(--primary-medium);font-size:.78em}.points-mall-admin .points-mall-admin-order-product{display:flex;align-items:center;gap:10px}.points-mall-admin .points-mall-admin-order-product-thumb{width:52px;height:52px;border-radius:10px;background:var(--primary-very-low);border:1px solid var(--primary-low);display:flex;align-items:center;justify-content:center;color:var(--primary-medium);overflow:hidden;flex:0 0 auto}.points-mall-admin .points-mall-admin-order-product-thumb img{width:100%;height:100%;object-fit:cover}.points-mall-admin .points-mall-admin-order-productinfo{min-width:0}.points-mall-admin .points-mall-admin-order-productinfo strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.points-mall-admin .points-mall-admin-order-productinfo p{margin:4px 0 0 0;color:var(--tertiary);font-weight:700;font-size:.9em}.points-mall-admin .points-mall-admin-order-edit{display:grid;grid-template-columns:220px minmax(0, 1fr) minmax(180px, 1fr);gap:10px;align-items:start}.points-mall-admin .points-mall-admin-order-field{display:flex;flex-direction:column;gap:5px}.points-mall-admin .points-mall-admin-order-field label{color:var(--primary-medium);font-size:.82em;font-weight:600}.points-mall-admin .points-mall-admin-order-field.--shipping{align-self:stretch}.points-mall-admin .points-mall-admin-order-field.--shipping p{margin:0;padding:9px 10px;border:1px solid var(--primary-low);border-radius:8px;background:var(--secondary);min-height:36px;font-size:.9em;color:var(--primary-medium);white-space:pre-wrap;word-break:break-word}.points-mall-admin .points-mall-admin-order-field.--notes .points-mall-admin-order-notes-input{width:100%;min-height:88px;max-height:180px;resize:vertical}.points-mall-admin .points-mall-admin-order-field.--action{grid-column:1/-1;align-items:flex-end}.points-mall-admin .points-mall-admin-order-field.--action .points-mall-admin-order-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;width:100%}.points-mall-admin .points-mall-admin-order-field.--action .btn{min-height:36px;min-width:88px;justify-content:center}.points-mall-admin .points-mall-admin-empty{border:1px dashed var(--primary-low);border-radius:10px;background:var(--primary-very-low);padding:20px;text-align:center;color:var(--primary-medium);font-weight:600}.points-mall-container{--pm-blue: #2f68ec;--pm-blue-strong: #1f55d7;--pm-cyan: #19b9d1;--pm-mint: #16b889;--pm-mint-text: color-mix(in srgb, var(--pm-mint) 68%, var(--primary));--pm-amber: #f4a619;--pm-page: color-mix(in srgb, var(--primary-very-low) 78%, #eef5ff 22%);--pm-card: color-mix(in srgb, var(--secondary) 96%, var(--tertiary) 4%);--pm-line: color-mix(in srgb, var(--primary-low) 82%, #adc5f4 18%);max-width:1180px;padding:22px}.points-mall-container .points-mall-header-card{align-items:center;margin-bottom:12px;padding:14px 16px;border-color:var(--pm-line);border-radius:18px;background:var(--pm-card);box-shadow:0 10px 30px rgba(20,53,112,.08)}.points-mall-container .points-mall-header-card .points-mall-brand-icon{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg, var(--pm-blue), #5b8cff);box-shadow:0 9px 20px rgba(47,104,236,.24)}.points-mall-container .points-mall-header-card h1{font-size:1.42rem;letter-spacing:-0.02em}.points-mall-container .points-mall-header-card p{font-size:.86rem}.points-mall-container .points-mall-header-card .points-balance-card{min-width:132px;padding:8px 14px;border-color:color-mix(in srgb, var(--pm-blue) 24%, var(--primary-low));background:color-mix(in srgb, var(--pm-blue) 8%, var(--secondary))}.points-mall-container .points-mall-header-card .points-balance-card strong{color:var(--pm-blue);font-size:1.55rem}.points-mall-container .points-mall-nav-shell{margin-bottom:12px;padding:7px;border-color:var(--pm-line);border-radius:18px;background:var(--pm-card);box-shadow:0 8px 24px rgba(20,53,112,.07)}.points-mall-container .points-mall-nav{grid-template-columns:repeat(5, minmax(0, 1fr));gap:4px}.points-mall-container .points-mall-nav .points-mall-nav-item{min-height:42px;padding:8px 10px;border-radius:13px;color:var(--primary-medium);font-size:.88rem;font-weight:650}.points-mall-container .points-mall-nav .points-mall-nav-item:hover{color:var(--pm-blue);border-color:rgba(0,0,0,0);background:color-mix(in srgb, var(--pm-blue) 8%, transparent)}.points-mall-container .points-mall-nav .points-mall-nav-item.active{color:#fff;background:linear-gradient(135deg, var(--pm-blue), var(--pm-blue-strong));box-shadow:0 8px 18px rgba(47,104,236,.24)}.points-mall-container .points-mall-content{padding:18px;border-color:var(--pm-line);border-radius:20px;background:var(--pm-page);box-shadow:none}.points-mall-shop .shop-command-bar{display:grid;grid-template-columns:auto minmax(240px, 1fr) auto;align-items:center;gap:12px;margin-bottom:14px}.points-mall-shop .shop-command-balance{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 15px;border-radius:15px;color:#fff;background:linear-gradient(135deg, var(--pm-blue), var(--pm-blue-strong));box-shadow:0 10px 22px rgba(47,104,236,.22)}.points-mall-shop .shop-command-balance .shop-command-balance-icon{display:inline-grid;place-items:center}.points-mall-shop .shop-command-balance strong{font-size:1.05rem}.points-mall-shop .shop-command-balance>span:last-child{font-size:.82rem;opacity:.9}.points-mall-shop .shop-command-search{display:flex;align-items:center;min-width:0;min-height:44px;padding:0 14px;border:1px solid var(--pm-line);border-radius:15px;background:var(--pm-card);color:var(--primary-medium);transition:border-color .2s,box-shadow .2s}.points-mall-shop .shop-command-search:focus-within{border-color:var(--pm-blue);box-shadow:0 0 0 3px rgba(47,104,236,.14)}.points-mall-shop .shop-command-search .shop-search-input{flex:1;min-width:0;height:42px;margin:0;padding:0 0 0 10px;border:0;outline:0;background:rgba(0,0,0,0);box-shadow:none;color:var(--primary)}.points-mall-shop .shop-command-actions{display:flex;gap:7px}.points-mall-shop .shop-command-action{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--pm-line);border-radius:14px;color:var(--primary-medium);background:var(--pm-card);cursor:pointer}.points-mall-shop .shop-command-action:hover{color:var(--pm-blue);border-color:color-mix(in srgb, var(--pm-blue) 45%, var(--pm-line));transform:translateY(-1px)}.points-mall-shop .shop-storefront-hero{display:grid;grid-template-columns:minmax(0, 1.45fr) minmax(280px, 0.75fr);gap:14px;margin-bottom:16px}.points-mall-shop .shop-promo-banner,.points-mall-shop .shop-member-card{min-height:260px;border-radius:20px;overflow:hidden}.points-mall-shop .shop-promo-banner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:28px 30px;color:#fff;background:radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.23), transparent 26%),radial-gradient(circle at 66% 110%, rgba(17, 232, 203, 0.32), transparent 32%),linear-gradient(135deg, #245fe9 0%, #477df0 52%, #1db8d1 100%);box-shadow:0 16px 34px rgba(35,91,203,.22)}.points-mall-shop .shop-promo-copy{position:relative;z-index:2;max-width:500px}.points-mall-shop .shop-promo-copy>span{display:block;margin-bottom:9px;font-size:.82rem;font-weight:750;letter-spacing:.08em;opacity:.88}.points-mall-shop .shop-promo-copy h2{max-width:440px;margin:0;color:#fff;font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.13;letter-spacing:-0.04em}.points-mall-shop .shop-promo-copy p{max-width:460px;margin:12px 0 18px;color:rgba(255,255,255,.86);line-height:1.55}.points-mall-shop .shop-promo-button{min-height:42px;padding:0 17px;border:0;border-radius:13px;color:var(--pm-blue-strong);background:#fff;font-weight:750;box-shadow:0 9px 22px rgba(14,57,149,.24)}.points-mall-shop .shop-promo-visual{position:relative;z-index:1;display:grid;place-items:center;flex:0 0 180px;height:180px;color:#fff;font-size:5rem}.points-mall-shop .shop-promo-visual .d-icon{position:relative;z-index:2;filter:drop-shadow(0 16px 18px rgba(11, 46, 126, 0.28));transform:rotate(-6deg)}.points-mall-shop .shop-promo-orbit{position:absolute;border:1px solid rgba(255,255,255,.35);border-radius:50%}.points-mall-shop .shop-promo-orbit.orbit-one{width:148px;height:148px;animation:pm-orbit 14s linear infinite}.points-mall-shop .shop-promo-orbit.orbit-two{width:98px;height:98px;border-style:dashed;animation:pm-orbit-reverse 10s linear infinite}.points-mall-shop .shop-member-card{padding:18px;border:1px solid var(--pm-line);background:var(--pm-card);box-shadow:0 14px 30px rgba(20,53,112,.09)}.points-mall-shop .shop-member-head{display:flex;align-items:center;gap:11px;margin-bottom:14px}.points-mall-shop .shop-member-head small,.points-mall-shop .shop-member-head strong{display:block}.points-mall-shop .shop-member-head small{color:var(--primary-medium)}.points-mall-shop .shop-member-head strong{margin-top:2px;font-size:1.08rem;overflow-wrap:anywhere}.points-mall-shop .shop-member-avatar{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:15px;color:#fff;background:linear-gradient(145deg, var(--pm-cyan), var(--pm-blue));box-shadow:0 8px 18px rgba(34,128,212,.2)}.points-mall-shop .shop-member-points{margin-bottom:12px;padding:13px 14px;border:1px solid var(--pm-line);border-radius:14px;background:color-mix(in srgb, var(--pm-blue) 5%, var(--secondary))}.points-mall-shop .shop-member-points span,.points-mall-shop .shop-member-points strong,.points-mall-shop .shop-member-points small{display:block}.points-mall-shop .shop-member-points span,.points-mall-shop .shop-member-points small{color:var(--primary-medium);font-size:.8rem}.points-mall-shop .shop-member-points strong{margin:2px 0 4px;color:var(--pm-blue);font-size:1.8rem;line-height:1.1}.points-mall-shop .shop-member-links{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:7px}.points-mall-shop .shop-member-links button{display:flex;align-items:center;justify-content:flex-start;gap:7px;min-width:0;min-height:40px;padding:0 10px;border:1px solid var(--pm-line);border-radius:12px;color:var(--primary);background:var(--secondary);font-size:.8rem;font-weight:650;cursor:pointer}.points-mall-shop .shop-member-links button:hover{color:var(--pm-blue);border-color:color-mix(in srgb, var(--pm-blue) 42%, var(--pm-line))}.points-mall-shop .shop-header{margin-top:3px;padding:0 2px}.points-mall-shop .shop-header h2{font-size:1.28rem}.points-mall-shop .shop-insight-grid{gap:8px}.points-mall-shop .shop-insight-card{padding:10px 12px;border-color:var(--pm-line);border-radius:14px;background:var(--pm-card);box-shadow:none}.points-mall-shop .shop-insight-card strong{color:var(--pm-blue);font-size:1.35rem}.points-mall-shop .shop-toolbar{position:sticky;top:calc(var(--header-offset, 60px) + 8px);z-index:4;padding:8px;border-color:var(--pm-line);border-radius:16px;background:color-mix(in srgb, var(--secondary) 92%, transparent);box-shadow:0 9px 24px rgba(20,53,112,.09);-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2)}.points-mall-shop .shop-filter-chip,.points-mall-shop .shop-sort-chip{min-height:38px;padding:7px 13px;border-color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.points-mall-shop .shop-filter-chip.active,.points-mall-shop .shop-sort-chip.active{color:#fff;background:linear-gradient(135deg, var(--pm-blue), var(--pm-blue-strong));box-shadow:0 7px 16px rgba(47,104,236,.2)}.points-mall-shop .shop-sort-chip.active{background:linear-gradient(135deg, #0b7087, var(--pm-blue-strong))}.points-mall-shop .shop-featured-shelf,.points-mall-shop .shop-section{padding:13px;border-color:var(--pm-line);border-radius:18px;background:color-mix(in srgb, var(--secondary) 92%, transparent);box-shadow:0 10px 28px rgba(20,53,112,.07)}.points-mall-shop .shop-section-head h3{font-size:1.12rem}.points-mall-shop .shop-section-head p{display:none}.points-mall-shop .shop-section-head>span{padding:4px 9px;border-radius:999px;background:color-mix(in srgb, var(--pm-blue) 9%, var(--secondary));color:var(--pm-blue)}.points-mall-shop .products-grid{grid-template-columns:repeat(auto-fill, minmax(210px, 1fr))}.points-mall-shop .shop-featured-grid{grid-template-columns:repeat(auto-fill, minmax(210px, 1fr))}.points-mall-shop .products-grid,.points-mall-shop .shop-featured-grid{gap:10px}.points-mall-shop .products-grid .product-card,.points-mall-shop .shop-featured-grid .product-card{min-height:350px;border-color:var(--pm-line);border-radius:15px;background:var(--pm-card);box-shadow:0 8px 22px rgba(20,53,112,.07)}.points-mall-shop .products-grid .product-card:hover,.points-mall-shop .shop-featured-grid .product-card:hover{border-color:color-mix(in srgb, var(--pm-blue) 38%, var(--pm-line));box-shadow:0 15px 30px rgba(20,53,112,.13);transform:translateY(-3px)}.points-mall-shop .products-grid .product-card .product-corner-badge,.points-mall-shop .shop-featured-grid .product-card .product-corner-badge{top:9px;left:9px;right:auto;background:linear-gradient(135deg, #10bfae, #0da39a);box-shadow:0 7px 15px rgba(13,163,154,.22)}.points-mall-shop .products-grid .product-card .product-image,.points-mall-shop .shop-featured-grid .product-card .product-image{height:178px;border-bottom:1px solid var(--pm-line);background:radial-gradient(circle at 30% 25%, rgba(68, 133, 255, 0.2), transparent 34%),linear-gradient(155deg, color-mix(in srgb, var(--primary-very-low) 86%, #dceaff 14%), var(--secondary))}.points-mall-shop .products-grid .product-card .product-image img,.points-mall-shop .shop-featured-grid .product-card .product-image img{transition:transform .35s ease}.points-mall-shop .products-grid .product-card[class*=product-cosmetic_avatar_frame_] .product-image img,.points-mall-shop .shop-featured-grid .product-card[class*=product-cosmetic_avatar_frame_] .product-image img{box-sizing:border-box;object-fit:contain;padding:10px}.points-mall-shop .products-grid .product-card:hover .product-image img,.points-mall-shop .shop-featured-grid .product-card:hover .product-image img{transform:scale(1.035)}.points-mall-shop .products-grid .product-card .product-image-placeholder,.points-mall-shop .shop-featured-grid .product-card .product-image-placeholder{display:grid;place-items:center;color:color-mix(in srgb, var(--pm-blue) 46%, var(--primary-low));font-size:2.5rem}.points-mall-shop .products-grid .product-card .product-info,.points-mall-shop .shop-featured-grid .product-card .product-info{padding:11px 11px 9px}.points-mall-shop .products-grid .product-card .product-info .product-badges,.points-mall-shop .shop-featured-grid .product-card .product-info .product-badges{margin-bottom:7px}.points-mall-shop .products-grid .product-card .product-info .product-category-badge,.points-mall-shop .shop-featured-grid .product-card .product-info .product-category-badge{color:var(--pm-blue);background:color-mix(in srgb, var(--pm-blue) 10%, var(--secondary))}.points-mall-shop .products-grid .product-card .product-info h3,.points-mall-shop .shop-featured-grid .product-card .product-info h3{font-size:.98rem}.points-mall-shop .products-grid .product-card .product-info p,.points-mall-shop .shop-featured-grid .product-card .product-info p{display:-webkit-box;min-height:36px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.points-mall-shop .products-grid .product-card .product-info .product-cost,.points-mall-shop .shop-featured-grid .product-card .product-info .product-cost{color:var(--pm-blue)}.points-mall-shop .products-grid .product-card .product-info .product-stock,.points-mall-shop .shop-featured-grid .product-card .product-info .product-stock{padding:2px 7px;border-radius:999px;color:var(--pm-mint-text);background:color-mix(in srgb, var(--pm-mint) 10%, var(--secondary))}.points-mall-shop .products-grid .product-card .product-action,.points-mall-shop .shop-featured-grid .product-card .product-action{padding:9px 10px 10px;border-top:0}.points-mall-shop .products-grid .product-card .product-action .btn-primary,.points-mall-shop .shop-featured-grid .product-card .product-action .btn-primary{min-height:38px;border-radius:11px;background:linear-gradient(135deg, var(--pm-blue), var(--pm-blue-strong))}.points-mall-checkin .checkin-summary-card{position:relative;overflow:hidden;color:#fff;border:0;background:radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.18), transparent 27%),radial-gradient(circle at 74% 125%, rgba(255, 255, 255, 0.12), transparent 34%),linear-gradient(135deg, var(--pm-blue), var(--pm-blue-strong));box-shadow:0 16px 32px rgba(47,104,236,.2)}.points-mall-checkin .checkin-summary-card h2,.points-mall-checkin .checkin-summary-card .stat-value{color:#fff}.points-mall-checkin .checkin-summary-card .stat-label{color:rgba(255,255,255,.76)}.points-mall-checkin .checkin-summary-card .checkin-stat-item{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.1)}.points-mall-checkin .checkin-summary-card .already-checked-in,.points-mall-checkin .checkin-summary-card .checkin-button{color:var(--pm-blue-strong);background:#fff}.points-mall-checkin .checkin-level-card,.points-mall-checkin .checkin-calendar-card,.points-mall-checkin .checkin-ranking-card,.points-mall-checkin .checkin-history{border-color:var(--pm-line);border-radius:18px;background:var(--pm-card);box-shadow:0 10px 26px rgba(20,53,112,.07)}.points-mall-checkin .checkin-day-cell{border-radius:11px}.points-mall-checkin .checkin-day-cell.status-checked{border-color:color-mix(in srgb, var(--pm-blue) 45%, var(--pm-line));background:color-mix(in srgb, var(--pm-blue) 8%, var(--secondary))}.points-mall-checkin .checkin-day-cell.status-today{border-color:var(--pm-blue);box-shadow:0 0 0 2px rgba(47,104,236,.1)}.points-mall-checkin .checkin-day-cell.status-missed{border-color:color-mix(in srgb, var(--danger) 35%, var(--pm-line));background:color-mix(in srgb, var(--danger) 5%, var(--secondary))}.points-mall-checkin .rank-order{background:color-mix(in srgb, var(--pm-blue) 10%, var(--secondary));color:var(--pm-blue)}.points-mall-ledger .ledger-header,.points-mall-ledger .ledger-summary-card,.points-mall-ledger .ledger-event-item{border-color:var(--pm-line);border-radius:17px;background:var(--pm-card);box-shadow:0 8px 22px rgba(20,53,112,.06)}.points-mall-ledger .ledger-title-icon,.points-mall-ledger .ledger-event-mark.income{color:var(--pm-mint);background:color-mix(in srgb, var(--pm-mint) 10%, var(--secondary))}.points-mall-ledger .ledger-balance-card strong{color:var(--pm-blue)}.points-mall-ledger .ledger-filter-item.active{color:#fff;background:var(--pm-blue)}@keyframes pm-orbit{to{transform:rotate(360deg)}}@keyframes pm-orbit-reverse{to{transform:rotate(-360deg)}}@media(prefers-reduced-motion: reduce){.jn-avatar-frame-overlay-image,.shop-promo-orbit,.product-card,.product-image img{animation:none !important;transition:none !important}}@supports not (((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) or (-webkit-backdrop-filter: blur(1px))){.points-mall-shop .shop-toolbar{background:var(--secondary)}}
/*# sourceMappingURL=discourse-points-mall_a47b0977f32d5da57b4663e7d2e47e4537c50f03.css.map?__ws=qingju.me */
