#home-dashboard{--home-primary:#e33e35;--home-primary-light:#e33e351a;--home-success:#22c55e;--home-success-light:#22c55e1a;--home-bg:#f8f6f6;--home-card-bg:#fff;--home-text:#0f172a;--home-text-muted:#64748b;--home-border:#e33e350d;background:var(--home-bg);color:var(--home-text);font-family:Space Grotesk,sans-serif}#home-dashboard .home-header{z-index:50;-webkit-backdrop-filter:blur(12px);background:#f8f6f6cc;border-bottom:1px solid #e33e351a;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}#home-dashboard .home-header-left{align-items:center;gap:12px;display:flex}#home-dashboard .home-header-logo{background:var(--home-primary);background-position:50%;background-size:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;box-shadow:0 4px 14px #e33e3533}#home-dashboard .home-header-title{letter-spacing:-.02em;color:var(--home-text);font-size:20px;font-weight:700}#home-dashboard .home-header-right{align-items:center;gap:8px;display:flex}#home-dashboard .home-header-btn{width:40px;height:40px;color:var(--home-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex;position:relative}#home-dashboard .home-header-btn:hover{background:var(--home-primary-light)}#home-dashboard .home-header-btn .material-symbols-outlined{font-size:24px}#home-dashboard .home-header-btn .home-notif-dot{background:var(--home-primary);border:2px solid var(--home-bg);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}#home-dashboard .home-header-avatar{background-position:50%;background-size:cover;background-color:var(--home-text-muted);border:2px solid #e33e3533;border-radius:50%;width:32px;height:32px}#home-dashboard .home-balance-section{padding:16px}#home-dashboard .home-balance-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-balance-head{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}#home-dashboard .home-balance-label{color:var(--home-text-muted);font-size:14px;font-weight:500}#home-dashboard .home-balance-value{color:var(--home-text);margin-top:4px;font-size:28px;font-weight:700}#home-dashboard .home-balance-usd{color:var(--home-text-muted);margin-top:4px;font-size:13px}#home-dashboard .home-balance-krw{color:var(--home-text-muted);font-size:16px;font-weight:500}#home-dashboard .home-balance-icon-wrap{background:var(--home-primary-light);border-radius:8px;padding:8px}#home-dashboard .home-balance-icon-wrap .material-symbols-outlined{color:var(--home-primary);font-size:24px}#home-dashboard .home-balance-actions{grid-template-columns:auto 1fr;align-items:stretch;gap:12px;margin-top:16px;display:grid}#home-dashboard .home-balance-actions .home-balance-btn:first-child{white-space:nowrap}#home-dashboard .home-balance-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .1s;display:flex}#home-dashboard .home-balance-btn:active{transform:scale(.98)}#home-dashboard .home-balance-btn-primary{background:var(--home-primary);color:#fff;box-shadow:0 4px 14px #e33e3533}#home-dashboard .home-balance-btn-primary:hover{filter:brightness(.96)}#home-dashboard .home-balance-btn-secondary{background:var(--home-primary-light);color:var(--home-primary)}#home-dashboard .home-balance-btn .material-symbols-outlined{font-size:18px}#home-dashboard .home-balance-btn:disabled{opacity:.6;cursor:not-allowed}#home-dashboard .home-balance-btn-card{background:var(--home-primary);color:#fff;box-shadow:0 4px 14px #e33e3533}#home-dashboard .home-balance-btn-card:hover:not(:disabled){filter:brightness(.96)}#home-dashboard .home-balance-btn-card:disabled{color:#fff;box-shadow:none;opacity:1;background:#94a3b8}#home-dashboard .home-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#home-dashboard .home-modal-card{text-align:center;background:#fff;border-radius:12px;min-width:280px;padding:24px;box-shadow:0 8px 32px #00000026}#home-dashboard .home-modal-message{color:var(--home-text);margin-bottom:20px;font-size:16px;font-weight:500}#home-dashboard .home-modal-actions{justify-content:flex-end;display:flex}#home-dashboard .home-stats-section{grid-template-columns:1fr 1fr;gap:16px;padding:0 16px 16px;display:grid}#home-dashboard .home-stat-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-stat-card-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}#home-dashboard .home-stat-card-head .material-symbols-outlined{color:var(--home-primary);font-size:20px}#home-dashboard .home-stat-card-label{color:var(--home-text-muted);font-size:12px;font-weight:600}#home-dashboard .home-stat-card-value{color:var(--home-text);font-size:20px;font-weight:700}#home-dashboard .home-mining-section{padding:0 16px 16px}#home-dashboard .home-mining-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}#home-dashboard .home-mining-title{color:var(--home-text);font-size:18px;font-weight:700}#home-dashboard .home-mining-link{color:var(--home-primary);align-items:center;gap:2px;font-size:14px;font-weight:500;text-decoration:none;display:flex}#home-dashboard .home-mining-link:hover{text-decoration:underline}#home-dashboard .home-mining-link .material-symbols-outlined{font-size:18px}#home-dashboard .home-mining-list{flex-direction:column;gap:12px;display:flex}#home-dashboard .home-mining-item{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-mining-item-left{align-items:center;gap:16px;display:flex}#home-dashboard .home-mining-item-icon{background:var(--home-bg);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}#home-dashboard .home-mining-item-icon .material-symbols-outlined{color:var(--home-text-muted);font-size:24px}#home-dashboard .home-mining-item-name{color:var(--home-text);font-weight:700}#home-dashboard .home-mining-item-meta{color:var(--home-text-muted);margin-top:2px;font-size:14px}#home-dashboard .home-mining-badge{background:var(--home-success-light);border-radius:9999px;align-items:center;gap:6px;padding:4px 8px;display:flex}#home-dashboard .home-mining-badge-dot{background:var(--home-success);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite home-pulse}#home-dashboard .home-mining-badge-dot.deactive{background:#94a3b8;animation:none}@keyframes home-pulse{0%,to{opacity:1}50%{opacity:.5}}#home-dashboard .home-mining-badge-text{color:var(--home-success);text-transform:uppercase;font-size:10px;font-weight:700}#home-dashboard .home-mining-badge-dot.deactive~.home-mining-badge-text{color:#94a3b8}#home-dashboard .home-mining-item-meta-sub{color:var(--home-muted);margin-top:2px;font-size:14px}#home-dashboard .home-accumulated-value{color:var(--home-success);font-weight:700}#home-dashboard .home-banner-section{padding:0 16px 32px}#home-dashboard .home-banner{border-radius:12px;width:100%;height:128px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001f}#home-dashboard .home-banner-overlay{background:linear-gradient(to right,var(--home-primary),#ea580c);opacity:.9;z-index:1;position:absolute;inset:0}#home-dashboard .home-banner-bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}#home-dashboard .home-banner-content{z-index:2;flex-direction:column;justify-content:center;height:100%;padding:20px;display:flex;position:relative}#home-dashboard .home-banner-tag{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}#home-dashboard .home-banner-title{color:#fff;margin-top:4px;font-size:20px;font-weight:800;line-height:1.3}#home-dashboard .home-banner-link{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-top:8px;padding:0;font-family:inherit;font-size:12px;font-weight:700;text-decoration:underline;display:inline-flex}#home-dashboard .home-banner-link .material-symbols-outlined{font-size:16px}#home-dashboard .home-mining-item{cursor:pointer;transition:box-shadow .2s}#home-dashboard .home-mining-item:hover{box-shadow:0 4px 12px #00000014}#home-dashboard .home-drawer-overlay{z-index:1000;opacity:0;visibility:hidden;background:#0f172a66;transition:opacity .25s,visibility .25s;position:fixed;inset:0}#home-dashboard .home-drawer-overlay.is-open{opacity:1;visibility:visible}#home-dashboard .home-drawer-panel{z-index:1001;background:var(--home-bg);flex-direction:column;width:100%;max-width:28rem;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}#home-dashboard .home-drawer-overlay.is-open .home-drawer-panel{transform:translate(0)}#home-dashboard .home-drawer-scroll{-ms-overflow-style:none;scrollbar-width:none;flex:1;padding-bottom:24px;overflow-y:auto}#home-dashboard .home-drawer-scroll::-webkit-scrollbar{display:none}#home-dashboard .home-drawer-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8f6f6e6;border-bottom:1px solid #e33e351a;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px;display:flex}#home-dashboard .home-drawer-header-left{align-items:center;gap:12px;display:flex}#home-dashboard .home-drawer-back{cursor:pointer;width:40px;height:40px;color:var(--home-text);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}#home-dashboard .home-drawer-back:hover{background:var(--home-primary-light)}#home-dashboard .home-drawer-title{letter-spacing:-.02em;color:var(--home-text);font-size:18px;font-weight:700}#home-dashboard .home-drawer-status{align-items:center;gap:6px;margin-top:2px;display:flex}#home-dashboard .home-drawer-status-dot{background:var(--home-success);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite home-pulse}#home-dashboard .home-drawer-status-dot.deactive{background:#94a3b8;animation:none}#home-dashboard .home-drawer-status-text{text-transform:uppercase;letter-spacing:.05em;color:var(--home-success);font-size:10px;font-weight:700}#home-dashboard .home-drawer-status .home-drawer-status-dot.deactive~.home-drawer-status-text{color:#94a3b8}#home-dashboard .home-drawer-more{cursor:pointer;width:40px;height:40px;color:var(--home-text-muted);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}#home-dashboard .home-drawer-more:hover{background:var(--home-primary-light)}#home-dashboard .home-drawer-body{flex-direction:column;gap:16px;width:100%;max-width:28rem;margin:0 auto;padding:16px;display:flex}#home-dashboard .home-detail-harvest{color:#fff;background:#0f172a;border-radius:12px;padding:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}#home-dashboard .home-detail-harvest-icon{opacity:.15;color:var(--home-primary);padding:16px;font-size:48px;position:absolute;top:0;right:0}#home-dashboard .home-detail-harvest-label{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-size:10px;font-weight:700}#home-dashboard .home-detail-harvest-value{letter-spacing:-.02em;margin-top:8px;font-size:28px;font-weight:700}#home-dashboard .home-detail-harvest-value .home-accumulated-value{color:var(--home-success)}#home-dashboard .home-detail-harvest-value-white{color:#fff}#home-dashboard .home-detail-harvest-value-white .unit{color:#ffffffd9;font-size:1rem;font-weight:600}#home-dashboard .home-detail-harvest-subtitle{color:#ffffffbf;margin-top:4px;font-size:11px}#home-dashboard .home-detail-harvest-value .unit{color:var(--home-primary);font-size:1rem;font-weight:600}#home-dashboard .home-detail-harvest-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}#home-dashboard .home-detail-harvest-usd{color:#94a3b8;font-size:16px;font-weight:500}#home-dashboard .home-detail-harvest-btn{background:var(--home-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:filter .2s;box-shadow:0 4px 14px #e33e354d}#home-dashboard .home-detail-harvest-btn:hover{filter:brightness(.95)}#home-dashboard .home-detail-power{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-detail-power-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}#home-dashboard .home-detail-power-head-left{align-items:center;gap:8px;display:flex}#home-dashboard .home-detail-power-head-left .material-symbols-outlined{color:var(--home-primary);font-size:20px}#home-dashboard .home-detail-power-title{color:var(--home-text);font-size:14px;font-weight:700}#home-dashboard .home-detail-power-pct{color:var(--home-primary);font-size:14px;font-weight:700}#home-dashboard .home-detail-power-bar{background:var(--home-primary-light);border-radius:9999px;width:100%;height:10px;overflow:hidden}#home-dashboard .home-detail-power-fill{background:var(--home-primary);border-radius:9999px;height:100%;transition:width .3s}#home-dashboard .home-detail-power-labels{text-transform:uppercase;letter-spacing:.02em;color:var(--home-text-muted);justify-content:space-between;margin-top:8px;font-size:10px;font-weight:500;display:flex}#home-dashboard .home-detail-power-labels .opt{color:var(--home-success)}#home-dashboard .home-detail-specs{grid-template-columns:1fr 1fr;gap:12px;display:grid}#home-dashboard .home-detail-spec-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-detail-spec-head{color:var(--home-primary);align-items:center;gap:8px;margin-bottom:8px;display:flex}#home-dashboard .home-detail-spec-head .material-symbols-outlined{font-size:18px}#home-dashboard .home-detail-spec-label{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}#home-dashboard .home-detail-spec-value{color:var(--home-text);font-size:20px;font-weight:700}#home-dashboard .home-detail-spec-value.success{color:var(--home-success)}#home-dashboard .home-detail-contract{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-detail-contract-head{background:var(--home-primary-light);border-bottom:1px solid #e33e351a;padding:8px 16px}#home-dashboard .home-detail-contract-head p{text-transform:uppercase;letter-spacing:.1em;color:var(--home-primary);margin:0;font-size:10px;font-weight:700}#home-dashboard .home-detail-contract-row{border-bottom:1px solid var(--home-border);justify-content:space-between;align-items:center;padding:16px;display:flex}#home-dashboard .home-detail-contract-row:last-child{border-bottom:none}#home-dashboard .home-detail-contract-row .label{color:var(--home-text-muted);font-size:14px}#home-dashboard .home-detail-contract-row .value{color:var(--home-text);font-size:14px;font-weight:700}#home-dashboard .home-detail-contract-row .value.success{color:var(--home-success)}#home-dashboard .home-detail-history{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}#home-dashboard .home-detail-history-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}#home-dashboard .home-detail-history-title{text-transform:uppercase;letter-spacing:.05em;color:var(--home-text);font-size:12px;font-weight:700}#home-dashboard .home-detail-history-tabs{background:#f1f5f9;border-radius:8px;padding:2px;display:flex}#home-dashboard .home-detail-history-tab{color:var(--home-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:10px;font-weight:700}#home-dashboard .home-detail-history-tab.active{color:var(--home-primary);background:#fff;box-shadow:0 1px 2px #0000000f}#home-dashboard .home-detail-history-list{flex-direction:column;gap:0;display:flex}#home-dashboard .home-detail-history-item{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:12px 0;font-size:12px;display:flex}#home-dashboard .home-detail-history-item:last-child{border-bottom:none}#home-dashboard .home-detail-history-item-left p:first-child{color:var(--home-text);margin:0 0 2px;font-weight:700}#home-dashboard .home-detail-history-item-left p:last-child{color:var(--home-text-muted);margin:0;font-size:10px}#home-dashboard .home-detail-history-item-right{text-align:right}#home-dashboard .home-detail-history-item-right .amount{color:var(--home-success);font-weight:700}#home-dashboard .home-detail-history-item-right .sub{color:var(--home-text-muted);margin:0;font-size:10px}#home-dashboard .home-detail-history-more{width:100%;color:var(--home-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;margin-top:16px;padding:10px;font-family:inherit;font-size:12px;font-weight:700;transition:background .2s}#home-dashboard .home-detail-history-more:hover{background:var(--home-primary-light)}#home-dashboard .material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}
