body{color:#f9fafb;background:#111827;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}.login-page{background:#111827;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#1f2937;border:1px solid #374151;border-radius:16px;width:min(420px,100%);padding:32px;box-shadow:0 18px 45px #00000059}.login-header{margin-bottom:24px}.login-kicker{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}.login-header h1{color:#f9fafb;margin:8px 0;font-size:1.85rem;line-height:1.2}.login-header p{color:#9ca3af;margin:0}.login-form{gap:12px;display:grid}.login-form label{color:#d1d5db;font-size:.92rem;font-weight:600}.login-form input{box-sizing:border-box;color:#f9fafb;background:#111827;border:1px solid #4b5563;border-radius:10px;width:100%;padding:12px 14px;font-size:.96rem}.login-form input::placeholder{color:#6b7280}.login-form input:focus{outline-offset:1px;border-color:#3b82f6;outline:2px solid #3b82f6}.login-form button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;margin-top:10px;padding:12px 16px;font-weight:700;transition:background-color .2s}.login-form button:hover{background:#1d4ed8}.dashboard-page{background:#111827;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.dashboard-logout{position:absolute;top:24px;right:24px}.dashboard-layout{gap:16px;width:min(1320px,100%);display:flex}.dashboard-menu{box-sizing:border-box;background:#1f2937;border:1px solid #374151;border-radius:16px;flex-direction:column;gap:10px;width:20vw;min-width:220px;padding:20px;display:flex}.menu-btn{color:#e5e7eb;text-align:left;cursor:pointer;background:#111827;border:1px solid #374151;border-radius:10px;padding:10px 12px;font-weight:600}.menu-btn.active{color:#dbeafe;background:#2563eb33;border-color:#2563eb}.dashboard-shell{background:#1f2937;border:1px solid #374151;border-radius:16px;flex:1;padding:28px;box-shadow:0 18px 45px #00000059}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dashboard-header h1{color:#f9fafb;margin:8px 0;font-size:1.8rem}.dashboard-header p{color:#9ca3af;margin:0}.header-actions{gap:10px;display:flex}.new-product-form{background:#111827;border:1px solid #374151;border-radius:12px;margin-bottom:16px;padding:14px}.new-product-form h2{color:#f9fafb;margin:0 0 12px;font-size:1rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:12px;display:grid}.form-grid input{color:#f9fafb;background:#1f2937;border:1px solid #4b5563;border-radius:8px;padding:10px 12px}.status-text{color:#9ca3af;margin:0 0 12px}.error-text{color:#fca5a5;margin:0 0 12px;font-weight:600}.primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;padding:10px 14px;font-weight:700}.primary-btn:hover{background:#1d4ed8}.secondary-btn{color:#e5e7eb;cursor:pointer;background:#111827;border:1px solid #4b5563;border-radius:10px;padding:10px 14px;font-weight:600}.secondary-btn:hover{border-color:#6b7280}.market-list{gap:12px;display:grid}.pagination{justify-content:center;gap:8px;margin-top:18px;display:flex}.page-btn{color:#e5e7eb;cursor:pointer;background:#111827;border:1px solid #4b5563;border-radius:8px;width:36px;height:36px;font-weight:700}.page-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.market-item{background:#111827;border:1px solid #374151;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.market-main{align-items:center;gap:12px;display:flex}.market-image{object-fit:cover;border:1px solid #374151;border-radius:10px;width:56px;height:56px}.market-item h2{color:#f9fafb;margin:0;font-size:1rem}.market-item p{color:#9ca3af;margin:4px 0 0;font-size:.9rem}.stock-badge{color:#bfdbfe;background:#2563eb38;border-radius:999px;margin-top:8px;padding:2px 8px;font-size:.78rem;font-weight:700;display:inline-block}.market-meta{text-align:right}.market-meta strong{color:#f9fafb;font-size:1rem;display:block}.market-side{align-items:center;gap:14px;display:flex}.market-actions{gap:8px;display:flex}.item-btn{cursor:pointer;border:1px solid #4b5563;border-radius:8px;padding:6px 10px;font-size:.82rem;font-weight:600}.edit-btn{color:#bfdbfe;background:#1e293b}.delete-btn{color:#fecaca;background:#3f1d1d;border-color:#7f1d1d}.change{border-radius:999px;margin-top:4px;padding:2px 8px;font-size:.85rem;font-weight:700;display:inline-block}.change.up{color:#86efac;background:#22c55e33}.change.down{color:#fca5a5;background:#ef444433}.sell-panel h1{color:#f9fafb;margin:0;font-size:1.8rem}.sell-panel>p{color:#9ca3af;margin:8px 0 0}.sell-cards{gap:12px;margin-top:18px;display:grid}.sell-card{background:#111827;border:1px solid #374151;border-radius:12px;padding:14px 16px}.sell-card h2{color:#f9fafb;margin:0 0 6px;font-size:1rem}.sell-card p{color:#9ca3af;margin:0}@media (width<=760px){.dashboard-logout{top:16px;right:16px}.dashboard-layout{flex-direction:column;width:100%}.dashboard-menu{width:100%;min-width:0}.dashboard-header{flex-direction:column}.header-actions{flex-direction:column;width:100%}.primary-btn,.secondary-btn{width:100%}.market-item{flex-direction:column;align-items:flex-start}.market-side{flex-direction:column;align-items:flex-start;width:100%}.market-actions{width:100%}.item-btn{flex:1}.market-meta{text-align:left}.pagination{justify-content:flex-start}}
