.app{min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;padding:3rem 2rem 2rem}.header-logo{max-width:200px;height:auto;margin-bottom:1rem}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header p{color:#a1a1aa;font-size:1.1rem}.tab-navigation{display:flex;justify-content:center;gap:.5rem;padding:0 1rem 1.5rem;max-width:600px;margin:0 auto}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background-color:#252525;border:1px solid #333333;border-radius:12px;color:#a1a1aa;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tab-btn:hover{background-color:#333;color:#d1d5db}.tab-btn.active{background-color:#333;border-color:#b8860b;color:#d1d5db}.tab-icon{font-size:1.25rem}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main{flex:1;padding:0 1rem 2rem}.container{max-width:1200px;margin:0 auto}.section{margin-bottom:2rem}.section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.url-section{background-color:#252525;border-radius:16px;padding:1.5rem;border:1px solid #333333}.url-input-group{display:flex;gap:1rem}.url-input{flex:1;padding:1rem 1.25rem;background-color:#0a0a0a;border:1px solid #333333;border-radius:12px;color:#d1d5db;font-size:1rem;transition:all .2s ease}.url-input:focus{outline:none;border-color:#b8860b}.url-input::placeholder{color:#6b7280}.preview-btn{padding:1rem 2rem;background-color:#b8860b;border:none;border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease}.preview-btn:hover:not(:disabled){background-color:#966f09}.preview-btn:disabled{opacity:.5;cursor:not-allowed}.upload-divider{display:flex;align-items:center;margin:1rem 0}.upload-divider:before,.upload-divider:after{content:"";flex:1;height:1px;background:#333}.upload-divider span{padding:0 1rem;color:#a1a1aa;font-size:.875rem;text-transform:uppercase}.file-upload-btn{padding:.875rem 1.5rem;background-color:#252525;border:2px dashed #B8860B;border-radius:12px;color:#daa520;font-weight:500;cursor:pointer;transition:all .2s ease}.file-upload-btn:hover{background-color:#333;border-color:#daa520}.file-uploaded-indicator{color:#34d399;font-size:.875rem;font-weight:500}.preview-section{background-color:#252525;border-radius:16px;padding:1.5rem;border:1px solid #333333}.image-preview{border-radius:12px;overflow:hidden;background-color:#0a0a0a}.image-preview img{width:100%;max-height:400px;object-fit:contain;display:block}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.category-card{background-color:#252525;border-radius:12px;border:1px solid #333333;transition:all .2s ease;overflow:hidden;padding:1.25rem}.category-title{font-size:.95rem;font-weight:600;color:#d1d5db;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.category-count{margin-left:auto;font-size:.75rem;color:#b8860b;background:#b8860b1a;padding:.2rem .5rem;border-radius:10px}.options-list{display:flex;flex-direction:column;gap:.5rem;max-height:250px;overflow-y:auto;padding-right:10px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease}.checkbox-label:hover{background-color:#333}.checkbox-input{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid #6b7280;border-radius:6px;position:relative;transition:all .2s ease}.checkbox-input:checked+.checkbox-custom{background-color:#b8860b;border-color:#b8860b}.checkbox-input:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-text{color:#a1a1aa;font-size:.9375rem;transition:color .2s ease}.checkbox-input:checked~.checkbox-text{color:#d1d5db}.prompt-section{background-color:#252525;border-radius:16px;padding:1.5rem;border:1px solid #333333}.prompt-preview{background-color:#0a0a0a;border-radius:12px;padding:1.25rem;border:1px solid #333333}.prompt-preview p{color:#daa520;font-family:Monaco,Menlo,monospace;font-size:.875rem;line-height:1.7;word-break:break-word}.generate-section{text-align:center}.generate-btn{padding:1.25rem 3rem;background-color:#b8860b;border:none;border-radius:14px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:inline-flex;align-items:center;gap:.75rem;min-width:320px;justify-content:center}.generate-btn:hover:not(:disabled){background-color:#966f09}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-section{background-color:#252525;border-radius:16px;padding:3rem;border:1px solid #333333}.loading-container{text-align:center}.loading-spinner-large{width:60px;height:60px;border:4px solid rgba(184,134,11,.2);border-top-color:#b8860b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.loading-text{font-size:1.25rem;font-weight:600;color:#d1d5db;margin-bottom:.5rem}.loading-subtext{color:#a1a1aa;font-size:.9375rem}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1rem 1.25rem;color:#fca5a5;margin-bottom:1.5rem}.comparison-section{background-color:#252525;border-radius:16px;padding:1.5rem;border:1px solid #B8860B}.comparison-image h3{font-size:1rem;font-weight:600;color:#a1a1aa;margin-bottom:.75rem}.image-wrapper{border-radius:12px;overflow:hidden;background-color:#0a0a0a;border:1px solid #333333}.image-wrapper img{width:100%;height:300px;object-fit:contain;display:block}.download-section{text-align:center;margin-top:1.5rem}.download-btn{display:inline-block;padding:.875rem 2rem;background-color:#b8860b;border-radius:10px;color:#fff;font-weight:600;text-decoration:none;transition:background-color .2s ease}.download-btn:hover{background-color:#966f09}.project-style-panel{max-width:1200px;margin:0 auto 1.5rem;padding:0 1rem}.project-style-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#252525;border:1px solid #333333;border-radius:12px;color:#d1d5db;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.project-style-toggle:hover{background-color:#333}.project-style-content{margin-top:1rem;padding:1.5rem;background-color:#0a0a0a;border:1px solid #333333;border-radius:16px}.style-preset-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333333}.style-preset-row label{flex-basis:120px}.style-preset-row .style-select{flex-grow:0;width:50%;padding-top:.5rem;padding-bottom:.5rem}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.style-field{display:flex;flex-direction:column;gap:.5rem}.style-field label{font-size:.875rem;color:#a1a1aa}.style-select{padding:.875rem 1rem;background-color:#252525;border:1px solid #333333;border-radius:8px;color:#d1d5db;font-size:.95rem;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="%239CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 8 4 4 4-4"/></svg>');background-repeat:no-repeat;background-position:right .75rem center;background-size:1.2em 1.2em}.style-select:hover{border-color:#6b7280}.style-select:focus{outline:none;border-color:#b8860b}.style-select option{background:#333;color:#d1d5db}.custom-prompt-input{width:100%;padding:1rem 1.25rem;margin-top:.5rem;background-color:#0a0a0a;border:1px solid #333333;border-radius:12px;color:#d1d5db;font-size:1rem;transition:all .2s ease;resize:vertical}.custom-prompt-input:focus{outline:none;border-color:#b8860b}.custom-prompt-input::placeholder{color:#6b7280}@media(max-width:768px){.header{padding:2rem 1rem 1.5rem}.header h1{font-size:1.875rem}.main{padding:0 1rem 1.5rem}.tab-navigation,.url-input-group,.comparison-container{flex-direction:column}.comparison-arrow{transform:rotate(90deg)}.style-preset-row{flex-direction:column;align-items:flex-start;gap:.5rem}.style-preset-row .style-select{width:100%}.style-grid{grid-template-columns:1fr;gap:1rem}.generate-btn{width:100%;padding:1rem 2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#1c1c1c;min-height:100vh;color:#d1d5db;line-height:1.6}#root{min-height:100vh}.title-gradient{background:linear-gradient(to bottom,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.subtitle-gradient{background:linear-gradient(to right,#b8860b,#daa520,#966f09);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}
