.xhs-page{height:100vh;display:flex;flex-direction:column;background:#f8f8f8;padding-bottom:64px}.xhs-nav{display:flex;justify-content:space-between;align-items:center;padding:env(safe-area-inset-top) 16px 5px;background:#fff;position:sticky;top:0;z-index:10;padding-top:calc(env(safe-area-inset-top) + 8px)}.xhs-nav-left{width:60px;display:flex;align-items:center;justify-content:flex-start;gap:10px}.xhs-nav-plus{color:#333;font-size:26px;font-weight:300;line-height:1;cursor:pointer}.xhs-nav-scan{display:flex;align-items:center;cursor:pointer;transition:transform .2s}.xhs-nav-scan:active{transform:scale(.9)}.xhs-nav-right{width:30px;display:flex;justify-content:flex-end;align-items:center;cursor:pointer}.xhs-tabs{display:flex;align-items:center;gap:25px}.xhs-tab{font-size:16px;color:#666;font-weight:400;padding:4px 0 8px;position:relative;transition:all .2s;line-height:1;cursor:pointer}.xhs-tab.on{color:#333;font-weight:600;font-size:17px}.xhs-tab.on:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:25px;height:3px;border-radius:2px;background:#ff2442}.xhs-badge{position:absolute;top:-6px;right:-18px;background:#ff2442;color:#fff;font-size:9px;font-weight:600;padding:0 6px;height:16px;line-height:14px;border-radius:8px;border:1.5px solid #FFF}.xhs-sub-nav-wrapper{display:flex;align-items:center;background:#fff;padding:0 0 8px 12px}.xhs-sub-nav{flex:1;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.xhs-sub-tab{display:inline-block;font-size:15px;color:#888;padding:5px 13px;transition:all .2s;cursor:pointer}.xhs-sub-tab.on{color:#333;font-weight:600}.xhs-sub-nav-arrow{width:40px;display:flex;justify-content:center;align-items:center;background:#fff;position:relative;height:30px;cursor:pointer}.xhs-sub-nav-arrow:before{content:"";position:absolute;left:-15px;top:0;width:15px;height:100%;background:linear-gradient(to right,transparent,#FFFFFF)}.arrow-down-pure{width:8px;height:8px;border-right:1.5px solid #999;border-bottom:1.5px solid #999;transform:rotate(45deg);margin-top:-4px}.xhs-feed{flex:1;overflow-y:auto;background:#f8f8f8;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.xhs-masonry{column-count:2;column-gap:7px;padding:6px}.xhs-card{break-inside:avoid;border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 2px 6px #00000008;margin-bottom:7px;cursor:pointer}.xhs-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:6px 6px 0 0;display:block;background:#f0f0f0}.xhs-info{padding:10px 8px 12px}.xhs-tit{font-size:14px;color:#333;font-weight:500;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.xhs-meta{display:flex;align-items:center;justify-content:space-between}.xhs-user{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.xhs-ava{width:18px;height:18px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.xhs-nm{font-size:12px;color:#666;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xhs-like-row{display:flex;align-items:center;gap:3px;flex-shrink:0;cursor:pointer}.xhs-hrt{font-size:13px;color:#999;line-height:1;transition:color .2s}.xhs-hrt.liked{color:#ff2442}.xhs-lk{font-size:12px;color:#666;transition:color .2s}.xhs-lk.liked{color:#ff2442}.xhs-bottom-tip{text-align:center;padding:20px 0}.xhs-bottom-tip span{font-size:12px;color:#ccc}.xhs-publish-btn{position:fixed;bottom:calc(84px + env(safe-area-inset-bottom));left:50%;margin-left:calc(min(50vw,195px) - 58px);width:38px;height:38px;background:#ff2442;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #ff244259;z-index:1000;transition:transform .2s;cursor:pointer}.xhs-publish-btn:active{transform:scale(.9)}.publish-icon{font-size:22px;color:#fff;font-weight:300;line-height:38px;display:inline-block;transform:translateY(-1px)}.scroll-hide::-webkit-scrollbar{display:none}:root{--skin-primary: #FF0055;--skin-primary-light: #FF4081;--skin-primary-dark: #C5003C;--skin-red: #A05252;--skin-orange: #FF6600;--skin-amber: #D4AF37;--skin-yellow: #FFD700;--skin-green: #00CC00;--skin-neon-green: #39FF14;--skin-blue: #0044FF;--skin-eva-blue: #2563EB;--skin-purple: #8B5CF6;--skin-neon-purple: #D946EF;--skin-bg: #FFFFFF;--skin-surface: #F8FAFC;--skin-surface-2: #F1F5F9;--skin-text: #000000;--skin-text-secondary: #475569;--skin-text-muted: #94A3B8;--skin-border: #E2E8F0;--skin-border-light: #F1F5F9;--skin-font: "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;--skin-radius-sm: .5rem;--skin-radius-md: .75rem;--skin-radius-lg: 1rem;--skin-radius-xl: 1.5rem;--skin-radius-2xl: 2rem;--skin-radius-full: 9999px}.skin-page{font-family:var(--skin-font);background:var(--skin-bg);color:var(--skin-text);min-height:100dvh;padding-bottom:5rem;-webkit-font-smoothing:antialiased}.skin-header{background:linear-gradient(180deg,var(--skin-primary) 0%,var(--skin-primary-light) 50%,#FF7F50 100%);padding:.75rem 1rem 3.125rem;border-radius:0 0 1.5rem 1.5rem;color:#fff;position:relative;z-index:1;box-shadow:0 4px 12px #f053}.skin-header-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-top:.5rem}.skin-header-nav h1{font-size:1.25rem;font-weight:700;letter-spacing:.05em}.skin-header-btn{padding:.5rem;border-radius:var(--skin-radius-full);background:transparent;border:none;color:#fff;cursor:pointer;transition:background .2s}.skin-header-btn:hover{background:#fff3}.skin-user-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.skin-avatar{width:4rem;height:4rem;border-radius:var(--skin-radius-full);background:#fff3;border:2px solid #fff;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #0000001a}.skin-avatar img{width:100%;height:100%;object-fit:cover}.skin-user-name{font-size:1.25rem;font-weight:900}.skin-age-badge{font-size:.75rem;background:#0000004d;padding:.125rem .5rem;border-radius:.25rem;border:1px solid rgba(255,255,255,.5);font-weight:700}.skin-type-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.skin-type-tag{font-size:.625rem;background:#fff3;padding:.25rem .5rem;border-radius:.25rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);font-weight:700}.skin-datetime{font-size:.75rem;opacity:.9;font-family:monospace;letter-spacing:.05em;font-weight:700;text-align:center;margin-top:1rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.skin-main{margin-top:-2.25rem;position:relative;z-index:10}.skin-content-card{background:var(--skin-bg);border-radius:1.5rem 1.5rem 0 0;box-shadow:0 -2px 10px #0000000d;padding:1rem .875rem .625rem}.skin-tabs{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:500;border-bottom:1px solid var(--skin-border);padding:0 .75rem .5rem;margin-bottom:1.25rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.skin-tabs::-webkit-scrollbar{display:none}.skin-tab-item{display:flex;flex-direction:column;align-items:center;flex-shrink:0;min-width:3.5rem;padding:0 .25rem;cursor:pointer;transition:color .2s}.skin-tab-label{font-size:.6875rem;white-space:nowrap;font-weight:700;margin-bottom:.25rem;display:flex;align-items:center;gap:.125rem;color:var(--skin-text)}.skin-tab-dot{width:.5rem;height:.5rem;border-radius:var(--skin-radius-full);display:inline-block}.skin-tab-item.active .skin-tab-label{color:var(--skin-primary);font-weight:900}.skin-tab-bar{width:1.125rem;height:.1875rem;border-radius:var(--skin-radius-full);background:var(--skin-primary);box-shadow:0 2px 6px #ff00554d}.skin-section{padding:0 .75rem;margin-bottom:1.5rem}.skin-section-title{font-size:.9375rem;font-weight:900;color:var(--skin-text);display:flex;align-items:center;gap:.5rem;padding-left:.5rem;margin-bottom:1rem}.skin-section-title .icon{font-size:1.25rem}.skin-ai-bubble-row{display:flex;align-items:flex-start;gap:.75rem;padding-left:.5rem}.skin-ai-avatar{width:2rem;height:2rem;border-radius:var(--skin-radius-full);background:linear-gradient(135deg,var(--skin-primary),var(--skin-purple));padding:2px;flex-shrink:0}.skin-ai-avatar-inner{width:100%;height:100%;border-radius:var(--skin-radius-full);background:#fff;display:flex;align-items:center;justify-content:center}.skin-ai-bubble{background:var(--skin-bg);border-radius:var(--skin-radius-xl);border-top-left-radius:0;padding:1rem;box-shadow:0 2px 8px #00000014;border:1px solid var(--skin-border);flex:1}.skin-ai-bubble p{font-size:.875rem;font-weight:700;line-height:1.6;margin:0}.skin-issue-card{display:flex;align-items:flex-start;gap:.625rem;background:var(--skin-surface);padding:.75rem;border-radius:var(--skin-radius-lg);border:1px solid var(--skin-border-light)}.skin-issue-icon{padding:.375rem;border-radius:var(--skin-radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0}.skin-issue-title{font-size:.75rem;font-weight:900;margin-bottom:.125rem}.skin-issue-desc{font-size:.6875rem;color:var(--skin-text-secondary);line-height:1.4;font-weight:500}.skin-advice-card{display:flex;gap:.75rem;padding:1rem;border-radius:var(--skin-radius-lg)}.skin-advice-icon-box{width:1.75rem;height:1.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #00000014;margin-top:.125rem;font-size:.875rem}.skin-advice-title{font-size:.75rem;font-weight:900;margin-bottom:.375rem}.skin-advice-text{font-size:.6875rem;color:var(--skin-text-secondary);line-height:1.6;font-weight:500}.skin-advice-text strong{font-weight:900;color:var(--skin-text)}.skin-advice-badge{font-size:.5625rem;font-weight:700;padding:.125rem .375rem;border-radius:.25rem;margin-left:.5rem}.skin-advice-bullet{display:flex;align-items:flex-start;gap:.375rem;margin-bottom:.375rem}.skin-advice-bordered{border-left:4px solid;border-top:1px solid;border-right:1px solid;border-bottom:1px solid;box-shadow:0 1px 4px #0000000f}.skin-advice-dashed{background:var(--skin-surface);border:1px dashed var(--skin-border)}.skin-data-card{background:var(--skin-bg);border-radius:var(--skin-radius-xl);box-shadow:0 2px 8px #00000014;border:1px solid var(--skin-border-light);padding:1rem}.skin-data-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.skin-data-header h3{font-size:.875rem;font-weight:900;display:flex;align-items:center;gap:.5rem}.skin-data-badge{font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:var(--skin-radius-full);border:1px solid var(--skin-border);background:var(--skin-surface)}.skin-metric{margin-bottom:1.25rem}.skin-metric-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.375rem}.skin-metric-label{font-size:.6875rem;font-weight:700}.skin-metric-value{font-size:.625rem;font-weight:700;font-family:monospace}.skin-metric-bar{height:.5rem;width:100%;background:var(--skin-surface-2);border-radius:var(--skin-radius-full);overflow:hidden}.skin-metric-bar-thick{height:.625rem}.skin-metric-fill{height:100%;border-radius:var(--skin-radius-full);transition:width .6s ease-out}.skin-glow-red{box-shadow:0 0 10px #ff000080}.skin-glow-blue{box-shadow:0 0 8px #04f6}.skin-glow-green{box-shadow:0 0 8px #39ff1480}.skin-glow-purple{box-shadow:0 0 8px #9333ea80}.skin-score-card{background:var(--skin-surface);border-radius:.875rem;padding:.75rem;margin-bottom:.875rem;border:1px solid var(--skin-border);display:flex;align-items:center}.skin-score-left{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--skin-border);padding-right:1rem}.skin-score-number{font-size:2.5rem;font-weight:900;line-height:1;font-family:Georgia,serif}.skin-score-unit{font-size:.75rem;font-weight:700;position:absolute;bottom:.5rem;right:-1rem}.skin-score-rank{font-size:.625rem;font-weight:700;margin-top:.25rem}.skin-score-grid{width:60%;padding-left:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.skin-score-item{background:#fff;border-radius:var(--skin-radius-lg);padding:.5rem .25rem;text-align:center;border:1px solid var(--skin-border);box-shadow:0 1px 2px #0000000a}.skin-score-item-label{font-size:.625rem;font-weight:700}.skin-score-item-value{font-size:.875rem;font-weight:900}.skin-face-scan{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0;min-height:15rem}.skin-face-ring{position:relative;width:12rem;height:12rem;border-radius:var(--skin-radius-full);display:flex;align-items:center;justify-content:center}.skin-face-ring-outer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--skin-radius-full);border:2px solid var(--skin-border);transform:scale(1.25)}.skin-face-ring-dashed{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--skin-radius-full);border:2px dashed var(--skin-text-muted);transform:scale(1.1);opacity:.7}.skin-face-photo{width:10rem;height:10rem;border-radius:var(--skin-radius-full);overflow:hidden;border:4px solid #fff;box-shadow:0 8px 24px #00000026;position:relative;z-index:10;background:#f1f5f9}.skin-face-photo img{width:100%;height:100%;object-fit:cover;filter:contrast(1.25) saturate(1.25)}.skin-face-label{position:absolute;background:#fff;box-shadow:0 2px 6px #0000001a;border-radius:var(--skin-radius-full);padding:.375rem .75rem;display:flex;align-items:center;gap:.25rem;z-index:20;font-size:.6875rem;font-weight:700;white-space:nowrap}.skin-grid-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.skin-grid-card{background:#fff;padding:.75rem;border-radius:var(--skin-radius-lg);border:1px solid var(--skin-border);box-shadow:0 2px 6px #0000000f;transition:box-shadow .2s}.skin-grid-card:hover{box-shadow:0 4px 12px #0000001a}.skin-grid-card-title{font-size:.6875rem;font-weight:700;margin-bottom:.25rem}.skin-grid-card-full{grid-column:span 2}.skin-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--skin-border);padding:.5rem 0;padding-bottom:env(safe-area-inset-bottom);z-index:50;box-shadow:0 -5px 20px #0000000d}.skin-bottom-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);height:3.5rem}.skin-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--skin-text-muted);text-decoration:none;transition:color .2s;gap:.125rem}.skin-bottom-nav-item.active{color:var(--skin-primary)}.skin-bottom-nav-item span:last-child{font-size:.625rem;font-weight:700}.skin-insight-box{margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--skin-border-light);display:flex;align-items:flex-start;gap:.75rem}.skin-insight-text{font-size:.75rem;line-height:1.6;font-weight:500;text-align:justify}.skin-insight-label{font-weight:900;background:#fef3c7;padding:0 .25rem;border-radius:.25rem}.skin-footer{margin:2rem 1rem 1rem;text-align:center}.skin-footer p{font-size:.75rem;color:var(--skin-text-muted);font-weight:700}@keyframes skin-ping{75%,to{transform:scale(2);opacity:0}}.skin-ping{animation:skin-ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes skin-scan{0%,to{top:10%}50%{top:80%}}.skin-scan-line{animation:skin-scan 2.5s ease-in-out infinite}.skin-cta-banner{position:relative;background:linear-gradient(90deg,#d4af37,#b89645);border-radius:var(--skin-radius-xl);padding:1.25rem;overflow:hidden;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #f59e0b4d;cursor:pointer;border:1px solid #FBBF24;margin:0 .75rem}.skin-cta-glow{position:absolute;top:0;right:0;width:8rem;height:8rem;background:#fff;opacity:.2;border-radius:var(--skin-radius-full);margin-right:-2.5rem;margin-top:-2.5rem;filter:blur(20px)}.skin-disclaimer{font-size:.625rem;color:var(--skin-text-muted);text-align:center;line-height:1.6;padding:.625rem 0;border-top:1px solid var(--skin-border-light);margin-top:.5rem}.skin-color-tag{font-size:.6875rem;padding:.375rem .75rem;border-radius:var(--skin-radius-full);font-weight:700;display:inline-flex;align-items:center;gap:.25rem}.skin-color-tag-dot{width:.375rem;height:.375rem;border-radius:var(--skin-radius-full)}.skin-segmented-bar{height:.5rem;width:100%;border-radius:var(--skin-radius-full);overflow:hidden;display:flex;gap:2px}.skin-segmented-bar>div{height:100%}.skin-level-bars{display:flex;gap:2px;margin-top:.375rem}.skin-level-bar{width:.375rem;height:.75rem;border-radius:2px}.skin-loading,.skin-error{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1rem;color:var(--skin-text-muted)}.skin-yolo-card{background:var(--skin-surface);border-radius:.75rem;padding:.875rem;margin-bottom:.875rem;border:1px solid var(--skin-border)}.skin-yolo-row{display:flex;justify-content:space-around}.skin-yolo-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.skin-yolo-count{font-size:1.5rem;font-weight:900;line-height:1}.skin-yolo-label{font-size:.6875rem;color:var(--skin-text-secondary);font-weight:600}.skin-overview-card{background:#fff;border-radius:.75rem;padding:.875rem;margin-bottom:.875rem;border:1px solid var(--skin-border-light);box-shadow:0 2px 8px #0000000a}.skin-dim-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.skin-dim-item{display:flex;align-items:center;gap:.5rem}.skin-dim-dot{width:.5rem;height:.5rem;border-radius:var(--skin-radius-full);flex-shrink:0}.skin-dim-label{font-size:.75rem;color:var(--skin-text-secondary);font-weight:600}.skin-dim-text{font-size:.75rem;font-weight:700;margin-left:auto}.skin-legend{display:flex;justify-content:center;gap:1rem;margin-bottom:.625rem;padding:.5rem 0;background:var(--skin-surface);border-radius:.5rem;border:1px solid var(--skin-border)}.skin-legend-item{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--skin-text-secondary);font-weight:600}.skin-legend-dot{width:.5rem;height:.5rem;border-radius:var(--skin-radius-full)}.skin-metrics-list{display:flex;flex-direction:column;gap:0}.skin-metric-item{margin-bottom:.875rem}.skin-metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skin-metric-item .skin-metric-label{font-size:.75rem;font-weight:700;color:#1a1a1a}.skin-metric-val-wrap{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.skin-metric-dot{width:.5rem;height:.5rem;border-radius:var(--skin-radius-full);flex-shrink:0}.skin-metric-item .skin-metric-value{font-size:.6875rem;font-weight:900;font-family:Georgia,serif;color:#1a1a1a}.skin-metric-item .skin-metric-bar{height:.4375rem;margin-bottom:.25rem}.skin-metric-desc{display:block;font-size:.6875rem;color:#64748b;line-height:1.5;font-weight:500}.skin-metric-diff{margin-top:.375rem;font-size:.6875rem;font-weight:600}.history-page{position:relative;display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#fff;padding-bottom:40px;color:#111816;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hist-header-wrapper{position:sticky;top:0;z-index:30;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hist-top-spacer{height:48px;width:100%}.hist-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 8px}.hist-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:-8px;border-radius:50%;border:none;background:none;cursor:pointer;transition:background-color .2s;color:#111816}.hist-back-btn:hover{background-color:#f9fafb}.hist-title{font-size:17px;font-weight:700;color:#111816;margin:0}.hist-header-right{width:40px}.hist-tabs{display:flex;align-items:center;padding:0 24px;margin-top:8px;border-bottom:1px solid rgba(243,244,246,.8)}.hist-tab{position:relative;display:flex;flex-direction:column;align-items:center;margin-right:32px;cursor:pointer;padding:12px 0}.hist-tab-text{font-size:15px;transition:color .2s}.hist-tab-text.active{font-weight:700;color:#111816}.hist-tab-text.inactive{font-weight:500;color:#9ca3af}.hist-tab:hover .hist-tab-text.inactive{color:#4b5563}.hist-tab-indicator{position:absolute;bottom:0;width:20px;height:3px;background-color:#111816;border-radius:999px}.hist-main{flex:1;display:flex;flex-direction:column;padding:24px 20px 0;gap:32px}.hist-trend-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding:0 4px}.hist-trend-title{font-size:20px;font-weight:700;letter-spacing:-.025em;margin:0;line-height:1.2}.hist-trend-sub{font-size:12px;color:#9ca3af;font-weight:500}.hist-avg-badge{display:flex;align-items:center;gap:4px;background:#f9fafb;padding:4px 8px;border-radius:8px}.hist-avg-val{font-size:12px;font-weight:700;color:#111816}.hist-avg-txt{font-size:10px;color:#9ca3af}.hist-chart-wrap{width:100%;height:220px;background:#fff;position:relative}.hist-chart-svg{width:100%;height:100%;overflow:visible}.hist-chart-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:#9ca3af;font-weight:400}.hist-lbl-l{width:40px;text-align:left}.hist-lbl-c{width:40px;text-align:center}.hist-lbl-r{width:40px;text-align:right;font-weight:700;color:#111816}.hist-rec-top{display:flex;justify-content:space-between;align-items:center;padding:0 4px;margin-bottom:16px}.hist-rec-title{font-size:18px;font-weight:700;margin:0}.hist-filter-btn{display:flex;align-items:center;font-size:12px;color:#9ca3af;font-weight:500;background:none;border:none;cursor:pointer;transition:color .2s}.hist-filter-btn:hover{color:#111816}.hist-list{display:flex;flex-direction:column;gap:12px}.hist-card{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 2px 15px #00000005;cursor:pointer;transition:all .2s}.hist-card:active{transform:scale(.98)}.hist-card.faded{opacity:.7}.hist-card-l{display:flex;flex-direction:column;gap:6px}.hist-card-title-row{display:flex;align-items:center;gap:8px}.hist-card-title{font-size:15px;font-weight:700;color:#111816;margin:0}.hist-card-tag{padding:2px 6px;font-size:10px;font-weight:500;border-radius:4px}.tag-green{background:#f0fdf4;color:#15803d}.tag-orange{background:#fff7ed;color:#c2410c}.tag-blue{background:#eff6ff;color:#1d4ed8}.tag-red{background:#fef2f2;color:#b91c1c}.hist-card-time-row{display:flex;align-items:center;font-size:12px;color:#9ca3af;gap:8px}.hist-card-dot{width:4px;height:4px;border-radius:50%;background:#d1d5db}.hist-card-r{display:flex;align-items:center;gap:16px}.hist-card-score-box{display:flex;flex-direction:column;align-items:flex-end}.hist-card-score{font-size:22px;font-weight:700;color:#111816;line-height:1;margin:0}.hist-card-score-lbl{font-size:10px;color:#9ca3af;margin-top:2px}.hist-card-icon{color:#d1d5db;transition:color .2s}.hist-card:hover .hist-card-icon{color:#111816}.hist-footer-note{text-align:center;font-size:11px;color:#d1d5db;margin-top:24px;padding-bottom:16px}.bp-page{min-height:100vh;background:#f7f8fa;overflow-x:hidden;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.bp-header{position:sticky;top:0;z-index:90;background:#f7f8fa;padding:12px 16px 0}.bp-header-title{font-size:20px;font-weight:700;color:#1a1a1a;text-align:center;padding:8px 0}.bp-search-row{display:flex;align-items:center;gap:8px;padding:8px 16px 12px;background:#fff}.bp-search-box{flex:1;display:flex;align-items:center;background:#f5f5f5;border-radius:8px;padding:0 12px;height:36px}.bp-search-input{flex:1;font-size:14px;color:#333;border:none;outline:none;background:transparent;height:36px;line-height:36px}.bp-search-input::placeholder{color:#bcbcbc;font-size:13px}.bp-search-clear{font-size:14px;color:#ccc;padding:4px 6px;cursor:pointer;flex-shrink:0}.bp-search-btn{font-size:13px;font-weight:600;color:#333;flex-shrink:0;padding-left:8px;border-left:1px solid #E8E8E8;margin-left:4px;cursor:pointer;background:none;border-top:none;border-right:none;border-bottom:none}.bp-main-tabs{background:#fff;border-bottom:1px solid rgba(0,0,0,.04);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bp-main-tabs::-webkit-scrollbar{display:none}.bp-main-tabs-list{display:inline-flex;padding:0 4px;white-space:nowrap}.bp-main-tab{display:inline-flex;flex-direction:column;align-items:center;padding:10px 12px 8px;position:relative;flex-shrink:0;cursor:pointer;background:none;border:none}.bp-main-tab span{font-size:14px;color:#999;font-weight:500;transition:all .2s}.bp-main-tab.active span{color:#1a1a1a;font-weight:700;font-size:15px}.bp-main-tab-bar{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:3px;background:#1a1a1a;border-radius:3px}.bp-filter-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 6px;background:#fff;border-bottom:1px solid rgba(0,0,0,.04)}.bp-filter-item{display:flex;align-items:center;gap:2px;font-size:13px;color:#666;padding:5px 10px;border-radius:4px;cursor:pointer;background:none;border:none}.bp-filter-item.active{color:#1a1a1a;font-weight:600}.bp-sort-arrow{font-size:9px;color:#ccc}.bp-shop-list{padding:8px 12px;display:flex;flex-direction:column;gap:6px}.bp-shop-card{background:#fff;border-radius:10px;padding:12px;box-shadow:0 1px 6px #0000000a;cursor:pointer;transition:transform .15s}.bp-shop-card:active{transform:scale(.98)}.bp-shop-header{display:flex;gap:10px}.bp-shop-img{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#f0f0f0,#f5f5f5)}.bp-shop-img img{width:100%;height:100%;object-fit:cover}.bp-shop-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px}.bp-shop-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.bp-shop-info-top{display:flex;justify-content:space-between;align-items:flex-start;gap:6px}.bp-shop-info-left{flex:1;min-width:0}.bp-shop-name{font-size:14px;font-weight:700;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.bp-shop-meta{display:flex;align-items:center;gap:4px;margin-top:2px}.bp-shop-type{font-size:11px;color:#999}.bp-shop-price-pp{font-size:11px;color:#666;font-weight:500}.bp-shop-dist-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;white-space:nowrap;gap:2px}.bp-shop-distance{font-size:11px;color:#999}.bp-shop-walk{font-size:11px;color:#bbb}.bp-shop-rating-row{display:flex;align-items:center;gap:6px}.bp-shop-stars{font-size:11px;color:#ff8c00;font-weight:600}.bp-shop-reviews{font-size:10px;color:#ff8c00}.bp-deal-list{border-top:1px solid rgba(0,0,0,.04);margin-top:8px;padding-top:8px;display:flex;flex-direction:column;gap:4px}.bp-deal-row{display:flex;align-items:center;padding:6px 0}.bp-deal-left{display:flex;align-items:center;gap:4px;flex:1;min-width:0}.bp-deal-price-box{width:50px;display:flex;align-items:baseline;flex-shrink:0}.bp-deal-price-sym{font-size:10px;font-weight:700;color:#ff3b5c}.bp-deal-price{font-size:14px;font-weight:800;color:#ff3b5c}.bp-deal-original{font-size:10px;color:#ccc;text-decoration:line-through;margin-left:2px}.bp-deal-divider{width:1px;height:10px;background:#e8e8e8;margin:0 4px}.bp-deal-discount-box{flex-shrink:0}.bp-deal-discount{font-size:9px;font-weight:600;color:#f63;background:#ff663314;padding:1px 4px;border-radius:3px;white-space:nowrap}.bp-deal-name{font-size:12px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bp-loading{display:flex;justify-content:center;padding:40px 0}.bp-loading-spinner{width:32px;height:32px;border:3px solid #E8E8E8;border-top-color:#1a1a1a;border-radius:50%;animation:bp-spin .6s linear infinite}@keyframes bp-spin{to{transform:rotate(360deg)}}.bp-empty{text-align:center;padding:60px 20px;color:#999;font-size:14px}.bp-empty-icon{font-size:48px;margin-bottom:12px}.profile-page{background-color:#f8faf9;color:#1a1a1a;min-height:100vh;padding-bottom:80px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif}.profile-header{background:linear-gradient(180deg,#e6efea,#f8faf9);padding:24px 24px 16px;position:relative;overflow:hidden}.profile-glint-1{position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:radial-gradient(circle,#fffc,#fff0 70%);border-radius:50%;pointer-events:none}.profile-settings-btn{position:absolute;top:24px;right:24px;background:transparent;border:none;color:#1a1a1a;opacity:.5;transition:opacity .2s;cursor:pointer;z-index:20}.profile-user-info{display:flex;align-items:center;gap:16px;position:relative;z-index:10;margin-top:12px}.profile-avatar-wrapper{position:relative;width:72px;height:72px;border-radius:50%;background:#fff;padding:3px;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.profile-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f0f0f0}.profile-details{flex:1}.profile-details h1{font-size:22px;font-weight:700;margin:0 0 4px;color:#1a1a1a;letter-spacing:-.5px}.profile-id-badge{background:#fff9;border:1px solid rgba(255,255,255,.8);border-radius:4px;padding:2px 8px;font-size:11px;color:#71717a;display:inline-flex;align-items:center;gap:4px}.profile-orders-card{margin:0 16px 12px;background:#fff;border-radius:14px;padding:14px 16px}.profile-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.profile-orders-title{font-size:15px;font-weight:700;color:#1a1a1a}.profile-orders-all{font-size:12px;color:#a0a0a0;display:flex;align-items:center;gap:2px;cursor:pointer}.profile-orders-nav{display:flex;justify-content:space-around}.profile-orders-item{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px;color:#3a3a3a;font-weight:500;cursor:pointer}.pf-level-badge{font-size:11px;font-weight:700;color:#d4af37;background:#d4af371f;padding:2px 8px;border-radius:4px}.profile-vip-card{margin:0 16px 12px;background:#1a1a1a;border-radius:14px;padding:14px 16px;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center;gap:12px}.profile-vip-glow-1{position:absolute;top:-50px;right:-20px;width:150px;height:150px;background:radial-gradient(circle,#d4af3726,#d4af3700 70%);border-radius:50%;pointer-events:none}.profile-vip-icon{width:36px;height:36px;background:linear-gradient(135deg,#d4af37,#f3e5ab);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;flex-shrink:0}.profile-vip-info{flex:1}.profile-vip-info h3{margin:0;font-size:15px;font-weight:600;background:linear-gradient(135deg,#f3e5ab,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile-vip-info p{margin:2px 0 0;font-size:11px;color:#ffffff80}.profile-vip-arrow{margin-left:auto;color:#fff6}.profile-section{background:#fff;margin:0 16px 20px;border-radius:14px;padding:14px 16px}.profile-section-header{margin-bottom:8px}.profile-section-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0}.profile-tool-list{display:flex;flex-direction:column}.profile-tool-row{display:flex;align-items:center;gap:12px;padding:10px 0;background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.04);cursor:pointer;text-align:left;width:100%}.profile-tool-row:last-child{border-bottom:none}.profile-tool-icon{width:32px;height:32px;background:#f3f5f4;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;flex-shrink:0}.profile-tool-label{flex:1;font-size:14px;font-weight:500;color:#1a1a1a}.profile-tool-arrow{color:#0003;flex-shrink:0}.dp-page{min-height:100vh;background:#f5f5f5;padding-bottom:20px}.dp-sr{display:flex;align-items:center;padding:8px 12px;background:#fff}.dp-sb{flex:1;background:#f5f5f5;border-radius:8px;padding:0 4px 0 14px;height:36px;display:flex;align-items:center}.dp-sb-input{flex:1;font-size:14px;color:#333;height:36px;line-height:36px;border:none;background:transparent;outline:none}.dp-sb-input::placeholder{font-size:14px;color:#bfbfbf;font-weight:400}.dp-sb-clear{font-size:14px;color:#999;padding:4px 8px;cursor:pointer}.dp-sb-right{display:flex;align-items:center;flex-shrink:0}.dp-sb-divider{width:1px;height:16px;background:#d9d9d9;margin:0 8px}.dp-sb-search-txt{font-size:15px;color:#333;font-weight:500;padding-right:8px;cursor:pointer}.dp-sticky-top{position:sticky;top:0;z-index:100;background:#fff}.dp-tabs-container{display:flex;align-items:center;height:44px;background:#fff;border-bottom:1px solid #F0F0F0;position:relative}.dp-tabs-scroll{flex:1;height:100%;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.dp-tabs-scroll::-webkit-scrollbar{display:none}.dp-tabs{display:inline-flex;align-items:center;height:100%;padding-left:12px}.dp-tab{position:relative;font-size:15px;font-weight:400;color:#999;margin-right:24px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.dp-tab-active{font-size:16px;font-weight:700;color:#333}.dp-tab-line{position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:20px;height:3px;border-radius:1.5px;background:#333}.dp-tab-more{width:60px;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;position:absolute;right:0;top:0;box-shadow:-5px 0 5px -5px #0000000d;z-index:10;gap:2px;cursor:pointer}.dp-hamburger{display:flex;flex-direction:column;gap:2.5px}.dp-hamburger-line{width:9px;height:1.5px;background:#333;border-radius:1px}.dp-tab-more-txt{font-size:14px;color:#333}.dp-invite{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#fff0f3,#fce7f3);margin:8px 6px;border-radius:8px;height:50px;padding:0 12px 0 16px;cursor:pointer}.dp-invite-left{display:flex;flex-direction:column;gap:4px}.dp-invite-title{font-size:14px;font-weight:700;color:#333}.dp-invite-desc{font-size:11px;font-weight:400;color:#999}.dp-invite-btn{background:#ff2442;color:#fff;font-size:12px;font-weight:600;padding:6px 14px;border-radius:14px;flex-shrink:0}.dp-icons-wrap{margin:0 6px 12px;background:#fff;border-radius:8px;padding:12px 0 8px}.dp-icons{width:100%}.dp-row{display:flex;justify-content:space-around;margin-bottom:16px}.dp-row:last-child{margin-bottom:0}.dp-item{display:flex;flex-direction:column;align-items:center;gap:6px;width:20%;cursor:pointer}.dp-ci-emoji-wrap{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.dp-ci-emoji{font-size:28px}.dp-in{font-size:11px;color:#555;font-weight:400}.dp-wf{display:flex;gap:4px;padding:0 4px}.dp-wf-col{flex:1;display:flex;flex-direction:column;gap:4px;overflow:hidden}.dp-card{border-radius:2px;overflow:hidden;background:#fff;transition:transform .1s;cursor:pointer}.dp-card:active{transform:scale(.98)}.dp-pic{width:100%;padding-bottom:120%;position:relative;overflow:hidden;background:#f8f8f8}.dp-pic-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dp-pic-badge{position:absolute;top:8px;left:8px;background:#0006;color:#fff;font-size:10px;font-weight:500;padding:2px 8px;border-radius:50px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dp-pic-ph{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px;opacity:.3;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.dp-body{padding:6px 8px}.dp-tit-box{margin-bottom:2px}.dp-tit{font-size:12px;font-weight:500;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.dp-tags{margin-bottom:2px}.dp-tag-contrib{font-size:10px;color:#ff2442;background:linear-gradient(135deg,#fff0f0,#ffe0e0);border-radius:3px;padding:1px 5px;display:inline-block}.dp-foot{display:flex;align-items:baseline}.dp-pri{color:#333;font-weight:700;display:flex;align-items:baseline}.dp-pri-sym{font-size:10px;font-weight:600}.dp-pn{font-size:15px;font-weight:700;margin-left:1px}.dp-nb{font-size:10px;color:#999;margin-left:4px}.agreement-page{min-height:100vh;background:#f5f5f5;padding-bottom:2rem}.agreement-header{display:flex;align-items:center;padding:.8rem 1rem;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.agreement-back-btn{background:none;border:none;font-size:1.4rem;padding:.2rem .6rem;cursor:pointer;color:#333}.agreement-header-title{font-size:1.05rem;font-weight:600;margin-left:.5rem}.agreement-content{background:#fff;margin:.8rem;border-radius:.75rem;padding:1.2rem}.agreement-title{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;display:block}.agreement-hint{font-size:.85rem;color:#888;line-height:1.5;margin-bottom:1rem;display:block}.section-title{font-size:1rem;font-weight:600;margin:1.2rem 0 .4rem;display:block}.section-subtitle{font-size:.92rem;font-weight:600;margin:.8rem 0 .3rem;color:#444;display:block}.section-body{font-size:.88rem;color:#555;line-height:1.7;white-space:pre-line;margin-bottom:.5rem;display:block}.section-bold{font-weight:600;color:#333}.agreement-date{font-size:.82rem;color:#aaa;margin-top:1.5rem;display:block;text-align:center}.withdraw-page{min-height:100vh;background:#f5f5f5;max-width:390px;margin:0 auto}.withdraw-balance-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:1.5rem 1rem 1.2rem;color:#fff;text-align:center}.withdraw-balance-label{font-size:.82rem;color:#fff9;display:block}.withdraw-balance-value{font-size:2.2rem;font-weight:700;display:block;margin:.5rem 0}.withdraw-detail-row{display:flex;justify-content:center;gap:.75rem;font-size:.7rem;color:#ffffff80}.withdraw-input-section{background:#fff;margin:.8rem;border-radius:.75rem;padding:1.2rem;display:flex;flex-direction:column;gap:.8rem}.withdraw-input-title{font-size:.95rem;font-weight:600}.withdraw-input-row{display:flex;align-items:center;border-bottom:1px solid #eee;padding-bottom:.6rem;gap:.5rem}.withdraw-yen{font-size:1.5rem;font-weight:600;color:#333}.withdraw-input{flex:1;border:none;outline:none;font-size:1.3rem;background:transparent}.withdraw-all-btn{background:none;border:1px solid #e5a530;color:#e5a530;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;padding:.25rem .5rem;border-radius:.25rem}.withdraw-submit-btn{width:100%;height:44px;display:flex;justify-content:center;align-items:center;padding:0;background:#1a1a1a;color:#fff;border:none;border-radius:22px;font-size:15px;font-weight:600;margin-top:16px;cursor:pointer}.withdraw-submit-btn:disabled{background:#f8f8f8!important;color:#0003!important;cursor:not-allowed}.withdraw-fee-tip{display:flex;justify-content:center;align-items:center;font-size:.75rem;color:#ef4444;background:#ef44441a;padding:.5rem;border-radius:.5rem}.withdraw-actual{font-weight:700;color:#ef4444}.withdraw-tip{font-size:.7rem;color:#999;text-align:center}.withdraw-records-section{background:#fff;margin:.8rem;border-radius:.75rem;padding:1.2rem}.withdraw-records-title{font-size:.95rem;font-weight:600;display:block;margin-bottom:.8rem}.withdraw-empty{text-align:center;color:#999;padding:2rem 0;font-size:.88rem}.withdraw-record-list{display:flex;flex-direction:column;gap:.6rem}.withdraw-record-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #f5f5f5}.withdraw-record-left{display:flex;flex-direction:column;gap:.2rem}.withdraw-record-amount{font-size:1rem;font-weight:600;color:#333}.withdraw-record-date{font-size:.78rem;color:#999}.withdraw-record-status{font-size:.82rem;font-weight:500;padding:.2rem .6rem;border-radius:.3rem}.withdraw-status-PENDING{color:#f59e0b;background:#fef3c7}.withdraw-status-APPROVED{color:#10b981;background:#d1fae5}.withdraw-status-REJECTED{color:#ef4444;background:#fee2e2}.team-page{min-height:100vh;background:#f5f5f5;max-width:390px;margin:0 auto}.team-header{display:flex;justify-content:center;gap:3rem;background:linear-gradient(135deg,#1a1a2e,#16213e);margin:.8rem;border-radius:.75rem;padding:1.5rem 1.2rem;color:#fff}.team-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem}.team-stat-value{font-size:2rem;font-weight:700}.team-stat-label{font-size:.82rem;opacity:.7}.team-section-title{font-size:.95rem;font-weight:600;padding:.8rem 1rem .4rem;color:#333}.team-loading,.team-empty{text-align:center;color:#999;padding:3rem 0;font-size:.88rem}.team-list{display:flex;flex-direction:column;gap:.5rem;padding:0 .8rem 1rem}.team-member-card{display:flex;align-items:center;gap:.8rem;background:#fff;border-radius:.6rem;padding:.8rem 1rem}.team-avatar-img{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.team-avatar-default{width:2.5rem;height:2.5rem;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#666;font-weight:600}.team-member-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.team-member-name-row{display:flex;align-items:center;gap:.4rem}.team-member-name{font-size:.95rem;font-weight:600;color:#333}.team-pro-tag{font-size:.7rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;padding:.1rem .4rem;border-radius:.25rem;font-weight:600}.team-member-date{font-size:.78rem;color:#999}.pwd-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.pwd-modal{width:310px;background:#fff;border-radius:12px;padding:24px;box-sizing:border-box}.pwd-modal-title{text-align:center;font-size:17px;font-weight:700;color:#111}.pwd-modal-subtitle{text-align:center;font-size:12px;color:#999;margin:8px 0 20px}.pwd-input{width:100%;height:44px;background:#f5f5f5;border:none;border-radius:6px;text-align:center;font-size:16px;letter-spacing:6px;font-weight:700;outline:none;box-sizing:border-box;margin-bottom:16px}.pwd-modal-btns{display:flex;gap:12px}.pwd-btn{flex:1;height:42px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-size:15px;cursor:pointer}.pwd-btn-cancel{background:#f5f5f5;color:#666}.pwd-btn-confirm{background:#2b2b2b;color:#fff}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}:root{--primary-color: #6366f1;--primary-light: #818cf8;--primary-dark: #4f46e5;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}html{font-size:16px;font-size:calc(100vw / 390 * 16);-webkit-text-size-adjust:100%;background-color:#fff!important}@media(min-width:430px){html{font-size:16px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);background:#f0f0f0!important;line-height:1.5;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}input,textarea{user-select:auto;-webkit-user-select:auto}#root{min-height:100vh;width:100%;max-width:390px;margin:0 auto;background:#fff!important;display:flex;flex-direction:column;position:relative;overflow-x:hidden;box-shadow:0 0 40px #00000014}.app-container{display:flex;flex-direction:column;min-height:100vh;padding-bottom:4rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;width:100%;height:4rem;background:var(--bg-primary);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1px 3px #0000001a;z-index:100}.bottom-nav button{flex:1;height:100%;border:none;background:transparent;color:var(--text-secondary);font-size:.75rem;cursor:pointer;transition:color .2s}.bottom-nav button.active{color:#1a1a1a;font-weight:600}.page{flex:1;padding:var(--spacing-md)}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:var(--spacing-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-height:2.75rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:active{transform:scale(.98)}.card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:var(--spacing-md);box-shadow:var(--shadow-sm)}.input{width:100%;padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--bg-tertiary);border-radius:var(--radius-md);font-size:1rem;min-height:2.75rem;transition:border-color .2s}.input:focus{outline:none;border-color:var(--primary-color)}.sk-commercial-item{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(145deg,#fffffff2,#ffffffb3);padding:16px 20px;border-radius:12px;box-shadow:0 8px 24px #8b5cf60d;border:1px solid rgba(139,92,246,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.sk-commercial-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#d8b4fe,#8b5cf6);border-radius:4px 0 0 4px}.sk-commercial-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px #8b5cf61a}.sk-comm-label{font-size:.9rem;color:#4b5563;font-weight:500;letter-spacing:.02em}.sk-comm-val{font-size:1.05rem;font-weight:700;color:#4c1d95}
