:root{font-family:Inter,Noto Sans SC,system-ui,sans-serif;color:#fff;background:#120024;font-synthesis:none;--purple:#34115c;--purple-2:#42186f;--line:rgba(255,255,255,.15);--pink:#ef2087;--lav:#7a3cff}*{box-sizing:border-box}html,body{margin:0;min-width:320px;background:#120024}body{min-height:100vh}.app-shell{display:flex;min-height:100vh;background:linear-gradient(120deg,#120024,#210040)}.sidebar{width:248px;flex:0 0 248px;background:#170027;border-right:1px solid rgba(255,255,255,.12);position:sticky;top:0;height:100vh;z-index:2}.sidebar-inner{padding:10px 10px 32px;height:100%;overflow:auto}.menu{display:flex;flex-direction:column;gap:6px}.menu-item{width:100%;display:flex;align-items:center;gap:12px;color:#fff;border-radius:13px;padding:8px 10px;background:transparent;border:1px solid transparent;cursor:pointer;text-align:left;font-size:14px;font-weight:700;min-height:54px;transition:.2s}.menu-item:hover{background:#ffffff14}.menu-item.active{background:linear-gradient(110deg,#54227c,#6f2a81);border-color:#ffffff40;box-shadow:inset 0 0 0 1px #ffffff14}.menu-icon{height:42px;width:42px;flex:0 0 42px;border-radius:9px;object-fit:cover;background:#f3ce26}.menu-glyph{height:42px;width:42px;border-radius:9px;display:grid;place-items:center;font-weight:900;color:#301250;background:#ffcf24;font-size:22px}.menu-item:nth-child(4) .menu-glyph{background:#1625a8;color:#fff}.menu-item:nth-child(5) .menu-glyph{background:#caa4a2;color:#fff}.menu-item:nth-child(7) .menu-glyph{background:#f1d7ef;color:#812d6b}.menu-item:nth-child(9) .menu-glyph{background:#f9e0ec;color:#e11f62}.main-content{width:calc(100% - 248px);padding:24px 18px 44px;min-width:0}.page-header{border-bottom:1px solid rgba(255,255,255,.15);padding:0 0 17px;margin-bottom:16px}.brand-line{display:flex;align-items:center;gap:12px;min-height:40px}.site-logo{height:34px;width:34px;object-fit:contain;border-radius:9px}.page-header h1{font-size:24px;line-height:1.2;margin:0;font-weight:800;letter-spacing:.01em}.live-pill{font-size:12px;line-height:1;padding:6px 9px;border-radius:999px;color:#15f47f;border:1px solid #15f47f;font-weight:800}.page-header p{font-size:13px;color:#b7a1ca;margin:13px 0 0;font-weight:600}.stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px}.stat{height:67px;border-radius:14px;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.1;font-weight:700}.stat:first-child{background:linear-gradient(110deg,#6730d5,#4434c4)}.stat:last-child{background:linear-gradient(110deg,#b7136f,#cb0758)}.stat-label{font-size:13px}.stat-value{font-size:27px;margin-top:3px}.search-wrap{height:40px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:#ffffff14;display:flex;align-items:center;padding:0 14px;margin-bottom:20px}.search-icon{font-size:25px;color:#bca8c7;line-height:1;transform:rotate(-20deg);display:block;margin-right:9px}.search-wrap input{border:0;outline:0;background:transparent;color:#fff;width:100%;height:100%;font-size:14px}.search-wrap input::placeholder{color:#bca8c7}.content-area{width:100%}.profile-grid{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:14px}.profile-card{border:1px solid rgba(255,255,255,.16);border-radius:16px;overflow:hidden;background:#391766;box-shadow:0 7px 20px #00000024;min-width:0}.photo-wrap{height:250px;background:#fff8d9;display:flex;align-items:stretch;justify-content:flex-start;overflow:hidden}.photo{height:100%;width:50%;object-fit:cover;object-position:center}.photo-side{width:50%;padding:0 14px;display:flex;flex-direction:column;justify-content:center;color:#504a39;font-size:14px;font-weight:800;line-height:1.25}.photo-side .verified{color:#1f9de1;font-size:10px;display:block;margin-top:4px}.card-id-row{display:flex;justify-content:space-between;align-items:center;height:52px;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.13)}.card-id{font-size:12px;font-weight:700;color:#e7d8f0}.copy-btn{border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#fff;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer}.copy-btn:hover{background:#fff3}.ins-row{height:33px;margin:8px 12px 0;background:linear-gradient(90deg,#b52cdd,#f02b82);border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#fff;font-size:12px;font-weight:800}.ins-label{display:flex;align-items:center;gap:7px}.ig-mark{font-size:16px}.ins-name{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location{height:40px;margin:0 12px;color:#d9b8de;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;gap:6px;font-size:12px}.location-icon{width:16px;height:16px;flex:0 0 16px;color:#ff9fdb}.tutorial{background:#371462;border:1px solid rgba(255,255,255,.17);border-radius:14px;padding:22px 26px;color:#f4eafb;line-height:1.95;font-size:14px}.tutorial h2{font-size:20px;margin:0 0 14px;color:#fff}.tutorial p{margin:5px 0}.tutorial img{display:block;max-width:100%;height:auto}.empty{height:280px;display:grid;place-items:center;color:#a995b5;font-size:15px}.toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%,20px);background:#fff;color:#3d175e;border-radius:9px;padding:10px 17px;font-weight:700;font-size:13px;opacity:0;pointer-events:none;transition:.2s;z-index:10}.toast.show{opacity:1;transform:translate(-50%)}@media(max-width:1400px){.profile-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}}@media(max-width:1050px){.sidebar{width:210px;flex-basis:210px}.main-content{width:calc(100% - 210px)}.profile-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:sticky;top:0;width:100%;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.sidebar-inner{padding:8px;overflow-x:auto}.menu{flex-direction:row;gap:5px;min-width:max-content}.menu-item{width:auto;min-height:48px;padding:5px 8px;gap:7px;font-size:12px}.menu-icon,.menu-glyph{width:32px;height:32px;flex-basis:32px;border-radius:7px;font-size:16px}.main-content{width:100%;padding:18px 12px 32px}.page-header h1{font-size:19px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.photo-wrap{height:180px}.photo-side{padding:0 8px;font-size:11px}.card-id-row{padding:0 8px}.copy-btn{padding:6px 8px}.ins-row,.location{margin-left:8px;margin-right:8px}.tutorial{padding:16px;font-size:13px}}.profile-card{transition:transform .24s,box-shadow .24s,border-color .24s}@media(hover:hover){.profile-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px #00000057;border-color:#ffffff52}}.photo-wrap{position:relative}.photo-preview{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.photo-preview .photo{display:block;width:100%;height:100%}.photo-preview:focus-visible{outline:2px solid #fff;outline-offset:-3px}.lightbox[hidden]{display:none}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#05000ae0;display:grid;place-items:center;padding:48px 20px}.lightbox img{max-width:min(90vw,1100px);max-height:85vh;object-fit:contain}.lightbox-close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:32px;cursor:pointer}.menu-toggle,.menu-backdrop[hidden]{display:none}.stat{width:100%;padding:0;color:#fff;font:inherit;cursor:pointer;transition:filter .2s,box-shadow .2s,border-color .2s}.stat:hover{filter:brightness(1.12)}.stat[aria-pressed=true]{border-color:#fff;box-shadow:inset 0 0 0 2px #ffffffbf,0 0 0 2px #fff3}.stat:focus-visible{outline:2px solid #fff;outline-offset:3px}.stat.western-female{background:linear-gradient(110deg,#6730d5,#4434c4)}.stat.asian-female{background:linear-gradient(110deg,#b7136f,#cb0758)}.stat.western-male{background:linear-gradient(110deg,#175e8b,#253d9e)}.stat.asian-male{background:linear-gradient(110deg,#087d7a,#0b6663)}@media(max-width:760px){body.menu-open{overflow:hidden}.app-shell{display:flex}.main-content{width:100%;padding:11px 28px 32px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:59px;height:33px;padding:0 12px;margin:0 0 16px;background:#ffffff12;border:1px solid rgba(255,255,255,.23);border-radius:4px;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.sidebar{position:fixed;top:0;bottom:0;left:0;width:min(280px,calc(100vw - 48px));height:100dvh;z-index:31;border-right:1px solid rgba(255,255,255,.15);border-bottom:0;transform:translate(-100%);transition:transform .22s ease;visibility:hidden;background:#170924}.sidebar.is-open{transform:translate(0);visibility:visible}.sidebar-inner{height:100%;padding:10px;overflow-y:auto;overflow-x:hidden}.menu{flex-direction:column;gap:6px;min-width:0}.menu-item{width:100%;min-height:55px;padding:8px 10px;gap:12px;font-size:14px}.menu-icon,.menu-glyph{width:48px;height:48px;flex:0 0 48px;border-radius:9px}.menu-backdrop:not([hidden]){position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:block;width:100%;height:100%;padding:0;border:0;background:#0000008c;cursor:pointer}.brand-line{flex-wrap:wrap;gap:8px}.page-header h1{font-size:19px}.live-pill{flex-shrink:0}}@media(max-width:380px){.main-content{padding-left:18px;padding-right:18px}.page-header h1{font-size:17px}.menu-item{font-size:13px}}
