:root{--ink:#15201d;--muted:#6f7975;--line:#e6e9e7;--paper:#f6f7f5;--white:#fff;--green:#153f36;--mint:#b9e4d0;--lime:#dff376;--violet:#7867d8;--amber:#e5a438;--coral:#e76f51;--shadow:0 16px 50px rgba(28,47,40,.08)}*{box-sizing:border-box}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:var(--green);padding:32px 20px 22px;color:white;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 32px;color:#fff;text-decoration:none;font-family:Manrope,sans-serif;font-size:18px;font-weight:800;letter-spacing:3px}.brand-mark{display:grid;place-items:center;width:35px;height:35px;background:var(--lime);color:var(--green);border-radius:9px;letter-spacing:0;font-size:16px}.nav{display:flex;flex-direction:column;gap:6px}.nav-item{border:0;background:transparent;color:#c7d6d1;padding:12px 13px;border-radius:10px;display:flex;align-items:center;gap:13px;text-align:left;font-weight:500}.nav-item:hover,.nav-item.active{color:white;background:rgba(255,255,255,.1)}.nav-icon{font-size:20px;width:22px;text-align:center}.nav-count{margin-left:auto;background:rgba(255,255,255,.14);font-size:11px;padding:2px 7px;border-radius:9px}.sidebar-card{margin-top:auto;padding:20px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.08);border-radius:14px}.sidebar-card-icon{color:var(--lime);font-size:21px}.sidebar-card strong{display:block;font-family:Manrope;margin:10px 0 5px;font-size:13px;line-height:1.4}.sidebar-card p{font-size:11px;color:#a9bdb7;line-height:1.5;margin:0}.profile{display:flex;align-items:center;gap:10px;padding:22px 5px 0}.profile .avatar{width:35px;height:35px;border-radius:50%;background:var(--mint);color:var(--green);display:grid;place-items:center;font-weight:700;font-size:12px}.profile>span:nth-child(2){display:flex;flex-direction:column;font-size:12px}.profile small{color:#95aaa4;margin-top:3px}.profile button{margin-left:auto;background:none;border:0;color:#8fa59f}main{margin-left:248px;min-height:100vh}.topbar{height:79px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 4.5%;gap:14px;position:sticky;top:0;z-index:15}.search-wrap{height:40px;width:min(440px,45vw);display:flex;align-items:center;gap:10px;background:var(--paper);padding:0 13px;border-radius:9px;color:#84908c}.search-wrap input,.filter-search input{border:0;outline:0;background:transparent;width:100%;color:var(--ink)}.search-wrap kbd{font-size:10px;border:1px solid #dadddb;background:#fff;padding:3px 6px;border-radius:5px;white-space:nowrap}.icon-button{position:relative;margin-left:auto;border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:9px}.notification-dot{position:absolute;right:9px;top:8px;width:5px;height:5px;background:var(--coral);border-radius:50%}.primary-button,.ghost-button{border-radius:9px;padding:11px 17px;font-weight:600;border:0}.primary-button{background:var(--green);color:#fff}.primary-button:hover{background:#205448}.primary-button span{color:var(--lime);font-size:17px}.ghost-button{background:#fff;border:1px solid var(--line);color:var(--ink)}.mobile-menu{display:none;border:0;background:none;font-size:22px}.view{display:none;padding:54px 4.5% 70px;max-width:1600px;margin:auto}.view.active{display:block}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px}.page-heading.compact{align-items:center}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:#8a9491;margin:0 0 9px}.page-heading h1{font-family:Manrope,sans-serif;font-size:36px;letter-spacing:-1.6px;margin:0}.page-heading h1 em{font-style:normal;color:#598c7f}.page-heading>div>p:last-child{margin:8px 0 0;color:var(--muted);font-size:14px}.stats-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:16px;margin-bottom:20px}.stat-card{position:relative;min-height:168px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:21px;overflow:hidden}.stat-card.featured{background:var(--green);color:#fff;border:0}.stat-label{display:flex;align-items:center;gap:9px;font-size:12px;color:#6e7975;font-weight:500}.featured .stat-label{color:#b9cbc6}.stat-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--mint);color:var(--green);font-weight:700}.stat-icon.violet{background:#eeeafd;color:var(--violet)}.stat-icon.amber{background:#fff3de;color:var(--amber)}.stat-icon.coral{background:#fce9e4;color:var(--coral)}.stat-value{font-family:Manrope,sans-serif;font-size:28px;font-weight:700;margin:20px 0 8px;letter-spacing:-1px}.stat-footer{display:flex;align-items:center;gap:7px;color:#929a97;font-size:11px}.trend{padding:3px 6px;border-radius:5px;font-weight:700}.trend.positive{background:#e2f6ec;color:#27795d}.featured .trend.positive{background:rgba(223,243,118,.15);color:var(--lime)}.trend.neutral{background:#f0f1f0;color:#68736f}.sparkline{position:absolute;right:18px;bottom:20px;width:95px;height:37px;display:flex;align-items:flex-end;gap:4px;opacity:.7}.sparkline span{width:8px;background:var(--mint);border-radius:2px 2px 0 0}.sparkline span:nth-child(1){height:20%}.sparkline span:nth-child(2){height:45%}.sparkline span:nth-child(3){height:35%}.sparkline span:nth-child(4){height:65%}.sparkline span:nth-child(5){height:55%}.sparkline span:nth-child(6){height:85%}.sparkline span:nth-child(7){height:72%}.sparkline span:nth-child(8){height:100%;background:var(--lime)}.dashboard-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:20px;margin-bottom:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.panel-header h2{font-family:Manrope,sans-serif;font-size:17px;margin:0}.text-button{border:0;background:none;color:#4f796f;font-weight:600;font-size:12px}.game-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.highlight-card{position:relative;height:210px;border-radius:11px;overflow:hidden;background:#d8ddda;color:#fff}.highlight-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.highlight-card:hover img{transform:scale(1.04)}.highlight-card::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(8,20,17,.92))}.highlight-info{position:absolute;z-index:2;left:14px;right:14px;bottom:13px}.highlight-info strong{font-family:Manrope;font-size:13px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.highlight-info span{font-size:10px;color:#cbd7d3}.highlight-value{float:right;color:var(--lime)!important;font-size:13px!important;font-weight:700}.cover-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#79968e,#284d43);font-family:Manrope;font-size:48px;font-weight:800;color:rgba(255,255,255,.4)}.donut-wrap{display:flex;align-items:center;gap:26px;min-height:190px}.donut{width:152px;height:152px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) 0 45%,var(--mint) 45% 75%,var(--amber) 75% 90%,var(--violet) 90%);position:relative;flex:none}.donut:after{content:"";position:absolute;width:92px;height:92px;border-radius:50%;background:#fff}.donut span{position:relative;z-index:2;text-align:center;font-family:Manrope;font-size:25px;font-weight:700}.donut small{display:block;font-size:8px;color:#8a9491;letter-spacing:1.5px;margin-top:2px}.legend{flex:1}.legend-item{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;font-size:11px;margin:12px 0}.legend-dot{width:7px;height:7px;border-radius:50%}.legend-item span:last-child{color:#8b9591}.recent-panel{padding-bottom:10px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:#919996;font-size:9px;letter-spacing:1.2px;text-transform:uppercase;padding:0 12px 11px}td{border-top:1px solid #eef0ef;padding:13px 12px}.table-game{display:flex;align-items:center;gap:10px;font-weight:600}.table-cover{width:31px;height:38px;object-fit:cover;border-radius:4px;background:#dfe4e1}.platform-pill,.condition-pill{font-size:10px;padding:5px 8px;border-radius:6px;background:#f1f3f2;color:#56635f}.value-cell{color:#387c68;font-weight:700}.collection-tools{display:flex;gap:10px;align-items:center;margin-bottom:22px}.filter-search{height:42px;min-width:260px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 12px;color:#89938f}.collection-tools select{height:42px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 30px 0 12px;color:#596460}.result-count{margin-left:auto;color:#8c9592;font-size:12px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.game-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s}.game-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.game-card-cover{height:235px;background:#d8dfdc;position:relative;overflow:hidden}.game-card-cover img{width:100%;height:100%;object-fit:cover}.game-card-cover .cover-placeholder{font-size:60px}.card-value{position:absolute;right:10px;top:10px;background:rgba(15,42,35,.9);color:var(--lime);padding:6px 9px;border-radius:7px;font-weight:700;font-size:12px}.game-card-body{padding:16px}.game-card-body h3{font-family:Manrope;font-size:15px;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-meta{display:flex;justify-content:space-between;color:#83908b;font-size:10px;margin-bottom:16px}.card-footer{display:flex;align-items:center;border-top:1px solid #edf0ee;padding-top:12px}.card-footer span{font-size:10px;color:#78837f}.card-actions{margin-left:auto;display:flex;gap:5px}.card-actions button{width:28px;height:28px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#67736e}.card-actions button:hover{color:var(--green);border-color:#b5c9c2}.empty-state,.coming-soon{text-align:center;padding:80px 20px;background:#fff;border:1px dashed #d5dad7;border-radius:14px}.empty-state{display:none}.empty-state span,.coming-soon span{font-size:42px;color:#7ca395}.empty-state h2,.coming-soon h2{font-family:Manrope;margin:12px 0 4px}.empty-state p,.coming-soon p{color:var(--muted);margin:0 0 20px}.modal-backdrop{position:fixed;inset:0;background:rgba(12,27,23,.55);z-index:50;display:none;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(3px)}.modal-backdrop.open{display:flex}.modal{background:#fff;width:min(610px,100%);max-height:95vh;overflow:auto;border-radius:17px;box-shadow:0 30px 90px rgba(0,0,0,.25);padding:28px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.modal-header h2{font-family:Manrope;margin:0;font-size:23px}.modal-close{border:0;background:#f1f3f2;border-radius:50%;font-size:23px;width:34px;height:34px;color:#69746f}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{font-size:11px;font-weight:600;color:#606c67}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid select{display:block;width:100%;height:43px;border:1px solid #dfe3e1;border-radius:8px;margin-top:7px;padding:0 11px;outline:0;background:#fff;color:var(--ink)}.form-grid input:focus,.form-grid select:focus{border-color:#6d9d90;box-shadow:0 0 0 3px rgba(109,157,144,.12)}.optional{font-weight:400;color:#9ba29f}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px;padding-top:19px;border-top:1px solid var(--line)}.toast{position:fixed;right:25px;bottom:25px;z-index:60;background:var(--ink);color:#fff;padding:13px 18px;border-radius:9px;box-shadow:var(--shadow);font-size:12px;transform:translateY(90px);opacity:0;transition:.3s}.toast.show{transform:none;opacity:1}@media(max-width:1100px){.stats-grid{grid-template-columns:1fr 1fr}.collection-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr}.distribution-panel .donut-wrap{justify-content:center}}@media(max-width:780px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.mobile-menu{display:block}main{margin-left:0}.topbar{padding:0 18px}.topbar>.primary-button{font-size:0;padding:8px 12px}.topbar>.primary-button span{font-size:20px}.search-wrap{width:auto;flex:1}.search-wrap kbd{display:none}.view{padding:35px 18px}.page-heading{align-items:flex-start;gap:18px}.page-heading h1{font-size:29px}.stats-grid{grid-template-columns:1fr 1fr}.game-highlights{overflow-x:auto;grid-template-columns:repeat(3,160px)}.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-tools{flex-wrap:wrap}.filter-search{width:100%}.result-count{margin-left:0}.game-card-cover{height:200px}}@media(max-width:520px){.stats-grid{grid-template-columns:1fr}.page-heading{flex-direction:column}.collection-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.donut-wrap{flex-direction:column}.game-card-cover{height:300px}}
