.azx-root .me-ptitle{align-items:baseline;gap:11px;margin-bottom:22px;display:flex}.azx-root .me-ptitle h1{letter-spacing:-.025em;font-size:23px;font-weight:800}.azx-root .me-ptitle span{color:var(--muted);font-size:13.5px;font-weight:600}.azx-root .me-profile{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-md);overflow:hidden}.azx-root .me-pbody{align-items:flex-start;gap:24px;padding:26px 30px;display:flex;position:relative}.azx-root .me-bigav{color:#fff;letter-spacing:-.02em;border:5px solid var(--card);width:118px;height:118px;box-shadow:var(--sh-md);background:linear-gradient(135deg,#ff733c,#ff4d00);border-radius:50%;flex:none;place-items:center;margin-top:-52px;font-size:46px;font-weight:800;display:grid;overflow:hidden}.azx-root .me-bigav img{object-fit:cover;width:100%;height:100%}.azx-root .me-pinfo{flex:1;min-width:0}.azx-root .me-nm{align-items:center;gap:10px;display:flex}.azx-root .me-nm h2{letter-spacing:-.02em;font-size:24px;font-weight:800}.azx-root .me-handle{color:var(--muted);margin-top:3px;font-size:14px;font-weight:600}.azx-root .me-bio{color:var(--ink2);margin-top:11px;font-size:14.5px;line-height:1.55}.azx-root .me-pstats{flex-wrap:wrap;gap:26px;margin-top:16px;display:flex}.azx-root .me-ps{align-items:baseline;gap:6px;display:flex}.azx-root .me-ps b{letter-spacing:-.01em;font-size:17px;font-weight:800}.azx-root .me-ps i{color:var(--muted);font-size:13px;font-style:normal;font-weight:600}.azx-root .me-pactions{flex:none;align-items:center;gap:9px;display:flex}.azx-root .me-edit{border:1px solid var(--line2);background:var(--card);color:var(--ink2);box-shadow:var(--sh-sm);border-radius:12px;align-items:center;gap:7px;padding:11px 18px;font-size:13.5px;font-weight:700;display:flex}.azx-root .me-edit:hover{color:var(--blue-d);background:#f5f9ff;border-color:#ffc9aa}.azx-root .me-edit svg{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.azx-root .me-logout{border:1px solid var(--line2);background:var(--card);color:var(--ink2);box-shadow:var(--sh-sm);border-radius:12px;flex:none;align-items:center;gap:7px;padding:11px 18px;font-size:13.5px;font-weight:700;display:flex}.azx-root .me-logout:hover{color:#dc2626;background:#fdeeee;border-color:#f2c9c9}.azx-root .me-logout svg{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.azx-root .me-modal-back{z-index:60;background:#0f172a6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.azx-root .me-modal{background:var(--card);border:1px solid var(--line);width:100%;max-width:440px;box-shadow:var(--sh-lg);border-radius:18px;padding:24px}.azx-root .me-modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.azx-root .me-modal-head h3{letter-spacing:-.02em;font-size:18px;font-weight:800}.azx-root .me-modal-x{width:32px;height:32px;color:var(--muted);border:1px solid var(--line2);background:var(--card);border-radius:9px;flex:none;place-items:center;display:grid}.azx-root .me-modal-x:hover{color:var(--ink);background:#f3f4f6}.azx-root .me-modal-x svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.azx-root .me-modal-form{flex-direction:column;gap:16px;display:flex}.azx-root .me-fld{flex-direction:column;gap:8px;display:flex}.azx-root .me-fld>span{color:var(--ink);font-size:13.5px;font-weight:700}.azx-root .me-fld input,.azx-root .me-fld textarea{border:1px solid var(--line2);width:100%;font:inherit;color:var(--ink);resize:vertical;background:#fcfdff;border-radius:12px;padding:12px 14px;font-size:14.5px;transition:all .15s}.azx-root .me-fld input:focus,.azx-root .me-fld textarea:focus{background:var(--card);border-color:#ffc9aa;outline:none;box-shadow:0 0 0 4px #ff4d001a}.azx-root .me-toggle-group{border-top:1px solid var(--line);flex-direction:column;gap:10px;padding-top:2px;display:flex}.azx-root .me-toggle{border:1px solid var(--line2);background:#fcfdff;border-radius:13px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.azx-root .me-toggle span{flex-direction:column;gap:3px;min-width:0;display:flex}.azx-root .me-toggle b{color:var(--ink);font-size:13.5px;font-weight:800}.azx-root .me-toggle i{color:var(--muted);font-size:12.5px;font-style:normal;font-weight:600;line-height:1.45}.azx-root .me-toggle input{opacity:0;pointer-events:none;position:absolute}.azx-root .me-toggle em{background:#d8e0eb;border-radius:999px;flex:none;width:44px;height:24px;transition:all .15s;position:relative}.azx-root .me-toggle em:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a2e}.azx-root .me-toggle input:checked+em{background:#ff6a2b}.azx-root .me-toggle input:checked+em:after{left:23px}.azx-root .me-toggle:focus-within{border-color:#ffc9aa;box-shadow:0 0 0 4px #ff4d001a}.azx-root .me-modal-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.azx-root .me-btn-cancel{border:1px solid var(--line2);color:var(--ink2);background:var(--card);border-radius:11px;padding:10px 20px;font-size:14px;font-weight:700}.azx-root .me-btn-cancel:hover{background:#f3f4f6}.azx-root .me-btn-save{color:#fff;background:linear-gradient(#ff733c,#ff4d00);border-radius:11px;padding:10px 22px;font-size:14px;font-weight:700;box-shadow:0 6px 14px #ff4d004d}.azx-root .me-btn-save:hover{filter:brightness(1.05)}.azx-root .me-login{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-md);text-align:center;flex-direction:column;align-items:center;max-width:560px;margin:6px auto 0;padding:52px 30px;display:flex}.azx-root .me-login-emblem{letter-spacing:-.035em;margin-bottom:22px;font-size:34px;font-weight:800}.azx-root .me-login-emblem b{background:linear-gradient(92deg,#ff733c,#e64500);color:#0000;-webkit-background-clip:text;background-clip:text}.azx-root .me-login h2{letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1.35}.azx-root .me-login p{color:var(--ink2);max-width:420px;margin-top:12px;font-size:14.5px;line-height:1.65}.azx-root .me-google{background:var(--card);border:1px solid var(--line2);color:var(--ink);box-shadow:var(--sh-sm);border-radius:13px;justify-content:center;align-items:center;gap:11px;margin-top:26px;padding:14px 26px;font-size:15px;font-weight:700;transition:all .14s;display:inline-flex}.azx-root .me-google:hover{box-shadow:var(--sh-md);background:#f7faff;border-color:#ffc9aa}.azx-root .me-google svg{width:21px;height:21px}.azx-root .me-guest-note{color:var(--ink2);border:1px solid var(--line);background:#f6f9fd;border-radius:12px;max-width:440px;margin-top:22px;padding:12px 16px;font-size:13px;font-weight:600;line-height:1.55}.azx-root .me-guest-note b{color:var(--blue-d)}.azx-root .me-statgrid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px;display:grid}.azx-root .me-scard{background:var(--card);border:1px solid var(--line);box-shadow:var(--sh-sm);border-radius:16px;padding:19px;transition:all .18s}.azx-root .me-scard:hover{box-shadow:var(--sh-md);border-color:#dce6f3;transform:translateY(-3px)}.azx-root .me-ic{border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:15px;display:grid}.azx-root .me-ic svg{stroke-width:1.9px;fill:none;width:21px;height:21px}.azx-root .me-ic.ic-b{background:var(--tag-blue-b)}.azx-root .me-ic.ic-b svg{stroke:var(--tag-blue-t)}.azx-root .me-ic.ic-g{background:var(--tag-green-b)}.azx-root .me-ic.ic-g svg{stroke:var(--tag-green-t)}.azx-root .me-ic.ic-p{background:var(--tag-purple-b)}.azx-root .me-ic.ic-p svg{stroke:var(--tag-purple-t)}.azx-root .me-ic.ic-o{background:var(--tag-orange-b)}.azx-root .me-ic.ic-o svg{stroke:var(--tag-orange-t)}.azx-root .me-big{letter-spacing:-.03em;font-size:27px;font-weight:800;line-height:1}.azx-root .me-lab{color:var(--ink2);margin-top:7px;font-size:13px;font-weight:600}.azx-root .me-sec-head{justify-content:space-between;align-items:center;margin:38px 0 18px;display:flex}.azx-root .me-sec-head h2{letter-spacing:-.02em;font-size:19px;font-weight:800}.azx-root .me-sec-head a{color:var(--muted);align-items:center;gap:3px;font-size:13px;font-weight:600;display:flex}.azx-root .me-sec-head a:hover{color:var(--blue-d)}.azx-root .me-sec-head a svg{stroke:currentColor;stroke-width:2px;fill:none;width:14px;height:14px}.azx-root .me-empty{background:var(--card);border:1px dashed var(--line2);text-align:center;color:var(--muted);border-radius:16px;padding:34px 20px;font-size:14px;font-weight:600}.azx-root .me-empty a{color:var(--blue-d);font-weight:700}.azx-root .me-cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.azx-root .me-pcard{background:var(--card);border:1px solid var(--line);box-shadow:var(--sh-sm);border-radius:16px;padding:15px;transition:all .18s;display:block}.azx-root .me-pcard:hover{box-shadow:var(--sh-lg);border-color:#dce6f3;transform:translateY(-4px)}.azx-root .me-thumb{aspect-ratio:16/9;border-radius:12px;place-items:center;margin-bottom:14px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #0f1e3c0a}.azx-root .me-thumb img{object-fit:cover;width:100%;height:100%}.azx-root .me-thumb .me-thumb-ic{stroke:#fff;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:.92;width:48px;height:48px}.azx-root .me-pcard h4{letter-spacing:-.01em;color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;font-size:14.5px;font-weight:700;line-height:1.36;display:-webkit-box;overflow:hidden}.azx-root .me-pcard:hover h4{color:var(--blue-d)}.azx-root .me-ptags{flex-wrap:wrap;gap:6px;margin:10px 0 0;display:flex}.azx-root .me-pmeta{border-top:1px solid var(--line);color:var(--muted);gap:15px;margin-top:11px;padding-top:12px;font-size:12.5px;font-weight:600;display:flex}.azx-root .me-pmeta span{align-items:center;gap:5px;display:flex}.azx-root .me-pmeta svg{stroke:currentColor;stroke-width:1.8px;fill:none;width:14px;height:14px}.azx-root .me-qcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-sm);padding:8px 6px}.azx-root .me-qitem{border-radius:13px;align-items:center;gap:12px;padding:15px 14px;transition:all .13s;display:flex}.azx-root .me-qitem:hover{background:#f6f9fd}.azx-root .me-qitem+.me-qitem{border-top:1px solid var(--line)}.azx-root .me-qitem>.tag{flex:none}.azx-root .me-qav{color:#fff;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:grid}.azx-root .me-qbody{flex:1;min-width:0}.azx-root .me-qtop{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:4px;display:flex}.azx-root .me-qtop b{font-size:13.5px;font-weight:700}.azx-root .me-qt{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13.8px;font-weight:600;line-height:1.5;overflow:hidden}.azx-root .me-qfoot{color:var(--muted);margin-top:6px;font-size:12px;font-weight:600}@media (max-width:1180px){.azx-root .me-statgrid,.azx-root .me-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.azx-root .me-pbody{flex-direction:column;align-items:flex-start;gap:16px;padding:22px 20px}.azx-root .me-cards{grid-template-columns:1fr}.azx-root .me-login{padding:40px 20px}}.azx-root .me-tabs{border-bottom:1px solid var(--line);gap:4px;margin:10px 0 26px;display:flex}.azx-root .me-tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:11px 18px;font-size:14.5px;font-weight:700;transition:all .13s}.azx-root .me-tab:hover{color:var(--ink)}.azx-root .me-tab.on{color:var(--blue-d);border-bottom-color:var(--blue)}.azx-root .me-saved{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-sm);padding:8px 6px}.azx-root .me-sitem{border-radius:13px;align-items:center;gap:12px;padding:12px 14px;transition:all .13s;display:flex}.azx-root .me-sitem:hover{background:#f6f9fd}.azx-root .me-sitem-main{flex:1;align-items:center;gap:13px;min-width:0;display:flex}.azx-root .me-sthumb{aspect-ratio:16/9;border-radius:11px;flex:none;place-items:center;width:60px;height:auto;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #0f1e3c0a}.azx-root .me-sthumb img{object-fit:cover;width:100%;height:100%}.azx-root .me-sthumb svg{stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.azx-root .me-stag{flex:none}.azx-root .me-sbody{flex-direction:column;gap:3px;min-width:0;display:flex}.azx-root .me-stitle{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;font-weight:700;overflow:hidden}.azx-root .me-smeta{color:var(--muted);font-size:12.5px;font-weight:600}.azx-root .me-sremove{border:1px solid var(--line2);background:var(--card);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:9px;flex:none;place-items:center;transition:all .13s;display:grid}.azx-root .me-sremove svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.azx-root .me-sremove:hover{color:#dc2626;background:#fdeeee;border-color:#f2c9c9}.azx-root .me-level{background:linear-gradient(135deg, var(--blue-soft), #fff);border-radius:var(--r);box-shadow:var(--sh-sm);border:1px solid #ffe0cc;margin:6px 0 20px;padding:20px 22px}.azx-root .me-level-head{align-items:center;gap:15px;margin-bottom:14px;display:flex}.azx-root .me-level-lv{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#ff733c,#e64500);border-radius:12px;flex:none;padding:9px 15px;font-size:19px;font-weight:800;box-shadow:0 4px 12px #e6450038}.azx-root .me-level-title{color:var(--ink);letter-spacing:-.02em;font-size:17px;font-weight:800}.azx-root .me-level-pts{color:var(--muted);margin-top:2px;font-size:13px;font-weight:600}.azx-root .me-level-bar{background:#fff;border:1px solid #ffe0cc;border-radius:999px;height:10px;overflow:hidden}.azx-root .me-level-bar span{background:linear-gradient(90deg,#ff733c,#e64500);border-radius:999px;height:100%;transition:width .4s;display:block}.azx-root .me-badge-count{color:var(--blue-d);font-size:13px;font-weight:700}.azx-root .me-badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.azx-root .me-badge{background:var(--card);border:1px solid var(--line);text-align:center;box-shadow:var(--sh-sm);border-radius:14px;padding:16px 12px}.azx-root .me-badge-ic{border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:9px;display:inline-grid}.azx-root .me-badge-ic svg{stroke-width:1.7px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.azx-root .me-badge.tier-bronze .me-badge-ic{color:#8a5a2b;background:linear-gradient(135deg,#f6d9b8,#e0a877)}.azx-root .me-badge.tier-silver .me-badge-ic{color:#5a6675;background:linear-gradient(135deg,#e7ecf2,#c2ccd8)}.azx-root .me-badge.tier-gold .me-badge-ic{color:#8a6a12;background:linear-gradient(135deg,#ffe9a8,#f5c542)}.azx-root .me-badge-name{color:var(--ink);font-size:13.5px;font-weight:800}.azx-root .me-badge-desc{color:var(--muted);margin-top:3px;font-size:11.5px;font-weight:600;line-height:1.4}.azx-root .me-badge.locked{opacity:.55;filter:grayscale(.85)}.azx-root .me-badge.locked .me-badge-ic{color:#aab3bf;background:#eef1f5}@media (max-width:760px){.azx-root .me-badges{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){.azx-root .me-badges{grid-template-columns:repeat(2,minmax(0,1fr))}}.azx-root .me-streak{color:#e05a00;white-space:nowrap;background:#fff3e8;border:1px solid #ffd9bd;border-radius:999px;align-items:center;gap:5px;margin-left:auto;padding:6px 12px;font-size:12.5px;font-weight:800;display:inline-flex}.azx-root .me-streak svg{fill:#ff6a00;stroke:none;width:15px;height:15px}
