@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.dashboard-premium{color:#fff;background:#020309;min-height:100vh;display:flex}.sidebar-premium{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border-right:1px solid #ffffff14;flex-direction:column;justify-content:space-between;width:290px;padding:25px;display:flex}.brand-logo{border-radius:14px;width:52px;height:52px}.brand-title{margin:0;font-weight:700}.prompt-btn{color:#fff;background:0 0;border:1px solid #ffffff26;border-radius:14px;height:46px}.credit-card-premium{background:linear-gradient(145deg,#7c3aed40,#06b6d426);border:1px solid #ffffff14;border-radius:22px;padding:20px}.credit-icon{background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.credit-number{color:#0b99b2;margin-top:20px;font-size:40px;font-weight:700}.credit-progress{background:#ffffff14;border-radius:20px;width:100%;height:8px;margin-top:15px;overflow:hidden}.upgrade-btn-premium{background:#fff;border:none;border-radius:14px;width:100%;height:46px;margin-top:18px;font-weight:700}.main-content{flex:1;padding:20px}.top-header{justify-content:space-between;align-items:center;display:flex}.main-title{font-size:20px;font-weight:500}.user-badge{background:#ffffff0f;border-radius:12px;padding:5px 10px}.prompt-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;margin-top:25px;padding:15px}.premium-textarea{color:#fff;resize:none;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:5px}.premium-textarea:focus{border-color:#7c3aed;outline:none}.control-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.model-box{background:#ffffff08;border-radius:12px;justify-content:space-between;align-items:center;min-width:180px;padding:8px 12px;display:flex}.model-mini small{color:#9ca3af;font-size:10px}.model-label{letter-spacing:1px;text-transform:uppercase;font-size:10px}.model-name{color:#fff;font-size:13px;font-weight:600}.model-mini span{font-size:13px;font-weight:600}.mini-btn{color:#fff;background:linear-gradient(90deg,#7c3aed,#06b6d4);border:none;border-radius:8px;padding:4px 10px;font-size:11px}.select-box{color:#3cd4fa;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;height:38px;padding:8px 10px}.generate-btn{color:#fff;background:linear-gradient(90deg,#7c3aed,#06b6d4);border:none;border-radius:12px;min-width:140px;padding:8px 16px;font-weight:700}.gallery-section{margin-top:30px}.image-card-premium{border-radius:20px;position:relative;overflow:hidden}.overlay-premium{opacity:0;align-items:flex-end;padding:15px;transition:all .3s;display:flex;position:absolute;inset:0}.download-btn{background:#fff;border:none;border-radius:12px;width:100%;height:42px;font-weight:700}.skeleton-premium{background:linear-gradient(90deg,#ffffff0a,#ffffff17,#ffffff0a) 0 0/400% 100%;border-radius:20px;height:300px;animation:1.2s infinite loading}@keyframes loading{0%{background-position:100% 0}to{background-position:-100% 0}}.empty-state{text-align:center;color:#9ca3af;margin-top:120px}@media (width<=768px){.main-content{padding:20px}.top-header{flex-direction:column;align-items:flex-start;gap:15px}.control-bar{flex-direction:column;align-items:stretch}.generate-btn{width:100%}}.model-popup-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.model-popup{background:#0f172a;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;width:100%;max-width:1100px;height:85vh;display:flex;overflow:hidden}.popup-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.popup-header h3{color:#fff;margin:0}.popup-header p{color:#94a3b8;margin:0}.model-search-box{padding:20px 28px 0}.model-search-input{color:#fff;background:#111827;border:none;border-radius:14px;outline:none;width:100%;height:50px;padding:0 18px}.popup-model-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;padding:28px;display:grid;overflow-y:auto}.popup-model-card:hover{border-color:#6366f1;transform:translateY(-4px)}.active-popup-model{background:#8b5cf61f;border:2px solid #8b5cf6}.model-top h5{color:#fff;margin:0}.popup-model-card p{color:#94a3b8;min-height:45px}.close-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:12px;width:42px;height:42px}.docs-layout{color:#fff;background:#0b0f19;height:100vh;font-family:Inter,sans-serif;display:flex}.sidebar{background:#111827;border-right:1px solid #1f2937;width:280px;padding:20px}.sidebar h2{margin-bottom:20px}.item{cursor:pointer;color:#cbd5e1;border-radius:6px;margin-bottom:8px;padding:10px;transition:all .2s}.item:hover{background:#1f2937}.item.active{color:#fff;background:#2563eb}.content{flex:1;padding:40px;overflow-y:auto}.content h1{margin-bottom:20px;font-size:28px}pre{color:#cbd5e1;white-space:pre-wrap;background:#0f172a;border-radius:10px;padding:20px}.info-box{background:#111827;border:1px solid #1f2937;border-radius:10px;margin-top:30px;padding:20px}.doc-text{color:#cbd5e1;margin-bottom:10px;font-size:16px;line-height:1.8}.doc-bullet{color:#cbd5e1;margin-bottom:8px;margin-left:20px;list-style:outside}.content-box{background:#111827;border:1px solid #1f2937;border-radius:14px;padding:30px}.title{margin-bottom:20px;font-size:34px;font-weight:700}.dashboard-premium{color:#fff;background:#0b1020;min-height:100vh}.sidebar-premium{background:#12192d;border-right:1px solid #ffffff0d;width:280px;padding:30px 22px}.brand-box{align-items:center;gap:14px;display:flex}.brand-logo{object-fit:contain;width:52px;height:52px}.brand-title{margin:0;font-size:22px;font-weight:700}.brand-title span{color:#4da3ff}.new-project-btn{color:#fff;background:linear-gradient(135deg,#4da3ff,#6f6bff);border:none;border-radius:14px;height:52px;font-weight:600}.prompt-btn{color:#fff;background:#1a2239;border:1px solid #ffffff14;border-radius:14px;height:52px;font-weight:600}.credit-card-premium{background:linear-gradient(145deg,#151f36,#101827);border-radius:24px;padding:24px}.credit-top{align-items:center;gap:12px;display:flex}.credit-icon{background:#4da3ff26;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;display:flex}.credit-title{font-weight:700}.credit-number{margin:18px 0;font-size:50px;font-weight:700}.credit-progress{background:#ffffff14;border-radius:20px;width:100%;height:10px;overflow:hidden}.credit-progress-bar{background:linear-gradient(90deg,#4da3ff,#6f6bff);border-radius:20px;height:100%}.upgrade-btn-premium{color:#fff;background:linear-gradient(135deg,#4da3ff,#6f6bff);border:none;border-radius:14px;width:100%;height:52px;margin-top:22px;font-weight:700}.main-content{padding:30px}.top-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.main-title{margin-bottom:6px;font-size:34px;font-weight:700}.main-sub{color:#fff9}.user-badge{background:#171f33;border-radius:14px;padding:12px 18px;font-weight:600}.prompt-card{background:#12192d;border-radius:28px;margin-bottom:35px;padding:24px}.premium-textarea{color:#fff;resize:none;background:#0f1526;border:1px solid #ffffff0f;border-radius:18px;outline:none;width:100%;padding:18px;font-size:15px}.premium-textarea::placeholder{color:#fff6}.upload-box{cursor:pointer;background:#0f1526;border:2px dashed #ffffff1f;border-radius:24px;width:100%;height:220px;transition:all .3s}.upload-box:hover{border-color:#4da3ff}.upload-inner{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.upload-icon{margin-bottom:14px;font-size:46px}.preview-wrapper{background:#0f1526;border-radius:20px;width:140px;height:140px;position:relative;overflow:hidden}.preview-upload-image{object-fit:cover;width:100%;height:100%}.remove-preview-btn{color:#fff;cursor:pointer;background:#000000bf;border:none;border-radius:50%;width:32px;height:32px;font-size:16px;position:absolute;top:8px;right:8px}.control-bar{flex-wrap:wrap;gap:14px;margin-top:22px;display:flex}.control-item{background:#0f1526;border-radius:16px;padding:12px 16px}.model-box{align-items:center;gap:14px;display:flex}.model-mini{flex-direction:column;display:flex}.model-label{font-size:12px}.model-name{font-size:14px;font-weight:600}.mini-btn{color:#fff;background:linear-gradient(135deg,#4da3ff,#6f6bff);border:none;border-radius:12px;height:42px;padding:0 18px;font-weight:600}.select-box{color:#fff;background:#0f1526;border:none;border-radius:16px;outline:none;height:52px;padding:0 18px}.generate-btn{color:#fff;background:linear-gradient(135deg,#4da3ff,#6f6bff);border:none;border-radius:16px;height:52px;padding:0 26px;font-weight:700}.gallery-section{min-height:300px}.image-card-premium{background:#12192d;border-radius:24px;width:100%;position:relative;overflow:hidden}.image-card-premium img{object-fit:cover;width:100%;height:100%}.overlay-premium{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.image-card-premium:hover .overlay-premium{opacity:1}.download-btn{color:#000;background:#fff;border:none;border-radius:14px;height:48px;padding:0 24px;font-weight:700}.skeleton-premium{aspect-ratio:1;background:linear-gradient(90deg,#171f33 25%,#202c49 50%,#171f33 75%) 0 0/400% 100%;border-radius:24px;width:100%;animation:1.3s infinite skeleton}@keyframes skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.empty-icon{margin-bottom:20px;font-size:70px}.model-popup-overlay{z-index:999;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.model-popup{background:#12192d;border-radius:30px;width:95%;max-width:900px;max-height:85vh;padding:28px;overflow-y:auto}.popup-header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.close-btn{color:#fff;background:#1d2742;border:none;border-radius:50%;width:44px;height:44px;font-size:18px}.popup-model-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.popup-model-card{cursor:pointer;background:#0f1526;border:1px solid #0000;border-radius:22px;padding:20px;transition:all .3s}.popup-model-card:hover{transform:translateY(-4px)}.active-popup-model{border-color:#4da3ff}.model-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.model-badge{color:#72b5ff;background:#4da3ff2e;border-radius:12px;padding:6px 10px;font-size:12px}@media (width<=768px){.main-content{padding:18px}.main-title{font-size:24px}.top-header{flex-direction:column;align-items:flex-start;gap:16px}.control-bar{flex-direction:column}.generate-btn,.select-box,.mini-btn{width:100%}}.upscale-page{color:#fff;background:#090d16;min-height:100vh;padding:30px;font-family:sans-serif}.top-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.top-header h1{margin-bottom:10px;font-size:38px}.top-header p{color:#8f97ad;font-size:15px}.credit-card{background:linear-gradient(135deg,#7c5cff,#5d38ff);border-radius:24px;min-width:180px;padding:20px;box-shadow:0 15px 40px #7c5cff4d}.credit-card span{opacity:.8;font-size:14px}.credit-card h2{margin-top:8px;font-size:34px}.main-container{background:#121826;border:1px solid #1d2740;border-radius:28px;padding:24px}.upload-box{cursor:pointer;background:linear-gradient(#7c5cff14,#7c5cff05);border:2px dashed #384562;border-radius:28px;justify-content:center;align-items:center;width:100%;min-height:240px;transition:all .3s;display:flex}.upload-box:hover{border-color:#7c5cff;transform:translateY(-3px)}.upload-content{text-align:center;max-width:500px;padding:20px}.upload-icon{background:#7c5cff;border-radius:22px;justify-content:center;align-items:center;width:76px;height:76px;margin:auto auto 18px;font-size:32px;display:flex}.upload-content h2{margin-bottom:12px;font-size:30px}.upload-content p{color:#9ba4bc;margin-bottom:12px;line-height:1.6}.upload-content small{color:#66728f}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;margin-bottom:24px;display:flex}.toolbar-left{align-items:center;gap:12px;display:flex}.image-count{background:#1d263d;border:1px solid #2d3a5a;border-radius:14px;padding:12px 18px;font-size:14px}.clear-btn{color:#fff;cursor:pointer;background:#202a42;border:none;border-radius:14px;padding:12px 18px;transition:all .3s}.clear-btn:hover{background:#2a3554}.upscale-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c5cff,#5b36ff);border:none;border-radius:16px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s}.upscale-btn:hover{transform:translateY(-2px)}.upscale-btn:disabled{opacity:.6;cursor:not-allowed}.empty-state{text-align:center;padding:80px 20px}.empty-state h2{margin-bottom:10px}.image-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.image-card{background:#171f31;border:1px solid #25304c;border-radius:22px;transition:all .3s;position:relative;overflow:hidden}.image-card:hover{border-color:#40517d;transform:translateY(-4px)}.grid-image{object-fit:cover;width:100%;height:170px;display:block}.remove-btn{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:12px;width:34px;height:34px;font-size:16px;position:absolute;top:10px;right:10px}.card-footer{padding:14px}.file-name{color:#dfe5ff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-size:13px;overflow:hidden}.status-row{margin-bottom:14px}.pending{color:#8f97ad;font-size:13px}.processing{color:#7c5cff;font-size:13px}.success{color:#32d583;font-size:13px}.download-btn{text-align:center;color:#111;background:#fff;border-radius:14px;width:100%;padding:11px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:block}@media (width<=768px){.upscale-page{padding:16px}.top-header h1{font-size:28px}.upload-content h2{font-size:24px}.image-grid{grid-template-columns:repeat(2,1fr);gap:14px}.grid-image{height:140px}}@media (width<=500px){.image-grid{grid-template-columns:1fr}.toolbar,.toolbar-left{flex-direction:column;align-items:stretch}.upscale-btn{width:100%}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg0:#07111f;--bg1:#0b1628;--bg2:#101c33;--card:#0a1221b8;--card2:#ffffff0d;--line:#ffffff14;--line2:#6366f138;--text:#e5eefc;--muted:#94a3b8;--muted2:#cbd5e1;--accent:#6d7cff;--accent2:#8b5cf6;--green:#10b981;--red:#ef4444;--shadow:0 20px 60px #00000059}body{background:radial-gradient(circle at top left, #6d7cff24, transparent 28%), radial-gradient(circle at top right, #8b5cf61f, transparent 24%), linear-gradient(135deg, var(--bg0), var(--bg1) 45%, var(--bg2));color:var(--text);font-family:Inter,system-ui,sans-serif}.metadataStudioShell{min-height:100vh;padding:24px;position:relative;overflow:hidden}.studioGlow{filter:blur(80px);opacity:.35;pointer-events:none;border-radius:999px;position:absolute}.studioGlow1{background:#6d7cff38;width:320px;height:320px;top:-120px;left:-80px}.studioGlow2{background:#8b5cf62e;width:260px;height:260px;bottom:40px;right:-80px}.studioHeader{z-index:1;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex;position:relative}.brandBlock{align-items:center;gap:16px;display:flex}.brandMark{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;font-weight:800;display:flex;box-shadow:0 12px 30px #6366f159}.brandText h1{margin-top:4px;font-size:28px;line-height:1.1}.brandText p{color:var(--muted);max-width:560px;margin-top:6px;font-size:14px}.brandBadge{color:#dbeafe;border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0f;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:12px;display:inline-flex}.headerStats{flex-wrap:wrap;gap:12px;display:flex}.statCard{background:var(--card);border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);min-width:110px;box-shadow:var(--shadow);text-align:left;border-radius:18px;padding:14px 16px}.statCard span{color:var(--muted);font-size:12px;display:block}.statCard strong{margin-top:6px;font-size:24px;line-height:1;display:block}.statCard.subtle{background:#ffffff0a}.heroCard{z-index:1;border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff12,#ffffff08);border-radius:28px;grid-template-columns:1.2fr .9fr;gap:18px;margin-bottom:22px;padding:22px;display:grid;position:relative}.heroLeft h2{letter-spacing:-.02em;max-width:640px;font-size:26px;line-height:1.15}.heroLeft p{color:var(--muted);max-width:620px;margin-top:12px;font-size:14px;line-height:1.7}.heroPills{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.heroPills span{border:1px solid var(--line);color:#dbeafe;background:#ffffff0d;border-radius:999px;padding:8px 12px;font-size:12px}.heroRight{flex-direction:column;gap:14px;display:flex}.uploadBox{cursor:pointer;text-align:center;background:#ffffff0a;border:1.5px dashed #6d7cff73;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:28px;transition:all .25s;display:flex}.uploadBox:hover{background:#6d7cff14;border-color:#6d7cffcc;transform:translateY(-2px)}.uploadIcon{border:1px solid var(--line);background:#ffffff12;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:12px;font-size:20px;display:flex}.uploadBox h3{font-size:20px}.uploadBox p{color:var(--muted);margin-top:6px;font-size:13px}.actionBar{flex-wrap:wrap;gap:12px;display:flex}.actionBar button{color:#fff;cursor:pointer;border:0;border-radius:16px;flex:1;min-width:150px;padding:14px 18px;font-weight:700;transition:all .25s;box-shadow:0 12px 28px #00000038}.actionBar button:hover:not(:disabled){transform:translateY(-2px)}.generateBtn{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.downloadBtn{background:linear-gradient(135deg,#059669,#10b981)}.clearBtn{background:linear-gradient(135deg,#dc2626,#ef4444)}.actionBar button:disabled{opacity:.7;cursor:not-allowed}.workspace{z-index:1;grid-template-columns:280px minmax(0,1fr) 390px;gap:18px;min-height:680px;display:grid;position:relative}.panel{background:var(--card);border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.panelHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.panelHeader h3{margin-bottom:4px;font-size:18px}.panelHeader p{color:var(--muted);font-size:13px;line-height:1.5}.panelCounter{border:1px solid var(--line);color:#dbeafe;background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;min-width:36px;height:36px;font-weight:700;display:inline-flex}.sidebar{flex-direction:column;min-height:0;display:flex}.thumbGrid{grid-template-columns:repeat(2,1fr);gap:12px;max-height:590px;padding:16px;display:grid;overflow-y:auto}.thumbGrid::-webkit-scrollbar{width:6px}.thumbGrid::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:18px;width:100%;padding:0;transition:all .2s;display:block;position:relative;overflow:hidden}.thumb:hover{transform:translateY(-2px)}.thumb.active{border-color:#6d7cfff2;box-shadow:0 0 0 4px #6d7cff1f}.thumb img{object-fit:cover;width:100%;height:124px;display:block}.thumbStatus{color:#dbeafe;background:#0f172abf;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;display:flex;position:absolute;top:10px;right:10px}.thumbStatus.done{color:#86efac;background:#10b98126;border-color:#10b98140}.previewPanel{flex-direction:column;min-height:0;display:flex}.previewFrame{background:#ffffff08;border:1px solid #ffffff0f;border-radius:22px;flex:1;justify-content:center;align-items:center;min-height:540px;margin:16px;display:flex;position:relative;overflow:hidden}.previewImage{object-fit:contain;width:100%;height:100%;display:block}.previewOverlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#e2e8f0;background:#0f172ab8;border:1px solid #ffffff14;border-radius:999px;padding:10px 14px;font-size:12px;position:absolute;bottom:16px;left:16px}.emptyState,.emptyMeta{text-align:center;background:#ffffff08;border:1px dashed #94a3b840;border-radius:22px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:540px;margin:16px;padding:28px;display:flex}.emptyStateIcon{border:1px solid var(--line);background:#ffffff0d;border-radius:22px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:14px;font-size:26px;display:flex}.emptyState h4,.emptyMeta h4{margin-bottom:8px;font-size:20px}.emptyState p,.emptyMeta p{color:var(--muted);max-width:320px;font-size:13px;line-height:1.6}.metadataPanel{flex-direction:column;min-height:0;display:flex}.metaStack{flex-direction:column;gap:16px;padding:16px;display:flex;overflow:auto}.metaCard{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;padding:16px}.metaCard label{color:#dbeafe;margin-bottom:10px;font-size:13px;font-weight:700;display:block}.metaCard textarea{resize:vertical;color:#fff;background:#080f1cd9;border:1px solid #94a3b829;border-radius:16px;outline:none;width:100%;min-height:120px;padding:14px;font-size:14px;line-height:1.6}.keywordContainer{flex-wrap:wrap;gap:10px;display:flex}.keyword{color:#eef2ff;background:#6366f124;border:1px solid #6366f12e;border-radius:999px;padding:8px 12px;font-size:12px;line-height:1}.emptyText{color:var(--muted);font-size:13px}.keyword{color:#fff;background:#312e81;border-radius:50px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;display:inline-flex}.keywordRemove{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:14px;transition:all .2s}.keywordRemove:hover{opacity:1;color:#ff4d4d;transform:scale(1.2)}@media (width<=1280px){.workspace{grid-template-columns:250px minmax(0,1fr)}.metadataPanel{grid-column:1/-1}}@media (width<=980px){.heroCard,.workspace{grid-template-columns:1fr}.thumbGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));max-height:260px}.previewFrame,.emptyState,.emptyMeta{min-height:420px}}@media (width<=768px){.metadataStudioShell{padding:16px}.studioHeader{flex-direction:column}.brandText h1,.heroLeft h2{font-size:22px}.actionBar{flex-direction:column}.actionBar button{min-width:100%}.thumb img{height:104px}}*{font-family:Inter,sans-serif}body{background:#050816}.imgprompt-wrapper{color:#fff;background:radial-gradient(circle at 0 0,#7b61ff2e,#0000 30%),radial-gradient(circle at 100% 100%,#00d4ff1f,#0000 30%),#050816;min-height:100vh;padding:50px 0}.hero-section{text-align:center;max-width:850px;margin:auto auto 60px}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-flex}.hero-section h1{margin-bottom:22px;font-size:68px;font-weight:800;line-height:1.1}.hero-section h1 span{background:linear-gradient(90deg,#7c4dff,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-section p{color:#b7c0d3;font-size:18px;line-height:1.8}.glass-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:30px;height:100%;padding:28px;box-shadow:0 10px 40px #00000059}.card-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.card-top h4{font-size:26px;font-weight:700}.card-top p{color:#9ea8bc;margin:0}.top-icon{background:linear-gradient(90deg,#00d4ff,#2563eb);border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.top-icon.purple{background:linear-gradient(90deg,#7c4dff,#c026d3)}.drop-zone{cursor:pointer;border:2px dashed #ffffff26;border-radius:26px;justify-content:center;align-items:center;min-height:460px;transition:all .3s;display:flex;position:relative;overflow:hidden}.drop-zone:hover{background:#ffffff08;border-color:#00d4ff}.active-drop{background:#7c4dff1f;border-color:#7c4dff;transform:scale(1.01)}.upload-content{text-align:center;padding:30px}.upload-icon{background:linear-gradient(90deg,#7c4dff,#00d4ff);border-radius:30px;justify-content:center;align-items:center;width:95px;height:95px;margin:auto auto 25px;display:flex}.upload-content h3{margin-bottom:14px;font-size:30px;font-weight:700}.upload-content p{color:#aab3c7;line-height:1.8}.browse-btn{color:#fff;background:linear-gradient(90deg,#7c4dff,#00d4ff);border:none;border-radius:16px;margin-top:22px;padding:14px 28px;font-weight:700}.preview-wrapper{width:100%;height:100%;position:relative}.preview-image{object-fit:cover;width:100%;height:460px}.remove-btn{color:#fff;background:#000000a6;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;top:18px;right:18px}.generate-btn{color:#fff;background:linear-gradient(90deg,#7c4dff,#00d4ff);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:24px;padding:17px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.generate-btn:hover{transform:translateY(-2px)}.generate-btn:disabled{opacity:.5}.prompt-box{color:#dbe4ff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;min-height:460px;padding:28px;line-height:2;overflow-y:auto}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-state svg{opacity:.8;margin-bottom:22px}.empty-state h3{margin-bottom:10px;font-size:28px}.empty-state p{color:#9aa5bb}.actions{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.copy-btn,.export-btn{color:#fff;border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:16px;font-weight:700;display:flex}.copy-btn{background:#ffffff14}.export-btn{background:linear-gradient(90deg,#0ea5e9,#2563eb)}.prompt-tags{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.prompt-tags span{background:#ffffff0f;border:1px solid #ffffff14;border-radius:100px;padding:10px 16px;font-size:14px}.feature-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:26px;height:100%;padding:32px;transition:all .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card svg{color:#00d4ff;width:55px;height:55px;margin-bottom:22px}.feature-card h5{margin-bottom:14px;font-size:24px;font-weight:700}.feature-card p{color:#a9b3c7;line-height:1.8}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=992px){.hero-section h1{font-size:48px}.drop-zone,.preview-image,.prompt-box{height:380px;min-height:380px}}@media (width<=576px){.hero-section h1{font-size:36px}.glass-card{padding:20px}.actions{grid-template-columns:1fr}.drop-zone,.preview-image,.prompt-box{height:300px;min-height:300px}}body{color:#fff;background:#030712}.container-fluid{max-width:1600px}.premium-card{background:#111827;border:1px solid #ffffff0f;border-radius:24px;height:100%;padding:24px}.upload-area{text-align:center;cursor:pointer;border:2px dashed #3b82f6;border-radius:18px;padding:50px 20px;transition:all .25s}.upload-area:hover{background:#3b82f614;border-color:#60a5fa}.upload-area p{margin-top:10px;margin-bottom:0}.preview-card{min-height:700px}.preview-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.status-badge{border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600}.status-badge.ready{color:#10b981;background:#10b98126}.status-badge.processing{color:#f59e0b;background:#f59e0b26}.preview-body{justify-content:center;align-items:center;min-height:550px;display:flex}.preview-image-wrapper{position:relative}.preview-thumb{object-fit:cover;border:1px solid #ffffff1a;border-radius:20px;width:340px;height:340px}.remove-image-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;font-weight:700;position:absolute;top:-12px;right:-12px}.empty-preview{text-align:center;opacity:.7}.empty-preview h5{margin-top:15px}.generated-video{border-radius:18px;width:100%;max-height:650px}.form-control,.form-select{color:#fff;background:#1f2937;border:1px solid #374151}.form-control:focus,.form-select:focus{color:#fff;box-shadow:none;background:#1f2937;border-color:#3b82f6}.generate-btn{background:linear-gradient(90deg,#4f46e5,#3b82f6);border:none;border-radius:16px;width:100%;height:58px;font-weight:700}.credit-badge{z-index:999;background:#111827;border:1px solid #ffffff14;border-radius:14px;padding:12px 18px;font-weight:600;position:fixed;top:20px;right:20px}.video-actions{justify-content:center;margin-top:20px;display:flex}.download-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#10b981,#22c55e);border:none;border-radius:12px;padding:12px 22px;font-weight:600;transition:all .2s}.download-btn:hover{transform:translateY(-2px)}
