*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f7;color:#1d1d1f;min-height:100vh;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e5}.nav-brand{display:flex;align-items:center;gap:.5rem}.brand-icon{font-size:1.25rem}.brand-text{font-weight:600;font-size:.9rem;letter-spacing:-.01em}.layout{display:flex;flex:1;min-height:0}.sidebar{width:280px;background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column}.sidebar-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e5e5}.sidebar-header h2{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#86868b}.tool-list{padding:.5rem;flex:1;overflow-y:auto}.tool-card{width:100%;display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s}.tool-card:hover{background:#f5f5f7}.tool-card.active{background:#e8f0fe}.tool-card-icon{font-size:1.5rem;line-height:1}.tool-card-info h3{font-size:.875rem;font-weight:600;color:#1d1d1f;margin-bottom:.125rem}.tool-card-info p{font-size:.75rem;color:#86868b;line-height:1.4}.main{flex:1;padding:2rem;overflow-y:auto}.tool-panel{max-width:800px;background:#fff;border-radius:12px;border:1px solid #e5e5e5;overflow:hidden}.tool-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e5e5;background:#fafafa}.tool-header .tool-icon{font-size:2rem}.tool-header h2{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.tool-header p{font-size:.875rem;color:#86868b}.tool-content{padding:1.5rem}.tool-footer{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e5e5;background:#fafafa;font-size:.75rem;color:#86868b}.logo-preview{width:24px;height:auto;border-radius:4px}.input-group{margin-bottom:1rem}.input-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#1d1d1f}.input-group textarea{width:100%;padding:.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .15s,box-shadow .15s}.input-group textarea:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px #0071e31a}.input-group textarea::placeholder{color:#86868b}.input-group textarea:disabled{background:#f5f5f7;cursor:not-allowed}.generate-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#0071e3;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.generate-btn:hover:not(:disabled){background:#0077ed}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.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)}}.error-message{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.result{margin-top:1.5rem}.result-image{border-radius:8px;overflow:hidden;border:1px solid #e5e5e5;margin-bottom:1rem}.result-image img{width:100%;height:auto;display:block}.result-info{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.result-prompt{font-size:.875rem;color:#86868b;flex:1}.download-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#f5f5f7;color:#1d1d1f;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;transition:background .15s}.download-btn:hover{background:#e5e5e5}.style-selectors{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.style-selectors-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.style-selectors-header h3{font-size:.875rem;font-weight:600;color:#1d1d1f}.preview-toggle{padding:.375rem .75rem;background:transparent;border:1px solid #e5e5e5;border-radius:6px;font-size:.75rem;color:#86868b;cursor:pointer;transition:all .15s}.preview-toggle:hover{border-color:#0071e3;color:#0071e3}.style-categories{display:flex;flex-direction:column;gap:.5rem}.style-category{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.style-category-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fafafa;border:none;cursor:pointer;text-align:left;transition:background .15s}.style-category-header:hover{background:#f0f0f0}.style-category-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#86868b}.style-category-value{font-size:.875rem;font-weight:500;color:#1d1d1f;flex:1;text-align:right;margin-right:.5rem}.style-category-arrow{font-size:.625rem;color:#86868b;transition:transform .2s}.style-category-arrow.expanded{transform:rotate(180deg)}.style-options-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;padding:.75rem;background:#fff;border-top:1px solid #e5e5e5}.style-option{padding:.625rem .75rem;background:#f5f5f7;border:2px solid transparent;border-radius:6px;font-size:.8125rem;color:#1d1d1f;cursor:pointer;transition:all .15s;text-align:center}.style-option:hover{background:#e8f0fe;border-color:#0071e3}.style-option.selected{background:#0071e3;color:#fff;border-color:#0071e3}.style-option-label{display:block;font-weight:500}.prompt-preview{margin-bottom:1.5rem;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.prompt-preview-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#1d1d1f;color:#fff}.prompt-preview-header h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.prompt-preview-close{background:none;border:none;color:#86868b;font-size:1.25rem;cursor:pointer;line-height:1}.prompt-preview-close:hover{color:#fff}.prompt-preview-content{padding:1rem;background:#1d1d1f;max-height:200px;overflow-y:auto}.prompt-preview-content pre{font-family:SF Mono,Monaco,monospace;font-size:.8125rem;line-height:1.6;color:#a0e4a0;white-space:pre-wrap;word-break:break-word;margin:0}.prompt-preview-content .loading-text,.prompt-preview-content .placeholder-text{color:#86868b;font-style:italic}.history-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.history-section h3{font-size:.875rem;font-weight:600;color:#1d1d1f;margin-bottom:1rem}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.history-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #e5e5e5;cursor:pointer;background:none;padding:0;transition:transform .15s,box-shadow .15s}.history-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.history-item img{width:100%;height:100%;object-fit:cover}.history-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:linear-gradient(transparent,#000c);opacity:0;transition:opacity .15s}.history-item:hover .history-item-overlay{opacity:1}.history-item-overlay p{font-size:.6875rem;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-loading{padding:2rem;text-align:center;color:#86868b;font-size:.875rem}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.modal-content img{max-width:100%;max-height:70vh;object-fit:contain}.modal-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;background:#00000080;border:none;border-radius:50%;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close:hover{background:#000000b3}.modal-info{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e5e5e5}.modal-prompt{font-size:.875rem;color:#1d1d1f;flex:1}.modal-actions{display:flex;gap:.5rem;flex-shrink:0}.use-settings-btn{padding:.5rem 1rem;background:#f5f5f7;color:#1d1d1f;border:1px solid #d2d2d7;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .15s}.use-settings-btn:hover{background:#e8e8ed;border-color:#c5c5c9}.feature-logo-toggle{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;margin-top:.5rem;background:linear-gradient(135deg,#fef7f0,#fff5eb);border:1px solid #f5e6d3;border-radius:10px;cursor:pointer;transition:all .15s}.feature-logo-toggle:hover{background:linear-gradient(135deg,#fef3e8,#fff0e0);border-color:#ebd9c4}.feature-logo-toggle input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#e67e22;cursor:pointer}.toggle-label{font-weight:500;color:#1d1d1f;display:block}.toggle-hint{font-size:.8rem;color:#86868b;display:block;margin-top:.25rem}.result-image{cursor:pointer;transition:transform .15s}.result-image:hover{transform:scale(1.01)}@media (max-width: 768px){.layout{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e5e5}.tool-list{display:flex;gap:.5rem;padding:.5rem;overflow-x:auto}.tool-card{flex:0 0 auto;min-width:200px}.main{padding:1rem}.result-info{flex-direction:column;align-items:flex-start}.style-options-grid,.history-grid{grid-template-columns:repeat(2,1fr)}.modal-content{max-width:95vw}.modal-info{flex-direction:column;align-items:flex-start}.modal-actions{width:100%;flex-direction:column}.use-settings-btn,.modal-actions .download-btn{width:100%;text-align:center}}
