.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;flex-shrink:0;line-height:1;overflow:hidden}.avatar-image{width:100%;height:100%;object-fit:cover;display:block}.avatar-guest{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;color:#cfcfd6}.avatar-frame{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;line-height:0}.avatar-frame-super{background:conic-gradient(from var(--sparkle-angle, 0deg),#ff2fd0,#ffd54a,#35d0ff,#b026ff,#ffd54a,#ff2fd0);animation:sparkle-spin 3s linear infinite;box-shadow:0 0 12px #ffd54a99}.avatar-frame-inner{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#1a0b2e;width:calc(100% - 6px);height:calc(100% - 6px);margin:3px}@property --sparkle-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes sparkle-spin{0%{--sparkle-angle: 0deg}to{--sparkle-angle: 360deg}}.account-button{position:fixed;top:1rem;right:1rem;z-index:100;background:#00000059;border:2px solid rgba(255,255,255,.25);border-radius:50%;padding:.15rem;cursor:pointer;line-height:0}.account-button:hover{border-color:#fff9}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#05030fb8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;animation:modal-fade-in .15s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-panel{position:relative;border:2px solid transparent;border-radius:20px;background-image:linear-gradient(160deg,#1e102ef5,#0a0814fa),linear-gradient(120deg,#ff2fd0,#ffd54a,#35d0ff,#b026ff);background-origin:border-box;background-clip:padding-box,border-box;width:min(480px,92vw);max-height:85vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.35) transparent;color:#f4f2ff;box-shadow:0 30px 80px #0000008c;animation:modal-pop-in .18s cubic-bezier(.2,.9,.3,1.2)}.mypage{padding:1.85rem}@keyframes modal-pop-in{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.mypage-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.mypage-header h2,.auth-form h2{margin:0;font-size:1.4rem;font-weight:800;background:linear-gradient(90deg,#ff2fd0,#ffd54a,#35d0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.mypage h3{font-size:.95rem;letter-spacing:.03em;text-transform:uppercase;opacity:.85;margin-bottom:.6rem}.mypage section{padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.08)}.mypage section:first-of-type{border-top:none;padding-top:0}.mypage-profile{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.mypage-profile-tag{font-size:1.1rem;font-weight:700}.mypage-userid-hint{font-size:.8rem;opacity:.7;margin-top:.2rem}.avatar-upload-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.avatar-upload-row button[type=button]:not(.link){padding:.55rem 1.1rem;border-radius:999px;border:none;cursor:pointer;font-weight:700;background:linear-gradient(90deg,#ff2fd0,#ff9d2f,#ffd54a);color:#1a0620;box-shadow:0 6px 18px #ff3cb44d;transition:transform .15s ease,box-shadow .15s ease}.avatar-upload-row button[type=button]:not(.link):hover{transform:translateY(-1px);box-shadow:0 10px 24px #ff3cb473}.icon-picker{display:flex;flex-wrap:wrap;gap:.6rem}.icon-picker-item{background:transparent;border:3px solid transparent;border-radius:50%;padding:0;cursor:pointer;line-height:0;transition:transform .15s ease,border-color .15s ease}.icon-picker-item:hover:not(:disabled){transform:translateY(-2px)}.icon-picker-item.selected{border-color:#ffd54a;box-shadow:0 0 12px #ffd54a80}.icon-picker-item:disabled{cursor:default;opacity:.6}.cropper{display:flex;flex-direction:column;align-items:center;gap:1rem}.cropper-viewport{position:relative;overflow:hidden;border-radius:12px;background:#000;touch-action:none;cursor:grab}.cropper-viewport:active{cursor:grabbing}.cropper-circle-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:50%;box-shadow:0 0 0 9999px #0009;border:2px solid rgba(255,255,255,.8)}.cropper-zoom{width:100%;max-width:280px}.cropper-actions{display:flex;align-items:center;gap:1rem}.cropper-actions button[type=button]:not(.link){padding:.55rem 1.3rem;border-radius:999px;border:none;cursor:pointer;font-weight:700;background:linear-gradient(90deg,#ff2fd0,#ff9d2f,#ffd54a);color:#1a0620;box-shadow:0 6px 18px #ff3cb44d}.cropper-actions button[type=button]:not(.link):disabled{opacity:.5;cursor:default}.mypage-name-form{display:flex;flex-direction:column;gap:.75rem}.mypage-name-form input{padding:.65rem .8rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;transition:border-color .15s ease,background .15s ease}.mypage-name-form input:focus{outline:none;border-color:#ff9d2f;background:#ffffff1a}.mypage-name-form button{align-self:flex-start;padding:.55rem 1.2rem;border-radius:999px;border:none;cursor:pointer;font-weight:700;background:linear-gradient(90deg,#ff2fd0,#ff9d2f,#ffd54a);color:#1a0620;box-shadow:0 6px 18px #ff3cb44d;transition:transform .15s ease,box-shadow .15s ease}.mypage-name-form button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #ff3cb473}.auth-form{background:#ffffff0a;padding:2rem;border-radius:16px;display:flex;flex-direction:column;gap:.9rem;width:min(480px,100%);box-sizing:border-box;color:#f4f2ff}.auth-form input{padding:.65rem .8rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;transition:border-color .15s ease,background .15s ease}.auth-form input:focus{outline:none;border-color:#ff9d2f;background:#ffffff1a}.auth-form button{padding:.7rem;border-radius:999px;border:none;cursor:pointer;font-weight:800;letter-spacing:.02em;background:linear-gradient(90deg,#ff2fd0,#ff9d2f,#ffd54a);color:#1a0620;box-shadow:0 8px 22px #ff3cb459;transition:transform .15s ease,box-shadow .15s ease}.auth-form button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #ff3cb480}.field{display:flex;flex-direction:column;gap:.3rem}.field-label{font-size:.75rem;opacity:.75}.password-field{position:relative;display:flex}.password-field input{flex:1;padding-right:2.4rem}.password-field .password-toggle{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:.2rem;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer}.password-field .password-toggle:hover{color:#fff}button.link{background:transparent;color:#9be7ff;text-decoration:underline;font-weight:400;border:none;cursor:pointer;padding:0}.error{color:#ff6b6b}.success{color:#6fe08a}.hint{opacity:.7;font-size:.85rem}.modal-panel::-webkit-scrollbar{width:8px}.modal-panel::-webkit-scrollbar-track{background:transparent;margin:12px 0}.modal-panel::-webkit-scrollbar-thumb{background-color:#ffffff59;background-clip:padding-box;border:2px solid transparent;border-radius:999px}.modal-panel::-webkit-scrollbar-thumb:hover{background-color:#ffffff8c;background-clip:padding-box}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;overflow-x:hidden;font-family:Segoe UI,Hiragino Sans,sans-serif;background:#05030f;color:#f4f2ff;min-height:100vh}.hub{position:relative;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:4rem 1.5rem 2rem}.hub-glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 20% 20%,rgba(255,0,180,.35),transparent 40%),radial-gradient(circle at 80% 10%,rgba(0,200,255,.3),transparent 45%),radial-gradient(circle at 50% 90%,rgba(255,200,0,.25),transparent 40%);animation:pulse 8s ease-in-out infinite;z-index:0}@keyframes pulse{0%,to{transform:scale(1) rotate(0);opacity:.9}50%{transform:scale(1.15) rotate(6deg);opacity:1}}.hub-header{position:relative;z-index:1;text-align:center;margin-bottom:3rem}.hub-header h1{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:.1em;margin:0;text-shadow:0 0 20px rgba(255,0,200,.6),0 0 40px rgba(0,200,255,.4)}.accent-text{background:linear-gradient(90deg,#ff2fd0,#ffd54a,#35d0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hub-header p{margin-top:.75rem;opacity:.75;font-size:1.05rem}.game-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;width:min(1100px,100%)}.game-card{display:block;padding:1.75rem;border-radius:16px;text-decoration:none;color:inherit;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.game-card:not(.disabled):hover{transform:translateY(-6px);border-color:#ffffff59}.game-card.poker:not(.disabled):hover{box-shadow:0 10px 40px #ff3cb459}.game-card.disabled{opacity:.5;cursor:not-allowed}.game-card-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.game-card-desc{opacity:.8;font-size:.95rem;line-height:1.5;min-height:3rem}.game-card-footer{margin-top:1.25rem}.badge{display:inline-block;padding:.3rem .8rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.05em}.badge.live{background:linear-gradient(90deg,#ff2fd0,#ff9d2f);color:#05030f}.badge.soon{background:#ffffff26;color:#d8d4ff}.hub-footer{position:relative;z-index:1;margin-top:auto;padding-top:3rem;opacity:.5;font-size:.8rem}
