:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f8fafc;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--bg-dark: #0f0f23;--bg-card: #1a1a2e;--text-light: #f8fafc;--text-muted: #94a3b8;--border: #2d2d44}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg-dark);color:var(--text-light);min-height:100vh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.app{min-height:100vh;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.header{text-align:center;padding:2rem 1rem;padding-top:calc(2rem + env(safe-area-inset-top));background:linear-gradient(135deg,#1a1a2e,#16213e);border-bottom:1px solid var(--border)}.header h1{font-size:2.5rem;background:linear-gradient(135deg,#f093fb,#f5576c,#4facfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.header p{color:var(--text-muted);font-size:1.1rem}.main{flex:1;max-width:800px;width:100%;margin:0 auto;padding:2rem 1rem}.status-bar{display:flex;justify-content:center;gap:1.5rem;padding:.75rem 1rem;margin-bottom:1rem;background:var(--bg-card);border-radius:12px;border:1px solid var(--border);flex-wrap:wrap}.status-item{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.85rem}.input-section{background:var(--bg-card);border-radius:16px;padding:1.5rem;border:1px solid var(--border);margin-bottom:2rem}.input-section textarea{width:100%;padding:1rem;border:2px solid var(--border);border-radius:12px;background:var(--bg-dark);color:var(--text-light);font-size:1rem;resize:none;transition:border-color .3s ease}.input-section textarea:focus{outline:none;border-color:var(--primary)}.input-section textarea::placeholder{color:var(--text-muted)}.buttons{display:flex;gap:1rem;margin-top:1rem}.style-selector{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.style-selector label{color:var(--text-muted);font-size:.9rem;white-space:nowrap}.style-dropdown{flex:1;padding:.6rem 2.5rem .6rem 1rem;background:var(--bg-dark);border:2px solid var(--border);border-radius:8px;color:var(--text-light);font-size:.95rem;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-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='%23aaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.style-dropdown:hover{border-color:var(--primary)}.style-dropdown:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #007aff26}.generate-btn,.style-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.generate-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #f5576c66}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.style-btn{background:var(--border);color:var(--text-light)}.style-btn:hover{background:var(--primary)}.reset-btn{padding:.4rem .8rem;background:var(--border);border:none;border-radius:6px;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .2s ease}.reset-btn:hover{background:var(--primary);color:#fff}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.preview-section{background:var(--bg-card);border-radius:16px;padding:1.5rem;border:1px solid var(--border)}.style-tag{text-align:center;margin-bottom:1rem;padding:.5rem 1rem;background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:20px;display:inline-block;font-size:.9rem}.svg-canvas{width:100%;max-width:400px;height:auto;display:block;margin:0 auto;border-radius:12px;box-shadow:0 10px 40px #0000004d}.hint{text-align:center;margin-top:1rem;color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;padding:2rem 1rem}.empty-state h3{color:var(--text-muted);margin-bottom:1.5rem;font-weight:500;font-size:1.1rem}.empty-state ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.empty-state li{padding:.75rem 1.5rem;background:var(--bg-card);border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid var(--border)}.empty-state li:hover{background:var(--primary);transform:translate(8px)}.footer{text-align:center;padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}.footer strong{color:var(--primary)}@media(max-width:600px){.header h1{font-size:2rem}.buttons{flex-direction:column}.svg-canvas{max-width:100%;max-height:45vh}.main{padding:1rem 1rem 2rem}.header{padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top))}}.settings-btn{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:var(--border);border:none;border-radius:8px;color:var(--text-light);cursor:pointer;font-size:.9rem;transition:all .3s ease}.settings-btn:hover{background:var(--primary)}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-card);border-radius:16px;width:90%;max-width:420px;border:1px solid var(--border);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.25rem;margin:0}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:var(--text-light)}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-muted);font-size:.9rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;background:var(--bg-dark);border:2px solid var(--border);border-radius:8px;color:var(--text-light);font-size:1rem;transition:all .2s ease}.form-group input[type=checkbox]{width:auto;padding:0;margin-right:8px;cursor:pointer;accent-color:var(--primary)}.form-group select{appearance:none;-webkit-appearance:none;padding-right:2.5rem;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='%23aaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.form-group select:hover{border-color:var(--primary)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #007aff26}.form-group select option{background:var(--bg-dark);color:var(--text-light);padding:.75rem}.channel-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;background:var(--bg-dark);border:2px solid var(--border);border-radius:8px;color:var(--text-light);font-size:1rem;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-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='%23aaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.channel-select:hover{border-color:var(--primary)}.channel-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #007aff26}.channel-select option{background:var(--bg-dark);color:var(--text-light);padding:.75rem}.channel-options{display:flex;gap:.5rem}.channel-btn{flex:1;padding:.75rem;background:var(--bg-dark);border:2px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;font-size:.9rem;transition:all .2s ease}.channel-btn:hover{border-color:var(--primary);color:var(--text-light)}.channel-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.api-info{background:var(--bg-dark);padding:1rem;border-radius:8px;font-size:.85rem;color:var(--text-muted)}.api-info code{display:block;margin-top:.25rem;font-size:.8rem;color:var(--primary);word-break:break-all}.modal-footer{display:flex;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--border)}.cancel-btn,.save-btn{flex:1;padding:.75rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.cancel-btn{background:var(--border);color:var(--text-light)}.cancel-btn:hover{background:#3d3d5c}.save-btn{background:var(--primary);color:#fff}.save-btn:hover:not(:disabled){background:var(--primary-dark)}.save-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{margin-top:1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.9rem}.fallback-notice{margin-top:.75rem;padding:.5rem 1rem;background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:8px;color:#eab308;font-size:.85rem;text-align:center}.progress-bar{margin-top:1rem;padding:1rem;background:var(--bg-dark);border-radius:8px;text-align:center}.progress-text{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.progress-animation{display:flex;justify-content:center;gap:.5rem}.progress-animation span{width:8px;height:8px;background:var(--primary);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.progress-animation span:nth-child(1){animation-delay:-.32s}.progress-animation span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.svg-canvas.ai-generated{min-height:200px;display:flex;align-items:center;justify-content:center}.svg-canvas{width:100%;max-width:400px;height:auto;max-height:70vh;display:block;margin:0 auto;border-radius:12px;box-shadow:0 10px 40px #0000004d}.header{position:relative}.feature-selector{margin-top:1.5rem;display:flex;justify-content:center}.feature-dropdown{width:100%;max-width:320px;padding:.75rem 2.5rem .75rem 1.25rem;background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border:2px solid rgba(139,92,246,.5);border-radius:12px;color:#f8fafc;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;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='%23f8fafc' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.feature-dropdown option{background:#1a1a2e;color:#f8fafc;padding:.5rem}.style-tag{text-align:center;margin-bottom:1rem;padding:.6rem 1.2rem;background:linear-gradient(135deg,#6366f140,#8b5cf640);border-radius:20px;display:inline-block;font-size:.95rem;border:1px solid rgba(139,92,246,.3)}.feature-selector{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-card);border-bottom:1px solid var(--border);justify-content:center}.feature-selector label{color:var(--text-muted);font-size:.9rem}.feature-dropdown{padding:.6rem 2.5rem .6rem 1rem;background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border:2px solid rgba(139,92,246,.5);border-radius:10px;color:var(--text-light);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;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='%23f8fafc' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-width:180px}.feature-dropdown:hover{border-color:#8b5cf6cc;box-shadow:0 4px 15px #8b5cf64d}.feature-dropdown:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf64d}.feature-dropdown option{background:var(--bg-card);color:var(--text-light);padding:.5rem}.export-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.export-btn{padding:.6rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.4rem}.export-btn.share-btn{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#1a1a2e}.export-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.export-section{background:linear-gradient(180deg,#6366f11a,#8b5cf626);border-radius:16px;padding:1.25rem;margin-top:1rem;border:1px solid rgba(139,92,246,.3)}.export-title{text-align:center;font-size:.95rem;font-weight:600;color:var(--text-light);margin-bottom:1rem;letter-spacing:.5px}.export-buttons{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.export-btn{flex:1;min-width:70px;max-width:100px;padding:.75rem .5rem;border:none;border-radius:12px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.3rem}.export-btn .btn-icon{font-size:1.4rem;line-height:1}.export-btn .btn-text{font-size:.7rem;white-space:nowrap}.export-btn:disabled{opacity:.5;cursor:not-allowed}.export-btn.svg-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.export-btn.png-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.export-btn.gif-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.export-btn.share-btn{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#1a1a2e}.export-progress{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#6366f133;border-radius:8px;margin-bottom:1rem;font-size:.85rem;color:var(--text-light)}.progress-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.custom-select{position:relative;width:100%}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:var(--bg-dark);border:2px solid var(--border);border-radius:8px;color:var(--text-light);font-size:1rem;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.custom-select-trigger:hover{border-color:var(--primary)}.custom-select-trigger.open{border-color:var(--primary);box-shadow:0 0 0 3px #007aff26}.custom-select-trigger.disabled{opacity:.5;cursor:not-allowed}.custom-select-trigger .placeholder{color:#666}.custom-select-arrow{font-size:.7rem;color:#aaa;transition:transform .2s ease}.custom-select-trigger.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:280px;overflow-y:auto;background:#1a1a2e;border:2px solid var(--primary);border-radius:8px;box-shadow:0 8px 25px #00000080;z-index:1000;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{padding:.75rem 1rem;color:var(--text-light);cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(255,255,255,.05)}.custom-select-option:last-child{border-bottom:none}.custom-select-option:hover{background:#6366f133}.custom-select-option.selected{background:#6366f14d;color:#a5b4fc}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:#0003;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#6366f180;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#6366f1b3}.custom-select.feature-dropdown{max-width:320px}.custom-select.feature-dropdown .custom-select-trigger{padding:.75rem 2.5rem .75rem 1rem;background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border:2px solid rgba(139,92,246,.5);border-radius:12px;color:#f8fafc;font-size:1rem;font-weight:500}.custom-select.feature-dropdown .custom-select-trigger:hover{border-color:#8b5cf6cc;box-shadow:0 4px 15px #8b5cf64d}.custom-select.feature-dropdown .custom-select-trigger.open{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf64d}.custom-select.feature-dropdown .custom-select-arrow{color:#f8fafc}.custom-select.feature-dropdown .custom-select-dropdown{background:#1a1a2e;border-color:#8b5cf6cc}.custom-select.feature-dropdown .custom-select-option:hover{background:#8b5cf633}.custom-select.feature-dropdown .custom-select-option.selected{background:#8b5cf64d;color:#a5b4fc}.custom-select.style-dropdown{flex:1}.custom-select.style-dropdown .custom-select-trigger{padding:.6rem 2.5rem .6rem 1rem;background:var(--bg-dark);border:2px solid var(--border);border-radius:8px;color:var(--text-light);font-size:.95rem}.custom-select.style-dropdown .custom-select-trigger:hover{border-color:var(--primary)}.custom-select.style-dropdown .custom-select-trigger.open{border-color:var(--primary);box-shadow:0 0 0 3px #007aff26}
