.prompt-panel{display:flex;flex-direction:column;gap:2rem}.form-label{font-size:.75rem;font-weight:500;color:var(--sidebar-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.form-textarea{padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;font-family:inherit;transition:all .3s ease;resize:vertical;min-height:150px}.form-textarea:focus{outline:none;border-color:var(--sidebar-accent);box-shadow:0 0 0 3px var(--sidebar-accent-light)}.form-textarea::placeholder{color:var(--text-muted)}.image-upload-area{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0}.upload-label{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.upload-label svg{color:var(--sidebar-icon-color)}.upload-label:hover{border-color:var(--sidebar-accent);background:var(--sidebar-accent-light)}.upload-label:hover svg{color:var(--sidebar-icon-hover)}.upload-label-large{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease;color:var(--text-primary);text-align:center}.upload-label-large svg{color:var(--sidebar-icon-color)}.upload-label-large:hover{border-color:var(--sidebar-accent);background:var(--sidebar-accent-light)}.upload-label-large:hover svg{color:var(--sidebar-icon-hover)}.upload-hint{font-size:.85rem;color:var(--text-muted)}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;border:1px solid var(--border-color)}.image-preview-item img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.remove-image-btn:hover{background:var(--error);transform:scale(1.1)}.reference-preview{position:relative;width:100%;border-radius:8px;overflow:hidden;border:1px solid var(--border-color);min-height:200px;display:flex;align-items:center;justify-content:center}.reference-preview img{width:100%;height:auto;display:block}.reference-preview .remove-image-btn{width:32px;height:32px;top:8px;right:8px}.form-hint{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}@media (max-width: 1024px){.prompt-panel{gap:1.5rem}.form-section{gap:.875rem}.form-textarea{padding:.875rem;font-size:.9rem;min-height:120px}.upload-label,.upload-label-large{padding:1rem}}@media (max-width: 768px){.prompt-panel{gap:1.25rem}.form-section{gap:.75rem}.form-label{font-size:.7rem;margin-bottom:.375rem}.form-textarea{padding:.875rem;font-size:.9rem;min-height:120px;border-radius:6px}.upload-label{padding:1rem;font-size:.9rem}.upload-label svg{width:18px;height:18px}.upload-label-large{padding:2rem 1.5rem}.upload-label-large svg{width:32px;height:32px}.upload-hint{font-size:.8rem}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.75rem}.image-preview-item{border-radius:4px}.remove-image-btn{width:20px;height:20px;top:2px;right:2px}.remove-image-btn svg{width:12px;height:12px}.reference-preview{min-height:150px;border-radius:6px}.reference-preview .remove-image-btn{width:28px;height:28px;top:6px;right:6px}.form-hint{font-size:.75rem;margin-top:.375rem}}@media (max-width: 480px){.prompt-panel{gap:1rem}.form-section{gap:.625rem}.form-label{font-size:.65rem;margin-bottom:.25rem}.form-textarea{padding:.75rem;font-size:.85rem;min-height:100px;border-radius:6px}.upload-label{padding:.875rem;font-size:.85rem;gap:.375rem}.upload-label svg{width:16px;height:16px}.upload-label-large{padding:1.5rem 1rem;gap:.625rem}.upload-label-large svg{width:28px;height:28px}.upload-hint{font-size:.75rem}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.625rem;margin-top:.75rem}.image-preview-item{border-radius:4px}.remove-image-btn{width:18px;height:18px;top:2px;right:2px}.remove-image-btn svg{width:10px;height:10px}.reference-preview{min-height:120px;border-radius:6px}.reference-preview .remove-image-btn{width:24px;height:24px;top:4px;right:4px}.form-hint{font-size:.7rem;margin-top:.25rem}}@media (hover: none) and (pointer: coarse){.upload-label,.upload-label-large{min-height:44px}.form-textarea{min-height:120px}.remove-image-btn{min-width:32px;min-height:32px}}.settings-panel{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-label{font-size:.7rem;font-weight:600;color:var(--sidebar-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.expandable-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.125rem 1.25rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;cursor:pointer;transition:all .3s ease;gap:.75rem;text-align:left}.expandable-header:hover{border-color:var(--sidebar-accent);background:#2d5a2d0d}.expandable-header .form-label{margin:0;flex:1}.selected-value,.selected-count{font-size:.9rem;color:var(--text-primary);font-weight:500;flex:1;text-align:right}.expandable-header svg{color:var(--sidebar-icon-color);flex-shrink:0;transition:transform .3s ease,color .3s ease}.expandable-header:hover svg{color:var(--sidebar-icon-hover)}.form-input{padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:.95rem;font-family:inherit;transition:all .3s ease;width:100%}.form-input:focus{outline:none;border-color:var(--sidebar-accent);box-shadow:0 0 0 3px var(--sidebar-accent-light)}.quality-list{display:flex;flex-direction:column;gap:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;padding:.5rem;max-height:200px;overflow-y:auto;margin-top:.75rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:200px}}.quality-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative}.quality-item:hover{background:#ffffff05}.quality-item.selected{background:var(--sidebar-accent-light)}.quality-radio{position:absolute;opacity:0;width:0;height:0}.quality-checkbox{width:20px;height:20px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;background:var(--bg-secondary)}.quality-item.selected .quality-checkbox{background:var(--sidebar-accent);border-color:var(--sidebar-accent);color:#fff}.quality-item .quality-checkbox svg{color:var(--sidebar-icon-color)}.quality-item.selected .quality-checkbox svg{color:#fff}.quality-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.quality-label{font-size:.95rem;color:var(--text-primary);font-weight:500}.quality-description{font-size:.8rem;color:var(--text-muted);line-height:1.3}.resolution-list{display:flex;flex-direction:column;gap:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;padding:.5rem;max-height:280px;overflow-y:auto;margin-top:.75rem;animation:slideDown .3s ease}.resolution-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative}.resolution-item:hover{background:#ffffff05}.resolution-item.selected{background:var(--sidebar-accent-light)}.resolution-checkbox{position:absolute;opacity:0;width:0;height:0}.resolution-checkbox-custom{width:20px;height:20px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;background:var(--bg-secondary)}.resolution-item.selected .resolution-checkbox-custom{background:var(--sidebar-accent);border-color:var(--sidebar-accent);color:#fff}.resolution-item .resolution-checkbox-custom svg{color:var(--sidebar-icon-color)}.resolution-item.selected .resolution-checkbox-custom svg{color:#fff}.resolution-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.resolution-label{font-size:.95rem;color:var(--text-primary);font-weight:500}.resolution-description{font-size:.8rem;color:var(--text-muted);line-height:1.3}.selected-resolutions{margin-top:1rem;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px}.selected-label{font-size:.7rem;color:var(--sidebar-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:500}.selected-tags{display:flex;flex-wrap:wrap;gap:.75rem}.selected-tag{padding:.375rem .75rem;background:var(--sidebar-accent);color:#fff;border-radius:6px;font-size:.8rem;font-weight:500}.form-hint{font-size:.8rem;color:var(--text-muted);margin-top:.75rem;padding-top:1rem;border-top:1px solid var(--border-color)}.progress-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--sidebar-accent-light);border:1px solid var(--sidebar-accent);border-radius:8px;color:var(--sidebar-accent);font-size:.9rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.generate-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;background:var(--sidebar-accent);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:100%}.generate-btn svg{color:#fff}.generate-btn:hover:not(:disabled){background:var(--sidebar-accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #3d7a3d66}.generate-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.quality-list::-webkit-scrollbar,.resolution-list::-webkit-scrollbar{width:6px}.quality-list::-webkit-scrollbar-track,.resolution-list::-webkit-scrollbar-track{background:transparent}.quality-list::-webkit-scrollbar-thumb,.resolution-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.quality-list::-webkit-scrollbar-thumb:hover,.resolution-list::-webkit-scrollbar-thumb:hover{background:var(--sidebar-accent)}.reference-settings{padding-top:1rem;border-top:1px solid var(--border-color);margin-top:1rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem}.setting-label{font-size:.9rem;color:var(--text-primary);flex:1;cursor:pointer}.toggle-switch{position:relative;display:inline-block;width:40px;height:20px;flex-shrink:0;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;transition:all .3s ease}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%;transition:all .3s ease}.toggle-switch input:checked+.toggle-slider{background-color:var(--sidebar-accent);border-color:var(--sidebar-accent)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px,-50%)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.settings-panel{gap:1.5rem}.form-section{gap:.875rem}.expandable-header{padding:1rem 1.125rem}.form-input{padding:.875rem;font-size:.9rem}.generate-btn{padding:1.125rem;font-size:.95rem}}@media (max-width: 768px){.settings-panel{gap:1.25rem}.form-section{gap:.75rem}.form-label{font-size:.65rem}.expandable-header{padding:.875rem 1rem;font-size:.85rem}.selected-value,.selected-count{font-size:.85rem}.form-input{padding:.875rem;font-size:.9rem}.quality-list,.resolution-list{max-height:180px;padding:.375rem}.quality-item,.resolution-item{padding:.875rem 1rem}.quality-label,.resolution-label{font-size:.9rem}.selected-resolutions{padding:.875rem}.selected-tag{padding:.25rem .625rem;font-size:.75rem}.form-hint{font-size:.75rem;margin-top:.5rem;padding-top:.75rem}.progress-message{padding:.875rem;font-size:.85rem}.generate-btn{padding:1.125rem;font-size:.95rem;margin-top:.75rem}.setting-item{padding:.875rem 0;gap:.75rem}.setting-label{font-size:.85rem}.toggle-switch{width:44px;height:22px}.toggle-slider:before{height:18px;width:18px}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px,-50%)}}@media (max-width: 480px){.settings-panel{gap:1rem}.form-section{gap:.625rem}.form-label{font-size:.6rem;margin-bottom:.375rem}.expandable-header{padding:.75rem .875rem;font-size:.8rem}.selected-value,.selected-count{font-size:.8rem}.form-input{padding:.75rem;font-size:.85rem}.quality-list,.resolution-list{max-height:160px;padding:.25rem}.quality-item,.resolution-item{padding:.75rem .875rem}.quality-label,.resolution-label{font-size:.85rem}.selected-resolutions{padding:.75rem}.selected-tag{padding:.25rem .5rem;font-size:.7rem}.form-hint{font-size:.7rem;margin-top:.5rem;padding-top:.625rem}.progress-message{padding:.75rem;font-size:.8rem}.generate-btn{padding:1rem;font-size:.9rem}.setting-item{padding:.75rem 0;flex-direction:column;align-items:flex-start;gap:.625rem}.setting-label{font-size:.8rem;width:100%}.toggle-switch{align-self:flex-end}}@media (hover: none) and (pointer: coarse){.expandable-header,.quality-item,.resolution-item,.generate-btn,.form-input{min-height:44px}.toggle-switch{min-width:50px;min-height:28px}}.results-gallery{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;padding:1rem 2rem;box-sizing:border-box}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-shrink:0;position:sticky;top:0;background:var(--bg-primary);z-index:10;padding-top:0}.gallery-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.gallery-title{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.resolution-filter{display:flex;align-items:center;gap:.75rem;position:relative}.download-all-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--accent);border:2px solid var(--accent);border-radius:10px;color:#000;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #0003;white-space:nowrap}.download-all-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.download-all-btn:active{transform:translateY(0);box-shadow:0 2px 6px #0003}.download-all-btn svg{flex-shrink:0;stroke:#000}.resolution-filter label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:500}.custom-dropdown{position:relative;z-index:100}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;min-width:140px;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #0003}.dropdown-trigger:hover{border-color:var(--success);background:var(--bg-secondary);box-shadow:0 4px 12px #10b98126;transform:translateY(-1px)}.dropdown-trigger.open{border-color:var(--success);box-shadow:0 0 0 3px #10b98133,0 4px 12px #10b98126}.dropdown-value{flex:1;text-align:left}.dropdown-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--text-muted);flex-shrink:0}.dropdown-icon.rotated{transform:rotate(180deg);color:var(--success)}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:140px;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:10px;box-shadow:0 8px 24px #0006,0 0 0 1px #ffffff0d;overflow:hidden;animation:dropdownFadeIn .2s cubic-bezier(.4,0,.2,1);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropdown-option{display:block;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text-primary);font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.dropdown-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.dropdown-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dropdown-option:hover{background:#10b9811a;color:var(--text-primary);padding-left:1.25rem}.dropdown-option.selected{background:linear-gradient(90deg,#10b98133,#10b9811a);color:var(--success);font-weight:600}.dropdown-option.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--success);border-radius:0 2px 2px 0}.dropdown-option.selected:hover{background:linear-gradient(90deg,#10b9814d,#10b98126)}.feed-container{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:y mandatory;scroll-padding:0;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.feed-container::-webkit-scrollbar{width:8px}.feed-container::-webkit-scrollbar-track{background:transparent}.feed-container::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.feed-container::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.feed-item{width:100%;height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:0;scroll-snap-align:start;scroll-snap-stop:always;animation:fadeIn .5s ease-in;flex-shrink:0}.feed-item-content{width:100%;max-width:600px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem;box-sizing:border-box}.creative-image-wrapper{position:relative;width:100%;flex:1;min-height:0;border-radius:12px;overflow:hidden;border:none;background:transparent;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.creative-image-wrapper:hover{opacity:.95}.creative-image-wrapper:hover .creative-overlay{opacity:1}.creative-image{width:100%;height:100%;display:block;object-fit:contain;max-width:100%;max-height:100%}.creative-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.overlay-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.overlay-btn:hover{background:var(--accent);border-color:var(--accent);transform:scale(1.1)}.creative-info{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted);width:100%;padding:.5rem;flex-shrink:0}.creative-resolution{font-weight:500;color:var(--text-primary)}.creative-quality{text-transform:capitalize}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;gap:1rem}.modal-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.modal-close{position:fixed;top:1.5rem;right:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#ffffffe6;cursor:pointer;transition:all .2s ease;z-index:1001;padding:0}.modal-close:hover{color:#fff;transform:scale(1.1)}.modal-close svg{width:24px;height:24px;stroke-width:2}.modal-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-primary)}.modal-download{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--accent);border:none;border-radius:6px;color:#000;font-size:.9rem;cursor:pointer;transition:all .3s ease}.modal-download svg{color:#000;stroke:#000}.modal-download:hover{background:var(--accent-hover);transform:translateY(-2px)}@media (max-width: 1024px){.results-gallery{padding:1rem 1.5rem}.gallery-header{padding:.75rem 0}.feed-item{height:calc(100vh - 120px)}.feed-item-content{max-width:100%;padding:1rem}}@media (max-width: 768px){.results-gallery{padding:.5rem 1rem}.gallery-header{flex-direction:column;align-items:flex-start;padding:.75rem 0;margin-bottom:.5rem;gap:.75rem}.gallery-title{font-size:1.25rem;width:100%}.gallery-header-actions{width:100%;flex-direction:column;align-items:stretch;gap:.75rem}.resolution-filter{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.download-all-btn{width:100%;justify-content:center;padding:.75rem 1rem}.resolution-filter label{font-size:.7rem}.dropdown-trigger{width:100%;min-width:100%}.feed-item{height:calc(100vh - 140px);padding:0}.feed-item-content{max-width:100%;padding:.5rem;gap:.5rem}.creative-image-wrapper{border-radius:8px;min-height:200px}.creative-image{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.modal-content{max-width:95vw;max-height:90vh;padding:1rem}.modal-content img{max-width:100%;max-height:75vh}.modal-close{top:1rem;right:1rem;width:36px;height:36px}.modal-info{flex-direction:column;gap:.75rem;padding:.875rem}.modal-download{width:100%;justify-content:center}.feed-container{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.creative-info{font-size:.75rem;padding:.375rem;flex-wrap:wrap;gap:.5rem}.overlay-btn{width:36px;height:36px}.overlay-btn svg{width:16px;height:16px}}@media (max-width: 480px){.results-gallery{padding:.5rem .75rem}.gallery-header{padding:.5rem 0;margin-bottom:.5rem}.gallery-title{font-size:1.1rem}.feed-item{height:calc(100vh - 120px)}.feed-item-content{padding:.25rem;gap:.375rem}.creative-image-wrapper{border-radius:6px;min-height:150px}.creative-info{font-size:.7rem;padding:.25rem}.overlay-btn{width:32px;height:32px}.overlay-btn svg{width:14px;height:14px}.modal-content{max-width:98vw;padding:.75rem}.modal-content img{max-height:70vh}.modal-close{top:.75rem;right:.75rem;width:32px;height:32px}.modal-close svg{width:20px;height:20px}.modal-info{padding:.75rem;font-size:.85rem}.dropdown-trigger{padding:.5rem .875rem;font-size:.85rem}.dropdown-menu{min-width:100%}}@media (hover: none) and (pointer: coarse){.overlay-btn{min-width:44px;min-height:44px}.dropdown-trigger{min-height:44px}.dropdown-option{min-height:44px;padding:1rem}.modal-close{min-width:44px;min-height:44px}}.creative-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;-ms-interpolation-mode:bicubic}@media (orientation: landscape) and (max-height: 600px){.feed-item{height:calc(100vh - 100px)}.feed-item-content{gap:.5rem}.creative-info{font-size:.7rem}}.session-detail-view{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-primary);overflow:hidden}.session-detail-header{padding:2rem;border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);flex-shrink:0}.session-detail-back-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.session-detail-back-btn:hover{background:var(--sidebar-accent);border-color:var(--sidebar-accent);color:#fff;transform:translate(-4px)}.session-detail-title h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--sidebar-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.session-detail-meta{font-size:.9rem;color:var(--text-muted);margin:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.session-detail-separator{color:var(--border-color)}.session-detail-prompt{padding:2rem;border-bottom:1px solid var(--border-color);background:var(--bg-secondary);flex-shrink:0}.session-detail-prompt-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.session-detail-prompt-title:before{content:"💬";font-size:1.2rem}.session-detail-prompt-text{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin:0;padding:1rem;background:var(--bg-primary);border-radius:8px;border-left:3px solid var(--sidebar-accent)}.session-detail-creatives{flex:1;overflow-y:auto;padding:2rem}.session-detail-creatives-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.session-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.session-detail-creative-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.session-detail-creative-card:hover{transform:translateY(-4px);border-color:var(--sidebar-accent);box-shadow:0 8px 24px #3d7a3d33}.session-detail-creative-image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:var(--bg-tertiary)}.session-detail-creative-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.session-detail-creative-card:hover .session-detail-creative-image{transform:scale(1.05)}.session-detail-creative-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.session-detail-creative-card:hover .session-detail-creative-overlay{opacity:1}.session-detail-overlay-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.session-detail-overlay-btn:hover{background:#ffffff40;border-color:#fff6;transform:scale(1.1)}.session-detail-overlay-btn-delete:hover{background:#dc2626cc;border-color:#dc2626}.session-detail-overlay-actions{display:flex;gap:.75rem;margin-top:.5rem}.session-detail-action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--sidebar-accent);border:none;border-radius:10px;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.session-detail-action-btn:hover{background:var(--sidebar-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3d7a3d66}.session-detail-creative-info{padding:1rem;display:flex;justify-content:space-between;align-items:center;background:var(--bg-secondary)}.session-detail-creative-meta{display:flex;gap:.75rem;align-items:center}.session-detail-creative-resolution{font-size:.85rem;font-weight:600;color:var(--sidebar-accent);background:var(--sidebar-accent-light);padding:.3rem .6rem;border-radius:6px}.session-detail-creative-quality{font-size:.75rem;color:var(--text-muted);text-transform:capitalize}.session-detail-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease}.session-detail-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;animation:scaleIn .3s ease}.session-detail-modal-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.session-detail-modal-close{position:absolute;top:-40px;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.session-detail-modal-close:hover{background:#fff3;transform:scale(1.1)}.session-detail-modal-info{margin-top:1rem;display:flex;align-items:center;gap:1rem;color:var(--text-primary)}.session-detail-modal-download{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--sidebar-accent);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.session-detail-modal-download:hover{background:var(--sidebar-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3d7a3d66}@media (max-width: 1024px){.session-detail-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media (max-width: 768px){.session-detail-header,.session-detail-prompt{padding:1.5rem}.session-detail-creatives{padding:1rem}.session-detail-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.session-detail-overlay-actions{flex-direction:column;width:100%}.session-detail-action-btn{width:100%;justify-content:center}}.history-view{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-primary);overflow:hidden}.history-header{padding:2rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-shrink:0;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.history-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.history-header-content{flex:1}.history-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--sidebar-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.history-subtitle{font-size:.9rem;color:var(--text-muted);margin:0}.history-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.history-filter-group{display:flex;align-items:center;gap:.5rem;padding:0;background:transparent;border:none;transition:all .3s ease}.history-filter-group svg{color:var(--sidebar-accent);flex-shrink:0}.history-filter-select{padding:0;background:transparent;border:none;color:var(--text-primary);font-size:.9rem;cursor:pointer;outline:none;min-width:140px}.history-filter-group .custom-dropdown{position:relative;z-index:100}.history-filter-group .dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;min-width:140px;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #0003}.history-filter-group .dropdown-trigger:hover{border-color:var(--sidebar-accent);background:var(--bg-secondary);box-shadow:0 4px 12px #3d7a3d26;transform:translateY(-1px)}.history-filter-group .dropdown-trigger.open{border-color:var(--sidebar-accent);box-shadow:0 0 0 3px #3d7a3d33,0 4px 12px #3d7a3d26}.history-filter-group .dropdown-value{flex:1;text-align:left}.history-filter-group .dropdown-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--text-muted);flex-shrink:0}.history-filter-group .dropdown-icon.rotated{transform:rotate(180deg);color:var(--sidebar-accent)}.history-filter-group .dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:140px;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:10px;box-shadow:0 8px 24px #0006,0 0 0 1px #ffffff0d;overflow:hidden;animation:dropdownFadeIn .2s cubic-bezier(.4,0,.2,1);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.history-filter-group .dropdown-option{display:block;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text-primary);font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.history-filter-group .dropdown-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.history-filter-group .dropdown-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.history-filter-group .dropdown-option:hover{background:#3d7a3d1a;color:var(--text-primary);padding-left:1.25rem}.history-filter-group .dropdown-option.selected{background:linear-gradient(90deg,#3d7a3d33,#3d7a3d1a);color:var(--sidebar-accent);font-weight:600}.history-filter-group .dropdown-option.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--sidebar-accent);border-radius:0 2px 2px 0}.history-filter-group .dropdown-option.selected:hover{background:linear-gradient(90deg,#3d7a3d4d,#3d7a3d26)}.history-date-range{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px}.history-date-range span{color:var(--text-muted);font-size:.9rem}.history-date-input{padding:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:.85rem;outline:none;transition:all .3s ease}.history-date-input:focus{border-color:var(--sidebar-accent);box-shadow:0 0 0 3px var(--sidebar-accent-light)}.history-clear-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.history-clear-btn:hover{background:var(--error);border-color:var(--error);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.history-sessions{flex:1;overflow-y:auto;padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.history-session-card-full{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border:2px solid var(--border-color);border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .5s ease-out;box-shadow:0 4px 16px #0000001a,0 0 0 1px #3d7a3d0d;cursor:pointer;position:relative;margin-bottom:2rem;min-height:400px;display:flex;flex-direction:column}.history-session-card-full:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--sidebar-accent),transparent);opacity:0;transition:opacity .3s ease}.history-session-card-full:hover{border-color:var(--sidebar-accent);box-shadow:0 20px 60px #3d7a3d40,0 0 0 1px #3d7a3d1a,inset 0 0 40px #3d7a3d0d;transform:translateY(-8px) scale(1.01)}.history-session-card-full:hover:before{opacity:1}.history-session-card-header{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,rgba(61,122,61,.05) 0%,transparent 100%);border-bottom:1px solid var(--border-color);transition:all .4s ease;position:relative;overflow:hidden;min-height:auto}.history-session-card-header:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(61,122,61,.1),transparent);transition:left .6s ease}.history-session-card-full:hover .history-session-card-header:after{left:100%}.history-session-card-full:hover .history-session-card-header{background:linear-gradient(135deg,#3d7a3d1a,#3d7a3d0d);border-bottom-color:var(--sidebar-accent)}.history-session-card-title-section{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.history-session-card-icon-wrapper{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--sidebar-accent) 0%,rgba(61,122,61,.8) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3d7a3d33,inset 0 1px #ffffff26;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex-shrink:0}.history-session-card-icon-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.history-session-card-full:hover .history-session-card-icon-wrapper{transform:scale(1.05);box-shadow:0 6px 16px #3d7a3d4d,inset 0 1px #fff3}.history-session-card-full:hover .history-session-card-icon-wrapper:before{opacity:1}.history-session-card-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));z-index:1;transition:all .4s ease;width:18px;height:18px}.history-session-card-full:hover .history-session-card-icon{transform:scale(1.1)}.history-session-card-title-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.history-session-card-name{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3;transition:all .3s ease;letter-spacing:-.25px}.history-session-card-full:hover .history-session-card-name{color:var(--sidebar-accent)}.history-session-card-date{font-size:.75rem;color:var(--text-muted);margin:0;display:flex;align-items:center;gap:.5rem;font-weight:400;line-height:1.4}.history-session-card-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--bg-secondary);color:var(--text-muted);transition:all .3s ease;border:1px solid var(--border-color);flex-shrink:0}.history-session-card-full:hover .history-session-card-arrow{background:var(--sidebar-accent);color:#fff;transform:translate(4px);border-color:var(--sidebar-accent)}.history-session-card-body{padding:1.5rem;background:var(--bg-primary);position:relative}.history-session-card-main-content{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem;align-items:start}.history-session-card-info-section{display:flex;flex-direction:column;gap:1rem}.history-session-card-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.history-session-card-stat-card{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border:2px solid var(--border-color);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.history-session-card-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(61,122,61,.1) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.history-session-card-full:hover .history-session-card-stat-card{border-color:var(--sidebar-accent);transform:translateY(-4px);box-shadow:0 8px 24px #3d7a3d26}.history-session-card-full:hover .history-session-card-stat-card:before{opacity:1}.history-session-card-stat-icon{font-size:1.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sidebar-accent) 0%,rgba(61,122,61,.8) 100%);border-radius:8px;box-shadow:0 4px 12px #3d7a3d4d;transition:all .4s ease;z-index:1}.history-session-card-full:hover .history-session-card-stat-icon{transform:rotate(10deg) scale(1.1);box-shadow:0 6px 16px #3d7a3d66}.history-session-card-stat-content{display:flex;flex-direction:column;gap:.5rem;z-index:1;flex:1}.history-session-card-stat-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.history-session-card-stat-value-large{font-size:1.5rem;font-weight:800;color:var(--text-primary);background:linear-gradient(135deg,var(--text-primary) 0%,var(--sidebar-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.history-session-card-resolutions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.history-session-card-resolution-badge{font-size:.75rem;font-weight:700;color:var(--sidebar-accent);background:linear-gradient(135deg,var(--sidebar-accent-light) 0%,rgba(61,122,61,.15) 100%);padding:.35rem .65rem;border-radius:8px;border:1px solid rgba(61,122,61,.3);transition:all .3s ease;box-shadow:0 2px 8px #3d7a3d1a;letter-spacing:.3px}.history-session-card-full:hover .history-session-card-resolution-badge{background:linear-gradient(135deg,var(--sidebar-accent) 0%,rgba(61,122,61,.9) 100%);color:#fff;border-color:var(--sidebar-accent);transform:translateY(-2px);box-shadow:0 4px 12px #3d7a3d4d}.history-session-card-prompt-section{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border:2px solid var(--border-color);border-radius:12px;padding:1rem;transition:all .4s ease;position:relative;overflow:hidden}.history-session-card-prompt-section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--sidebar-accent) 0%,transparent 100%);transition:width .4s ease}.history-session-card-full:hover .history-session-card-prompt-section{border-color:var(--sidebar-accent);box-shadow:0 8px 24px #3d7a3d26}.history-session-card-full:hover .history-session-card-prompt-section:before{width:100%;opacity:.1}.history-session-card-prompt-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;z-index:1;position:relative}.history-session-card-prompt-header svg{color:var(--sidebar-accent);filter:drop-shadow(0 2px 4px rgba(61,122,61,.3))}.history-session-card-prompt-label{font-size:.9rem;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.history-session-card-prompt-text-wrapper{position:relative;z-index:1;max-height:120px;overflow-y:auto;padding-right:.5rem}.history-session-card-prompt-text-wrapper::-webkit-scrollbar{width:6px}.history-session-card-prompt-text-wrapper::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:10px}.history-session-card-prompt-text-wrapper::-webkit-scrollbar-thumb{background:var(--sidebar-accent);border-radius:10px}.history-session-card-prompt-text{font-size:.85rem;color:var(--text-primary);line-height:1.5;margin:0;padding:.75rem;background:#3d7a3d0d;border-radius:8px;border-left:3px solid var(--sidebar-accent);font-weight:500}.history-session-card-preview-section{display:flex;flex-direction:column;gap:1rem}.history-session-card-preview-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.history-session-card-preview-header svg{color:var(--sidebar-accent);filter:drop-shadow(0 2px 4px rgba(61,122,61,.3))}.history-session-card-preview-header span{font-size:1rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.history-session-card-preview-images{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.history-session-card-preview-item{position:relative;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--bg-tertiary);border:3px solid var(--border-color);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000001a;cursor:pointer}.history-session-card-preview-item:hover{border-color:var(--sidebar-accent);transform:scale(1.08) translateY(-4px);box-shadow:0 12px 32px #3d7a3d4d;z-index:10}.history-session-card-preview-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.history-session-card-preview-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.history-session-card-preview-item:hover .history-session-card-preview-image{transform:scale(1.15)}.history-session-card-preview-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 50%,transparent 100%);padding:.75rem;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .4s ease}.history-session-card-preview-item:hover .history-session-card-preview-overlay{background:linear-gradient(to top,rgba(61,122,61,.95) 0%,rgba(61,122,61,.7) 50%,transparent 100%);padding:1.25rem}.history-session-card-preview-resolution{font-size:.85rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:.5px;padding:.5rem 1rem;background:#0000004d;border-radius:8px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s ease}.history-session-card-preview-item:hover .history-session-card-preview-resolution{background:#fff3;border-color:#fff6;transform:scale(1.1)}.history-session-card-preview-more{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%);border:3px dashed var(--border-color);border-radius:16px;color:var(--text-muted);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.history-session-card-preview-more:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(61,122,61,.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;border-radius:50%}.history-session-card-preview-more:hover:before{width:200%;height:200%}.history-session-card-preview-more-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1;position:relative}.history-session-card-preview-more-number{font-size:2rem;font-weight:800;color:var(--sidebar-accent);transition:all .4s ease;line-height:1}.history-session-card-preview-more-text{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .4s ease}.history-session-card-full:hover .history-session-card-preview-more{border-color:var(--sidebar-accent);border-style:solid;background:linear-gradient(135deg,var(--sidebar-accent-light) 0%,rgba(61,122,61,.1) 100%);transform:scale(1.05);box-shadow:0 8px 24px #3d7a3d33}.history-session-card-full:hover .history-session-card-preview-more-number{color:var(--sidebar-accent);transform:scale(1.2)}.history-session-card-full:hover .history-session-card-preview-more-text{color:var(--sidebar-accent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.history-creatives-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.history-creative-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.history-creative-card:hover{transform:translateY(-4px);border-color:var(--sidebar-accent);box-shadow:0 8px 24px #3d7a3d33}.history-creative-image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:var(--bg-tertiary)}.history-creative-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.history-creative-card:hover .history-creative-image{transform:scale(1.05)}.history-creative-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.history-creative-card:hover .history-creative-overlay{opacity:1}.history-overlay-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.history-overlay-btn:hover{background:#ffffff40;border-color:#fff6;transform:scale(1.1)}.history-overlay-btn-delete:hover{background:#dc2626cc;border-color:#dc2626}.history-overlay-actions{display:flex;gap:.75rem;margin-top:.5rem}.history-action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--sidebar-accent);border:none;border-radius:10px;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.history-action-btn:hover{background:var(--sidebar-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3d7a3d66}.history-action-btn:active{transform:translateY(0)}.history-creative-info{padding:1rem;display:flex;justify-content:space-between;align-items:center;background:var(--bg-secondary)}.history-creative-meta{display:flex;gap:.75rem;align-items:center}.history-creative-resolution{font-size:.85rem;font-weight:600;color:var(--sidebar-accent);background:var(--sidebar-accent-light);padding:.3rem .6rem;border-radius:6px}.history-creative-quality{font-size:.75rem;color:var(--text-muted);text-transform:capitalize}.history-creative-time{font-size:.75rem;color:var(--text-muted)}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.history-empty-icon{width:120px;height:120px;border-radius:50%;background:var(--bg-secondary);border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:var(--text-muted)}.history-empty-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.history-empty-subtitle{font-size:1rem;color:var(--text-muted);max-width:400px}.history-empty-sessions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.history-session-card-preview-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;background:var(--bg-tertiary);border:2px dashed var(--border-color);border-radius:16px;color:var(--text-muted)}.history-session-card-preview-empty svg{opacity:.5}.history-session-card-preview-empty span{font-size:.9rem;font-weight:500}.image-error-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);color:var(--text-muted);font-size:2rem}.history-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.history-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.history-modal-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.history-modal-close{position:absolute;top:-40px;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.history-modal-close:hover{background:#fff3;transform:scale(1.1)}.history-modal-info{margin-top:1rem;display:flex;align-items:center;gap:1rem;color:var(--text-primary)}.history-modal-download{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--sidebar-accent);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.history-modal-download:hover{background:var(--sidebar-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3d7a3d66}@media (max-width: 1024px){.history-session-card-main-content{grid-template-columns:1fr;gap:2rem}.history-session-card-body{padding:2rem}.history-header{flex-direction:column;gap:1.5rem}.history-header-actions{width:100%;justify-content:flex-start}}@media (max-width: 768px){.history-header{padding:1.5rem}.history-title{font-size:1.5rem}.history-sessions{padding:1rem;gap:1rem}.history-session-card-header{padding:1rem}.history-session-card-body{padding:1.5rem}.history-session-card-main-content{grid-template-columns:1fr;gap:1.5rem}.history-session-card-stats-grid{grid-template-columns:1fr;gap:1rem}.history-session-card-preview-images{grid-template-columns:1fr}.history-session-card-name{font-size:1.25rem}.history-session-card-preview-images{gap:.5rem}.history-filters{flex-direction:column;width:100%;align-items:stretch}.history-filter-group{width:100%}.history-date-range{width:100%;flex-direction:column;align-items:stretch}.history-date-range span{display:none}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:1.5rem}.login-card{width:100%;max-width:400px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.login-logo{width:56px;height:56px;background:linear-gradient(135deg,var(--sidebar-accent),var(--sidebar-accent-hover));border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;margin:0 auto 1.25rem;box-shadow:0 4px 12px #3d7a3d4d}.login-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:.25rem}.login-subtitle{font-size:.95rem;color:var(--text-muted);text-align:center;margin-bottom:1.75rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-input{width:100%;padding:.85rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:1rem;outline:none;transition:border-color .2s}.login-input::placeholder{color:var(--text-muted)}.login-input:focus{border-color:var(--sidebar-accent)}.login-error{font-size:.9rem;color:var(--error);margin:0}.login-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.25rem;background:linear-gradient(135deg,var(--sidebar-accent),var(--sidebar-accent-hover));border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.login-btn:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-spinner{animation:login-spin .8s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login-toggle{display:block;width:100%;margin-top:1.25rem;padding:.5rem;background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .2s}.login-toggle:hover{color:var(--sidebar-accent)}.setup-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:1.5rem}.setup-card{max-width:480px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.setup-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--sidebar-accent-light);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--sidebar-accent)}.setup-title{font-size:1.35rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:.75rem}.setup-desc{font-size:.95rem;color:var(--text-muted);margin-bottom:.75rem}.setup-code{display:block;padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;color:var(--sidebar-accent);margin-bottom:1.25rem;overflow-x:auto}.setup-steps{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.setup-steps code{background:var(--bg-tertiary);padding:.15em .4em;border-radius:4px;font-size:.85em}.setup-note{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.setup-note code{background:var(--bg-tertiary);padding:.1em .35em;border-radius:4px;font-size:.9em}.app{min-height:100vh;display:flex;background:var(--bg-primary);overflow:hidden}.left-panel{position:fixed;left:0;top:0;bottom:0;width:380px;background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;overflow:hidden}.left-panel.closed{width:0;border-right:none;overflow:hidden}.panel-header{padding:2rem 1.75rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.logo-section{display:flex;align-items:center;gap:1rem;flex:1}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--sidebar-accent),var(--sidebar-accent-hover));border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #2d5a2d4d}.logo-text{flex:1;opacity:1;transition:opacity .3s ease}.left-panel.closed .logo-text{opacity:0;width:0;overflow:hidden}.studio-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.studio-subtitle{font-size:.7rem;color:var(--text-muted);margin:0;text-transform:uppercase;letter-spacing:1px;font-weight:500}.panel-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--sidebar-icon-color);cursor:pointer;transition:all .3s ease;flex-shrink:0}.panel-toggle:hover{background:var(--bg-tertiary);border-color:var(--sidebar-accent);color:var(--sidebar-icon-hover)}.panel-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.logout-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--sidebar-icon-color);cursor:pointer;transition:all .2s}.logout-btn:hover{background:var(--error);border-color:var(--error);color:#fff}.panel-nav{padding:1rem 0;border-bottom:1px solid var(--border-color);flex-shrink:0;max-height:200px;overflow-y:auto;overflow-x:hidden}.panel-nav::-webkit-scrollbar{width:6px}.panel-nav::-webkit-scrollbar-track{background:transparent}.panel-nav::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.panel-nav::-webkit-scrollbar-thumb:hover{background:var(--sidebar-accent)}.nav-section{padding:0 1.75rem;margin-bottom:.5rem}.nav-section:last-child{margin-bottom:0}.nav-label{font-size:.65rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--sidebar-accent);font-weight:600;margin-bottom:.5rem;padding:0 1.75rem}.nav-item{position:relative;width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:transparent;border:none;border-radius:8px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:.5rem;text-align:left}.nav-item:hover{background:var(--bg-tertiary)}.nav-item.active{background:var(--sidebar-accent-light);color:var(--text-primary)}.nav-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;color:var(--sidebar-icon-color)}.nav-item.active .nav-icon{background:var(--sidebar-accent);color:#fff;border-radius:8px;box-shadow:0 4px 12px #3d7a3d66}.nav-text{flex:1}.nav-indicator{position:absolute;right:1rem;width:3px;height:20px;background:var(--sidebar-accent);border-radius:2px;opacity:0;transition:opacity .3s ease}.nav-item.active .nav-indicator{opacity:1}.panel-content{flex:1;overflow-y:auto;padding:1.75rem}.studio-workspace{flex:1;min-height:100vh;height:100vh;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--bg-primary);overflow:hidden;padding:0;display:flex;flex-direction:column}.studio-workspace{margin-left:380px;margin-right:320px}.app.left-closed .studio-workspace{margin-left:0}.app.right-closed .studio-workspace{margin-right:0}.empty-workspace{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:2rem;animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.empty-icon{width:120px;height:120px;border-radius:50%;background:var(--bg-secondary);border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:var(--text-muted);position:relative;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #ffffff1a}50%{transform:scale(1.05);box-shadow:0 0 0 20px #fff0}}.empty-icon:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--accent);opacity:0;animation:ripple 2s ease-out infinite}@keyframes ripple{0%{transform:scale(1);opacity:.5}to{transform:scale(1.5);opacity:0}}.empty-icon svg{position:relative;z-index:1;animation:float 3s ease-in-out infinite;color:var(--text-primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;animation:slideInUp .8s ease-out .2s both}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.empty-subtitle{font-size:1rem;color:var(--text-muted);max-width:400px;animation:slideInUp .8s ease-out .4s both}.generating-workspace{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;background:radial-gradient(circle at center,rgba(34,197,94,.05) 0%,transparent 70%)}.generating-animation{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center;animation:fadeIn .6s ease-in}.animation-container{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.orb-center{position:absolute;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle,#22c55e 0%,#16a34a 50%,transparent 70%);box-shadow:0 0 30px #22c55e,0 0 60px #22c55e66;animation:pulse-orb 2s ease-in-out infinite;z-index:10}.ring{position:absolute;border-radius:50%;border:2px solid transparent;border-top-color:#22c55e;border-right-color:#22c55e}.ring-1{width:80px;height:80px;border-width:3px;animation:rotate-ring 3s linear infinite;opacity:.8}.ring-2{width:120px;height:120px;border-width:2px;border-top-color:#4ade80;border-right-color:#4ade80;animation:rotate-ring 4s linear infinite reverse;opacity:.6}.ring-3{width:160px;height:160px;border-width:2px;border-top-color:#86efac;border-right-color:#86efac;animation:rotate-ring 5s linear infinite;opacity:.4}.particles{position:absolute;width:100%;height:100%}.particle{position:absolute;width:6px;height:6px;background:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e,0 0 20px #22c55e80;top:50%;left:50%;transform-origin:0 0;animation:orbit-particle 3s linear infinite;animation-delay:calc(var(--index) * .25s)}.particle:nth-child(2n){background:#4ade80;box-shadow:0 0 10px #4ade80,0 0 20px #4ade8080;animation-duration:4s}.particle:nth-child(3n){background:#86efac;box-shadow:0 0 10px #86efac,0 0 20px #86efac80;animation-duration:5s}@keyframes rotate-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-orb{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes orbit-particle{0%{transform:rotate(0) translate(90px) rotate(0);opacity:1}50%{opacity:.5}to{transform:rotate(360deg) translate(90px) rotate(-360deg);opacity:1}}.generating-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;animation:pulse-text 2s ease-in-out infinite}.generating-subtitle{font-size:1rem;color:var(--text-muted);margin:0;animation:fade-subtitle 3s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.02)}}@keyframes fade-subtitle{0%,to{opacity:.6}50%{opacity:1}}.right-panel{position:fixed;right:0;top:0;bottom:0;width:320px;background:var(--bg-secondary);border-left:1px solid var(--border-color);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;overflow:hidden}.right-panel.closed{width:0;border-left:none;overflow:hidden}.right-panel .panel-header{border-bottom:1px solid var(--border-color)}.panel-title{font-size:.9rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.panel-section{padding:2rem 1.75rem;border-bottom:1px solid var(--border-color)}.panel-section:last-child{border-bottom:none}.section-header{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--sidebar-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem}.section-header svg{color:var(--sidebar-icon-color)}.history-list{min-height:60px}.empty-state{color:var(--text-muted);font-size:.9rem;text-align:center;padding:1.5rem 0}.history-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:var(--bg-tertiary);border-radius:8px;border:1px solid var(--border-color)}.stat-value{font-size:1.5rem;font-weight:700;color:var(--sidebar-accent);line-height:1;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.filter-content,.settings-content{display:flex;flex-direction:column;gap:1rem}.filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-item label{font-size:.75rem;color:var(--sidebar-accent);text-transform:uppercase;letter-spacing:.5px;font-weight:500}.filter-select{padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:.9rem;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:var(--sidebar-accent);box-shadow:0 0 0 3px var(--sidebar-accent-light)}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.setting-item label{font-size:.9rem;color:var(--text-primary)}.setting-item input[type=checkbox]{width:40px;height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;position:relative;cursor:pointer;transition:all .3s ease}.setting-item input[type=checkbox]:checked{background:var(--sidebar-accent);border-color:var(--sidebar-accent)}.setting-item input[type=checkbox]:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:1px;left:1px;transition:all .3s ease}.setting-item input[type=checkbox]:checked:before{left:21px}@media (max-width: 1400px){.left-panel{width:320px}.studio-workspace{margin-left:320px}.right-panel{width:280px}.studio-workspace{margin-right:280px}}@media (max-width: 1024px){.left-panel{width:320px;transform:translate(-100%);box-shadow:2px 0 12px #0000004d}.left-panel.open{transform:translate(0)}.right-panel{width:300px;transform:translate(100%);box-shadow:-2px 0 12px #0000004d}.right-panel.open{transform:translate(0)}.studio-workspace{margin-left:0;margin-right:0}.panel-header{padding:1.5rem 1.25rem}.panel-content{padding:1.25rem}.empty-title{font-size:1.25rem}.empty-subtitle{font-size:.9rem}}@media (max-width: 768px){.left-panel,.right-panel{width:100%;max-width:100vw}.studio-workspace{padding:0}.empty-workspace{padding:1.5rem}.empty-icon{width:80px;height:80px}.empty-icon svg{width:32px;height:32px}.empty-title{font-size:1.1rem}.empty-subtitle{font-size:.85rem;max-width:100%}.panel-header{padding:1.25rem 1rem}.panel-content{padding:1rem}.logo-section{gap:.75rem}.logo-icon{width:36px;height:36px;font-size:.9rem}.studio-title{font-size:1rem}.studio-subtitle{font-size:.65rem}.nav-item{padding:.875rem 1rem;font-size:.85rem}.nav-icon{width:24px;height:24px}.generating-title{font-size:1.25rem}.generating-subtitle{font-size:.9rem}.animation-container{width:150px;height:150px}.orb-center{width:30px;height:30px}.ring-1{width:60px;height:60px}.ring-2{width:90px;height:90px}.ring-3{width:120px;height:120px}}@media (max-width: 480px){.panel-header{padding:1rem .875rem}.panel-content{padding:.875rem}.nav-section{padding:0 1rem}.nav-item{padding:.75rem .875rem;font-size:.8rem}.empty-workspace{padding:1rem}.empty-icon{width:60px;height:60px}.empty-icon svg{width:24px;height:24px}.empty-title{font-size:1rem}.empty-subtitle{font-size:.8rem}.generating-title{font-size:1.1rem}.generating-subtitle{font-size:.85rem}.animation-container{width:120px;height:120px}}.panel-reopen-button{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:0 12px 12px 0;color:var(--sidebar-icon-color);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:99;box-shadow:0 4px 12px #0000004d;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.panel-reopen-left{left:0}.panel-reopen-right{right:0;border-radius:12px 0 0 12px;border-left:1px solid var(--border-color);border-right:none}.panel-reopen-button:hover{background:var(--bg-tertiary);border-color:var(--sidebar-accent);color:var(--sidebar-icon-hover);transform:translateY(-50%) translate(4px);box-shadow:0 6px 16px #3d7a3d33}.panel-reopen-right:hover{transform:translateY(-50%) translate(-4px)}.panel-reopen-button:active{transform:translateY(-50%) scale(.95)}.panel-reopen-right:active{transform:translateY(-50%) translate(-2px) scale(.95)}@media (max-width: 768px){.panel-reopen-button{width:44px;height:44px}}@media (max-width: 480px){.panel-reopen-button{width:40px;height:40px}.panel-reopen-button svg{width:18px;height:18px}}@media (hover: none) and (pointer: coarse){.panel-toggle,.nav-item,.panel-reopen-button{min-height:44px;min-width:44px}.nav-item{padding:1rem 1.25rem}.panel-toggle{width:40px;height:40px}}@media (max-width: 1024px){body,.app{overflow-x:hidden}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000000;--bg-secondary: #1a1a1a;--bg-tertiary: #252525;--border-color: #333333;--text-primary: #ffffff;--text-secondary: #ffffff;--text-muted: #aaaaaa;--accent: #ffffff;--accent-hover: #f0f0f0;--accent-light: rgba(255, 255, 255, .1);--success: #10b981;--error: #ef4444;--sidebar-icon-color: #3d7a3d;--sidebar-icon-hover: #4d8a4d;--sidebar-accent: #3d7a3d;--sidebar-accent-hover: #4d8a4d;--sidebar-accent-light: rgba(61, 122, 61, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}#root{min-height:100vh;width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#333}@media (max-width: 768px){body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}*{-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-touch-callout:none}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (max-width: 768px){input[type=text],input[type=number],input[type=email],input[type=tel],textarea,select{font-size:16px!important}}@media (hover: none) and (pointer: coarse){button,a,input,textarea,select{touch-action:manipulation}}@media (orientation: portrait){#root{min-height:100vh;min-height:-webkit-fill-available}}@media (orientation: landscape) and (max-height: 500px){body{overflow-y:auto}}
