*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:14px;color:#1f2937;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6}button{cursor:pointer;border:none;background:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}input,textarea{font-family:inherit;outline:none}input::placeholder,textarea::placeholder{color:#6b7280}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.button{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 12px;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s ease-in-out;background-color:#fff;color:#3b82f6;border:1px solid #e5e7eb;cursor:pointer}.button:hover:not(:disabled){border-color:#3b82f6;color:#2563eb}.button:active:not(:disabled){background-color:#3b82f60d}.button svg{width:18px;height:18px}.button--primary{background-color:#3b82f6;color:#fff;border:none}.button--primary:hover:not(:disabled){background-color:#2563eb;color:#fff}.button--primary:active:not(:disabled){background-color:#0a59da}.button--secondary{background-color:#fff;color:#1f2937;border:1px solid #e5e7eb}.button--secondary:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.button--secondary:active:not(:disabled){background-color:#f3f4f6}.button--block{width:100%}.preview-action,.theme-switcher__toggle{width:40px;height:40px;padding:0;border-radius:9999px;background-color:#3b82f6;color:#fff;border:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.preview-action svg,.theme-switcher__toggle svg{width:20px;height:20px}.preview-action:hover:not(:disabled),.theme-switcher__toggle:hover:not(:disabled){background-color:#2563eb;transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.preview-action:active:not(:disabled),.theme-switcher__toggle:active:not(:disabled){transform:scale(.95)}.preview-action--active{background-color:#2563eb}.theme-switcher{position:relative;display:flex;flex-direction:column;gap:8px}.theme-switcher__menu{position:absolute;bottom:100%;right:0;margin-bottom:8px;padding:8px;background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;gap:8px;min-width:160px;transform-origin:bottom right;animation:menuSlideIn .2s ease-out;z-index:50}.theme-switcher__button{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;color:#1f2937;font-size:13px;font-weight:500;transition:all .2s ease-in-out;width:100%;text-align:left;border:none;background:none;cursor:pointer}.theme-switcher__button:hover{background-color:#f3f4f6}.theme-switcher__button--active{background-color:#3b82f61a;color:#3b82f6}.theme-switcher__button--active:hover{background-color:#3b82f626}.theme-switcher__button svg{width:16px;height:16px;flex-shrink:0}.theme-switcher__toggle--active{background-color:#2563eb;color:#fff;border:none}.theme-switcher__toggle--active:hover:not(:disabled){background-color:#1555e2;color:#fff}@keyframes menuSlideIn{0%{opacity:0;transform:scale(.95) translateY(5px)}to{opacity:1;transform:scale(1) translateY(0)}}.editor__container{width:45%;display:flex;flex-direction:column;padding:12px 0}.editor__header{display:flex;gap:8px;align-items:center;padding:8px 16px;background-color:#fff;border:1px solid #e5e7eb;border-top-left-radius:8px;border-top-right-radius:8px}.editor__header-icon{width:20px;height:20px;color:#3b82f6}.editor__header-title{font-size:16px;font-weight:700}.editor__header-subtitle{font-size:14px;color:#6b7280;font-weight:400}.editor__content{flex:1;background-color:#fff;border:1px solid #e5e7eb;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden}.editor__textarea{width:100%;height:100%;padding:12px 16px;resize:none;border:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New;font-size:14px;line-height:1.6}.preview__container{flex:1;padding:12px 0 12px 24px;position:relative}.preview__content{height:calc(100vh - 24px);max-width:680px;margin:0 auto;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a}.preview__content--mobile{width:375px;border-radius:40px;padding:20px 0;box-shadow:0 0 0 10px #f3f4f6,0 0 0 11px #e5e7eb;position:relative}.preview__content--mobile .preview__phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:20px;background:#000;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:flex;justify-content:center;align-items:center;gap:8px}.preview__content--mobile .preview__phone-notch-speaker{width:60px;height:6px;background:#222;border-radius:3px}.preview__content--mobile .preview__phone-notch-camera{width:10px;height:10px;background:#222;border-radius:50%}.preview__scroll{height:100%;padding:16px;overflow-y:auto}.preview__scroll--mobile{padding:16px}.preview__actions{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px}@keyframes fadeIn{0%,to{opacity:.3}50%{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.loading-text span{display:inline-block;animation:fadeIn 1.4s ease-in-out infinite}.loading-text span:nth-child(1){animation-delay:0s}.loading-text span:nth-child(2){animation-delay:.2s}.loading-text span:nth-child(3){animation-delay:.4s}.loading-dots span{width:6px;height:6px;background-color:#3b82f6;border-radius:50%;display:inline-block;margin-left:4px;animation:bounce 1s ease-in-out infinite}.loading-dots span:nth-child(1){animation-delay:0s;opacity:.6}.loading-dots span:nth-child(2){animation-delay:.2s;opacity:.8}.loading-dots span:nth-child(3){animation-delay:.4s;opacity:1}.editor-content-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;margin:0 2px;border-radius:4px;background-color:#3b82f61a;color:#3b82f6;font-weight:500;box-shadow:0 0 0 1px #3b82f633}.editor-content-tag svg{width:14px;height:14px}.chat{width:800px;height:600px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column}.chat__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}.chat__title{font-size:16px;font-weight:700}.chat__actions{display:flex;gap:8px}.chat__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.chat__message{display:flex;gap:8px;max-width:80%;position:relative;padding-bottom:8px}.chat__message--user{align-self:flex-end}.chat__message--user .chat__message-content{background-color:#3b82f6;color:#fff}.chat__message--user .chat__message-action{left:-36px;right:auto}.chat__message--assistant{align-self:flex-start}.chat__message--assistant .chat__message-content{background-color:#f3f4f6;color:#1f2937}.chat__message--assistant .chat__message-action{right:-36px;left:auto}.chat__message-action{position:absolute;bottom:0;width:28px;height:28px;padding:0;border-radius:9999px;background-color:#fffc;color:#6b7280;border:1px solid #e5e7eb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;opacity:0;z-index:1}.chat__message-action--error{background-color:#ef44441a;color:#ef4444;border-color:#ef4444}.chat__message-action--error:hover{background-color:#ef444433;color:#ef4444;border-color:#ef4444;box-shadow:0 2px 4px #ef44441a}.chat__message-action:after{content:attr(title);position:absolute;top:100%;margin-top:8px;padding:4px 8px;background-color:#000000bf;color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease}.chat__message--assistant .chat__message-action:after{right:0}.chat__message--user .chat__message-action:after{left:0}.chat__message-action:hover{background-color:#fff;color:#3b82f6;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.chat__message-action:hover:after{opacity:1}.chat__message-action svg{width:14px;height:14px}.chat__message:hover .chat__message-action{opacity:1}.chat__message-content{position:relative;padding:12px;border-radius:8px;white-space:pre-wrap;word-break:break-word}.chat__message-content .editor-content-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;margin:0 2px;border-radius:4px;background-color:#3b82f61a;color:#3b82f6;font-weight:500;box-shadow:0 0 0 1px #3b82f633}.chat__message-content .editor-content-tag svg{width:14px;height:14px}.chat__message--user .chat__message-content .editor-content-tag{background-color:#fff3;color:#fff;box-shadow:0 0 0 1px #ffffff4d}.chat__input{padding:16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.chat__input-actions{display:flex;gap:8px;justify-content:flex-end}.chat__textarea{width:100%;min-height:120px;max-height:200px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;resize:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:14px;line-height:1.5;outline:none;color:#1f2937;background:#fff;white-space:pre-wrap;word-break:break-word;overflow-y:auto}.chat__textarea::placeholder{color:#6b7280;opacity:1}.chat__textarea:focus{border-color:#3b82f6}.chat__submit{display:flex;align-items:center;gap:8px;padding:8px 16px}.chat__submit svg{width:16px;height:16px}.button--icon{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:9999px;color:#6b7280;transition:all .2s ease-in-out;position:relative}.button--icon svg{width:18px;height:18px}.button--icon:hover{background-color:#3b82f61a;color:#3b82f6}.button--icon--active{color:#3b82f6;background-color:#3b82f61a}.button--icon--active:hover{background-color:#3b82f626}.button--icon--active:after{content:"";position:absolute;width:6px;height:6px;background-color:#3b82f6;border-radius:50%;right:2px;top:2px}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.settings{width:400px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.settings__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}.settings__title{font-size:16px;font-weight:700}.settings__content{padding:16px;display:flex;flex-direction:column;gap:16px}.settings__field{display:flex;flex-direction:column;gap:8px}.settings__label{font-size:14px;font-weight:500;color:#1f2937}.settings__input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;outline:none;transition:all .2s ease-in-out}.settings__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.settings__input::placeholder{color:#6b7280}.settings__input:disabled{background-color:#f3f4f6;cursor:not-allowed}.settings__input[rows]{min-height:300px;resize:vertical;font-family:monospace;line-height:1.5}.settings__model-select{display:flex;flex-direction:column;gap:8px}.settings__footer{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:1px solid #e5e7eb}.settings__footer-actions{display:flex;gap:8px}.settings__prompt-config{display:flex;flex-direction:column;gap:1rem}.settings__checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500;color:#1f2937}.settings__checkbox{width:16px;height:16px;cursor:pointer}.settings__textarea{width:100%;min-height:120px;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;background-color:var(--input-background);color:var(--text-primary);font-size:.875rem;line-height:1.5;resize:vertical}.settings__textarea:focus{outline:none;border-color:var(--primary)}.settings__textarea::placeholder{color:var(--text-secondary)}.theme-editor{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;justify-content:center;align-items:center;background-color:#00000080}.theme-editor__container{width:800px;max-height:80vh;background-color:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.theme-editor__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}.theme-editor__title{font-size:16px;font-weight:700}.theme-editor__close{color:#6b7280;cursor:pointer;transition:all .2s ease-in-out}.theme-editor__close:hover{color:#1f2937}.theme-editor__content{padding:24px;overflow-y:auto;max-height:calc(80vh - 120px)}.theme-editor__section{margin-bottom:24px}.theme-editor__section-title{margin-bottom:12px;font-size:13px;font-weight:700;color:#6b7280}.theme-editor__heading-tabs{display:flex;gap:8px;margin-bottom:16px}.theme-editor__tab{padding:8px 12px;font-size:13px;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.theme-editor__tab--active{background-color:#3b82f6;color:#fff}.theme-editor__tab:not(.theme-editor__tab--active){background-color:#f3f4f6;color:#1f2937}.theme-editor__tab:not(.theme-editor__tab--active):hover{background-color:#e4e7eb}.theme-editor__templates{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.theme-editor__template{display:flex;flex-direction:column;align-items:flex-start;padding:12px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.theme-editor__template:hover{background-color:#f3f4f6}.theme-editor__template--active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.theme-editor__template-name{margin-bottom:8px;font-size:13px;font-weight:500}.theme-editor__template-preview{width:100%;padding:8px;font-size:13px;border-radius:4px}.theme-editor__form-group{display:flex;gap:8px;align-items:flex-start;margin-bottom:8px;flex-wrap:wrap}.theme-editor__form-group .theme-editor__label{min-width:80px;flex-shrink:0;font-size:13px;color:#6b7280;font-weight:500;padding-top:8px}.theme-editor__form-group .theme-editor__input-wrapper{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px}.theme-editor__form-group .theme-editor__input-row{display:flex;gap:8px;align-items:center}.theme-editor__form-group .theme-editor__input-row .theme-editor__label{min-width:80px;padding-top:0;margin:0}.theme-editor__form-group .theme-editor__input-row .theme-editor__input{margin:0;padding:8px 12px}.theme-editor__form-group .theme-editor__input-row .theme-editor__input--color{margin:0;padding:2px}.theme-editor__form-group .theme-editor__input{height:36px;padding:8px 12px;font-size:13px;color:#1f2937;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;transition:all .2s ease;margin:0}.theme-editor__form-group .theme-editor__input:hover{border-color:#c8ccd5}.theme-editor__form-group .theme-editor__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.theme-editor__form-group .theme-editor__input--color{width:40px;height:40px;padding:2px;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;background-clip:content-box;margin:0}.theme-editor__form-group .theme-editor__input--color::-webkit-color-swatch-wrapper{padding:0}.theme-editor__form-group .theme-editor__input--color::-webkit-color-swatch{border:none;border-radius:2px}.theme-editor__form-group .theme-editor__input--color:hover{border-color:#3b82f6}.theme-editor__form-group .theme-editor__input--color:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.theme-editor__form-group .theme-editor__input:not(.theme-editor__form-group .theme-editor__input--color){min-width:120px;flex:1}.theme-editor__form-group select.theme-editor__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:24px;cursor:pointer}.theme-editor__form-group select.theme-editor__input:hover{border-color:#c8ccd5}.theme-editor__form-group select.theme-editor__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.theme-editor__gradient-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease;margin-left:auto}.theme-editor__gradient-toggle:hover{background-color:#f3f4f6}.theme-editor__gradient-toggle input[type=checkbox]{width:16px;height:16px;margin:0;border:1px solid #e5e7eb;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;position:relative;cursor:pointer;transition:all .2s ease}.theme-editor__gradient-toggle input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.theme-editor__gradient-toggle input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.theme-editor__gradient-toggle input[type=checkbox]:hover{border-color:#3b82f6}.theme-editor__gradient-toggle input[type=checkbox]:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.theme-editor__color-group{display:flex;gap:8px;align-items:center;flex:1;min-width:200px}.theme-editor__gradient-controls{display:flex;flex-direction:column;gap:8px}.theme-editor__gradient-controls .theme-editor__form-group{margin-bottom:0}.theme-editor__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px;border-top:1px solid #e5e7eb}.prompt-settings{width:600px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.prompt-settings__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb}.prompt-settings__title{font-size:16px;font-weight:700;color:#1f2937}.prompt-settings__actions{display:flex;gap:8px}.prompt-settings__content{padding:16px}.prompt-settings__field{display:flex;flex-direction:column;gap:12px}.prompt-settings__checkbox-label{display:flex;align-items:center;gap:8px;padding:8px 0;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500;color:#1f2937}.prompt-settings__checkbox{width:16px;height:16px;cursor:pointer}.prompt-settings__textarea{width:100%;min-height:400px;padding:12px;border:1px solid #e5e7eb;border-radius:4px;background-color:#fff;color:#1f2937;font-family:monospace;font-size:14px;line-height:1.6;resize:vertical}.prompt-settings__textarea:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.prompt-settings__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.prompt-settings__textarea::placeholder{color:#6b7280}.prompt-settings__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px;border-top:1px solid #e5e7eb}.app{display:flex;overflow:hidden;padding:0 24px;height:100vh;background-color:#f3f4f6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;justify-content:center;align-items:center;background-color:#00000080}.modal__content{background-color:#fff;border-radius:8px;padding:16px;max-width:90%;max-height:90vh;overflow-y:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.text-center{text-align:center}.font-bold{font-weight:700}.text-lg{font-size:16px}.text-xl{font-size:20px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.p-4{padding:16px}.px-4{padding-left:16px;padding-right:16px}.py-2{padding-top:8px;padding-bottom:8px}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-full{border-radius:9999px}.ai-chat-page{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--background);z-index:1000;display:flex;justify-content:center;align-items:center;padding:2rem}.ai-chat-page .chat{width:100%;max-width:800px;height:100%;max-height:800px;margin:0 auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}
