:root{--background:#f8f7f6;--surface:#ffffff;--surface-soft:rgba(239,246,255,0.5);--primary:#294fae;--text-primary:#181411;--text-secondary:#6b7280;--text-muted:#94a3b8;--border:#e2e8f0;--shadow:0 4px 20px -2px rgba(0,0,0,0.05);--success:#059669;--danger:#ef4444;--warning:#ea580c;--warning-soft:#d97706;--font-ui:"Avenir Next","Trebuchet MS","Segoe UI",sans-serif;--font-brand:"Marker Felt","Chalkboard SE","Trebuchet MS",cursive}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;font-family:var(--font-ui);background:radial-gradient(circle at top left,rgba(41,79,174,.06),transparent 24%),radial-gradient(circle at bottom right,rgba(230,201,185,.3),transparent 22%),var(--background);color:var(--text-primary)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.brand-wordmark{font-family:var(--font-brand),cursive;letter-spacing:-.03em}.page-shell{display:flex;min-height:100vh}.admin-sidebar{width:256px;justify-content:space-between;border-right:1px solid rgba(226,232,240,.85);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-sidebar,.sidebar-top{display:flex;flex-direction:column}.sidebar-top{gap:20px;padding:32px 16px 16px}.sidebar-logo{padding:0 16px;font-size:24px;font-weight:700;line-height:32px;color:var(--primary)}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-link{display:flex;align-items:center;gap:12px;border-radius:8px;padding:12px 16px;color:var(--text-secondary);transition:background-color .16s ease,color .16s ease,transform .16s ease}.sidebar-link:hover{background:rgba(239,246,255,.45);color:var(--text-primary);transform:translateX(2px)}.sidebar-link.active{background:var(--surface-soft);color:var(--primary);font-weight:700}.sidebar-link svg{flex-shrink:0}.sidebar-user{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--border);padding:16px}.sidebar-user-card{display:flex;align-items:center;gap:12px;border-radius:12px;padding:8px}.sidebar-avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;background:var(--primary);font-size:14px;font-weight:700;color:white}.sidebar-user-name{font-size:14px;font-weight:700;line-height:20px}.sidebar-user-role{font-size:12px;line-height:16px;color:var(--text-secondary)}.sidebar-logout-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;border:1px solid rgba(239,68,68,.18);border-radius:10px;background:rgba(239,68,68,.06);color:#b91c1c;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.sidebar-logout-button:hover{background:rgba(239,68,68,.1);transform:translateY(-1px)}.admin-content{flex:1 1;padding:24px 32px 48px}.dashboard-title{margin:0 0 24px;font-size:30px;font-weight:700;line-height:36px}.panel{position:relative;overflow:hidden;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:var(--shadow)}.filter-panel{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px 24px;padding:16px;margin-bottom:32px}.filter-field{display:flex;min-width:152px;flex-direction:column;gap:4px}.filter-field.wide{min-width:320px;flex:1 1 320px}.filter-label{font-size:10px;font-weight:700;line-height:15px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary)}.field-shell{display:flex;height:38px;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:8px;background:white;padding:8px 12px;color:var(--text-primary)}.field-shell input,.field-shell select{width:100%;border:0;outline:0;background:transparent;color:inherit}.primary-button{display:inline-flex;height:40px;align-items:center;justify-content:center;border:0;border-radius:8px;background:var(--primary);box-shadow:0 4px 6px -1px #dbeafe,0 2px 4px -2px #dbeafe;padding:10px 24px;font-size:14px;font-weight:700;color:white;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 25px -10px rgba(41,79,174,.45)}.primary-button:disabled{opacity:.7;cursor:wait}.section{margin-bottom:32px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title{margin:0;font-size:18px;font-weight:700;line-height:28px}.section-caption{font-size:12px;line-height:16px;color:var(--text-secondary)}.section-caption.italic{font-style:italic}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.metric-card{display:flex;min-height:130px;flex-direction:column;gap:4px;padding:24px}.metric-card.emphasis{background:linear-gradient(135deg,#ffffff,rgba(239,246,255,.38))}.metric-label{font-size:14px;line-height:20px;color:var(--text-secondary)}.metric-value{font-size:24px;font-weight:700;line-height:32px;color:var(--text-primary)}.metric-value.primary{color:var(--primary)}.metric-value.warning{color:var(--warning)}.metric-trend{display:inline-flex;align-items:center;gap:4px;padding-top:4px;font-size:12px;font-weight:700;line-height:16px}.metric-trend.positive{color:var(--success)}.metric-trend.negative{color:var(--danger)}.metric-footnote{padding-top:4px;font-size:12px;line-height:16px;color:var(--text-secondary)}.metric-progress{overflow:hidden;height:6px;margin-top:8px;border-radius:999px;background:#f1f5f9}.metric-progress>span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.status-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#f1f5f9}.status-icon.danger{background:#fef2f2;color:#dc2626}.status-icon.success{background:#ecfdf5;color:var(--success)}.status-icon.warning{background:#fff7ed;color:var(--warning-soft)}.footer-note{margin-top:32px;border-top:1px solid rgba(229,231,235,.4);padding:24px 0 0;text-align:center;font-size:12px;line-height:16px;color:var(--text-secondary)}.login-page{display:grid;min-height:100vh;grid-template-columns:minmax(280px,1fr) minmax(380px,520px);background:linear-gradient(135deg,rgba(41,79,174,.08),rgba(255,255,255,0)),var(--background)}.login-hero{display:flex;flex-direction:column;justify-content:space-between;padding:48px}.login-brand{font-size:42px;font-weight:700;color:var(--primary)}.login-copy{max-width:560px}.eyebrow{display:inline-flex;border-radius:999px;background:rgba(41,79,174,.1);padding:10px 14px;font-size:12px;font-weight:700;line-height:16px;color:var(--primary)}.login-heading{margin:18px 0 14px;font-size:clamp(36px,4vw,62px);line-height:.95}.login-subtitle{max-width:520px;margin:0;font-size:18px;line-height:30px;color:#4b5563}.hero-cards{display:grid;max-width:720px;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.hero-card{padding:22px}.hero-card-value{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--primary)}.hero-card-label{font-size:13px;line-height:20px;color:var(--text-secondary)}.login-panel-wrap{display:flex;align-items:center;justify-content:center;padding:32px}.login-panel{width:min(100%,420px);padding:32px}.login-panel h1{margin:0 0 8px;font-size:30px;line-height:36px}.login-panel p{margin:0 0 24px;color:var(--text-secondary)}.login-form{display:flex;flex-direction:column;gap:16px}.text-input{height:52px;border:1px solid var(--border);border-radius:14px;background:white;padding:0 16px;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.text-input:focus{border-color:rgba(41,79,174,.7);box-shadow:0 0 0 4px rgba(41,79,174,.1)}.field-help{margin-top:-6px;font-size:12px;line-height:16px;color:var(--text-muted)}.error-banner{background:#fef2f2;color:#b91c1c}.error-banner,.success-banner{border-radius:12px;padding:12px 14px;font-size:13px;line-height:20px}.success-banner{background:#ecfdf5;color:#047857}.login-meta{display:flex;justify-content:space-between;gap:16px;font-size:12px;line-height:16px;color:var(--text-secondary)}.login-meta strong{display:block;margin-bottom:4px;color:var(--text-primary)}@media (max-width:1180px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-page{grid-template-columns:1fr}.login-hero{gap:28px}}@media (max-width:900px){.page-shell{flex-direction:column}.admin-sidebar{width:100%}.sidebar-nav,.sidebar-top{padding-bottom:8px}.sidebar-nav{overflow-x:auto;flex-direction:row}.sidebar-link{flex:0 0 auto}.admin-content{padding:20px 18px 36px}.filter-panel{gap:14px}.filter-field,.filter-field.wide{min-width:100%}.hero-cards,.metric-grid{grid-template-columns:1fr}}.categories-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.categories-subtitle{margin:0;font-size:16px;line-height:24px;color:#64748b}.categories-create-button{height:44px;gap:8px;border-radius:8px;padding-inline:24px}.categories-feedback{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;padding:16px}.categories-panel{overflow:hidden}.categories-table-wrap{overflow-x:auto}.categories-table{width:100%;border-collapse:collapse}.categories-table th{padding:18px 28px;text-align:left;font-size:12px;font-weight:700;line-height:16px;letter-spacing:.05em;text-transform:uppercase;color:#4e342e}.categories-table td{padding:24px 28px;border-top:1px solid #f1ebe7;font-size:14px;line-height:20px;color:rgba(24,20,17,.8)}.categories-table td:first-child{font-weight:700;color:var(--text-primary)}.categories-table td:last-child,.categories-table th:last-child{text-align:right}.categories-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.danger-link,.ghost-icon-button,.modal-close-button,.secondary-button{border:0;background:transparent;cursor:pointer}.ghost-icon-button{color:var(--text-secondary)}.danger-link,.ghost-icon-button{display:inline-flex;align-items:center;gap:8px}.danger-link{font-size:12px;font-weight:700;text-transform:uppercase;color:var(--danger)}.categories-state{display:flex;min-height:220px;align-items:center;justify-content:center;gap:12px;padding:32px;color:var(--text-secondary)}.spin{animation:spin 1s linear infinite}.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.2);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:24px;z-index:30}.category-modal{width:min(100%,480px);border-radius:16px;background:linear-gradient(0deg,#f8f7f6,#f8f7f6),#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.category-modal.compact{width:min(100%,440px);text-align:center}.category-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px 0}.category-modal-head h2{margin:0;font-size:24px;font-weight:700;line-height:32px}.modal-close-button{display:inline-flex;align-items:center;justify-content:center;color:#4e342e}.category-modal-content{display:grid;grid-gap:12px;gap:12px;padding:16px 32px 0}.category-field-card{display:grid;grid-gap:8px;gap:8px;border-radius:16px;background:#fff;padding:16px 20px 18px}.category-field-label{font-size:14px;font-weight:700;line-height:21px;letter-spacing:.025em;text-transform:uppercase;color:rgba(24,20,17,.7)}.category-select-input,.category-text-input{min-height:48px;border:0;outline:0;border-radius:12px;background:#f8f7f6;padding:12px 16px;font-size:16px;color:var(--text-primary)}.category-modal-actions,.delete-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 32px 32px}.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:48px;border-radius:16px;background:#fff;padding:12px 24px;font-size:14px;font-weight:700;color:var(--text-primary)}.category-action-button{min-width:120px}.delete-modal-icon{display:grid;width:64px;height:64px;place-items:center;margin:8px auto 24px;border-radius:999px;background:#fee2e2}.delete-modal-title{margin-bottom:16px;font-size:22px;font-weight:700;line-height:28px}.delete-modal-copy{margin:0;padding:0 32px;font-size:16px;line-height:26px;color:rgba(24,20,17,.8)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:960px){.categories-header{flex-direction:column}}.seller-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.seller-header-actions,.seller-topbar-actions{display:flex;flex-wrap:wrap;gap:12px}.seller-page-title{margin-bottom:4px}.seller-back-link{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;font-size:14px;font-weight:600}.seller-back-link,.seller-row-link{color:var(--text-primary)}.seller-row-link.strong{font-weight:700}.seller-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:800;line-height:14px;letter-spacing:.05em;text-transform:uppercase}.seller-status-badge.pending{background:rgba(236,91,19,.12);color:#ec5b13}.seller-status-badge.approved{background:rgba(22,101,52,.12);color:#166534}.seller-status-badge.rejected{background:rgba(239,68,68,.12);color:#dc2626}.seller-status-badge.blocked{background:rgba(127,29,29,.12);color:#7f1d1d}.seller-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.seller-detail-topbar.compact{margin-top:28px}.seller-topbar-title{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.seller-topbar-title h1{margin:0;font-size:30px;line-height:36px}.seller-certificate-panel,.seller-profile-panel,.seller-recipe-panel{display:grid;grid-gap:24px;gap:24px;padding:28px 32px}.seller-profile-panel{grid-template-columns:120px 1fr;align-items:start}.seller-profile-avatar{display:grid;width:108px;height:108px;place-items:center;border-radius:999px;background:#e8edfb;border:4px solid white;font-size:44px;font-weight:700;color:var(--primary)}.seller-profile-avatar.small{width:48px;height:48px;font-size:18px}.seller-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px 48px;gap:24px 48px}.seller-info-pair{display:grid;grid-gap:4px;gap:4px}.seller-info-label{font-size:12px;font-weight:700;line-height:16px;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted)}.seller-info-value{font-size:18px;font-weight:700;line-height:28px;color:#0f172a}.seller-inline-status{font-weight:700}.seller-inline-status.success{color:#15803d}.seller-inline-status.info,.seller-inline-status.warning{color:var(--primary)}.seller-inline-status.danger{color:var(--danger)}.seller-note-panel{margin:20px 0 0;padding:20px 24px;border-radius:16px;background:rgba(254,242,242,.8)}.seller-note-panel.inline{margin:0}.seller-note-title{font-size:14px;font-weight:700;line-height:20px;color:var(--text-primary)}.seller-dialog-copy,.seller-note-copy,.seller-step-description{font-size:14px;line-height:23px;color:#4b5563}.seller-download-link{color:var(--primary);font-weight:700}.seller-danger-outline{border:1px solid #ef4444;color:#ef4444}.seller-danger-button{background:#ef4444;box-shadow:none}.seller-dialog-textarea{width:100%;resize:vertical;border:0;border-radius:12px;background:#f8f7f6;padding:12px 16px;font:inherit;color:var(--text-primary)}.seller-dialog-copy{padding:12px 32px 0}.seller-dialog-error{padding:0 32px;color:#b91c1c;font-size:13px}.seller-confirm-button.danger{background:#ef4444;box-shadow:none}.seller-file-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:12px;background:#fdfbf9;padding:18px 20px}.seller-file-name{font-size:15px;font-weight:700;line-height:20px}.seller-recipe-overview{display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px}.seller-product-image,.seller-recipe-cover,.seller-step-asset{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f1f5f9;color:var(--text-muted)}.seller-recipe-cover{min-height:220px}.seller-product-image img,.seller-recipe-cover img,.seller-step-asset img{width:100%;height:100%;object-fit:cover}.seller-recipe-meta{display:grid;grid-gap:18px;gap:18px}.seller-recipe-author{display:flex;align-items:center;gap:12px;padding-top:8px;border-top:1px solid var(--border)}.seller-subsection{display:grid;grid-gap:16px;gap:16px}.seller-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.seller-product-card{overflow:hidden;border-radius:16px;background:white;box-shadow:var(--shadow)}.seller-product-image{height:180px}.seller-product-name,.seller-product-subtitle{padding:0 14px}.seller-product-name{padding-top:12px;font-size:18px;font-weight:700}.seller-product-subtitle{padding-bottom:14px;color:var(--text-secondary);font-size:13px}.seller-step-list{display:grid;grid-gap:16px;gap:16px}.seller-step-card{display:grid;grid-template-columns:48px 1fr;grid-gap:18px;gap:18px;border-radius:16px;background:white;padding:24px}.seller-step-number{display:grid;width:40px;height:40px;place-items:center;border-radius:999px;background:#e8edfb;font-weight:800;color:var(--primary)}.seller-step-content{display:grid;grid-gap:10px;gap:10px}.seller-step-title{font-size:18px;font-weight:700;line-height:28px}.seller-step-assets{display:flex;flex-wrap:wrap;gap:12px}.seller-step-asset{width:128px;height:96px}@media (max-width:960px){.seller-detail-topbar,.seller-profile-grid,.seller-profile-panel,.seller-recipe-overview,.seller-section-header{grid-template-columns:1fr;flex-direction:column}.seller-profile-panel{display:grid}}