body.mixio-home-mode {
  background: #edeaf7 !important;
}

body.mixio-home-sheet-open {
  overflow: hidden;
}

#app.mixio-home-mode {
  max-width: 480px;
  padding: 24px 16px 92px;
}

#app.mixio-home-mode .page {
  gap: 0;
}

#app.mixio-home-mode .route-root {
  gap: 0;
}

.mixio-home-screen,
.mixio-home-screen * {
  box-sizing: border-box;
}

.mixio-home-screen * {
  margin: 0;
  padding: 0;
}

.mixio-home-screen {
  font-family: -apple-system, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.mixio-home-screen .wrap { width: 100%; min-width: 300px; }

.mixio-home-screen .profile-bar { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 14px; }
.mixio-home-screen .profile-left { display: flex; align-items: center; gap: 6px; cursor: pointer; flex: 1; }
.mixio-home-screen .profile-name { color: #3B2BA0; font-size: 15px; font-weight: 700; letter-spacing: -0.3px; }
.mixio-home-screen .profile-chevron { color: #9B8BE0; font-size: 13px; transition: transform 0.3s; line-height: 1; margin-top: 1px; }
.mixio-home-screen .profile-chevron.open { transform: rotate(180deg); }
.mixio-home-screen .profile-info-btn { width: 30px; height: 30px; border-radius: 50%; background: transparent; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: opacity 0.15s; padding: 0; }
.mixio-home-screen .profile-info-btn:active { opacity: 0.6; }

.mixio-home-screen .profile-panel { max-height: 0; overflow: hidden; transition: max-height 0.38s cubic-bezier(0.4,0,0.2,1); margin: 0 0 10px; }
.mixio-home-screen .profile-panel-inner { background: #fff; border-radius: 16px; border: 1px solid rgba(107,79,248,0.15); box-shadow: 0 4px 20px rgba(107,79,248,0.10); overflow: hidden; }

.mixio-home-screen .pinfo-block { display: flex; align-items: stretch; border-bottom: 0.5px solid #F0EDFF; }
.mixio-home-screen .pinfo-block:last-child { border-bottom: none; }
.mixio-home-screen .pinfo-block-bar { width: 3px; flex-shrink: 0; }
.mixio-home-screen .pinfo-block-content { flex: 1; padding: 14px 16px; min-width: 0; }
.mixio-home-screen .pinfo-block:first-child .pinfo-block-content { padding-top: 16px; }
.mixio-home-screen .pinfo-block:last-child .pinfo-block-content { padding-bottom: 16px; }
.mixio-home-screen .pinfo-block-label { font-size: 10px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 8px; display: block; }
.mixio-home-screen .pinfo-row { display: flex; align-items: center; gap: 10px; }
.mixio-home-screen .pinfo-label { color: #9B8BE0; font-size: 11px; margin-bottom: 1px; }
.mixio-home-screen .pinfo-value { color: #1A1A2E; font-size: 13px; font-weight: 600; }
.mixio-home-screen .level-bar-bg { height: 5px; background: #F0EDFF; border-radius: 5px; margin-top: 5px; overflow: hidden; width: 100%; }
.mixio-home-screen .level-bar-fill { height: 100%; background: linear-gradient(90deg, #A28FFF, #6B4FF8); border-radius: 5px; }

.mixio-home-screen .gold-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.mixio-home-screen .gold-coin-icon { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #FFD97D, #FFB020); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: #7A4800; box-shadow: 0 1px 4px rgba(255,160,0,0.35); flex-shrink: 0; }
.mixio-home-screen .gold-value { font-size: 16px; font-weight: 800; color: #1A1A2E; }
.mixio-home-screen .gold-unit { font-size: 11px; color: #9B8BE0; font-weight: 500; }
.mixio-home-screen .gold-buy-btn { display: inline-flex; align-items: center; gap: 4px; background: linear-gradient(135deg, #FFD97D, #FFB020); border: none; border-radius: 20px; padding: 6px 13px; font-size: 12px; font-weight: 700; color: #7A4800; cursor: pointer; font-family: inherit; white-space: nowrap; flex-shrink: 0; transition: opacity 0.15s, transform 0.12s; box-shadow: 0 2px 8px rgba(255,160,0,0.3); }
.mixio-home-screen .gold-buy-btn:active { opacity: 0.85; transform: scale(0.96); }
.mixio-home-screen .gold-buy-panel { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1); }
.mixio-home-screen .gold-buy-panel-inner { background: #FFFBF0; border: 1px solid #FFE4A0; border-radius: 12px; padding: 12px; margin-top: 10px; }
.mixio-home-screen .gold-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.mixio-home-screen .gold-card { border-radius: 14px; padding: 14px 12px 12px; text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; }
.mixio-home-screen .gold-card.once-card { background: #FFFBF0; border: 1.5px solid #FFD97D; }
.mixio-home-screen .gold-card.sub-card  { background: #FFF5E0; border: 1.5px solid #FFB020; }
.mixio-home-screen .gold-type-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; margin-bottom: 8px; }
.mixio-home-screen .gold-type-tag.once-tag { background: #FFF3CD; color: #8A6200; border: 1px solid #FFD97D; }
.mixio-home-screen .gold-type-tag.sub-tag  { background: #FFB020; color: #7A4800; }
.mixio-home-screen .gold-card-select-wrap { display: flex; align-items: center; justify-content: center; gap: 3px; margin-bottom: 4px; width: 100%; }
.mixio-home-screen .gold-card-select { appearance: none; -webkit-appearance: none; border-radius: 8px; padding: 5px 22px 5px 8px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; outline: none; background-repeat: no-repeat; background-position: right 7px center; transition: border-color 0.15s; min-width: 0; flex: 1; }
.mixio-home-screen .once-card .gold-card-select { background-color: #fff; border: 1.5px solid #FFD97D; color: #CC8800; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23CC8800' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.mixio-home-screen .sub-card .gold-card-select  { background-color: #fff; border: 1.5px solid #FFB020; color: #8A6200; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238A6200' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.mixio-home-screen .gold-card-unit { font-size: 11px; font-weight: 600; white-space: nowrap; }
.mixio-home-screen .once-card .gold-card-unit { color: #CC8800; }
.mixio-home-screen .sub-card  .gold-card-unit { color: #8A6200; }
.mixio-home-screen .gold-card-price { font-size: 11px; margin-bottom: 10px; min-height: 16px; }
.mixio-home-screen .once-card .gold-card-price { color: #BBAA80; }
.mixio-home-screen .sub-card  .gold-card-price { color: #CC8800; }
.mixio-home-screen .gold-card-btn { width: 100%; border-radius: 8px; padding: 8px 0; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; transition: opacity 0.15s; }
.mixio-home-screen .gold-card-btn:active { opacity: 0.75; }
.mixio-home-screen .gold-card-btn.once-btn { background: #fff; border: 1.5px solid #FFB020; color: #CC8800; }
.mixio-home-screen .gold-card-btn.sub-btn  { background: linear-gradient(135deg, #FFD97D, #FFB020); border: none; color: #7A4800; }

.mixio-home-screen .coupon-booster-row { display: flex; gap: 16px; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #EDE9FC; }
.mixio-home-screen .cb-item { display: flex; align-items: center; gap: 6px; }
.mixio-home-screen .cb-icon-sm { width: 22px; height: 22px; border-radius: 6px; background: #F0EDFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mixio-home-screen .cb-label { font-size: 10px; color: #9B8BE0; margin-bottom: 1px; }
.mixio-home-screen .cb-value { font-size: 13px; font-weight: 800; color: #1A1A2E; }
.mixio-home-screen .cb-unit { font-size: 10px; color: #B0A8E0; font-weight: 500; }

.mixio-home-screen .level-upsell { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: linear-gradient(135deg, #F3F0FF 0%, #EDE9FF 100%); border: 1px solid #D4CCFF; border-radius: 12px; padding: 11px 14px; margin-top: 10px; }
.mixio-home-screen .level-upsell-left { flex: 1; min-width: 0; }
.mixio-home-screen .level-upsell-title { font-size: 12px; font-weight: 700; color: #4B35C8; margin-bottom: 3px; }
.mixio-home-screen .level-upsell-desc { font-size: 11px; color: #8878CC; line-height: 1.5; }
.mixio-home-screen .level-upsell-btn { background: #6B4FF8; color: #fff; border: none; border-radius: 20px; padding: 7px 14px; font-size: 12px; font-weight: 700; cursor: pointer; font-family: inherit; white-space: nowrap; flex-shrink: 0; transition: opacity 0.15s, transform 0.12s; }
.mixio-home-screen .level-upsell-btn:active { opacity: 0.85; transform: scale(0.96); }
.mixio-home-screen .levelup-buy-panel { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1); }
.mixio-home-screen .levelup-buy-inner { background: #F0EDFF; border: 1px solid #D4CCFF; border-radius: 12px; padding: 12px; margin-top: 8px; }
.mixio-home-screen .levelup-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mixio-home-screen .levelup-opt { background: #fff; border: 1px solid #D4CCFF; border-radius: 11px; padding: 10px 8px; text-align: center; position: relative; }
.mixio-home-screen .levelup-opt-type { display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 20px; margin-bottom: 4px; }
.mixio-home-screen .levelup-opt-type.once { background: #FFF3CD; color: #8A6200; }
.mixio-home-screen .levelup-opt-type.subscribe { background: #E8F5E9; color: #2E7D32; }
.mixio-home-screen .levelup-opt-name { font-size: 13px; font-weight: 700; color: #6B4FF8; margin-bottom: 2px; }
.mixio-home-screen .levelup-opt-price { font-size: 10px; color: #AAA; margin-bottom: 8px; }
.mixio-home-screen .levelup-opt-btn { width: 100%; border-radius: 7px; padding: 6px 0; font-size: 11px; font-weight: 600; cursor: pointer; font-family: inherit; }
.mixio-home-screen .levelup-opt-btn.outline { background: #fff; border: 1px solid #6B4FF8; color: #6B4FF8; }
.mixio-home-screen .levelup-opt-btn.filled { background: #6B4FF8; border: none; color: #fff; }

.mixio-home-screen .level-reward-btn { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: transparent; border: none; cursor: pointer; flex-shrink: 0; padding: 0; font-family: inherit; transition: opacity 0.15s; }
.mixio-home-screen .level-reward-btn:active { opacity: 0.6; }
.mixio-home-screen .base-lv-tag { font-size: 11px; color: #B0A8E0; text-decoration: line-through; text-decoration-color: #CCC; }
.mixio-home-screen .arrow-icon { color: #CCC; font-size: 11px; }
.mixio-home-screen .boosted-lv-tag { display: inline-flex; align-items: center; gap: 4px; background: linear-gradient(135deg, #6B4FF8, #8B72F8); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.mixio-home-screen .boosted-lv-dday { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; }
.mixio-home-screen .dday-badge { display: inline-flex; align-items: center; gap: 4px; background: #FFF3E0; border: 1px solid #FFCC80; border-radius: 20px; padding: 3px 10px; font-size: 11px; font-weight: 700; color: #E65100; }
.mixio-home-screen .dday-rebuy-btn { display: inline-flex; align-items: center; gap: 4px; background: #6B4FF8; border: none; border-radius: 20px; padding: 4px 12px; font-size: 11px; font-weight: 700; color: #fff; cursor: pointer; font-family: inherit; transition: opacity 0.15s, transform 0.12s; }
.mixio-home-screen .dday-rebuy-btn:active { opacity: 0.85; transform: scale(0.96); }

.mixio-home-screen .popup-overlay { display: none; position: fixed; inset: 0; background: rgba(20,10,50,0.45); z-index: 10001; align-items: flex-end; justify-content: center; }
.mixio-home-screen .popup-overlay.show { display: flex; }
.mixio-home-screen .popup-sheet { background: #fff; border-radius: 24px 24px 0 0; max-height: 90vh; display: flex; flex-direction: column; width: 100%; max-width: 480px; animation: mixioHomeSlideUp 0.28s cubic-bezier(0.4,0,0.2,1); }
@keyframes mixioHomeSlideUp { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.mixio-home-screen .popup-header-fixed { padding: 28px 22px 0; flex-shrink: 0; }
.mixio-home-screen .popup-body-scroll { overflow-y: auto; padding: 0 22px; flex: 1; -webkit-overflow-scrolling: touch; }
.mixio-home-screen .popup-footer-fixed { padding: 12px 22px 36px; flex-shrink: 0; }
.mixio-home-screen .popup-handle { width: 36px; height: 4px; background: #E0DCFF; border-radius: 4px; margin: 0 auto 20px; }
.mixio-home-screen .popup-title { font-size: 16px; font-weight: 700; color: #1A1A2E; margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
.mixio-home-screen .popup-title-icon { width: 28px; height: 28px; border-radius: 8px; background: #F0EDFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mixio-home-screen .popup-desc { font-size: 13px; color: #555; line-height: 1.7; margin-bottom: 16px; }
.mixio-home-screen .popup-notice-box { background: #F9F8FF; border: 1px solid #DDD8FB; border-radius: 12px; padding: 14px 16px; margin-top: 10px; margin-bottom: 4px; }
.mixio-home-screen .popup-notice-title { font-size: 12px; font-weight: 700; color: #6B4FF8; margin-top: 15px; margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.mixio-home-screen .popup-notice-title:first-child { margin-top: 0; }
.mixio-home-screen .popup-notice-list { list-style: none; padding: 0; margin: 0; }
.mixio-home-screen .popup-notice-list li { font-size: 12px; color: #777; line-height: 1.65; padding-left: 10px; position: relative; margin-bottom: 4px; }
.mixio-home-screen .popup-notice-list li:last-child { margin-bottom: 0; }
.mixio-home-screen .popup-notice-list li::before { content: '·'; position: absolute; left: 0; color: #A28FFF; }
.mixio-home-screen .level-reward-table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 11px; }
.mixio-home-screen .level-reward-table th { background: #F0EDFF; color: #6B4FF8; font-size: 10px; font-weight: 700; padding: 7px 6px; text-align: center; white-space: nowrap; }
.mixio-home-screen .level-reward-table th:first-child { text-align: left; border-radius: 8px 0 0 0; }
.mixio-home-screen .level-reward-table th:last-child { border-radius: 0 8px 0 0; }
.mixio-home-screen .level-reward-table td { font-size: 11px; color: #444; padding: 7px 6px; border-bottom: 0.5px solid #F0EDFF; text-align: center; }
.mixio-home-screen .level-reward-table td:first-child { text-align: left; }
.mixio-home-screen .level-reward-table tr:last-child td { border-bottom: none; }
.mixio-home-screen .level-reward-table tr.current-lv td { background: #F0EDFF; font-weight: 700; color: #3B2BA0; }
.mixio-home-screen .lv-badge-table { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; font-size: 11px; font-weight: 800; background: #6B4FF8; color: #fff; }
.mixio-home-screen .lv-badge-table.current { background: linear-gradient(135deg, #6B4FF8, #A28FFF); box-shadow: 0 1px 4px rgba(107,79,248,0.35); }
.mixio-home-screen .popup-close-btn { width: 100%; background: #6B4FF8; color: #fff; border: none; border-radius: 14px; padding: 14px 0; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; }

.mixio-home-screen .main-card { background: linear-gradient(145deg, #6B4FF8 0%, #7B5FF8 60%, #8B72F8 100%); border-radius: 20px 20px 0 0; padding: 24px 22px 20px; position: relative; overflow: hidden; }
.mixio-home-screen .main-card::before { content: ''; position: absolute; top: -40px; right: -30px; width: 160px; height: 160px; background: rgba(255,255,255,0.06); border-radius: 50%; }
.mixio-home-screen .main-card::after { content: ''; position: absolute; top: 20px; right: 60px; width: 80px; height: 80px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.mixio-home-screen .card-label { display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,0.72); font-size: 13px; margin-bottom: 6px; }
.mixio-home-screen .card-info-btn { display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; border: 1.2px solid rgba(255,255,255,0.55); border-radius: 50%; font-size: 9px; color: rgba(255,255,255,0.75); font-style: normal; cursor: pointer; background: none; padding: 0; font-family: inherit; }
.mixio-home-screen .amount-row { display: flex; align-items: flex-end; justify-content: space-between; }
.mixio-home-screen .amount-left { display: flex; align-items: baseline; gap: 4px; }
.mixio-home-screen .amount-current { color: #fff; font-size: 58px; font-weight: 800; line-height: 1; letter-spacing: -2px; }
.mixio-home-screen .amount-slash { color: rgba(255,255,255,0.45); font-size: 28px; font-weight: 300; margin: 0 2px; }
.mixio-home-screen .amount-total { color: #fff; font-size: 28px; font-weight: 600; transition: transform 0.3s, color 0.3s; }
.mixio-home-screen .amount-total.bump { transform: scale(1.2); color: #5DCAA5; }
.mixio-home-screen .coin { width: 70px; height: 70px; flex-shrink: 0; margin-bottom: 6px; }
.mixio-home-screen .coin-outer { width: 70px; height: 70px; background: rgba(255,255,255,0.13); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.mixio-home-screen .coin-inner { width: 50px; height: 50px; background: linear-gradient(135deg,rgba(255,255,255,0.28),rgba(255,255,255,0.12)); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 12px rgba(0,0,0,0.18),inset 0 1px 0 rgba(255,255,255,0.3); }
.mixio-home-screen .coin-v { color: rgba(255,255,255,0.85); font-size: 22px; font-weight: 800; font-style: italic; }
.mixio-home-screen .chips { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.mixio-home-screen .chip { display: inline-flex; align-items: center; background: rgba(255,255,255,0.14); border-radius: 20px; padding: 4px 11px; font-size: 11px; color: rgba(255,255,255,0.72); }
.mixio-home-screen .chip-green { background: rgba(93,202,165,0.22); color: #5DCAA5; border: 1px solid rgba(93,202,165,0.35); display: none; }
.mixio-home-screen .chip-green.visible { display: inline-flex; }
.mixio-home-screen .divider { height: 0.5px; background: rgba(255,255,255,0.18); margin: 16px 0; }
.mixio-home-screen .stats-row { display: grid; grid-template-columns: 1fr 1fr; }
.mixio-home-screen .stat-item { display: flex; align-items: center; gap: 10px; }
.mixio-home-screen .stat-item+.stat-item { border-left: 0.5px solid rgba(255,255,255,0.18); padding-left: 16px; }
.mixio-home-screen .stat-label { color: rgba(255,255,255,0.58); font-size: 11px; margin-bottom: 1px; }
.mixio-home-screen .stat-value { font-size: 24px; font-weight: 700; line-height: 1.1; }
.mixio-home-screen .green { color: #5DCAA5; }
.mixio-home-screen .pink { color: #FF6B9D; }

.mixio-home-screen .banner { background: #5B3FE8; border-radius: 0 0 20px 20px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; transition: border-radius 0.35s; }
.mixio-home-screen .banner.open { border-radius: 0; }
.mixio-home-screen .banner-text-sub { color: rgba(255,255,255,0.6); font-size: 12px; margin-bottom: 3px; }
.mixio-home-screen .banner-text-main { color: #fff; font-size: 15px; font-weight: 700; }
.mixio-home-screen .charge-btn { background: #fff; border: none; color: #6B4FF8; font-size: 14px; font-weight: 700; border-radius: 24px; padding: 10px 20px; cursor: pointer; white-space: nowrap; box-shadow: 0 2px 10px rgba(0,0,0,0.14); transition: background 0.2s, color 0.2s; font-family: inherit; }
.mixio-home-screen .charge-btn.open { background: rgba(255,255,255,0.16); color: #fff; box-shadow: none; border: 1px solid rgba(255,255,255,0.3); }

.mixio-home-screen .panel { max-height: 0; overflow: hidden; transition: max-height 0.42s cubic-bezier(0.4,0,0.2,1); }
.mixio-home-screen .panel-inner { background: #fff; border-radius: 0 0 18px 18px; padding: 18px; margin-top: 1px; }
.mixio-home-screen .panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.mixio-home-screen .panel-title { font-size: 15px; font-weight: 600; color: #1A1A2E; }
.mixio-home-screen .packages { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.mixio-home-screen .pkg-card { border-radius: 14px; padding: 14px 12px 12px; text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; }
.mixio-home-screen .pkg-card.once-card { background: #F7F5FF; border: 1.5px solid #C4BCEE; }
.mixio-home-screen .pkg-card.sub-card { background: #EDEAFF; border: 1.5px solid #6B4FF8; }
.mixio-home-screen .pkg-type-icon { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; margin-bottom: 8px; }
.mixio-home-screen .pkg-type-icon.once-icon { background: #EDE9FC; color: #5B3FE8; border: 1px solid #C4BCEE; }
.mixio-home-screen .pkg-type-icon.sub-icon { background: #6B4FF8; color: #fff; }
.mixio-home-screen .pkg-select-wrap { display: flex; align-items: center; justify-content: center; gap: 4px; margin-bottom: 4px; width: 100%; }
.mixio-home-screen .pkg-select { appearance: none; -webkit-appearance: none; background: #fff; border-radius: 8px; padding: 5px 22px 5px 8px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; outline: none; background-repeat: no-repeat; background-position: right 7px center; transition: border-color 0.15s; min-width: 0; flex: 1; }
.mixio-home-screen .once-card .pkg-select { border: 1.5px solid #C4BCEE; color: #5B3FE8; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235B3FE8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.mixio-home-screen .sub-card .pkg-select { border: 1.5px solid #A28FFF; color: #3B2BA0; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%233B2BA0' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.mixio-home-screen .pkg-per-day { font-size: 12px; font-weight: 600; white-space: nowrap; }
.mixio-home-screen .once-card .pkg-per-day { color: #5B3FE8; }
.mixio-home-screen .sub-card .pkg-per-day { color: #3B2BA0; }
.mixio-home-screen .pkg-price { font-size: 11px; margin-bottom: 10px; min-height: 16px; }
.mixio-home-screen .once-card .pkg-price { color: #9B8BE0; }
.mixio-home-screen .sub-card .pkg-price { color: #6B4FF8; }
.mixio-home-screen .pkg-buy { width: 100%; border-radius: 8px; padding: 8px 0; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; transition: opacity 0.15s; }
.mixio-home-screen .pkg-buy:active { opacity: 0.75; }
.mixio-home-screen .pkg-buy.once-btn { background: #fff; border: 1.5px solid #6B4FF8; color: #6B4FF8; }
.mixio-home-screen .pkg-buy.sub-btn { background: linear-gradient(135deg, #6B4FF8, #8B72F8); border: none; color: #fff; }

.mixio-home-screen .progress-section { background: #fff; border-radius: 20px; padding: 20px; margin-top: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.mixio-home-screen .progress-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 12px; }
.mixio-home-screen .progress-title { font-size: 15px; font-weight: 700; color: #1A1A2E; }
.mixio-home-screen .earn-now-btn { display: inline-flex; align-items: center; gap: 5px; background: linear-gradient(135deg, #6B4FF8 0%, #8B72F8 100%); color: #fff; font-size: 12px; font-weight: 700; padding: 7px 13px; border-radius: 20px; border: none; cursor: pointer; font-family: inherit; white-space: nowrap; box-shadow: 0 2px 8px rgba(107,79,248,0.35); }
.mixio-home-screen .progress-values { display: flex; align-items: baseline; gap: 2px; margin-bottom: 6px; flex-wrap: wrap; }
.mixio-home-screen .progress-current { font-size: 26px; font-weight: 800; color: #1A1A2E; }
.mixio-home-screen .progress-slash { color: #DDD; font-size: 20px; font-weight: 300; }
.mixio-home-screen .progress-target { color: #AAA; font-size: 20px; font-weight: 600; }
.mixio-home-screen .max-text-label { font-size: 13px; font-weight: 800; color: #A28FFF; margin-left: 2px; letter-spacing: 0.5px; }
.mixio-home-screen .max-delta-badge { display: none; align-items: center; background: rgba(93,202,165,0.18); border: 1px solid rgba(93,202,165,0.4); border-radius: 20px; padding: 2px 8px; font-size: 10px; font-weight: 700; color: #2E9E7A; margin-left: 4px; vertical-align: middle; position: relative; top: -1px; }
.mixio-home-screen .max-delta-badge.pop { display: inline-flex; animation: mixioHomeDeltaPop 0.4s cubic-bezier(0.34,1.56,0.64,1); }
@keyframes mixioHomeDeltaPop { 0% { transform: scale(0.7); opacity: 0; } 60% { transform: scale(1.12); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }
.mixio-home-screen .progress-bar-wrap { margin-bottom: 4px; }
.mixio-home-screen .progress-bar-labels { display: flex; justify-content: space-between; margin-bottom: 5px; }
.mixio-home-screen .bar-label-base { font-size: 10px; font-weight: 600; color: #8878CC; display: flex; align-items: center; gap: 3px; }
.mixio-home-screen .bar-label-extra { font-size: 10px; font-weight: 600; color: #5DCAA5; display: flex; align-items: center; gap: 3px; }
.mixio-home-screen .bar-label-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.mixio-home-screen .progress-bar-track { height: 10px; border-radius: 10px; background: #F0EDFF; position: relative; overflow: hidden; display: flex; }
.mixio-home-screen .bar-seg-base { height: 100%; background: linear-gradient(90deg,#A28FFF,#7B5FF8); border-radius: 10px 0 0 10px; transition: width 0.6s cubic-bezier(0.4,0,0.2,1); }
.mixio-home-screen .bar-seg-divider { width: 0; position: relative; }
.mixio-home-screen .bar-seg-divider::after { content: ''; position: absolute; top: 0; bottom: 0; left: -1px; width: 2px; background: #fff; z-index: 2; }
.mixio-home-screen .bar-seg-divider.hidden::after { opacity: 0; }
.mixio-home-screen .bar-seg-extra { height: 100%; background: linear-gradient(90deg,#5DCAA5,#3BB88A); border-radius: 0 10px 10px 0; transition: width 0.6s cubic-bezier(0.4,0,0.2,1); }
.mixio-home-screen .bar-seg-base.full { border-radius: 10px; }
.mixio-home-screen .bar-seg-empty { flex: 1; }
.mixio-home-screen .progress-bar-tick { position: relative; height: 0; margin-bottom: 8px; }
.mixio-home-screen .progress-bar-tick.hidden { opacity: 0; }
.mixio-home-screen .tick-line { position: absolute; top: 0; width: 1px; height: 6px; background: #C4BCEE; }
.mixio-home-screen .tick-label { position: absolute; top: 8px; font-size: 9px; font-weight: 600; color: #9B8BE0; transform: translateX(-50%); white-space: nowrap; }
.mixio-home-screen .max-limit-btn { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #EDE9FC; border-radius: 14px; padding: 14px 16px; cursor: pointer; font-family: inherit; transition: transform 0.12s, box-shadow 0.15s; margin-top: 12px; width: 100%; }
.mixio-home-screen .max-limit-btn:active { transform: scale(0.98); }
.mixio-home-screen .max-limit-btn:hover { box-shadow: 0 2px 8px rgba(107,79,248,0.07); }
.mixio-home-screen .max-limit-icon { width: 36px; height: 36px; background: #F0EDFF; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mixio-home-screen .max-limit-text { display: flex; flex-direction: column; align-items: flex-start; flex: 1; min-width: 0; }
.mixio-home-screen .max-limit-label { font-size: 14px; font-weight: 700; color: #1A1A2E; }
.mixio-home-screen .max-limit-price { font-size: 12px; font-weight: 700; color: #6B4FF8; background: #F0EDFF; border: 1px solid #D4CCFF; border-radius: 20px; padding: 5px 12px; white-space: nowrap; flex-shrink: 0; }
.mixio-home-screen .max-panel { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.mixio-home-screen .max-panel-inner { background: #F9F8FF; border: 1px solid #DDD8FB; border-radius: 14px; padding: 16px; margin-top: 10px; }
.mixio-home-screen .max-panel-title { font-size: 13px; font-weight: 600; color: #1A1A2E; margin-bottom: 12px; }
.mixio-home-screen .max-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mixio-home-screen .max-opt { background: #fff; border: 1px solid #DDD8FB; border-radius: 12px; padding: 12px 10px; text-align: center; cursor: pointer; transition: transform 0.1s; position: relative; -webkit-tap-highlight-color: transparent; }
.mixio-home-screen .max-opt:active { transform: scale(0.97); }
.mixio-home-screen .max-opt.best { border: 1.5px solid #6B4FF8; background: #F0EDFF; }
.mixio-home-screen .max-opt.full-width { grid-column: 1 / -1; }
.mixio-home-screen .max-opt-badge { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #6B4FF8; color: #fff; font-size: 9px; font-weight: 700; padding: 2px 9px; border-radius: 10px; white-space: nowrap; }
.mixio-home-screen .max-opt-type { display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 20px; margin-bottom: 4px; }
.mixio-home-screen .max-opt-type.once { background: #FFF3CD; color: #8A6200; }
.mixio-home-screen .max-opt-type.subscribe { background: #E8F5E9; color: #2E7D32; }
.mixio-home-screen .max-opt-limit { font-size: 15px; font-weight: 700; color: #6B4FF8; margin-bottom: 2px; }
.mixio-home-screen .max-opt.best .max-opt-limit { margin-top: 6px; }
.mixio-home-screen .max-opt-desc { font-size: 10px; color: #AAA; margin-bottom: 8px; }
.mixio-home-screen .max-opt-buy { width: 100%; border-radius: 7px; padding: 6px 0; font-size: 11px; font-weight: 600; cursor: pointer; font-family: inherit; }
.mixio-home-screen .max-opt-buy.outline { background: #fff; border: 1px solid #6B4FF8; color: #6B4FF8; }
.mixio-home-screen .max-opt-buy.filled { background: #6B4FF8; border: none; color: #fff; }

.mixio-home-screen .exposure-section { background: #fff; border-radius: 20px; padding: 20px; margin-top: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 24px; }
.mixio-home-screen .exposure-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; gap: 12px; }
.mixio-home-screen .exposure-title-wrap { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mixio-home-screen .exposure-title { font-size: 15px; font-weight: 700; color: #1A1A2E; }
.mixio-home-screen .exposure-count-badge { display: inline-flex; align-items: center; background: #F7F5FF; border: 1px solid #DDD8FB; border-radius: 20px; padding: 4px 10px; font-size: 12px; font-weight: 700; color: #6B4FF8; }
.mixio-home-screen .exposure-setting-btn { display: inline-flex; align-items: center; gap: 5px; background: linear-gradient(135deg, #6B4FF8 0%, #8B72F8 100%); color: #fff; font-size: 12px; font-weight: 700; padding: 7px 13px; border-radius: 20px; border: none; cursor: pointer; font-family: inherit; white-space: nowrap; box-shadow: 0 2px 8px rgba(107,79,248,0.35); transition: opacity 0.15s, transform 0.12s; }
.mixio-home-screen .exposure-setting-btn:active { opacity: 0.85; transform: scale(0.97); }
.mixio-home-screen .exposure-setting-btn-wide { display: flex; align-items: center; justify-content: center; gap: 6px; background: linear-gradient(135deg, #6B4FF8 0%, #8B72F8 100%); color: #fff; font-size: 13px; font-weight: 700; padding: 13px 0; border-radius: 14px; border: none; cursor: pointer; font-family: inherit; width: 100%; box-shadow: 0 2px 8px rgba(107,79,248,0.35); transition: opacity 0.15s, transform 0.12s; margin-top: 4px; }
.mixio-home-screen .exposure-setting-btn-wide:active { opacity: 0.85; transform: scale(0.98); }
.mixio-home-screen .exposure-empty-msg { font-size: 13px; color: #B0A8E0; text-align: center; padding: 20px 0 12px; }

.mixio-home-screen .exposure-list { display: flex; flex-direction: column; gap: 0; }
.mixio-home-screen .exposure-item { padding: 14px 0; border-bottom: 0.5px solid #F0EDFF; display: flex; align-items: flex-start; gap: 10px; }
.mixio-home-screen .exposure-item:last-child { border-bottom: none; padding-bottom: 0; }
.mixio-home-screen .exposure-item:first-child { padding-top: 0; }
.mixio-home-screen .exposure-item.hidden-item { display: none; }
.mixio-home-screen .exposure-list.is-expanded .exposure-item.hidden-item { display: flex; }
.mixio-home-screen .exp-status-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.mixio-home-screen .exp-status-dot.active { background: #5DCAA5; box-shadow: 0 0 0 3px rgba(93,202,165,0.2); }
.mixio-home-screen .exp-item-body { flex: 1; min-width: 0; }
.mixio-home-screen .exp-meta-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3px; gap: 10px; }
.mixio-home-screen .exp-title { font-size: 13px; font-weight: 700; color: #1A1A2E; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; min-width: 0; padding-right: 8px; }
.mixio-home-screen .exp-date { font-size: 10px; color: #B0A8E0; white-space: nowrap; flex-shrink: 0; }
.mixio-home-screen .exp-url { font-size: 11px; font-weight: 500; color: #6B4FF8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px; display: block; text-decoration: underline; text-decoration-color: rgba(107,79,248,0.3); text-underline-offset: 2px; }

.mixio-home-screen .exposure-more-btn { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; margin-top: 12px; padding: 11px 0; background: #F7F5FF; border: 1px solid #DDD8FB; border-radius: 12px; font-size: 13px; font-weight: 600; color: #6B4FF8; cursor: pointer; font-family: inherit; transition: background 0.15s, transform 0.12s; -webkit-tap-highlight-color: transparent; }
.mixio-home-screen .exposure-more-btn:active { background: #EDEAFF; transform: scale(0.98); }
.mixio-home-screen .exposure-more-btn .btn-chevron { transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); flex-shrink: 0; }
.mixio-home-screen .exposure-more-btn.open .btn-chevron { transform: rotate(180deg); }

@media (max-width: 640px) {
  #app.mixio-home-mode {
    padding: 18px 12px 84px;
  }

  .mixio-home-screen .main-card {
    padding: 20px 16px 16px;
  }

  .mixio-home-screen .amount-current {
    font-size: 46px;
  }

  .mixio-home-screen .amount-total {
    font-size: 22px;
  }

  .mixio-home-screen .coin,
  .mixio-home-screen .coin-outer {
    width: 58px;
    height: 58px;
  }

  .mixio-home-screen .coin-inner {
    width: 42px;
    height: 42px;
  }

  .mixio-home-screen .banner {
    padding: 12px 14px;
    border-radius: 0 0 18px 18px;
  }

  .mixio-home-screen .panel-inner,
  .mixio-home-screen .progress-section,
  .mixio-home-screen .exposure-section {
    padding: 14px;
  }

  .mixio-home-screen .gold-cards,
  .mixio-home-screen .packages,
  .mixio-home-screen .levelup-options,
  .mixio-home-screen .max-options {
    grid-template-columns: 1fr;
  }

  .mixio-home-screen .progress-header,
  .mixio-home-screen .exposure-header {
    flex-direction: column;
    align-items: stretch;
  }

  .mixio-home-screen .charge-btn,
  .mixio-home-screen .earn-now-btn,
  .mixio-home-screen .exposure-setting-btn {
    width: 100%;
    justify-content: center;
  }

  .mixio-home-screen .coupon-booster-row {
    flex-direction: column;
    gap: 10px;
  }

  .mixio-home-screen .popup-sheet {
    max-width: none;
  }

  .mixio-home-screen .popup-header-fixed,
  .mixio-home-screen .popup-body-scroll,
  .mixio-home-screen .popup-footer-fixed {
    padding-left: 16px;
    padding-right: 16px;
  }
}