.generator{width:100%;height:auto;backdrop-filter:blur(2px);overflow-y:hidden}.api-setup{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:1px;margin-bottom:15px}.api-setup h3{font-size:.9em}.api-setup h3,.api-setup p{color:#856404;margin-bottom:5px}.api-setup p{line-height:1.4;font-size:.8em}.api-setup code{background:#f8f9fa;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.black-textarea{border:1px solid #0c0c0c;border-radius:4px;min-height:8rem;resize:none}.black-textarea:focus{outline:none;border-color:#0c0c0c}.controls{margin-bottom:15px;width:100%}select{width:100%;padding:10px;border:2px solid #e1e5e9;border-radius:4px;font-size:14px;font-family:inherit}select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loading{display:none;text-align:center;padding:20px;color:#667eea}.spinner{border:3px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto 10px}.image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;min-height:15rem;width:100%;margin-top:40px;padding:10px;border:1px solid #0c0c0c;box-shadow:inset 1px 3px 6px rgb(5,5,5)}.image-card{background:#171717;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease;width:100%;height:auto}.image-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.image-card img{max-width:100%;height:auto;object-fit:cover;cursor:pointer}.image-info{padding:8px}.image-prompt{font-size:1rem;font-weight:400;margin:8px 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-actions{display:flex;gap:4px}.error,.success{padding:8px;border-radius:4px;margin-bottom:10px;font-size:.8em}.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.modal{display:flex;position:absolute;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9)}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal img,.modal-content{max-width:100vw;max-height:100vh}.modal img{height:auto;border-radius:10px}.close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;cursor:pointer}.close:hover{color:#bbb}.black-input{font-size:16px;border-radius:5px;box-shadow:inset 1px 3px 6px rgb(5,5,5)}.input-section{margin-bottom:15px}#promptInput::placeholder{color:#666;opacity:1}::-ms-input-placeholder{color:#5e5e5e}#select-black{border-radius:0;border:none;box-shadow:inset 1px 3px 6px rgb(5,5,5);padding:10px;font-size:14px}.btn-download{font-size:1em;font-weight:500;padding:10px 20px;background:#077203;width:100%}.btn-download:hover{background:#218838}input[type=radio]{display:none}.recorder-group{justify-content:center}.recorder-group,.recorder-label{display:flex;align-items:center;width:100%}.recorder-label{padding:8px;border-radius:6px;cursor:pointer;background-color:#333;box-shadow:0 0 0 rgba(0,0,0,.377),inset 1px 1px 2px 0 #888,inset -3.2px -3.2px 0 0 #444;transition:.15s ease-in-out;text-align:center;font-family:Montserrat,sans-serif;font-weight:500;flex-direction:column;gap:.2rem;color:#878787;box-shadow:2px 4px 6px #000}.recorder-label span{display:block;font-size:.8em;color:#999}input[type=radio]:checked+.recorder-label{background-color:#222;box-shadow:1px 1px 4px rgba(64,255,57,.337),inset 1px 1px 1px #414141,inset 2px 1px 2px #077903;color:#000;transition:.15s ease-in-out}input[type=radio]:checked+.recorder-label .bi,input[type=radio]:checked+.recorder-label span{color:#4de048;transition:.15s ease-in-out;transform:translateY(2px)}.gen-btn{align-items:center;background-color:#171717;border-radius:5px}.gen-btn,.gen-button{display:flex;justify-content:center}.gen-button{border-radius:7px;border:none;outline:none;background-color:#4e7931;box-shadow:10px 10px 8px rgba(0,0,0,.377),inset 1.5px 1.5px 2px 0 #b5f7a8,inset 3.2px 3.2px 8px 0 #4e7931;cursor:pointer;transition:.1s ease-in-out}.gen-button:active{box-shadow:0 0 0 rgba(0,0,0,.377),inset .5px .5px 4px #000000,inset -3.2px -3.2px 8px 0 #4e7931}.controls,.generator,.image-grid,.recorder-group,.recorder-label{min-width:0}.generator{box-sizing:border-box}.ai-debug-left{outline:2px dashed rgba(0,128,255,.35)}.ai-debug-right{outline:2px dashed rgba(255,0,128,.35)}.loading-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-overlay .spinner{border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(1turn)}}.modal.fullscreen{position:fixed;inset:0;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:2000}.modal.fullscreen img{max-width:90%;max-height:90%}