:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--accent-color: #0ea5e9;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-dark: #0f172a;--bg-dark-secondary: #1e293b;--text-primary: #0f172a;--text-secondary: #64748b;--text-muted: #94a3b8;--text-white: #ffffff;--border-color: #e2e8f0;--border-focus: #2563eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--bg-secondary);color:var(--text-primary)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border:1px solid transparent;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary-color);color:var(--text-white);border-color:var(--primary-color)}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover);border-color:var(--primary-hover)}.btn-secondary{background-color:var(--bg-primary);color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover:not(:disabled){background-color:var(--bg-tertiary)}.btn-ghost{background-color:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover:not(:disabled){background-color:var(--bg-tertiary);color:var(--text-primary)}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:.875rem;font-family:inherit;background-color:var(--bg-primary);color:var(--text-primary);transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:var(--text-muted)}.card{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:var(--shadow-sm);overflow:hidden}.card-header{padding:1.5rem;border-bottom:1px solid var(--border-color)}.card-body{padding:1.5rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color);background-color:var(--bg-secondary)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.mb-6{margin-bottom:1.5rem}.p-8{padding:2rem}.rounded{border-radius:.25rem}.shadow{box-shadow:var(--shadow-md)}@media (prefers-color-scheme: dark){:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #64748b;--border-color: #334155}}.desktop-login-container{min-height:100vh;display:flex;background:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}.login-left-panel{flex:1;background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center;padding:4rem;position:relative;overflow:hidden}.login-left-panel:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.branding-section{max-width:600px;color:#fff;z-index:10;position:relative}.brand-logo{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}.logo-container{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #0003}.logo-icon{width:40px;height:40px;color:#fff}.logo-text h1{font-size:3rem;font-weight:800;margin:0;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text span{font-size:1.2rem;color:#94a3b8;font-weight:500;display:block;margin-top:-.5rem}.brand-description{margin-bottom:3rem}.brand-description h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#f1f5f9}.brand-description p{font-size:1.1rem;line-height:1.6;color:#cbd5e1;margin:0}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.feature-item:hover{background:#ffffff14;transform:translateY(-2px)}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon .icon{width:24px;height:24px;color:#fff}.feature-content h3{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin:0 0 .5rem}.feature-content p{font-size:.95rem;color:#cbd5e1;margin:0;line-height:1.5}.login-right-panel{flex:0 0 500px;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;box-shadow:-10px 0 30px #0000001a}.login-form-container{width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2.5rem}.login-title-section{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.login-icon{width:28px;height:28px;color:#3b82f6}.login-title-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.login-subtitle{font-size:1rem;color:#64748b;margin:0}.desktop-login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.9rem;font-weight:500}.form-group{display:flex;flex-direction:column;gap:.75rem}.field-label{font-size:.95rem;font-weight:600;color:#374151;position:relative}.remembered-indicator{font-size:.75rem;color:#059669;font-weight:500;margin-left:.5rem;background:#d1fae5;padding:.25rem .5rem;border-radius:12px;display:inline-flex;align-items:center;gap:.25rem}.input-wrapper{position:relative}.desktop-input{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;color:#1f2937;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.desktop-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.desktop-input::placeholder{color:#9ca3af}.desktop-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.password-visibility{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.password-visibility:hover{color:#374151;background:#f3f4f6}.password-visibility:disabled{cursor:not-allowed;opacity:.5}.visibility-icon{width:20px;height:20px}.desktop-login-button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px #3b82f64d;margin-top:.5rem}.desktop-login-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.desktop-login-button:active{transform:translateY(0)}.desktop-login-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #3b82f633}.button-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.login-footer{margin-top:2rem;text-align:center}.security-info{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.85rem;font-weight:500;margin-bottom:1rem}.copyright p{color:#9ca3af;font-size:.8rem;margin:0}.desktop-dashboard{min-height:100vh;background:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1400px;margin:0 auto}.header-left{display:flex;align-items:center}.brand-section{display:flex;align-items:center;gap:1rem}.brand-logo{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f633}.logo-icon{width:24px;height:24px;color:#fff}.brand-text h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.brand-text span{font-size:.875rem;color:#64748b;font-weight:500}.header-right{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.user-avatar{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.user-details{display:flex;flex-direction:column}.user-name{font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.2}.user-role{font-size:.75rem;color:#64748b;line-height:1.2}.logout-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#dc2626;transform:translateY(-1px)}.logout-icon{width:16px;height:16px}.dashboard-layout{display:flex;max-width:1400px;margin:0 auto;min-height:calc(100vh - 80px)}.dashboard-sidebar{width:300px;background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #e2e8f0;padding:2rem 0;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;box-shadow:4px 0 20px #0000000d}.dashboard-sidebar::-webkit-scrollbar{width:6px}.dashboard-sidebar::-webkit-scrollbar-track{background:transparent}.dashboard-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1,#94a3b8);border-radius:3px}.dashboard-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8,#64748b)}.sidebar-nav{padding:0 1.5rem}.nav-section{margin-bottom:2rem}.nav-section-title{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:8px;border-left:4px solid #3b82f6;position:relative}.nav-section-title:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:2px}.nav-group{margin-bottom:.5rem}.nav-item{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;border:none;background:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;margin-bottom:.25rem}.nav-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translate(6px);box-shadow:0 4px 12px #00000014}.nav-item:active{transform:translate(3px);transition:all .1s ease}.nav-item-parent{font-weight:600;position:relative}.nav-item-parent:before{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:2px;transition:height .3s ease}.nav-item-parent:hover:before{height:60%}.nav-item-child{margin-left:1.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#3b82f60d,#3b82f605);border-left:3px solid #3b82f6;border-radius:8px;position:relative}.nav-item-child:before{content:"";position:absolute;left:-1.5rem;top:50%;transform:translateY(-50%);width:1px;height:20px;background:linear-gradient(180deg,transparent 0%,#3b82f6 50%,transparent 100%)}.nav-item-child:hover{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);transform:translate(4px);box-shadow:0 2px 8px #3b82f626}.nav-item-arrow{margin-left:auto;display:flex;align-items:center;justify-content:center}.arrow-icon{width:18px;height:18px;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:4px;padding:2px}.nav-item:hover .arrow-icon{color:#3b82f6;transform:scale(1.1);background:#3b82f61a}.nav-submenu{margin-top:.25rem;margin-bottom:.5rem}.nav-item-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.nav-item-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);opacity:0;transition:opacity .3s ease;border-radius:12px}.nav-item:hover .nav-item-icon:before{opacity:1}.nav-item-icon .icon{width:22px;height:22px;color:#64748b;transition:all .3s ease;position:relative;z-index:1}.nav-item:hover .nav-item-icon .icon{color:#fff;transform:scale(1.1)}.nav-item-content{display:flex;flex-direction:column;gap:.25rem}.nav-item-label{font-size:.875rem;font-weight:600;color:#1e293b;transition:color .3s ease}.nav-item:hover .nav-item-label{color:#1e40af}.nav-item-description{font-size:.75rem;color:#64748b;line-height:1.4;transition:color .3s ease}.nav-item:hover .nav-item-description{color:#475569}.dashboard-main{flex:1;padding:2rem;overflow-y:auto}.main-content{max-width:1400px}.dashboard-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.page-title-section{flex:1}.welcome-section{margin-bottom:.5rem}.page-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.page-description{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.page-actions{display:flex;gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon.compass{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.stat-icon.businesses{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.stat-icon.languages{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.stat-icon .icon{width:24px;height:24px}.stat-icon.compass .icon{color:#2563eb}.stat-icon.businesses .icon{color:#16a34a}.stat-icon.languages .icon{color:#9333ea}.stat-trend{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px}.trend-up{color:#16a34a;background:#f0fdf4}.trend-neutral{color:#64748b;background:#f8fafc}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1}.stat-label{font-size:1rem;font-weight:600;color:#374151}.stat-description{font-size:.875rem;color:#64748b}.management-sections{margin-top:2rem}.section-header{margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.section-description{font-size:1rem;color:#64748b;margin:0}.management-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.management-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.management-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);border-radius:20px 20px 0 0;opacity:0;transition:opacity .3s ease}.management-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#cbd5e1}.management-card:hover:before{opacity:1}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.card-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.management-card:hover .card-icon{transform:scale(1.05);box-shadow:0 8px 15px -3px #00000026}.card-icon .icon{width:28px;height:28px;color:#475569;transition:color .3s ease}.management-card:hover .card-icon .icon{color:#1e293b}.card-actions{display:flex;gap:.5rem}.card-action-button{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 2px #0000000d}.card-action-button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.card-content{padding:1.5rem}.card-title{font-size:1.375rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;letter-spacing:-.025em}.card-description{font-size:.9rem;color:#64748b;margin:0 0 1.25rem;line-height:1.6;font-weight:500}.card-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.card-stat{display:flex;flex-direction:column;gap:.375rem;flex:1;text-align:center}.stat-number{font-size:1rem;font-weight:700;color:#1e293b;letter-spacing:-.025em}.stat-label{font-size:.8rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.card-footer{padding:0 1.5rem 1.5rem}.card-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #3b82f64d;position:relative;overflow:hidden}.card-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.card-button:hover:before{left:100%}.card-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f666,0 4px 6px -2px #3b82f633}.card-button:active{transform:translateY(0);box-shadow:0 4px 6px -1px #3b82f64d}.button-arrow{font-size:1.1rem;transition:transform .3s ease;font-weight:700}.card-button:hover .button-arrow{transform:translate(6px)}.languages-content{padding:1.5rem}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.header-left{display:flex;align-items:center;gap:1rem}.content-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.content-description{font-size:.9rem;color:#64748b;margin:0}.languages-list{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.languages-matrix{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d}.language-matrix-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.language-matrix-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);opacity:0;transition:opacity .3s ease}.language-matrix-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px -5px #0000001a,0 4px 6px -2px #0000000d;border-color:#cbd5e1}.language-matrix-card:hover:before{opacity:1}.matrix-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.language-icon-container{width:48px;height:48px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #8b5cf633;transition:all .3s ease}.language-matrix-card:hover .language-icon-container{transform:scale(1.05);box-shadow:0 8px 20px #8b5cf64d}.language-icon{width:24px;height:24px;color:#fff}.language-code-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:700;letter-spacing:.05em;box-shadow:0 2px 8px #3b82f64d;transition:all .3s ease}.language-matrix-card:hover .language-code-badge{transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.matrix-card-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.language-name{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.3;margin:0}.language-native{font-size:1rem;color:#64748b;font-style:italic;margin:0}.language-status{margin-top:auto}.status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}.status-badge.active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;box-shadow:0 2px 4px #22c55e33}.status-badge.upcoming{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;box-shadow:0 2px 4px #f59e0b33}.status-badge.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;box-shadow:0 2px 4px #ef444433}.matrix-card-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.matrix-action-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.matrix-action-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.matrix-action-button.edit:hover{border-color:#3b82f6;background:#eff6ff;box-shadow:0 4px 12px #3b82f633}.matrix-action-button.delete:hover{border-color:#ef4444;background:#fef2f2;box-shadow:0 4px 12px #ef444433}.action-icon{width:18px;height:18px;color:#64748b;transition:color .3s ease}.matrix-action-button.edit:hover .action-icon{color:#3b82f6}.matrix-action-button.delete:hover .action-icon{color:#ef4444}@media (max-width: 768px){.languages-matrix{grid-template-columns:1fr;gap:1rem;padding:.75rem}.language-matrix-card{padding:1.25rem}.matrix-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.language-code-badge{align-self:flex-end}.matrix-card-actions{justify-content:center}}@media (max-width: 480px){.languages-matrix{padding:.5rem}.language-matrix-card{padding:1rem}.language-icon-container{width:40px;height:40px}.language-icon{width:20px;height:20px}.language-name{font-size:1.125rem}.language-native{font-size:.875rem}}.placeholder-content{padding:3rem 2rem;text-align:center;color:#64748b}.placeholder-content h2{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.placeholder-content p{font-size:1rem;margin:0}.languages-page{padding:2rem;max-width:1200px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.header-left{display:flex;align-items:center;gap:1.5rem}.back-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.back-icon{width:16px;height:16px}.page-title-section{display:flex;align-items:center;gap:1rem}.title-icon{width:48px;height:48px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #8b5cf633}.title-icon .icon{width:24px;height:24px;color:#fff}.page-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.page-description{font-size:1rem;color:#64748b;margin:0}.add-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #3b82f64d}.add-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 8px -1px #3b82f666}.add-button:disabled{opacity:.6;cursor:not-allowed}.add-language-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #3b82f64d}.add-language-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 8px -1px #3b82f666}.add-language-button:disabled{opacity:.6;cursor:not-allowed}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#dc2626;display:flex;align-items:center;gap:.75rem}.error-banner p{margin:0;color:#dc2626;font-size:.875rem}.error-banner .error-icon{width:16px;height:16px;color:#dc2626;flex-shrink:0}.error-content{display:flex;align-items:center;gap:.75rem;color:#dc2626;font-size:.875rem}.error-icon{font-size:1rem;font-weight:700}.error-close{margin-left:auto;background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.form-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000000d}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.form-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.close-button{width:32px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.close-button:hover{background:#f8fafc;border-color:#cbd5e1}.close-icon{width:16px;height:16px;color:#64748b}.language-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field-label{font-size:.875rem;font-weight:600;color:#374151}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease}.form-input:disabled{background:#f9fafb;color:#6b7280}.field-help{font-size:.75rem;color:#6b7280}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-input{width:16px;height:16px;accent-color:#3b82f6}.checkbox-text{font-weight:500}.translations-inputs{display:flex;flex-direction:column;gap:1rem}.translation-input-group{display:flex;flex-direction:column;gap:.5rem}.translation-label{font-size:.875rem;font-weight:500;color:#374151}.business-type-icon{width:24px;height:24px;border-radius:4px;object-fit:cover}.hidden{display:none!important}.empty-table-message{text-align:center;padding:2rem;color:#6b7280;font-style:italic}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-group .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.checkbox-group .checkbox-label:hover{background-color:#f8fafc}.checkbox-group .checkbox-input{width:16px;height:16px;accent-color:#3b82f6}.checkbox-group .checkbox-text{font-size:.875rem;font-weight:500;color:#374151}.address-cell{display:flex;align-items:center;gap:.5rem;max-width:200px}.address-icon{width:14px;height:14px;color:#6b7280;flex-shrink:0}.address-text{font-size:.875rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-cell{min-width:150px}.contact-info{display:flex;flex-direction:column;gap:.25rem}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.contact-icon{width:12px;height:12px;color:#6b7280;flex-shrink:0}.contact-item a{color:#3b82f6;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-cell{width:auto;min-width:150px}.address-cell{width:auto;min-width:200px}.info-banner{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #3b82f6;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.info-content{display:flex;align-items:center;gap:.75rem;color:#1e40af}.info-icon{font-size:1.25rem;font-weight:700;flex-shrink:0}.products-list{display:grid;gap:1rem;max-height:400px;overflow-y:auto}.product-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;transition:all .2s ease}.product-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.product-info{flex:1}.product-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.product-description{color:#6b7280;font-size:.875rem;margin:0 0 .75rem;line-height:1.4}.product-details{display:flex;align-items:center;gap:1rem}.product-price{font-size:1.125rem;font-weight:700;color:#059669}.product-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-status.available{background:#dcfce7;color:#166534}.product-status.unavailable{background:#fef2f2;color:#991b1b}.product-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.product-image img{width:100%;height:100%;object-fit:cover}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.cancel-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.save-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #10b9814d}.save-button:hover{transform:translateY(-1px);box-shadow:0 6px 8px -1px #10b98166}.products-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f0f9ff;color:#0369a1;border:1px solid #bae6fd;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.products-button:hover{background:#e0f2fe;color:#0c4a6e;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0ea5e933}.header-actions,.modal-actions{display:flex;align-items:center;gap:1rem}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.875rem;padding:1rem;background:#f8fafc;min-height:500px}.products-table-container .products-list{display:block}.product-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #e2e8f0}.product-item:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px);border-color:#3b82f6}.product-header{position:relative;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-item:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.product-content{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{color:#64748b;font-size:.875rem;line-height:1.6;margin:0 0 1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.6rem}.product-details{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.product-price{font-size:1.5rem;font-weight:800;color:#059669;display:flex;align-items:center;gap:.25rem}.product-price:before{content:"$";font-size:1rem;opacity:.7}.product-status{padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.product-status.available{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b9814d}.product-status.available:before{content:"✓";font-weight:700}.product-status.unavailable{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 4px #ef44444d}.product-status.unavailable:before{content:"✗";font-weight:700}.product-actions{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.product-actions .action-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;font-weight:600;font-size:.875rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.product-actions .action-button.edit{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 4px #3b82f64d}.product-actions .action-button.edit:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.product-actions .action-button.delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 4px #ef44444d}.product-actions .action-button.delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px #ef444466}.products-modal .modal-container{max-width:98vw!important;width:99%!important;max-height:98vh;border-radius:16px;overflow:hidden}.modal-overlay .products-modal .modal-container{max-width:98vw!important;width:99%!important}.products-modal .content-header{padding:1.5rem 1.5rem 1rem;background:#fff;border-bottom:1px solid #e2e8f0}.content-header{padding:2rem 2rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.content-header h3{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;display:flex;align-items:center;gap:.75rem;color:#1e293b}.content-header h3:before{content:"📦";font-size:1.5rem}.content-header .add-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;box-shadow:0 2px 4px #3b82f64d;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:8px;transition:all .2s ease;margin-bottom:1rem}.content-header .add-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.content-header .close-button{position:absolute;top:2rem;right:2rem;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.content-header .close-button:hover{background:#f1f5f9;color:#374151;transform:translateY(-1px)}.products-modal .modal-content{max-height:calc(98vh - 120px);overflow-y:auto;background:#f8fafc;max-width:none!important;width:100%!important}.products-table-container{background:#fff;border-radius:12px;margin:1.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.products-table{width:100%;border-collapse:collapse;table-layout:auto;min-width:800px}.products-table thead{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.products-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.products-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.product-row:hover{background:#f8fafc}.product-icon{width:40px;height:40px;border-radius:8px;object-fit:cover}.product-icon-placeholder{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.product-icon-placeholder .icon{width:20px;height:20px}.product-info{display:flex;flex-direction:column;gap:.25rem}.product-name{font-weight:600;color:#1f2937;font-size:.875rem}.product-description{font-size:.75rem;color:#6b7280;line-height:1.4}.price-value,.cost-value{font-weight:600;color:#059669;font-size:.875rem}.cost-value{color:#dc2626}.product-form-modal .modal-container{max-width:95vw!important;width:98%!important;max-height:98vh;border-radius:16px;overflow:hidden}.product-form-modal .modal-content{max-height:calc(98vh - 40px);overflow-y:auto;padding:0;background:#f8fafc;max-width:none!important;width:100%!important;border-radius:16px}.product-form-modal .form-container{padding:2rem;background:#fff;margin:1.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.product-form-modal .form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.product-form-modal .form-header h3{margin:0;font-size:1.75rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.75rem}.product-form-modal .form-header h3:before{content:"📦";font-size:1.5rem}.product-form-modal .form-header .close-button{background:#f8fafc;color:#64748b;border:2px solid #e2e8f0;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.product-form-modal .form-header .close-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569;transform:scale(1.05)}.product-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.product-form-section:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.product-form-section:last-child{margin-bottom:0}.product-form-section h4{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.product-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:1.5rem}.product-form-row:last-child{margin-bottom:0}.product-form-group{display:flex;flex-direction:column}.product-form-group label{font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.product-form-group input,.product-form-group textarea,.product-form-group select{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.875rem;transition:all .2s ease;background:#fff;color:#1f2937}.product-form-group input:focus,.product-form-group textarea:focus,.product-form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.product-form-group textarea{resize:vertical;min-height:100px}.product-checkbox-group{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.product-checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6}.product-checkbox-group .checkbox-text{font-weight:500;color:#374151;font-size:.875rem}.product-language-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.product-language-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:8px 8px 0 0}.product-language-tab:hover{color:#3b82f6;background:#f1f5f9}.product-language-tab.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#f8fafc}.product-translation-panel{display:none;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem}.product-translation-panel.active{display:block}.product-translation-inputs{display:grid;gap:1.5rem}.product-form-actions{display:flex;justify-content:flex-end;gap:1.5rem;padding:2rem;background:#fff;border-top:1px solid #e2e8f0;margin-top:2rem;border-radius:0 0 16px 16px}.product-form-actions .cancel-button,.product-form-actions .save-button{padding:.875rem 2rem;border-radius:10px;font-weight:600;font-size:.875rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.product-form-actions .cancel-button{background:#f8fafc;color:#64748b;border:2px solid #e2e8f0}.product-form-actions .cancel-button:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.product-form-actions .save-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:2px solid transparent;box-shadow:0 2px 4px #3b82f64d}.product-form-actions .save-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;margin:2rem;position:relative;overflow:hidden}.empty-state:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.05) 0%,transparent 70%);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.empty-state .empty-icon{width:120px;height:120px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:2rem;box-shadow:0 20px 25px -5px #3b82f64d;position:relative;z-index:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.empty-state .empty-icon svg{width:48px;height:48px}.empty-state h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1rem;position:relative;z-index:1}.empty-state p{font-size:1rem;color:#64748b;margin:0 0 2rem;max-width:400px;line-height:1.6;position:relative;z-index:1}.empty-state .cta-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #3b82f64d;transition:all .3s ease;position:relative;z-index:1;display:flex;align-items:center;gap:.5rem}.empty-state .cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 15px -3px #3b82f666}@media (max-width: 1600px){.products-modal .modal-container{max-width:96vw;width:98%}}@media (max-width: 1400px){.products-modal .modal-container{max-width:95vw;width:97%}}@media (max-width: 1200px){.products-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;padding:1.25rem}.products-modal .modal-container{max-width:95vw;width:96%}}@media (max-width: 1024px){.products-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.875rem;padding:1rem}.products-modal .modal-container{max-width:95vw;width:96%}}@media (max-width: 768px){.products-list{grid-template-columns:1fr;gap:1rem;padding:1rem}.product-item{margin:0 .5rem}.product-header{height:150px}.product-content{padding:1rem}.product-name{font-size:1.125rem}.product-details{flex-direction:column;gap:.75rem;align-items:stretch}.product-actions{flex-direction:column;gap:.5rem}.product-actions .action-button{width:100%}.content-header{padding:1.5rem 1rem 1rem}.content-header h3{font-size:1.5rem;text-align:center;margin-bottom:1rem}.content-header .add-button{width:100%;justify-content:center;margin-bottom:.75rem}.content-header .close-button{position:static;width:100%;height:44px}.product-form-section{padding:1rem}.product-form-modal .modal-container{max-width:95vw;width:96%}.product-form-modal .modal-content{padding:0}.product-form-modal .form-container{padding:1rem}.product-form-modal .form-header{margin-bottom:1.5rem;padding-bottom:1rem}.product-form-modal .form-header h3{font-size:1.5rem}.product-form-modal .form-header .close-button{width:40px;height:40px}.product-form-row{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.products-list{padding:.5rem}.product-item{margin:0}.product-header{height:120px}.product-content{padding:.75rem}.product-name{font-size:1rem}.product-price{font-size:1.25rem}.empty-state{padding:4rem 1rem;margin:1rem}.empty-state .empty-icon{width:80px;height:80px}.empty-state .empty-icon svg{width:32px;height:32px}.empty-state h3{font-size:1.5rem}.empty-state p{font-size:.875rem}.empty-state .cta-button{padding:.75rem 1.5rem;font-size:.875rem}}.languages-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#64748b}.loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{width:64px;height:64px;color:#cbd5e1;margin-bottom:1rem}.empty-state p{color:#6b7280;margin:0 0 1.5rem}.add-first-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #3b82f64d}.add-first-button:hover{transform:translateY(-1px);box-shadow:0 6px 8px -1px #3b82f666}.languages-table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.languages-table{width:100%;border-collapse:collapse;background:#fff;table-layout:auto}.languages-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.languages-table th{padding:1rem .75rem;text-align:left;font-weight:600;font-size:.875rem;color:#374151;border-right:1px solid #e2e8f0}.languages-table th:last-child{border-right:none}.language-row{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.language-row:hover{background:#f8fafc}.language-row:last-child{border-bottom:none}.languages-table td{padding:.75rem;border-right:1px solid #f1f5f9;vertical-align:middle}.languages-table td:last-child{border-right:none}.icon-cell{text-align:center;width:1%;white-space:nowrap;padding:.75rem .5rem}.code-cell{width:auto;white-space:nowrap}.name-cell{width:auto;min-width:200px}.status-cell{width:auto;white-space:nowrap;text-align:center}.actions-cell{width:auto;white-space:nowrap}.table-actions{display:flex;gap:.5rem;justify-content:center}.language-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 1rem;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:1rem}.language-card:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d;background:#f8fafc}.language-info{display:flex;align-items:center;gap:1rem;flex:1}.language-header{display:flex;align-items:center;gap:.5rem}.language-icon{width:16px;height:16px;color:#64748b}.language-code{font-size:.75rem;font-weight:700;color:#3b82f6;background:#dbeafe;padding:.25rem .5rem;border-radius:4px;display:inline-block;text-align:center;min-width:40px}.language-name{font-size:.95rem;font-weight:600;color:#1e293b}.language-native{font-size:.85rem;color:#64748b;font-style:italic}.language-status{margin-left:auto;margin-right:1rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.upcoming{background:#fef3c7;color:#92400e}.status-badge.inactive{background:#fee2e2;color:#991b1b}.card-actions{display:flex;gap:.5rem;flex-shrink:0}.action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.action-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.action-button.edit:hover{border-color:#3b82f6;background:#eff6ff}.action-button.delete:hover{border-color:#ef4444;background:#fef2f2}.action-icon{width:14px;height:14px;color:#64748b}.action-button.edit:hover .action-icon{color:#3b82f6}.action-button.delete:hover .action-icon{color:#ef4444}.action-button.products{background:#f0f9ff;color:#0369a1;border:1px solid #bae6fd}.action-button.products:hover{background:#e0f2fe;color:#0c4a6e;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0ea5e933}.action-button.products:hover .action-icon{color:#0c4a6e}@media (max-width: 1024px){.desktop-login-container{flex-direction:column}.login-left-panel{flex:none;min-height:40vh;padding:2rem}.login-right-panel{flex:none;min-height:60vh}.brand-logo{justify-content:center;margin-bottom:2rem}.feature-list{display:none}.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid #e2e8f0}.sidebar-nav{display:flex;overflow-x:auto;padding:1rem 1.5rem}.nav-section{margin-bottom:0;display:flex;gap:.5rem}.nav-section-title{display:none}.nav-item{min-width:200px;margin-bottom:0}}@media (max-width: 768px){.login-left-panel,.login-right-panel{padding:1.5rem}.logo-text h1{font-size:2.5rem}.brand-description h2{font-size:1.5rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.login-background{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2)}.login-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.08) 0%,transparent 50%);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1deg)}}.login-content{position:relative;z-index:10;width:100%;max-width:420px;padding:2rem}.login-header{text-align:center;margin-bottom:3rem}.login-logo{position:relative;display:inline-block;margin-bottom:2rem}.logo-icon{width:80px;height:80px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;position:relative;z-index:2;transition:transform .3s ease}.logo-icon:hover{transform:translateY(-5px)}.logo-icon-svg{width:40px;height:40px;color:#2563eb}.logo-glow{position:absolute;inset:-10px;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:30px;opacity:.3;filter:blur(20px);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.login-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.login-subtitle{font-size:1.1rem;color:#fffc;font-weight:400}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 25px 50px #00000026,0 0 0 1px #fff3;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.login-card-header{padding:2.5rem 2.5rem 1.5rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#fff)}.login-card-title{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.login-card-icon{width:24px;height:24px;color:#2563eb}.login-card-title h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.login-card-description{font-size:.95rem;color:#64748b;margin:0}.login-form{padding:0 2.5rem 2.5rem}.login-error{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;margin-bottom:1.5rem;color:#dc2626;font-size:.9rem;font-weight:500}.error-icon{font-size:1.2rem;flex-shrink:0}.form-field{margin-bottom:1.75rem}.form-label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.75rem}.input-container{position:relative}.form-input{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;color:#1f2937;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;transform:translateY(-1px)}.form-input::placeholder{color:#9ca3af}.form-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.input-focus-border{position:absolute;inset:0;border-radius:12px;border:2px solid transparent;background:linear-gradient(135deg,#2563eb,#0ea5e9) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.form-input:focus+.input-focus-border{opacity:1}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:#374151;background:#f3f4f6}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.toggle-icon{width:18px;height:18px}.login-button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px #2563eb4d;position:relative;overflow:hidden}.login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-button:hover:before{left:100%}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #2563eb33}.button-icon{width:20px;height:20px}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.login-card-footer{padding:1.5rem 2.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0}.security-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.85rem;font-weight:500}.security-icon{width:16px;height:16px;color:#10b981}.login-footer{text-align:center;margin-top:2rem}.login-footer p{color:#ffffffb3;font-size:.9rem;margin:0}@media (max-width: 480px){.login-content{padding:1.5rem}.login-title{font-size:2rem}.login-card-header,.login-form{padding-left:1.5rem;padding-right:1.5rem}.login-card-footer{padding:1.5rem}}.text-red-700{color:#dc2626}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.shadow-lg{box-shadow:var(--shadow-lg)}.p-4{padding:1rem}.gap-2{gap:.5rem}.hover\:text-gray-600:hover{color:#4b5563}.border-2{border-width:2px}.border-white{border-color:#fff}.border-t-transparent{border-top-color:transparent}.rounded-full{border-radius:9999px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\\:ml-0{margin-left:0}.lg\\:hidden{display:none}.lg\\:translate-x-0{transform:translate(0)}.lg\\:static{position:static}.lg\\:inset-0{inset:0}.lg\\:p-8{padding:2rem}}@media (min-width: 640px){.sm\\:px-6{padding-left:1.5rem;padding-right:1.5rem}}.transform{transform:translate(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skew(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1))}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.-translate-x-full{--tw-translate-x: -100%}.translate-x-0{--tw-translate-x: 0px}.-translate-y-1\/2{--tw-translate-y: -50%}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.left-0{left:0}.right-3{right:.75rem}.top-1\/2{top:50%}.z-40{z-index:40}.z-50{z-index:50}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-64{width:16rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.max-w-md{max-width:28rem}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))}.to-indigo-100{--tw-gradient-to: #e0e7ff}.bg-red-50{background-color:#fef2f2}.bg-blue-50{background-color:#eff6ff}.bg-green-50{background-color:#f0fdf4}.bg-purple-50{background-color:#faf5ff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-black{background-color:#000}.bg-opacity-50{--tw-bg-opacity: .5}.text-red-600{color:#dc2626}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-white{color:#fff}.border-red-200{border-color:#fecaca}.border-gray-200{border-color:#e5e7eb}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hover\\:bg-gray-50:hover{background-color:#f9fafb}.hover\\:text-gray-500:hover{color:#6b7280}.hover\\:text-gray-600:hover{color:#4b5563}.hover\\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.pr-10{padding-right:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.flex-shrink-0{flex-shrink:0}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.shadow-xl{box-shadow:var(--shadow-xl)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.hidden{display:none}.cursor-pointer{cursor:pointer}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.categories-content{padding:2rem;background:#f8fafc;min-height:100vh}.categories-list{margin-top:2rem}.categories-table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000001a}.categories-table{width:100%;border-collapse:collapse;background:#fff}.categories-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.categories-table th{padding:1rem .75rem;text-align:left;font-weight:600;font-size:.875rem;color:#374151;border-right:1px solid #e2e8f0}.categories-table th:last-child{border-right:none}.category-row{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.category-row:hover{background:#f8fafc}.category-row:last-child{border-bottom:none}.categories-table td{padding:.75rem;border-right:1px solid #f1f5f9;vertical-align:middle}.categories-table td:last-child{border-right:none}.icon-cell{text-align:center;width:80px}.sort-order-cell{width:100px;text-align:center}.translations-cell{min-width:200px}.actions-cell{width:160px}.category-icon{width:32px;height:32px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0}.category-icon-fallback{width:32px;height:32px;background:#f1f5f9;border-radius:4px;border:1px solid #e2e8f0;align-items:center;justify-content:center;margin:0 auto}.sort-order{font-weight:600;color:#374151;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-size:.875rem}.translations-list{display:flex;flex-direction:column;gap:.25rem}.translation-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.translation-code{font-weight:600;color:#6b7280;min-width:30px}.translation-text{color:#374151}.modal-container,.modal-content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.cancel-button{padding:.625rem 1.25rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.submit-button{padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f64d}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.submit-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed}.modal-close{background:none;border:none;padding:.5rem;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.category-form{padding:1.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.translations-container{border:1px solid #e2e8f0;border-radius:6px;padding:1rem;background:#f8fafc}.translation-input{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.translation-input:last-child{margin-bottom:0}.translation-label{font-size:.875rem;font-weight:600;color:#374151;min-width:40px;margin:0}.no-translations{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.cancel-button:hover{background:#f9fafb;border-color:#9ca3af}.save-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.save-button:hover{background:#2563eb}.save-button:disabled{background:#9ca3af;cursor:not-allowed}.categories-hierarchy{display:flex;flex-direction:column;gap:1rem}.category-group{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001a}.primary-category{display:flex;align-items:center;padding:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:1rem}.secondary-categories{background:#fafbfc;border-top:1px solid #e2e8f0}.add-thirdly-container{margin-top:1rem;padding-top:1rem;border-top:1px dashed #cbd5e1;display:flex;justify-content:center}.add-thirdly-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #8b5cf64d}.add-thirdly-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 8px #8b5cf666}.add-thirdly-button .button-icon{width:16px;height:16px}.secondary-category{display:flex;align-items:center;padding:.75rem 1rem .75rem 3rem;border-bottom:1px solid #f1f5f9;gap:1rem;background:#fff;margin-left:1rem;border-left:3px solid #e2e8f0}.secondary-category:last-child{border-bottom:none}.category-expand{width:32px;display:flex;justify-content:center}.expand-button{background:none;border:none;padding:.25rem;border-radius:4px;color:#6b7280;cursor:pointer;transition:all .2s ease}.expand-button:hover{background:#f3f4f6;color:#374151}.category-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-icon-img{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.category-icon-fallback{width:40px;height:40px;background:#f1f5f9;border-radius:6px;border:1px solid #e2e8f0;align-items:center;justify-content:center}.category-info{flex:1;min-width:0}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.category-sort-order{font-weight:600;color:#374151;background:#e5e7eb;padding:.125rem .5rem;border-radius:4px;font-size:.75rem}.category-type{font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.primary-category .category-type{background:#dbeafe;color:#1e40af}.secondary-category .category-type{background:#fef3c7;color:#92400e}.secondary-category-container{margin-bottom:1rem}.thirdly-categories{background:#f0f9ff;border-top:1px solid #bfdbfe;margin-left:2rem;margin-top:.5rem;border-radius:0 0 8px 8px;padding:.5rem 0;width:calc(100% - 2rem)}.thirdly-category{display:flex;align-items:center;padding:.75rem 1rem .75rem 2rem;border-bottom:1px solid #e0f2fe;gap:1rem;background:#f8fafc;margin:0 .5rem .5rem;border-left:4px solid #8b5cf6;border-radius:6px}.thirdly-category:last-child{border-bottom:none}.thirdly-category:hover{background:#f1f5f9}.thirdly-category .category-type{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.category-translations{display:flex;flex-direction:column;gap:.25rem}.category-actions{display:flex;gap:.5rem;flex-shrink:0}.action-button.secondary{background:#10b981;color:#fff;border:none;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.375rem}.action-button.secondary:hover{background:#059669}.action-button.secondary .action-icon{width:16px;height:16px}.action-button.add-thirdly{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #8b5cf633}.action-button.add-thirdly:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 2px 4px #8b5cf64d}.action-button.add-thirdly .action-icon{width:14px;height:14px}@media (max-width: 768px){.primary-category,.secondary-category{flex-direction:column;align-items:flex-start;gap:.75rem}.category-actions{width:100%;justify-content:flex-end}.secondary-category{padding-left:1rem;margin-left:0;border-left:none;border-top:3px solid #e2e8f0}}.compass-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:1rem}.compass-category-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.compass-category-card:hover{box-shadow:0 10px 25px -3px #0000001a;transform:translateY(-2px)}.category-card-header{display:flex;align-items:flex-start;gap:1rem}.compass-category-card .category-icon{width:48px;height:48px;flex-shrink:0}.compass-category-card .category-icon-img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.compass-category-card .category-icon-fallback{width:48px;height:48px;background:#f1f5f9;border-radius:8px;border:1px solid #e2e8f0;align-items:center;justify-content:center}.compass-category-card .category-info{flex:1;min-width:0}.compass-category-card .category-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem;line-height:1.4}.compass-category-card .category-meta{display:flex;align-items:center;gap:.75rem}.compass-category-card .category-sort-order{font-weight:600;color:#374151;background:#e5e7eb;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.compass-category-card .category-type{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.compass-category-card .category-type.primary{background:#dbeafe;color:#1e40af}.compass-category-card .category-translations{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.compass-category-card .translations-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:500;color:#374151}.compass-category-card .translations-list{display:flex;flex-direction:column;gap:.5rem}.compass-category-card .translation-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.compass-category-card .translation-code{font-weight:600;color:#6b7280;min-width:40px;text-align:center;background:#f1f5f9;padding:.125rem .375rem;border-radius:4px;font-size:.75rem}.compass-category-card .translation-text{color:#374151;flex:1}.compass-category-card .category-actions{margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.explore-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.explore-button:hover{background:#2563eb;transform:translateY(-1px)}.explore-button .button-icon{width:16px;height:16px}@media (max-width: 768px){.compass-categories-grid{grid-template-columns:1fr;gap:1rem;padding:.5rem}.compass-category-card{padding:1rem}.category-card-header{flex-direction:column;align-items:center;text-align:center}.compass-category-card .category-info{text-align:center}}.filter-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:1rem;font-weight:600;color:#374151}.filter-header-left{display:flex;align-items:center;gap:.5rem}.clear-filters-button-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-filters-button-header:hover{background:#e5e7eb;border-color:#9ca3af;color:#1f2937}.clear-filters-button-header:active{transform:translateY(1px)}.filter-controls{display:flex;gap:1.5rem;align-items:end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.filter-label{font-size:.875rem;font-weight:500;color:#374151}.filter-select{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#374151;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.filter-select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.search-input-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#9ca3af;width:1rem;height:1rem;z-index:1}.search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#374151;transition:border-color .2s ease,box-shadow .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#9ca3af}@media (max-width: 768px){.filter-header{flex-direction:column;align-items:stretch;gap:1rem}.filter-header-left{justify-content:center}.clear-filters-button-header{align-self:center;width:fit-content}.filter-controls{flex-direction:column;align-items:stretch}.filter-group{min-width:auto}}.compass-guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;padding:1rem}.compass-guide-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.compass-guide-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.guide-card-header{display:flex;align-items:flex-start;gap:1rem}.guide-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guide-icon .icon{color:#fff;width:1.5rem;height:1.5rem}.guide-info{flex:1;min-width:0}.guide-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.guide-status{background:#dcfce7;color:#166534;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize}.guide-language{background:#dbeafe;color:#1e40af;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.guide-date{color:#6b7280;font-size:.75rem}.guide-content{flex:1}.guide-excerpt{color:#4b5563;line-height:1.6;margin:0;font-size:.875rem}.guide-translations{border-top:1px solid #f3f4f6;padding-top:1rem}.guide-translations .translations-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:500;color:#374151}.guide-translations .translations-list{display:flex;flex-wrap:wrap;gap:.5rem}.guide-translations .translation-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#475569}.guide-actions{display:flex;justify-content:flex-end;margin-top:auto}.read-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.read-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.read-button .button-icon{width:1rem;height:1rem}@media (max-width: 768px){.compass-guides-grid{grid-template-columns:1fr;padding:.5rem}.compass-guide-card{padding:1rem}.guide-card-header{gap:.75rem}.guide-icon{width:2.5rem;height:2.5rem}.guide-icon .icon{width:1.25rem;height:1.25rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.article-creation-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;color:#1f2937}.article-creation-modal p,.article-creation-modal span,.article-creation-modal div{color:inherit}.article-creation-modal .form-section p{color:#6b7280}.article-creation-modal label{color:#374151}.article-creation-modal .form-input{color:#1f2937}.article-creation-modal .button-text,.article-creation-modal button span,.article-creation-modal *{color:inherit}.article-creation-modal *[style*="color: white"],.article-creation-modal *[style*="color: #fff"],.article-creation-modal *[style*="color: #ffffff"]{color:#1f2937!important}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.modal-close-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:#f3f4f6;color:#6b7280;border-radius:6px;cursor:pointer;transition:all .2s ease}.modal-close-button:hover:not(:disabled){background:#e5e7eb;color:#374151}.modal-close-button:disabled{opacity:.5;cursor:not-allowed}.article-form{padding:2rem;flex:1;overflow-y:auto}.form-section{margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border-radius:8px;display:inline-block;box-shadow:0 2px 4px #0000001a;text-transform:uppercase;letter-spacing:.025em}.section-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;font-style:italic;padding-left:.5rem;border-left:3px solid #e5e7eb}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-select,.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#374151;transition:border-color .2s ease,box-shadow .2s ease}.form-select:focus,.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.translations-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.translation-group{display:flex;flex-direction:column}.translation-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.translations-container-rich{display:flex;flex-direction:column;gap:2rem}.translation-group-rich{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.translation-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.translation-label-rich{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.translation-actions{display:flex;align-items:center;gap:.5rem}.clear-translation-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease}.clear-translation-button:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.translation-fields{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.simple-text-editor{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.simple-text-editor .editor-toolbar{display:flex;align-items:center;gap:.25rem;padding:.75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;min-height:3rem}.simple-text-editor .toolbar-group{display:flex;align-items:center;gap:.25rem}.simple-text-editor textarea{font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151}.simple-text-editor textarea::placeholder{color:#9ca3af}.categories-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;background:#f9fafb}.category-section{margin-bottom:2rem}.category-section:last-child{margin-bottom:0}.category-section-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-left:4px solid #3b82f6;border-radius:4px;display:inline-block}.category-section:first-of-type .category-section-title{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-left-color:#2563eb;color:#1e40af}.category-section:last-of-type .category-section-title{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left-color:#16a34a;color:#15803d}.category-section-description{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.primary-categories-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;max-height:200px;overflow-y:auto;border:2px solid #3b82f6;border-radius:8px;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 1px 3px #3b82f61a}.secondary-categories-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;max-height:200px;overflow-y:auto;border:2px solid #16a34a;border-radius:8px;padding:1rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);box-shadow:0 1px 3px #16a34a1a}.category-checkbox-group{display:flex;align-items:center;gap:.5rem}.category-checkbox{width:1rem;height:1rem;accent-color:#3b82f6}.category-label{font-size:.875rem;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.validation-error{display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:.5rem;padding:.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;margin-top:2rem;flex-wrap:wrap}.cancel-button{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.cancel-button:disabled{opacity:.5;cursor:not-allowed}.save-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #3b82f6;border-radius:6px;background:#fff;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.save-button:hover:not(:disabled){background:#3b82f6;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.save-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.publish-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:6px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.publish-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.publish-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.loading-spinner-small{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.modal-overlay{padding:.5rem}.article-creation-modal{max-height:95vh}.modal-header{padding:1rem 1.5rem}.article-form{padding:1.5rem}.translations-container{grid-template-columns:1fr}.translations-container-rich{gap:1.5rem}.translation-header{padding:.75rem 1rem}.translation-label-rich{font-size:.875rem}.categories-container{grid-template-columns:1fr}.modal-actions{flex-direction:column;gap:.75rem}.cancel-button,.save-button,.publish-button{width:100%;justify-content:center}}.tiptap-editor{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.tiptap-editor .ProseMirror{outline:none;min-height:400px;padding:1rem;border:none;background:#fff;cursor:text}.tiptap-editor[data-grammarly=false]{-webkit-grammarly:none;-moz-grammarly:none;-ms-grammarly:none;grammarly:none}.tiptap-editor .ProseMirror:focus{outline:none;box-shadow:none}.tiptap-editor .ProseMirror p{margin:0 0 1rem;line-height:1.6}.tiptap-editor .ProseMirror h1,.tiptap-editor .ProseMirror h2,.tiptap-editor .ProseMirror h3{margin:1.5rem 0 .5rem;font-weight:600;line-height:1.3}.tiptap-editor .ProseMirror h1{font-size:1.5rem}.tiptap-editor .ProseMirror h2{font-size:1.25rem}.tiptap-editor .ProseMirror h3{font-size:1.125rem}.tiptap-editor .ProseMirror ul,.tiptap-editor .ProseMirror ol{margin:0 0 1rem;padding-left:1.5rem}.tiptap-editor .ProseMirror li{margin:.25rem 0}.tiptap-editor .ProseMirror blockquote{margin:1rem 0;padding:.5rem 1rem;border-left:4px solid #e5e7eb;background:#f9fafb;font-style:italic}.tiptap-editor .ProseMirror strong{font-weight:600}.tiptap-editor .ProseMirror em{font-style:italic}.tiptap-editor .ProseMirror s{text-decoration:line-through}.tiptap-editor .ProseMirror img,.tiptap-editor .editor-image{max-width:100%;height:auto;border-radius:4px;margin:.5rem 0;display:block;object-fit:contain}.tiptap-editor .ProseMirror img[src=""],.tiptap-editor .ProseMirror img:not([src]){display:none}.tiptap-editor .ProseMirror{transition:background-color .2s ease}.tiptap-editor .ProseMirror.drag-over{background-color:#f0f9ff;border:2px dashed #0ea5e9}.image-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.image-modal{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:90%;max-width:500px;max-height:90vh;overflow:hidden}.image-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.image-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.image-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:color .2s ease,background-color .2s ease}.image-modal-close:hover{color:#374151;background-color:#f3f4f6}.image-modal-body{padding:1.5rem}.image-modal-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.image-modal-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;background-color:#fff;color:#111827;transition:border-color .2s ease,box-shadow .2s ease}.image-modal-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.image-modal-input::placeholder{color:#9ca3af}.image-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.image-modal-button{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.image-modal-button.cancel{background-color:#fff;color:#374151;border-color:#d1d5db}.image-modal-button.cancel:hover{background-color:#f9fafb;border-color:#9ca3af}.image-modal-button.submit{background-color:#2563eb;color:#fff;border-color:#2563eb}.image-modal-button.submit:hover:not(:disabled){background-color:#1d4ed8;border-color:#1d4ed8}.image-modal-button.submit:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.6}.image-modal-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.image-modal-tab{flex:1;padding:.75rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.image-modal-tab:hover{color:#374151;background-color:#f9fafb}.image-modal-tab.active{color:#2563eb;border-bottom-color:#2563eb;background-color:#f0f9ff}.image-upload-section{text-align:center}.image-upload-area{position:relative;margin-bottom:1rem}.image-file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.image-upload-label{display:block;padding:2rem;border:2px dashed #d1d5db;border-radius:8px;background-color:#fafafa;cursor:pointer;transition:all .2s ease;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.image-upload-label:hover{border-color:#2563eb;background-color:#f0f9ff}.image-upload-icon{font-size:2rem;margin-bottom:.5rem}.image-upload-text{display:flex;flex-direction:column;gap:.25rem}.image-upload-text strong{color:#374151;font-size:.875rem}.image-upload-text span{color:#6b7280;font-size:.75rem}.image-upload-info{color:#6b7280;font-size:.75rem;line-height:1.4}.image-upload-info p{margin:.25rem 0}.image-url-section{margin-top:1rem}.article-creation-modal-wide{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:1200px;width:95vw;max-height:90vh;overflow-y:auto}.image-upload-container{margin:1.5rem 0}.image-upload-header{margin-bottom:1rem}.upload-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#374151;margin:0 0 .5rem}.upload-title .title-icon{width:18px;height:18px;color:#3b82f6}.upload-description{font-size:.875rem;color:#6b7280;margin:0}.image-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:2rem;text-align:center;background:#f9fafb;cursor:pointer;transition:all .3s ease;position:relative;min-height:120px;display:flex;align-items:center;justify-content:center}.image-upload-area:hover:not(.disabled){border-color:#3b82f6;background:#eff6ff}.image-upload-area.drag-over{border-color:#3b82f6;background:#dbeafe;transform:scale(1.02)}.image-upload-area.disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6}.file-input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:1}.upload-content{z-index:0;pointer-events:none}.upload-icon{width:48px;height:48px;color:#9ca3af;margin:0 auto 1rem}.image-upload-area.drag-over .upload-icon,.image-upload-area:hover:not(.disabled) .upload-icon{color:#3b82f6}.upload-text{font-size:1rem;font-weight:500;color:#374151;margin:0 0 .5rem}.upload-info{font-size:.875rem;color:#6b7280;margin:0}.upload-error{margin-top:.75rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.error-text{font-size:.875rem;color:#dc2626}.image-previews{margin-top:1.5rem}.previews-title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#374151;margin:0 0 1rem}.previews-title .title-icon{width:16px;height:16px;color:#3b82f6}.previews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.image-preview-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.image-preview-item:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.preview-image-container{position:relative;aspect-ratio:1;overflow:hidden}.preview-image{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.image-preview-item:hover .preview-image{transform:scale(1.05)}.remove-image-button{position:absolute;top:.5rem;right:.5rem;background:#000000b3;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:0}.image-preview-item:hover .remove-image-button{opacity:1}.remove-image-button:hover{background:#dc2626e6;transform:scale(1.1)}.remove-icon{width:14px;height:14px;color:#fff}.image-info{padding:.75rem}.image-name{font-size:.8rem;font-weight:500;color:#374151;margin:0 0 .25rem;line-height:1.2}.image-size{font-size:.75rem;color:#6b7280;margin:0}@media (max-width: 768px){.image-upload-area{padding:1.5rem 1rem;min-height:100px}.upload-icon{width:36px;height:36px}.previews-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.upload-text{font-size:.9rem}.upload-info{font-size:.8rem}}@media (max-width: 480px){.image-upload-area{padding:1rem}.previews-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.image-info{padding:.5rem}}.translations-tabs-container{margin-top:1rem}.translations-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;overflow-x:auto}.translation-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:fit-content;outline:none}.translation-tab:focus{outline:2px solid #2563eb;outline-offset:2px}.translation-tab:hover{color:#374151;background-color:#f9fafb}.translation-tab.active{color:#2563eb;border-bottom-color:#2563eb;background-color:#f0f9ff}.translations-content{position:relative;min-height:500px}.translation-panel{display:none;padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid #e5e7eb}.translation-panel.active{display:block}.translation-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.translation-panel-title{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.clear-translation-button{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:40px;height:40px}.clear-translation-button:hover{background:#fee2e2;border-color:#fca5a5}.clear-translation-button:active{transform:scale(.95)}.translation-fields{display:flex;flex-direction:column;gap:1.5rem}.translation-field-group{display:flex;flex-direction:column;gap:.5rem}.translation-field-label{font-size:.875rem;font-weight:500;color:#374151}.translation-editor-wrapper{margin-top:.5rem}.editor-toolbar{display:flex;align-items:center;gap:.25rem;padding:.75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;min-height:3rem}.toolbar-group{display:flex;align-items:center;gap:.25rem}.toolbar-divider{width:1px;height:1.5rem;background:#d1d5db;margin:0 .5rem}.ProseMirror{outline:none;padding:1rem;min-height:400px;max-height:600px;overflow-y:auto}.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror h1{font-size:1.875rem;font-weight:700;line-height:1.2;margin:1.5rem 0 1rem;color:#1f2937}.ProseMirror h2{font-size:1.5rem;font-weight:600;line-height:1.3;margin:1.25rem 0 .75rem;color:#1f2937}.ProseMirror h3{font-size:1.25rem;font-weight:600;line-height:1.4;margin:1rem 0 .5rem;color:#1f2937}.ProseMirror p{margin:.75rem 0;line-height:1.6;color:#374151}.ProseMirror ul,.ProseMirror ol{margin:.75rem 0;padding-left:1.5rem}.ProseMirror li{margin:.25rem 0;line-height:1.6;color:#374151}.ProseMirror blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin:1rem 0;font-style:italic;color:#6b7280}.ProseMirror code{background:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;color:#dc2626}.ProseMirror pre{background:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.ProseMirror pre code{background:none;padding:0;color:#374151}.ProseMirror a{color:#3b82f6;text-decoration:underline;cursor:pointer}.ProseMirror a:hover{color:#1d4ed8}.ProseMirror img{max-width:100%;height:auto;border-radius:.375rem;margin:.75rem 0}.ProseMirror strong{font-weight:600;color:#1f2937}.ProseMirror em{font-style:italic}.ProseMirror u{text-decoration:underline}.ProseMirror s{text-decoration:line-through}.ProseMirror [style*="text-align: left"]{text-align:left}.ProseMirror [style*="text-align: center"]{text-align:center}.ProseMirror [style*="text-align: right"]{text-align:right}.ProseMirror [style*="text-align: justify"]{text-align:justify}@media (max-width: 768px){.editor-toolbar{padding:.5rem;gap:.125rem}.toolbar-group{gap:.125rem}.toolbar-divider{margin:0 .25rem}.ProseMirror{padding:.75rem;min-height:300px}}.recommendations-content{max-width:1400px;margin:0 auto}.content-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.header-left{flex:1}.content-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.content-description{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.header-actions{display:flex;gap:1rem}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.action-button.primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.action-button.secondary{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.action-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.action-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.button-icon{width:16px;height:16px}.button-icon.spinning{animation:spin 1s linear infinite}.filters-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.875rem;font-weight:600;color:#374151}.filter-select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-clear-button{padding:.75rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.filter-clear-button:hover{background:#dc2626}.error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:1rem}.error-icon{width:20px;height:20px;flex-shrink:0}.loading-state{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:3rem;color:#64748b}.loading-icon{width:24px;height:24px}.results-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;font-size:.875rem;color:#64748b}.results-count{font-weight:600}.results-pagination{color:#9ca3af}.recommendations-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:2rem}.table-header{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr 1.5fr 1fr;gap:1rem;padding:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;color:#374151;font-size:.875rem}.table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr 1.5fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.table-row:hover{background:#f8fafc}.table-row:last-child{border-bottom:none}.table-cell{display:flex;align-items:center;font-size:.875rem;color:#374151}.entity-info{display:flex;align-items:center;gap:.5rem}.entity-icon{font-size:1.25rem}.entity-id{font-weight:500;color:#1e293b}.type-info{display:flex;align-items:center;gap:.5rem}.type-icon{font-size:1.25rem}.type-label{text-transform:capitalize;font-weight:500;color:#1e293b}.score-info{display:flex;align-items:center;gap:.75rem}.score-value{font-weight:600;color:#1e293b;min-width:40px}.score-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.score-fill{height:100%;background:linear-gradient(90deg,#ef4444,#f97316,#22c55e);transition:width .3s ease}.context-info{display:flex;align-items:center;gap:.25rem;color:#3b82f6;font-weight:500}.context-icon{width:14px;height:14px}.no-context{color:#9ca3af;font-style:italic}.date-info{display:flex;align-items:center;gap:.25rem;color:#64748b}.date-icon{width:14px;height:14px}.action-buttons{display:flex;gap:.5rem}.action-button-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease}.action-button-icon:hover{background:#f8fafc;color:#374151;transform:translateY(-1px)}.action-button-icon.delete:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.action-button-icon .icon{width:16px;height:16px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#64748b}.empty-icon{width:48px;height:48px;margin-bottom:1rem;color:#d1d5db}.empty-state h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.empty-state p{margin:0;line-height:1.5}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.pagination-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#d1d5db}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;gap:.25rem}.pagination-page{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-page:hover{background:#f8fafc;border-color:#d1d5db}.pagination-page.active{background:#3b82f6;color:#fff;border-color:#3b82f6}@media (max-width: 1200px){.table-header,.table-row{grid-template-columns:1.2fr .8fr .8fr .8fr 1.2fr 1.2fr .8fr;gap:.75rem}}@media (max-width: 768px){.content-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{justify-content:flex-start}.filters-grid{grid-template-columns:1fr}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-cell{padding:.5rem 0;border-bottom:1px solid #f1f5f9}.table-cell:last-child{border-bottom:none}.table-cell:before{content:attr(data-label) ": ";font-weight:600;color:#374151;margin-right:.5rem}.pagination{flex-direction:column;gap:.5rem}.pagination-pages{order:-1}}.category-level{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.form-help{font-size:.75rem;color:#64748b;margin-top:.25rem;font-style:italic}.category-level-badge{font-size:.75rem;color:#666;font-weight:400;margin-left:.25rem}.tertiary-categories-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin-top:.5rem;max-height:200px;overflow-y:auto;padding:.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background-color:#f8fafc}.tertiary-categories-container .category-checkbox-group{padding:.375rem .5rem;background-color:#fff;border-radius:.375rem;border:1px solid #e2e8f0;transition:all .2s ease}.tertiary-categories-container .category-checkbox-group:hover{border-color:#3b82f6;box-shadow:0 1px 3px #3b82f61a}.tertiary-categories-container .category-checkbox-group input[type=checkbox]{margin-right:.5rem}.tertiary-categories-container .category-label{font-size:.875rem;font-weight:500;color:#374151}.no-categories-message{color:#666;font-style:italic;text-align:center;padding:1rem;background-color:#f8f9fa;border-radius:.375rem;border:1px dashed #dee2e6}.recommendation-modal-optimized{max-width:700px;width:90vw;max-height:90vh;overflow-y:auto;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #00000040}.recommendation-form-optimized{display:flex;flex-direction:column;gap:2rem;padding:1.5rem}.modal-title-section{display:flex;align-items:center;gap:1rem}.modal-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #fbbf244d}.modal-icon .icon{width:1.5rem;height:1.5rem;color:#fff}.modal-subtitle{color:#64748b;font-size:.875rem;margin:0;font-weight:400}.entity-info-card{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:1rem;padding:1.5rem;border:1px solid #cbd5e1;box-shadow:0 4px 6px -1px #0000001a}.entity-info-header{margin-bottom:1rem}.entity-info-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.entity-info-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.entity-info-item{display:flex;flex-direction:column;gap:.5rem}.entity-info-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.entity-info-value{font-size:1.125rem;font-weight:700;color:#1e293b}.entity-type-badge-optimized{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:.75rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 2px 4px #3b82f633}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.label-icon{width:1rem;height:1rem;color:#f59e0b}.form-input-optimized,.form-select-optimized{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.875rem;background-color:#fff;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.form-input-optimized:focus,.form-select-optimized:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.score-slider{-webkit-appearance:none;appearance:none;height:8px;border-radius:4px;background:linear-gradient(to right,#ef4444,#f59e0b,#10b981);outline:none;margin:.5rem 0}.score-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);cursor:pointer;box-shadow:0 2px 6px #3b82f64d;border:3px solid white}.score-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);cursor:pointer;box-shadow:0 2px 6px #3b82f64d;border:3px solid white}.score-label{flex:1}.score-value{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.25rem .75rem;border-radius:.5rem;font-weight:700;font-size:.875rem;min-width:3rem;text-align:center}.score-range{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b;margin-top:.25rem}.form-help{font-size:.75rem;color:#64748b;font-style:italic}.modal-footer-optimized{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-cancel-optimized{padding:.875rem 1.5rem;background-color:#f8fafc;color:#64748b;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel-optimized:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1;color:#475569}.btn-create-optimized{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #10b98133}.btn-create-optimized:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 6px 12px #10b9814d}.btn-create-optimized:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner-optimized{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.button-icon{width:1rem;height:1rem}@media (max-width: 768px){.recommendation-modal-optimized{width:95vw;max-width:none}.form-grid,.entity-info-content{grid-template-columns:1fr}.modal-footer-optimized{flex-direction:column}.btn-cancel-optimized,.btn-create-optimized{width:100%;justify-content:center}}.recommendation-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #fbbf2433}.recommendation-button:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-1px);box-shadow:0 4px 8px #fbbf244d}.recommendation-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.recommendation-button .button-icon{width:1rem;height:1rem}.entity-details{display:flex;flex-direction:column;gap:.25rem}.entity-title{font-weight:600;color:#1e293b;font-size:.875rem;line-height:1.2}.entity-id{font-size:.75rem;color:#64748b;font-weight:500}.category-info{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.category-name{font-weight:600;color:#059669;font-size:.875rem}.category-id{font-size:.75rem;color:#64748b;font-weight:500}.category-icon{width:.875rem;height:.875rem;color:#059669;margin-right:.25rem}@media (max-width: 768px){.entity-details{gap:.125rem}.entity-title,.category-name{font-size:.8125rem}}
