@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Geist+Pixel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Yuyu&display=swap";*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f5f7f9}body{margin:0}button,input,textarea,select{font:inherit}button,a{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{width:250px;background:navy;color:#fff;padding:28px 18px;display:flex;flex-direction:column}.sidebar h1{margin:0 10px 32px;font-size:22px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{padding:12px 14px;border-radius:8px;color:#c8d0d8}.sidebar nav a.active,.sidebar nav a:hover{background:#000;color:#fff}.sidebar-bottom{margin-top:auto;display:grid;gap:12px;color:#c8d0d8}.main-content{flex:1;padding:36px;max-width:1400px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.page-header h2{margin:0 0 6px;font-size:30px}.page-header p{margin:0;color:#68737d}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:16px}.stat-card,.table-card,.form-card,.review-card,.auth-card{background:#fff;border:1px solid #e2e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000a}.auth-card-h1{text-align:center;font-family:inter,sans-serif;color:navy}.auth-name-p{text-align:center;font-family:inter,sans-serif}.email-input,.password-input{padding:10px;border:1px solid grey;border-radius:10px}.stat-card{padding:22px}.stat-card span{display:block;color:#68737d;margin-bottom:10px}.stat-card strong{font-size:30px}.table-card{padding:20px;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:15px 12px;text-align:left;border-bottom:1px solid #edf0f2}th{color:#68737d;font-size:13px;text-transform:uppercase}.primary-btn,.secondary-btn,.danger-btn{border:0;border-radius:8px;padding:11px 16px;font-weight:600}.primary-btn{background:navy;color:#fff}.primary-btn:hover{opacity:.9}.secondary-btn{background:#edf1f3;color:#26323a}.danger-btn{background:#b42318;color:#fff}.small{padding:8px 12px;font-size:13px}.danger-link{border:0;background:none;color:#b42318;padding:0}.actions{display:flex;align-items:center;gap:10px;height:110px}.actions a,.actions button{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:.2s ease}.actions a{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.actions a:hover{background:#e2e8f0}.actions .danger-link{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.actions .danger-link:hover{background:#fecaca;color:#991b1b}.status{border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.available{background:#e8f6ee;color:#1f7a4d}.unavailable{background:#fdecec;color:#b42318}.form-card{padding:30px;max-width:900px;display:grid;gap:10px;background:#fff;border:1px solid #e2e7eb;border-radius:14px;box-shadow:0 4px 16px #0000000a}.form-card h3{margin:0 0 8px;font-size:20px;color:#17202a}.form-card label{margin-top:12px;margin-bottom:2px;font-size:14px;font-weight:600;color:#26323a}.form-card input,.form-card textarea,.form-card select{width:100%;border:1px solid #cdd5db;border-radius:9px;padding:12px 13px;background:#fafbfc;color:#17202a;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-card input:hover,.form-card textarea:hover,.form-card select:hover{border-color:#aeb8c0}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{border-color:navy;background:#fff;box-shadow:0 0 0 3px #1f7a4d1a}.form-card input::placeholder,.form-card textarea::placeholder{color:#9aa4ad}.form-card textarea{resize:vertical;min-height:120px;line-height:1.5}.form-field{display:flex;flex-direction:column;gap:8px;width:100%}.form-field>label{font-size:14px;font-weight:600;color:#17202a}.category-dropdown{position:relative;width:100%}.category-select{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border:1px solid #d8dee6;border-radius:10px;background:#fff;color:#17202a;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.category-select:hover{border-color:#aeb8c5;background:#fafbfc}.category-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.category-select>span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#263342}.category-arrow{display:flex;align-items:center;justify-content:center;width:26px;height:26px;margin-left:10px;color:#64748b;font-size:19px;line-height:1;border-radius:6px;transition:transform .2s ease,color .2s ease,background-color .2s ease}.category-select:hover .category-arrow{color:#2563eb}.category-arrow.open{transform:rotate(180deg);color:#2563eb}.category-menu{position:absolute;top:calc(100% + 7px);left:0;width:100%;padding:6px;background:#fff;border:1px solid #e1e6ed;border-radius:11px;box-shadow:0 10px 25px #0f172a14,0 3px 8px #0f172a0d;z-index:100;animation:categoryDropdown .15s ease-out}@keyframes categoryDropdown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.category-option{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;border:none;border-radius:7px;background:transparent;color:#344054;font-family:inherit;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.category-option:hover{background:#f3f6fa;color:#17202a}.category-option.selected{background:#eff6ff;color:#2563eb;font-weight:600}.category-option.selected:hover{background:#e8f1ff}.check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#2563eb;font-size:15px;font-weight:700}.field-hint{font-size:12px;line-height:1.4;color:#7b8794}.form-card input[type=file]{padding:9px;background:#f8fafb;cursor:pointer}.form-card input[type=file]::file-selector-button{margin-right:12px;padding:9px 14px;border:none;border-radius:7px;background:#1f7a4d;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease}.form-card input[type=file]::file-selector-button:hover{background:#17623d}.image-preview{width:100%;max-width:420px;margin-top:6px;overflow:hidden;border:1px solid #e2e7eb;border-radius:12px;background:#f5f7f9}.image-preview img{display:block;width:100%;height:250px;object-fit:contain}.specifications-container{display:flex;flex-direction:column;gap:12px;margin-top:4px;padding:18px;border:1px solid #e2e7eb;border-radius:12px;background:#f8fafb}.specification-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center}.specification-row input{background:#fff}.remove-spec-btn{height:42px;padding:0 14px;border:1px solid #f5c2c0;border-radius:7px;background:#fdecec;color:#b42318;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}.remove-spec-btn:hover{background:#f9d6d4;border-color:#e9aaa7}.checkbox-row{display:flex!important;align-items:center;gap:10px;width:fit-content;margin-top:18px!important;cursor:pointer}.checkbox-row input{width:18px!important;height:18px;margin:0;accent-color:#1f7a4d;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid #edf0f2}.form-actions .primary-btn,.form-actions .secondary-btn{min-height:42px;padding:10px 18px}.form-card button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:700px){.form-card{padding:22px}.specification-row{grid-template-columns:1fr}.remove-spec-btn{width:100%}.image-preview{max-width:100%}.image-preview img{height:220px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.two-column{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.5fr);gap:20px}.category-row{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #edf0f2}.category-row p{color:#68737d;margin:6px 0 0}.review-list{display:grid;gap:14px}.review-card{padding:20px}.review-top{display:flex;justify-content:space-between;gap:20px}.stars{margin-top:5px;letter-spacing:2px}.error{background:#fdecec;color:#9f1d17;border:1px solid #f5c2c0;padding:12px 14px;border-radius:8px;margin-bottom:15px}.empty{color:#68737d;padding:20px 0}.login-logo{margin:10px;width:80px;border-radius:5px}.center-page{min-height:80vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(420px,100%);padding:30px;display:grid;gap:10px}.auth-card h1{margin:0}.auth-card p{color:#68737d;margin:0 0 10px}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}.sidebar{width:210px}.main-content{padding:24px}}@media(max-width:650px){.app-shell{display:block}.sidebar{width:100%}.sidebar-bottom{margin-top:20px}.stats-grid{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column}}.product-thumbnail{width:70px;height:70px;object-fit:cover;border-radius:8px}.product-thumbnail.placeholder{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:8px;background:#f1f5f9;color:#64748b;font-size:12px;text-align:center}.empty{padding:40px;text-align:center}.empty h3{margin-bottom:8px}.empty p{margin-bottom:20px}.dashboard-section{margin-top:30px;background:#fff;overflow-x:auto;border-radius:12px;padding:24px;border:1px solid #e5e7eb}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-header h3{margin:0 0 5px}.section-header p{margin:0;color:#64748b;font-size:14px}.section-header a{text-decoration:none;font-weight:500}.recent-products{display:flex;flex-direction:column}.recent-product{display:grid;grid-template-columns:60px 1fr auto auto auto;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #e5e7eb}.recent-product:last-child{border-bottom:none}.recent-product-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:11px;text-align:center}.recent-product-image img{width:100%;height:100%;object-fit:cover}.recent-product-info{display:flex;flex-direction:column;gap:4px}.recent-product-info strong{color:#1e293b}.recent-product-info span{color:#64748b;font-size:13px}.recent-product-price{font-weight:600;white-space:nowrap}.recent-product-edit{text-decoration:none;font-size:14px;font-weight:500}.status{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.status.available{background:#dcfce7;color:#166534}.status.unavailable{background:#fee2e2;color:#991b1b}.password-wrapper{position:relative;width:100%}.password-wrapper .password-input{width:100%;padding-right:45px}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;padding:10px;color:#64748b;cursor:pointer;font-size:18px}.password-toggle:hover{color:#17202a}
