@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";:root{--limes-primary: #8fc617;--limes-primary-dark: #76a512;--limes-primary-light: #a3d84a;--limes-accent: #6eb80d;--limes-gradient: linear-gradient(135deg, #8fc617 0%, #6eb80d 100%);--limes-gradient-alt: linear-gradient(135deg, #a3d84a 0%, #8fc617 100%);--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--info: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gray-900);line-height:1.6;font-size:16px}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh;background:#2d3748;position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(143,198,23,.15),transparent 50%),radial-gradient(circle at 80% 70%,rgba(110,184,13,.1),transparent 50%);z-index:0;pointer-events:none}#root{min-height:100vh;position:relative;z-index:1}.user-info-card{margin-bottom:1.5rem}.user-info-card-content{display:flex;align-items:center;gap:2rem}.logo-section{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-text{display:flex;flex-direction:column;gap:0}.logo-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.3rem;color:var(--gray-900);line-height:1}.logo-subtitle{font-size:.65rem;color:var(--gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.user-info-details{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1}.user-name{font-weight:600;color:var(--gray-900);font-size:1.1rem}.user-credits{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.credits-label{font-weight:700;color:#000}.credits-badge{background:var(--limes-gradient);color:#fff;padding:.3rem 1rem;border-radius:999px;font-weight:700;font-size:.85rem;box-shadow:var(--shadow-sm);min-width:60px;text-align:center;display:inline-block}.user-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .2s ease;font-family:inherit;text-decoration:none}.btn-primary{background:var(--limes-gradient);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:var(--gray-700);border:1.5px solid var(--gray-300)}.btn-secondary:hover{border-color:var(--limes-primary);color:var(--limes-accent);background:#8fc6170d}.btn-danger{background:var(--error);color:#fff;box-shadow:var(--shadow-md)}.btn-danger:hover{background:#dc2626;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-ghost{background:transparent;color:var(--gray-600);border:1.5px solid transparent}.btn-ghost:hover{border-color:var(--gray-300);background:var(--gray-100)}.btn-lg{padding:.85rem 1.75rem;font-size:1.05rem;border-radius:12px}.btn-sm{padding:.5rem 1rem;font-size:.875rem;border-radius:8px}.btn-full{width:100%}.app-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.card-header{margin-bottom:1.5rem}.card-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.75rem;color:var(--gray-900);margin:0 0 .5rem}.card-subtitle{color:var(--gray-600);font-size:1rem;margin:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:1.5rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-weight:600;color:var(--gray-700);font-size:.9rem}.input,.select,.textarea{padding:.75rem 1rem;border-radius:10px;border:1.5px solid var(--gray-300);background:#fff;font-size:.95rem;font-family:inherit;color:var(--gray-900);transition:all .2s ease;width:100%}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--limes-primary);box-shadow:0 0 0 3px #8fc6171a}.textarea{min-height:100px;resize:vertical;font-family:inherit}.helper-text{font-size:.85rem;color:var(--gray-500);margin-top:.25rem}.file-drop{border:2px dashed var(--gray-300);padding:3rem 2rem;text-align:center;border-radius:16px;cursor:pointer;background:var(--gray-50);transition:all .2s ease;margin-bottom:1.5rem}.file-drop:hover{border-color:var(--limes-primary);background:#8fc6170d}.file-drop.is-dragging{border-color:var(--limes-primary);background:#8fc6171a;border-style:solid}.file-drop input{display:none}.file-drop-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.file-drop-text{color:var(--gray-600);font-size:1rem;margin-bottom:.5rem}.file-drop-hint{color:var(--gray-500);font-size:.85rem}.file-name{margin-top:1rem;padding:.75rem 1rem;background:#8fc6171a;border-radius:10px;color:var(--limes-accent);font-weight:600;word-break:break-all;border:1px solid rgba(143,198,23,.2)}.alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.alert-success{background:#dcfce7;color:#166534;border:1px solid #86efac}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.alert-info{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pill.success{background:#dcfce7;color:#166534}.status-pill.failed{background:#fee2e2;color:#991b1b}.status-pill.pending{background:#fef3c7;color:#92400e}.results-section{margin-top:2rem}.result-preview{background:var(--gray-900);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.result-preview img,.result-preview video{width:100%;border-radius:12px;margin-bottom:1rem;box-shadow:var(--shadow-lg)}.result-actions{display:flex;gap:.75rem;flex-wrap:wrap}.json-viewer{background:var(--gray-100);border-radius:12px;padding:1.25rem;margin-top:1rem;border:1px solid var(--gray-200)}.json-viewer pre{margin:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;color:var(--gray-700);overflow-x:auto;white-space:pre-wrap;word-break:break-word}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(1200px,95vw);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:var(--shadow-2xl)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:#fff;z-index:10}.modal-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;color:var(--gray-900);margin:0}.modal-body{padding:2rem}.product-example-modal{display:flex;flex-direction:column;gap:1rem}.product-example-modal__image{width:100%;max-width:720px;max-height:70vh;object-fit:contain;border-radius:12px;border:1px solid var(--gray-200);align-self:center}.modal-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-500);padding:.5rem;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:var(--gray-100);color:var(--gray-900)}.table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid var(--gray-200)}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.table th{background:var(--gray-50);color:var(--gray-700);font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.table tbody tr:hover{background:var(--gray-50)}.table tbody tr:last-child td{border-bottom:none}.table-preview-img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--gray-300)}.credits-section{background:linear-gradient(135deg,#8fc6171a,#6eb80d0d);border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(143,198,23,.2)}.credits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.credit-item{background:#fff;padding:1rem;border-radius:12px;border:1px solid var(--gray-200)}.credit-label{font-size:.85rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.credit-value{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem}.auth-card{width:100%;max-width:480px;background:#e8e8e8;border-radius:20px;padding:3rem 2.5rem;box-shadow:var(--shadow-2xl);border:1px solid var(--gray-200)}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:16px;background:var(--limes-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:2rem;font-family:Poppins,sans-serif;box-shadow:var(--shadow-lg)}.auth-title{font-family:Poppins,sans-serif;font-weight:700;font-size:2rem;color:var(--gray-900);text-align:center;margin:0 0 .5rem}.auth-subtitle{text-align:center;color:var(--gray-600);margin:0 0 2rem;font-size:1rem}.auth-form .field{margin-bottom:1.25rem}.auth-link{text-align:center;margin-top:2rem;color:var(--gray-600);font-size:.95rem}.auth-link a{color:var(--limes-accent);font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}@media (max-width: 768px){.btn-sm{padding:.4rem .8rem;font-size:.8rem}.form-grid{grid-template-columns:1fr}.card{padding:1.5rem}.auth-card{padding:2rem 1.5rem}.modal{width:100%;max-height:100vh;border-radius:0}}@media (max-width: 450px){.user-info-card-content{display:grid;grid-template-areas:"user logo" "actions actions";grid-template-columns:1fr auto;align-items:start;gap:1rem}.logo-section{grid-area:logo;display:flex;align-items:center;gap:.5rem}.user-info-details{grid-area:user;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.user-name{font-size:.95rem;text-align:left}.user-credits{font-size:.85rem}.user-actions{grid-area:actions;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;justify-self:center}.user-actions .btn{width:100%;font-size:.7rem;padding:.5rem .25rem;white-space:nowrap}}@media (max-width: 480px){.logo-text{display:none}.btn{padding:.55rem 1rem;font-size:.9rem}.card-title{font-size:1.5rem}.file-drop{padding:2rem 1rem}}.main-layout{display:flex;min-height:100vh;background:#f8f9fa}.staging-banner{position:fixed;top:0;left:0;right:0;background:#ff9800;color:#fff;padding:8px;text-align:center;font-weight:700;font-size:14px;z-index:1000}.main-content{flex:1;margin-left:280px;padding:2rem;transition:margin-left .3s ease;min-height:100vh}.main-content--expanded{margin-left:80px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;background:#faf8f5;border-right:1px solid #e8e4de;display:flex;flex-direction:column;transition:width .3s ease;z-index:100}.sidebar--collapsed{width:80px}.sidebar__header{display:flex;align-items:center;justify-content:center;padding:1.25rem}.sidebar__logo{display:flex;align-items:center;gap:.75rem}.sidebar__logo-img{width:48px;height:48px;border-radius:12px;object-fit:contain}.sidebar__logo-text{display:flex;flex-direction:column}.sidebar__logo-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;color:#1a1a1a}.sidebar__logo-subtitle{font-size:.75rem;color:#666;font-weight:500}.sidebar__toggle-wrapper{display:flex;justify-content:center;padding:.5rem 1.25rem 1rem;border-bottom:1px solid #e8e4de}.sidebar__toggle{background:#f0ede8;border:1px solid #e0dcd5;padding:.375rem .75rem;cursor:pointer;font-size:.875rem;color:#666;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:.25rem}.sidebar__toggle:hover{background:#e8e4de;border-color:#c4a35a;color:#333}.sidebar__nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar__section{margin-bottom:1.5rem}.sidebar__section-title{display:block;padding:.5rem 1.25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999}.sidebar__menu{list-style:none;padding:0;margin:0}.sidebar__menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#333;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s;border-left:3px solid transparent}.sidebar__menu-item--button{background:none;border:none;width:100%;text-align:left;font-family:inherit;cursor:pointer}.sidebar__menu-item:hover{background:#f0ede8;color:#1a1a1a}.sidebar__menu-item--active{background:#f0ede8;border-left-color:#c4a35a;color:#1a1a1a;font-weight:600}.sidebar__menu-icon{font-size:1.1rem;width:24px;text-align:center}.sidebar__menu-label{white-space:nowrap}.sidebar__menu--mobile{display:none}.sidebar__footer{padding:1.25rem;border-top:1px solid #e8e4de}.sidebar__credits-label{font-size:.85rem;color:#666;font-weight:500}.sidebar__credits-value{font-weight:700;color:#8fc617;font-size:1rem}.sidebar__user{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;margin-bottom:.75rem}.sidebar__user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#8fc617,#6eb80d);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem}.sidebar__user-info{display:flex;flex-direction:column;overflow:hidden}.sidebar__user-name{font-weight:600;color:#1a1a1a;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-email{font-size:.75rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__tutorial{width:100%;padding:.75rem;background:linear-gradient(135deg,#8fc617,#6eb80d);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;font-size:.9rem;margin-bottom:.5rem}.sidebar__tutorial:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8fc61766}.sidebar--collapsed .sidebar__tutorial{display:flex;align-items:center;justify-content:center;font-size:1.25rem;padding:.625rem}.sidebar__logout{width:100%;padding:.75rem;background:none;border:1px solid #e8e4de;border-radius:8px;color:#666;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;font-size:.9rem}.sidebar--collapsed .sidebar__logout{display:flex;align-items:center;justify-content:center;font-size:1.25rem;padding:.625rem}.sidebar__logout:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.sidebar__support{display:block;margin-top:.75rem;padding:.5rem;text-align:center;font-size:.8rem;color:#8fc617;text-decoration:none;transition:color .2s}.sidebar__support:hover{color:#7ab314;text-decoration:underline}.studio-page{max-width:1200px;margin:0 auto}.studio-page__header{margin-bottom:1.5rem}.studio-page__title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.studio-page__subtitle{color:#666;font-size:1rem;margin:0}.studio-page__form{display:flex;flex-direction:column;gap:1.25rem}.studio-options{display:flex;gap:.75rem;flex-wrap:wrap}.option-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:1.5px solid #e0dcd5;border-radius:20px;font-size:.875rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s;font-family:inherit}.option-button:hover{border-color:#c4a35a;background:#faf8f5}.option-button--active{background:#f0ede8;border-color:#c4a35a;color:#1a1a1a}.option-button__icon{font-size:1rem}.studio-prompt{width:100%}.studio-prompt__input{width:100%;padding:.875rem 1.25rem;border:1.5px solid #e0dcd5;border-radius:12px;font-size:.95rem;font-family:inherit;color:#333;background:#fff;transition:all .2s}.studio-prompt__input:focus{outline:none;border-color:#c4a35a;box-shadow:0 0 0 3px #c4a35a1a}.studio-prompt__input::placeholder{color:#999}.studio-quick-settings{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.studio-quick-settings__item{display:flex;flex-direction:column;gap:.375rem}.studio-quick-settings__item label{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.studio-select{padding:.625rem 2rem .625rem .875rem;border:1.5px solid #e0dcd5;border-radius:8px;font-size:.875rem;font-family:inherit;background:#fff;cursor:pointer;min-width:100px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.studio-select:focus{outline:none;border-color:#c4a35a}.studio-run-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#c4a35a,#b8963f);border:none;border-radius:20px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.studio-run-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #c4a35a66}.studio-run-btn:disabled{opacity:.6;cursor:not-allowed}.studio-cost{display:flex;flex-direction:column;gap:.2rem;padding:.5rem .75rem;background:#faf8f5;border:1px solid #e0dcd5;border-radius:10px;min-width:110px}.studio-cost__label{font-size:.7rem;font-weight:600;color:#777;text-transform:uppercase;letter-spacing:.08em}.studio-cost__value{font-size:.9rem;font-weight:700;color:#1a1a1a;white-space:nowrap}.studio-upload-area{display:flex;gap:1.5rem;background:#fff;border:1px solid #e0dcd5;border-radius:16px;padding:1.5rem;min-height:400px}.studio-upload-area__options{display:flex;flex-direction:column;gap:1rem;width:200px;flex-shrink:0}.studio-upload-area__main{flex:1;display:flex;align-items:center;justify-content:center}.image-upload{width:100%}.image-upload__label{display:block;font-weight:600;font-size:.9rem;color:#333;margin-bottom:.375rem}.image-upload__description{font-size:.8rem;color:#666;margin:0 0 .75rem}.image-upload__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #d0ccc5;border-radius:12px;background:#faf8f5;cursor:pointer;transition:all .2s;min-height:150px}.image-upload__dropzone:hover,.image-upload__dropzone--dragging{border-color:#c4a35a;background:#f5f2ed}.image-upload__input{display:none}.image-upload__dropzone-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.image-upload__dropzone-icon{font-size:2rem;opacity:.5}.image-upload__dropzone-text{font-size:.9rem;color:#666}.image-upload__dropzone-hint{font-size:.75rem;color:#999}.image-upload__preview{display:flex;flex-direction:column;gap:.75rem}.image-upload__preview-img{max-width:100%;max-height:200px;border-radius:8px;object-fit:contain;border:1px solid #e0dcd5}.image-upload__preview-info{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.image-upload__file-name{font-size:.8rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-upload__remove-btn{padding:.375rem .75rem;background:#fee2e2;border:none;border-radius:6px;color:#ef4444;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .2s;font-family:inherit}.image-upload__remove-btn:hover{background:#fecaca}.studio-config{background:#fff;border:1px solid #e0dcd5;border-radius:12px;overflow:hidden}.studio-config__summary{padding:1rem 1.25rem;font-weight:600;color:#333;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.studio-config__summary:hover{background:#faf8f5}.studio-config__summary::marker{color:#c4a35a}.studio-config__content{padding:1.25rem;border-top:1px solid #e0dcd5}.studio-config__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.studio-config__field{display:flex;flex-direction:column;gap:.375rem}.studio-config__field label{font-size:.8rem;font-weight:600;color:#666}.studio-tabs{display:flex;gap:.25rem;background:#f0ede8;padding:.25rem;border-radius:12px;width:fit-content;margin-bottom:1rem}.studio-tabs__tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;border:none;border-radius:10px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;font-family:inherit}.studio-tabs__tab:hover{color:#333}.studio-tabs__tab--active{background:#fff;color:#1a1a1a;box-shadow:0 1px 3px #0000001a}.studio-tabs__icon{font-size:1rem}.studio-status{padding:1rem 1.25rem;border-radius:12px;font-size:.9rem}.studio-status--loading{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.studio-status--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.studio-status--info{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.studio-results{background:#fff;border:1px solid #e0dcd5;border-radius:16px;padding:1.5rem}.studio-results h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.studio-results__item{background:#1a1a1a;border-radius:12px;padding:1rem;margin-bottom:1rem}.studio-results__item:last-child{margin-bottom:0}.studio-results__item img,.studio-results__item video{width:100%;border-radius:8px;margin-bottom:1rem}.studio-results__actions{display:flex;gap:.75rem}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem;color:#666}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e8e4de}.modal-title{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#666;padding:.25rem;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.buy-credits-info{margin-bottom:1rem;color:#666;font-size:.9rem;line-height:1.5}.buy-credits-textarea{width:100%;padding:1rem;border:1.5px solid #e0dcd5;border-radius:12px;font-size:.9rem;font-family:inherit;color:#333;background:#faf8f5;resize:vertical;min-height:150px;margin-bottom:1rem}.buy-credits-textarea:focus{outline:none;border-color:#c4a35a;box-shadow:0 0 0 3px #c4a35a1a}.buy-credits-actions{display:flex;justify-content:flex-end;gap:.75rem}@media (max-width: 1024px){.sidebar{width:80px}.sidebar__logo-text,.sidebar__section-title,.sidebar__menu-label,.sidebar__credits,.sidebar__user-info{display:none}.main-content{margin-left:80px}.studio-upload-area{flex-direction:column}.studio-upload-area__options{width:100%;flex-direction:row;flex-wrap:wrap;gap:1rem}.studio-upload-area__options .image-upload{flex:1;min-width:150px;max-width:250px}.studio-upload-area__options .image-upload__preview-img{max-height:150px}}@media (max-width: 768px){.sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;height:auto;flex-direction:column;border-right:none;border-top:1px solid #e8e4de;z-index:100;transform:none;background:#faf8f5}.sidebar--collapsed{width:100%}.sidebar__header,.sidebar__toggle-wrapper,.sidebar__footer,.sidebar__section-title,.sidebar__section--desktop{display:none}.sidebar__menu--mobile{display:flex;flex-direction:row;justify-content:space-around;padding:.5rem 0;margin:0}.sidebar__nav{padding:0;overflow-x:auto;overflow-y:hidden}.sidebar__section{margin-bottom:0}.sidebar__menu--mobile li{flex:1;list-style:none}.sidebar__menu--mobile .sidebar__menu-item{flex-direction:column;align-items:center;justify-content:center;padding:.5rem .25rem;gap:.25rem;border-left:none;font-size:.7rem;text-align:center}.sidebar__menu--mobile .sidebar__menu-item--active{background:transparent;border-left:none;color:#8fc617}.sidebar__menu--mobile .sidebar__menu-icon{font-size:1.25rem;width:auto}.sidebar__menu--mobile .sidebar__menu-label{display:block;font-size:.65rem;white-space:nowrap}.main-content{margin-left:0;margin-bottom:70px;padding:1rem}.main-content--expanded{margin-left:0}.studio-page__title{font-size:1.4rem}.studio-quick-settings{flex-direction:column;align-items:stretch}.studio-quick-settings__item,.studio-run-btn{width:100%}.studio-upload-area{min-height:300px;padding:1rem;flex-direction:column}.studio-upload-area__options{width:100%;flex-direction:column;gap:1rem}.studio-upload-area__options .image-upload{max-width:100%;min-width:auto}.studio-upload-area__options .image-upload__dropzone{min-height:120px;padding:1rem}.studio-upload-area__options .image-upload__preview-img{max-height:180px}.studio-upload-area__main{min-height:200px}.studio-options{flex-wrap:wrap}.option-button{font-size:.8rem;padding:.5rem .75rem}.studio-config__grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.main-content{padding:.75rem}.studio-page__title{font-size:1.25rem}.studio-page__subtitle{font-size:.875rem}.studio-prompt__input{font-size:.875rem;padding:.75rem 1rem}.studio-config__grid{grid-template-columns:1fr}.option-button{flex:1;min-width:100px;justify-content:center}.studio-tabs{width:100%;overflow-x:auto}.studio-tabs__tab{padding:.5rem .75rem;font-size:.8rem}.studio-upload-area{padding:.75rem;min-height:auto}.studio-upload-area__options .image-upload__dropzone{min-height:100px;padding:.75rem}.studio-upload-area__options .image-upload__preview-img{max-height:140px}.studio-upload-area__options .image-upload__label{font-size:.8rem}.studio-upload-area__options .image-upload__description{font-size:.7rem;margin-bottom:.5rem}.studio-upload-area__main .image-upload__dropzone{min-height:150px}.image-upload__dropzone-text{font-size:.8rem}.image-upload__dropzone-hint{font-size:.7rem}}.sidebar__credits{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f0ede8;border-radius:10px;margin-bottom:1rem}.sidebar__credits-info{display:flex;flex-direction:column;gap:.125rem}.sidebar__credits-buy{padding:.375rem .75rem;background:linear-gradient(135deg,#8fc617,#6eb80d);border:none;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.sidebar__credits-buy:hover{transform:translateY(-1px);box-shadow:0 2px 8px #8fc61766}.sidebar__user--clickable{cursor:pointer;border-radius:10px;transition:background .2s;padding:.5rem;margin:-.5rem}.sidebar__user--clickable:hover{background:#e8e4de}.history-page{max-width:1200px;margin:0 auto}.history-page__header{margin-bottom:1.5rem}.history-page__title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.history-page__subtitle{color:#666;font-size:1rem;margin:0}.history-page__filters{display:flex;gap:1rem;margin-bottom:1.5rem}.history-page__filter{display:flex;align-items:center;gap:.5rem}.history-page__filter label{font-size:.875rem;color:#666}.history-page__content{background:#fff;border:1px solid #e0dcd5;border-radius:16px;padding:1.5rem}.history-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#666}.history-page__empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.history-page__table-wrapper{overflow-x:auto}.history-page__table{width:100%;border-collapse:collapse}.history-page__table th,.history-page__table td{padding:1rem;text-align:left;border-bottom:1px solid #e0dcd5}.history-page__table th{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;background:#faf8f5}.history-page__table tbody tr:hover{background:#faf8f5}.history-page__id{font-family:monospace;font-size:.85rem;color:#666}.history-page__status{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.history-page__status--success{background:#dcfce7;color:#166534}.history-page__status--failed{background:#fee2e2;color:#991b1b}.history-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0dcd5}.history-page__pagination-info{font-size:.875rem;color:#666}.admin-page{max-width:1200px;margin:0 auto}.admin-page__header{margin-bottom:1.5rem}.admin-page__title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.admin-page__subtitle{color:#666;font-size:1rem;margin:0}.admin-page__actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.admin-page__search{flex:1;min-width:250px}.admin-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-page__stat{background:#fff;border:1px solid #e0dcd5;border-radius:12px;padding:1.25rem;text-align:center}.admin-page__stat-value{display:block;font-size:1.75rem;font-weight:700;color:#8fc617}.admin-page__stat-label{display:block;font-size:.8rem;color:#666;margin-top:.25rem}.admin-page__table-wrapper{background:#fff;border:1px solid #e0dcd5;border-radius:16px;overflow:hidden}.admin-page__table{width:100%;border-collapse:collapse}.admin-page__table th,.admin-page__table td{padding:1rem;text-align:left;border-bottom:1px solid #e0dcd5}.admin-page__table th{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;background:#faf8f5}.admin-page__table tbody tr:hover{background:#faf8f5}.admin-page__user-info{display:flex;flex-direction:column}.admin-page__user-name{font-weight:600;color:#1a1a1a}.admin-page__credits{font-weight:700;color:#8fc617}.admin-page__role{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;background:#f0ede8;color:#666}.admin-page__role--admin{background:linear-gradient(135deg,#8fc61733,#6eb80d33);color:#6eb80d}.admin-page__add-credits-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#8fc617,#6eb80d);border:none;border-radius:8px;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.admin-page__add-credits-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #8fc61766}.admin-page__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.admin-page__modal{background:#fff;border-radius:16px;width:100%;max-width:450px;box-shadow:0 20px 40px #0003}.admin-page__modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0dcd5}.admin-page__modal-header h3{margin:0;font-size:1.1rem;font-weight:700}.admin-page__modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#666;padding:.25rem}.admin-page__modal-body{padding:1.5rem}.admin-page__modal-body p{margin:0 0 .75rem;font-size:.95rem}.admin-page__modal-field{margin:1.5rem 0}.admin-page__modal-field label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.admin-page__modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.profile-page{max-width:800px;margin:0 auto}.profile-page__header{margin-bottom:1.5rem}.profile-page__title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.profile-page__subtitle{color:#666;font-size:1rem;margin:0}.profile-page__content{display:flex;flex-direction:column;gap:1.5rem}.profile-page__card{background:#fff;border:1px solid #e0dcd5;border-radius:16px;overflow:hidden}.profile-page__card-header{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#faf8f5,#f5f2ed);border-bottom:1px solid #e0dcd5}.profile-page__avatar{width:72px;height:72px;background:linear-gradient(135deg,#8fc617,#6eb80d);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.75rem}.profile-page__user-summary h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#1a1a1a}.profile-page__user-summary p{margin:0;color:#666;font-size:.9rem}.profile-page__card-body{padding:1.5rem}.profile-page__section{padding-bottom:1.5rem;border-bottom:1px solid #e0dcd5;margin-bottom:1.5rem}.profile-page__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-page__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.profile-page__section-header h3{margin:0;font-size:1rem;font-weight:700;color:#1a1a1a}.profile-page__edit-btn{padding:.5rem 1rem;background:transparent;border:1.5px solid #e0dcd5;border-radius:8px;color:#666;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.profile-page__edit-btn:hover{border-color:#8fc617;color:#6eb80d}.profile-page__message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.profile-page__message--success{background:#dcfce7;color:#166534;border:1px solid #86efac}.profile-page__message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.profile-page__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.profile-page__info-item{display:flex;flex-direction:column;gap:.25rem}.profile-page__info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666}.profile-page__info-value{font-size:.95rem;color:#1a1a1a}.profile-page__edit-form{display:flex;flex-direction:column;gap:1rem}.profile-page__field{display:flex;flex-direction:column;gap:.375rem}.profile-page__field label{font-size:.8rem;font-weight:600;color:#333}.profile-page__field-hint{font-size:.75rem;color:#999}.profile-page__edit-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.profile-page__security-note{font-size:.85rem;color:#999;margin:0}
