.imgcontainer{text-align:center;max-width:900px;margin:auto;padding:20px}.preview{display:flex;justify-content:center}.preview img{max-width:90%;border:6px solid;border-radius:12px;border-image:linear-gradient(135deg,#ffd700,#fff8dc,#d4af37)1;border-radius:10px;cursor:pointer;transition:.3s}.preview img:hover{transform:scale(1.01)}.top-actions button,.actions button{padding:10px 15px;margin:5px;border:none;border-radius:8px;background:#5c6bc0;color:#fff;cursor:pointer}.top-actions button:hover,.actions button:hover{background:#3f51b5}.modal{display:none;position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);justify-content:center;align-items:center;flex-direction:column}.modal-content{max-width:95vw;max-height:85vh;border:6px solid;border-radius:12px;border-image:linear-gradient(135deg,#ffd700,#fff8dc,#d4af37)1;border-radius:10px}.close{position:absolute;top:20px;right:30px;color:#fff;font-size:32px;cursor:pointer}.skeleton{width:100%;height:200px;background:linear-gradient( 90deg,#eee 25%,#ddd 37%,#eee 63% );background-size:400% 100%;animation:skeleton-loading 1.4s infinite;border-radius:10px}@keyframes skeleton-loading{0%{background-position:100%}100%{background-position:0}}.poster-container{max-width:800px;margin:auto;padding:15px;font-family:segoe ui,sans-serif}.poster-header{text-align:center;background:linear-gradient(90deg,var(--danger-bg),var(--card));color:var(--text);padding:20px;border-radius:12px}.poster-header h1{font-size:22px;margin-bottom:5px}.subheading{font-size:14px;opacity:.9}.tagline{text-align:center;background:var(--highlight);padding:10px;margin:15px 0;border-radius:8px;font-weight:700}.card{background:var(--card);padding:15px;margin-bottom:15px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,5%)}.card h2{font-size:16px;margin-bottom:10px;color:#3f51b5}.card ul{padding-left:18px}.card li{margin-bottom:6px}.poster-footer{text-align:center;font-size:14px;color:#555}.prompt-section{margin-top:20px}.prompt-card{position:relative;background:var(--promt-card);color:var(--text);border-radius:10px;margin-bottom:15px;overflow:hidden}.prompt-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(transparent,var(--card));pointer-events:none}.prompt-header{display:flex;justify-content:space-between;align-items:center;background:var(--promt-head);padding:10px 15px}.prompt-header h3{font-size:14px}.prompt-header button{background:#4caf50;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.prompt-header button:hover{background:#43a047}.prompt-card pre{padding:15px;white-space:pre-wrap;font-size:13px;line-height:1.5;max-height:300px;overflow-y:auto;overflow-x:hidden}.prompt-card pre::-webkit-scrollbar{width:6px}.prompt-card pre::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.prompt-card pre::-webkit-scrollbar-thumb:hover{background:#777}