html{background:#000}body{margin:0}#root{min-height:100vh}:root{color:#fff;background:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top,#e08e2b14,#0000 30%),#000;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.login-shell{justify-content:center;align-items:center;min-height:100vh;padding:48px 24px;display:flex;position:relative;overflow:hidden}.login-card{z-index:1;flex-direction:column;gap:32px;width:min(100%,670px);display:flex;position:relative}.login-header{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.brand-lockup{align-items:center;gap:18px;display:flex}.brand-copy{letter-spacing:.08em;flex-direction:column;align-items:flex-start;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:.88;display:flex}.brand-logo{object-fit:contain;width:clamp(80px,12vw,110px);height:clamp(80px,12vw,110px)}#login-title{color:#f5f5f5;margin:0;font-size:clamp(1.75rem,3vw,2rem);font-weight:700}.login-form{flex-direction:column;gap:20px;display:flex}.field-group{flex-direction:column;gap:10px;display:flex}.login-form input{color:#fff;background:#131313fa;border:1px solid #e08e2bcc;border-radius:8px;outline:none;width:100%;min-height:62px;padding:18px 20px;transition:border-color .2s,box-shadow .2s}.login-form input::placeholder{color:#d4d4d4}.login-form input:focus{border-color:#f0a347;box-shadow:0 0 0 3px #e08e2b38}.login-form input[aria-invalid=true]{border-color:#f7b267}.login-form button{color:#fff;cursor:pointer;background:#e08e2b;border:0;border-radius:8px;min-height:62px;font-size:1.05rem;font-weight:700;transition:background-color .2s,transform .2s,opacity .2s}.login-form button:hover{background:#c8791d}.login-form button:focus-visible{outline-offset:3px;outline:3px solid #ffffff73}.login-form button:active{transform:translateY(1px)}.login-form button:disabled{opacity:.75;cursor:not-allowed}.field-error,.submission-message{color:#f6d3a7;margin:0;font-size:.95rem}.submission-message{text-align:center}.dashboard-shell{background:#0a0a0a;grid-template-columns:240px 1fr 300px;gap:12px;min-height:100vh;padding:12px 12px 12px 0;display:grid}.dashboard-sidebar{color:#fff;background:#e8871e;flex-direction:column;gap:32px;padding:32px 22px;display:flex}.sidebar-brand-lockup{flex-direction:row;align-items:center;gap:12px;display:flex}.sidebar-brand-logo{object-fit:contain;width:74px;height:74px}.sidebar-brand-copy{letter-spacing:.06em;color:#fff;flex-direction:column;font-size:1.1rem;font-weight:900;line-height:1.1;display:flex}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.sidebar-nav-item{color:#ffffffd9;letter-spacing:.04em;border:none;border-bottom:2px solid #0000;border-radius:0;padding:12px 4px;font-size:.95rem;font-weight:700;text-decoration:none}.sidebar-nav-item--active{color:#fff;background:0 0;border-bottom-color:#fff}.sidebar-logout{color:#fff;cursor:pointer;background:#0000001f;border:1px solid #fff6;border-radius:8px;margin-top:auto;padding:11px 14px;font-weight:700}.dashboard-main{background:#111;border-radius:20px;flex-direction:column;gap:22px;padding:28px 26px;display:flex;overflow-y:auto}.dashboard-header h1{color:#f8f8f8;margin:0;font-size:clamp(1.3rem,2.4vw,1.75rem)}.dashboard-eyebrow{color:#f0a347;letter-spacing:.03em;margin:0 0 8px;font-weight:700}.dashboard-message{color:#f6d3a7;margin:0}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stats-grid--wallet{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{background:#111;border:1px solid #ffffff17;border-radius:16px;flex-direction:column;gap:12px;min-height:155px;padding:18px;display:flex}.stat-icon{font-size:1.35rem}.stat-label{color:#ccc;font-weight:600}.stat-value{margin-top:auto;font-size:clamp(1.5rem,2.4vw,2rem)}.stat-value--compact{font-size:clamp(1.15rem,2vw,1.4rem)}.stat-detail{color:#bcbcbc;margin:0;line-height:1.5}.decor{-webkit-user-select:none;user-select:none;opacity:.92;line-height:1;position:absolute}.decor img{filter:drop-shadow(0 4px 12px #0009);max-width:100%;height:auto;display:block}.decor--note{color:#fff;top:13%;left:12%}.decor--astronaut-top{top:16%;right:10%}.decor--astronaut-bottom{bottom:10%;left:10%}.decor--planet{bottom:12%;right:12%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid--wallet{grid-template-columns:repeat(3,minmax(0,1fr))}.ov-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.decor--note{top:8%;left:8%}.decor--astronaut-top{top:10%;right:6%}.decor--astronaut-bottom{bottom:7%;left:5%}.decor--planet{bottom:8%;right:6%}.dashboard-shell{grid-template-columns:1fr;padding:0}.dashboard-right-sidebar{border-radius:0;margin:0}.dashboard-sidebar{gap:20px}.sidebar-brand-lockup{flex-direction:row;align-items:center}.sidebar-nav{flex-flow:wrap}}@media (width<=700px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid--wallet,.report-grid{grid-template-columns:1fr}.ov-stats-grid{grid-template-columns:1fr 1fr}.ov-chart-body{height:160px}}@media (width<=640px){.login-shell{padding:32px 18px}.login-card{gap:28px}.brand-lockup{flex-direction:column;gap:12px}.brand-copy{letter-spacing:.04em;align-items:center}.login-form{gap:16px}.login-form input,.login-form button{min-height:58px}.decor{opacity:.6}.decor img{width:clamp(56px,10vw,80px);height:auto}.decor--note{top:6%;left:7%}.decor--astronaut-top{top:8%;right:6%}.decor--astronaut-bottom{bottom:5%;left:4%}.decor--planet{bottom:6%;right:5%}.stats-grid{grid-template-columns:1fr}}.ledger-section{flex-direction:column;gap:16px;display:flex}.ledger-title{color:#f8f8f8;margin:0;font-size:clamp(1rem,2vw,1.25rem);font-weight:700}.ledger-table-wrap{border:1px solid #ffffff17;border-radius:12px;overflow-x:auto}.ledger-table{border-collapse:collapse;width:100%;font-size:.9rem}.ledger-table th,.ledger-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #ffffff12;padding:12px 14px}.ledger-table thead th{color:#ccc;letter-spacing:.05em;text-transform:uppercase;background:#111;font-size:.8rem;font-weight:700}.ledger-table tbody tr:last-child td{border-bottom:none}.ledger-table tbody tr{background:#0a0a0a;transition:background-color .15s}.ledger-table tbody tr:hover{background:#141414}.ledger-debit{color:#f87171}.ledger-credit{color:#4ade80}.ledger-table th.ledger-debit,.ledger-table th.ledger-credit{color:inherit}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.report-panel{background:#111;border:1px solid #ffffff17;border-radius:16px;padding:18px}.report-list{flex-direction:column;gap:14px;margin:18px 0 0;padding:0;list-style:none;display:flex}.report-list-item{border-bottom:1px solid #ffffff12;justify-content:space-between;gap:16px;padding-bottom:14px;display:flex}.report-list-item:last-child{border-bottom:none;padding-bottom:0}.report-list-item strong,.report-list-item span{color:#f8f8f8}.report-list-item p{color:#bcbcbc;margin:6px 0 0}@media (width<=700px){.ledger-table th,.ledger-table td{padding:10px}}.ov-header-row{background:#1c1c1c;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;display:flex}.ov-header-icon{flex-shrink:0}.ov-header-icon img{display:block}.ov-welcome-line{color:#fff;margin:0;font-size:1rem;font-weight:400}.ov-welcome-line strong{font-weight:800}.ov-subtitle-line{color:#888;margin:3px 0 0;font-size:.85rem}.ov-section-title{color:#fff;letter-spacing:.04em;margin:0;font-size:1.6rem;font-weight:800}.ov-section-title--orange{color:#f5921e}.ov-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.ov-stat-card{background:#1c1c1c;border-radius:16px;flex-direction:column;gap:8px;padding:20px 16px;display:flex}.ov-stat-icon{font-size:1.4rem}.ov-stat-label{color:#ccc;font-size:.78rem;line-height:1.3}.ov-stat-value{color:#fff;letter-spacing:-.01em;margin-top:4px;font-size:clamp(1.6rem,2.2vw,2.2rem);font-weight:700}.ov-chart-card{background:#1c1c1c;border-radius:16px;padding:22px 20px}.ov-chart-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.ov-chart-title{color:#fff;font-size:.95rem;font-weight:700}.ov-chart-year-btn{color:#aaa;cursor:pointer;background:#2a2a2a;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:.8rem;display:inline-flex}.ov-chart-body{gap:0;height:200px;display:flex}.ov-chart-yaxis{color:#777;text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;width:34px;padding-bottom:22px;font-size:.68rem;display:flex}.ov-chart-bars-area{flex:1;align-items:stretch;gap:5px;padding-left:8px;display:flex}.ov-bar-column{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex}.ov-bar-rail{background:#2a2a2a;border-radius:10px;flex:1;width:100%;position:relative;overflow:hidden}.ov-bar-fill{background:linear-gradient(#f7a84a,#e8871e);border-radius:10px;min-height:4px;position:absolute;bottom:0;left:0;right:0}.ov-bar-label{color:#777;flex-shrink:0;height:17px;font-size:.6rem;line-height:17px}.dashboard-right-sidebar{background:#111;border-radius:20px;flex-direction:column;gap:22px;padding:24px 18px;display:flex;overflow-y:auto}.rp-profile{flex-direction:column;align-items:center;gap:12px;display:flex}.rp-avatar{background:linear-gradient(135deg,#3a2a5a,#5a3a7a);border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;display:flex}.rp-avatar-initials{color:#fff;letter-spacing:.04em;font-size:1.6rem;font-weight:700}.rp-name{color:#fff;text-align:center;margin:0;font-size:.95rem;font-weight:700}.rp-section{flex-direction:column;gap:10px;display:flex}.rp-section-header{justify-content:space-between;align-items:center;display:flex}.rp-section-title{color:#f5921e;margin:0;font-size:.9rem;font-weight:700}.rp-upload-btn{color:#fff;cursor:pointer;background:#f5921e;border:none;border-radius:20px;padding:4px 14px;font-size:.75rem;font-weight:600;transition:background-color .2s}.rp-upload-btn:hover{background:#d9781a}.rp-notif-card{background:#1c1c1c;border-radius:12px;gap:10px;padding:12px;display:flex}.rp-notif-icon{flex-shrink:0;font-size:1.4rem;line-height:1}.rp-notif-body{flex-direction:column;gap:6px;display:flex}.rp-notif-text{color:#ccc;margin:0;font-size:.77rem;line-height:1.45}.rp-notif-time{color:#888;font-size:.72rem}.rp-announce-card{border-radius:14px;justify-content:space-between;align-items:flex-start;gap:10px;padding:16px;display:flex;position:relative;overflow:hidden}.rp-announce-card--features{background:linear-gradient(135deg,#c4791a,#7a3e08)}.rp-announce-card--artist{background:linear-gradient(135deg,#8b1a1a,#5a0a0a)}.rp-announce-content{flex-direction:column;flex:1;gap:6px;display:flex}.rp-announce-title{color:#fff;letter-spacing:.04em;margin:0;font-size:.82rem;font-weight:800;line-height:1.3}.rp-announce-sub{color:#ffffffbf;margin:0;font-size:.74rem}.rp-announce-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.rp-announce-list li{color:#fff;font-size:.76rem;font-weight:600}.rp-announce-list li:before{content:"• "}.rp-cta-btn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:20px;align-self:flex-start;margin-top:4px;padding:5px 14px;font-size:.75rem;font-weight:700;transition:opacity .2s}.rp-cta-btn:hover{opacity:.88}.rp-announce-art{flex-shrink:0}.rp-announce-art img{width:56px;height:auto;display:block}
