:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#3b82f6;text-decoration:none}a:hover{color:#2563eb}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #3b82f6;outline-offset:0}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:120px;height:auto;margin-bottom:1rem;border-radius:12px}.login-header h1{color:#e74c3c;margin-bottom:.5rem;font-size:1.75rem;font-weight:600;letter-spacing:.5px}.login-header p{color:#6b7280;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#333;font-weight:500;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.login-button{padding:.875rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.login-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:480px){.login-box{padding:2rem 1.5rem;margin:1rem}.login-header h1{font-size:1.5rem}.login-logo{width:60px;height:60px}}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:5px;font-size:.9rem}.sidebar{width:250px;height:100vh;background:linear-gradient(to bottom,#1e293b,#0f172a);display:flex;flex-direction:column;padding:2rem 1rem;position:fixed;left:0;top:0}.logo-section{text-align:left;margin-bottom:3rem;padding-left:.5rem}.logo-container{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1rem}.navbar-logo{width:60px;height:60px;object-fit:contain;border-radius:8px}.logo-section h2{color:#fff;font-size:1.2rem;font-weight:600;margin:0;text-transform:none}.nav-menu{flex:1;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:transparent;border:none;color:#94a3b8;font-size:1rem;cursor:pointer;transition:all .3s ease;border-radius:8px;text-align:left}.nav-item:hover{background:#3b82f61a;color:#3b82f6}.nav-item.active{background:#3b82f633;color:#3b82f6;font-weight:600}.nav-icon{font-size:1.5rem}.logout-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ef44441a;border:1px solid #ef4444;color:#ef4444;font-size:1rem;cursor:pointer;transition:all .3s ease;border-radius:8px;margin-top:auto}.logout-btn:hover{background:#ef444433;transform:translateY(-2px)}.home-container{min-height:100vh;background:#f5f5f5;display:grid;grid-template-areas:"sidebar main";grid-template-columns:250px 1fr}.main-content{grid-area:main;padding:2rem 3rem;overflow-y:auto}.logo-header{text-align:left;margin-bottom:3rem;padding:2rem 0;display:flex;align-items:center;gap:1.5rem}.logo-large{width:80px;height:80px;object-fit:contain;border-radius:12px}.logo-header h1{color:#000;font-size:1.8rem;font-weight:600;margin:0;text-transform:none}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.menu-card{background:#e8f0fe;padding:2rem;border-radius:16px;cursor:pointer;transition:transform .2s,box-shadow .2s,background-color .2s;position:relative;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.05)}.menu-card:hover:not(.disabled){transform:translateY(-3px);box-shadow:0 8px 20px #0000001f;background:#dae7fd}.menu-card.disabled{opacity:.7;cursor:not-allowed;background:#f0f0f0}.card-content h2{color:#2c3e50;margin:0 0 .5rem;font-size:1.25rem}.card-content p{color:#7f8c8d;margin:0;font-size:.9rem}.card-icon{font-size:2.5rem;text-align:right}.coming-soon{position:absolute;top:1rem;right:1rem;background:#f59e0b;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1024px){.menu-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.logo-header h1{font-size:1.75rem}}@media(max-width:768px){.home-container{grid-template-columns:1fr;grid-template-areas:"header" "main"}.sidebar{display:none}.main-content{padding:1.5rem 1rem}.logo-header{margin-bottom:2rem;padding:1rem 0}.logo-large{width:80px;height:80px}.logo-header h1{font-size:1.5rem}.menu-grid{grid-template-columns:1fr;gap:1rem}.menu-card{min-height:140px;padding:1.5rem}.home-header{padding:0 1rem}.user-email{display:none}}@media(max-width:480px){.logo-header h1{font-size:1.25rem}.card-content h2{font-size:1.1rem}.card-content p{font-size:.85rem}}.users-container{min-height:100vh;background:#f5f5f5;display:grid;grid-template-areas:"sidebar main";grid-template-columns:250px 1fr}.users-main{grid-area:main;padding:2rem 3rem;overflow-y:auto}.users-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.users-title{display:flex;align-items:center;gap:1rem}.back-button{background:none;border:none;font-size:1rem;color:#3b82f6;cursor:pointer;padding:.5rem 1rem;transition:color .2s;border-radius:6px}.back-button:hover{background:#3b82f61a}.users-title h2{margin:0;color:#2c3e50;font-size:1.5rem}.users-actions{display:flex;gap:1rem}.add-user-button,.bulk-upload-button{padding:.65rem 1.25rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s}.add-user-button{background:#3b82f6;color:#fff}.add-user-button:hover{background:#2563eb;transform:translateY(-1px)}.bulk-upload-button{background:#fff;border:1px solid #d1d5db;color:#4b5563}.bulk-upload-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.bulk-upload-button:disabled{opacity:.5;cursor:not-allowed}.success-message,.error-message{padding:1rem;border-radius:5px;margin-bottom:1rem}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid #e5e7eb}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.users-table th{text-align:left;padding:.875rem 1rem;font-weight:600;color:#6b7280;font-size:.875rem;text-transform:capitalize}.users-table td{padding:1rem;border-bottom:1px solid #f3f4f6;color:#374151;font-size:.9rem}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover{background:#f9fafb}.user-name{color:#3b82f6;cursor:pointer;font-weight:500}.user-type-badge{background:#f3f4f6;padding:.25rem .65rem;border-radius:6px;font-size:.8rem;color:#6b7280;font-weight:500}.no-users{text-align:center;padding:3rem;color:#999}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #f0f0f0}.rows-per-page{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.rows-per-page select{padding:.25rem;border:1px solid #ddd;border-radius:3px}.pagination-controls{display:flex;align-items:center;gap:1rem}.pagination-controls button{padding:.5rem .75rem;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:3px}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:10px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0}.modal-header h3{margin:0;color:#2c3e50}.close-button{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;line-height:1;padding:0}.close-button:hover{color:#666}.create-user-form{padding:2rem}.form-section{margin-bottom:2rem}.form-section h4{margin:0 0 1rem;color:#2c3e50;font-size:1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.9rem;color:#555;font-weight:500}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.cancel-button,.submit-button{padding:.75rem 2rem;border:none;border-radius:5px;font-weight:500;cursor:pointer;transition:opacity .3s}.cancel-button{background:#ecf0f1;color:#666}.cancel-button:hover{opacity:.8}.submit-button{background:#3498db;color:#fff}.submit-button:hover{opacity:.9}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1024px){.users-main{padding:1.5rem 2rem}}@media(max-width:768px){.users-container{grid-template-columns:1fr;grid-template-areas:"header" "main"}.sidebar{display:none}.users-main{padding:1.5rem 1rem}.users-header{padding:0 1rem}.users-header-section{flex-direction:column;align-items:flex-start;gap:1rem}.users-actions{width:100%}.add-user-button,.bulk-upload-button{flex:1;padding:.75rem 1rem}.form-row{grid-template-columns:1fr}.users-table{font-size:.85rem}.users-table th,.users-table td{padding:.75rem .5rem}.user-email{display:none}}@media(max-width:480px){.users-title h2{font-size:1.25rem}.modal-content{max-height:95vh}.modal-header,.create-user-form{padding:1rem}.users-table th:nth-child(2),.users-table td:nth-child(2){display:none}}.actions-cell{display:flex;gap:.5rem;justify-content:center}.action-button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.action-button:hover{transform:scale(1.1)}.edit-button:hover{background:#3b82f61a}.delete-button:hover{background:#ef44441a}.info-text{color:#6b7280;font-size:.9rem;margin-bottom:1rem;padding:.5rem;background:#f3f4f6;border-radius:4px}.country-selector-group,.country-selector{position:relative}.country-selected{display:flex;align-items:center;gap:.5rem;padding:.65rem;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;background:#fff;transition:border-color .2s}.country-selected:hover{border-color:#3b82f6}.country-flag{width:24px;height:16px;object-fit:cover;border-radius:2px}.country-dial-code{font-weight:500;color:#1f2937}.country-code{color:#6b7280;font-size:.9rem}.dropdown-arrow{margin-left:auto;color:#6b7280;font-size:.8rem}.country-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a;z-index:1000;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.country-search{padding:.65rem;border:none;border-bottom:1px solid #e5e7eb;outline:none;font-size:.9rem}.country-search:focus{border-bottom-color:#3b82f6}.country-list{overflow-y:auto;max-height:250px}.country-option{display:flex;align-items:center;gap:.75rem;padding:.65rem;cursor:pointer;transition:background .2s}.country-option:hover{background:#f3f4f6}.country-name{flex:1;font-size:.9rem;color:#1f2937}.country-option .country-dial-code{color:#6b7280;font-size:.9rem}.brand-page{display:grid;grid-template-columns:250px 1fr;grid-template-areas:"sidebar main";min-height:100vh;background-color:#f5f5f5}.brand-main{grid-area:main;padding:30px;max-width:1400px;margin:0 auto;width:100%}.brand-header{margin-bottom:30px}.brand-header h1{font-size:32px;color:#1f2937;margin-bottom:8px;display:flex;align-items:center;gap:10px}.back-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:14px;margin-bottom:15px;padding:5px 10px;transition:background-color .2s}.back-button:hover{background-color:#eff6ff;border-radius:4px}.brand-actions{margin-bottom:30px}.brand-form-card{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 1px 3px #0000001a}.brand-form-card h2{font-size:24px;color:#1f2937;margin-bottom:20px}.warning-text{background-color:#fef3c7;color:#92400e;padding:12px;border-radius:6px;margin-bottom:20px;border-left:4px solid #f59e0b}.brand-form{display:flex;flex-direction:column;gap:30px}.form-group input,.form-group textarea,.form-group select{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6}.logo-preview{margin-top:15px;display:flex;flex-direction:column;gap:10px;max-width:200px}.logo-preview img{width:100%;height:auto;border-radius:8px;border:2px solid #e5e7eb}.logo-current{margin-top:15px;max-width:200px}.logo-current p{font-size:13px;color:#6b7280;margin-bottom:8px}.logo-current img{width:100%;height:auto;border-radius:8px;border:2px solid #e5e7eb}.color-extraction{margin-bottom:15px}.color-inputs{display:flex;gap:15px;margin-top:15px}.color-input-group{display:flex;flex-direction:column;gap:8px;flex:1}.color-input-group input[type=color]{height:50px;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer}.color-input-group input[type=text]{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;text-transform:uppercase}.brands-list{background:#fff;border-radius:12px;padding:30px;box-shadow:0 1px 3px #0000001a}.brands-list h2{font-size:24px;color:#1f2937;margin-bottom:20px}.no-brands{color:#6b7280;text-align:center;padding:40px;font-size:14px}.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.brand-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s}.brand-card:hover{box-shadow:0 4px 6px #0000001a}.brand-card.inactive{opacity:.6;background-color:#f9fafb}.brand-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e7eb}.brand-card-header h3{font-size:20px;color:#1f2937;margin:0}.badge-inactive{background-color:#fca5a5;color:#991b1b;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.brand-card-body{margin-bottom:15px}.brand-card-body p{margin-bottom:8px;font-size:14px;color:#4b5563}.brand-card-body strong{color:#374151}.brand-colors{margin-top:12px}.color-swatches{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.color-swatch{width:50px;height:50px;border-radius:8px;border:2px solid #e5e7eb;cursor:pointer;transition:transform .2s;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.color-swatch:hover{transform:scale(1.1)}.color-hex{font-size:9px;color:#fff;background:#000000b3;padding:2px 4px;border-radius:2px;margin-bottom:2px}.brand-about{font-size:13px;color:#6b7280;font-style:italic;margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6}.brand-card-actions{display:flex;gap:10px;padding-top:15px;border-top:1px solid #e5e7eb}.brand-display-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 1px 3px #0000001a;margin-bottom:30px}.brand-display-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.brand-display-header h2{font-size:28px;color:#1f2937;margin:0}.brand-actions{display:flex;gap:10px}.brand-display-body{display:grid;grid-template-columns:200px 1fr;gap:30px}.brand-logo-display{display:flex;align-items:flex-start}.brand-logo-display img{width:100%;height:auto;border-radius:12px;border:2px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}.brand-info{display:flex;flex-direction:column;gap:20px}.info-row{display:flex;flex-direction:column;gap:8px;padding-bottom:15px;border-bottom:1px solid #f3f4f6}.info-row:last-child{border-bottom:none}.info-row strong{font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-row span,.info-row p{font-size:16px;color:#1f2937;margin:0}.font-preview{margin-top:15px;display:flex;flex-direction:column;gap:10px;padding:15px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.font-preview p{font-size:13px;color:#374151;margin:0}.font-current{margin-top:15px;padding:12px;background-color:#d1fae5;border-radius:6px;border:1px solid #6ee7b7}.font-current p{font-size:13px;color:#065f46;margin:0}.loading-state,.no-brand-state{background:#fff;border-radius:12px;padding:60px 30px;box-shadow:0 1px 3px #0000001a;text-align:center;color:#6b7280}@media(max-width:1024px){.brands-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.brand-page{grid-template-columns:1fr;grid-template-areas:"main"}.brand-sidebar{display:none}.brand-main{padding:20px}.form-row,.brands-grid{grid-template-columns:1fr}.color-inputs{flex-direction:column}}@media(max-width:480px){.brand-header h1{font-size:24px}.brand-form-card{padding:20px}.form-actions{flex-direction:column}.btn{width:100%}}.page-container{min-height:100vh;background:#f5f5f5;display:grid;grid-template-areas:"sidebar main";grid-template-columns:250px 1fr}.usage-page{grid-area:main;padding:30px 40px;background:#f5f5f5;min-height:100vh;overflow-y:auto}.usage-header{margin-bottom:30px}.usage-header h1{font-size:28px;font-weight:600;color:#333;display:flex;align-items:center;gap:12px;margin:0}.usage-icon{font-size:32px}.usage-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:40px}.summary-card{background:#f0f0f0;padding:30px;border-radius:8px;text-align:center}.summary-value{font-size:48px;font-weight:700;color:#333;margin-bottom:12px;letter-spacing:-1px}.summary-label{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.usage-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.usage-table{width:100%;border-collapse:collapse}.usage-table thead{background:#f8f8f8;border-bottom:1px solid #e0e0e0}.usage-table th{padding:16px 24px;text-align:left;font-size:14px;font-weight:600;color:#333;text-transform:capitalize}.usage-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.usage-table tbody tr:hover{background:#f9f9f9}.usage-table tbody tr:last-child{border-bottom:none}.usage-table td{padding:18px 24px;font-size:14px;color:#333}.user-name{color:#1a73e8;font-weight:500;cursor:pointer}.user-name:hover{text-decoration:underline}.user-email{color:#666}.user-total,.user-monthly{font-weight:500;color:#333}.no-data{text-align:center;padding:40px!important;color:#999;font-style:italic}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #f0f0f0;background:#fff}.rows-per-page{display:flex;align-items:center;gap:10px;font-size:14px;color:#666}.rows-per-page label{font-weight:500}.rows-per-page select{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:14px;color:#333;cursor:pointer;outline:none;transition:border-color .2s ease}.rows-per-page select:hover{border-color:#1a73e8}.rows-per-page select:focus{border-color:#1a73e8}.pagination-controls{display:flex;align-items:center;gap:16px}.page-info{font-size:14px;color:#666;font-weight:500}.pagination-btn{padding:8px 16px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:16px;color:#333;transition:all .2s ease;min-width:40px}.pagination-btn:hover:not(:disabled){background:#f5f5f5;border-color:#1a73e8;color:#1a73e8}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.loading,.error-message{text-align:center;padding:60px 20px;font-size:16px;color:#666}.error-message{color:#d32f2f;background:#ffebee;padding:20px;border-radius:8px;margin:20px}@media(max-width:768px){.page-container{grid-template-columns:1fr;grid-template-areas:"sidebar" "main"}.usage-page{padding:20px}.usage-summary{grid-template-columns:1fr}.summary-value{font-size:36px}.usage-table{font-size:13px}.usage-table th,.usage-table td{padding:12px 16px}.pagination-container{flex-direction:column;gap:16px;align-items:stretch}.rows-per-page,.pagination-controls{justify-content:center}}@media(max-width:480px){.page-container{grid-template-columns:1fr}.usage-header h1{font-size:24px}.summary-value{font-size:28px}.summary-label{font-size:10px}.usage-table{font-size:12px}.usage-table th,.usage-table td{padding:10px 12px}}.ai-designer-page{display:grid;grid-template-columns:250px 1fr;grid-template-areas:"sidebar main";min-height:100vh;background-color:#f5f5f5}.ai-designer-main{grid-area:main;padding:30px;max-width:1200px;margin:0 auto;width:100%}.ai-designer-header{margin-bottom:30px}.ai-designer-header h1{font-size:32px;color:#1f2937;margin-bottom:8px;display:flex;align-items:center;gap:10px}.subtitle{color:#6b7280;font-size:14px}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px}.alert-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.alert-success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.no-brand-warning{background:#fff;border-radius:12px;padding:40px;text-align:center;box-shadow:0 1px 3px #0000001a}.no-brand-warning h3{color:#f59e0b;margin-bottom:10px}.no-brand-warning p{color:#6b7280;margin-bottom:20px}.designer-form-card{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 1px 3px #0000001a}.designer-form-card h2{font-size:24px;color:#1f2937;margin-bottom:20px}.designer-form{display:flex;flex-direction:column;gap:30px}.form-section{border-bottom:1px solid #e5e7eb;padding-bottom:20px}.form-section:last-of-type{border-bottom:none}.form-section h3{font-size:18px;color:#374151;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-group label{font-weight:500;color:#374151;font-size:14px}.form-group input,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group small{color:#6b7280;font-size:12px}.avatar-preview{margin-top:15px;display:flex;flex-direction:column;gap:10px;max-width:150px}.avatar-preview img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb}.avatar-preview-note{font-size:13px;color:#059669;margin:8px 0 0;padding:8px 12px;background-color:#d1fae5;border-radius:6px;border:1px solid #6ee7b7}.avatar-current{margin-top:15px;max-width:150px}.avatar-current img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb}.avatar-current-label{font-size:12px;color:#6b7280;margin-top:5px;text-align:center}.no-avatar-message{margin-top:15px;padding:12px;background-color:#fffbeb;border:1px solid #fbbf24;border-radius:6px}.no-avatar-message p{font-size:13px;color:#92400e;margin:0}.form-actions{display:flex;gap:15px;justify-content:flex-end;padding-top:20px}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background-color:#d1d5db}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-link{background:none;border:none;color:#3b82f6;padding:0;font-size:14px;cursor:pointer;text-decoration:none}.btn-link:hover{text-decoration:underline}.btn-sm{padding:6px 12px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.designer-display-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 1px 3px #0000001a;margin-bottom:30px}.designer-display-header{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.designer-title-section{display:flex;align-items:center;gap:20px}.designer-avatar-display{flex-shrink:0}.designer-avatar-display img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}.designer-avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;border:3px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}.avatar-placeholder-icon{font-size:48px}.designer-title-section h2{font-size:28px;color:#1f2937;margin:0 0 5px}.edit-icon-btn{background:none;border:none;cursor:pointer;font-size:18px;padding:5px;opacity:.6;transition:opacity .2s}.edit-icon-btn:hover{opacity:1}.designer-display-body{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.info-section{display:flex;flex-direction:column;gap:8px}.info-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.info-value{font-size:16px;color:#1f2937;margin-bottom:5px}.context-text{white-space:pre-wrap;line-height:1.6}.designer-actions{display:flex;gap:10px;padding-top:20px;border-top:1px solid #e5e7eb}.loading-state,.no-designer-state{background:#fff;border-radius:12px;padding:60px 30px;box-shadow:0 1px 3px #0000001a;text-align:center;color:#6b7280}@media(max-width:768px){.ai-designer-page{grid-template-columns:1fr;grid-template-areas:"main"}.ai-designer-main,.designer-form-card{padding:20px}.form-actions{flex-direction:column}.btn{width:100%}.designer-title-section{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.ai-designer-header h1{font-size:24px}}.asset-manager-modal{max-width:1000px;width:90%;max-height:85vh;overflow-y:auto}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:24px;color:#333}.close-btn{background:none;border:none;font-size:32px;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background-color:#f0f0f0;color:#333}.modal-body{padding:30px}.language-selector-section{margin-bottom:20px;display:flex;align-items:center;gap:10px}.language-selector-section label{font-weight:600;color:#333}.language-select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:200px;cursor:pointer}.asset-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e0e0e0}.tab-btn{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:16px;font-weight:500;color:#666;border-bottom:3px solid transparent;transition:all .2s ease}.tab-btn:hover{color:#333;background-color:#f8f8f8}.tab-btn.active{color:#007bff;border-bottom-color:#007bff}.upload-section{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:30px}.upload-section h3{margin-top:0;margin-bottom:15px;font-size:18px;color:#333}.file-input{display:block;width:100%;padding:10px;margin-bottom:15px;border:2px dashed #ddd;border-radius:6px;cursor:pointer}.upload-preview{margin:15px 0;text-align:center}.upload-preview img{max-width:100%;max-height:200px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.upload-info{display:flex;justify-content:space-between;align-items:center;gap:15px}.upload-info p{margin:0;font-size:14px;color:#666;flex:1}.btn-upload{padding:10px 24px;background-color:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.btn-upload:hover:not(:disabled){background-color:#218838}.btn-upload:disabled{background-color:#6c757d;cursor:not-allowed}.error-message{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #f5c6cb}.assets-section h3{margin-bottom:20px;font-size:18px;color:#333}.no-assets{text-align:center;color:#999;padding:40px;font-style:italic}.assets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.asset-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.asset-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.asset-card img,.asset-card video,.asset-card audio{width:100%;height:180px;object-fit:cover;background-color:#f0f0f0}.asset-card audio{height:auto;padding:10px}.asset-info{padding:15px}.asset-description{font-size:13px;color:#666;margin:0 0 8px;line-height:1.4}.asset-dimensions{font-size:12px;color:#999;margin:0 0 5px}.asset-score{font-size:12px;color:#28a745;font-weight:600;margin:0 0 10px}.btn-delete-asset{width:100%;padding:8px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:background-color .2s ease}.btn-delete-asset:hover{background-color:#c82333}@media(max-width:768px){.asset-manager-modal{width:95%;max-height:90vh}.modal-body{padding:20px}.assets-grid{grid-template-columns:1fr}.asset-tabs{flex-wrap:wrap}.tab-btn{flex:1;min-width:100px}}.poster-type-page{min-height:100vh;background-color:#f5f5f5;display:grid;grid-template-areas:"sidebar main";grid-template-columns:250px 1fr}.poster-type-main{grid-area:main;padding:2rem 3rem;overflow-y:auto}.poster-type-container{max-width:1400px;margin:0 auto;width:100%}.poster-type-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.header-left{display:flex;align-items:center;gap:15px}.header-icon{font-size:32px}.poster-type-header h1{font-size:32px;font-weight:600;color:#1a1a1a;margin:0}.btn-create-new{background:#6366f1;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-create-new:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.tabs{display:flex;gap:15px;margin-bottom:30px;border-bottom:1px solid #e5e7eb;padding-bottom:0}.tab{padding:12px 24px;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;background:transparent;position:relative;margin-bottom:-1px}.tab:hover{color:#374151}.tab.active{color:#6366f1;border-bottom-color:#6366f1}.poster-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:30px}.poster-type-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;cursor:pointer;border:1px solid #e5e7eb}.poster-type-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-4px)}.poster-type-image-container{position:relative;width:100%;height:180px;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.poster-type-image{width:100%;height:100%;object-fit:cover;display:block}.poster-type-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.placeholder-icon{font-size:72px;opacity:.85;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.active-badge{position:absolute;top:10px;right:10px;background:#22c55ef5;color:#fff;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #22c55e4d}.active-dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.poster-type-content{padding:18px 20px}.poster-type-name{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poster-type-description{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.poster-type-languages{font-size:12px;color:#4b5563;margin-bottom:10px;padding:6px 10px;background:#f3f4f6;border-radius:6px}.poster-type-languages strong{color:#374151}.poster-type-rank{display:inline-block;background:#f3f4f6;color:#6b7280;padding:5px 12px;border-radius:12px;font-size:12px;font-weight:600}.card-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.btn-edit,.btn-manage-assets{background:#f3f4f6;color:#374151;border:none;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.btn-edit:hover{background:#6366f1;color:#fff}.btn-manage-assets{background:#10b981;color:#fff}.btn-manage-assets:hover{background:#059669}.poster-type-form-container{background:#fff;border-radius:16px;padding:30px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;margin-bottom:20px}.poster-type-form-container h2{font-size:24px;font-weight:600;color:#111827;margin:0 0 24px}.poster-type-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input[type=text],.form-group input[type=file],.form-group textarea,.form-group select{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;transition:all .2s ease}.form-group select.multi-select{min-height:120px}.form-hint{font-size:12px;color:#6b7280;margin-top:4px}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#6366f1}.icon-preview{margin-top:12px}.icon-preview img{width:150px;height:150px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:12px;padding-top:20px;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:#6366f1;color:#fff}.btn-submit:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-cancel:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed}.loading,.error-message,.no-poster-types{text-align:center;padding:80px 20px;font-size:16px;color:#6b7280}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:20px;padding:20px}.no-poster-types{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}@media(max-width:1400px){.poster-type-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(max-width:1024px){.poster-type-page{grid-template-columns:200px 1fr}.poster-type-main{padding:1.5rem 2rem}.poster-type-header h1{font-size:28px}.poster-type-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.poster-type-image-container{height:160px}}@media(max-width:768px){.poster-type-page{grid-template-columns:1fr;grid-template-areas:"main"}.poster-type-main{padding:1.5rem}.poster-type-header{margin-bottom:20px}.poster-type-header h1{font-size:24px}.header-icon{font-size:28px}.tabs{gap:10px}.tab{padding:10px 18px;font-size:14px}.poster-type-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.poster-type-image-container{height:150px}.placeholder-icon{font-size:56px}.poster-type-content{padding:15px}.poster-type-name{font-size:16px}.poster-type-description{font-size:13px;min-height:39px}}@media(max-width:640px){.poster-type-main{padding:1rem}.poster-type-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.poster-type-image-container{height:130px}.active-badge{padding:4px 10px;font-size:11px}.poster-type-name{font-size:15px}.poster-type-description{font-size:12px;-webkit-line-clamp:2;line-clamp:2;min-height:36px}.poster-type-rank{font-size:11px;padding:4px 10px}}@media(max-width:480px){.poster-type-main{padding:1rem}.poster-type-header h1{font-size:20px}.header-icon{font-size:24px}.poster-type-grid{grid-template-columns:1fr;gap:15px}.poster-type-image-container{height:180px}.placeholder-icon{font-size:64px}}*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;min-height:100vh}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}
