/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}.visible{visibility:visible}.relative{position:relative}.static{position:static}.container{width:100%}.mx-auto{margin-inline:auto}.flex{display:flex}.grid{display:grid}.table{display:table}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-center{align-items:center}.justify-between{justify-content:space-between}.overflow-x-auto{overflow-x:auto}.border{border-style:var(--tw-border-style);border-width:1px}.whitespace-pre{white-space:pre}.lowercase{text-transform:lowercase}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{background-color:#000;min-height:100vh}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}.header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#000c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700}.logo-icon{width:36px;height:36px;background:#9333ea;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-icon-text{color:#fff;font-size:1.25rem;font-weight:700;line-height:.8;display:flex;align-items:center;justify-content:center;margin-top:-2px}.logo-text{font-weight:700;background:linear-gradient(to right,#fff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#d1d5db;text-decoration:none;font-size:1rem;transition:color .2s;font-weight:400;padding:.75rem .5rem;display:inline-block;min-height:44px;line-height:1.5}.nav-link:hover{color:#fff}.btn-primary{background:#9333ea;color:#fff;padding:.5rem 1.25rem;border-radius:9999px;text-decoration:none;font-weight:500;transition:all .2s}.btn-primary:hover{background:#7e22ce;transform:scale(1.05)}.user-info{color:#d1d5db;font-size:.95rem;font-weight:500}.logout-btn{background:transparent;border:1.5px solid #9333ea;color:#c084fc;padding:.5rem 1.25rem;border-radius:9999px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.95rem}.logout-btn:hover{background:#9333ea;color:#fff;transform:scale(1.05)}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:60}.hamburger span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:40}@media(max-width:768px){.header{padding:.75rem 1rem}.header-container{height:auto;min-height:3.5rem}.logo{font-size:1.25rem;z-index:60}.logo-icon{width:32px;height:32px}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:5rem 2rem 2rem;gap:0;transition:right .3s ease;border-left:1px solid rgba(255,255,255,.1);overflow-y:auto}.nav.mobile-open{right:0}.nav-link,.btn-primary,.logout-btn{width:100%;text-align:left;padding:1rem;font-size:1rem;border-radius:.5rem;margin-bottom:.5rem}.nav-link:hover{background:#9333ea1a}.user-info{font-size:.875rem;padding:1rem;margin-bottom:.5rem;color:#c084fc;text-align:left}.btn-primary{text-align:center;margin-top:1rem}.logout-btn{text-align:center;margin-top:.5rem}.mobile-overlay{display:block}}@media(max-width:480px){.header{padding:.5rem .75rem}.nav{width:260px;padding:4.5rem 1.5rem 1.5rem}.nav-link,.btn-primary,.logout-btn{font-size:.95rem;padding:.875rem}}.home{min-height:100vh;background:#000}.hero{max-width:1200px;margin:0 auto;padding:8rem 2rem 5rem;display:flex;flex-direction:column;gap:3rem;position:relative}.hero-content{text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-.025em}.hero-subtitle{font-size:1.25rem;color:#a0a0a0;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-white{background:#fff;color:#0a0a0a}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}.btn-outline{background:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background:#fff;color:#0a0a0a}.hero-image{width:100%;max-width:1024px;margin:0 auto;position:relative}.hero-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000,transparent);z-index:10;border-radius:1.5rem}.hero-image img{width:100%;height:auto;display:block;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #000c}.features{max-width:1200px;margin:4rem auto;padding:6rem 2rem;background:#000;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{text-align:center}.feature-icon{width:48px;height:48px;margin:0 auto 1.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:#9333ea33}.feature-icon.purple{background:#9333ea33}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.feature-card p{color:#9ca3af;line-height:1.6}.pricing{max-width:1200px;margin:4rem auto;padding:6rem 2rem;text-align:center;background:#000}.pricing-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.pricing-subtitle{color:#9ca3af;font-size:1.125rem;margin-bottom:4rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;text-align:left;position:relative;display:flex;flex-direction:column}.pricing-card.featured{border:1px solid #a855f7;background:#a855f70d}.most-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:.4rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.plan-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.plan-price{margin-bottom:1rem}.price{font-size:3rem;font-weight:700}.period{color:#a0a0a0;font-size:1.125rem}.plan-description{color:#a0a0a0;margin-bottom:2rem;line-height:1.6}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{padding:.75rem 0;border-bottom:1px solid #333;color:#e0e0e0;display:flex;align-items:center;gap:.75rem}.plan-features li:last-child{border-bottom:none}.check-icon{flex-shrink:0;color:#8b5cf6}.plan-button{width:100%;padding:1rem;border-radius:9999px;font-weight:600;border:2px solid #8b5cf6;background:transparent;color:#fff;cursor:pointer;transition:all .3s}.plan-button:hover{background:#8b5cf61a}.plan-button.featured{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:none}.plan-button.featured:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}.signup{max-width:600px;margin:4rem auto;padding:6rem 2rem;background:#000}.signup-container{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:3rem}.signup-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.signup-subtitle{color:#a0a0a0;text-align:center;margin-bottom:2rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.875rem;color:#e0e0e0;font-weight:500}.input-with-prefix{display:flex;align-items:center;background:#0a0a0a;border:1px solid #333;border-radius:8px;overflow:hidden}.input-prefix{padding:.75rem 1rem;background:#1a1a1a;color:#a0a0a0;border-right:1px solid #333;white-space:nowrap}.input-with-prefix input{flex:1;border:none;background:transparent;padding:.75rem 1rem;color:#fff;outline:none}.form-group input{padding:.75rem 1rem;background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;outline:none;transition:border-color .3s}.form-group input:focus{border-color:#8b5cf6}.submit-button{padding:1rem;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;border:none;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}.terms{text-align:center;font-size:.875rem;color:#a0a0a0}.terms a{color:#8b5cf6;text-decoration:none}.terms a:hover{text-decoration:underline}.footer{border-top:1px solid rgba(255,255,255,.05);padding:3rem 2rem;background:#09090b}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700}.footer-logo .logo-text{background:linear-gradient(to right,#fff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo .logo-icon{width:32px;height:32px;background:#9333ea;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-logo .logo-icon-text{color:#fff;font-size:1.125rem;font-weight:700;line-height:.8;display:flex;align-items:center;justify-content:center;margin-top:-2px}.footer-links{display:flex;gap:2rem;font-size:.875rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-copyright{color:#6b7280;font-size:.875rem}@media(max-width:768px){.hero{padding:6rem 1.5rem 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}.features{padding:4rem 1.5rem}.features-grid{grid-template-columns:1fr}.pricing{padding:4rem 1.5rem}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:1.5rem}.signup{padding:4rem 1.5rem}.signup-container{padding:2rem}}@media(max-width:480px){.hero{padding:5rem 1rem 3rem}.hero-title{font-size:1.875rem;line-height:1.2}.hero-subtitle{font-size:.9375rem}.btn-large{padding:.875rem 1.5rem;font-size:1rem}.features{padding:3rem 1rem}.section-title{font-size:2rem}.feature-card{padding:1.5rem}.feature-title{font-size:1.125rem}.pricing{padding:3rem 1rem}.pricing-title{font-size:2rem}.pricing-card{padding:1.25rem}.plan-name{font-size:1.25rem}.plan-price{font-size:2rem}.signup{padding:3rem 1rem}.signup-container{padding:1.5rem}.signup-title{font-size:1.5rem}.input-with-prefix input{padding:.75rem .875rem}}.features-page{min-height:100vh;background:#000}.features-hero{max-width:1200px;margin:0 auto;padding:8rem 2rem 5rem;text-align:center}.features-hero-content{max-width:900px;margin:0 auto}.features-hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-.025em}.highlight{color:#a855f7}.features-hero-subtitle{font-size:1.25rem;color:#9ca3af;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-button-large{display:inline-block;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s}.cta-button-large:hover{transform:translateY(-2px);box-shadow:0 10px 30px #8b5cf666}.main-features{max-width:1200px;margin:0 auto;padding:4rem 2rem 6rem}.features-container{width:100%}.feature-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:3rem;margin-bottom:2rem;transition:all .3s}.feature-item:hover{border-color:#9333ea;background:#9333ea0d;transform:translateY(-4px)}.feature-icon-wrapper{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:#9333ea33;margin-bottom:1.5rem}.feature-icon-wrapper.purple{background:#9333ea33}.feature-item h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.feature-item>p{font-size:1.125rem;color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.feature-benefits{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-benefits li{color:#d1d5db;font-size:.9375rem;padding-left:1.75rem;position:relative}.feature-benefits li:before{content:"✓";position:absolute;left:0;color:#a855f7;font-weight:700;font-size:1.125rem}.additional-features{background:#ffffff05;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:6rem 2rem}.additional-features .features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:3rem}.features-grid-small{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card-small{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s}.feature-card-small:hover{border-color:#9333ea;transform:translateY(-2px)}.feature-icon-small{width:48px;height:48px;border-radius:.75rem;background:#9333ea33;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-card-small h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.feature-card-small p{font-size:.9375rem;color:#9ca3af;line-height:1.6}.features-cta{max-width:1200px;margin:0 auto;padding:6rem 2rem;text-align:center}.features-cta-content{max-width:700px;margin:0 auto;background:#9333ea1a;border:1px solid rgba(147,51,234,.3);border-radius:1.5rem;padding:4rem 3rem}.features-cta h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.features-cta p{font-size:1.125rem;color:#d1d5db;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button-primary{display:inline-block;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:1rem 2rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:1.0625rem;transition:all .3s}.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf666}.cta-button-secondary{display:inline-block;background:transparent;color:#fff;padding:1rem 2rem;border-radius:9999px;border:2px solid rgba(255,255,255,.2);text-decoration:none;font-weight:600;font-size:1.0625rem;transition:all .3s}.cta-button-secondary:hover{border-color:#fff;background:#ffffff0d}@media(max-width:1024px){.features-grid-small{grid-template-columns:repeat(2,1fr)}.feature-benefits{grid-template-columns:1fr}}@media(max-width:768px){.features-hero{padding:6rem 1.5rem 4rem}.features-hero-title{font-size:2.5rem}.features-hero-subtitle{font-size:1rem}.main-features{padding:3rem 1.5rem 5rem}.feature-item{padding:2rem}.feature-item h2{font-size:1.5rem}.feature-item>p{font-size:1rem}.feature-benefits{grid-template-columns:1fr;gap:.5rem}.section-title{font-size:2rem}.features-grid-small{grid-template-columns:1fr;gap:1.5rem}.features-cta{padding:5rem 1.5rem}.features-cta-content{padding:3rem 2rem}.features-cta h2{font-size:2rem}.cta-buttons{flex-direction:column}.cta-button-primary,.cta-button-secondary{width:100%}}@media(max-width:480px){.features-hero{padding:5rem 1rem 3rem}.features-hero-title{font-size:2rem}.features-hero-subtitle{font-size:.9375rem}.main-features{padding:2rem 1rem 4rem}.feature-item{padding:1.5rem}.feature-item h2{font-size:1.375rem}.feature-icon-wrapper{width:56px;height:56px}.additional-features{padding:4rem 1rem}.section-title{font-size:1.75rem}.feature-card-small{padding:1.5rem}.features-cta{padding:4rem 1rem}.features-cta-content{padding:2.5rem 1.5rem}.features-cta h2{font-size:1.75rem}.features-cta p{font-size:1rem}}.page{min-height:calc(100vh - 80px);padding:4rem 2rem}.page-container{max-width:1200px;margin:0 auto}.page h1{font-size:3rem;margin-bottom:2rem}.page p{font-size:1.25rem;color:#a0a0a0}.login-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.login-container{width:100%;max-width:450px}.login-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.login-title{text-align:center;font-size:28px;margin-bottom:2rem;color:#333}.mode-toggle{display:flex;gap:0;margin-bottom:2rem;background:#f0f0f0;border-radius:8px;padding:4px}.mode-btn{flex:1;padding:.75rem;border:none;background:transparent;font-size:15px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s;color:#666}.mode-btn.active{background:#fff;color:#8b5cf6;box-shadow:0 2px 4px #0000001a}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:14px}.form-group input{padding:.75rem 1rem;border:1.5px solid #ddd;border-radius:6px;font-size:15px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#8b5cf6}.submit-btn{padding:.875rem 1.5rem;background:#8b5cf6;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.submit-btn:hover:not(:disabled){background:#7c3aed}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.error-message{padding:.75rem 1rem;background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px}@media(max-width:600px){.login-card{padding:2rem 1.5rem}.login-title{font-size:24px}}.image-upload{margin-bottom:1.5rem}.image-upload label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.upload-container{display:flex;flex-direction:column;gap:1rem}.preview-box{width:200px;height:200px;border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;transition:border-color .3s;background:#fafafa}.preview-box:hover{border-color:#8b5cf6}.preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.preview-placeholder{text-align:center;color:#666;padding:1rem}.preview-placeholder svg{margin:0 auto .5rem;color:#999}.preview-placeholder p{margin:0;font-size:14px}.upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.upload-overlay p{margin-top:.5rem;font-size:14px}.spinner{border:3px solid #f3f3f3;border-top:3px solid #8b5cf6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.change-image-btn{padding:.75rem 1.5rem;background:#8b5cf6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s;min-height:44px}.change-image-btn:hover:not(:disabled){background:#7c3aed}.change-image-btn:disabled{background:#ccc;cursor:not-allowed}.error-message{padding:.75rem;background:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;font-size:14px;margin-top:.5rem}.debug-box{margin-top:1rem;padding:1rem;background:#f0f0f0;border:1px solid #ccc;border-radius:4px;font-family:monospace;font-size:12px;max-height:200px;overflow:auto}.debug-box strong{display:block;margin-bottom:.5rem;font-family:system-ui,-apple-system,sans-serif}.field-hint{margin-top:.5rem;font-size:13px;color:#666}@media(max-width:768px){.preview-box{width:160px;height:160px}.debug-box{font-size:13px;margin-top:.75rem;padding:.75rem}}@media(max-width:480px){.preview-box{width:140px;height:140px}.preview-placeholder p{font-size:12px}.change-image-btn{width:100%;padding:.875rem 1rem}.debug-box{font-size:12px;padding:.625rem}.field-hint{font-size:12px}}.dashboard{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.dashboard-container{max-width:800px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#fff}.dashboard-actions{display:flex;gap:.75rem;flex-wrap:wrap}.create-post-btn{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:.625rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .2s}.create-post-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf64d}.view-profile-btn{background:transparent;color:#9333ea;border:1.5px solid #9333ea;padding:.625rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s}.view-profile-btn:hover{background:#9333ea;color:#fff;transform:scale(1.05)}.success-message{background:#22c55e1a;border:1px solid #22c55e;color:#22c55e;padding:.75rem 1rem;border-radius:.5rem;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.dashboard-form{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem}.form-section{margin-bottom:2rem}.form-section h2{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;color:#e0e0e0;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;background:#0a0a0a;border:1px solid #333;border-radius:.5rem;color:#fff;font-size:1rem;outline:none;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:#8b5cf6}.form-group textarea{resize:vertical;min-height:100px}.disabled-input{opacity:.5;cursor:not-allowed}.field-hint{font-size:.75rem;color:#a0a0a0;margin-top:.5rem}.save-button{width:100%;padding:1rem;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;border:none;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.save-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}@media(max-width:768px){.dashboard{padding:5rem 1rem 2rem}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header h1{font-size:1.5rem}.dashboard-form{padding:1.5rem}.dashboard-actions{width:100%}.create-post-btn,.view-profile-btn{padding:.75rem 1.25rem}}@media(max-width:480px){.dashboard{padding:4rem .75rem 2rem}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h1{font-size:1.25rem}.dashboard-actions{width:100%;flex-direction:column}.create-post-btn,.view-profile-btn{width:100%;text-align:center;padding:.875rem 1rem}.dashboard-form{padding:1.25rem}.form-section h2{font-size:1.125rem;margin-bottom:1rem}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{padding:.625rem .875rem;font-size:.9375rem}.form-group textarea{min-height:80px}.save-button{padding:.875rem;font-size:.9375rem}}.profile{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.profile-container{max-width:800px;margin:0 auto}.home-link{display:inline-block;background:#9333ea;color:#fff;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;font-weight:500;transition:all .2s}.home-link:hover{background:#7e22ce;transform:scale(1.05)}.profile-header{text-align:center;padding:2rem 0 3rem;border-bottom:1px solid rgba(255,255,255,.1)}.profile-image{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto 1.5rem;border:3px solid #9333ea;display:block}.profile-image-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a855f7);margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.profile-image-placeholder span{color:#fff;font-size:3rem;font-weight:700}.profile-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.profile-username{font-size:1rem;color:#9333ea;margin-bottom:1rem;font-weight:500}.profile-bio{font-size:1rem;color:#d1d5db;line-height:1.6;max-width:600px;margin:0 auto}.profile-content{padding:3rem 0}.coming-soon{text-align:center;padding:4rem 2rem;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem}.coming-soon-icon{color:#9333ea;margin-bottom:1.5rem}.coming-soon h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.coming-soon p{font-size:1rem;color:#a0a0a0}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem;margin:0 -2rem}.post-item{position:relative;aspect-ratio:1;overflow:hidden;background:#18181b;cursor:pointer;transition:transform .2s;text-decoration:none;display:block}.post-item:hover{transform:scale(.98)}.post-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.post-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:2rem 1rem .75rem;font-size:.875rem;opacity:0;transition:opacity .2s}.post-item:hover .post-caption{opacity:1}@media(max-width:768px){.profile{padding:5rem 1rem 2rem}.profile-title{font-size:1.5rem}.profile-image,.profile-image-placeholder{width:100px;height:100px}.profile-image-placeholder span{font-size:2.5rem}.error-state h1{font-size:3rem}.coming-soon{padding:3rem 1.5rem}.posts-grid{margin:0 -1rem;gap:.1875rem}}@media(max-width:480px){.profile{padding:4rem .75rem 2rem}.profile-header{padding:1.5rem 0 2rem}.profile-title{font-size:1.25rem}.profile-username,.profile-bio{font-size:.9375rem}.profile-image,.profile-image-placeholder{width:90px;height:90px;margin-bottom:1rem}.profile-image-placeholder span{font-size:2rem}.profile-content{padding:2rem 0}.error-state{padding:3rem 1rem}.error-state h1{font-size:2.5rem}.error-state p{font-size:1rem}.home-link{padding:.875rem 1.5rem}.coming-soon{padding:2.5rem 1rem}.coming-soon h2{font-size:1.25rem}.coming-soon p{font-size:.9375rem}.posts-grid{margin:0 -.75rem;gap:.125rem}.post-caption{font-size:.8125rem;padding:1.5rem .75rem .5rem}}.categories{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.categories-container{max-width:1400px;margin:0 auto}.categories-header{margin-bottom:3rem;padding:0 1rem}.categories-title{font-size:1.5rem;font-weight:400;color:#fff;margin:0;letter-spacing:-.01em}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2.5rem 2rem;padding:0 1rem}.category-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s;cursor:pointer}.category-item:hover{transform:scale(1.05)}.category-item:hover .category-image{box-shadow:0 4px 16px #9333ea4d}.category-image-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.category-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:box-shadow .2s}.category-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#374151,#1f2937);display:flex;align-items:center;justify-content:center}.category-image-placeholder span{color:#d1d5db;font-size:2rem;font-weight:700}.category-label{font-size:.9375rem;font-weight:400;color:#fff;text-align:center;line-height:1.3;max-width:100px}@media(min-width:640px)and (max-width:1023px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem}.category-image-wrapper{width:70px;height:70px}.category-label{font-size:.875rem;max-width:90px}}@media(max-width:639px){.categories{padding:5rem 1rem 3rem}.categories-header{margin-bottom:2rem;padding:0}.categories-title{font-size:1.25rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1rem;padding:0}.category-image-wrapper{width:64px;height:64px}.category-image-placeholder span{font-size:1.5rem}.category-label{font-size:.8125rem;max-width:80px}}@media(max-width:480px){.categories{padding:4.5rem .75rem 2rem}.categories-title{font-size:1.125rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem 1rem}.category-image-wrapper{width:72px;height:72px}.category-label{font-size:.875rem;max-width:90px}}@media(min-width:1280px){.categories-grid{grid-template-columns:repeat(6,1fr);gap:3rem 2.5rem}.category-image-wrapper{width:90px;height:90px}.category-label{font-size:1rem;max-width:110px}}.category-view{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.category-view-container{max-width:1200px;margin:0 auto}.category-header{margin-bottom:3rem}.back-link-small{display:inline-flex;align-items:center;color:#9333ea;text-decoration:none;font-size:.9375rem;font-weight:500;margin-bottom:1.5rem;transition:color .2s}.category-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.75rem}.category-description{font-size:1.25rem;color:#9ca3af;line-height:1.6}.empty-icon{color:#9333ea;margin-bottom:1.5rem;display:flex;justify-content:center}.outfits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.outfit-card{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;text-decoration:none;transition:all .3s;display:flex;flex-direction:column}.outfit-card:hover{border-color:#9333ea;transform:translateY(-4px);box-shadow:0 10px 30px #9333ea33}.outfit-image-container{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#0a0a0a}.outfit-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.outfit-info{padding:1.5rem}.outfit-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.outfit-creator{font-size:.875rem;color:#9333ea;margin-bottom:.75rem;font-weight:500}.outfit-description{font-size:.9375rem;color:#9ca3af;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.category-view{padding:5rem 1.5rem 3rem}.category-header{margin-bottom:2rem}.category-title{font-size:2rem}.category-description{font-size:1rem}.outfits-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.outfit-info{padding:1.25rem}.empty-state{padding:3rem 1.5rem}}@media(max-width:480px){.category-view{padding:4rem 1rem 2rem}.category-header{margin-bottom:1.5rem}.category-title{font-size:1.75rem}.category-description{font-size:.9375rem}.outfits-grid{grid-template-columns:1fr;gap:1rem}.outfit-info{padding:1rem}.outfit-title{font-size:1rem}.empty-state{padding:2.5rem 1rem}.empty-state h2{font-size:1.25rem}.error-state{padding:3rem 1rem}.error-state h1{font-size:3rem}.error-state p{font-size:1rem}}.discover{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.discover-container{max-width:1400px;margin:0 auto}.discover-header{margin-bottom:3rem;text-align:center}.discover-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.75rem}.discover-subtitle{font-size:1.125rem;color:#9ca3af;max-width:600px;margin:0 auto}.creators-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.creator-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;text-decoration:none;transition:all .3s;display:flex;flex-direction:column}.creator-card:hover{border-color:#9333ea;transform:translateY(-4px);box-shadow:0 10px 30px #9333ea33}.creator-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;gap:.75rem}.creator-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.creator-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#9333ea33}.avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;font-weight:700;font-size:1.125rem}.follow-button{padding:.375rem 1rem;background:#9333ea33;color:#fff;border:1px solid #9333ea;border-radius:9999px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.follow-button:hover{background:#9333ea;transform:scale(1.05)}.creator-image-wrapper{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#0a0a0a;position:relative}.creator-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.creator-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#374151,#1f2937)}.creator-image-placeholder span{color:#d1d5db;font-size:4rem;font-weight:700}.creator-bio{padding:.75rem 1rem 1rem}.creator-title{font-size:.875rem;color:#d1d5db;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty-state{text-align:center;padding:4rem 2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;max-width:600px;margin:0 auto}.empty-state p{font-size:1rem;color:#a0a0a0;margin-bottom:2rem}.cta-button{display:inline-block;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;font-weight:600;transition:all .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}@media(max-width:1280px){.creators-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.discover{padding:5rem 1.5rem 3rem}.discover-title{font-size:2rem}.discover-subtitle{font-size:1rem}.creators-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.creator-header{padding:.75rem .75rem .5rem}.creator-avatar{width:36px;height:36px}.creator-username{font-size:.875rem}.follow-button{padding:.3125rem .875rem;font-size:.75rem}.creator-bio{padding:.5rem .75rem .75rem}.creator-title{font-size:.8125rem}}@media(max-width:640px){.discover{padding:5rem 1rem 3rem}.discover-header{margin-bottom:2rem}.discover-title{font-size:1.75rem}.discover-subtitle{font-size:.9375rem}.creators-grid{gap:.75rem}.creator-card{border-radius:.75rem}.creator-header{padding:.625rem .625rem .5rem;gap:.5rem}.creator-avatar{width:32px;height:32px}.avatar-placeholder{font-size:1rem}.creator-username{font-size:.8125rem}.follow-button{padding:.25rem .75rem;font-size:.6875rem}.creator-bio{padding:.5rem .625rem .625rem}.creator-title{font-size:.75rem;-webkit-line-clamp:1}.creator-image-placeholder span{font-size:3rem}}@media(max-width:480px){.creators-grid{grid-template-columns:1fr;gap:1rem}.creator-image-wrapper{aspect-ratio:4 / 5}}.create-post{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.create-post-container{max-width:800px;margin:0 auto}.page-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem}.error-message{background:#ef44441a;border:1px solid #ef4444;color:#ef4444;padding:.75rem 1rem;border-radius:.5rem;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.post-form{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem}.form-section{margin-bottom:2.5rem}.form-section h2{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.caption-input{width:100%;padding:.75rem 1rem;background:#0a0a0a;border:1px solid #333;border-radius:.5rem;color:#fff;font-size:1rem;outline:none;transition:border-color .3s;font-family:inherit;resize:vertical}.caption-input:focus{border-color:#8b5cf6}.field-hint{font-size:.875rem;color:#9ca3af;margin-bottom:.75rem}.category-chicklets{display:flex;flex-wrap:wrap;gap:.75rem}.chicklet{padding:.5rem 1rem;background:#0a0a0a;border:1.5px solid #333;border-radius:9999px;color:#d1d5db;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.chicklet:hover:not(:disabled){border-color:#8b5cf6;color:#fff}.chicklet.selected{background:linear-gradient(135deg,#8b5cf6,#a855f7);border-color:#8b5cf6;color:#fff}.chicklet:disabled{opacity:.4;cursor:not-allowed}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{margin-bottom:0}.add-product-btn{background:#9333ea;color:#fff;padding:.5rem 1rem;border-radius:.5rem;border:none;font-weight:500;font-size:.875rem;cursor:pointer;transition:background .2s}.add-product-btn:hover{background:#7e22ce}.product-form{background:#0a0a0a;border:1px solid #333;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.product-form h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.product-input,.product-select{width:100%;padding:.75rem 1rem;background:#18181b;border:1px solid #444;border-radius:.5rem;color:#fff;font-size:.9375rem;outline:none;transition:border-color .3s;margin-bottom:.75rem;font-family:inherit}.product-input:focus,.product-select:focus{border-color:#8b5cf6}.product-select{cursor:pointer}.product-form-actions{display:flex;gap:.75rem;margin-top:1rem}.save-product-btn{flex:1;padding:.75rem;background:#9333ea;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.save-product-btn:hover{background:#7e22ce}.cancel-btn{padding:.75rem 1.5rem;background:transparent;color:#9ca3af;border:1px solid #444;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn:hover{border-color:#666;color:#fff}.products-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-item{background:#0a0a0a;border:1px solid #333;border-radius:.75rem;padding:1rem;display:flex;gap:1rem;align-items:flex-start}.product-thumb{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;flex-shrink:0}.product-details{flex:1}.product-details strong{color:#fff;font-size:.9375rem;display:block;margin-bottom:.25rem}.product-url{font-size:.8125rem;color:#9333ea;margin:.25rem 0;word-break:break-all}.product-price{font-size:.875rem;color:#22c55e;font-weight:600;margin:.25rem 0}.product-category{display:inline-block;padding:.25rem .625rem;background:#9333ea33;border:1px solid #9333ea;border-radius:9999px;color:#c084fc;font-size:.75rem;font-weight:500;margin-top:.5rem}.remove-product-btn{background:transparent;color:#9ca3af;border:none;font-size:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s;flex-shrink:0}.remove-product-btn:hover{color:#ef4444}.submit-post-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;border:none;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;margin-top:1rem}.submit-post-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}.debug-box{margin-top:1.5rem;padding:1rem;background:#0a0a0a;border:1px solid #333;border-radius:.5rem;font-family:monospace;font-size:12px;color:#9ca3af}.debug-box strong{display:block;margin-bottom:.5rem;font-family:system-ui,-apple-system,sans-serif;color:#fff}.debug-box pre{margin:0;white-space:pre-wrap;word-break:break-word}@media(max-width:768px){.create-post{padding:5rem 1.5rem 3rem}.page-title{font-size:2rem}.post-form{padding:1.5rem}.category-chicklets{gap:.5rem}.chicklet{font-size:.8125rem;padding:.4rem .875rem}.product-form{padding:1.25rem}}@media(max-width:480px){.create-post{padding:4rem 1rem 2rem}.page-title{font-size:1.75rem}.post-form{padding:1.25rem}.form-section{margin-bottom:2rem}.form-section h2{font-size:1.125rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.add-product-btn{width:100%}.product-form{padding:1rem}.product-form-actions,.product-item{flex-direction:column}.product-thumb{width:100%;height:auto;aspect-ratio:1}.submit-post-btn{font-size:.9375rem}}.product-view{min-height:100vh;background:#000;padding:6rem 2rem 4rem}.product-view-container{max-width:1200px;margin:0 auto}.loading-text{text-align:center;color:#a0a0a0;font-size:1.125rem}.error-state{text-align:center;padding:4rem 2rem}.error-state h1{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1rem}.error-state p{font-size:1.25rem;color:#a0a0a0;margin-bottom:2rem}.back-link{display:inline-block;background:#9333ea;color:#fff;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;font-weight:500;transition:all .2s}.back-link:hover{background:#7e22ce;transform:scale(1.05)}.back-link-small{display:inline-flex;align-items:center;color:#9333ea;text-decoration:none;font-size:.9375rem;font-weight:500;margin-bottom:2rem;transition:color .2s}.back-link-small:hover{color:#a855f7}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.product-image-section{position:sticky;top:6rem;height:-moz-fit-content;height:fit-content}.product-image{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.product-image-placeholder{width:100%;aspect-ratio:1;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#666}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-name{font-size:2rem;font-weight:700;color:#fff;line-height:1.2}.product-price{font-size:1.5rem;font-weight:700;color:#22c55e}.product-category-badge{display:inline-block;padding:.5rem 1rem;background:#9333ea33;border:1px solid #9333ea;border-radius:9999px;color:#c084fc;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;width:-moz-fit-content;width:fit-content}.product-category-badge:hover{background:#9333ea4d;border-color:#a855f7}.shop-button{display:inline-block;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;text-align:center;text-decoration:none;border-radius:9999px;font-weight:600;font-size:1rem;transition:all .3s}.shop-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}.product-url-box{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1rem}.product-url-box strong{display:block;color:#9ca3af;font-size:.875rem;margin-bottom:.5rem}.product-url{color:#9333ea;font-size:.9375rem;word-break:break-all;text-decoration:none}.product-url:hover{text-decoration:underline}.creator-section,.related-post-section{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem}.creator-section h3,.related-post-section h3{font-size:.875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.creator-link{text-decoration:none}.creator-info{display:flex;align-items:center;gap:.75rem}.creator-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a855f7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700}.creator-name{color:#fff;font-weight:600;font-size:1rem}.creator-link:hover .creator-name{color:#a855f7}.related-post{display:block;text-decoration:none}.related-post-image{width:100%;aspect-ratio:4 / 5;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;margin-bottom:.75rem}.related-post-caption{color:#d1d5db;font-size:.9375rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.product-view{padding:5rem 1.5rem 3rem}.product-layout{grid-template-columns:1fr;gap:2rem}.product-image-section{position:static}.product-name{font-size:1.75rem}.product-price{font-size:1.25rem}.creator-section,.related-post-section{padding:1.25rem}}@media(max-width:480px){.product-view{padding:4rem 1rem 2rem}.product-layout{gap:1.5rem}.product-name{font-size:1.5rem}.product-price{font-size:1.125rem}.shop-button{font-size:.9375rem;padding:.875rem 1.5rem}.creator-section,.related-post-section{padding:1rem}.error-state{padding:3rem 1rem}.error-state h1{font-size:3rem}.error-state p{font-size:1rem}}.for-your-shop{min-height:100vh;background:#000;padding:6rem 1rem 2rem}.for-your-shop-container{max-width:1600px;margin:0 auto}.loading-text{text-align:center;color:#a0a0a0;font-size:1.125rem;padding:4rem 0}.error-message{text-align:center;color:#ef4444;font-size:1rem;padding:2rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.page-header p{font-size:1.125rem;color:#a0a0a0}.empty-state{text-align:center;padding:4rem 2rem;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem}.empty-icon{color:#9333ea;margin-bottom:1.5rem}.empty-state h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.empty-state p{font-size:1rem;color:#a0a0a0}.creators-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.creator-column{display:flex;flex-direction:column;gap:.75rem}.creator-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#18181b;border-radius:1rem}.creator-info{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex:1;min-width:0}.creator-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #9333ea;flex-shrink:0}.creator-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a855f7);display:flex;align-items:center;justify-content:center;flex-shrink:0}.creator-avatar-placeholder span{color:#fff;font-size:1.125rem;font-weight:700}.creator-username{font-size:.9375rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.follow-btn{background:#9333ea;color:#fff;border:none;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.follow-btn:hover{background:#7e22ce;transform:scale(1.05)}.creator-posts{display:flex;flex-direction:column;gap:.75rem}.post-card{position:relative;background:#18181b;border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .2s}.post-card:hover{transform:scale(.98)}.post-image-wrapper{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden}.post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.post-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000001a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.post-card:hover .post-overlay{opacity:1}.play-btn{width:60px;height:60px;border-radius:50%;background:#9333eae6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.play-btn:hover{background:#9333ea;transform:scale(1.1)}.post-card-caption{padding:.75rem;color:#d1d5db;font-size:.875rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.like-btn{position:absolute;bottom:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;background:#18181bcc;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.like-btn:hover{background:#18181b;border-color:#9333ea}.like-btn svg{color:#fff}.like-btn:hover svg{color:#9333ea;fill:#9333ea}@media(min-width:640px){.creators-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.page-header h1{font-size:3rem}}@media(min-width:1024px){.for-your-shop{padding:6rem 2rem 4rem}.creators-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.creator-header{padding:.75rem 1rem}.creator-avatar,.creator-avatar-placeholder{width:48px;height:48px}.creator-username{font-size:1rem}.follow-btn{padding:.625rem 1.25rem}.post-card-caption{padding:1rem;font-size:.9375rem}}@media(min-width:1280px){.creators-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(max-width:480px){.for-your-shop{padding:5rem .5rem 2rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.creators-grid{gap:.75rem}.creator-header{padding:.5rem .75rem}.creator-avatar,.creator-avatar-placeholder{width:36px;height:36px}.creator-avatar-placeholder span{font-size:1rem}.creator-username{font-size:.875rem}.follow-btn{padding:.375rem .75rem;font-size:.8125rem}.creator-posts{gap:.5rem}.post-card-caption{padding:.625rem;font-size:.8125rem}.play-btn{width:50px;height:50px}.like-btn{width:36px;height:36px;bottom:.5rem;right:.5rem}.like-btn svg{width:18px;height:18px}}.admin-page{min-height:100vh;background:#0a0a0a;padding:6rem 1rem 2rem;color:#e5e5e5}.admin-container{max-width:1400px;margin:0 auto}.admin-top-bar{background:#1a1a1a;border-radius:16px;padding:2rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;border:1px solid #2a2a2a}.brand-section{flex:1}.brand-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.logo-text{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.5px}.version-badge{background:#10b981;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.site-urls{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.url-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#888}.url-icon{opacity:.6}.url-text{font-family:Courier New,monospace;color:#10b981}.brand-description{color:#888;font-size:.95rem;line-height:1.6;margin:0;max-width:600px}.top-actions{display:flex;gap:1rem;flex-shrink:0;flex-wrap:wrap}.btn-preview,.btn-live{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-preview{background:#2a2a2a;color:#e5e5e5;border:1px solid #3a3a3a}.btn-preview:hover{background:#333;border-color:#444}.btn-live{background:#10b981;color:#fff}.btn-live:hover{background:#0ea770;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#1a1a1a;padding:.5rem;border-radius:12px;border:1px solid #2a2a2a}.tab-button{padding:.75rem 1.5rem;background:transparent;border:none;color:#888;font-size:.95rem;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease}.tab-button:hover{color:#e5e5e5;background:#2a2a2a}.tab-button.active{background:#0a0a0a;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:2rem;transition:all .3s ease}.stat-card:hover{border-color:#3a3a3a;transform:translateY(-2px)}.stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.stat-icon{font-size:1.25rem;opacity:.8}.stat-title{font-size:.95rem;font-weight:600;color:#e5e5e5}.stat-value{font-size:3.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.75rem}.stat-label{font-size:.9rem;color:#888;line-height:1.4}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.detail-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:2rem}.detail-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.detail-icon{font-size:1.25rem}.detail-title{font-size:1.1rem;font-weight:600;color:#fff}.actions-list{display:flex;flex-direction:column;gap:.75rem}.action-link{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0a0a0a;border:1px solid #2a2a2a;border-radius:10px;color:#e5e5e5;text-decoration:none;transition:all .2s ease;font-size:.95rem;font-weight:500}.action-link:hover{background:#2a2a2a;border-color:#10b981;transform:translate(4px)}.action-link-icon{font-size:1.1rem;opacity:.8}.system-info{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#0a0a0a;border-radius:8px}.info-label{font-size:.9rem;color:#888;font-weight:500}.info-value{font-size:.9rem;color:#e5e5e5;font-weight:600}.activity-section{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:2rem}.activity-section.full-width{width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.btn-manage{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.btn-manage:hover{background:#0ea770;transform:translateY(-1px)}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0a0a0a;border:1px solid #2a2a2a;border-radius:10px;transition:all .2s ease}.activity-item:hover{background:#2a2a2a;border-color:#3a3a3a}.activity-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.activity-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:1.2rem}.activity-details{flex:1;min-width:0}.activity-name{font-weight:600;color:#fff;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-meta{font-size:.9rem;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-date{font-size:.85rem;color:#666;white-space:nowrap;flex-shrink:0}.no-data{color:#666;text-align:center;padding:3rem 2rem;font-size:.95rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.action-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start}.action-card:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 8px 24px #10b98126}.action-card-icon{font-size:2.5rem;margin-bottom:1rem}.action-card-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.action-card-description{font-size:.9rem;color:#888;line-height:1.5}.loading{text-align:center;color:#e5e5e5;font-size:1.5rem;padding:3rem;background:#1a1a1a;border-radius:16px;border:1px solid #2a2a2a}.error-box{background:#1a1a1a;border:1px solid #ef4444;border-radius:16px;padding:2rem;text-align:center}.error-box h2{color:#ef4444;margin-bottom:1rem;font-size:1.5rem}.error-box p{color:#888;margin-bottom:1.5rem;font-size:.95rem}.btn-retry{background:#10b981;color:#fff;border:none;border-radius:10px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-retry:hover{background:#0ea770;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.category-management{width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.section-header h2{margin:0;color:#fff;font-size:1.5rem;font-weight:600}.category-form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.category-form-content{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.form-header h3{margin:0;color:#fff;font-size:1.5rem}.close-btn{background:#2a2a2a;border:none;color:#e5e5e5;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.close-btn:hover{background:#ef4444;color:#fff}.form-group label{display:block;color:#e5e5e5;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:#0a0a0a;border:1px solid #2a2a2a;border-radius:8px;color:#e5e5e5;font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981}.form-group small{display:block;color:#888;font-size:.85rem;margin-top:.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #2a2a2a}.btn-cancel{padding:.75rem 1.5rem;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;color:#e5e5e5;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#3a3a3a}.btn-submit{padding:.75rem 1.5rem;background:#10b981;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-submit:hover{background:#0ea770;transform:translateY(-1px)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.category-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;overflow:hidden;transition:all .3s ease}.category-card:hover{border-color:#3a3a3a;transform:translateY(-4px)}.category-image{width:100%;height:200px;overflow:hidden;background:#0a0a0a}.category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-image-placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);font-size:4rem;opacity:.5}.category-info{padding:1.5rem}.category-info h3{margin:0 0 .5rem;color:#fff;font-size:1.25rem}.category-slug{color:#10b981;font-size:.9rem;font-family:Courier New,monospace;margin:0 0 .75rem}.category-description{color:#888;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.category-stats{color:#666;font-size:.85rem;padding-top:.75rem;border-top:1px solid #2a2a2a}.category-actions{display:flex;gap:.5rem;padding:1rem 1.5rem;background:#0a0a0a;border-top:1px solid #2a2a2a}.btn-edit,.btn-delete{flex:1;padding:.75rem 1rem;border:1px solid #2a2a2a;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-edit{background:#2a2a2a;color:#e5e5e5}.btn-edit:hover{background:#10b981;border-color:#10b981;color:#fff}.btn-delete{background:#2a2a2a;color:#e5e5e5}.btn-delete:hover{background:#ef4444;border-color:#ef4444;color:#fff}.no-categories{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px}.no-categories p{color:#888;font-size:1.1rem;margin:0}@media(max-width:1024px){.admin-page{padding:5rem 1rem 2rem}.admin-top-bar{flex-wrap:wrap}.brand-section{flex:1 1 100%;margin-bottom:1rem}.top-actions{flex:1 1 100%;justify-content:flex-start}.details-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:768px){.admin-page{padding:5rem .75rem 1rem}.admin-container{max-width:100%}.admin-top-bar{flex-direction:column;padding:1.25rem;gap:1.25rem}.brand-section{width:100%}.brand-logo{flex-wrap:wrap}.site-urls{flex-direction:column;gap:.5rem;margin-bottom:.75rem}.brand-description{font-size:.9rem}.top-actions{width:100%;flex-wrap:wrap}.btn-preview,.btn-live{flex:1;justify-content:center;min-width:calc(50% - .5rem);padding:.65rem 1rem;font-size:.9rem}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.4rem;gap:.4rem;scrollbar-width:none;-ms-overflow-style:none}.admin-tabs::-webkit-scrollbar{display:none}.tab-button{white-space:nowrap;padding:.65rem 1.25rem;font-size:.9rem;flex-shrink:0}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem}.stat-value{font-size:2.5rem}.stat-label{font-size:.85rem}.details-grid{gap:1rem}.detail-card,.activity-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem}.section-header h2{font-size:1.35rem}.btn-manage{width:100%;text-align:center;padding:.65rem 1.25rem}.activity-item{padding:.85rem;gap:.85rem}.activity-avatar{width:42px;height:42px}.activity-name{font-size:.95rem}.activity-meta{font-size:.85rem}.activity-date{font-size:.8rem}.actions-grid{grid-template-columns:1fr;gap:1rem}.action-card{padding:1.5rem}.action-card-icon{font-size:2rem}.action-card-title{font-size:1.15rem}.action-card-description{font-size:.85rem}.categories-grid{grid-template-columns:1fr;gap:1rem}.category-card{border-radius:12px}.category-image,.category-image-placeholder{height:180px}.category-info{padding:1.25rem}.category-info h3{font-size:1.15rem}.category-actions{padding:.85rem 1.25rem;flex-direction:column;gap:.65rem}.btn-edit,.btn-delete{width:100%;padding:.65rem 1rem}.category-form-modal{padding:.75rem}.category-form-content{padding:1.5rem;max-width:100%;border-radius:12px}.form-header{margin-bottom:1.5rem;padding-bottom:.85rem}.form-header h3{font-size:1.35rem}.form-group{margin-bottom:1.25rem}.form-actions{flex-direction:column-reverse;gap:.75rem;margin-top:1.5rem;padding-top:.85rem}.btn-cancel,.btn-submit{width:100%;padding:.85rem 1.5rem}.system-info{gap:.75rem}.info-row{padding:.65rem}.actions-list{gap:.65rem}.action-link{padding:.85rem;font-size:.9rem}}@media(max-width:480px){.admin-page{padding:4.5rem .5rem .75rem}.admin-top-bar{padding:1rem;border-radius:12px}.logo-text{font-size:1.5rem}.version-badge{font-size:.7rem;padding:.2rem .65rem}.brand-description{font-size:.85rem;line-height:1.5}.url-item{font-size:.8rem}.btn-preview,.btn-live{padding:.6rem .85rem;font-size:.85rem;gap:.4rem}.btn-preview span:first-child,.btn-live span:first-child{font-size:1rem}.admin-tabs{padding:.35rem}.tab-button{padding:.6rem 1rem;font-size:.85rem}.stat-card{padding:1.25rem;border-radius:12px}.stat-icon{font-size:1.1rem}.stat-title{font-size:.9rem}.stat-value{font-size:2rem}.stat-label{font-size:.8rem}.detail-card{padding:1.25rem;border-radius:12px}.detail-header{margin-bottom:1.25rem;padding-bottom:.85rem}.detail-icon{font-size:1.1rem}.detail-title{font-size:1rem}.activity-section{padding:1.25rem;border-radius:12px}.section-header h2{font-size:1.25rem}.activity-item{padding:.75rem;gap:.75rem;border-radius:8px}.activity-avatar{width:38px;height:38px}.avatar-placeholder{font-size:1rem}.activity-name{font-size:.9rem}.activity-meta{font-size:.8rem}.activity-date{font-size:.75rem}.action-card{padding:1.25rem;border-radius:12px}.action-card-icon{font-size:1.75rem;margin-bottom:.75rem}.action-card-title{font-size:1.05rem;margin-bottom:.5rem}.action-card-description{font-size:.8rem}.category-card{border-radius:10px}.category-image,.category-image-placeholder{height:150px}.category-image-placeholder{font-size:3rem}.category-info{padding:1rem}.category-info h3{font-size:1.05rem}.category-slug,.category-description{font-size:.85rem}.category-stats{font-size:.8rem;padding-top:.65rem}.category-actions{padding:.75rem 1rem}.btn-edit,.btn-delete{padding:.6rem .85rem;font-size:.85rem}.category-form-modal{padding:.5rem}.category-form-content{padding:1.25rem}.form-header h3{font-size:1.25rem}.close-btn{width:28px;height:28px;font-size:1.1rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem;margin-bottom:.4rem}.form-group input,.form-group textarea{padding:.65rem;font-size:.9rem}.form-group small{font-size:.8rem;margin-top:.4rem}.btn-cancel,.btn-submit{padding:.75rem 1.25rem;font-size:.95rem}.info-row{padding:.6rem}.info-label,.info-value{font-size:.85rem}.action-link{padding:.75rem;font-size:.85rem}.action-link-icon{font-size:1rem}.no-data,.no-categories p{padding:2rem 1rem;font-size:.9rem}.loading{padding:2rem;font-size:1.25rem}.error-box{padding:1.5rem}.error-box h2{font-size:1.25rem}.error-box p{font-size:.9rem}.btn-retry{padding:.65rem 1.5rem;font-size:.95rem}}.admin-account-create-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.admin-account-create-container{max-width:800px;margin:0 auto}.page-header{text-align:center;margin-bottom:2rem;color:#fff}.back-link{display:inline-block;color:#fff;text-decoration:none;margin-bottom:1rem;font-weight:500;opacity:.9;transition:opacity .2s ease}.back-link:hover{opacity:1}.page-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.page-subtitle{font-size:1rem;opacity:.9;max-width:600px;margin:0 auto}.success-box{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;border-left:4px solid #2ecc71}.success-box h3{color:#2ecc71;margin-bottom:1.5rem;font-size:1.5rem}.created-user-details{display:flex;gap:1.5rem;align-items:center;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem}.user-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:2rem}.user-info{flex:1}.user-username{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.25rem}.user-email{color:#666;margin-bottom:.5rem}.user-bio{color:#555;font-style:italic}.btn-view-admin{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-view-admin:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.error-box{background:#fee;border:2px solid #e74c3c;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#c0392b}.account-create-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#333;margin-bottom:1.5rem;font-size:1.25rem}.ai-toggle-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:1.5rem;border-radius:8px;border:2px solid #667eea}.toggle-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.toggle-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer}.toggle-text{flex:1;font-weight:600;color:#333}.toggle-hint{display:block;font-weight:400;font-size:.9rem;color:#666;margin-top:.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.required{color:#e74c3c}.form-group input[type=text],.form-group input[type=email],.form-group textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical}.field-hint{font-size:.85rem;color:#666;margin-top:.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{background:#e9ecef;color:#333;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn-cancel:hover{background:#dee2e6}.loading-indicator{margin-top:2rem;padding:2rem;background:#f8f9fa;border-radius:8px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#666;font-size:.95rem}@media(max-width:768px){.page-header h1{font-size:2rem}.account-create-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-submit,.btn-cancel{width:100%}.created-user-details{flex-direction:column;text-align:center}.user-avatar{margin:0 auto}}.user-management-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#0f0f1e);padding:6rem 2rem 2rem}.user-management-container{max-width:1400px;margin:0 auto}.page-header{margin-bottom:2rem}.page-header h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#fff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{color:#9ca3af;font-size:1.1rem}.users-table-container{background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#9333ea33;border-bottom:2px solid rgba(147,51,234,.3)}.users-table th{padding:1rem;text-align:left;color:#c084fc;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle}.users-table th:nth-child(2){text-align:center}.users-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s}.users-table tbody tr:hover{background:#9333ea1a}.users-table td{padding:1rem;color:#d1d5db;font-size:.95rem;vertical-align:middle}.users-table td:nth-child(2){text-align:center;padding:.75rem 1rem}.user-avatar{width:50px;height:50px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:2px solid #9333ea;box-shadow:0 2px 8px #9333ea4d;transition:all .2s ease}.user-avatar:hover{transform:scale(1.1);box-shadow:0 4px 12px #9333ea80}.user-avatar-placeholder{width:50px;height:50px;border-radius:10px;background:linear-gradient(135deg,#9333ea,#c084fc);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 2px 8px #9333ea4d;transition:all .2s ease}.user-avatar-placeholder:hover{transform:scale(1.1);box-shadow:0 4px 12px #9333ea80}.username-cell{color:#c084fc;font-weight:600}.bio-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bio-cell em{color:#6b7280}.actions-cell{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-edit{background:#9333ea;color:#fff}.btn-edit:hover{background:#7e22ce;transform:translateY(-2px)}.btn-delete{background:transparent;border:1px solid #ef4444;color:#ef4444}.btn-delete:hover{background:#ef4444;color:#fff;transform:translateY(-2px)}.no-users{padding:3rem;text-align:center;color:#6b7280}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:linear-gradient(135deg,#1a1a2e,#0f0f1e);border-radius:1rem;border:1px solid rgba(147,51,234,.3);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.modal-close{background:transparent;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.modal-close:hover{background:#ffffff1a;color:#fff}.edit-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#c084fc;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#9333ea;background:#ffffff14}.form-group textarea{resize:vertical;font-family:inherit}.save-message{padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500;text-align:center}.save-message.success{background:#22c55e33;border:1px solid rgba(34,197,94,.3);color:#4ade80}.save-message.error{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#f87171}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-cancel,.btn-save,.btn-delete-confirm{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.btn-cancel{background:transparent;border:1px solid rgba(255,255,255,.2);color:#9ca3af}.btn-cancel:hover{background:#ffffff0d;color:#fff}.btn-save{background:#9333ea;color:#fff}.btn-save:hover{background:#7e22ce;transform:translateY(-2px)}.btn-delete-confirm{background:#ef4444;color:#fff}.btn-delete-confirm:hover{background:#dc2626;transform:translateY(-2px)}.delete-modal{max-width:500px}.delete-warning{padding:1.5rem;color:#d1d5db}.delete-warning p{margin-bottom:1rem}.delete-warning strong{color:#c084fc}.warning-text{color:#fbbf24;font-weight:500}.delete-warning ul{margin:1rem 0;padding-left:1.5rem}.delete-warning li{margin-bottom:.5rem;color:#9ca3af}.loading,.error-box{text-align:center;padding:3rem;color:#fff}.error-box h2{color:#ef4444;margin-bottom:1rem}.btn-retry{padding:.75rem 1.5rem;background:#9333ea;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.btn-retry:hover{background:#7e22ce;transform:translateY(-2px)}.mobile-view{display:none}.desktop-view{display:block}.users-cards-container{display:flex;flex-direction:column;gap:1rem}.user-card{background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.user-card:hover{border-color:#9333ea66;background:#ffffff14;transform:translateY(-2px)}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.05)}.user-card-profile{display:flex;gap:1rem;align-items:center;flex:1}.user-avatar-large{width:64px;height:64px;border-radius:12px;-o-object-fit:cover;object-fit:cover;border:2px solid #9333ea;flex-shrink:0;box-shadow:0 3px 10px #9333ea66;transition:all .2s ease}.user-avatar-large:hover{transform:scale(1.05);box-shadow:0 5px 15px #9333ea99}.user-avatar-placeholder-large{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,#9333ea,#c084fc);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.75rem;flex-shrink:0;box-shadow:0 3px 10px #9333ea66;transition:all .2s ease}.user-avatar-placeholder-large:hover{transform:scale(1.05);box-shadow:0 5px 15px #9333ea99}.user-card-identity{display:flex;flex-direction:column;gap:.25rem;min-width:0}.user-card-username{color:#c084fc;font-weight:700;font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-card-email{color:#9ca3af;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-card-id{background:#9333ea33;color:#c084fc;padding:.25rem .75rem;border-radius:.5rem;font-size:.85rem;font-weight:600;flex-shrink:0}.user-card-body{padding:1.25rem}.user-card-bio{color:#d1d5db;font-size:.95rem;line-height:1.5;margin:0 0 1rem}.user-card-bio.empty{color:#6b7280;font-style:italic}.user-card-stats{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-value{color:#fff;font-size:1.25rem;font-weight:700}.stat-label{color:#9ca3af;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.user-card-actions{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#0003;border-top:1px solid rgba(255,255,255,.05)}.btn-edit-card,.btn-delete-card{flex:1;padding:.75rem 1rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.btn-edit-card{background:#9333ea;color:#fff}.btn-edit-card:hover{background:#7e22ce;transform:translateY(-2px)}.btn-delete-card{background:transparent;border:1px solid #ef4444;color:#ef4444}.btn-delete-card:hover{background:#ef4444;color:#fff;transform:translateY(-2px)}@media(max-width:1200px){.users-table{font-size:.85rem}.users-table th,.users-table td{padding:.75rem .5rem}.bio-cell{max-width:150px}}@media(max-width:900px){.desktop-view{display:none}.mobile-view{display:block}.user-management-page{padding:5rem 1rem 1rem}.page-header h1{font-size:2rem}.page-subtitle{font-size:1rem}}@media(max-width:768px){.modal-content{margin:.5rem;max-width:calc(100% - 1rem)}.modal-header{padding:1.25rem}.modal-header h2{font-size:1.25rem}.edit-form{padding:1.25rem}.modal-actions{flex-direction:column-reverse;gap:.75rem}.btn-cancel,.btn-save,.btn-delete-confirm{width:100%}.delete-warning{padding:1.25rem}}@media(max-width:480px){.user-management-page{padding:4.5rem .75rem 1rem}.page-header h1{font-size:1.75rem}.user-card-header,.user-card-body{padding:1rem}.user-card-actions{padding:.75rem 1rem;flex-direction:column}.user-avatar-large,.user-avatar-placeholder-large{width:56px;height:56px;border-radius:10px}.user-avatar-placeholder-large{font-size:1.4rem}.user-card-username{font-size:1rem}.user-card-email{font-size:.85rem}.user-card-stats{gap:1rem}.stat-value{font-size:1.1rem}.stat-label{font-size:.75rem}}.post-view-page{min-height:100vh;background:#000;padding:5rem 1rem 2rem}.post-view-container{max-width:1200px;margin:0 auto}.post-grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;margin-bottom:3rem}.post-hero-section{background:#18181b;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #0000004d;border:1px solid rgba(255,255,255,.1)}.creator-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.creator-link-header{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;transition:opacity .2s}.creator-link-header:hover{opacity:.7}.creator-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.creator-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#9333ea,#c084fc);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem}.creator-username{font-weight:600;font-size:1rem;color:#fff}.follow-btn{padding:.5rem 1.5rem;background:#9333ea;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s}.follow-btn:hover{background:#7e22ce}.hero-image-wrapper{position:relative;width:100%;background:#27272a}.hero-image{width:100%;height:auto;display:block;max-height:800px;-o-object-fit:contain;object-fit:contain}.hero-favorite-btn{position:absolute;bottom:1rem;right:1rem;width:48px;height:48px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #00000026;color:#6b7280}.hero-favorite-btn:hover{transform:scale(1.1);color:#ef4444}.post-content{padding:1.5rem}.post-description{color:#d1d5db;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;white-space:pre-wrap}.hashtag{color:#a78bfa;font-weight:500;cursor:pointer;transition:color .2s}.hashtag:hover{color:#c084fc;text-decoration:underline}.share-section{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.share-label{font-weight:600;color:#9ca3af;font-size:.875rem}.share-buttons{display:flex;gap:.5rem}.share-btn{width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#9ca3af}.share-btn:hover{background:#ffffff26;transform:translateY(-2px);color:#fff}.share-btn.copied{background:#10b981;color:#fff}.products-section{background:#18181b;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000004d;border:1px solid rgba(255,255,255,.1);align-self:flex-start;position:sticky;top:6rem;max-height:calc(100vh - 8rem);overflow-y:auto}.products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.products-header h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.paid-links-badge{background:#ffffff1a;color:#9ca3af;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{position:relative;aspect-ratio:1;border-radius:.75rem;overflow:hidden;background:#27272a;text-decoration:none;display:block;transition:transform .2s;border:1px solid rgba(255,255,255,.1)}.product-card:hover{transform:scale(1.02)}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.product-favorite-btn{position:absolute;bottom:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a;color:#6b7280}.product-favorite-btn:hover{transform:scale(1.1);color:#ef4444}.no-products{text-align:center;color:#9ca3af;padding:2rem}.more-from-section{background:#18181b;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000004d;border:1px solid rgba(255,255,255,.1)}.more-from-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.more-from-title{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#9ca3af}.more-from-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.more-from-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#9333ea,#c084fc);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}.more-from-title strong{color:#fff}.browse-all-link{color:#a78bfa;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s}.browse-all-link:hover{color:#c084fc;text-decoration:underline}.more-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.more-post-card{aspect-ratio:1;border-radius:.75rem;overflow:hidden;background:#27272a;text-decoration:none;display:block;transition:transform .2s;border:1px solid rgba(255,255,255,.1)}.more-post-card:hover{transform:scale(1.02)}.more-post-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.loading-text{text-align:center;padding:3rem;color:#9ca3af;font-size:1.1rem}.error-state{text-align:center;padding:3rem}.error-state h1{font-size:4rem;color:#ef4444;margin-bottom:1rem}.error-state p{color:#9ca3af;font-size:1.1rem;margin-bottom:1.5rem}.back-link{display:inline-block;padding:.75rem 1.5rem;background:#9333ea;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:background .2s}.back-link:hover{background:#7e22ce}@media(max-width:1024px){.post-grid{grid-template-columns:1fr}.products-section{position:static;max-height:none}.more-posts-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.post-view-page{padding:4.5rem .5rem 1rem}.post-grid{gap:1rem}.creator-header{padding:1rem}.creator-username{font-size:.875rem}.follow-btn{padding:.4rem 1rem;font-size:.8rem}.post-content,.products-section{padding:1rem}.products-grid{gap:.75rem}.more-from-section{padding:1rem}.more-posts-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}@media(max-width:480px){.creator-avatar,.creator-avatar-placeholder{width:32px;height:32px;font-size:.875rem}.share-section{flex-direction:column;align-items:flex-start;gap:.75rem}.products-header{flex-direction:column;align-items:flex-start;gap:.5rem}.more-from-header{flex-direction:column;align-items:flex-start;gap:1rem}}
