:root[data-theme=dark]{--bg-primary:#0a0a0a;--text-primary:#e8e8e8;--text-muted:#ffffff80;--glass-bg:#ffffff0a;--glass-border:#ffffff1a;--glass-pink-bg:#ff2d780f;--glass-cyan-bg:#00f5ff0d;--glass-blue-bg:#89c4f40f;--pink-core:#ff2d78;--cyan-core:#00f5ff;--blue-core:#89c4f4;--grid-line-1:#ff2d7808;--grid-line-2:#89c4f408;--modal-overlay:#000c;--modal-bg:#111}:root[data-theme=light]{--bg-primary:#ffe4ef;--text-primary:#5c1a3a;--text-muted:#5c1a3a8c;--glass-bg:#ffffffa6;--glass-border:#ff69b473;--glass-pink-bg:#ff69b42e;--glass-cyan-bg:#00ced117;--glass-blue-bg:#87ceeb24;--pink-core:#ff69b4;--cyan-core:#e5559a;--blue-core:#c2185b;--grid-line-1:#ff69b41f;--grid-line-2:#ffb6c126;--modal-overlay:#ffc8dcbf;--modal-bg:#fff5f8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:4rem}section[id]{scroll-margin-top:4rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Outfit,sans-serif;transition:background-color 50ms,color 50ms;overflow-x:hidden}#theme-ripple{z-index:9999;pointer-events:none;opacity:0;border-radius:50%;position:fixed;inset:0;transform:scale(0)}#theme-ripple.ripple-to-light{background:radial-gradient(circle,#fff0f5 0%,#ffd6e7 40%,#ffe4ef 100%);animation:.7s cubic-bezier(.22,1,.36,1) forwards ripple-expand}#theme-ripple.ripple-to-dark{background:radial-gradient(circle,#1a0a14 0%,#0f0f0f 40%,#0a0a0a 100%);animation:.7s cubic-bezier(.22,1,.36,1) forwards ripple-expand}@keyframes ripple-expand{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(4)}}::view-transition-old(root){animation:none}::view-transition-new(root){animation:.6s cubic-bezier(.22,1,.36,1) theme-slide-in}@keyframes theme-slide-in{0%{clip-path:circle(0% at var(--ripple-x,50%) var(--ripple-y,50%))}to{clip-path:circle(150% at var(--ripple-x,50%) var(--ripple-y,50%))}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fff4f7;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#ffb6c1;border:3px solid #fff4f7;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#ff69b4}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a0a14}[data-theme=dark] ::-webkit-scrollbar-thumb{border-color:#1a0a14}body:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(var(--grid-line-1) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line-2) 1px, transparent 1px);background-size:40px 40px;position:fixed;inset:0}.img-loading-wrap{background:linear-gradient(135deg,#ff2d780f,#00f5ff0a);position:relative;overflow:hidden}.img-loading-wrap img{filter:blur(20px);will-change:filter, transform;transition:filter .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:scale(1.1)}.img-loading-wrap img.img-loaded{filter:blur();transform:scale(1)}.img-loading-wrap:after{content:"";z-index:2;pointer-events:none;opacity:1;border-radius:inherit;background:linear-gradient(105deg,#0000 30%,#ff69b414 45%,#00f5ff0f 50%,#0000 70%) 0 0/250% 100%;transition:opacity .5s;animation:1.8s ease-in-out infinite imgShimmer;position:absolute;inset:0}.img-loading-wrap.img-wrap-loaded:after{opacity:0}@keyframes imgShimmer{0%{background-position:200% 0}to{background-position:-100% 0}}#hero-bg-image{z-index:0;pointer-events:none;background-image:var(--hero-bg-url);opacity:0;background-position:top;background-repeat:no-repeat;background-size:cover;transition:opacity .4s;display:block;position:fixed;inset:0}[data-theme=light] #hero-bg-image{--hero-bg-max:.35}[data-theme=dark] #hero-bg-image{--hero-bg-max:.18}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:0 4px 15px #0000000d}.glass-pink{background:var(--glass-pink-bg);backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.glass-cyan{background:var(--glass-cyan-bg);backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.glass-blue{background:var(--glass-blue-bg);backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.btn-glow{background:linear-gradient(135deg,#ffb6d9,#ff69b4,#e5559a);transition:all .3s;position:relative;overflow:hidden;box-shadow:0 0 18px #ff69b473;color:#fff!important}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 0 30px #ff69b4a6}.nav-link{color:var(--text-muted);font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, #ffb6d9, var(--pink-core), var(--cyan-core));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--text-primary)}.nav-link:hover:after{width:100%}.badge{border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;display:inline-flex}.badge-pink{color:var(--pink-core);background:#ff2d7826;border:1px solid #ff2d784d}.badge-cyan{color:var(--cyan-core);border:1px solid color-mix(in srgb, var(--cyan-core) 35%, transparent);background:#00f5ff14}.badge-blue{color:var(--blue-core);border:1px solid color-mix(in srgb, var(--blue-core) 35%, transparent);background:#89c4f41a}.timeline-line{background:linear-gradient(180deg, #ffb6d9, var(--pink-core), var(--cyan-core));width:2px}.timeline-dot{background:var(--pink-core);width:14px;height:14px;box-shadow:0 0 10px var(--pink-core);border-radius:50%;flex-shrink:0}.project-card,.bento-card{transition:transform .3s,box-shadow .3s}.project-card:hover,.bento-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0003}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.img-placeholder{border:1px dashed var(--glass-border);background:linear-gradient(135deg,#ff2d781a,#00f5ff0d);justify-content:center;align-items:center;display:flex}.custom-modal{z-index:100;background:var(--modal-overlay);backdrop-filter:blur(5px);justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.custom-modal.active{display:flex}.modal-content{background:var(--modal-bg);border:1px solid var(--glass-border);width:100%;max-width:400px;color:var(--text-primary);border-radius:24px;padding:2rem;box-shadow:0 20px 50px #0000004d}.cinnamoroll-stage{z-index:40;pointer-events:none;filter:drop-shadow(0 4px 6px #0000004d);width:80px;height:auto;position:fixed;bottom:20px;right:20px}.cinnamoroll-dance{width:100%;height:auto;animation:2s ease-in-out infinite bounceCustom}@keyframes bounceCustom{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-15px)rotate(2deg)}}.discord-profile-card{background:#111214;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:300px;font-family:Outfit,sans-serif;transition:transform .3s,box-shadow .3s;position:relative;overflow:visible;box-shadow:0 12px 48px #0009}.discord-profile-card .discord-banner{border-radius:16px 16px 0 0;overflow:hidden}.discord-mobile-sheet{background:#111214;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:360px;font-family:Outfit,sans-serif;position:relative;overflow:visible;box-shadow:0 20px 60px #000000a6}.discord-mobile-banner{border-radius:20px 20px 0 0;overflow:hidden;height:110px!important}.discord-mobile-sheet .discord-live-badge{z-index:10;position:absolute;top:10px;right:12px}.discord-mobile-avatar-row{justify-content:space-between;align-items:flex-start;margin-top:-40px;margin-bottom:6px;padding:0 16px;display:flex}.discord-mobile-badges-right{flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:55%;margin-top:48px}.discord-mobile-namewrap{padding:0 16px 8px;position:relative}.discord-mobile-actions{gap:8px;padding:4px 16px 12px;display:flex}.discord-mobile-action-btn{cursor:pointer;color:inherit;background:#ffffff0f;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:5px;padding:10px 0;text-decoration:none;transition:background .15s,transform .1s;display:flex}.discord-mobile-action-btn:hover{background:#ffc2d126;transform:translateY(-1px)}.discord-mobile-action-btn i{color:#ffc2d1;font-size:1rem}.discord-mobile-action-btn span{color:#b5bac1;letter-spacing:.02em;font-size:.58rem}.discord-mobile-tabs{border-bottom:1px solid #ffffff12;gap:4px;padding:0 16px;display:flex}.discord-mobile-tab{letter-spacing:.06em;color:#80848e;cursor:pointer;white-space:nowrap;padding:8px 10px;font-size:.65rem;font-weight:700;transition:color .2s;position:relative}.discord-mobile-tab--active{color:#fff!important}.discord-mobile-tab--active:after{content:"";background:linear-gradient(90deg,#ffc2d1,#ff8fab);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.discord-mobile-content{padding:12px 16px 20px}[data-theme=light] .discord-profile-card{background:#fff;border-color:#0000001a;box-shadow:0 12px 48px #00000026}[data-theme=light] .discord-mobile-sheet{background:#111214!important;border-color:#ffffff14!important;box-shadow:0 20px 60px #000000a6!important}[data-theme=light] .discord-mobile-sheet .discord-display-name{color:#fff!important}[data-theme=light] .discord-mobile-sheet .discord-username,[data-theme=light] .discord-mobile-sheet .discord-section-label{color:#b5bac1!important}[data-theme=light] .discord-mobile-sheet .discord-about-text,[data-theme=light] .discord-mobile-sheet .discord-member-text{color:#dbdee1!important}[data-theme=light] .discord-mobile-sheet .discord-activity-name{color:#fff!important}[data-theme=light] .discord-mobile-sheet .discord-activity-detail,[data-theme=light] .discord-mobile-sheet .discord-activity-state{color:#b5bac1!important}[data-theme=light] .discord-mobile-sheet .discord-spotify-song{color:#fff!important}[data-theme=light] .discord-mobile-sheet .discord-spotify-artist{color:#b5bac1!important}[data-theme=light] .discord-mobile-sheet .discord-status-dot,[data-theme=light] .discord-mobile-sheet .discord-avatar{border-color:#111214!important}[data-theme=light] .discord-mobile-sheet .discord-mobile-tab{color:#80848e!important}[data-theme=light] .discord-mobile-sheet .discord-mobile-tab--active{color:#fff!important}[data-theme=light] .discord-mobile-sheet .discord-mobile-tabs{border-bottom-color:#ffffff12!important}[data-theme=light] .discord-mobile-sheet .discord-custom-status{color:#b5bac1!important}[data-theme=light] .discord-mobile-sheet .discord-mobile-action-btn{background:#ffffff0f!important;border-color:#ffffff0d!important}[data-theme=light] .discord-mobile-sheet .discord-mobile-action-btn span{color:#b5bac1!important}.discord-profile-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #ff8fab59}.discord-banner{background:linear-gradient(135deg,#ffc2d1 0%,#ffb3c6 50%,#ff8fab 100%) 50%/cover;height:80px;position:relative;overflow:hidden}.discord-banner-gradient{background:linear-gradient(160deg,#ffc2d180 0%,#ff8fab4d 100%);position:absolute;inset:0}.discord-avatar-row{justify-content:space-between;align-items:flex-end;margin-top:-38px;margin-bottom:10px;padding:0 16px;display:flex}.discord-avatar-wrap{flex-shrink:0;width:76px;height:76px;position:relative;overflow:visible}.discord-avatar{-o-object-fit:cover;object-fit:cover;background:#2b2d31;border:5px solid #111214;border-radius:50%;width:76px;height:76px;display:block}[data-theme=light] .discord-avatar{border-color:#fff}.discord-status-dot{border:4px solid #111214;border-radius:50%;width:18px;height:18px;position:absolute;bottom:3px;right:3px}[data-theme=light] .discord-status-dot{border-color:#fff}.status-online{background:#23a55a}.status-idle{background:#f0b232}.status-dnd{background:#f23f43}.status-streaming{background:#593695}.status-offline{background:#80848e}.discord-info,.discord-info-wrap{padding:0 14px 14px}.discord-info-wrap{position:relative}.discord-display-name{color:#f2f3f5;margin-bottom:1px;font-size:1.05rem;font-weight:800;line-height:1.2}[data-theme=light] .discord-display-name{color:#060607}.discord-username{color:#b5bac1;margin-bottom:8px;font-size:.78rem;display:block}[data-theme=light] .discord-username{color:#4e5058}.discord-custom-status{color:#b5bac1;align-items:center;gap:5px;margin-bottom:6px;font-size:.78rem;display:flex}.discord-divider{background:#ffffff12;height:1px;margin:10px 0}[data-theme=light] .discord-divider{background:#00000014}.discord-section-label{letter-spacing:.07em;color:#b5bac1;text-transform:uppercase;margin-bottom:5px;font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:700}.discord-about-text{color:#dbdee1;margin-bottom:10px;font-size:.8rem;line-height:1.5}[data-theme=light] .discord-about-text{color:#313338}.discord-member-text{color:#dbdee1;margin-bottom:10px;font-size:.8rem}[data-theme=light] .discord-member-text{color:#313338}.discord-spotify{background:#1ed76012;border:1px solid #1ed7602e;border-radius:8px;gap:10px;margin-bottom:10px;padding:10px;display:flex}.discord-spotify-art{-o-object-fit:cover;object-fit:cover;border-radius:6px;flex-shrink:0;width:56px;height:56px}.discord-spotify-info{flex:1;min-width:0}.discord-spotify-song{white-space:nowrap;text-overflow:ellipsis;color:#f2f3f5;font-size:.78rem;font-weight:700;overflow:hidden}[data-theme=light] .discord-spotify-song{color:#060607}.discord-spotify-artist,.discord-spotify-album{color:#b5bac1;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.discord-spotify-bar-bg{background:#ffffff1f;border-radius:99px;width:100%;height:3px;margin-top:6px;overflow:hidden}.discord-spotify-bar-fill{background:#1ed760;border-radius:99px;width:0%;height:100%;transition:width 1s linear}.discord-generic-activity{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:10px;padding:10px;display:flex}[data-theme=light] .discord-generic-activity{background:#00000008;border-color:#00000014}.discord-activity-img{-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0;width:54px;height:54px}.discord-activity-name{color:#f2f3f5;font-size:.8rem;font-weight:700}[data-theme=light] .discord-activity-name{color:#060607}.discord-activity-detail,.discord-activity-state,.discord-activity-elapsed{color:#b5bac1;font-size:.72rem}.discord-view-profile-btn{text-align:center;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#ffc2d1,#ff8fab);border:none;border-radius:8px;width:100%;margin-top:4px;padding:10px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:block;box-shadow:0 4px 14px #ff8fab66;color:#fff!important}.discord-view-profile-btn:hover{background:linear-gradient(135deg,#ffb3c6,#ff758f);transform:translateY(-1px);box-shadow:0 6px 20px #ff8fab8c}.discord-live-badge{color:#fff;backdrop-filter:blur(6px);letter-spacing:.05em;background:linear-gradient(135deg,#ffc2d1d9,#ff8fabd9);border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:.58rem;font-weight:700;display:flex;position:absolute;top:8px;right:10px;box-shadow:0 2px 8px #ff8fab66}.discord-live-dot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.65)}}.discord-offline-block{text-align:center;color:#b5bac1;padding:10px 0 4px;font-size:.8rem}.discord-avatar-deco{pointer-events:none;z-index:3;-o-object-fit:contain;object-fit:contain;width:calc(100% + 22px);height:calc(100% + 22px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.discord-nameplate-bg{pointer-events:none;z-index:0;opacity:.18;background-position:50%;background-size:cover;border-radius:0;position:absolute;inset:0}.discord-info-wrap{padding:0 14px 14px;position:relative;overflow:hidden}.discord-display-name.has-gradient{background:var(--dn-gradient,linear-gradient(90deg, #fff, #eee));-webkit-text-fill-color:transparent;background-clip:text}.discord-name-row{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:1px;display:flex}.discord-clan-tag{color:#b5bac1;vertical-align:middle;background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:4px;padding:1px 5px;font-size:.62rem;font-weight:700;display:inline-flex}.discord-clan-tag img{-o-object-fit:contain;object-fit:contain;border-radius:2px;width:14px;height:14px}[data-theme=light] .discord-clan-tag{color:#4e5058;background:#0000000f;border-color:#0000001a}.discord-badges-row{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:6px;display:flex}.discord-badge-icon{-o-object-fit:contain;object-fit:contain;cursor:default;width:20px;height:20px;transition:transform .15s}.discord-badge-icon:hover{transform:scale(1.3)}.discord-platform-row{gap:5px;margin-bottom:4px;display:flex}.discord-platform-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;display:inline-block}.nameplate-bubble_gum .discord-banner{background:linear-gradient(135deg,#ffb3d9 0%,#ffc2d1 40%,#ff8fab 100%)!important}.nameplate-bubble_gum .discord-view-profile-btn{background:linear-gradient(135deg,#ff94c4,#ff6eab)!important}.discord-window{background:#1e1f22;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;width:100%;min-height:600px;display:flex;overflow:hidden;box-shadow:0 32px 80px #000000b3}[data-theme=light] .discord-window{border-color:#00000014;box-shadow:0 32px 80px #00000040}.discord-titlebar{background:#111214;border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:10px;height:32px;padding:0 12px;display:flex}.discord-titlebar-dots{align-items:center;gap:6px;display:flex}.discord-titlebar-dots span{border-radius:50%;width:11px;height:11px}.discord-titlebar-title{color:#b5bac1;margin:0 auto;font-size:.72rem;font-weight:600}.discord-window-body{flex:1;display:flex;position:relative;overflow:hidden}.discord-server-sidebar{background:#1e1f22;border-right:1px solid #ffffff0a;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:72px;padding:12px 0;display:flex}.discord-server-icon{color:#b5bac1;cursor:pointer;background:#313338;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;transition:border-radius .2s,background .2s,color .2s;display:flex;position:relative}.discord-server-icon:before{content:"";background:#fff;border-radius:0 4px 4px 0;width:4px;height:0;transition:height .2s;position:absolute;left:-12px}.discord-server-icon--active{color:#fff;background:linear-gradient(135deg,#ffc2d1,#ff8fab);border-radius:30%}.discord-server-icon--active:before{height:40px}.discord-server-icon:hover:not(.discord-server-icon--active){color:#fff;background:#ffc2d1;border-radius:30%}.discord-server-icon:hover:before{height:20px}.discord-server-icon--add{color:#23a55a;background:#313338}.discord-server-icon--add:hover{color:#fff;background:#23a55a}.discord-server-divider{background:#ffffff14;border-radius:1px;width:32px;height:2px;margin:2px 0}a.discord-server-icon{text-decoration:none}.discord-server-icon--img{padding:0;transition:border-radius .2s,transform .15s,box-shadow .15s;border-radius:22%!important;overflow:hidden!important}.discord-server-icon--img:before{display:none!important}.discord-server-icon--img:hover{transform:scale(1.08);box-shadow:0 4px 16px #ffc2d14d;border-radius:30%!important}.discord-server-icon--img.discord-server-icon--active{border-radius:30%!important}.discord-server-icon--img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.discord-server-icon--img i{justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;display:flex}.discord-channel-sidebar{background:#2b2d31;border-right:1px solid #ffffff0a;flex-direction:column;flex-shrink:0;width:220px;display:flex;overflow-y:auto}.discord-server-name{color:#f2f3f5;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 12px;font-size:.9rem;font-weight:700;display:flex}.discord-channel-category{letter-spacing:.07em;color:#80848e;text-transform:uppercase;padding:16px 6px 4px 8px;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:700}.discord-channel-item{color:#80848e;cursor:pointer;border-radius:4px;align-items:center;gap:6px;margin:1px 6px;padding:5px 8px;font-size:.85rem;transition:background .15s,color .15s;display:flex}.discord-channel-item:hover{color:#dbdee1;background:#ffffff0f}.discord-channel-item--active{color:#f2f3f5;background:#ffffff1a}.discord-channel-icon{flex-shrink:0;width:14px;font-size:.8rem}.discord-user-panel{background:#232428;flex-shrink:0;align-items:center;gap:8px;margin-top:auto;padding:8px;display:flex}.discord-panel-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.discord-panel-info{flex:1;min-width:0}.discord-panel-name{color:#f2f3f5;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;display:block;overflow:hidden}.discord-panel-tag{color:#b5bac1;font-size:.65rem;display:block}.discord-panel-icons{color:#b5bac1;gap:6px;font-size:.85rem;display:flex}.discord-panel-icons i{cursor:pointer;transition:color .15s}.discord-panel-icons i:hover{color:#f2f3f5}.discord-chat-area{background:#313338;flex-direction:column;display:flex;position:absolute;inset:0 340px 0 292px;overflow:hidden}.discord-chat-header{background:#313338;border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;padding:12px 16px;display:flex}.discord-messages{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;flex:1;gap:4px;padding:16px;display:flex;overflow-y:auto}.discord-messages::-webkit-scrollbar{width:4px}.discord-messages::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}[data-theme=light] .discord-messages{scrollbar-color:#0000001a transparent}[data-theme=light] .discord-messages::-webkit-scrollbar-thumb{background:#0000001f}.discord-msg-system{color:#80848e;border-bottom:1px solid #ffffff0a;margin-bottom:10px;padding:2px 0 10px;font-size:.72rem}.discord-msg{align-items:flex-start;gap:12px;padding:2px 0;display:flex}.discord-msg:hover{background:#ffffff05;border-radius:4px}.discord-msg-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-top:2px}.discord-msg-body{flex:1;min-width:0}.discord-msg-meta{align-items:center;gap:6px;margin-bottom:2px;display:flex}.discord-msg-author{font-size:.88rem;font-weight:700}.discord-msg-tag{color:#fff;letter-spacing:.03em;border-radius:3px;padding:1px 4px;font-size:.58rem;font-weight:700}.discord-msg-time{color:#80848e;font-size:.65rem}.discord-msg-text{color:#dbdee1;font-size:.85rem;line-height:1.45}.discord-embed{background:#2b2d31;border-radius:6px;max-width:380px;margin-top:6px;display:flex;overflow:hidden}.discord-embed-bar{flex-shrink:0;width:4px}.discord-embed-body{padding:10px 12px}.discord-embed-title{color:#f2f3f5;margin-bottom:4px;font-size:.82rem;font-weight:700}.discord-embed-desc{color:#b5bac1;font-size:.75rem}.discord-embed-desc code{background:#ffffff14;border-radius:3px;padding:1px 4px;font-family:JetBrains Mono,monospace;font-size:.7rem}.discord-msg--agh{margin-top:0;padding:0;display:block}.discord-msg--agh .discord-msg-body{width:100%}.discord-agh-entries{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;max-height:220px;overflow:hidden auto}.discord-agh-entries::-webkit-scrollbar{width:3px}.discord-agh-entries::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.discord-agh-header{color:#80848e;letter-spacing:.04em;align-items:center;gap:6px;padding:4px 16px 2px;font-size:.68rem;font-weight:700;display:flex}.discord-agh-dot{background:#23a55a;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite aghPulse;box-shadow:0 0 5px #23a55a}@keyframes aghPulse{0%,to{opacity:1}50%{opacity:.35}}.discord-agh-badge{color:#80848e;margin-left:auto;font-size:.58rem;font-weight:600}.discord-agh-msg{gap:12px;padding:3px 16px;animation:.25s aghFadeIn;display:flex}@keyframes aghFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.discord-agh-avatar{background:linear-gradient(135deg,#f23f43,#b01c20);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-size:1rem;display:flex}.discord-agh-msg-body{flex:1;min-width:0}.discord-agh-msg-meta{align-items:baseline;gap:6px;margin-bottom:2px;display:flex}.discord-agh-botname{color:#fff;font-size:.82rem;font-weight:700}.discord-agh-app-badge{color:#fff;letter-spacing:.04em;vertical-align:middle;background:#5865f2;border-radius:3px;padding:1px 4px;font-size:.55rem;font-weight:700}.discord-agh-msg-time{color:#80848e;font-size:.65rem}.discord-agh-msg-embed{background:#ffffff08;border-left:3px solid #f23f43;border-radius:0 4px 4px 0;align-items:flex-start;gap:8px;max-width:340px;padding:6px 10px;display:flex}.discord-agh-msg-embed-icon{flex-shrink:0;font-size:.9rem}.discord-agh-msg-embed-domain{color:#f23f43;word-break:break-all;font-family:Courier New,monospace;font-size:.8rem;line-height:1.4}.discord-agh-placeholder{color:#4e5058;padding:8px 16px;font-size:.72rem}.discord-chat-input{background:#383a40;border-radius:8px;flex-shrink:0;align-items:center;gap:10px;margin:0 16px 16px;padding:10px 14px;display:flex}.discord-chat-placeholder{color:#6d6f78;flex:1;font-size:.85rem}.discord-profile-popup-wrap{background:#1e1f22;border-left:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:340px;margin-left:auto;padding:20px 16px;display:flex;overflow-y:auto}.discord-profile-popup-wrap .discord-profile-card{width:100%;max-width:300px;box-shadow:0 8px 32px #00000080}.discord-profile-popup-wrap .discord-profile-card:hover{transform:none}.wiki-action-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.wiki-nav-btn{color:#fff;cursor:pointer;user-select:none;white-space:nowrap;box-sizing:border-box;background:#4e5058;border:none;border-radius:4px;outline:none;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:2px 16px;font-family:Outfit,gg sans,Whitney,sans-serif;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .17s,opacity .17s;display:inline-flex}.wiki-nav-btn:hover{background:#6d6f78}.wiki-nav-btn:active{opacity:.7;background:#4e5058}.wiki-day-label{color:#b5bac1;letter-spacing:.04em;user-select:none;background:#ffffff0f;border-radius:4px;justify-content:center;align-items:center;min-width:48px;min-height:38px;padding:2px 12px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:inline-flex}
