:root{--egw-text: #3c4088;--egw-text-2: #585db0;--egw-text-3: #6f74b5;--egw-focus: #8C9DE0;--egw-danger: #d65a86;--egw-ok: #2f9e6e;--egw-space-1: 6px;--egw-space-2: 10px;--egw-space-3: 16px;--egw-space-4: 22px}.egw-focusable:focus-visible,.egw-btn:focus-visible,.egw-switch:focus-visible,.egw-input:focus-visible,.egw-zone:focus-visible{outline:none;box-shadow:0 0 0 3px #fff,0 0 0 6px var(--egw-focus)}.egw-btn{--bg: var(--egg-candy, linear-gradient(120deg,#F7B5D5,#C9B8EC,#8C9DE0));display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Fredoka,system-ui,sans-serif;font-weight:600;line-height:1;border:3px solid #fff;border-radius:999px;cursor:pointer;color:#fff;background:var(--bg);box-shadow:0 6px 18px #5a5fb02e;transition:transform .12s ease,filter .12s ease,opacity .12s ease;white-space:nowrap}.egw-btn:hover:not(:disabled){transform:translateY(-2px)}.egw-btn:active:not(:disabled){transform:translateY(0) scale(.98)}.egw-btn:disabled{opacity:.55;cursor:not-allowed}.egw-btn[aria-busy=true]{cursor:progress}.egw-btn--sm{padding:7px 14px;font-size:13px}.egw-btn--md{padding:10px 20px;font-size:15px}.egw-btn--lg{padding:14px 28px;font-size:18px}.egw-btn--full{width:100%}.egw-btn--ghost{background:#fff;color:var(--egg-periwinkle,#8C9DE0);border-color:var(--egg-lavender,#C9B8EC);box-shadow:var(--egg-shadow-sm,0 6px 18px rgba(90,95,176,.14))}.egw-btn--subtle{background:#f3effc;color:var(--egw-text-2);border-color:#ece6fa;box-shadow:none}.egw-btn--danger{background:linear-gradient(120deg,#f7b5d5,#d65a86)}.egw-card{background:#ffffffe0;border:3px solid rgba(255,255,255,.92);border-radius:22px;box-shadow:0 10px 26px #5a5fb029;color:var(--egw-text);-webkit-backdrop-filter:blur(8px) saturate(1.05);backdrop-filter:blur(8px) saturate(1.05)}.egw-card--md{padding:18px}.egw-card--sm{padding:14px}.egw-card--accent{border-color:var(--egg-lavender,#C9B8EC)}.egw-switch{width:64px;height:34px;border-radius:999px;border:3px solid #fff;cursor:pointer;background:#e6e6f2;position:relative;flex:0 0 auto;padding:0;box-shadow:0 4px 12px #5a5fb029;transition:background .2s ease}.egw-switch[aria-checked=true]{background:linear-gradient(120deg,#b8f0e0,#8c9de0)}.egw-switch:disabled{opacity:.5;cursor:not-allowed}.egw-switch__knob{position:absolute;top:1px;left:1px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #00000026;transition:left .2s ease}.egw-switch[aria-checked=true] .egw-switch__knob{left:31px}.egw-field{display:flex;flex-direction:column;gap:6px}.egw-field__label{font-weight:600;color:var(--egw-text-2);font-size:14px}.egw-field__hint{font-size:12.5px;color:var(--egw-text-3)}.egw-field__error{font-size:12.5px;color:var(--egw-danger);font-weight:600}.egw-input{font-family:Quicksand,system-ui,sans-serif;font-weight:600;font-size:15px;color:var(--egw-text);background:#fff;border:2px solid #D9D2F2;border-radius:12px;padding:10px 12px;width:100%;transition:border-color .12s ease}.egw-input:hover{border-color:#c9beef}.egw-input[aria-invalid=true]{border-color:var(--egw-danger)}.egw-badge{display:inline-block;font-size:11px;font-weight:700;color:#fff;padding:2px 9px;border-radius:999px;vertical-align:middle;line-height:1.5}.egw-badge--pink{background:var(--egg-pink-deep,#F48FBF)}.egw-badge--peri{background:var(--egg-periwinkle,#8C9DE0)}.egw-badge--mint{background:#3aa985}.egw-spinner{display:inline-block;width:1em;height:1em;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:egw-spin .7s linear infinite}@keyframes egw-spin{to{transform:rotate(360deg)}}.egw-dot{width:14px;height:14px;border-radius:50%;border:2px solid #fff;flex:0 0 auto;display:inline-block}.egw-dot--on{background:linear-gradient(120deg,#b8f0e0,#8c9de0)}.egw-dot--off{background:#e6e6f2}.egw-step{display:flex;align-items:center;gap:12px;margin:0 0 10px}.egw-step__num{width:32px;height:32px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;font-family:Fredoka,sans-serif;font-weight:700;color:#fff;font-size:17px;background:linear-gradient(140deg,#f7b5d5,#8c9de0)}.egw-step__title{font-family:Fredoka,sans-serif;font-weight:700;font-size:21px;color:#5a5fb0;margin:0}.egw-screen{width:200px;max-width:100%;aspect-ratio:16 / 9;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:5px;padding:6px;border-radius:12px;background:#efeafb;border:2px solid #D9D2F2}.egw-zone{border:none;border-radius:7px;cursor:pointer;padding:0;background:#fff;box-shadow:inset 0 0 0 1px #e2dbf5;transition:background .12s ease}.egw-zone:hover{background:#f3effc}.egw-zone[aria-checked=true]{background:linear-gradient(140deg,#c9b8ec,#8c9de0);box-shadow:0 2px 8px #8c9de080}.egw-toast-region{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:50;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.egw-toast{background:#fff;color:#5a5fb0;font-weight:700;padding:12px 22px;border-radius:999px;border:3px solid var(--egg-lavender,#C9B8EC);box-shadow:0 10px 30px #5a5fb04d;animation:egw-toast-in .3s cubic-bezier(.2,1.3,.4,1) both;pointer-events:auto;max-width:90vw}.egw-toast--error{border-color:var(--egw-danger);color:var(--egw-danger)}@keyframes egw-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.egw-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){.egw-btn,.egw-switch__knob,.egw-zone,.egw-toast,.egw-spinner{transition:none!important;animation:none!important}}@media (max-width: 520px){.egw-btn--responsive-full{width:100%}}.ctl-page{display:flex;gap:20px;align-items:flex-start;justify-content:center;flex-wrap:wrap;max-width:1040px;margin:0 auto;padding:30px 16px 60px}.ctl-main{flex:1 1 540px;min-width:0;max-width:660px}.ctl-side{flex:1 1 280px;max-width:330px;position:sticky;top:20px}.ctl-mt{margin-top:12px}.ctl-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:6px}.ctl-wordmark{font-family:Fredoka,sans-serif;font-weight:700;font-size:32px;line-height:1.05;background:linear-gradient(120deg,#f48fbf,#8c9de0,#a7e0f2,#f48fbf);background-size:220% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:ctl-shimmer 7s linear infinite}@keyframes ctl-shimmer{to{background-position:220% center}}.ctl-sub{color:#585db0;font-weight:600}.ctl-pill{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#5a5fb0;background:#ffffffe6;border:2px solid #fff;border-radius:999px;padding:6px 14px;box-shadow:0 6px 18px #5a5fb026;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.ctl-link{background:none;border:none;color:#d65a86;font-weight:700;cursor:pointer;text-decoration:underline;margin-left:6px}.ctl-link:hover{color:#b83e68}.ctl-cardname{font-family:Fredoka,sans-serif;font-weight:700;font-size:19px;color:#5a5fb0;display:flex;align-items:center;gap:8px}.ctl-mini{font-weight:700;color:#585db0;font-size:14px;margin-bottom:6px}.ctl-summary{cursor:pointer;font-weight:700;color:#8a8fc0;font-size:14px}.ctl-summary:hover{color:#6f74b5}.ctl-desc{color:#585db0;font-weight:600;font-size:14px}.ctl-emoji{width:52px;height:52px;flex:0 0 auto;border-radius:15px;display:grid;place-items:center;font-size:27px;background:linear-gradient(160deg,#c9b8ec,#8c9de0,#a7e0f2);border:3px solid #fff;transition:transform .2s ease}.egw-card:hover .ctl-emoji{transform:rotate(-6deg) scale(1.05)}.ctl-stage{position:relative;border-radius:16px;overflow:hidden;border:3px solid #fff;min-height:220px;display:flex;align-items:center;justify-content:center;padding:20px;margin-top:8px;background:linear-gradient(135deg,#2a2350,#46356b 45%,#6b4a86)}.ctl-foot{text-align:center;color:#6f74b5;margin-top:28px;font-weight:600}.ctl-budget{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.ctl-budget-amt{color:#585db0;font-weight:700}.ctl-budget-sub{color:#8a8fc0;font-weight:600;font-size:12.5px;margin-top:3px}.ctl-budget .egw-field{flex:0 0 auto}.ctl-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.ctl-connect{margin-left:44px;display:flex;flex-direction:column;gap:12px;max-width:380px}.ctl-ok{color:#2f9e6e;font-weight:700;margin:0 0 0 44px}.ctl-obscopy{display:flex;justify-content:center}.egw-card{animation:ctl-rise .5s cubic-bezier(.2,1,.3,1) both;transition:transform .18s ease,box-shadow .18s ease}.egw-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #5a5fb033}@keyframes ctl-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.ctl-modes{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.com-head{font-family:Fredoka,sans-serif;font-weight:700;font-size:18px;color:#e0729f;margin-bottom:10px}.com-live{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#f7f3fd;border:2px solid #ECE6FA;border-radius:14px;padding:10px 14px;color:#585db0;font-weight:600}.com-live--on{border-color:#f7b5d5;background:linear-gradient(120deg,#fff0f7,#eaf6fc);animation:com-glow 2s ease-in-out infinite}@keyframes com-glow{0%,to{box-shadow:0 0 #f78fbf00}50%{box-shadow:0 6px 22px #f78fbf66}}.com-dot{width:11px;height:11px;border-radius:50%;background:#ef4d6b;animation:com-pulse 1.4s infinite}@keyframes com-pulse{0%{box-shadow:0 0 #ef4d6b8c}70%{box-shadow:0 0 0 9px #ef4d6b00}to{box-shadow:0 0 #ef4d6b00}}.com-muted{color:#8a8fc0}.com-count{margin-left:auto;font-family:Fredoka,sans-serif;font-weight:700;color:#e0729f}.com-prompt{color:#7e8fd6;font-weight:600;margin-top:8px}.com-lbhead{font-family:Fredoka,sans-serif;font-weight:700;font-size:15px;color:#8c9de0;margin:16px 0 8px}.com-lb{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.com-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;background:#ffffffb3;border:2px solid #fff;animation:ctl-rise .4s ease both}.com-rank{width:26px;text-align:center;font-family:Fredoka,sans-serif;font-weight:700;color:#8c9de0}.com-name{flex:0 0 auto;min-width:80px;max-width:130px;font-weight:700;color:#5a5fb0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.com-bar{flex:1;height:10px;background:#edeafb;border-radius:999px;overflow:hidden}.com-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#c9b8ec,#8c9de0);transition:width .8s cubic-bezier(.2,1,.3,1)}.com-pts{font-family:Fredoka,sans-serif;font-weight:700;color:#7e8fd6;min-width:26px;text-align:right}.com-empty{color:#8a8fc0;font-weight:600;display:flex;gap:8px;align-items:center;padding:6px 0}.com-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.com-note{color:#6f74b5;font-weight:600;font-size:13px;margin-top:8px}@media (prefers-reduced-motion: reduce){.ctl-wordmark,.egw-card,.com-live--on,.com-dot,.com-row,.com-fill{animation:none!important;transition:none!important}}
