body{background-color:#1c1c1c;color:#fff;font-family:Helvetica,sans-serif;margin:0;padding:0}.dashboard-container{display:flex;min-height:100vh}.dashboard-sidebar{background-color:#111;width:240px;padding:1.5rem 1rem;color:#fff;display:flex;flex-direction:column}.sidebar-logo{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.dashboard-sidebar ul{list-style:none;padding:0;margin:0}.dashboard-sidebar li{margin-bottom:1rem}.dashboard-sidebar a{color:#fff;text-decoration:none;font-size:1rem;transition:color .2s ease-in-out;display:block}.dashboard-sidebar a:hover{color:#74abe2}.dashboard-main{flex:1;background-color:#1c1c1c;padding:2rem;position:relative;z-index:1}.dashboard-main h1,.dashboard-main h2{color:#fff}.btn-primary{background-color:#2980b9;color:#fff;border:none;padding:.7rem 1.2rem;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:.5rem}.btn-primary:hover{background-color:#1b74ac}.product-layout-options{margin:1rem 0}.product-layout-options button{background-color:#444;color:#fff;border:none;padding:.5rem .8rem;margin-right:.5rem;border-radius:4px;cursor:pointer;font-size:.9rem}.product-layout-options button:hover{background-color:#555}.product-grid{display:flex;flex-wrap:wrap;gap:1rem}.product-card{background-color:#2a2a2a;border-radius:4px;padding:1rem;text-align:center;box-shadow:0 2px 5px #00000080;width:200px}.product-card img{width:100%;height:auto;border-radius:4px;margin-bottom:1rem}.product-card h3{font-size:1.1rem;margin-bottom:.5rem}.product-card .price{font-size:1rem;font-weight:700;color:#f6c;margin-bottom:.5rem}.product-card .description{font-size:.9rem;margin-bottom:1rem;color:#ccc}.product-card button{margin-right:.5rem;padding:.4rem .8rem;border-radius:4px;border:none;cursor:pointer;font-size:.85rem}.edit-product-btn{background-color:#3caea3;color:#fff}.edit-product-btn:hover{background-color:#2f8d85}.delete-product-btn{background-color:#ed553b;color:#fff}.delete-product-btn:hover{background-color:#d24731}.product-drawer{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:9999;justify-content:center;align-items:center}.product-drawer.open{display:flex}.product-drawer-content{background-color:#2a2a2a;width:90%;max-width:600px;border-radius:8px;padding:2rem;position:relative;box-shadow:0 2px 5px #00000080;max-height:80vh;overflow-y:auto}.drawer-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;cursor:pointer;color:#fff}#product-form{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}#product-form label{font-weight:700}#product-form input,#product-form textarea{width:100%;box-sizing:border-box;padding:.6rem;background-color:#333;border:1px solid #444;color:#fff;border-radius:4px}#product-form button{margin-top:.5rem}#remove-cover-btn,#remove-download-btn{background-color:#ed553b;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;margin-top:.5rem}#remove-cover-btn:hover,#remove-download-btn:hover{background-color:#d24731}
