*{box-sizing:border-box}body{color:#fff;background:#090909;margin:0;font-family:Arial,Helvetica,sans-serif}.app-layout{min-height:100vh;display:flex}.main-area{flex-direction:column;flex:1;display:flex}.sidebar{background:#111;border-right:2px solid #e10600;width:240px;padding:20px}.sidebar h2{color:#e10600;text-align:center;margin-bottom:30px}.sidebar nav{flex-direction:column;gap:12px;display:flex}.sidebar a{border-radius:8px;padding:12px;transition:all .2s}.sidebar a:hover{background:#e10600}.top-header{background:#000;border-bottom:2px solid #e10600;justify-content:space-between;align-items:center;height:70px;padding:0 25px;display:flex}.page-content{flex:1;padding:25px}.dashboard{flex-direction:column;gap:25px;display:flex}.dashboard-header{background:linear-gradient(135deg,#171717,#080808);border:1px solid #e10600;border-radius:15px;justify-content:space-between;align-items:center;padding:25px;display:flex}.dashboard-header h1{margin:0}.dashboard-header p{color:#bbb}.dv-button{color:#fff;cursor:pointer;background:#e10600;border:none;border-radius:10px;padding:14px 24px;font-size:16px;font-weight:700}.dv-button:hover{background:#ff1a1a}.dv-card,.stat-card{background:#151515;border:1px solid #333;border-radius:15px;padding:20px}.dv-card h3,.stat-card h3{color:#e10600;margin-top:0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card p{margin:10px 0 0;font-size:32px;font-weight:700}.quick-actions{flex-wrap:wrap;gap:15px;display:flex}.quick-actions a{background:#151515;border:1px solid #e10600;border-radius:10px;padding:15px 20px}.quick-actions a:hover{background:#e10600}.footer{text-align:center;background:#111;padding:15px}@media (width<=800px){.app-layout{flex-direction:column}.sidebar{width:100%}.dashboard-header{flex-direction:column;align-items:flex-start;gap:20px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=450px){.stats-grid{grid-template-columns:1fr}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:20px 0 30px;display:grid}.stat-card{text-align:center;background:#111;border:1px solid #333;border-radius:12px;padding:20px}.stat-card h3{margin:0 0 12px;font-size:15px;font-weight:500}.stat-card strong{font-size:28px;font-weight:700;display:block}.cookie-banner{z-index:9999;color:#fff;background:#111;border:1px solid #333;border-radius:14px;padding:18px 22px;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 10px 40px #00000073}.cookie-content{justify-content:space-between;align-items:center;gap:25px;display:flex}.cookie-content h3{color:#ff2b2b;margin:0 0 6px}.cookie-content p{color:#ddd;max-width:700px;margin:0;line-height:1.5}.cookie-buttons{flex-shrink:0;gap:10px;display:flex}.cookie-buttons button{cursor:pointer;border:none;border-radius:8px;padding:11px 18px;font-weight:700}.cookie-accept{color:#fff;background:#e50914}.cookie-accept:hover{background:#ff1f2d}.cookie-reject{color:#fff;background:#333}.cookie-reject:hover{background:#444}@media (width<=700px){.cookie-banner{bottom:10px;left:10px;right:10px}.cookie-content{flex-direction:column;align-items:stretch}.cookie-buttons{width:100%}.cookie-buttons button{flex:1}}
