*,*:before,*:after{box-sizing:border-box}:root{--bg: #fafbfc;--fg: #1a202c;--muted: #64748b;--surface: #ffffff;--border: #e2e8f0;--border-light: #f1f5f9;--primary: #0ea5e9;--primary-dark: #0284c7;--primary-light: #7dd3fc;--secondary: #10b981;--secondary-dark: #059669;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--ring: rgba(14, 165, 233, .2);--success: #10b981;--warning: #f59e0b;--error: #ef4444;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .04)}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}.container{width:min(1200px,100%);margin:0 auto;padding:2rem}.stack-sm{gap:.5rem}.stack-lg{gap:1.5rem}.stack-xl{gap:2rem}.row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.row-sm{gap:.5rem}.row-lg{gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem;transition:box-shadow .2s ease}.card:hover{box-shadow:var(--shadow-lg)}.card-header{border-bottom:1px solid var(--border-light);padding-bottom:1rem;margin-bottom:1rem}h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--gray-900);letter-spacing:-.025em}h2{margin:1.5rem 0 .75rem;font-size:1.875rem;font-weight:600;line-height:1.3;color:var(--gray-800);letter-spacing:-.025em}h3{margin:1.25rem 0 .5rem;font-size:1.5rem;font-weight:600;line-height:1.4;color:var(--gray-700)}h4{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--gray-700)}p{margin:0 0 1rem;color:var(--gray-600);line-height:1.6}a{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s ease}a:hover{color:var(--primary-dark);text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:1px solid transparent;border-radius:var(--radius);font-weight:500;font-size:.875rem;line-height:1;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.btn-primary:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--secondary);color:#fff;box-shadow:var(--shadow)}.btn-secondary:hover:not(:disabled){background:var(--secondary-dark);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.btn-sm{padding:.5rem .75rem;font-size:.8125rem}.btn-lg{padding:1rem 1.5rem;font-size:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--gray-700);font-size:.875rem}input,select,textarea{width:100%;max-width:400px;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--fg);font-size:.875rem;line-height:1.5;transition:all .2s ease;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}input:disabled,select:disabled,textarea:disabled{background:var(--gray-50);color:var(--gray-400);cursor:not-allowed}.table-container{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;background:var(--surface)}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--border-light)}thead th{background:var(--gray-50);color:var(--gray-700);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}tbody tr:hover{background:var(--gray-50)}tbody tr:last-child td{border-bottom:none}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:500}.status-success{background:#10b9811a;color:var(--success)}.status-warning{background:#f59e0b1a;color:var(--warning)}.status-error{background:#ef44441a;color:var(--error)}.loading{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.875rem}.spinner{width:1rem;height:1rem;border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome-title{margin:0 0 .5rem}.dashboard-welcome-text{margin:0;color:var(--muted)}.dashboard-stats{margin-bottom:2rem;gap:1rem}.dashboard-stat-card{flex:1;text-align:center}.dashboard-stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-stat-label{color:var(--muted)}.dashboard-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-menu-item{height:100%;transition:all .2s ease;cursor:pointer;border:2px solid transparent;text-decoration:none;color:inherit}.dashboard-menu-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.dashboard-menu-item-header{align-items:flex-start;margin-bottom:1rem}.dashboard-menu-item-icon{font-size:2rem;margin-right:1rem;line-height:1}.dashboard-menu-item-content{flex:1}.dashboard-menu-item-title{margin:0 0 .5rem;color:var(--fg)}.dashboard-menu-item-description{margin:0;color:var(--muted);font-size:.875rem;line-height:1.4}.dashboard-menu-item-stats{background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.dashboard-menu-item-arrow{display:flex;align-items:center;color:var(--primary);font-size:.875rem;font-weight:500}.dashboard-recent-product{padding:.75rem 0;border-bottom:1px solid var(--border-light);align-items:center}.dashboard-recent-product:last-child{border-bottom:none}.dashboard-recent-product-content{flex:1}.dashboard-recent-product-name{font-weight:500;margin-bottom:.25rem}.dashboard-recent-product-sku,.dashboard-recent-product-date{font-size:.875rem;color:var(--muted)}.dashboard-recent-product-button{margin-left:1rem}.dashboard-stat-primary{color:var(--primary)!important}.dashboard-stat-secondary{color:var(--secondary)!important}.dashboard-stat-warning{color:var(--warning)!important}.dashboard-menu-item[data-color],.dashboard-menu-item[data-color="var(--primary)"]{border-color:var(--primary)}.dashboard-menu-item[data-color="var(--secondary)"]{border-color:var(--secondary)}.dashboard-menu-item[data-color="var(--muted)"]{border-color:var(--muted)}.dashboard-menu-item[data-color="var(--error)"]{border-color:var(--error)}.dashboard-menu-item[data-color="var(--success)"]{border-color:var(--success)}.dashboard-menu-item-stats[data-color],.dashboard-menu-item-stats[data-color="var(--primary)"]{background:var(--primary)}.dashboard-menu-item-stats[data-color="var(--secondary)"]{background:var(--secondary)}.dashboard-menu-item-stats[data-color="var(--muted)"]{background:var(--muted)}.dashboard-menu-item-stats[data-color="var(--error)"]{background:var(--error)}.dashboard-menu-item-stats[data-color="var(--success)"]{background:var(--success)}.dashboard-menu-item-arrow[data-color],.dashboard-menu-item-arrow[data-color="var(--primary)"]{color:var(--primary)}.dashboard-menu-item-arrow[data-color="var(--secondary)"]{color:var(--secondary)}.dashboard-menu-item-arrow[data-color="var(--muted)"]{color:var(--muted)}.dashboard-menu-item-arrow[data-color="var(--error)"]{color:var(--error)}.dashboard-menu-item-arrow[data-color="var(--success)"]{color:var(--success)}.product-header{display:flex;align-items:flex-start;gap:2rem}.product-info{flex:1}.product-meta{color:var(--muted)}.product-title{font-weight:500}.product-description{font-size:.875rem;color:var(--muted)}.product-image{flex-shrink:0}.product-image img{width:120px;height:120px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border-light)}.card-grid{display:flex;gap:1rem;margin-top:2rem}.card-grid-item{flex:1}.section-spacing{margin-top:2rem}.section-spacing-sm{margin-top:1rem}.status-badges,.action-buttons{display:flex;gap:.5rem}.remove-button{color:var(--error)}.add-button,.form-section{margin-top:1rem}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.form-row{display:flex;align-items:center}.form-row-between{display:flex;align-items:center;justify-content:space-between}.form-row-start{display:flex;align-items:flex-start;gap:2rem}.media-gallery{display:flex;flex-wrap:wrap;gap:.75rem}.media-item{display:flex;align-items:center}.media-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border-light)}.media-content{margin-left:.75rem}.media-title{font-weight:500}.media-meta{font-size:.875rem;color:var(--muted)}.list-item{display:flex;align-items:center}.list-item-content{flex:1}.list-item-title{font-weight:500}.list-item-meta{font-size:.875rem;color:var(--muted)}.attribute-group{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.attribute-group-title{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.attribute-list{display:flex;flex-direction:column;gap:.5rem}.attribute-item{display:flex;align-items:center;justify-content:space-between}.attribute-name{font-size:.875rem}.attribute-type{font-size:.75rem;color:var(--muted);margin-left:.5rem}.attribute-value{font-size:.75rem;color:var(--primary);font-weight:500}.button-group{display:flex;gap:.5rem;align-items:center}.button-group-end{display:flex;gap:.5rem;align-items:center;margin-left:auto}.tab-navigation{margin-top:1rem;border-bottom:1px solid var(--border-light);display:flex;gap:.5rem;overflow-x:auto}.tab-item{display:flex;align-items:center;position:relative;flex-shrink:0}.tab-button{background-color:transparent;border:1px solid var(--border);border-bottom:1px solid transparent;border-radius:var(--radius) var(--radius) 0 0;margin-bottom:-1px;white-space:nowrap;padding:.5rem 2rem .5rem 1rem;min-width:auto;width:auto;display:inline-flex}.tab-button-text{color:var(--gray-700);font-size:.875rem;font-weight:500;line-height:1.5}.tab-button.active{background-color:var(--primary);border-bottom:1px solid var(--primary)}.tab-button.active .tab-button-text{color:#fff;font-weight:600}.tab-close{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);background-color:transparent;color:var(--error);border:none;padding:.125rem;font-size:.75rem;min-width:auto;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);z-index:1}.tab-close.active{color:#fff}.component-info{margin-bottom:1.5rem;padding:1rem;background-color:var(--gray-50);border-radius:var(--radius);border:1px solid var(--border-light)}.component-info-content{display:flex;justify-content:space-between;align-items:center}.component-title{margin:0 0 .5rem}.component-meta{margin:0;color:var(--muted);font-size:.875rem}.empty-state{text-align:center;padding:2rem}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state-title{margin-bottom:1rem}.empty-state-description{color:var(--muted);margin-bottom:2rem}.warning-content{font-size:.875rem;color:var(--warning-dark)}.validation-error{font-size:.75rem;color:var(--error);margin-top:.25rem;padding:.25rem .5rem;background-color:var(--error-light);border-radius:var(--radius);border:1px solid var(--error)}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:500px;width:90%;margin:1rem}.stack{display:flex;flex-direction:column;gap:1rem}.attribute-value-empty{color:var(--muted);font-style:italic}.card-body{padding:1.5rem}.status-margin{margin-left:.5rem}.modal-content-sm{max-width:400px;width:90%}.btn-margin-top{margin-top:1rem}.loading-container{padding:24px}.modal-header{padding:2rem;border-bottom:1px solid var(--border-light)}.modal-title{margin:0}.modal-body{padding:2rem}.modal-content-lg{max-width:600px;max-height:90vh;overflow:auto;margin:1rem}.error-margin{margin-bottom:1rem}.warning-box{background-color:var(--warning-light);border:1px solid var(--warning);border-radius:var(--radius);padding:1rem;margin-top:1rem}.warning-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--warning-dark);font-weight:500}.warning-content{font-size:.875rem;color:var(--muted);margin:0 0 1rem}.warning-note{font-size:.75rem;color:var(--muted);margin:1rem 0 0;font-style:italic}.warning-item{padding:.5rem;background-color:var(--surface);border-radius:var(--radius-sm);margin-bottom:.5rem;font-size:.875rem}.text-left{text-align:left}.text-muted{color:var(--muted);margin-left:.5rem}.required-asterisk{color:var(--error)}.btn-auto-margin{margin-left:auto}.tab-navigation-alt{display:flex;border-bottom:1px solid var(--border-light);padding:0 2rem}.tab-button-alt{padding:1rem 0;margin-right:2rem;border:none;background:none;border-bottom:2px solid transparent;color:var(--muted);cursor:pointer;transition:color .2s ease}.tab-button-alt.active{border-bottom:2px solid var(--primary);color:var(--text);font-weight:500}.modal-content-xl{max-width:800px;max-height:90vh;overflow:auto;margin:1rem}.card-margin-bottom{margin-bottom:2rem}.text-center{text-align:center}.attribute-type-info{font-size:.875rem;color:var(--muted);margin-top:.25rem}.info-card{background:var(--gray-50)}.info-row{align-items:flex-start}.info-icon{font-size:1.5rem;margin-right:1rem}.info-title{margin:0 0 .5rem}.info-padding{padding:2rem}.form-group-flex{flex:1}.form-actions-end{justify-content:flex-end}.input-readonly{background-color:var(--gray-50);cursor:not-allowed}.input-editable{background-color:var(--surface);cursor:text}.meta-margin-top{margin-top:.25rem}.warning-text{font-size:.75rem;color:var(--warning);margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.checkbox-label{display:flex;align-items:center;gap:.5rem}.current-language-section{margin-top:2rem;padding:1.5rem;border:1px solid var(--border-light);border-radius:var(--radius);background-color:var(--gray-50)}.current-language-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.current-language-title{margin:0;color:var(--primary)}.warning-box{font-size:.875rem;color:var(--warning);padding:.75rem;background-color:var(--warning-light);border-radius:var(--radius-sm);border:1px solid var(--warning)}.option-item-row{align-items:center}.option-number{margin-right:.5rem}.option-input{flex:1}.option-remove-btn{margin-left:.5rem;padding:.25rem .5rem;color:var(--error);background:none;border:none;cursor:pointer}.btn-margin-left{margin-left:.5rem}.muted-text{color:var(--muted);margin-bottom:1rem}.empty-state-center{text-align:center;padding:2rem;color:var(--muted)}.modal-actions{margin-top:1rem}.modal-actions-end{margin-left:auto}.translation-card{padding:1rem}.translation-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.translation-card-title{margin:0}.translation-card-title-primary{margin:0;color:var(--primary)}.translation-delete-btn{color:var(--error);background:none;border:none;cursor:pointer}.translation-card-gray{padding:1rem;background:var(--gray-50)}.translation-card-title-margin{margin:0 0 1rem}.translation-card-current{padding:1rem;border:2px solid var(--primary);background-color:var(--primary-light)}.translation-card-normal{padding:1rem;border:1px solid var(--border-light);background-color:var(--surface)}.dropdown-container{position:relative;display:inline-block}.dropdown-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;min-width:120px;justify-content:space-between}.dropdown-arrow{transform:rotate(0);transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-overlay{position:fixed;inset:0;z-index:1}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--border-light);border-radius:.5rem;box-shadow:0 4px 12px #0000001a;z-index:2;min-width:160px;margin-top:.25rem}.dropdown-item{padding:.5rem 1rem;color:var(--muted)}.dropdown-item-button{width:100%;padding:.75rem 1rem;border:none;background:transparent;color:var(--text);text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease}.dropdown-item-button:hover{background:var(--gray-50)}.dropdown-item-button.selected{background:var(--primary-light);color:var(--primary)}.dropdown-item-code{font-size:.8rem;color:var(--muted);margin-left:auto}.error-boundary-overlay{position:fixed;inset:0;background-color:#000c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.error-boundary-content{background-color:#fff;border-radius:8px;padding:2rem;max-width:800px;max-height:80vh;overflow:auto;box-shadow:0 20px 25px #0000001a}.error-boundary-title{color:#ef4444;margin-bottom:1rem}.error-section{margin-bottom:1rem}.error-section-title{margin-bottom:.5rem}.error-code-block{background-color:#f3f4f6;padding:1rem;border-radius:4px;overflow:auto;font-size:.875rem;color:#dc2626}.error-code-block-stack{font-size:.75rem;color:#374151}.error-actions{display:flex;gap:1rem;margin-top:2rem}.login-card{max-width:400px;margin:5vh auto}.login-logo{height:60px;width:auto;margin-bottom:1.5rem}.login-title{margin-bottom:2rem}.btn-full-width{width:100%}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{width:90%;max-width:600px;max-height:90vh;overflow:auto}.form-row{display:flex;align-items:center;gap:.5rem}.no-margin{margin:0}.stack-margin-top{margin-top:1rem}.input-disabled{background-color:var(--gray-50);cursor:not-allowed}.option-item{padding:.5rem;background:var(--gray-50);border-radius:var(--radius);align-items:center}.option-text{flex:1}.modal-content-small{max-width:500px;width:90%;max-height:90vh;overflow:auto}.link-primary{font-weight:500;color:var(--primary);text-decoration:none}.status-sm{font-size:.75rem}
