*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#fff;color:#222;min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:0 20px}.age-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:9999;display:flex;align-items:center;justify-content:center}.age-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;text-align:center;max-width:400px;width:90%;box-shadow:0 20px 60px #00000080}.age-card h1{font-size:2.2rem;letter-spacing:2px;color:#222;margin-bottom:.5rem}.age-card h1 span{color:#e91e8c}.age-card p{color:#666;margin-bottom:2rem;font-size:.95rem}.age-btns{display:flex;gap:1rem;justify-content:center}.age-btns button{padding:.8rem 2rem;border:2px solid #222;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s;background:transparent}.age-btns .btn-yes{background:#e91e8c;color:#fff;border-color:#e91e8c}.age-btns .btn-yes:hover{background:#c01773;border-color:#c01773}.age-btns .btn-no{border-color:#222;color:#222}.age-btns .btn-no:hover{background:#222;color:#fff}.auth-input{width:100%;padding:.8rem 1rem;margin-bottom:.8rem;border:1px solid #ddd;border-radius:12px;font-size:.9rem;outline:none;transition:.3s}.auth-input:focus{border-color:#e91e8c;box-shadow:0 0 0 3px #e91e8c1a}header{background:#fff;border-bottom:1px solid #eee;padding:.8rem 0;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.8rem;font-weight:800;letter-spacing:3px}.logo span{color:#e91e8c}nav{display:flex;align-items:center;gap:1.2rem}nav a{text-decoration:none;color:#222;font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;transition:.3s}nav a:hover{color:#e91e8c}.premium-badge{color:#e91e8c;font-weight:700;font-size:.75rem;letter-spacing:1px}.hero{display:flex;align-items:center;gap:3rem;padding:3rem 0;flex-wrap:wrap}.hero-img{flex:1;min-width:280px;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.hero-img img{width:100%;height:420px;object-fit:cover;display:block}.hero-info{flex:1;min-width:280px}.hero-info h2{font-size:2.2rem;margin-bottom:.5rem}.hero-info h2 span{color:#e91e8c}.hero-info .tag{display:inline-block;background:#e91e8c;color:#fff;padding:.3rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem}.hero-info p{color:#555;line-height:1.7;margin-bottom:.5rem}.hero-info .stats{display:flex;gap:2rem;margin:1.5rem 0}.hero-info .stats div{text-align:center}.hero-info .stats strong{display:block;font-size:1.5rem;color:#e91e8c}.hero-info .stats span{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:1px}.btn-like{background:none;border:2px solid #e91e8c;color:#e91e8c;padding:.6rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:.3s;display:inline-flex;align-items:center;gap:.5rem}.btn-like:hover,.btn-like.liked{background:#e91e8c;color:#fff}.section-title{text-align:center;font-size:1.8rem;margin:3rem 0 2rem;position:relative}.section-title:after{content:"";display:block;width:60px;height:3px;background:#e91e8c;margin:.8rem auto 0;border-radius:10px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.gallery-item{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.gallery-item img{width:100%;height:320px;object-fit:cover;display:block;transition:.5s}.gallery-item:hover img{transform:scale(1.05)}.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.plan-card{border:1px solid #eee;border-radius:20px;padding:2rem;text-align:center;transition:.3s;background:#fff}.plan-card:hover{box-shadow:0 10px 40px #0000000f;border-color:#e91e8c}.plan-card.featured{border:2px solid #e91e8c;position:relative}.plan-card.featured:before{content:"POPULAR";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#e91e8c;color:#fff;padding:.2rem 1.2rem;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:2px}.plan-card .price{font-size:2.8rem;font-weight:800;color:#222;margin:.5rem 0}.plan-card .price span{font-size:1rem;color:#888;font-weight:400}.plan-card .duration{color:#e91e8c;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.plan-card p{color:#666;font-size:.85rem;margin:1rem 0}.btn-pay{background:#e91e8c;color:#fff;border:none;padding:.8rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:.3s;width:100%}.btn-pay:hover{background:#c01773}.btn-pay:disabled{opacity:.5;cursor:not-allowed}.model-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.model-card{border:1px solid #eee;border-radius:20px;overflow:hidden;cursor:pointer;transition:.3s;background:#fff}.model-card:hover{box-shadow:0 10px 40px #00000014;border-color:#e91e8c;transform:translateY(-4px)}.model-card-img{height:280px;overflow:hidden}.model-card-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.model-card:hover .model-card-img img{transform:scale(1.08)}.model-card-info{padding:1.2rem 1.2rem 1.5rem}.model-card-info h3{font-size:1.2rem;margin-bottom:.2rem}.model-card-origin{font-size:.75rem;color:#e91e8c;font-weight:600;text-transform:uppercase;letter-spacing:1px}.model-card-meta{display:flex;justify-content:space-between;margin-top:.8rem;font-size:.8rem;color:#888}.model-card-meta span:last-child{color:#e91e8c;font-weight:600}.premium-section{background:#f9f9f9;border-radius:20px;padding:3rem 2rem;text-align:center;margin-bottom:3rem}.premium-section h3{font-size:1.6rem;margin-bottom:.5rem}.premium-section .price-tag{font-size:3rem;font-weight:800;color:#e91e8c;margin:.5rem 0}.premium-section p{color:#666;max-width:500px;margin:0 auto 1.5rem}.btn-premium{background:#222;color:#fff;border:none;padding:.9rem 3rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s}.btn-premium:hover{background:#e91e8c}.chat-section{margin-bottom:3rem}.chat-box{border:1px solid #eee;border-radius:20px;overflow:hidden;max-width:600px;margin:0 auto}.chat-header{background:#fafafa;padding:.8rem 1.2rem;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.6rem;border-bottom:1px solid #eee}.chat-status{width:10px;height:10px;border-radius:50%;display:inline-block}.chat-status.online{background:#2ecc71}.chat-status.offline{background:#999}.chat-messages{height:350px;overflow-y:auto;padding:1rem;background:#fafafa}.chat-msg{background:#fff;padding:.6rem 1rem;border-radius:12px;margin-bottom:.6rem;max-width:80%;box-shadow:0 1px 4px #0000000a}.chat-msg.model{background:#fce4ec;border-left:3px solid #e91e8c}.chat-msg.own{margin-left:auto;background:#f3e5f5}.chat-msg strong{font-size:.75rem;color:#e91e8c;display:block;margin-bottom:.2rem}.chat-msg p{font-size:.85rem;color:#222}.chat-msg .chat-time{font-size:.65rem;color:#aaa;display:block;text-align:right;margin-top:.2rem}.chat-input{display:flex;border-top:1px solid #eee}.chat-input input{flex:1;padding:.8rem 1rem;border:none;outline:none;font-size:.85rem}.chat-input button{background:#e91e8c;color:#fff;border:none;padding:.8rem 1.5rem;font-weight:600;cursor:pointer;transition:.3s}.chat-input button:hover{background:#c01773}.chat-input button:disabled{background:#ccc;cursor:not-allowed}.chat-input input:disabled{background:#f5f5f5}.video-section{margin-bottom:3rem}.video-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.video-box{position:relative;border-radius:16px;overflow:hidden;background:#111;width:320px;height:240px}.video-box video{width:100%;height:100%;object-fit:cover}.video-label{position:absolute;bottom:8px;left:8px;background:#0009;color:#fff;padding:.2rem .8rem;border-radius:50px;font-size:.75rem}.video-controls{text-align:center}footer{border-top:1px solid #eee;padding:2rem 0;text-align:center;color:#888;font-size:.85rem}footer strong{color:#e91e8c}.terms-row{display:flex;align-items:flex-start;gap:.5rem;text-align:left;font-size:.78rem;color:#555;margin:.3rem 0 .8rem;cursor:pointer}.terms-row input{margin-top:.2rem;accent-color:#e91e8c}.terms-row a{color:#e91e8c;font-weight:600}.profile-form-section{max-width:640px;margin:0 auto 3rem}.profile-form{display:flex;flex-direction:column;gap:.6rem}.profile-label{font-weight:600;font-size:.85rem;margin-top:.8rem;color:#333}.profile-hint{font-size:.75rem;color:#999}.photo-slots{display:flex;gap:1rem;flex-wrap:wrap}.photo-slot{width:150px;height:190px;border:2px dashed #ddd;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:.3s;background:#fafafa}.photo-slot:hover{border-color:#e91e8c}.photo-slot img{width:100%;height:100%;object-fit:cover}.photo-placeholder{color:#aaa;font-size:.85rem;font-weight:600}.admin-section{margin-bottom:3rem}.admin-stats{display:flex;gap:2.5rem;justify-content:center;margin-bottom:2rem}.admin-stats div{text-align:center}.admin-stats strong{display:block;font-size:1.8rem;color:#e91e8c}.admin-stats span{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:1px}.admin-tabs{display:flex;gap:.8rem;justify-content:center;margin-bottom:1.5rem}.admin-tabs button{padding:.5rem 1.5rem;border:1px solid #ddd;border-radius:50px;background:#fff;font-weight:600;font-size:.85rem;cursor:pointer;transition:.3s}.admin-tabs button.active,.admin-tabs button:hover{background:#e91e8c;color:#fff;border-color:#e91e8c}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.85rem}.admin-table th,.admin-table td{padding:.6rem .8rem;border-bottom:1px solid #eee;text-align:left}.admin-table th{background:#fafafa;font-size:.72rem;text-transform:uppercase;letter-spacing:1px;color:#888}.admin-btn{padding:.3rem .8rem;border:1px solid #e91e8c;border-radius:50px;background:#fff;color:#e91e8c;font-size:.72rem;font-weight:600;cursor:pointer;margin-right:.4rem;transition:.3s}.admin-btn:hover{background:#e91e8c;color:#fff}.admin-btn.danger{border-color:#c0392b;color:#c0392b}.admin-btn.danger:hover{background:#c0392b;color:#fff}@media (max-width: 600px){.hero{flex-direction:column}.hero-img img{height:300px}.age-card{padding:2rem 1.5rem}.age-card h1{font-size:1.6rem}.video-box{width:100%;max-width:320px}.model-grid{grid-template-columns:1fr}}
