:root{color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#330001;color:#fff}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{min-height:100dvh;background:linear-gradient(180deg,#330001 2.9%,#6f0002 21.2%,#12003c);background-attachment:fixed}button,input{font:inherit}.access-screen{min-height:100dvh;display:grid;place-items:center}.access-screen form{width:230px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.access-logo{width:173px;height:173px;object-fit:cover;border-radius:50%;margin-bottom:4px}.access-screen label{font-size:14px;font-style:italic;white-space:nowrap}.access-screen input{width:139px;height:37px;border:1px solid #8f5488;border-radius:20px;background:#86628059;color:#fff;text-align:center;font-weight:800;text-transform:uppercase;outline:none}.access-screen input:focus{border-color:#e24bcb;box-shadow:0 0 0 3px #e24bcb30}.access-screen button{border:0;background:none;width:40px;height:40px;display:grid;place-items:center;cursor:pointer}.access-screen button img{width:27px}.access-screen button[disabled]{opacity:.45}.error{min-height:14px;font-size:11px;color:#ffb5ca;margin:0}.profile-screen{width:min(390px,100%);min-height:100dvh;margin:auto;padding:15px 52px 26px;display:flex;flex-direction:column;align-items:center;gap:5px}.profile-screen[hidden]{display:none}.close-profile{display:flex;flex-direction:column;align-items:center;border:0;background:none;color:#aaa;font-size:14px;font-style:italic;cursor:pointer}.close-profile img{width:62px;height:62px;border-radius:50%;object-fit:cover}.profile-card,.message-card{width:287px;background:#19044b80;border:2px solid #e24bcb;overflow:hidden}.profile-card{min-height:570px;border-radius:57px 57px 0 0;padding:14px;display:flex;flex-direction:column;align-items:center;gap:10px}.profile-photo{width:259px;height:246px;border:3px solid #fff;border-radius:48px;overflow:hidden;background:radial-gradient(circle,#4d18ca,#19044b 70%);display:grid;place-items:center}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-photo b{font-size:88px}.profile-card h1{font-size:20px;margin:0}.rank{border-radius:10px;background:#b38000;padding:3px 12px;font-size:16px;font-weight:800;text-transform:uppercase}.details{width:259px;display:flex;flex-direction:column;gap:12px}.detail-row{height:44px;display:flex;align-items:center;gap:12px;padding:2px 10px}.detail-row i{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex:none;font-style:normal;font-weight:800}.detail-row i img{width:27px;height:27px}.detail-row span{display:flex;flex-direction:column;min-width:0}.detail-row small{font-size:12px}.detail-row b{font-size:16px;max-width:185px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.green{background:#26b000}.blue{background:#186cc5}.purple{background:#7f00da}.gray{background:#707070}.green-text{color:#26b000}.gray-text{color:#bbb}.badge-line{font-size:11px;color:#d3b4dd}.message-card{min-height:122px;border-color:#db4dcd;border-radius:0 0 57px 57px;padding:10px;text-align:center}.message-card header{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-style:italic}.message-card header img{width:25px}.message-card p{font-size:14px;line-height:1.15;margin:10px 8px}.profile-screen footer{font-size:10px;letter-spacing:.12em;color:#a296ad;margin-top:14px}@media(max-width:389px){.profile-screen{padding-inline:calc((100vw - 287px)/2)}}
