:root{--navy:#12233f;--blue:#2563eb;--blue-dark:#1d4ed8;--sky:#eff6ff;--surface:#fff;--ink:#16233b;--muted:#62718a;--line:#e2e8f3;--green:#087443;--green-bg:#ecfdf3;--red:#c12646;--red-bg:#fff1f3;--amber:#9a6700;--amber-bg:#fff8e6}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:#f4f7fc;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.dashboard-page{min-height:100vh;padding:32px 24px}.dashboard-shell{width:min(100%,1240px);margin:0 auto}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:1rem;font-weight:800;text-decoration:none}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:var(--navy);color:#fff;font-size:.75rem;letter-spacing:.04em}.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:34px 38px;border-radius:22px;background:linear-gradient(120deg,#12233f,#1e4071);color:#fff;box-shadow:0 20px 45px rgba(21,48,91,.18)}.dashboard-hero h1{margin:0;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.05em}.dashboard-hero .eyebrow{color:#a8ccff}.intro{max-width:570px;margin:10px 0 0;color:#d9e7ff;line-height:1.6}.hero-badge{padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);font-size:.85rem;font-weight:700;white-space:nowrap}.dashboard-grid{display:grid;grid-template-columns:minmax(310px,.8fr) minmax(0,1.45fr);gap:24px;align-items:start;margin-top:24px}.dashboard-sidebar{display:grid;gap:24px}.panel{padding:27px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 9px 28px rgba(27,55,99,.05)}.panel-heading{margin-bottom:22px}.eyebrow{margin:0 0 7px;color:var(--blue);font-size:.73rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.panel-heading h2{margin:0;color:var(--navy);font-size:1.3rem;letter-spacing:-.025em}.panel-heading p:last-child{margin:7px 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.product-form{display:grid;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:grid;gap:7px}label{font-size:.88rem;font-weight:750}input{width:100%;min-height:46px;padding:11px 12px;border:1px solid #cbd7e8;border-radius:9px;background:#fff;color:var(--ink);font:inherit}input::placeholder{color:#9aa8ba}input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.13)}.button{min-height:42px;padding:10px 14px;border:1px solid transparent;border-radius:9px;cursor:pointer;font:inherit;font-weight:750;transition:transform 150ms ease,background-color 150ms ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.7}.button-primary{background:var(--blue);color:#fff;box-shadow:0 8px 15px rgba(37,99,235,.2)}.button-primary:hover:not(:disabled){background:var(--blue-dark)}.button-ghost{border-color:#cbd7e8;background:#fff;color:var(--navy)}.button-full{width:100%}.form-actions{display:flex;justify-content:space-between;gap:12px}.edit-product-panel{border-color:#cfe0ff;background:#f8fbff}.products-panel{min-width:0}.products-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.products-count{padding:7px 10px;border-radius:999px;background:var(--sky);color:var(--blue-dark);font-size:.78rem;font-weight:800;white-space:nowrap}.status-message{display:none;margin:0 0 18px;padding:11px 13px;border-radius:9px;font-size:.9rem;line-height:1.45}.status-message.is-success,.status-message.is-error,.status-message.is-loading{display:block}.status-message.is-success{background:var(--green-bg);color:var(--green)}.status-message.is-error{background:var(--red-bg);color:var(--red)}.status-message.is-loading{background:var(--amber-bg);color:var(--amber)}.empty-products-message{margin:0;padding:42px 20px;border:1px dashed #bccde5;border-radius:12px;background:#fafcff;color:var(--muted);text-align:center}.products-table-wrapper{overflow-x:auto;border:1px solid var(--line);border-radius:12px}.products-table{width:100%;min-width:650px;border-collapse:collapse;text-align:left}.products-table th,.products-table td{padding:15px 16px;border-bottom:1px solid #edf1f7}.products-table th{background:#f8faff;color:#63718a;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.products-table td{font-size:.91rem}.products-table tbody tr:last-child td{border-bottom:0}.products-table tbody tr:hover{background:#fbfdff}.product-actions{display:flex;justify-content:flex-end;gap:7px}.edit-product-button,.delete-product-button{padding:7px 10px;border-radius:7px;cursor:pointer;font:inherit;font-size:.8rem;font-weight:750}.edit-product-button{border:1px solid #c5d9ff;background:#eff6ff;color:#1d4ed8}.edit-product-button:hover{background:#dbeafe}.delete-product-button{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}.delete-product-button:hover{background:#ffe4e6}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-loading{visibility:hidden}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-sidebar{grid-template-columns:1fr 1fr}.dashboard-sidebar .edit-product-panel{grid-column:1/-1}}@media(max-width:620px){.dashboard-page{padding:16px}.dashboard-topbar{margin-bottom:18px}.dashboard-hero{align-items:flex-start;flex-direction:column;padding:27px 24px;border-radius:17px}.hero-badge{white-space:normal}.dashboard-sidebar{grid-template-columns:1fr}.panel{padding:22px 18px;border-radius:14px}.form-row{grid-template-columns:1fr}.products-header{flex-direction:column}.products-table{min-width:600px}.product-actions{justify-content:flex-start;flex-direction:column}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}}
