:root{--dark-red:#7a0f14;--dark-red-2:#5c0b10;--dark-red-3:#2a0709;--black:#0d0d0d;--gold:#d4af37;--white:#fff;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}body{color:#fff;background:linear-gradient(#7a0f14 0%,#5c0b10 35%,#2a0709 70%,#0d0d0d 100%);overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700}p{color:#ffffffd9}button{cursor:pointer;border:none;transition:all .3s}button:hover{opacity:.9}input,select,textarea{border:none;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:10px}.navbar{z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;width:calc(100% - 80px);max-width:1200px;padding:14px 22px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.logo{color:#fff;letter-spacing:1px;font-size:24px;font-weight:700;text-decoration:none}.nav-links{gap:30px;display:flex}.nav-links a{color:#ffffffbf;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#fff}.nav-buttons{gap:12px;display:flex}.login-link{color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;padding:10px 18px;text-decoration:none}.register-link{color:#fff;background:#3c1020;border:1px solid #ffffff14;border-radius:12px;padding:10px 18px;text-decoration:none}.register-link:hover{background:#552039}@media (width<=900px){.nav-links,.nav-buttons{display:none}}.user-box{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:8px 14px}.user-name{font-size:14px;font-weight:700}.user-role{opacity:.7;text-transform:capitalize;font-size:12px}.user-box{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;padding:8px 14px;text-decoration:none;display:flex}.nav-avatar{object-fit:cover;border:2px solid #ffffff26;border-radius:50%;width:36px;height:36px}.user-box:hover{opacity:.85}@media (width<=1024px){.navbar{width:calc(100% - 30px);padding:12px 18px}.nav-links{gap:18px}.logo{font-size:22px}}.hamburger{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;font-weight:700;display:none}.hamburger:hover{background:#ffffff1a}@media (width<=900px){.nav-links,.nav-buttons{display:none}.hamburger{display:flex}.navbar{width:calc(100% - 20px);padding:12px 16px}.mobile-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:9999;background:#0f0f12fa;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:10px;padding:15px;display:flex;position:absolute;top:75px;left:0;right:0}.mobile-menu a{color:#fff;background:#ffffff0a;border-radius:12px;padding:14px;text-decoration:none}.mobile-menu a:hover{background:#ffffff14}.mobile-logout{color:#fff;cursor:pointer;background:#f36;border:none;border-radius:12px;width:100%;padding:14px;font-weight:700}}.coins-box{color:#ffd86b;background:#ffd86b14;border:1px solid #ffd86b26;border-radius:14px;justify-content:center;align-items:center;height:42px;padding:0 14px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.coins-box:hover{background:#ffd86b1f;transform:translateY(-2px)}.profile-setup-page{background:linear-gradient(#160507 0%,#24080d 100%);justify-content:center;min-height:100vh;padding:110px 20px 40px;display:flex}.profile-card{background:linear-gradient(#141414f2,#0c0c0cf2);border:1px solid #ffffff14;border-radius:32px;width:100%;max-width:1050px;padding:40px;box-shadow:0 30px 80px #00000059}.profile-header{text-align:center;margin-bottom:40px}.profile-header h1{color:#fff;margin-bottom:10px;font-size:42px}.profile-header p{color:#9e9e9e;max-width:500px;margin:auto}.profile-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.avatar-upload{flex-direction:column;grid-column:1/3;align-items:center;margin-bottom:10px;display:flex}.avatar-placeholder{background:#1c1c1c;border:4px solid #ffffff14;border-radius:50%;width:180px;height:180px;overflow:hidden}.avatar-upload button{color:#fff;cursor:pointer;background:#ff1744;border:none;border-radius:12px;height:42px;padding:0 18px}.profile-form input,.profile-form textarea,.profile-form select{color:#fff;background:#171717;border:1px solid #ffffff0f;border-radius:16px;height:58px;padding:0 18px;transition:all .2s}.profile-form textarea{resize:none;grid-column:1/3;min-height:120px}.profile-form select option{background:#1b0a0e}.profile-form input::placeholder,.profile-form textarea::placeholder{color:#ffffff73}.save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff1744,#ff4569);border:none;border-radius:14px;grid-column:1/3;height:55px;font-size:16px;font-weight:700}.save-btn:hover{opacity:.95}@media (width<=850px){.profile-form{grid-template-columns:1fr}.avatar-upload,.profile-form textarea,.save-btn{grid-column:auto}}.avatar-preview{object-fit:cover;border-radius:50%;width:100%;height:100%}@media (width<=1024px){.profile-card{width:100%;padding:30px}.profile-header h1{font-size:30px}}@media (width<=768px){.profile-setup-page{padding:90px 15px 30px}.profile-card{border-radius:22px;padding:25px}.profile-form{grid-template-columns:1fr}.avatar-upload,.profile-form textarea,.save-btn{grid-column:auto}.profile-header h1{font-size:26px}.profile-header p{font-size:13px}.avatar-placeholder{width:120px;height:120px;font-size:50px}.profile-form input,.profile-form textarea,.profile-form select{padding:14px;font-size:14px}}@media (width<=480px){.profile-setup-page{padding:80px 10px 25px}.profile-card{border-radius:18px;padding:18px}.profile-header{margin-bottom:20px}.profile-header h1{font-size:22px}.profile-header p{font-size:12px}.avatar-placeholder{width:100px;height:100px;font-size:42px}.avatar-upload button{width:100%;max-width:220px}.profile-form input,.profile-form textarea,.profile-form select{border-radius:12px;padding:12px;font-size:13px}.save-btn{height:50px;font-size:14px}}@media (width<=375px){.profile-card{padding:15px}.profile-header h1{font-size:20px}.avatar-placeholder{width:90px;height:90px;font-size:36px}.profile-form input,.profile-form textarea,.profile-form select{font-size:12px}.save-btn{height:46px;font-size:13px}}@media (width<=320px){.profile-header h1{font-size:18px}.profile-header p{font-size:11px}.avatar-placeholder{width:80px;height:80px;font-size:32px}.save-btn{height:44px;font-size:12px}}.hero{background:linear-gradient(135deg,#1a0b11 0%,#2b1018 35%,#3c1020 70%,#4b1327 100%);min-height:100vh;position:relative;overflow:hidden}.overlay{z-index:1;background:linear-gradient(90deg,#050506fa 0%,#050506d9 18%,#05050673 35%,#0505061a 50% 50%,#05050673 65%,#050506d9 82%,#050506fa 100%);position:absolute;inset:0}.hero-image{object-fit:contain;z-index:0;height:72vh;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-content{z-index:2;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.center-content{text-align:center}.logo-subtitle{color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;padding:10px 18px;text-decoration:none;transition:all .3s;display:inline-block}.logo-subtitle:hover{background:#ff507826;border-color:#ff507866;transform:translateY(-2px)}.center-content h1{color:#fff;letter-spacing:4px;margin-bottom:10px;font-size:100px;line-height:1}.center-content p{color:#ffffffbf;margin-bottom:35px;font-size:22px}.action-buttons{justify-content:center;gap:12px;margin-top:20px;display:flex}.register-btn{color:#fff;background:#3c1020;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;padding:16px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.register-btn:hover{background:#522038}.login-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:14px;justify-content:center;align-items:center;padding:16px 32px;text-decoration:none;transition:all .3s;display:inline-flex}.login-btn:hover{background:#ffffff1a}.profiles{z-index:3;pointer-events:none;justify-content:space-between;align-items:center;padding:0 8%;display:flex;position:absolute;inset:0}.hero-profile-card{cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:35px;width:230px;height:500px;transition:all .35s;position:relative;overflow:hidden}.hero-profile-card:hover{transform:translateY(-8px)}.hero-profile-card h2{margin:8px 0;font-size:18px}.profile-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.online{background:#4ade80;border-radius:50%;width:8px;height:8px}.match{background:#3c1020e6;border-radius:999px;padding:4px 8px;font-size:11px}.profile-info{flex-wrap:wrap;gap:6px;display:flex}.profile-info span{background:#ffffff14;border-radius:999px;padding:4px 8px;font-size:11px}.left{transform:rotate(-4deg)}.hero-profile-card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);cursor:pointer;pointer-events:auto;background:#ffffff0a;border:1px solid #ff466440;border-radius:28px;width:260px;height:420px;transition:all .35s;position:relative;overflow:hidden}.hero-profile-card:hover{border-color:#ff466480;transform:translateY(-10px)}.right{transform:rotate(4deg)}.profile-photo{object-fit:cover;width:100%;height:100%;animation:4s ease-in-out infinite floatGirl}.profile-content{text-align:center;z-index:100;position:absolute;bottom:25px;left:0;right:0}.profile-content h2{color:#fff;text-shadow:0 2px 20px #000000e6;margin:0;font-size:34px;font-weight:900}.profile-age{color:#ff5a83;margin-bottom:15px;font-size:22px;font-weight:700}.hero-profile-card:after{content:"";z-index:1;background:linear-gradient(#0000 30%,#0000008c 65%,#000000f2 100%);position:absolute;inset:0}.right h2{font-size:15px}.right .profile-info span{font-size:10px}@media (width<=1100px){.profiles{padding:0 3%}.hero-profile-card{width:180px;height:320px}}@media (width<=1024px){.profiles{padding:0 20px}.hero-profile-card{width:140px;height:210px}}@media (width<=768px){.profiles{z-index:20;justify-content:space-between;padding:0 10px;display:flex;position:absolute;top:70px;left:0;right:0}}@keyframes floatGirl{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=480px){.hero-image{height:48vh}.center-content{margin-top:-140px}.center-content h1{letter-spacing:1px;font-size:42px}.center-content p{padding:0 10px;font-size:14px}.logo-subtitle{font-size:12px}.register-btn,.login-btn{border-radius:12px;height:50px;font-size:14px}}@media (width<=375px){.hero-image{height:42vh}.center-content{margin-top:-160px}.center-content h1{font-size:34px}.center-content p{font-size:13px}.action-buttons{max-width:260px}.register-btn,.login-btn{height:46px;font-size:13px}}@media (width<=320px){.center-content h1{font-size:28px}.center-content p{font-size:12px}.hero-image{height:38vh}.logo-subtitle{padding:6px 10px;font-size:11px}}.chat-bubble{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#ffffff14;border:1px solid #ff5a8359;border-radius:18px;max-width:180px;padding:12px 16px;font-size:14px;font-weight:600;animation:.4s bubbleFade;position:absolute;top:20px;box-shadow:0 0 20px #ff5a8340}.left-bubble{left:110%}.right-bubble{right:110%}@keyframes bubbleFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-profile-card{animation:4s ease-in-out infinite floatGirl}.right{animation-delay:1.5s}.login-page{background:radial-gradient(circle,#b4143c73 0%,#780a284d 25%,#0000 60%),linear-gradient(135deg,#0b0205 0%,#120307 15%,#1a040a 30%,#24060e 50%,#1a040a 70%,#120307 85%,#0b0205 100%);justify-content:center;align-items:center;min-height:100vh;padding:100px 5%;display:flex;position:relative;overflow:hidden}.login-card{z-index:5;background:#0f080fe0;border:1px solid #ff467840;border-radius:28px;width:100%;max-width:420px;padding:35px;position:relative;box-shadow:0 0 50px #ff28641f,0 25px 70px #00000073}.login-badge{color:#ff4f7d;background:#ff28641a;border:1px solid #ff286440;border-radius:999px;align-items:center;gap:8px;margin-bottom:25px;padding:10px 20px;font-weight:600;display:inline-flex}.login-card h1{color:#fff;margin-bottom:10px;font-size:36px}.login-card p{color:#ffffffb3;margin-bottom:30px}.login-card form{flex-direction:column;gap:14px;display:flex}.login-card input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;outline:none;height:52px;padding:0 16px}.login-card input::placeholder{color:#ffffff80}.login-card button{background:linear-gradient(135deg,#ff2f67,#ff4f7d);border-radius:16px;height:62px;margin-top:12px;font-size:18px}.login-card button:hover{background:#552039}.login-footer{text-align:center;color:#ffffffa6;margin-top:20px}.login-footer a{color:#fff;margin-left:8px;font-weight:600;text-decoration:none}.login-girls{z-index:2;pointer-events:none;position:absolute;bottom:0;right:0}.login-girls img{opacity:.98;width:900px}@media (width<=1024px){.login-girls img{opacity:.4;width:650px}.login-card{max-width:450px}}@media (width<=768px){.login-page{padding:90px 20px 40px}.login-card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#0a0a0ceb}.login-card h1{font-size:30px}.login-card p{font-size:14px}.login-card input{height:54px;font-size:15px}.login-card button{height:58px;font-size:16px}.login-girls img{opacity:.18;width:500px}.login-girls{left:50%;right:auto;transform:translate(-50%)}}@media (width<=480px){.login-page{padding:80px 15px 30px}.login-card{border-radius:22px;padding:24px}.login-badge{padding:8px 16px;font-size:13px}.login-card h1{font-size:26px}.login-card p{margin-bottom:22px;font-size:13px}.login-card input{height:50px;font-size:14px}.login-card button{height:54px;font-size:15px}.login-footer{font-size:13px}.login-girls img{opacity:.12;width:380px}}@media (width<=375px){.login-card{padding:20px}.login-card h1{font-size:22px}.login-card p{font-size:12px}.login-card input{height:46px;padding:0 12px}.login-card button{height:50px;font-size:14px}.login-girls img{opacity:.08;width:320px}}@media (width<=320px){.login-card{padding:16px}.login-card h1{font-size:20px}.login-card p{font-size:11px}.login-badge{padding:7px 12px;font-size:11px}.login-card input{height:44px;font-size:13px}.login-card button{height:46px;font-size:13px}}.register-page{background:radial-gradient(circle,#b4143c73 0%,#780a284d 25%,#0000 60%),linear-gradient(135deg,#0b0205 0%,#120307 15%,#1a040a 30%,#24060e 50%,#1a040a 70%,#120307 85%,#0b0205 100%);justify-content:center;align-items:center;min-height:100dvh;padding:100px 5%;display:flex;position:relative;overflow:hidden}.register-page:before{content:"";pointer-events:none;background:radial-gradient(#ff1e5a47,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;left:-200px}.register-page:after{content:"";pointer-events:none;background:radial-gradient(#ff28643d,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-200px;right:-200px}.register-page:before,.register-page:after{display:none}.register-card{z-index:10;background:#0f080fe0;border:1px solid #ff467840;border-radius:30px;width:100%;max-width:500px;padding:40px;position:relative}.register-badge{color:#ff4f7d;background:#ff28641a;border:1px solid #ff286440;border-radius:999px;align-items:center;gap:8px;margin-bottom:25px;padding:10px 20px;font-weight:600;display:inline-flex}.register-card h1{color:#fff;margin-bottom:12px;font-size:48px;line-height:1.1}.register-card p{color:#bdbdbd;margin-bottom:35px;font-size:22px;line-height:1.6}.register-card form{flex-direction:column;gap:18px;display:flex}.register-card input,.register-card select{color:#fff;background:#ffffff08;border:1px solid #ff467840;border-radius:16px;outline:none;height:58px;padding:0 18px;font-size:16px;transition:all .3s}.register-card input:focus,.register-card select:focus{border-color:#ff4f7d}.register-card input::placeholder{color:#888}.register-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff2f67,#ff4f7d);border-radius:16px;height:62px;margin-top:12px;font-size:22px;font-weight:700;transition:all .3s}.register-card button:hover{transform:translateY(-3px)}.register-girls{z-index:2;pointer-events:none;position:absolute;bottom:130px;left:50px}.register-girls img{object-fit:contain;filter:drop-shadow(0 50px 80px #000000e6)drop-shadow(0 80px 150px #000000b3);opacity:.9;width:450px;height:auto}@media (width<=1024px){.register-card{max-width:520px;padding:35px}.register-card h1{font-size:40px}.register-card p{font-size:18px}.register-girls img{opacity:.15;width:320px}}@media (width<=768px){.register-page{padding:90px 20px 40px}.register-card{border-radius:24px;max-width:100%;padding:28px}.register-card h1{font-size:34px}.register-card p{margin-bottom:25px;font-size:16px}.register-card input,.register-card select{height:54px;font-size:15px}.register-card button{height:56px;font-size:16px}.register-girls{bottom:0;left:50%;transform:translate(-50%)}.register-girls img{opacity:.08;width:280px}}@media (width<=480px){.register-page{padding:80px 12px 30px}.register-card{border-radius:20px;padding:20px}.register-badge{padding:8px 16px;font-size:12px}.register-card h1{font-size:28px}.register-card p{font-size:14px;line-height:1.5}.register-card input,.register-card select{border-radius:12px;height:50px;font-size:14px}.register-card button{border-radius:12px;height:52px;font-size:15px}.register-girls img{opacity:.05;width:220px}}@media (width<=375px){.register-card{padding:16px}.register-card h1{font-size:24px}.register-card p{font-size:13px}.register-card input,.register-card select{height:46px;font-size:13px}.register-card button{height:48px;font-size:14px}.register-girls{display:none}}@media (width<=320px){.register-card h1{font-size:20px}.register-card p{font-size:12px}.register-badge{font-size:11px}.register-card input,.register-card select{height:44px;font-size:12px}.register-card button{height:44px;font-size:13px}}.discover-page{background:radial-gradient(circle at 0 0,#ff286440,#0000 30%),radial-gradient(circle at 100% 0,#ff14502e,#0000 25%),radial-gradient(circle at 0 100%,#ff1e5a26,#0000 30%),radial-gradient(circle at 100% 100%,#ff286438,#0000 30%),linear-gradient(#09090c 0%,#12070d 30%,#1b0911 50%,#12070d 70%,#09090c 100%);min-height:100vh;padding:120px 40px 40px;position:relative;overflow:hidden}.discover-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.discover-header h1{color:#fff;margin-bottom:6px}.discover-header p{color:#fff9}.filter-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:12px 20px}.discover-layout{grid-template-columns:2fr 380px;gap:25px;display:grid}.user-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;position:relative;overflow:hidden}.user-info{color:#fff;position:absolute;bottom:20px;left:20px}.user-info span{color:#ffffffb3}.heart-btn{color:#fff;cursor:pointer;background:#7a0f14;border:none;border-radius:50%;width:46px;height:46px;position:absolute;bottom:20px;right:20px}.profile-panel{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:25px}.profile-details{flex-direction:column;gap:15px;display:flex}.profile-details div{border-bottom:1px solid #ffffff14;justify-content:space-between;padding-bottom:10px;display:flex}.users-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.user-card{cursor:pointer;background:#ffffff0a;border:1px solid #ff467826;border-radius:30px;height:550px;transition:all .3s;position:relative;overflow:hidden}.user-card:hover{transform:translateY(-8px)}.user-card img{object-fit:cover;width:100%;height:100%}.card-overlay{color:#fff;position:absolute;bottom:25px;left:25px}.card-overlay h3{margin-bottom:5px;font-size:32px}.pagination{justify-content:center;gap:20px;margin-top:30px;display:flex}.pagination button{cursor:pointer;color:#fff;background:#9c1120;border:none;border-radius:50%;width:65px;height:65px;font-size:28px}.profile-avatar{object-fit:cover;border-radius:24px;width:100%;height:280px;margin-bottom:20px}.profile-panel{color:#fff;background:#0f080fe0;border:1px solid #ff467833;border-radius:30px}.filter-btn{color:#fff;background:#ff28641a;border:1px solid #ff467840}.filter-btn:hover{background:#ff28642e}@media (width<=1200px){.discover-layout{grid-template-columns:1fr}.profile-panel{order:-1}.users-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.discover-page{padding:95px 15px 25px}.discover-header{flex-direction:column;align-items:flex-start;gap:15px}.discover-header h1{font-size:28px}.discover-header p{font-size:14px}.filter-btn{width:100%;height:52px}.users-grid{grid-template-columns:1fr 1fr;gap:15px}.user-card{border-radius:22px;height:420px}.card-overlay h3{font-size:24px}.profile-panel{border-radius:22px;padding:20px}.profile-avatar{height:240px}.pagination button{width:55px;height:55px;font-size:22px}}@media (width<=480px){.discover-page{padding:85px 10px 20px}.discover-header h1{font-size:22px}.discover-header p{font-size:12px}.users-grid{grid-template-columns:1fr;gap:12px}.user-card{border-radius:20px;height:500px}.card-overlay{bottom:18px;left:18px}.card-overlay h3{font-size:22px}.profile-panel{border-radius:20px;padding:15px}.profile-avatar{border-radius:18px;height:220px}.heart-btn{width:42px;height:42px}.pagination{gap:12px}.pagination button{width:50px;height:50px;font-size:20px}}@media (width<=375px){.discover-header h1{font-size:20px}.user-card{height:450px}.card-overlay h3{font-size:20px}.profile-avatar{height:200px}.profile-details{gap:10px}.profile-details div{font-size:13px}}@media (width<=320px){.discover-header h1{font-size:18px}.user-card{height:400px}.card-overlay h3{font-size:18px}.filter-btn{height:46px;font-size:13px}.pagination button{width:44px;height:44px;font-size:18px}}.settings-page{background:radial-gradient(circle at 0 0,#ff28644d,#0000 30%),radial-gradient(circle at 100% 0,#ff14502e,#0000 25%),radial-gradient(circle at 0 100%,#ff1e5a2e,#0000 30%),radial-gradient(circle at 100% 100%,#ff286440,#0000 30%),linear-gradient(#09090c 0%,#12070d 30%,#1b0911 50%,#12070d 70%,#09090c 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 25px 40px;display:flex}.settings-card{background:#0f080fe0;border:1px solid #ff46782e;border-radius:35px;width:100%;max-width:1000px;padding:45px}.settings-badge{color:#ff4f7d;background:#ff286414;border:1px solid #ff46782e;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 20px;font-weight:600;display:inline-flex}.settings-card h1{color:#fff;margin-bottom:10px;font-size:42px}.settings-card p{color:#bdbdbd;margin-bottom:35px;font-size:17px}.preference-stats{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:35px;display:grid}.preference-stats div{text-align:center;background:#ffffff0a;border:1px solid #ff46781f;border-radius:20px;padding:25px}.preference-stats strong{color:#ff4f7d;margin-bottom:6px;font-size:30px;display:block}.preference-stats span{color:#ffffffa6}.form-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.form-group{margin-bottom:5px}.form-group label{color:#fff;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.double-input{gap:15px;display:flex}.settings-card input,.settings-card select{color:#fff;background:#ffffff08;border:1px solid #ff467826;border-radius:16px;outline:none;width:100%;height:58px;padding:0 18px;transition:all .3s}.settings-card input:focus,.settings-card select:focus{border-color:#ff4f7d}.settings-card input::placeholder{color:#888}.save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff2f67,#ff4f7d);border:none;border-radius:18px;width:100%;height:62px;margin-top:30px;font-size:20px;font-weight:700;transition:all .3s}@media (width<=1024px){.settings-page{padding:110px 20px 40px}.settings-card{padding:35px}.settings-card h1{font-size:36px}.preference-stats{gap:15px}.preference-stats strong{font-size:26px}}@media (width<=768px){.settings-page{padding:90px 15px 30px}.settings-card{border-radius:25px;padding:25px}.settings-card h1{font-size:30px}.settings-card p{margin-bottom:25px;font-size:15px}.preference-stats{grid-template-columns:1fr;gap:12px}.form-grid{grid-template-columns:1fr;gap:15px}.double-input{flex-direction:column;gap:10px}.settings-card input,.settings-card select{height:54px;font-size:14px}.save-btn{height:56px;font-size:16px}}@media (width<=480px){.settings-page{padding:80px 10px 25px}.settings-card{border-radius:20px;padding:18px}.settings-badge{padding:8px 16px;font-size:12px}.settings-card h1{font-size:24px}.settings-card p{font-size:13px}.preference-stats div{border-radius:16px;padding:16px}.preference-stats strong{font-size:22px}.preference-stats span,.form-group label{font-size:13px}.settings-card input,.settings-card select{border-radius:12px;height:50px;font-size:13px}.save-btn{border-radius:14px;height:52px;font-size:15px}}@media (width<=375px){.settings-card{padding:15px}.settings-card h1{font-size:22px}.settings-card p{font-size:12px}.preference-stats strong{font-size:20px}.settings-card input,.settings-card select{height:46px;font-size:12px}.save-btn{height:48px;font-size:14px}}@media (width<=320px){.settings-card h1{font-size:20px}.settings-card p,.settings-badge{font-size:11px}.settings-card input,.settings-card select{height:44px;font-size:11px}.save-btn{height:44px;font-size:12px}}.admin-page{color:#fff;background:#0f0f12;min-height:100vh;padding:120px 40px}.admin-header{text-align:center;margin-bottom:40px}.img{max-width:100%;height:auto}table{width:100%;display:block;overflow-x:auto}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.admin-card{background:#1a1a1f;border:1px solid #2a2a33;border-radius:20px;padding:25px}.create-girl-card{background:#1a1a1f;border:1px solid #2a2a33;border-radius:20px;max-width:600px;margin:30px auto;padding:30px}.create-girl-card h2{margin-bottom:20px}.create-girl-card input{color:#fff;background:#111;border:1px solid #333;border-radius:12px;width:100%;margin-bottom:12px;padding:14px}.create-btn{color:#fff;cursor:pointer;background:#f36;border:none;border-radius:12px;width:100%;padding:14px;font-weight:700}.admin-users{background:#1a1a1f;border-radius:20px;margin-top:35px;padding:25px}.admin-user-row{border-bottom:1px solid #2a2a33;justify-content:space-between;align-items:center;padding:15px 0;display:flex}.admin-user-row:last-child{border-bottom:none}.admin-user-row strong{color:#fff}.admin-user-row p{color:#9a9a9a;margin-top:5px}.delete-btn{color:#fff;cursor:pointer;background:#cc2e43;border:none;border-radius:10px;padding:8px 14px;font-weight:600}.delete-btn:hover{background:#e63950}@media (width<=1024px){.admin-page{padding:100px 25px 40px}.admin-grid{grid-template-columns:1fr 1fr}.admin-user-row{flex-direction:column;align-items:flex-start;gap:12px}.delete-btn{width:100%}}@media (width<=768px){.admin-page{padding:90px 15px 30px}.admin-header h1{font-size:28px}.admin-grid{grid-template-columns:1fr}.admin-card{padding:20px}.create-girl-card{margin:20px auto;padding:20px}.create-girl-card input{padding:12px;font-size:16px}.admin-users{padding:20px}.admin-user-row{flex-direction:column;align-items:flex-start;gap:12px}.delete-btn{width:100%;height:46px}}@media (width<=480px){.admin-page{padding:80px 12px 20px}.admin-header{margin-bottom:25px}.admin-header h1{font-size:24px}.admin-card,.create-girl-card{border-radius:16px;padding:16px}.create-girl-card h2{font-size:20px}.create-girl-card input{height:48px;padding:12px;font-size:16px}.create-btn{height:50px;font-size:15px}.admin-users{border-radius:16px;padding:16px}.admin-user-row{gap:10px}.admin-user-row strong{font-size:15px}.admin-user-row p{font-size:13px}.delete-btn{width:100%;height:44px;font-size:14px}}.girlshub-page{color:#fff;background:radial-gradient(circle at 0 0,#ff286440,#0000 30%),linear-gradient(#08080a,#13080e,#08080a);min-height:100vh;padding:110px 35px 40px}.girlshub-header{text-align:center;margin-bottom:40px}.girlshub-header h1{margin-bottom:10px;font-size:42px;font-weight:800}.girlshub-header p{color:#b7b7b7;font-size:16px}.profile-editor{background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;max-width:800px;margin:0 auto;padding:35px}.profile-editor input,.profile-editor textarea,.profile-editor select{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%;margin-bottom:16px;padding:15px;font-size:15px;transition:all .3s}.profile-editor input:focus,.profile-editor textarea:focus,.profile-editor select:focus{border-color:#ff4d6d}.profile-editor textarea{resize:none;min-height:140px}.profile-editor input::placeholder,.profile-editor textarea::placeholder{color:#999}.save-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4d6d,#ff758f);border:none;border-radius:16px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.save-btn:hover{transform:translateY(-2px)}.girlshub-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:40px;display:grid}.girlshub-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:25px;transition:all .3s}.girlshub-card:hover{border-color:#ff4d6d;transform:translateY(-5px)}.girlshub-card h2{margin-bottom:10px;font-size:20px}.girlshub-card p{color:#b7b7b7;line-height:1.6}.profile-preview{border:3px solid #ff4d6d;border-radius:24px;width:180px;height:180px;margin:0 auto 25px;overflow:hidden}.profile-preview img{object-fit:cover;width:100%;height:100%}.stats-row{gap:15px;margin-top:25px;display:flex}.stat-card{text-align:center;background:#ffffff0a;border-radius:18px;flex:1;padding:20px}.stat-card h3{margin-bottom:5px;font-size:24px}.stat-card span{color:#aaa;font-size:14px}@media (width<=768px){.girlshub-page{padding:100px 15px 40px}.girlshub-header h1{font-size:32px}.profile-editor{padding:20px}.stats-row{flex-direction:column}}.clients-box{width:100%;max-width:none}.clients-box h2{margin-bottom:25px;font-size:30px}.clients-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.client-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;transition:all .3s;overflow:hidden}.client-card:hover{border-color:#ff4d6d;transform:translateY(-5px)}.client-photo{object-fit:cover;background:#222;width:100%;height:260px}.client-info{padding:18px}.client-name{margin-bottom:6px;font-size:20px;font-weight:700}.client-city{color:#aaa;margin-bottom:12px}.client-bio{color:#d4d4d4;min-height:60px;line-height:1.5}.view-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4d6d,#ff758f);border:none;border-radius:14px;width:100%;margin-top:15px;padding:14px;font-weight:700}.girlshub-layout{grid-template-columns:220px 1fr;align-items:start;gap:30px;display:grid}.sidebar{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#140c12d9;border:1px solid #ffffff0f;border-radius:30px;flex-direction:column;gap:10px;padding:20px;display:flex;position:sticky;top:100px}.sidebar button{color:#d6d6d6;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:15px;height:55px;padding:0 18px;font-size:15px;transition:all .25s}.sidebar button:hover{color:#fff;background:#ff46781f}.content{justify-content:center;display:flex}.cover-section{background:#0f0a0fd9;border:1px solid #ffffff0f;border-radius:35px;grid-template-columns:320px 1fr;width:100%;max-width:1200px;margin:0 auto;display:grid;overflow:hidden}.main-photo{object-fit:cover;border:2px solid #ff467840;border-radius:25px;width:280px;height:380px}.edit-profile-panel{background:#ffffff08;border:1px solid #ffffff0f;border-radius:25px;flex-direction:column;gap:15px;padding:25px;display:flex}.edit-name{margin-bottom:5px;font-size:32px;font-weight:800}.edit-input,.edit-bio,.edit-profile-panel input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;height:52px;padding:0 16px}.edit-bio{resize:none;min-height:120px;padding:15px}.profile-info-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f36,#ff5f88);border-radius:16px;height:55px;margin-top:15px;font-size:17px;font-weight:700}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px;display:grid}.gallery-photo,.gallery-box{aspect-ratio:3/4;background:#ffffff0a;border:1px solid #ffffff14;border-radius:25px;overflow:hidden}.gallery-photo{object-fit:cover;border-radius:20px;width:100%;height:420px;display:block}.gallery-box{color:#ff5d84;cursor:pointer;justify-content:center;align-items:center;font-size:50px;display:flex}.photo-upload{height:100%;min-height:auto;position:relative}.change-photo-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000a6;border-radius:14px;padding:12px 18px;font-weight:600;position:absolute;bottom:20px;left:20px}.change-photo-btn input{display:none}.upload-btn{color:#fff;cursor:pointer;z-index:20;background:#3c1020e6;border-radius:12px;padding:12px 20px;font-weight:600;position:absolute;bottom:20px;right:20px}.photo-upload{position:relative}.edit-profile-panel input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;outline:none;padding:14px 18px;font-size:15px;transition:all .3s}.edit-profile-panel input:focus,.edit-profile-panel textarea:focus{border-color:#ff4d6d}.edit-profile-panel input::placeholder,.edit-profile-panel textarea::placeholder{color:#8c8c8c}.gallery-item{width:100%;max-width:350px}.delete-photo-btn{color:#fff;cursor:pointer;background:#ff2f67;border:none;border-radius:50%;width:35px;height:35px;font-size:18px;font-weight:700;position:absolute;top:10px;right:10px}@media (width<=900px){.cover-section{grid-template-columns:1fr}.main-photo{width:100%;height:420px}}@media (width<=1024px){.girlshub-page{padding:100px 20px 30px}.girlshub-layout{grid-template-columns:1fr}.sidebar{flex-flow:wrap;justify-content:center;position:static}.sidebar button{width:auto}.cover-section{max-width:100%}.clients-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.girlshub-page{padding:90px 15px 25px}.girlshub-header h1{font-size:30px}.girlshub-header p{font-size:14px}.sidebar{border-radius:22px;padding:15px}.sidebar button{height:50px;font-size:14px}.cover-section{grid-template-columns:1fr}.main-photo{border-radius:0;width:100%;height:350px}.edit-profile-panel{padding:20px}.edit-name{font-size:24px}.profile-info-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.clients-grid{grid-template-columns:1fr}.stats-row{flex-direction:column}}@media (width<=480px){.girlshub-page{padding:80px 10px 20px}.girlshub-header{margin-bottom:25px}.girlshub-header h1{font-size:24px}.profile-editor{border-radius:20px;padding:15px}.profile-preview{width:130px;height:130px}.main-photo{height:280px}.edit-profile-panel{padding:15px}.edit-name{font-size:20px}.edit-profile-panel input,.edit-input{height:48px;font-size:14px}.edit-bio{min-height:100px;font-size:14px}.gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.gallery-box{font-size:36px}.change-photo-btn,.upload-btn{padding:10px 14px;font-size:12px}.save-btn{height:50px;font-size:15px}.client-photo{height:220px}.client-name{font-size:18px}}@media (width<=360px){.girlshub-page{padding:75px 8px 15px}.girlshub-header h1{font-size:22px}.sidebar{gap:8px;padding:10px}.sidebar button{height:44px;padding:0 12px;font-size:13px}.main-photo{height:240px}.edit-profile-panel{padding:12px}.edit-name{font-size:18px}.gallery-grid{gap:8px}.client-photo{height:180px}}@media (width<=1024px){.sidebar{position:static}}.post-menu{cursor:pointer;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:flex;position:absolute;top:12px;right:12px}.post-preview{object-fit:cover;border-radius:15px;width:100%;height:300px;margin-top:15px}.post-dropdown{background:#151515;border:1px solid #ffffff14;border-radius:14px;width:140px;position:absolute;top:55px;right:10px;overflow:hidden}.post-dropdown button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:14px}.post-dropdown button:hover{background:#ffffff0d}.post-modal{z-index:9999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.post-modal-card{background:#121212;border-radius:25px;width:100%;max-width:550px;max-height:90vh;padding:25px;overflow-y:auto}.post-caption{color:#fff;background:#1d1d1d;border:none;border-radius:14px;width:100%;min-height:120px;margin-top:15px;padding:15px}.post-date{opacity:.7;margin-top:6px;font-size:12px}.post-menu{cursor:pointer;font-size:22px;position:absolute;top:10px;right:10px}.gallery-item{position:relative}.post-dropdown{z-index:50;background:#151515;border-radius:12px;position:absolute;top:40px;right:10px;overflow:hidden}.post-dropdown button{color:#fff;cursor:pointer;background:0 0;border:none;padding:12px 18px}.fullscreen-caption{color:#fff;margin-top:20px;font-size:18px;line-height:1.6}.gallery-caption{color:#fff;padding:12px;font-size:14px}.myprofile-page{background:radial-gradient(circle at 0 0,#ff326e2e,#0000 35%),radial-gradient(circle at 100% 0,#b4143c26,#0000 40%),linear-gradient(#090507,#14080d,#1a0a10,#0a0507);width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);padding-top:140px}.profile-overlay{position:absolute}.profile-header{background:linear-gradient(145deg,#120a0ffa,#0a0508fa);border:1px solid #ff78aa14;border-radius:38px;gap:40px;width:92%;max-width:1450px;margin:0 auto;padding:35px;display:flex;box-shadow:0 25px 80px #00000073}.profile-left{flex-shrink:0;width:340px}.profile-image-wrapper{position:relative}.avatar{object-fit:cover;border:1px solid #ff78aa1f;border-radius:28px;width:100%;height:560px;transition:all .35s;box-shadow:0 15px 50px #00000073}.avatar:hover{transform:translateY(-4px);box-shadow:0 20px 60px #ff508226}.profile-overlay{z-index:5;position:absolute;bottom:30px;left:30px}.profile-overlay h1{color:#fff;text-shadow:0 10px 30px #0009;margin:0;font-size:56px;font-weight:900;line-height:1}.profile-city{letter-spacing:3px;text-transform:uppercase;color:#ff9ec0;margin-top:10px;font-size:13px}.profile-right{flex-direction:column;flex:1;gap:20px;display:flex}.stats-grid{flex-direction:column;gap:12px;display:flex}.stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff08,#ffffff04);border:1px solid #ff78aa14;border-radius:18px;justify-content:space-between;align-items:center;padding:18px 22px;transition:all .3s;display:flex}.stat-card:hover{border-color:#ff78aa2e;transform:translate(4px)}.stat-card strong{color:#fff;font-size:22px}.stat-card span{color:#b7b7b7;letter-spacing:1px;text-transform:uppercase;font-size:12px}.message-btn-vip{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4f88,#ff7ba8);border:none;border-radius:20px;height:68px;font-size:18px;font-weight:700;transition:all .3s;box-shadow:0 0 35px #ff5a8c59}.profile-intro{margin-bottom:25px}.profile-name{color:#fff;letter-spacing:-2px;margin:0;font-size:64px;font-weight:900;line-height:1}.profile-location{color:#ff8db2;letter-spacing:1px;text-transform:uppercase;background:#ff5a8c14;border:1px solid #ff5a8c1f;border-radius:999px;align-items:center;gap:8px;margin-top:12px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-flex}.about-card h2{color:#fff;margin-bottom:18px;font-size:28px;font-weight:800}.about-card p{color:#d4d4d4;font-size:15px;line-height:1.8}.profile-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px;display:grid}.detail-row{background:#ffffff08;border:1px solid #ff78aa14;border-radius:16px;padding:16px 18px;transition:all .25s}.detail-row:hover{background:#ffffff0d}.detail-row span{letter-spacing:2px;text-transform:uppercase;color:#8d8d8d;margin-bottom:6px;font-size:10px;display:block}.tags span{color:#fff;background:#ffffff0a;border:1px solid #ff78aa14;border-radius:999px;padding:12px 18px;font-size:13px}@media (width<=900px){.profile-header{flex-direction:column}.profile-left{width:100%}.avatar{height:520px}.profile-overlay h1{font-size:42px}.profile-details{grid-template-columns:1fr}}.detail-row{align-items:center;gap:16px;display:flex}.detail-icon{color:#ff6d9f;flex-shrink:0;width:34px;height:34px}.avatar:hover{transform:translateY(-6px)scale(1.02)}.profile-info{flex:1}.profile-info h1{letter-spacing:-2px;color:#fff;margin-bottom:8px;font-size:52px;font-weight:900;line-height:1}.profile-info>p:first-of-type{color:#ff7aa6;background:#ff46781f;border:1px solid #ff46782e;border-radius:999px;align-items:center;gap:8px;margin-bottom:25px;padding:12px 18px;font-size:15px;display:inline-flex}.profile-info>p:last-of-type{color:#d6d6d6;max-width:850px;margin-bottom:35px;font-size:18px;line-height:1.9}.action-buttons{gap:20px;margin-top:30px;display:flex}.message-btn-vip{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4f88 0%,#ff6ea8 50%,#ff8fc0 100%);border:none;border-radius:22px;width:100%;height:78px;font-size:20px;font-weight:800;transition:all .35s;box-shadow:0 15px 40px #ff508259,0 0 60px #ff508226}.message-btn-vip:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 20px 60px #ff508273,0 0 80px #ff508233}.message-btn-vip:active{transform:scale(.98)}.photos-section{background:#120a10e6;border:1px solid #ff508226;border-radius:32px;padding:30px}.photos-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.gallery-photo{aspect-ratio:3/4;object-fit:cover;border-radius:24px;width:100%;transition:all .35s;box-shadow:0 10px 40px #00000073}.gallery-photo:hover{transform:translateY(-6px)scale(1.02)}.profile-subtitle{color:#ff8db2;margin-bottom:25px;font-size:18px;font-weight:600}@media (width<=900px){.profile-header{flex-direction:column}.avatar{width:100%;height:500px}.profile-info-grid{grid-template-columns:1fr}}.profile-top{text-align:center;margin-bottom:20px}.profile-name{color:#fff;justify-content:center;align-items:baseline;gap:10px;margin:0;font-size:42px;font-weight:800;display:flex}.profile-age{color:#ff7aa6;font-size:28px;font-weight:600}.profile-badge{color:#ff8db2;letter-spacing:1px;background:#ff508214;border:1px solid #ff508226;border-radius:999px;align-items:center;gap:8px;margin-top:12px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.about-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:28px;padding:30px}.about-card p{letter-spacing:.3px;color:#f2f2f2;text-align:center;max-width:900px;margin:0 auto 35px;font-size:19px;font-weight:600;line-height:2}.profile-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:25px;display:grid}.detail-row{background:#ffffff0a;border-radius:18px;align-items:center;gap:14px;padding:16px;display:flex}.detail-icon{color:#ff5d84;flex-shrink:0}.detail-row span{color:#8f8f8f;margin-bottom:3px;font-size:12px;display:block}@media (width<=1024px){.myprofile-page{padding-top:120px;padding-left:20px;padding-right:20px}.profile-header{gap:25px;padding:25px}.avatar{width:280px;height:380px}.profile-info h1{font-size:38px}}@media (width<=900px){.myprofile-page{padding-top:100px;padding-left:15px;padding-right:15px}.profile-header{border-radius:24px;flex-direction:column;padding:20px}.avatar{width:100%;height:500px}.profile-info h1{font-size:34px}.profile-info-grid{grid-template-columns:1fr}.photos-section{padding:20px}.photos-section h2{color:#fff;margin-bottom:25px;font-size:38px}.photos-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.avatar{height:420px}.profile-info h1{font-size:30px}.profile-info>p:first-of-type{font-size:16px}.profile-info>p:last-of-type{font-size:14px;line-height:1.7}.action-buttons{flex-direction:column}.like-btn,.message-btn{width:100%}.photos-grid{grid-template-columns:1fr 1fr;gap:12px}}@media (width<=480px){.myprofile-page{padding-top:90px;padding-left:10px;padding-right:10px}.profile-header{border-radius:20px;padding:15px}.avatar{border-radius:18px;height:340px}.profile-info h1{font-size:26px}.profile-info-grid div{padding:12px;font-size:14px}.photos-section{border-radius:20px;padding:15px}.photos-grid{gap:10px}.gallery-photo{border-radius:16px;display:block}.like-btn,.message-btn{height:52px;font-size:14px}}@media (width<=375px){.avatar{height:300px}.profile-info h1{font-size:22px}.profile-info>p:first-of-type{font-size:14px}.profile-info>p:last-of-type{font-size:13px}.photos-grid{grid-template-columns:1fr}}@media (width<=320px){.profile-info h1{font-size:20px}.avatar{height:260px}.like-btn,.message-btn{height:48px;font-size:13px}.profile-info-grid div{padding:10px}}.story-card{text-align:center;background:linear-gradient(145deg,#140a0ff2,#0c060af2);border:1px solid #ff5a8c1a;border-radius:24px;max-width:850px;margin:20px auto 40px;padding:22px 28px}.story-card h2{color:#fff;margin-bottom:10px;font-size:28px}.story-card p{color:#cfcfcf;font-size:15px;line-height:1.7}.detail-row{background:#ffffff0a;border:1px solid #ff5a8c1f;border-radius:16px;justify-content:space-between;align-items:center;min-width:220px;padding:14px 18px;display:flex}.detail-row span{text-transform:uppercase;letter-spacing:2px;color:#8d8d8d;margin-bottom:6px;font-size:15px}.detail-row strong{color:#fff;font-size:14px;font-weight:700}.welcome-box{border-radius:999px;align-items:center;gap:10px;width:auto;margin-top:10px;margin-bottom:18px;padding:10px 16px;font-size:14px;display:inline-flex}.online-dot{background:#4cff72;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #4cff72}.room-card{background:linear-gradient(145deg,#ff467814,#ffffff05);border:1px solid #ff50821f;border-radius:24px;max-width:380px;margin-top:25px;padding:22px}.room-card h3{color:#fff;margin-bottom:15px}.detail-row{min-width:unset;padding:18px 22px}.stat-card strong{font-size:28px}.stat-card span{color:#bdbdbd}.message-btn-vip{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4f88,#ff739f);border:none;border-radius:20px;height:68px;font-size:20px;font-weight:700;box-shadow:0 0 40px #ff467859}.about-card h2{color:#fff;margin-bottom:20px;font-size:38px}.about-card p{color:#d4d4d4;line-height:1.9}.tags{flex-wrap:wrap;gap:12px;margin-top:25px;display:flex}.tags span{color:#fff;background:#ffffff0a;border:1px solid #ff5a8c1f;border-radius:999px;padding:12px 18px}@media (width<=900px){.profile-header{flex-direction:column}.profile-left{width:420px}.avatar{height:500px}.stats-grid{grid-template-columns:1fr}.profile-overlay h1{font-size:42px}}.tags span{align-items:center;gap:8px;display:flex}.message-btn-vip{justify-content:center;align-items:center;gap:10px;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-page{background:linear-gradient(#08080a,#13080e,#08080a);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.loader{border:4px solid #ffffff14;border-top-color:#ff4d85;border-radius:50%;width:70px;height:70px;animation:1s linear infinite spin;box-shadow:0 0 30px #ff508266}@media (width<=900px){.chat-page{padding:80px 0 0}.chat-wrapper{width:100%;max-width:none;height:calc(100vh - 80px);box-shadow:none;border:none;border-radius:0}.chat-header{height:70px;padding:0 18px;font-size:18px}.messages{gap:12px;padding:16px}.message{max-width:85%;padding:14px 16px;font-size:14px;line-height:1.6}.chat-input{padding:12px}.chat-input input{height:50px;padding:0 16px;font-size:14px}.chat-input button{width:95px;height:50px;font-size:13px}}@media (width<=375px){.chat-header{height:65px;font-size:16px}.messages{padding:12px}.message{max-width:90%;padding:12px 14px;font-size:13px}.chat-input input{height:46px}.chat-input button{width:80px;height:46px}}@media (width<=320px){.chat-header{font-size:15px}.message{max-width:95%;font-size:12px}.chat-input{gap:8px}.chat-input button{width:70px;font-size:12px}}.premium-page{background:linear-gradient(135deg,#120308,#23070f,#120308);justify-content:center;align-items:center;min-height:100vh;padding:100px 40px;display:flex;overflow:hidden}.premium-content{justify-content:center;align-items:flex-end;gap:100px;width:100%;max-width:1400px;display:flex}.girl-left,.girl-right{object-fit:contain;opacity:.95;-webkit-user-select:none;user-select:none;pointer-events:none;height:520px}.center-content{text-align:center;width:520px}.premium-title h1{color:#fff;margin-bottom:15px;font-size:62px;line-height:1.05}.premium-title span{color:#ff5d8d}.premium-title p{color:#bdbdbd;margin-bottom:35px;font-size:17px;line-height:1.7}.chat-preview{flex-direction:column;gap:12px;margin-bottom:35px;display:flex}.bubble{color:#fff;border-radius:18px;max-width:320px;padding:15px 18px;font-size:14px}.bubble.left{background:#23131a;border:1px solid #ffffff0f;align-self:flex-start}.bubble.right{background:#ff4d85;align-self:flex-end}.premium-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4d85,#ff79ab);border:none;border-radius:16px;width:280px;height:58px;font-size:16px;font-weight:700}@media (width<=1100px){.girl-left,.girl-right{display:none}.center-content{width:100%;max-width:600px}}.premium-register{flex-direction:column;gap:15px;width:100%;max-width:420px;margin:auto;display:flex}.premium-register h2{color:#fff;text-align:center;margin-bottom:10px}.premium-register form{flex-direction:column;gap:14px;display:flex}.premium-register input,.premium-register select{color:#fff;background:#ffffff14;border:1px solid #ffffff14;border-radius:16px;outline:none;height:56px;padding:0 18px}.register-badge{color:#ff79ab;margin:auto;font-weight:700}.bubble{animation:.35s messageAppear}@keyframes messageAppear{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.chat-preview{min-height:260px}.chat-page{background:linear-gradient(135deg,#080507,#12080d,#080507);justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 40px;display:flex;position:relative;overflow:hidden}.chat-girl-left{object-fit:contain;opacity:.55;pointer-events:none;z-index:2;height:92vh;position:absolute;bottom:0;left:40px}.mei-left{opacity:.55;height:88vh;left:30px}.mei-right{opacity:.55;height:92vh;right:30px}.chat-girl-right{object-fit:contain;opacity:.55;pointer-events:none;z-index:2;height:88vh;position:absolute;bottom:0;right:40px}.chat-wrapper{z-index:5;background:linear-gradient(145deg,#140c12f5,#0c070bf5);border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;width:100%;max-width:900px;height:78vh;display:flex;position:relative;overflow:hidden}.chat-header{color:#fff;background:#ffffff05;border-bottom:1px solid #ffffff0d;align-items:center;height:90px;padding:0 30px;font-size:24px;font-weight:800;display:flex}.messages{flex-direction:column;flex:1;gap:18px;padding:30px;display:flex;overflow-y:auto}.message{border-radius:22px;max-width:340px;padding:16px 20px;font-size:14px;line-height:1.8}.message.user{color:#fff;background:linear-gradient(135deg,#ff4d85,#ff79ab);border-bottom-right-radius:8px;align-self:flex-end}.message.ai{color:#fff;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff0d;border:1px solid #ffffff12;border-bottom-left-radius:8px;align-self:flex-start}.chat-input{background:#ffffff05;border-top:1px solid #ffffff0d;gap:14px;padding:20px;display:flex}.chat-input input{color:#fff;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:18px;outline:none;flex:1;height:58px;padding:0 20px;font-size:14px}.chat-input input::placeholder{color:#8d8d8d}.chat-input button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4d85,#ff79ab);border:none;border-radius:18px;width:140px;font-weight:700;transition:all .25s;box-shadow:0 12px 35px #ff467840}.chat-input button:hover{transform:translateY(-2px)}.messages::-webkit-scrollbar{width:5px}.messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}@media (width<=1024px){.chat-page{padding:100px 15px 25px}.chat-wrapper{max-width:100%;height:82vh}}@media (width<=768px){.chat-page{padding:85px 10px 15px}.chat-wrapper{border-radius:24px;height:85vh}.chat-header{height:75px;padding:0 18px;font-size:18px}.messages{gap:12px;padding:18px}.message{max-width:85%;padding:14px 16px;font-size:13px;line-height:1.6}.chat-input{gap:10px;padding:14px}.chat-input input{height:52px;padding:0 16px;font-size:14px}.chat-input button{width:110px;height:52px;font-size:14px}}@media (width<=480px){.chat-page{padding:70px 0 0}.chat-wrapper{border:none;border-radius:0;width:100%;height:calc(100vh - 70px)}.chat-header{height:70px;padding:0 15px;font-size:17px}.messages{padding:15px}.message{max-width:88%;padding:12px 14px;font-size:13px}.chat-input{padding:12px}.chat-input input{border-radius:14px;height:48px;font-size:13px}.chat-input button{border-radius:14px;width:90px;height:48px;font-size:13px}}@media (width<=375px){.chat-header{height:65px;font-size:16px}.message{max-width:92%;font-size:12px}.chat-input input{height:46px}.chat-input button{width:80px;height:46px}}@media (width<=320px){.chat-header{font-size:15px}.message{padding:10px 12px;font-size:11px}.chat-input{gap:8px}.chat-input button{width:75px;font-size:12px}}.chat-header{color:#fff;background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;height:90px;padding:0 30px;font-size:24px;font-weight:800;display:flex;position:relative}.chat-title{text-align:center}.chat-back{cursor:pointer;color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;position:absolute;left:20px}.chat-back:hover{background:#ffffff1a;transform:translate(-3px)}@media (width<=900px){.chat-girl-left,.chat-girl-right{display:none}}.date-divider{color:#9f9f9f;justify-content:center;margin:15px 0;font-size:12px;font-weight:600;display:flex}.message{flex-direction:column;display:flex}.message-text{word-break:break-word}.message-time{opacity:.65;align-self:flex-end;margin-top:8px;font-size:11px}.message-row{width:100%;display:flex}.message-row.user{justify-content:flex-end}.message-row.ai{justify-content:flex-start}.coins-page{background:radial-gradient(circle at top,#ff467826,#0000 40%),linear-gradient(135deg,#080507,#12080d,#080507);min-height:100vh;padding:120px 30px 60px}.coins-header{text-align:center;margin-bottom:60px}.coins-header h1{color:#fff;margin-bottom:15px;font-size:60px;font-weight:900}.coins-header p{color:#b7b7b7;max-width:650px;margin:auto;font-size:17px;line-height:1.8}.coins-grid{grid-template-columns:repeat(4,1fr);gap:25px;max-width:1400px;margin:auto;display:grid}.coin-card{text-align:center;background:linear-gradient(#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:32px;padding:35px 25px;transition:all .3s;position:relative}.coin-card:hover{transform:translateY(-10px)scale(1.02)}.coin-image{object-fit:contain;width:150px;height:150px;margin-bottom:20px}.coin-card h2{color:#fff;margin-bottom:15px;font-size:30px}.coin-amount{color:#ffd86b;margin-bottom:5px;font-size:42px;font-weight:900}.coin-label{color:#9e9e9e;margin-bottom:25px;font-size:14px;display:block}.coin-badge{color:#fff;background:linear-gradient(135deg,#ff4d85,#ff79ab);border-radius:999px;padding:8px 14px;font-size:11px;font-weight:800;position:absolute;top:15px;right:15px}.buy-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff4d85,#ff79ab);border:none;border-radius:18px;width:100%;height:58px;font-size:16px;font-weight:800;transition:all .25s}.buy-btn:hover{transform:translateY(-2px)}@media (width<=1100px){.coins-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.coins-grid{grid-template-columns:1fr}.coins-header h1{font-size:42px}.coin-image{width:120px;height:120px}}
