:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:#1c2127;background:#f4f5f7;margin:0}#duck-root,#duck-head,#duck-left-wing,#duck-right-wing,#duck-beak,#duck-left-eyelid,#duck-right-eyelid,#duck-halo{transform-box:fill-box}#duck-halo{transform-origin:50%;filter:blur(36px);pointer-events:none}.duck-accessory{opacity:0;pointer-events:none;transition:opacity .32s}.duck-accessory.is-mounted{opacity:1}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.vote-panel{border-top:1px solid #e2e5ea;margin-top:16px;padding-top:16px}.vote-panel h2{margin:0 0 8px;font-size:15px}.vote-options{flex-direction:column;gap:8px;margin:8px 0;padding:0;list-style:none;display:flex}.vote-option{width:100%;font:inherit;text-align:left;color:#2a2f37;cursor:pointer;background:#fbfbfc;border:1px solid #cfd4dc;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex;position:relative;overflow:hidden}.vote-option:before{content:"";width:calc(var(--vote-share,0) * 1%);z-index:0;background:#eef0f3;transition:width .48s;position:absolute;inset:0}.vote-option>span{z-index:1;position:relative}.vote-option:disabled{cursor:default}.vote-option.is-leader{border-color:#e7b400;box-shadow:inset 0 0 0 1px #e7b400}.vote-option.is-leader:before{background:#fff1c2}.vote-option.is-mine{background:#fff6e5;border-color:#f0d9a8}.vote-option .vote-label{flex:1}.vote-option .vote-count{font-variant-numeric:tabular-nums;color:#1c2127;font-weight:600}.vote-option .vote-pct{color:#5b626c;text-align:right;min-width:3.5ch;font-size:12px}.vote-proclamation{color:#8a5a00;margin:8px 0 0;font-weight:600}@media (prefers-reduced-motion:no-preference){.vote-proclamation.is-live{animation:.6s vote-proclaim}}@keyframes vote-proclaim{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.advice-card{background:#fffdf5;border:1px solid #e7d9b8;border-radius:12px;margin-top:16px;padding:16px;position:relative}.advice-stamp{transform-origin:0 0;letter-spacing:.06em;text-transform:uppercase;color:#b3261e;opacity:.85;border:2px solid #b3261e;border-radius:6px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:12px;left:14px;transform:rotate(-12deg)}.advice-text{margin:34px 0 12px;font-size:15px;font-style:italic;line-height:1.45}.advice-reactions{border-top:1px dashed #e7d9b8;flex-direction:column;gap:8px;margin-top:14px;padding-top:12px;display:flex}.advice-reactions-legend{letter-spacing:.05em;text-transform:uppercase;color:#9a7b3c;margin:0;font-size:11px;font-weight:700}.advice-reaction{width:100%;font:inherit;text-align:left;color:#2a2f37;cursor:pointer;background:#fffefa;border:1px solid #e7d9b8;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 13px;display:flex}.advice-reaction:disabled{cursor:default}.advice-reaction.is-mine{background:#fff1c2;border-color:#e7b400;font-weight:600}.advice-reaction-count{font-variant-numeric:tabular-nums;color:#1c2127;font-weight:600}.advice-share{border-top:1px dashed #e7d9b8;align-items:center;gap:10px;margin-top:14px;padding-top:12px;display:flex}.advice-copy{font:inherit;color:#8a5a00;cursor:pointer;background:0 0;border:1px solid #d9c9a0;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:600;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.advice-copy:hover{background:#fff1c2;border-color:#e7b400}.advice-copy svg{flex-shrink:0;width:15px;height:15px}.advice-copy .copy-check{display:none}.advice-copy.is-copied{color:#1f7a44;background:#e7f6ec;border-color:#86c79b}.advice-copy.is-copied .copy-clip{display:none}.advice-copy.is-copied .copy-check{display:inline-flex}#duck-root,#duck-head{transform-origin:50% 100%}#duck-left-wing{transform-origin:100% 12%}#duck-right-wing{transform-origin:0 12%}#duck-left-eyelid,#duck-right-eyelid,#duck-beak{transform-origin:50% 0}#keyboard,#terminal,#coffee-steam,#particles,#duck-sleep{transition:opacity .32s}#duck-sleep{pointer-events:none}.sleep-z{transform-box:fill-box;transform-origin:50%}@media (prefers-reduced-motion:no-preference){.sleep-z{animation:3.4s ease-in-out infinite sleep-float}.sleep-z:nth-child(2){animation-delay:.7s}.sleep-z:nth-child(3){animation-delay:1.4s}}@keyframes sleep-float{0%{opacity:0;transform:translateY(12px)scale(.7)}25%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(18px,-30px)scale(1.1)}}.duck-demo{grid-template-columns:minmax(320px,1fr) 360px;height:100vh;display:grid;overflow:hidden}@media (width<=820px){.duck-demo{grid-template-columns:1fr;height:auto;overflow:visible}}.duck-stage{background:linear-gradient(#edf4f5 0%,#e4edef 74%,#e5d7c0 74%,#e1d1b9 100%);place-items:center;padding:0;display:grid;overflow:hidden}.duck-scene{width:100%;height:100%;min-height:0}.duck-scene svg{width:100%;height:100%;display:block}@media (width<=820px){.duck-scene{height:60vh}}.duck-panel{background:#fff;border-left:1px solid #e2e5ea;flex-direction:column;gap:16px;min-height:0;padding:24px;display:flex;overflow-y:auto}.duck-panel h1{margin:0;font-size:18px}.duck-panel .hint{color:#6a7280;margin:0;font-size:12px}.duck-panel .temporary{color:#8a5a00;background:#fff6e5;border:1px solid #f0d9a8;border-radius:8px;padding:8px 10px;font-size:12px}.duck-readout{align-items:baseline;gap:10px;display:flex}.duck-readout .energy{font-variant-numeric:tabular-nums;font-size:40px;font-weight:700}.duck-readout .state{background:#eef1f5;border-radius:999px;padding:3px 9px;font-size:15px}.duck-panel input[type=range]{width:100%}.duck-buttons{flex-wrap:wrap;gap:10px;display:flex}.duck-panel button{font:inherit;cursor:pointer;background:#fbfbfc;border:1px solid #cfd4dc;border-radius:8px;padding:9px 14px}.duck-panel button.primary{background:#ffd23f;border-color:#e7b400;font-weight:600}
