:root{--font-size:16px;--background:#1a1a1a;--background-secondary:#2a2a2a;--background-hover:#252525;--foreground:#ffffff;--foreground-secondary:#d1d5db;--foreground-muted:#9ca3af;--foreground-dim:#6b7280;--primary:#06b6d4;--primary-hover:#0891b2;--primary-dark:#0e7490;--primary-bg:rgba(6,182,212,0.2);--primary-bg-light:rgba(6,182,212,0.1);--border:#374151;--border-light:rgba(255,255,255,0.08);--radius:0.5rem;--green:#34d399;--green-bg:rgba(16,185,129,0.2);--yellow:#fbbf24;--yellow-bg:rgba(251,191,36,0.2);--orange:#f59e0b;--orange-bg:rgba(245,158,11,0.1);--purple:#a78bfa;--purple-bg:rgba(139,92,246,0.1);--red:#f87171;--red-bg:rgba(239,68,68,0.2);--red-border:rgba(239,68,68,0.5);--blue:#60a5fa;--blue-bg:rgba(59,130,246,0.1);--cyan:#22d3ee;--scrollbar-track:rgba(15,23,42,0.28);--scrollbar-thumb:rgba(100,116,139,0.72);--scrollbar-thumb-hover:rgba(34,211,238,0.72);--scrollbar-thumb-active:rgba(34,211,238,0.9);--sidebar-width:256px;--navbar-height:64px;--page-title-size:1.5rem;--page-title-weight:600;--page-subtitle-size:0.875rem;--page-header-gap:1.5rem;--page-max-width:1280px}.respGrid4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.respGrid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.respGrid2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media (max-width:1024px){.respGrid3,.respGrid4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.respGrid2,.respGrid3,.respGrid4{grid-template-columns:1fr}}.statusSpinner{display:inline-block;width:12px;height:12px;border-radius:50%;border:2px solid rgba(59,130,246,.25);border-top-color:#3b82f6;animation:statusSpinnerSpin .8s linear infinite;flex-shrink:0}@keyframes statusSpinnerSpin{to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{font-size:var(--font-size)}body,html{overflow-x:hidden}body{font-family:var(--font-pretendard),"Pretendard Variable","Pretendard",-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body,html{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--scrollbar-thumb) 0,rgba(71,85,105,.82) 100%);border-radius:999px;border:2px solid rgba(15,23,42,.35);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--scrollbar-thumb-hover) 0,rgba(6,182,212,.72) 100%)}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,var(--scrollbar-thumb-active) 0,rgba(6,182,212,.95) 100%)}::-webkit-scrollbar-corner{background:transparent}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}ol,ul{list-style:none}img{max-width:100%;display:block}.xterm{cursor:text;position:relative;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#FFF;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm .xterm-cursor-pointer,.xterm.xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) ::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:-moz-fit-content;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:rgba(0,0,0,0);transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow,#000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow,#000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow,#000) 6px 0 6px -6px inset}@font-face{font-family:pretendard;src:url(/_next/static/media/ff840cfebfb63b0c-s.p.woff2) format("woff2");font-display:block;font-weight:45 920}@font-face{font-family:pretendard Fallback;src:local("Arial");ascent-override:93.76%;descent-override:23.75%;line-gap-override:0.00%;size-adjust:101.55%}.__className_c3fd43{font-family:pretendard,pretendard Fallback}.__variable_c3fd43{--font-pretendard:"pretendard","pretendard Fallback"}.CelebrationTestButton_btn__ATQ79{position:fixed;bottom:20px;right:20px;z-index:10000;padding:.5rem .875rem;border:1px solid rgba(251,191,36,.55);border-radius:.5rem;background:rgba(15,23,42,.95);color:#fbbf24;font-size:.8125rem;font-weight:600;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.4);transition:filter .15s}.CelebrationTestButton_btn__ATQ79:hover{filter:brightness(1.15)}.ServiceToastHost_host__jWVIL{position:fixed;top:78px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;align-items:center;gap:.75rem;pointer-events:none;max-width:580px;width:calc(100vw - 44px)}.ServiceToastHost_toast__dyAsP{display:flex;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;border-radius:.625rem;background:rgba(15,23,42,.96);border:1px solid rgba(71,85,105,.5);color:#f1f5f9;box-shadow:0 8px 24px rgba(0,0,0,.35);pointer-events:auto;width:100%;animation:ServiceToastHost_toastIn__c_nGy .2s ease-out}@keyframes ServiceToastHost_toastIn__c_nGy{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.ServiceToastHost_icon__pLVNf{flex-shrink:0;margin-top:.125rem}.ServiceToastHost_body__Fpsph{flex:1 1;min-width:0}.ServiceToastHost_title__ExURz{font-size:.875rem;font-weight:600;line-height:1.3;margin-bottom:.125rem}.ServiceToastHost_message__kVB_W{font-size:.8125rem;color:#cbd5e1;line-height:1.45;word-break:break-word}.ServiceToastHost_close__2opFE{background:none;border:none;color:#64748b;cursor:pointer;padding:2px;flex-shrink:0;border-radius:4px}.ServiceToastHost_close__2opFE:hover{color:#cbd5e1;background:rgba(51,65,85,.5)}.ServiceToastHost_success__0sxk_{border-color:rgba(34,197,94,.45)}.ServiceToastHost_success__0sxk_ .ServiceToastHost_icon__pLVNf{color:#4ade80}.ServiceToastHost_info__rX3OL{border-color:rgba(59,130,246,.45)}.ServiceToastHost_info__rX3OL .ServiceToastHost_icon__pLVNf{color:#60a5fa}.ServiceToastHost_warn__xu5_H{border-color:rgba(234,179,8,.45)}.ServiceToastHost_warn__xu5_H .ServiceToastHost_icon__pLVNf{color:#facc15}.ServiceToastHost_error__tbpc1{border-color:rgba(239,68,68,.45)}.ServiceToastHost_error__tbpc1 .ServiceToastHost_icon__pLVNf{color:#f87171}.ServiceToastHost_celebrate__EeNfh{position:relative;flex-direction:column;align-items:center;text-align:center;gap:.42rem;padding:1.65rem 2rem 1.95rem;width:min(560px,calc(100vw - 22px));max-width:100%;background:radial-gradient(circle at 50% 5%,rgba(59,130,246,.36),transparent 40%),linear-gradient(180deg,#14274f,#0a1329);border-color:rgba(96,165,250,.56);box-shadow:0 30px 90px rgba(0,0,0,.6),0 0 0 1px rgba(96,165,250,.14),0 0 90px rgba(59,130,246,.24);overflow:hidden}.ServiceToastHost_celebrate__EeNfh:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0,rgba(255,255,255,.12),transparent 34%),radial-gradient(circle at 80% 18%,rgba(96,165,250,.18),transparent 30%);pointer-events:none}.ServiceToastHost_celebrate__EeNfh .ServiceToastHost_close__2opFE{position:absolute;top:12px;right:12px;z-index:10}.ServiceToastHost_celebrateEyebrow__RyUvO{position:relative;z-index:9;margin-top:.1rem;font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#93c5fd}.ServiceToastHost_hatch__yZqtJ{position:relative;width:324px;height:238px;margin:.18rem auto .72rem}.ServiceToastHost_stageGlow__TDbpe{position:absolute;left:50%;bottom:10px;width:210px;height:52px;margin-left:-105px;border-radius:999px;background:radial-gradient(circle,rgba(34,211,238,.82) 0,rgba(37,99,235,.48) 42%,transparent 74%);filter:blur(9px);opacity:0;animation:ServiceToastHost_glowBloom__VSCj2 .9s ease-out 1.78s forwards}.ServiceToastHost_stageShadow__YTkOZ{position:absolute;left:50%;bottom:14px;width:208px;height:30px;margin-left:-104px;border-radius:999px;background:radial-gradient(circle,rgba(1,8,20,.56) 0,rgba(1,8,20,0) 72%)}.ServiceToastHost_scene__TEYX4{position:absolute;left:50%;top:4px;width:274px;height:198px;margin-left:-137px;animation:ServiceToastHost_sceneLift__jBCPc 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_layer__DqaAh{position:absolute;inset:0;background-repeat:no-repeat;background-position:bottom;background-size:contain;transform-origin:50% 100%;filter:drop-shadow(0 14px 20px rgba(3,11,27,.18));opacity:0;will-change:transform,opacity}.ServiceToastHost_eggWhole__D_Hp5{background-image:url(/images/celebration-frames/frame-1.png);animation:ServiceToastHost_eggWholeAnim__PQzM6 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_eggCrack__AC6R_{background-image:url(/images/celebration-frames/frame-2.png);animation:ServiceToastHost_eggCrackAnim__UmsgJ 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_eggHatch__VilpA{background-image:url(/images/celebration-frames/frame-3.png);animation:ServiceToastHost_eggHatchAnim__iTDD6 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_eggOpened__JxaSv{background-image:url(/images/celebration-frames/frame-4.png);animation:ServiceToastHost_eggOpenedAnim__zGB1_ 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_shellTop__vz3fE{background-image:url(/images/celebration-frames/frame-4.png);-webkit-clip-path:polygon(0 0,100% 0,100% 53%,0 53%);clip-path:polygon(0 0,100% 0,100% 53%,0 53%);animation:ServiceToastHost_shellTopAnim__1ChDa 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_shellBottom__JxeDX{background-image:url(/images/celebration-frames/frame-4.png);-webkit-clip-path:polygon(0 45%,100% 45%,100% 100%,0 100%);clip-path:polygon(0 45%,100% 45%,100% 100%,0 100%);animation:ServiceToastHost_shellBottomAnim__C0GEv 2.72s cubic-bezier(.22,.8,.2,1) .02s both}.ServiceToastHost_finalMascot__9f57y{background-image:url(/images/celebration-frames/frame-5.png);animation:ServiceToastHost_finalMascotReveal__oTHbp 2.72s cubic-bezier(.22,.8,.2,1) .02s both,ServiceToastHost_finalMascotFloat__3RcoM 2.55s ease-in-out 2.78s infinite}.ServiceToastHost_celebrateTitle__ajSOB{position:relative;z-index:10;font-size:1.58rem;font-weight:900;color:#ffffff}.ServiceToastHost_celebrateMsg__nII5J{position:relative;z-index:10;max-width:390px;font-size:1rem;color:#d8e6ff;line-height:1.58;margin-top:.14rem;word-break:keep-all}.ServiceToastHost_actionBtn__W70rq{position:relative;z-index:10;margin-top:1.15rem;min-width:188px;padding:1rem 2rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:linear-gradient(135deg,#f59e0b,#fbbf24 34%,#34d399 70%,#60a5fa);color:#08111f;font-size:1.04rem;font-weight:900;cursor:pointer;pointer-events:auto;transition:filter .15s,transform .1s,box-shadow .18s;box-shadow:0 18px 34px rgba(59,130,246,.28),inset 0 0 0 1px rgba(255,255,255,.12),0 0 30px rgba(250,204,21,.2)}.ServiceToastHost_actionBtn__W70rq:hover{filter:brightness(1.08);box-shadow:0 22px 42px rgba(59,130,246,.34),inset 0 0 0 1px rgba(255,255,255,.14),0 0 42px rgba(250,204,21,.26)}.ServiceToastHost_actionBtn__W70rq:active{transform:translateY(1px)}.ServiceToastHost_fireworks__zakzD{position:fixed;inset:0;z-index:9998;pointer-events:none;overflow:hidden}.ServiceToastHost_fireworks__zakzD:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 26%,rgba(96,165,250,.2),transparent 22%),radial-gradient(circle at 24% 38%,rgba(251,191,36,.16),transparent 16%),radial-gradient(circle at 76% 24%,rgba(74,222,128,.14),transparent 16%),radial-gradient(circle at 36% 70%,rgba(196,132,252,.12),transparent 18%),radial-gradient(circle at 68% 72%,rgba(34,211,238,.12),transparent 18%);opacity:0;animation:ServiceToastHost_fireworksFlash__Wx1Kn 1.8s ease-out 1.95s forwards}.ServiceToastHost_ring__Zl70A{position:absolute;border-radius:50%;border:6px solid;opacity:0}.ServiceToastHost_ring1__XWbwh{left:50%;top:24%;width:20px;height:20px;margin:-10px 0 0 -10px;border-color:rgba(251,191,36,.96);animation:ServiceToastHost_ringPulse__Grr_P 1.45s ease-out 1.94s forwards}.ServiceToastHost_ring2___2L60{left:22%;top:34%;width:18px;height:18px;margin:-9px 0 0 -9px;border-color:rgba(96,165,250,.94);animation:ServiceToastHost_ringPulse__Grr_P 1.42s ease-out 2.02s forwards}.ServiceToastHost_ring3__htHOm{left:78%;top:22%;width:20px;height:20px;margin:-10px 0 0 -10px;border-color:rgba(74,222,128,.94);animation:ServiceToastHost_ringPulse__Grr_P 1.48s ease-out 2.1s forwards}.ServiceToastHost_ring4__AqUKF{left:14%;top:20%;width:16px;height:16px;margin:-8px 0 0 -8px;border-color:rgba(244,114,182,.92);animation:ServiceToastHost_ringPulse__Grr_P 1.38s ease-out 2.18s forwards}.ServiceToastHost_ring5__HoD_F{left:86%;top:46%;width:16px;height:16px;margin:-8px 0 0 -8px;border-color:rgba(250,204,21,.92);animation:ServiceToastHost_ringPulse__Grr_P 1.34s ease-out 2.26s forwards}.ServiceToastHost_ring6__uQQu2{left:34%;top:68%;width:18px;height:18px;margin:-9px 0 0 -9px;border-color:rgba(196,132,252,.92);animation:ServiceToastHost_ringPulse__Grr_P 1.36s ease-out 2.34s forwards}.ServiceToastHost_ring7__b5OM5{left:67%;top:70%;width:18px;height:18px;margin:-9px 0 0 -9px;border-color:rgba(34,211,238,.92);animation:ServiceToastHost_ringPulse__Grr_P 1.38s ease-out 2.42s forwards}.ServiceToastHost_ring8__J0_8h{left:50%;top:14%;width:22px;height:22px;margin:-11px 0 0 -11px;border-color:rgba(251,191,36,.96);animation:ServiceToastHost_ringPulse__Grr_P 1.5s ease-out 2.5s forwards}.ServiceToastHost_ring9__Xqinj{left:30%;top:18%;width:18px;height:18px;margin:-9px 0 0 -9px;border-color:rgba(96,165,250,.9);animation:ServiceToastHost_ringPulse__Grr_P 1.44s ease-out 2.58s forwards}.ServiceToastHost_ring10__yuasC{left:72%;top:18%;width:18px;height:18px;margin:-9px 0 0 -9px;border-color:rgba(74,222,128,.92);animation:ServiceToastHost_ringPulse__Grr_P 1.44s ease-out 2.66s forwards}.ServiceToastHost_confetti__nuV1r{position:absolute}.ServiceToastHost_burstA__1GuqV{left:50%;top:24%}.ServiceToastHost_burstB__7Rp8K{left:22%;top:34%}.ServiceToastHost_burstC__gdLfT{left:78%;top:22%}.ServiceToastHost_burstD__Ps4Rk{left:14%;top:20%}.ServiceToastHost_burstE__Eo3nJ{left:86%;top:46%}.ServiceToastHost_burstF__whiwZ{left:34%;top:68%}.ServiceToastHost_burstG__55oHr{left:67%;top:70%}.ServiceToastHost_burstH__2y4LG{left:50%;top:14%}.ServiceToastHost_burstI__HSCbE{left:30%;top:18%}.ServiceToastHost_burstJ__1gRqR{left:72%;top:18%}.ServiceToastHost_burstA__1GuqV .ServiceToastHost_piece__6qF8C{animation-delay:1.9s}.ServiceToastHost_burstB__7Rp8K .ServiceToastHost_piece__6qF8C{animation-delay:1.98s}.ServiceToastHost_burstC__gdLfT .ServiceToastHost_piece__6qF8C{animation-delay:2.06s}.ServiceToastHost_burstD__Ps4Rk .ServiceToastHost_piece__6qF8C{animation-delay:2.14s}.ServiceToastHost_burstE__Eo3nJ .ServiceToastHost_piece__6qF8C{animation-delay:2.22s}.ServiceToastHost_burstF__whiwZ .ServiceToastHost_piece__6qF8C{animation-delay:2.3s}.ServiceToastHost_burstG__55oHr .ServiceToastHost_piece__6qF8C{animation-delay:2.38s}.ServiceToastHost_burstH__2y4LG .ServiceToastHost_piece__6qF8C{animation-delay:2.46s}.ServiceToastHost_burstI__HSCbE .ServiceToastHost_piece__6qF8C{animation-delay:2.54s}.ServiceToastHost_burstJ__1gRqR .ServiceToastHost_piece__6qF8C{animation-delay:2.62s}.ServiceToastHost_piece__6qF8C{position:absolute;left:0;top:0;width:12px;height:12px;border-radius:3px;background:var(--c,#fbbf24);box-shadow:0 0 30px rgba(255,255,255,.3);opacity:0;animation:ServiceToastHost_burst__rOUnA 1.85s cubic-bezier(.14,.78,.2,1) forwards}.ServiceToastHost_piece__6qF8C:nth-child(3n){width:14px;height:14px}.ServiceToastHost_piece__6qF8C:nth-child(4n){width:7px;height:20px;border-radius:2px}.ServiceToastHost_piece__6qF8C:nth-child(5n){width:6px;height:6px;border-radius:999px}.ServiceToastHost_piece__6qF8C:first-child{--a:0deg;--c:#fbbf24}.ServiceToastHost_piece__6qF8C:nth-child(2){--a:13deg;--c:#60a5fa}.ServiceToastHost_piece__6qF8C:nth-child(3){--a:26deg;--c:#4ade80}.ServiceToastHost_piece__6qF8C:nth-child(4){--a:39deg;--c:#f87171}.ServiceToastHost_piece__6qF8C:nth-child(5){--a:52deg;--c:#c084fc}.ServiceToastHost_piece__6qF8C:nth-child(6){--a:65deg;--c:#f472b6}.ServiceToastHost_piece__6qF8C:nth-child(7){--a:78deg;--c:#fbbf24}.ServiceToastHost_piece__6qF8C:nth-child(8){--a:91deg;--c:#38bdf8}.ServiceToastHost_piece__6qF8C:nth-child(9){--a:104deg;--c:#4ade80}.ServiceToastHost_piece__6qF8C:nth-child(10){--a:117deg;--c:#fb7185}.ServiceToastHost_piece__6qF8C:nth-child(11){--a:130deg;--c:#a78bfa}.ServiceToastHost_piece__6qF8C:nth-child(12){--a:143deg;--c:#f59e0b}.ServiceToastHost_piece__6qF8C:nth-child(13){--a:156deg;--c:#60a5fa}.ServiceToastHost_piece__6qF8C:nth-child(14){--a:169deg;--c:#22d3ee}.ServiceToastHost_piece__6qF8C:nth-child(15){--a:182deg;--c:#4ade80}.ServiceToastHost_piece__6qF8C:nth-child(16){--a:195deg;--c:#fb7185}.ServiceToastHost_piece__6qF8C:nth-child(17){--a:208deg;--c:#c084fc}.ServiceToastHost_piece__6qF8C:nth-child(18){--a:221deg;--c:#fde047}.ServiceToastHost_piece__6qF8C:nth-child(19){--a:234deg;--c:#fbbf24}.ServiceToastHost_piece__6qF8C:nth-child(20){--a:247deg;--c:#60a5fa}.ServiceToastHost_piece__6qF8C:nth-child(21){--a:260deg;--c:#4ade80}.ServiceToastHost_piece__6qF8C:nth-child(22){--a:273deg;--c:#f87171}.ServiceToastHost_piece__6qF8C:nth-child(23){--a:286deg;--c:#a78bfa}.ServiceToastHost_piece__6qF8C:nth-child(24){--a:299deg;--c:#fde047}.ServiceToastHost_piece__6qF8C:nth-child(25){--a:312deg;--c:#fbbf24}.ServiceToastHost_piece__6qF8C:nth-child(26){--a:325deg;--c:#60a5fa}.ServiceToastHost_piece__6qF8C:nth-child(27){--a:338deg;--c:#4ade80}.ServiceToastHost_piece__6qF8C:nth-child(28){--a:351deg;--c:#fb7185}@keyframes ServiceToastHost_glowBloom__VSCj2{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes ServiceToastHost_sceneLift__jBCPc{0%{transform:translateY(8px) scale(.985)}to{transform:translateY(0) scale(1)}}@keyframes ServiceToastHost_eggWholeAnim__PQzM6{0%,22%{opacity:1;transform:translateY(0) rotate(0deg) scale(1)}7%{transform:rotate(-1.8deg) scale(1.006)}13%{transform:rotate(1.8deg) scale(.998)}18%{transform:rotate(-.8deg) translateY(-1px) scale(1.008)}26%{opacity:1;transform:rotate(0deg) translateY(-2px) scale(1.01)}34%{opacity:0;transform:translateY(-4px) scale(1.004)}to{opacity:0;transform:translateY(-4px) scale(1.004)}}@keyframes ServiceToastHost_eggCrackAnim__UmsgJ{0%,18%{opacity:0;transform:translateY(2px) scale(.99)}24%{opacity:.92;transform:translateY(0) scale(1)}32%{opacity:1;transform:translateY(-1px) scale(1.008)}42%{opacity:0;transform:translateY(-3px) scale(1.012)}to{opacity:0;transform:translateY(-3px) scale(1.012)}}@keyframes ServiceToastHost_eggHatchAnim__iTDD6{0%,30%{opacity:0;transform:translateY(8px) scale(.976)}38%{opacity:.86;transform:translateY(3px) scale(.992)}48%{opacity:1;transform:translateY(0) scale(1.012)}58%{opacity:.42;transform:translateY(-3px) scale(1.02)}66%{opacity:0;transform:translateY(-5px) scale(1.018)}to{opacity:0;transform:translateY(-5px) scale(1.018)}}@keyframes ServiceToastHost_eggOpenedAnim__zGB1_{0%,44%{opacity:0;transform:translateY(12px) scale(.955)}52%{opacity:.88;transform:translateY(5px) scale(.986)}62%{opacity:1;transform:translateY(0) scale(1.008)}70%{opacity:.12;transform:translateY(-4px) scale(1.016)}to{opacity:0;transform:translateY(-4px) scale(1.016)}}@keyframes ServiceToastHost_shellTopAnim__1ChDa{0%,57%{opacity:0;transform:translateY(0) rotate(0deg) scale(1)}60%{opacity:1;transform:translateY(0) rotate(0deg) scale(1)}72%{opacity:1;transform:translateY(-8px) rotate(-3deg) scale(1.015)}to{opacity:0;transform:translateY(-26px) rotate(-9deg) scale(.99)}}@keyframes ServiceToastHost_shellBottomAnim__C0GEv{0%,57%{opacity:0;transform:translateY(0) scale(1)}60%{opacity:1;transform:translateY(0) scale(1)}78%{opacity:1;transform:translateY(4px) scale(1)}to{opacity:0;transform:translateY(14px) scale(.985)}}@keyframes ServiceToastHost_finalMascotReveal__oTHbp{0%,56%{opacity:0;transform:translateY(22px) scale(.92)}64%{opacity:.5;transform:translateY(12px) scale(.962)}76%{opacity:1;transform:translateY(-2px) scale(1.02)}88%{opacity:1;transform:translateY(-10px) scale(1.04)}to{opacity:1;transform:translateY(-12px) scale(1.04)}}@keyframes ServiceToastHost_finalMascotFloat__3RcoM{0%,to{transform:translateY(-12px) scale(1.04)}50%{transform:translateY(-17px) scale(1.05)}}@keyframes ServiceToastHost_ringPulse__Grr_P{0%{transform:scale(.3);opacity:.98}to{transform:scale(28);opacity:0}}@keyframes ServiceToastHost_fireworksFlash__Wx1Kn{0%{opacity:0}24%{opacity:1}to{opacity:.34}}@keyframes ServiceToastHost_burst__rOUnA{0%{transform:rotate(var(--a)) translateY(0) rotate(0deg) scale(.4);opacity:1}14%{opacity:1}to{transform:rotate(var(--a)) translateY(-430px) rotate(920deg) scale(1.18);opacity:0}}@media (prefers-reduced-motion:reduce){.ServiceToastHost_layer__DqaAh,.ServiceToastHost_piece__6qF8C,.ServiceToastHost_ring__Zl70A,.ServiceToastHost_scene__TEYX4,.ServiceToastHost_stageGlow__TDbpe{animation:none}.ServiceToastHost_eggCrack__AC6R_,.ServiceToastHost_eggHatch__VilpA,.ServiceToastHost_eggOpened__JxaSv,.ServiceToastHost_eggWhole__D_Hp5,.ServiceToastHost_shellBottom__JxeDX,.ServiceToastHost_shellTop__vz3fE{opacity:0}.ServiceToastHost_finalMascot__9f57y{opacity:1;transform:translateY(-12px) scale(1.04)}.ServiceToastHost_stageGlow__TDbpe{opacity:1}.ServiceToastHost_fireworks__zakzD{display:none}}@media (max-width:1024px){.ServiceToastHost_host__jWVIL{top:72px;max-width:none;width:calc(100vw - 22px)}.ServiceToastHost_celebrate__EeNfh{width:min(450px,calc(100vw - 18px));padding-inline:1.35rem}.ServiceToastHost_hatch__yZqtJ{width:286px;height:214px}.ServiceToastHost_scene__TEYX4{width:236px;height:170px;margin-left:-118px}.ServiceToastHost_celebrateTitle__ajSOB{font-size:1.42rem}.ServiceToastHost_actionBtn__W70rq{min-width:172px;padding:.92rem 1.7rem}}