*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0d0d0d;color:#fff;min-height:100dvh;display:flex;flex-direction:column;align-items:center}.page{width:100%;max-width:480px;min-height:100dvh;display:flex;flex-direction:column;padding-bottom:3rem}.cover-wrap{position:relative;width:100%;height:calc(280px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);overflow:hidden;flex-shrink:0}.cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cover-gradient{position:absolute;inset:0;background:url("/public/img/default-cover.png") center/cover no-repeat}.cover-mask{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88) 0,rgba(0,0,0,.55) 35%,rgba(0,0,0,.15) 65%,rgba(0,0,0,0) 100%)}.profile-bottom{position:absolute;bottom:1.1rem;left:1.1rem;right:1.1rem;display:flex;flex-direction:column;gap:.45rem;z-index:2}.profile-row{display:flex;align-items:flex-end;gap:.9rem}.avatar-wrap{width:120px;height:120px;border-radius:50%;border:3px solid rgba(255,255,255,.25);overflow:hidden;background:#2a2a2a;flex-shrink:0}.avatar-wrap img{width:100%;height:100%;object-fit:cover;display:block}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2a2a2a}.profile-info{flex:1;min-width:0;padding-bottom:4px;display:flex;flex-direction:column;gap:.2rem}.name-row{display:flex;align-items:flex-start;gap:.2rem;font-size:1.4rem;font-weight:700;color:#fff;line-height:1.3;text-shadow:-1px -1px 0 rgba(0,0,0,.85),1px -1px 0 rgba(0,0,0,.85),-1px 1px 0 rgba(0,0,0,.85),1px 1px 0 rgba(0,0,0,.85),0 2px 10px rgba(0,0,0,.7)}.name-text{padding-top:.3rem;padding-right:.3rem}@supports (-webkit-touch-callout:none){.name-text{padding-top:.5rem;padding-right:.3rem}}.verified-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.tags-row{font-size:.82rem;color:#b9b9b9;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.followers-row{font-size:.88rem;color:#fff}.cover-book-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:.45rem;width:34px;height:34px;background:rgba(0,0,0,.55);border:.5px solid rgba(255,255,255,.75);border-radius:5px;color:rgba(255,255,255,.75);text-decoration:none;transition:background .15s}.cover-book-btn:hover{background:rgba(0,0,0,.8)}.demographics{font-size:.8rem;color:rgba(255,255,255,.8)}.divider{height:1px;background:rgba(255,255,255,.15);margin:1rem 1.1rem 0}.social-row{display:flex;flex-direction:row;gap:.65rem;padding:1rem 1.1rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.social-row::-webkit-scrollbar{display:none}.social-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;overflow:hidden;transition:opacity .15s}.social-circle img{width:100%;height:100%;object-fit:cover;display:block}.social-circle[data-platform=Custom],.social-circle[data-platform=Email],.social-circle[data-platform=Phone]{background:#000;border:.5px solid rgba(255,255,255,.75)}.social-circle[data-platform=Custom] img,.social-circle[data-platform=Email] img,.social-circle[data-platform=Phone] img{width:55%;height:55%;object-fit:contain;margin:auto}.social-circle:hover{opacity:.8}.slots-section{padding:1.4rem 1.1rem 0}.slots-title{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:.9rem}.slot-card{display:flex;align-items:center;justify-content:space-between;background:#2a2a2a;border-radius:14px;padding:1rem 1.1rem;margin-bottom:.75rem;text-decoration:none;color:#fff;transition:background .15s}.slot-card:hover{background:#333}.slot-card-info{flex:1;min-width:0}.slot-date{font-size:1rem;font-weight:500;line-height:1.25}.slot-time{font-size:1rem;font-weight:500;line-height:1.25}.slot-irl-label{font-size:.8rem;font-weight:700;color:#fef450;margin-bottom:.15rem}.slot-irl-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.15rem}.slot-meta{font-size:.8rem;color:rgba(255,255,255,.7);margin-top:.3rem}.slot-book-btn{font-size:.9rem;font-weight:600;color:rgba(255,255,255,.85);white-space:nowrap;flex-shrink:0;padding-left:1rem}.book-bar{margin:1.5rem 1.1rem 0}.book-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#9048d1;color:#fff;border-radius:14px;padding:.95rem;font-size:1rem;font-weight:700;font-family:inherit;text-decoration:none;transition:background .15s}.book-btn:hover{background:#7a38b5}.iphone-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:200;display:flex;align-items:flex-end;justify-content:center}.iphone-modal-sheet{width:100%;max-width:480px;background:#1e1e1e;border-radius:20px 20px 0 0;padding:1.6rem 1.4rem calc(1.6rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:1.2rem;animation:slide-up .25s ease}@keyframes slide-up{from{transform:translateY(100%)}to{transform:translateY(0)}}.iphone-modal-msg{font-size:.95rem;color:rgba(255,255,255,.85);line-height:1.5;text-align:center}.iphone-modal-ok{width:100%;background:#9048d1;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;font-family:inherit;padding:.9rem;cursor:pointer;transition:background .15s}.iphone-modal-ok:hover{background:#7a38b5}.not-found{flex:1;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);font-size:.9rem}