:root{--bg:#03040f;--panel:#0a0d22;--line:#252c4b;--text:#f7f7fb;--muted:#aeb2c6;--violet:#7d32ff;--blue:#078ef6;--green:#19d98c}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 82% 8%,rgba(80,20,180,.15),transparent 30%),#03040f;color:var(--text);font-family:Inter,Arial,sans-serif;min-height:100vh}.login{width:min(430px,calc(100% - 32px));margin:12vh auto;background:#090c20;border:1px solid #6726dd;border-radius:18px;padding:34px;box-shadow:0 0 36px #42128c55}.login img{width:230px}.login h1{margin:28px 0 8px}.login p{color:var(--muted)}.login input,.login button{width:100%;height:50px;border-radius:9px;margin-top:12px}.login input{background:#050717;border:1px solid var(--line);color:#fff;padding:0 15px}.login button{border:0;background:linear-gradient(90deg,var(--blue),#8523ef);color:#fff;font-weight:700;cursor:pointer}.error{color:#ff6688}.dashboard{width:min(1180px,calc(100% - 32px));margin:28px auto 60px}.dashboard>header{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid #171d37}.dashboard>header img{width:220px}.dashboard>header a{color:#c7b5ff;text-decoration:none;margin-left:18px;font-size:13px}.heading{display:flex;justify-content:space-between;margin:34px 0 22px}.heading p{color:#8e63ff;font-weight:700;font-size:10px;letter-spacing:.14em;margin:0 0 9px}.heading h1{font-size:31px;margin:0 0 7px}.heading span{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{min-height:112px;padding:20px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#0d112c,#07091c)}.stat strong{display:block;font-size:29px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat small{display:block;color:var(--muted);margin-top:8px}.interest-summary,.history{margin-top:18px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,rgba(12,16,40,.94),rgba(6,8,22,.94));overflow:hidden}.interest-summary{padding:20px}.interest-summary h2,.history h2{font-size:17px;margin:0}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px 24px;margin-top:20px}.summary-item>div{display:flex;justify-content:space-between;font-size:12px}.summary-item b{font-size:12px}.summary-item b small{color:var(--green);margin-left:5px}.summary-item i{display:block;height:6px;border-radius:99px;background:#171c37;margin-top:8px;overflow:hidden}.summary-item u{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue),#9325ed)}.section-title{display:flex;align-items:center;justify-content:space-between;padding:20px}.section-title p{font-size:12px;color:var(--muted);margin:6px 0 0}.section-title input{width:min(320px,44%);height:42px;border:1px solid var(--line);border-radius:10px;background:#050717;color:#fff;padding:0 13px;outline:none}.table-wrap{overflow:auto;border-top:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:880px}th,td{text-align:left;padding:15px;border-bottom:1px solid #1d2340;vertical-align:top}th{color:#9299b2;font-size:11px;text-transform:uppercase;letter-spacing:.05em}td{font-size:13px}.date{white-space:nowrap;color:#aeb2c6}.email{color:#dce3ff;text-decoration:none}.email:hover{color:#a886ff}.badges{display:flex;flex-wrap:wrap;gap:6px}.badges span{border:1px solid rgba(116,54,247,.45);background:rgba(89,28,205,.12);color:#cbbcff;padding:5px 8px;border-radius:999px;font-size:10px;white-space:nowrap}.idea{max-width:390px;line-height:1.55;color:#c5c8d8}.muted,.empty{color:#737990}.empty{text-align:center;padding:44px}@media(max-width:700px){.dashboard>header img{width:170px}.stats,.summary-grid{grid-template-columns:1fr}.section-title{align-items:flex-start;gap:14px;flex-direction:column}.section-title input{width:100%}.heading h1{font-size:26px}.dashboard>header a{display:block;margin:5px 0 0;text-align:right}}
