:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{display:flex;gap:20px;max-width:1200px;margin:0 auto;padding:20px}.panel{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;flex:1;padding:20px;display:flex;flex-direction:column}.input-panel{min-width:400px}.panel-header{display:flex;align-items:center;margin-bottom:20px;color:#333}.panel-header .icon{width:24px;height:24px;fill:#666;margin-right:8px}.panel-title{font-size:18px;font-weight:600}.tab-container{display:flex;border-radius:8px;background-color:#f0f0f0;margin-bottom:20px}.tab-item{flex:1;text-align:center;padding:10px 0;cursor:pointer;border-radius:8px;font-weight:500;color:#666;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.tab-item:hover{background-color:#e0e0e0}.tab-item.active{background-color:#fff;box-shadow:0 2px 4px #0000001a;color:#333}.tab-item .icon{width:20px;height:20px;fill:#666;margin-right:5px}.image-reference-container{border:2px dashed #e0e0e0;border-radius:12px;padding:20px;text-align:center;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;position:relative}.reference-title{position:absolute;top:10px;left:15px;font-size:14px;color:#999}.image-add-button{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;width:120px;height:120px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;transition:border-color .2s}.image-add-button:hover{border-color:#aaa}.plus-icon{font-size:40px;line-height:1;color:#ccc}.image-size-info{font-size:12px;color:#999;margin-top:5px}.prompt-input{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px;resize:vertical;min-height:150px;font-size:16px;margin-bottom:20px}.generate-button{width:100%;padding:12px;background-color:#fdd835;color:#333;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s}.generate-button:hover{background-color:#fbc02d}.output-panel{background-color:#f9f9f9;border:1px dashed #ddd;justify-content:center;align-items:center}.image-gallery{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;width:100%;height:100%}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#999}.placeholder-icon{width:60px;height:60px;fill:#ccc;margin-bottom:10px}.placeholder-text{font-size:14px}.generated-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a}.loading-state{display:flex;flex-direction:column;align-items:center;color:#999}.spinner{border:4px solid #f3f3f3;border-top:4px solid #fdd835;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.container{flex-direction:column}}.image-previews-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.image-preview{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #ddd}.image-preview-wrapper{position:relative;width:80px;height:80px}.remove-image-button{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background-color:#f44336;color:#fff;border:none;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.prompt-examples-container{max-width:1200px;margin:40px auto;padding:20px;background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:left}.examples-title{text-align:center;font-size:24px;font-weight:700;color:#333;border-bottom:2px solid #ddd;padding-bottom:15px;margin-bottom:20px}.examples-intro{text-align:center;color:#666;margin-bottom:30px}.examples-list .example-ul{display:grid;grid-template-columns:1fr 1fr;gap:20px;list-style-type:none;padding:0;margin:0}@media (max-width: 900px){.examples-list .example-ul{grid-template-columns:1fr}}.example-ul li{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:15px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 4px #00000008;display:flex;flex-direction:column;justify-content:space-between}.example-ul li:hover{border-color:#fdd835;box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.example-content{display:flex;flex-direction:column}.example-header{display:flex;align-items:baseline;margin-bottom:10px}.example-number{font-size:1.1em;font-weight:700;color:#fbc02d;margin-right:8px}.example-title{font-size:1.1em;font-weight:600;color:#333;line-height:1.3}.example-prompt{font-size:.9em;color:#666;margin-top:5px;line-height:1.5;flex-grow:1}.example-prompt{word-wrap:break-word;overflow-wrap:break-word}
