:root{color-scheme:dark;--bg: #111217;--bg-2: #17191f;--panel: #20242b;--panel-2: #292e37;--line: #3a414d;--text: #f4f1e8;--muted: #a8a59a;--teal: #44d0b3;--coral: #ff786c;--gold: #f2c94c;--green: #73d36e;--blue: #74a7ff;--shadow: rgba(0, 0, 0, .28);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),var(--bg);background-size:34px 34px,34px 34px,auto;color:var(--text)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}.boot-screen,.auth-screen{min-height:100vh;display:grid;place-items:center}.auth-panel{width:min(28rem,calc(100vw - 2rem));display:grid;justify-items:center;gap:.9rem;padding:1.4rem;border:1px solid var(--line);border-radius:8px;background:#20242bf5;box-shadow:0 1.2rem 2.8rem var(--shadow);text-align:center}.auth-panel h1,.auth-panel p{margin:0}.auth-panel p{color:var(--muted)}.auth-mark{width:3.4rem;height:3.4rem;display:grid;place-items:center;border-radius:8px;color:#121217;background:var(--gold)}.warning{color:#ffb2aa}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:40;height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;border-bottom:1px solid var(--line);background:#17191ff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.profile,.account-row,.host-line,.player-list article,.wait-list article,.winner-list article{display:flex;align-items:center;gap:.65rem}.brand span{width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:8px;color:#101116;background:var(--teal)}.brand strong{font-size:1rem}.profile>span{display:grid;gap:.08rem}.profile strong,.account-row strong,.wait-list strong,.player-list strong{max-width:11rem;overflow:hidden;color:var(--text);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.profile em,.account-row span,.wait-list span,.player-list span{color:var(--muted);font-size:.72rem;font-style:normal}.profile form button{width:2.25rem;height:2.25rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--panel)}.avatar{width:2.3rem;height:2.3rem;display:grid;place-items:center;flex:none;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#111217;background:linear-gradient(135deg,var(--gold),var(--coral));font-weight:900}.avatar.small{width:1.85rem;height:1.85rem;font-size:.78rem}.avatar img{width:100%;height:100%;display:block;object-fit:cover}.primary-button,.ghost-button,.ghost-link,.join-button,.chat-form button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.45rem;padding:0 .9rem;border-radius:8px;text-decoration:none;font-weight:800}.primary-button{border:1px solid rgba(68,208,179,.45);color:#0d1412;background:var(--teal)}.ghost-button,.ghost-link{border:1px solid var(--line);color:var(--text);background:var(--panel-2)}.toast{position:fixed;top:4.6rem;left:50%;z-index:90;max-width:calc(100vw - 2rem);padding:.7rem .9rem;border:1px solid rgba(255,120,108,.5);border-radius:8px;color:var(--text);background:#4a2525;box-shadow:0 1rem 2.2rem var(--shadow);transform:translate(-50%)}.lobby-layout,.game-layout{display:grid;gap:.75rem;width:min(1480px,100%);margin:0 auto;padding:.75rem}.lobby-layout{grid-template-columns:minmax(0,1fr) 310px}.game-layout{grid-template-columns:minmax(0,1fr) 320px}.lobby-primary,.game-main{min-width:0}.panel,.room-card,.completed-strip,.race-shell,.race-stage-empty,.empty-state{border:1px solid var(--line);border-radius:8px;background:#20242bf0;box-shadow:0 .8rem 1.7rem var(--shadow)}.panel{padding:.85rem}.lobby-side,.game-side{display:grid;align-content:start;gap:.75rem}.lobby-toolbar,.game-toolbar,.panel-title-row,.modal-header,.race-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.lobby-toolbar,.game-toolbar{min-height:4.2rem;margin-bottom:.75rem;padding:.85rem;border:1px solid var(--line);border-radius:8px;background:#292e37eb}.eyebrow{display:block;margin-bottom:.18rem;color:var(--teal);font-size:.68rem;font-weight:900;letter-spacing:.12em}.lobby-toolbar h1,.game-toolbar h1,.race-header h2{margin:0;font-size:1.12rem}.panel-title-row{min-height:1.7rem;margin-bottom:.75rem}.panel-title-row h2{margin:0;font-size:.92rem}.panel-title-row span{display:inline-flex;align-items:center;gap:.3rem;color:var(--muted);font-size:.76rem}.room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.room-card{display:grid;gap:.75rem;min-height:14.5rem;padding:.9rem}.room-card header,.room-meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.room-card header{justify-content:space-between}.room-card header span,.room-card header b{min-height:1.55rem;display:inline-flex;align-items:center;padding:0 .55rem;border-radius:999px;color:#101116;background:var(--gold);font-size:.72rem}.room-card header b{color:var(--text);background:#3a414d}.room-card.running header b{color:#101116;background:var(--green)}.room-card h2{min-height:2.5rem;margin:0;overflow:hidden;font-size:1.05rem;line-height:1.25}.room-meta span{display:inline-flex;align-items:center;gap:.28rem;color:var(--muted);font-size:.78rem}.host-line{min-width:0;color:var(--muted);font-size:.8rem}.join-button{width:100%;margin-top:auto;border:1px solid rgba(116,167,255,.42);color:var(--text);background:#2d4363}.empty-state{min-height:12rem;display:grid;place-items:center;align-content:center;gap:.35rem;padding:1rem;color:var(--muted);text-align:center}.empty-state h2,.empty-state p{margin:0}.empty-state h2{color:var(--text);font-size:1rem}.completed-strip{display:grid;gap:.5rem;margin-top:.75rem;padding:.85rem}.completed-strip .completed-item{display:flex;align-items:flex-start;gap:.55rem;min-height:2.6rem;padding:.65rem .75rem;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--panel-2);text-align:left}.completed-strip .completed-item.is-hidden{opacity:.42;cursor:not-allowed}.completed-delete{flex:none;color:#ff6b6b;font-size:.78rem;font-weight:800;cursor:pointer;-webkit-user-select:none;user-select:none}.completed-body{display:grid;gap:.22rem;min-width:0;flex:1}.completed-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;min-width:0}.completed-top strong{flex:1;min-width:0;font-size:.92rem;line-height:1.35}.completed-top em{flex:none;color:var(--muted);font-size:.72rem;font-style:normal;white-space:nowrap}.completed-winner{display:block;color:var(--teal);font-size:.8rem;line-height:1.35;word-break:break-word}.completed-strip button{display:flex;justify-content:space-between;gap:.7rem;min-height:2.6rem;padding:0 .7rem;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--panel-2);text-align:left}.completed-strip span{color:var(--muted)}.mini-stats,.info-list{display:grid;gap:.5rem;margin:0}.mini-stats{grid-template-columns:1fr 1fr;margin-top:.85rem}.mini-stats div,.info-list div{display:flex;justify-content:space-between;gap:.8rem;min-width:0;padding:.58rem .62rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#11121773}.mini-stats dt,.mini-stats dd,.info-list dt,.info-list dd{margin:0}.mini-stats dt,.info-list dt{color:var(--muted);font-size:.74rem}.mini-stats dd,.info-list dd{color:var(--text);font-size:.82rem;font-weight:800;text-align:right}.wait-list,.player-list{display:grid;gap:.45rem}.wait-list article,.player-list article{position:relative;min-height:2.55rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.45rem;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#1112175c}.player-rank{align-self:center;min-width:2.4rem;padding:.2rem .42rem;border-radius:999px;color:#111217;background:var(--teal);font-size:.7rem;text-align:center}.player-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;min-width:2.2rem}.icon-danger-button{width:2rem;height:2rem;display:inline-grid;place-items:center;border:1px solid rgba(255,122,122,.34);border-radius:8px;color:#ff7a7a;background:#ff7a7a14;cursor:pointer}.icon-danger-button:hover{border-color:#ff7a7ab3;color:#f4f1e8;background:#ff7a7a33}.player-list article.removed-player{border-color:#ff7a7a7a;background:#ff7a7a1c}.player-list article.removed-player strong,.player-list article.removed-player span{color:#ff7a7a}.removed-badge{margin-left:.35rem;padding:.08rem .35rem;border-radius:999px;color:#ff7a7a;background:#ff7a7a29;font-size:.62rem;font-style:normal;font-weight:900;vertical-align:middle}.host-player{border-color:#f2c94c47}.host-badge{margin-left:.35rem;padding:.08rem .35rem;border-radius:999px;color:#111217;background:var(--gold);font-size:.62rem;font-style:normal;font-weight:800;vertical-align:middle}.superuser-badge{display:inline-block;margin-top:.2rem;padding:.08rem .38rem;border-radius:999px;color:#111217;background:#ff8f8f;font-size:.62rem;font-weight:800}.modal-note{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.room-card header span{display:inline-flex;align-items:center;gap:.28rem}.game-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.race-shell{min-height:calc(100vh - 6rem);overflow:hidden}.race-header{min-height:4rem;padding:.85rem;border-bottom:1px solid var(--line);background:#292e37e0}.race-header span{color:var(--gold);font-size:.75rem;font-weight:900}.race-header strong{min-width:4rem;color:var(--teal);font-size:1.8rem;text-align:right}.race-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.my-rank-pill{min-height:2rem;display:inline-flex;align-items:center;padding:0 .65rem;border:1px solid rgba(242,201,76,.35);border-radius:999px;color:var(--gold);background:#1112176b}.view-toggle{display:inline-flex;gap:.2rem;padding:.22rem;border:1px solid var(--line);border-radius:8px;background:#11121780}.view-toggle button{min-height:1.8rem;padding:0 .6rem;border-radius:6px;color:var(--muted);background:transparent;font-size:.74rem;font-weight:800}.view-toggle button.active{color:#111217;background:var(--gold)}.race-content{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:.75rem;padding:.75rem}.race-stage-empty{min-height:calc(100vh - 6rem);display:grid;place-items:center;align-content:center;gap:.55rem;padding:1.5rem;color:var(--muted);text-align:center}.race-stage-empty h2,.race-stage-empty p{margin:0}.race-note{color:var(--muted);font-size:.82rem}.duck-viewport,.pinball-viewport{position:relative;min-height:34rem;max-height:34rem;overflow:auto;border:1px solid var(--line);border-radius:8px;scroll-behavior:auto;scrollbar-width:thin;scrollbar-color:rgba(68,208,179,.45) transparent}.duck-viewport{background:#12181c}.pinball-viewport{background:#14161b}.duck-race-stage{position:relative;display:grid;gap:.45rem;width:var(--track-width, 3400px);min-height:34rem;padding:.65rem 1rem .65rem .65rem;background:repeating-linear-gradient(90deg,rgba(68,208,179,.04) 0 48px,transparent 48px 96px),repeating-linear-gradient(0deg,rgba(68,208,179,.05),rgba(68,208,179,.05) 2px,transparent 2px,transparent 18px),#161d21}.duck-start-banner,.duck-finish-banner{position:absolute;top:.65rem;bottom:.65rem;width:2.4rem;display:grid;place-items:center;border-radius:6px;color:#111217;font-size:.68rem;font-weight:900;letter-spacing:.08em;writing-mode:vertical-rl;z-index:2}.duck-start-banner{left:.65rem;background:var(--teal)}.duck-finish-banner{right:.65rem;background:var(--gold)}.duck-lane{display:grid;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.45rem}.lane-label{color:var(--muted);font-size:.72rem;font-weight:800;text-align:center}.water-line{position:relative;height:3.1rem;width:calc(var(--track-width, 3400px) - 5.5rem);margin-left:2.8rem;overflow:hidden;border:1px solid rgba(68,208,179,.18);border-radius:8px;background:linear-gradient(90deg,#74a7ff1f,#44d0b31f),#17232a}.finish-line{position:absolute;inset:0 0 0 auto;width:.32rem;background:repeating-linear-gradient(0deg,#f4f1e8 0,#f4f1e8 .35rem,#151515 .35rem,#151515 .7rem)}.duck-runner{position:absolute;top:50%;display:flex;align-items:center;gap:.38rem;min-width:8rem;transform:translate(-.4rem,-50%);transition:left 50ms linear,top 50ms linear;z-index:1}.duck-runner.leading{z-index:3;filter:drop-shadow(0 0 .55rem rgba(242,201,76,.55))}.duck-runner.leading b{color:var(--gold)}.duck-runner b{max-width:7.6rem;overflow:hidden;color:var(--text);font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.duck-figure{position:relative;width:2.1rem;height:1.7rem;display:inline-block;flex:none}.duck-body,.duck-head,.duck-bill{position:absolute;display:block}.duck-body{left:.15rem;bottom:.08rem;width:1.55rem;height:.95rem;border-radius:55% 45% 50% 50%;background:var(--duck-color)}.duck-head{right:.1rem;top:.1rem;width:.8rem;height:.8rem;border-radius:50%;background:var(--duck-color)}.duck-bill{right:-.22rem;top:.45rem;width:.48rem;height:.22rem;border-radius:999px;background:var(--coral)}.duck-figure.leading .duck-body,.duck-figure.leading .duck-head{animation:duck-paddle .42s ease-in-out infinite alternate}.duck-splash{position:absolute;left:-.35rem;bottom:-.1rem;width:.7rem;height:.35rem;border-radius:50%;background:#74a7ff73;animation:splash-pop .5s ease-in-out infinite alternate}@keyframes duck-paddle{0%{transform:rotate(-4deg) translateY(0)}to{transform:rotate(4deg) translateY(-1px)}}@keyframes splash-pop{0%{transform:scale(.85);opacity:.45}to{transform:scale(1.15);opacity:.9}}.pinball-stage{position:relative;min-width:100%;overflow:visible;background:linear-gradient(90deg,rgba(255,120,108,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(242,201,76,.05) 1px,transparent 1px),#181a20;background-size:44px 44px}.pinball-peg{position:absolute;width:18px;height:18px;border:2px solid rgba(244,241,232,.8);border-radius:50%;transform:translate(-50%,-50%)}.pinball-runner{position:absolute;width:var(--ball-size, 1.35rem);height:var(--ball-size, 1.35rem);border:2px solid rgba(255,255,255,.52);border-radius:50%;background:var(--ball-color);box-shadow:0 .45rem 1rem #00000057;transition:left 50ms linear,top 50ms linear,transform 50ms linear;z-index:1}.pinball-runner.leading{z-index:3;border-color:var(--gold);box-shadow:0 0 .8rem #f2c94c8c,0 .45rem 1rem #00000057}.pinball-runner b{position:absolute;left:50%;top:-1.45rem;max-width:7rem;overflow:hidden;padding:.12rem .38rem;border-radius:999px;color:var(--text);background:#111217d1;font-size:.68rem;text-overflow:ellipsis;transform:translate(-50%);white-space:nowrap}.pinball-finish{position:absolute;left:0;right:0;bottom:1.1rem;height:1.8rem;display:grid;place-items:center;color:#111217;background:var(--gold);font-weight:900;letter-spacing:.12em;z-index:2}.rank-board{min-width:0;padding:.85rem;border:1px solid var(--line);border-radius:8px;background:#17191fd6}.rank-list,.winner-list{display:grid;gap:.45rem}.rank-list article,.winner-list article{min-width:0;min-height:2.6rem;display:grid;grid-template-columns:1.7rem auto minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.42rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#1112176b}.rank-list article.winner{border-color:#f2c94c8c}.rank-list strong{color:var(--gold);text-align:center}.rank-list span,.winner-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-list em,.winner-list span{color:var(--muted);font-size:.74rem;font-style:normal}.winner-list article{grid-template-columns:auto auto minmax(0,1fr) auto}.winner-list svg{color:var(--gold)}.floating-chat-tab,.floating-chat-panel{position:fixed;z-index:70}.floating-chat-tab{right:0;top:var(--pip-y, 56%);min-height:2.75rem;display:inline-flex;align-items:center;gap:.4rem;padding:0 .58rem 0 .75rem;border:1px solid rgba(68,208,179,.55);border-right:0;border-radius:999px 0 0 999px;color:#0f1514;background:var(--teal);box-shadow:0 .8rem 1.8rem var(--shadow);transform:translateY(-50%);touch-action:none;-webkit-user-select:none;user-select:none}.floating-chat-tab b{min-width:1.28rem;height:1.28rem;display:grid;place-items:center;border-radius:999px;color:var(--text);background:#11121752;font-size:.7rem}.floating-chat-panel{top:4.8rem;right:.7rem;bottom:.7rem;width:min(24rem,calc(100vw - 4.4rem));transform:translate(calc(100% + 1rem));transition:transform .2s ease}.floating-chat-panel.is-open{transform:translate(0)}.chat-panel{height:100%;display:flex;flex-direction:column;min-height:22rem;padding:.85rem;border:1px solid var(--line);border-radius:8px;background:#20242bfa;box-shadow:0 1rem 2rem var(--shadow)}.chat-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:.65rem;padding:.25rem;border:1px solid var(--line);border-radius:8px;background:#11121785}.chat-tabs button{display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:2rem;border-radius:6px;color:var(--muted);background:transparent;font-size:.78rem;font-weight:800}.chat-tabs button.active{color:#101116;background:var(--gold)}.chat-tabs b{min-width:1.1rem;height:1.1rem;display:grid;place-items:center;border-radius:999px;color:inherit;background:#1112171f;font-size:.66rem}.chat-list{flex:1;min-height:0;overflow:auto;display:grid;align-content:start;gap:.45rem;padding-right:.2rem}.chat-line{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem;align-items:start;padding:.42rem;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#11121757}.chat-line header{display:flex;justify-content:space-between;gap:.5rem}.chat-line strong{min-width:0;overflow:hidden;color:var(--blue);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.chat-line time{color:var(--muted);font-size:.68rem;white-space:nowrap}.chat-line p{margin:.16rem 0 0;color:var(--text);font-size:.8rem;line-height:1.45;overflow-wrap:anywhere}.empty-text{margin:1rem 0;color:var(--muted);text-align:center}.chat-form{display:flex;gap:.45rem;margin-top:.7rem;padding-top:.7rem;border-top:1px solid var(--line)}.chat-form input,.create-form input,.create-form select{min-width:0;border:1px solid var(--line);border-radius:8px;outline:none;color:var(--text);background:#15171d}.chat-form input{flex:1;min-height:2.4rem;padding:0 .7rem}.chat-form button{width:2.55rem;padding:0;color:#101116;background:var(--teal)}.chat-close-button{width:1.9rem;height:1.9rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#1112176b}.chat-close-button:hover{color:var(--text);background:var(--panel-2)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#0000008f}.modal-panel{width:min(42rem,100%);border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 1.5rem 4rem #00000073}.modal-header{min-height:3.6rem;padding:.85rem;border-bottom:1px solid var(--line)}.modal-header h2{margin:0;font-size:1rem}.modal-header button{width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:8px;color:var(--text);background:var(--panel-2)}.create-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;padding:.85rem}.create-form label{display:grid;gap:.35rem;color:var(--muted);font-size:.78rem;font-weight:800}.create-form .check-row{display:flex;align-items:center;gap:.55rem;min-height:2.45rem;padding:0 .65rem;border:1px solid var(--line);border-radius:8px;color:var(--text);background:#15171d}.create-form .check-row input{width:1rem;height:1rem;margin:0}.create-form input,.create-form select{min-height:2.45rem;padding:0 .65rem}.create-form button{grid-column:1 / -1}@media(max-width:1180px){.lobby-layout,.game-layout{grid-template-columns:1fr;width:min(920px,100%)}.lobby-side,.game-side{grid-template-columns:repeat(2,minmax(0,1fr))}.result-panel{grid-column:1 / -1}.room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.topbar{height:auto;flex-wrap:wrap;padding:.65rem}.profile{min-width:0}.lobby-layout,.game-layout{padding:.55rem}.lobby-toolbar,.game-toolbar{display:grid}.game-actions{justify-content:stretch}.game-actions button,.lobby-toolbar .primary-button{width:100%}.room-grid,.lobby-side,.game-side,.race-content,.create-form{grid-template-columns:1fr}.race-shell,.race-stage-empty{min-height:auto}.duck-viewport,.pinball-viewport{min-height:28rem;max-height:28rem}.duck-race-stage{min-height:28rem}.duck-runner{min-width:6rem}.duck-runner b{max-width:5rem;font-size:.7rem}.floating-chat-panel{top:4.6rem;right:.5rem;bottom:.5rem;width:min(22rem,calc(100vw - 4rem))}}.completed-strip .completed-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.completed-strip .completed-item .completed-body{min-width:0}.completed-strip .completed-delete{justify-self:end;min-width:2.4rem;height:1.8rem;display:inline-grid;place-items:center;border:1px solid rgba(255,120,108,.45);border-radius:8px;color:#ff7a7a;background:#ff786c14;font-size:0;font-weight:900}.completed-strip .completed-delete:before{content:"삭제";font-size:.68rem}.completed-strip .completed-item.is-hidden{grid-template-columns:auto minmax(0,1fr);border-color:#ff786c8c;background:#ff786c1f;opacity:1}.completed-strip .completed-item.is-hidden:before{content:"(삭제)";color:#ff7a7a;font-size:.72rem;font-weight:900}.completed-strip .completed-item.is-hidden .completed-body,.completed-strip .completed-item.is-hidden strong,.completed-strip .completed-item.is-hidden span,.completed-strip .completed-item.is-hidden em{color:#ff7a7a}.completed-strip .completed-body{grid-column:1;grid-row:1}.completed-strip .completed-delete,.completed-strip .completed-item.is-hidden .completed-body{grid-column:2;grid-row:1}
