@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Unbounded:wght@700;800;900&display=swap";.auth-backdrop-wrapper{z-index:1000;position:fixed;inset:0}.auth-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#000000b3;position:fixed;inset:0}.auth-center-wrapper{z-index:201;pointer-events:none;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-modal{pointer-events:auto;background:#151515;border:1px solid #333;border-radius:12px;width:100%;max-width:440px;font-family:Inter,sans-serif;overflow:hidden;box-shadow:0 24px 60px #0009}.auth-header{background:linear-gradient(135deg,#0bcacd 0%,#e39e0a 100%);padding:28px 24px;position:relative;overflow:hidden}.auth-header:before{content:"";opacity:.5;pointer-events:none;background-image:repeating-linear-gradient(-45deg,#0000,#0000 4px,#ffffff1a 4px 8px);position:absolute;inset:0}.auth-header-content{z-index:2;padding-right:80px;position:relative}.auth-header h2{color:#fff;margin-bottom:4px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700}.auth-header p{color:#ffffffe6;font-size:.9rem;font-weight:500}.auth-close{z-index:10;color:#fff;cursor:pointer;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.auth-close:hover{background:#0006}.auth-header-graphic{z-index:1;filter:drop-shadow(-4px 4px 10px #0000004d);font-size:5rem;line-height:1;position:absolute;bottom:-10px;right:0}.auth-benefits{flex-direction:column;gap:20px;padding:24px;display:flex}.auth-benefit{align-items:flex-start;gap:16px;display:flex}.auth-benefit-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.auth-benefit p{color:#e6edf3;padding-top:6px;font-size:.95rem;line-height:1.5}.auth-divider{background:repeating-linear-gradient(90deg,#ffffff1a,#ffffff1a 6px,#0000 6px 12px);height:1px;margin:0 24px}.auth-action{justify-content:center;padding:24px;display:flex}.auth-google-btn{justify-content:center;align-items:center;width:280px;height:40px;display:flex;overflow:hidden}@keyframes googleBtnFade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.auth-modal{max-width:100%}}.header{z-index:100;border-bottom:1px solid var(--border);height:76px;position:fixed;top:0;left:0;right:0;background:#080c16cc!important}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-image{object-fit:contain;width:auto;height:44px}.nav-desktop{align-items:center;gap:32px;display:flex}.nav-link{color:var(--text-secondary);align-items:center;gap:6px;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.nav-link:hover,.nav-link.active{color:var(--primary)}.header-actions{align-items:center;gap:16px;display:flex}.btn-signin{color:var(--primary);border-radius:var(--radius-full);background:#0bcacd1a;border:1px solid #0bcacd33;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-signin:hover{background:var(--primary);color:#000}.user-menu-wrapper{cursor:pointer;position:relative}img.user-avatar{border:2px solid var(--primary);object-fit:cover;background:var(--bg-surface);border-radius:50%;width:44px;height:44px}.user-dropdown{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);flex-direction:column;gap:4px;width:220px;padding:8px;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 12px 40px #00000080}.user-info{border-bottom:1px solid var(--border);margin-bottom:4px;padding:8px 12px 12px}.user-name{color:var(--text-primary);font-size:.95rem;font-weight:700;display:block}.user-email{color:var(--text-secondary);text-overflow:ellipsis;font-size:.8rem;display:block;overflow:hidden}.dropdown-item{width:100%;color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.dropdown-item:hover{background:#ffffff0d}.logout-item{color:var(--error)}.logout-item:hover{background:#f851491a}.mobile-nav{background:var(--bg-surface);border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:16px 24px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden}.mobile-nav-link{color:var(--text-primary);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;font-size:1.1rem;display:flex}.mobile-only-item{display:none!important}@media (width<=768px){.nav-desktop{display:none}.mobile-only-item{display:flex!important}.btn-signin{padding:8px 16px;font-size:.85rem}}.chat-badge{color:#fff;background:#ef4444;border:2px solid #0f1524;border-radius:12px;justify-content:center;align-items:center;min-width:20px;padding:2px 6px;font-size:.7rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-8px;right:-12px}.footer{border-top:1px solid var(--border);margin-top:64px;padding:32px 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.footer-brand{align-items:center;gap:8px;display:flex}.footer-logo-img{object-fit:contain;filter:grayscale(.1);opacity:1;width:auto;height:40px;transition:all .2s}.footer-logo-img:hover{filter:grayscale(0);opacity:1}.footer-tagline{color:var(--text-muted);font-size:.875rem}.prompt-wrapper{flex-direction:column;gap:20px;width:100%;display:flex}.prompt-main{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:16px;transition:border-color .3s;position:relative}.prompt-main:focus-within{border-color:#0bcacd80}.prompt-icon{color:var(--text-secondary);position:absolute;top:16px;left:16px}.prompt-textarea{width:100%;color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;padding-left:36px;font-family:inherit;font-size:1rem;line-height:1.5}.prompt-textarea::placeholder{color:var(--text-secondary);opacity:.5}.options-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.option-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;transition:border-color .2s;display:flex;position:relative}.option-item:hover,.option-item:focus-within{border-color:#ffffff26}.option-item svg{color:var(--text-secondary);pointer-events:none;position:absolute;left:12px}.option-item select{appearance:none;width:100%;color:var(--text-secondary);cursor:pointer;background-color:#0000;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%239ba0b3%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right .8em top 50%,0 0;background-repeat:no-repeat,repeat;background-size:.65em,100%;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:none;outline:none;padding:12px 32px 12px 36px;font-family:inherit;font-size:.85rem}.option-item select option{background:var(--bg-secondary);color:var(--text-primary)}@media (width<=768px){.options-grid{grid-template-columns:repeat(2,1fr)}}.generate-btn-wrap{width:100%}.generate-btn{background:var(--gradient);color:#fff;width:100%;box-shadow:0 4px 12px var(--primary-glow);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:14px 24px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0bcacd4d}.generate-btn:active:not(:disabled){transform:translateY(0)}.generate-btn:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(.5)}.btn-icon{animation:2s infinite pulse-icon}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.btn-loading .btn-text,.btn-loading .btn-icon{opacity:0}.btn-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}.generate-remaining,.unlimited-badge{display:none}.result-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);overflow:hidden}.similar-badge{color:#f59e0b;background:#f59e0b26;border-bottom:1px solid #f59e0b33;align-items:center;gap:6px;padding:8px 16px;font-size:.8rem;font-weight:500;display:flex}.result-image-wrapper{background:var(--bg-surface);aspect-ratio:1;position:relative}.result-image{object-fit:cover;width:100%;height:100%;display:block}.result-overlay{opacity:0;gap:8px;transition:opacity .2s;display:flex;position:absolute;bottom:12px;right:12px}.result-image-wrapper:hover .result-overlay{opacity:1}.action-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);color:#fff;background:#0a0a0fcc;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.action-btn:hover{background:#7c3aedcc}.result-info{flex-direction:column;gap:12px;padding:16px;display:flex}.result-prompt-wrapper{align-items:flex-start;gap:8px;display:flex}.result-prompt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.result-meta{flex-wrap:wrap;gap:6px;display:flex}.meta-tag{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;display:flex}.meta-tag.expires{color:#f59e0b;background:#f59e0b0d;border-color:#f59e0b33}@media (width<=768px){.result-overlay{opacity:1}}.close-result-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#0a0a0fb3;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.close-result-btn:hover{background:#ef4444cc;border-color:#ef4444}.screensaver-overlay{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#05080ed9;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.screensaver-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#7c3aed26;border:1px solid #7c3aed4d;border-radius:30px;align-items:center;gap:16px;margin-bottom:40px;padding:14px 28px;font-size:1.1rem;font-weight:500;display:flex;box-shadow:0 10px 30px #7c3aed33}.screensaver-collage{aspect-ratio:1;justify-content:center;align-items:center;width:90vw;max-width:600px;display:flex;position:relative}.screensaver-collage.cinematic-collage{aspect-ratio:1;pointer-events:none;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;width:90vw;max-width:600px;display:grid;position:relative;transform:rotate(-10deg)scale(1.1);-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 75%);mask-image:radial-gradient(circle,#000 40%,#0000 75%)}.collage-item{background:var(--bg-surface);border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden}.collage-item.tl{border-bottom-right-radius:8px}.collage-item.tr{border-bottom-left-radius:8px}.collage-item.bl{border-top-right-radius:8px}.collage-item.br{border-top-left-radius:8px}.collage-image{object-fit:cover;width:100%;height:100%}.typewriter-cursor{vertical-align:middle;background-color:#fff;width:2px;height:1.1em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.ss-glow{filter:blur(150px);z-index:-1;opacity:.6;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite alternate pulseGlow;position:absolute}.ss-glow-1{background:#0bcacd59;width:700px;height:700px;animation-delay:0s;top:-10%;left:-20%}.ss-glow-2{background:#e39e0a40;width:600px;height:600px;animation-delay:-3s;bottom:-20%;right:-10%}.ss-glow-3{background:#7c3aed4d;width:500px;height:500px;animation-delay:-6s;top:40%;left:40%;transform:translate(-50%,-50%)}@keyframes pulseGlow{0%{opacity:.4;transform:scale(.8)translate(0)}to{opacity:.7;transform:scale(1.1)translate(20px,-20px)}}.home-wrapper{background-color:#000;overflow:hidden}.hero-section{z-index:1;align-items:center;min-height:auto;padding:120px 0 40px;display:flex;position:relative}.hero-shape{filter:blur(180px);z-index:-2;opacity:.6;border-radius:50%;position:absolute}.shape-1{background:#e39e0a66;width:600px;height:600px;top:10%;left:-100px}.shape-2{background:#0bcacd66;width:600px;height:600px;top:20%;right:-100px}.float-img{z-index:0;pointer-events:none;border-radius:16px;width:220px;height:220px;position:absolute}.float-img:before,.float-img:after{content:"";background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;position:absolute;inset:0;box-shadow:0 10px 30px #00000080}.float-img:before{z-index:-2;transform:rotate(-6deg)scale(.95)}.float-img:after{z-index:-1;transform:rotate(4deg)scale(.98)}.float-img-inner{z-index:1;background:#ffffff14;border:1px solid #fff3;border-radius:16px;width:100%;height:100%;padding:8px;position:relative;box-shadow:0 20px 50px #000c}.float-img-inner img{object-fit:cover;border-radius:10px;width:100%;height:100%}.img-tl{top:12%;left:8%;transform:rotate(-12deg)}.img-tr{top:10%;right:8%;transform:rotate(15deg)}.img-bl{bottom:15%;left:10%;transform:rotate(-8deg)}.img-br{bottom:20%;right:10%;transform:rotate(10deg)}.hero-container{flex-direction:column;align-items:center;width:100%;display:flex}.hero-text-content{text-align:center;z-index:2;max-width:800px;margin-bottom:40px}.users-badge{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:20px;font-size:.85rem;font-weight:600;display:inline-flex}.rating-badge{background:#ffc10726;border:1px solid #ffc1074d;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;display:flex;box-shadow:0 0 10px #ffc1071a}.rating-text{text-shadow:0 0 20px #ffc10780;background:linear-gradient(135deg,#fff500 0%,#ffb300 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:.9rem;font-weight:800}.users-avatars{display:flex}.users-avatars img{background:#333;border:2px solid #000;border-radius:50%;width:24px;height:24px;margin-left:-8px}.users-avatars img:first-child{margin-left:0}.hero-title{letter-spacing:-.03em;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.15}.hero-title.gradient-text{background-color:#0000;background-image:linear-gradient(120deg,#0000 35%,#ffffffe6 50%,#0000 65%),linear-gradient(90deg,#04f 0%,#00d4ff 30%,#00e676 60%,#fb0 85%,#f60 100%);background-position:-50% 0,0 0;background-repeat:no-repeat;background-size:250% 100%,100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite shimmer-text}@keyframes shimmer-text{0%{background-position:-50% 0,0 0}to{background-position:150% 0,0 0}}.hero-sub{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.generator-container{z-index:2;border-radius:20px;width:100%;max-width:800px;position:relative}.glass-card-border{-webkit-mask-composite:xor;pointer-events:none;z-index:3;border-radius:20px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glass-card-border:before{content:"";transform-origin:50%;will-change:transform;background:conic-gradient(#0000 60%,#0bcacd 80%,#e39e0a 100%);width:2500px;height:2500px;animation:10s linear infinite spin-light;position:absolute;top:50%;left:50%}@keyframes spin-light{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.generator-inner{-webkit-backdrop-filter:blur(24px);z-index:2;background:#14141966;border:1px solid #ffffff0d;border-radius:20px;width:100%;padding:28px;position:relative;box-shadow:0 30px 80px #000c}.generator-footer{flex-direction:column;gap:16px;margin-top:16px;display:flex}.smart-suggestion{text-align:center;color:var(--text-secondary);margin-top:24px;font-size:.85rem}.smart-suggestion strong{color:var(--primary)}.signin-nudge{color:var(--text-secondary);justify-content:center;align-items:center;gap:12px;font-size:.9rem;display:flex}.signin-nudge button{color:var(--primary);background:0 0;border:none;align-items:center;gap:6px;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex}.signin-nudge button:hover{color:#fff}.result-wrapper{margin-top:32px}@media (width<=992px){.float-img{display:none}}@media (width<=768px){.hero-section{padding:100px 0 60px}.generator-inner{padding:20px}}.how-to-section{z-index:2;background:#000;border-top:1px solid #ffffff0d;padding:40px 0;position:relative;overflow:hidden}.how-to-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.how-to-left{aspect-ratio:1;width:100%;position:relative}.how-to-glow{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle at 30%,#0bcacd4d 0%,#e39e0a40 30%,#0000 60%);width:120%;height:120%;position:absolute;top:10%;left:-30%}.collage-grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:12px;display:grid;position:relative;transform:rotate(-15deg)scale(.9);-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 75%);mask-image:radial-gradient(circle,#000 40%,#0000 75%)}.collage-grid img{aspect-ratio:1;object-fit:cover;opacity:.95;border-radius:20px;width:100%;transition:transform .3s}.collage-grid img:hover{opacity:1;transform:scale(1.05)}.collage-grid img:nth-child(2n){transform:translateY(60px)}.how-to-title{margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.2}.how-to-subtitle{color:var(--text-secondary);margin-bottom:48px;font-size:1.1rem;line-height:1.6}.steps-list{flex-direction:column;gap:32px;display:flex;position:relative}.step-line{z-index:0;border-left:2px dashed #0bcacd4d;width:1px;position:absolute;top:24px;bottom:40px;left:24px}.step-item{z-index:1;gap:24px;display:flex;position:relative}.step-number{background:var(--gradient);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1rem;font-weight:800;display:flex;box-shadow:0 0 20px #0bcacd4d}.step-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-grow:1;padding:32px 28px;transition:background .2s,border-color .2s}.step-card:hover{background:#ffffff0d;border-color:#0bcacd4d}.step-card h3{color:#fff;margin-bottom:12px;font-size:1.15rem;font-weight:700}.step-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (width<=992px){.how-to-container{grid-template-columns:1fr;gap:40px}.how-to-left{max-width:500px;margin:0 auto}}.image-card{cursor:pointer;border-radius:var(--radius-lg);background:var(--bg-secondary);border:1px solid var(--border);transition:box-shadow .2s;overflow:hidden}.image-card:hover{box-shadow:var(--shadow-glow);border-color:var(--border-strong)}.card-image-wrapper{position:relative}.card-image{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;display:block}.card-overlay{border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:linear-gradient(#0000 0%,#000000d9 60%);flex-direction:column;justify-content:space-between;padding:12px;display:flex;position:absolute;inset:0}.card-actions{justify-content:flex-end;gap:6px;display:flex}.card-action-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-sm);color:#fff;background:#111118cc;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.card-action-btn:hover{background:#7c3aedcc}.card-action-btn.danger:hover{background:#ef4444cc}.card-action-btn:disabled{opacity:.5;cursor:not-allowed}.card-prompt{color:#ffffffd9;align-items:flex-start;gap:4px;font-size:.75rem;line-height:1.4;display:flex}.card-owner{border-top:1px solid var(--border);align-items:center;gap:6px;padding:8px 12px;display:flex}.owner-avatar{object-fit:cover;border-radius:50%;width:20px;height:20px}.owner-avatar-fallback{background:var(--gradient-subtle);color:#7c3aed;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.owner-name{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.fullview-backdrop{z-index:300;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;position:fixed;inset:0}.fullview{z-index:301;border-radius:var(--radius-xl);flex-direction:column;gap:16px;width:100%;max-width:min(900px,90vw);max-height:90vh;padding:0;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.fullview-image{object-fit:contain;background:var(--bg-primary);width:100%;max-height:70vh}.fullview-info{flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex}.fullview-prompt{-webkit-user-select:text;user-select:text;cursor:text;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.fullview-meta{flex-wrap:wrap;gap:6px;display:flex}.fullview-download{background:var(--gradient);color:#fff;border-radius:var(--radius-md);border:none;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.fullview-download:hover{opacity:.9}.fullview-close{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.fullview-close:hover{background:#fff3}.gallery-locked{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;padding:40px 24px;display:flex}.lock-icon{background:var(--gradient-subtle);border:1px solid var(--border-strong);color:#7c3aed;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.gallery-locked h2{color:var(--text-primary);font-size:1.8rem}.gallery-locked p{color:var(--text-secondary);max-width:400px;font-size:1rem}.unlock-btn{background:var(--gradient);color:#fff;border-radius:var(--radius-lg);border:none;padding:14px 32px;font-family:Sora,sans-serif;font-size:1rem;font-weight:600;transition:opacity .2s;box-shadow:0 4px 20px #7c3aed66}.unlock-btn:hover{opacity:.9}.page-header{padding:120px 0 32px}.page-title-wrapper{align-items:center;gap:16px;display:flex}.page-title-icon{background:var(--gradient);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-title{color:var(--text-primary);font-size:1.8rem}.page-subtitle{color:var(--text-muted);margin-top:4px;font-size:.9rem}.gallery-loading{justify-content:center;padding:80px 0;display:flex}.load-more-wrapper{justify-content:center;padding:40px 0;display:flex}.load-more-btn{background:var(--bg-secondary);border:1.5px solid var(--border);border-radius:var(--radius-lg);color:var(--text-primary);align-items:center;gap:8px;padding:12px 32px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.load-more-btn:hover{background:var(--gradient-subtle);border-color:#7c3aed}.empty-state{color:var(--text-muted);flex-direction:column;align-items:center;gap:16px;padding:80px 0;font-size:1rem;display:flex}.user-page-avatar{object-fit:cover;border:2px solid #7c3aed80;border-radius:50%;width:52px;height:52px}.quota-card{border-radius:var(--radius-lg);max-width:280px;margin-top:20px;padding:16px 20px}.quota-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:8px;font-size:.8rem;font-weight:600;display:flex}.quota-numbers{align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.quota-used{color:var(--text-primary);font-family:Sora,sans-serif;font-size:2rem;font-weight:700}.quota-sep,.quota-total{color:var(--text-muted);font-size:1.2rem}.quota-bar{background:var(--bg-elevated);border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}.quota-fill{background:var(--gradient);border-radius:2px;height:100%}.quota-note{color:var(--text-muted);font-size:.7rem;font-style:italic}.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;width:100%;padding:20px 0;display:grid}@media (width>=640px){.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}@media (width>=1024px){.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}}.admin-auth-wrapper{background-color:#050810;flex:1;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Outfit,sans-serif;display:flex;position:relative;overflow:hidden}.admin-glow-shape{filter:blur(150px);z-index:0;opacity:.5;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.admin-glow-shape.shape-tl{background:#0bcacd66;top:-10%;left:-10%}.admin-glow-shape.shape-br{background:#7c3aed66;bottom:-10%;right:-10%}.admin-login-glass{z-index:1;-webkit-backdrop-filter:blur(24px);background:#0f152499;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:32px;width:100%;max-width:440px;padding:48px;display:flex;position:relative;box-shadow:0 24px 40px #0006,inset 0 1px #ffffff1a}.admin-login-header{text-align:center;color:#fff}.admin-shield-icon{color:#0bcacd;margin-bottom:16px}.admin-login-header h2{letter-spacing:-.5px;margin-bottom:8px;font-size:1.75rem;font-weight:700}.admin-login-header p{color:#8892b0;font-size:.95rem}.admin-login-form{flex-direction:column;gap:16px;display:flex}.input-group{align-items:center;display:flex;position:relative}.input-icon{color:#8892b0;position:absolute;left:16px}.input-group input{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:14px 16px 14px 48px;font-family:inherit;font-size:1rem;transition:all .2s}.input-group input:focus{background:#0bcacd0d;border-color:#0bcacd;outline:none;box-shadow:0 0 0 4px #0bcacd1a}.admin-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bcacd 0%,#e39e0a 100%);border:none;border-radius:12px;margin-top:8px;padding:16px;font-size:1.05rem;font-weight:600;transition:all .2s;box-shadow:0 8px 20px #0bcacd40}.admin-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px #0bcacd59}.admin-submit-btn:disabled{opacity:.7;cursor:not-allowed}.back-to-home-btn{color:#8892b0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:.9rem;transition:color .2s;display:flex}.back-to-home-btn:hover{color:#fff}.admin-dashboard{color:#fff;background-color:#0b0f19;flex:1;width:100%;min-height:100vh;font-family:Outfit,sans-serif;display:flex}.admin-sidebar{background:#111827;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;width:260px;padding:24px 0;display:flex}.sidebar-brand{color:#fff;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;margin-bottom:24px;padding:0 24px 32px;font-size:1.25rem;font-weight:700;display:flex}.brand-icon{color:#0bcacd}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:0 16px;display:flex}.nav-item{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.nav-item:hover{color:#f3f4f6;background:#ffffff0d}.nav-item.active{color:#0bcacd;background:#0bcacd26}.logout-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;margin:0 16px;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.logout-btn:hover{background:#ef44441a}.admin-main{flex-direction:column;flex:1;height:100vh;display:flex;overflow-y:auto}.admin-header-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0b0f19cc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px 40px;display:flex;position:sticky;top:0}.admin-header-bar h2{font-size:1.5rem;font-weight:600}.admin-profile{align-items:center;gap:16px;font-weight:500;display:flex}.admin-avatar{background:linear-gradient(135deg,#0bcacd,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.stats-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;padding:32px 40px 0;display:grid}.stat-card{background:#111827;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;padding:24px;display:flex}.stat-info h3{color:#9ca3af;margin-bottom:8px;font-size:.9rem;font-weight:500}.stat-info p{color:#fff;margin:0;font-size:2rem;font-weight:700}.stat-icon-wrapper{color:#0bcacd;background:#0bcacd1a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.admin-content-area{flex:1;padding:32px 40px 40px}.modern-table-container{background:#111827;border:1px solid #ffffff0d;border-radius:16px;overflow-x:auto}.modern-table{border-collapse:collapse;width:100%}.modern-table th{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;text-align:left;background:#0003;border-bottom:1px solid #ffffff0d;padding:16px 24px;font-size:.85rem;font-weight:500}.modern-table td{color:#e5e7eb;vertical-align:middle;border-bottom:1px solid #ffffff05;padding:16px 24px}.modern-table tr:hover{background:#ffffff05}.user-cell{align-items:center;gap:12px;font-weight:500;display:flex}.user-cell img{background:#1f2937;border-radius:50%;width:36px;height:36px}.badge-usage{color:#0bcacd;background:#0bcacd26;border-radius:20px;padding:4px 10px;font-size:.85rem;font-weight:600}.date-cell{color:#9ca3af;align-items:center;gap:8px;font-size:.9rem;display:flex}.btn-icon-delete{color:#ef4444;cursor:pointer;background:#ef44441a;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.btn-icon-delete:hover{color:#fff;background:#ef4444}.btn-icon-delete.small{width:32px;height:32px}.admin-masonry-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.admin-image-card{aspect-ratio:1;background:#111827;border:1px solid #ffffff0d;border-radius:16px;position:relative;overflow:hidden}.admin-image-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.admin-image-card:hover img{transform:scale(1.05)}.image-card-overlay{opacity:0;background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%);flex-direction:column;justify-content:flex-end;padding:16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.admin-image-card:hover .image-card-overlay{opacity:1}.image-prompt{color:#fff;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.85rem;font-style:italic;display:-webkit-box;overflow:hidden}.image-meta-flex{justify-content:space-between;align-items:center;display:flex}.image-author{color:#9ca3af;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:12px;padding:4px 8px;font-size:.75rem}.admin-loading{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:400px;display:flex}.spinner{border:3px solid #0bcacd33;border-top-color:#0bcacd;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.empty-state{text-align:center;color:#6b7280;padding:60px;font-style:italic}.grid-empty{background:#111827;border:1px dashed #ffffff1a;border-radius:16px;grid-column:1/-1}:root{--bg-primary:#080c16;--bg-secondary:#0f1524;--bg-surface:#171d30;--text-primary:#fff;--text-secondary:#a0a6bd;--border:#ffffff14;--border-strong:#ffffff26;--primary:#0bcacd;--secondary:#e39e0a;--primary-glow:#0bcacd33;--gradient:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-primary)}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1300px;margin:0 auto;padding:0 24px}.gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);background:#0f152499}
