:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--app-bg:#f2f8f5;--border:#e7edea;--code-bg:#f4f3ec;--accent:#1aa47f;--accent-bg:#dcefe7;--accent-border:#1aa47f59;--accent-deep:#0f5548;--navy:#2b4479;--social-bg:#f3f7f5;--shadow:#10282212 0 6px 16px -4px, #1028220a 0 2px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (max-width:1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--app-bg:#0f1014;--border:#2e303a;--code-bg:#1f2028;--accent:#6fdcbc;--accent-bg:#47ab8d47;--accent-border:#38d9a973;--navy:#4a68b8;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}html,body{max-width:100%;overflow-x:hidden}body.is-modal-open,body.is-modal-open .app-main,body.is-modal-open .subpage-body,body.is-modal-open .board-body,body.is-modal-open .main-page,body.is-modal-open .club-page,body.is-modal-open .meeting-page,body.is-modal-open .my-page{overflow:hidden}*{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}#root{text-align:center;box-sizing:border-box;background:var(--app-bg);flex-direction:column;width:100%;max-width:100vw;height:100svh;margin:0 auto;display:flex;overflow:hidden}body,input,select,textarea,button{color:#3f4a53;letter-spacing:-.5px;font:400 14px/1 Pretendard,Malgun Gothic,맑은 고딕,돋움,sans-serif}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}.section-line{background:#20c99726;flex:none;height:6px}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (max-width:1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--toast-bg:#0b7457;--toast-text:#fff;--toast-shadow:0 6px 20px #0b745759}@media (prefers-color-scheme:dark){:root{--toast-bg:#38d9a9;--toast-text:#04211a;--toast-shadow:0 6px 20px #38d9a947}}.toast-layer{left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom) + 16px);z-index:300;pointer-events:none;justify-content:center;padding:0 24px;display:flex;position:fixed}.toast{background:var(--toast-bg);max-width:360px;color:var(--toast-text);text-align:center;box-shadow:var(--toast-shadow);border-radius:999px;padding:12px 18px;font-size:14px;font-weight:600;line-height:1.4;animation:.2s ease-out toast-in}.toast--leaving{animation:.2s ease-in forwards toast-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){.toast,.toast--leaving{animation:none}}.notfound-page{background:var(--app-bg);min-height:100vh;color:var(--text-h);justify-content:center;align-items:center;padding:4vmin;display:flex}.notfound-card{text-align:center}.notfound-mark{opacity:.45;width:max(2.5rem,min(6vw,4rem));height:auto;margin:0 auto max(.75rem,min(2vmin,1.25rem));display:block}.notfound-text{color:var(--text);margin:0;font-size:max(.95rem,min(2vw,1.35rem))}.confirm-box{box-sizing:border-box;background:var(--bg);width:100%;max-width:300px;box-shadow:var(--shadow);text-align:center;border-radius:16px;padding:22px 20px 16px}.confirm-box .confirm-title{color:var(--text-h);margin:0 0 12px;font-size:16px;font-weight:700}.confirm-message{color:var(--text);white-space:pre-line;margin:0 0 18px;font-size:14px;line-height:1.5}.confirm-password{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;height:44px;color:var(--text-h);text-align:center;border-radius:10px;outline:none;margin-bottom:10px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.confirm-password:focus{border-color:var(--accent-border)}.confirm-error{color:#e5484d;margin:0 0 10px;font-size:13px;line-height:1.4}.confirm-actions{gap:8px;display:flex}.confirm-cancel:disabled,.confirm-ok:disabled{opacity:.5;cursor:not-allowed}.confirm-cancel,.confirm-ok{cursor:pointer;border-radius:12px;flex:1;height:44px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,color .15s,filter .15s}.confirm-cancel{border:1px solid var(--border);background:var(--bg);color:var(--text-h)}.confirm-ok{background:var(--accent);color:#fff;border:none}.confirm-ok.is-danger{background:#e5484d}@media (hover:hover){.confirm-cancel:hover{background:var(--accent-bg)}.confirm-ok:hover{filter:brightness(.96)}}.noti-wrap{display:inline-flex;position:relative}.noti-badge{box-sizing:border-box;background:var(--accent-bg);min-width:17px;height:17px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:0;right:-2px}.noti-panel{z-index:20;border:1px solid var(--border);background:var(--bg);width:280px;max-height:60vh;box-shadow:var(--shadow);border-radius:12px;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto}.noti-panel-head{z-index:1;border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;padding:10px 12px;display:flex;position:-webkit-sticky;position:sticky;top:0}.noti-panel-title{color:var(--text-h);font-size:13px;font-weight:700}.noti-readall{color:var(--accent-deep);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600}.noti-clearall{color:#e5484d;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600}.noti-empty{color:var(--text);text-align:center;margin:0;padding:24px 12px;font-size:12px}.noti-list{margin:0;padding:0;list-style:none}.noti-row{border-bottom:1px solid var(--border);align-items:stretch;display:flex}.noti-list li:last-child.noti-row{border-bottom:none}.noti-row:has(>.noti-item.is-unread){background:var(--accent-soft,#00000008)}.noti-item-del{width:38px;color:var(--text);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;transition:color .12s,background .12s;display:flex}@media (hover:hover){.noti-item-del:hover{color:#e5484d;background:#fdecec}}.noti-item{box-sizing:border-box;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;width:100%;min-width:0;padding:10px 12px;font-family:inherit;display:flex}.noti-item.is-unread{background:var(--accent-soft,#00000008)}.noti-item-title{color:var(--text-h);align-items:center;gap:5px;font-size:13px;font-weight:700;display:flex}.noti-item.is-unread .noti-item-title:before{content:"";background:#e5484d;border-radius:50%;flex:none;width:6px;height:6px}.noti-item-body{color:var(--text);word-break:keep-all;font-size:12px;line-height:1.45}.noti-item-when{color:var(--text);opacity:.7;font-size:11px}.ticker{bottom:calc(64px + env(safe-area-inset-bottom));box-sizing:border-box;z-index:9;border-top:1px solid var(--border);background:var(--accent-bg);align-items:center;gap:8px;width:100%;max-width:520px;height:30px;padding:0 12px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.ticker-badge{background:var(--accent);color:#fff;border-radius:999px;flex:none;padding:2px 8px;font-size:10px;font-weight:700}.ticker-view{text-align:left;flex:1;justify-content:flex-start;align-items:center;min-width:0;height:100%;display:flex;overflow:hidden}.ticker-line{text-align:left;flex:1;justify-content:flex-start;align-items:center;gap:8px;min-width:0;animation:.32s ease-out ticker-up;display:flex}.ticker-text,.ticker-link{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-h);text-align:left;font-size:12px;overflow:hidden}.ticker-link{color:var(--accent-deep);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-weight:600;text-decoration:underline}.ticker-count{color:var(--accent);font-variant-numeric:tabular-nums;flex:none;font-size:10px;font-weight:700}@keyframes ticker-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ticker-line{animation:none}}.app-shell{background:var(--app-bg);width:100%;max-width:520px;min-height:0;box-shadow:var(--shadow);flex-direction:column;flex:1;margin:0 auto;display:flex;overflow:hidden}.app-header{z-index:10;box-sizing:content-box;height:56px;padding:env(safe-area-inset-top) 16px 0;border-bottom:1px solid var(--border);background:var(--bg);flex:none;justify-content:space-between;align-items:center;display:flex}.app-brand{align-items:center;gap:8px;display:inline-flex}.app-logo{object-fit:contain;width:28px;height:28px;display:block}.app-brand-text{color:var(--text-h);letter-spacing:-3px;font-size:22px;font-weight:700}.app-brand-subtext{text-align:left;color:var(--text);word-break:keep-all;letter-spacing:-1px;margin:0;font-size:10px;line-height:1.3}.app-brand-sub{color:var(--text);letter-spacing:0;font-size:12px;font-weight:500}.app-alarm{width:38px;height:38px;color:var(--accent-deep);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:filter .15s,transform .1s;display:inline-flex;position:relative}.app-alarm:active{transform:scale(.94)}@media (hover:hover){.app-alarm:hover{filter:brightness(.96)}}.app-main{min-height:0;padding-bottom:calc(64px + env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex;overflow-y:auto}.app-shell.has-notice .app-main{padding-bottom:calc(94px + env(safe-area-inset-bottom))}.app-tabbar{z-index:10;box-sizing:content-box;border-top:1px solid var(--border);background:var(--bg);width:100%;max-width:520px;height:64px;padding-bottom:env(safe-area-inset-bottom);grid-auto-columns:1fr;grid-auto-flow:column;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.app-tab{color:var(--text);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:500;transition:color .15s;display:flex}.app-tab-icon{display:inline-flex}.app-tab--active{color:var(--accent)}@media (hover:hover){.app-tab:hover{color:var(--text-h)}.app-tab--active:hover{color:var(--accent)}}.subpage{background:var(--app-bg);text-align:left;flex-direction:column;flex:1;min-height:0;display:flex}.subpage-bar{border-bottom:1px solid var(--border);background:var(--bg);flex:none;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;height:52px;padding:0 8px;display:grid}.subpage-bar-side{align-items:center;gap:2px;min-width:0;display:flex}.subpage-bar-side.is-end{justify-content:flex-end}.subpage-bar-btn{width:40px;height:40px;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}@media (hover:hover){.subpage-bar-btn:hover{background:var(--accent-bg)}}.subpage-title{min-width:0;color:var(--text-h);text-align:center;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.subpage.has-tabs .subpage-bar{height:42px}.subpage.has-tabs .subpage-bar-btn{height:34px}.subpage-tabs{background:var(--bg);flex:none}.subpage-body{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;flex-direction:column;flex:1;gap:20px;min-height:0;padding:16px;display:flex;overflow-y:auto}.subpage-body::-webkit-scrollbar{width:8px}.subpage-body::-webkit-scrollbar-track{background:0 0}.subpage-body::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.skel{background:var(--border);background-image:linear-gradient(90deg,#0000 0%,#ffffff73 50%,#0000 100%);background-repeat:no-repeat;background-size:200% 100%;border-radius:8px;flex:none;animation:1.3s ease-in-out infinite skel-shimmer;display:block}.skel--circle{border-radius:50%}.skel-list{flex-direction:column;gap:10px;display:flex}@keyframes skel-shimmer{0%{background-position:-120% 0}to{background-position:220% 0}}@media (prefers-color-scheme:dark){.skel{background-image:linear-gradient(90deg,#0000 0%,#ffffff1f 50%,#0000 100%)}}.loading-overlay{z-index:50;background:#fff9;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.loading-inline{justify-content:center;align-items:center;width:100%;padding:6px 0;display:flex}.loading-orbit{width:64px;height:64px;animation:1.1s linear infinite loading-spin;position:relative}.loading-orbit-item{color:var(--accent-deep);display:inline-flex;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(-90deg)}.loading-label{color:var(--text);font-size:13px;font-weight:600}@keyframes loading-spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.loading-overlay{background:#00000080}.loading-orbit-item{color:var(--accent)}}@media (prefers-reduced-motion:reduce){.skel{animation:none}.loading-spinner{animation-duration:3s}}.board-shell{z-index:200;height:100vh;background:var(--app-bg);flex-direction:column;height:100svh;display:flex;position:fixed;top:0;left:0;right:0}.board-header{border-bottom:1px solid var(--border);background:var(--bg);flex:none;align-items:center;gap:10px;padding:10px 16px;display:flex}.board-logo{background:var(--code-bg);border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:inline-flex;overflow:hidden}.board-logo img{object-fit:cover;width:100%;height:100%}.board-heading{text-align:left;flex-direction:column;gap:1px;min-width:0;display:flex}.board-title{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:700;overflow:hidden}.board-subtitle{color:var(--text);white-space:nowrap;font-size:12px}.board-header-action{flex:none;align-self:center;align-items:center;gap:8px;margin-left:auto;display:flex}.board-op-end{background:var(--bg);color:#e5484d;white-space:nowrap;cursor:pointer;border:1px solid #f0b4b6;border-radius:999px;height:32px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s}@media (hover:hover){.board-op-end:hover{color:#fff;background:#e5484d}}.board-op-hidden,.board-op-chip{cursor:pointer;white-space:nowrap;border-radius:999px;height:32px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s}.board-op-hidden{border:1px solid var(--border);background:var(--bg);min-width:40px;color:var(--text);padding:0 12px}.board-op-hidden:before{content:"🔒";font-size:13px}.board-op-chip{border:1px solid var(--accent-border);background:var(--bg);color:var(--accent);padding:0 14px}.board-op-chip.is-on{border-color:var(--accent);background:var(--accent);color:#fff}@media (hover:hover){.board-op-hidden:hover{border-color:var(--accent-border);color:var(--accent)}.board-op-chip:hover{background:var(--accent);color:#fff}}.board-body{scrollbar-gutter:stable;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;flex-direction:column;flex:1;gap:20px;width:100%;max-width:1480px;min-height:0;margin:0 auto;padding:16px;display:flex;overflow-x:hidden;overflow-y:auto}.board-body::-webkit-scrollbar{width:8px}.board-body::-webkit-scrollbar-track{background:0 0}.board-body::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.board-shell.is-narrow .board-op-chip,.board-shell.is-narrow .board-op-end{display:none}@media (min-width:600px) and (orientation:landscape){.board-shell.is-narrow .board-header{box-sizing:border-box;width:100%;max-width:560px;margin:0 auto}.board-shell.is-narrow .board-body{max-width:560px}}.confirm-backdrop{z-index:100;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.confirm-card{background:var(--bg);width:100%;max-width:340px;box-shadow:var(--shadow);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:28px 22px 20px;display:flex}.confirm-icon{font-size:30px;line-height:1}.confirm-title{color:var(--text-h);word-break:keep-all;margin:0;font-size:17px;font-weight:700}.confirm-text{color:var(--text);word-break:keep-all;white-space:pre-line;margin:0;font-size:14px;line-height:1.6}.confirm-card-password{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;height:44px;color:var(--text-h);text-align:center;border-radius:10px;outline:none;margin-top:4px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.confirm-card-password:focus{border-color:var(--accent-border)}.confirm-card-select{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;height:44px;color:var(--text-h);text-align:center;cursor:pointer;border-radius:10px;outline:none;margin-top:4px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.confirm-card-select:focus{border-color:var(--accent-border)}.confirm-card-error{color:#e5484d;margin:0;font-size:13px;line-height:1.4}.confirm-actions{gap:10px;width:100%;margin-top:10px;display:flex}.confirm-actions.is-three{gap:8px}.confirm-actions.is-three .confirm-btn-ghost,.confirm-actions.is-three .confirm-btn-primary,.confirm-actions.is-three .confirm-btn-danger{word-break:keep-all;padding:0 6px;font-size:13px;line-height:1.3}.confirm-actions.is-three .confirm-btn-ghost{flex:0 0 62px}.confirm-btn-ghost,.confirm-btn-primary,.confirm-btn-danger{cursor:pointer;border-radius:12px;flex:1;height:46px;font-size:15px;font-weight:600;transition:filter .15s}.confirm-btn-ghost{border:1px solid var(--border);background:var(--bg);color:var(--text-h)}.confirm-btn-primary{background:var(--accent);color:#fff;border:none}.confirm-btn-ghost:disabled,.confirm-btn-primary:disabled,.confirm-btn-danger:disabled{opacity:.5;cursor:not-allowed}.confirm-btn-danger{color:#fff;background:#e5484d;border:none}@media (hover:hover){.confirm-btn-primary:not(:disabled):hover,.confirm-btn-danger:not(:disabled):hover{filter:brightness(.95)}}.league{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.league-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.league-title{color:var(--text-h);flex-wrap:wrap;align-items:baseline;gap:6px;margin:0;font-size:15px;font-weight:700;display:flex}.league-sub{color:var(--text);font-size:12px;font-weight:600}.league-wait{color:var(--accent);word-break:keep-all;margin:0;font-size:13px;line-height:1.5}.league-note{background:var(--accent-bg);color:var(--accent-deep);word-break:keep-all;border-radius:8px;margin:0;padding:8px 10px;font-size:12px;line-height:1.5}.league-teams{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:6px;margin:0;padding:0;list-style:none;display:grid}.league-team{border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:6px 8px;display:flex}.league-team-names{flex:1;justify-content:center}.league-team-no{background:var(--accent-bg);min-width:30px;color:var(--accent);text-align:center;border-radius:999px;flex:none;padding:2px 6px;font-size:11px;font-weight:700}.league-team-names{min-width:0;color:var(--text-h);align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.league-team-plus{color:var(--text);font-size:11px}.league-player{background:var(--border);white-space:nowrap;border-radius:999px;padding:2px 7px}.league-player.is-male{color:#1552b0;background:#d6e6ff}.league-player.is-female{color:#b02160;background:#ffd9e8}.league-player-grade{opacity:.75;margin-left:3px;font-size:11px;font-style:normal}@media (max-width:899px){.league-teams{grid-template-columns:1fr 1fr;gap:5px}.league-team{gap:5px;padding:5px 6px}.league-team-no{min-width:24px;padding:2px 4px;font-size:10px}.league-team-names{flex-wrap:wrap;justify-content:center;gap:3px}.league-player{padding:2px 5px}.league-player-grade{margin-left:2px;font-size:10px}}.league-games{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.league-game{border:1px solid var(--border);color:var(--text-h);border-radius:8px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:flex}.league-game.is-played{opacity:.45}.league-game-no{min-width:18px;color:var(--text);text-align:center;font-variant-numeric:tabular-nums;flex:none;font-size:11px;font-weight:700}.league-game-team{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.league-game-vs{color:var(--text);flex:none;font-size:11px;font-weight:700}.league-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.league-btn{border:1px solid var(--accent-border);background:var(--accent-bg);min-width:104px;color:var(--accent-deep);white-space:nowrap;cursor:pointer;border-radius:10px;justify-content:center;align-self:center;align-items:center;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700;display:inline-flex}.league-btn:disabled{opacity:.5;cursor:not-allowed}@media (hover:hover){.league-btn:not(:disabled):hover{filter:brightness(.97)}}.league-btn.is-primary{border-color:var(--accent);background:var(--accent);color:#fff}.lgadd-backdrop{z-index:140;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.lgadd{box-sizing:border-box;background:var(--bg);width:100%;max-width:360px;max-height:80vh;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:10px;padding:20px;display:flex;overflow-y:auto}.lgadd-title{color:var(--text-h);margin:0;font-size:16px;font-weight:700}.lgadd-help{color:var(--accent);word-break:keep-all;margin:0;font-size:12px;line-height:1.5}.lgadd-preview{background:var(--accent-bg);color:var(--accent-deep);text-align:center;word-break:keep-all;border-radius:8px;margin:0;padding:8px 10px;font-size:13px;font-weight:700}.lgadd-list{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.lgadd-chip{border:1px solid var(--border);background:var(--bg);color:var(--text-h);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:7px 10px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.lgadd-chip.is-on{border-color:var(--accent-border);background:var(--accent-bg);color:var(--accent-deep)}.lgadd-no{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-style:normal;font-weight:700;display:inline-flex}.lgadd-actions{gap:8px;display:flex}.lgadd-actions .league-btn{flex:1}.league-btn.is-danger{background:var(--bg);color:#e5484d;border-color:#e5484d}@media (hover:hover){.league-btn.is-danger:not(:disabled):hover{filter:none;background:#fdecec}}.league .loading-overlay{z-index:130}.league.league-rank{flex-flow:wrap;align-items:center;gap:8px;padding:8px 12px}.league-rank-list{flex-wrap:wrap;flex:1;justify-content:flex-end;gap:6px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.league-rank-item{align-items:center;gap:2px;display:flex}.league-rank-move{width:22px;height:24px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;padding:0;font-family:inherit;font-size:15px;line-height:1}.league-rank-move:disabled{opacity:.35;cursor:default}@media (hover:hover){.league-rank-move:not(:disabled):hover{background:var(--accent-bg);color:var(--accent-deep)}}.league-rank-chip{border:1px solid var(--border);background:var(--bg);color:var(--text);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:6px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.league-rank-chip.is-first{border-color:var(--accent-border);background:var(--accent-bg);color:var(--accent);font-weight:700}.league-rank-no{background:var(--border);width:16px;height:16px;color:var(--text);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.league-rank-chip.is-first .league-rank-no{background:var(--accent-deep);color:#fff}.match-tabs{border-bottom:1px solid var(--border);background:var(--bg);grid-template-columns:repeat(3,1fr);display:grid}.match-tab{color:var(--text);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 4px;font-family:inherit;font-size:13px;font-weight:600;line-height:16px;transition:color .15s,border-color .15s}.match-tab.is-on{border-bottom-color:var(--accent-deep);color:var(--accent-deep);font-weight:700}@media (hover:hover){.match-tab:not(.is-on):hover{color:var(--text-h)}}.match-soon{color:var(--text);text-align:center;padding:40px 8px;font-size:14px}.match-empty{color:var(--text);padding:8px 2px;font-size:14px}.match-error{color:#e5484d;padding:8px 2px;font-size:14px}.subpage-body>.section-line{margin:0 -16px}.board-body .section-line{display:none}.match-closed-banner{color:#b42318;text-align:center;background:#fdecec;border:1px solid #f0b4b6;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:700}.match-endbar{display:flex}.match-op-exit-mobile{box-sizing:border-box;border:1px solid var(--accent-border);background:var(--bg);width:100%;height:52px;min-height:52px;color:var(--accent);cursor:pointer;border-radius:14px;font-family:inherit;font-size:16px;font-weight:700;display:block}.match-end-mobile{box-sizing:border-box;z-index:5;background:var(--bg);color:#e5484d;cursor:pointer;border:1px solid #f0b4b6;border-radius:14px;flex:none;width:100%;height:52px;min-height:52px;margin-top:8px;font-family:inherit;font-size:16px;font-weight:700;display:block;position:-webkit-sticky;position:sticky;bottom:0}.board-op-chip,.board-op-end{display:none}.match-endbar-btn{cursor:pointer;border-radius:12px;flex:1;height:46px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,color .15s}.match-endbar-btn.is-end{background:var(--bg);color:#e5484d;border:1px solid #f0b4b6}.match-endbar-btn.is-reopen{border:1px solid var(--accent-border);background:var(--bg);color:var(--accent)}@media (hover:hover){.match-endbar-btn.is-end:hover{color:#fff;background:#e5484d}.match-endbar-btn.is-reopen:hover{background:var(--accent);color:#fff}}.match-section{flex-direction:column;gap:10px;display:flex}.match-section-title{color:var(--text-h);align-items:center;gap:6px;margin:0;font-size:15px;font-weight:700;display:flex}.match-section--queue>.match-section-title{margin-top:0}.match-section--pools{gap:20px}.match-section-sub{background:var(--accent-bg);color:var(--bg);border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600}.match-status{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.match-chips{flex-wrap:wrap;gap:6px;display:flex}.match-chip{box-sizing:border-box;border:1px solid var(--accent-border);background:var(--bg);height:34px;color:var(--accent);cursor:pointer;border-radius:999px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,color .15s}@media (hover:hover){.match-chip:hover{background:var(--accent-bg)}}.match-chip.is-on{background:var(--accent);color:#fff}.match-chip.is-sub{border-color:var(--border);height:30px;color:var(--text);padding:0 12px;font-size:12px}.match-chip.is-sub.is-on{background:var(--accent);color:var(--bg)}.match-status-field{color:var(--text);align-items:center;gap:10px;font-size:13px;display:flex}.match-status-field input{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:10px;outline:none;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.match-status-field input:focus{border-color:var(--accent-border)}.match-courts{grid-template-columns:repeat(auto-fit,minmax(calc(33.3333% - 5.33333px),1fr));align-items:start;gap:8px;display:grid}.match-court-wrap{flex-direction:column;gap:6px;display:flex}.match-court-wrap.is-disabled{display:none}.match-court.is-disabled{justify-content:center;align-items:center}.match-court.is-disabled:before{opacity:.12}.match-court.is-disabled .match-court-no{background:var(--border);color:var(--text)}.match-court-off{z-index:1;color:var(--text);font-size:13px;font-weight:700;position:relative}.match-court.is-locked{justify-content:center;align-items:center}.match-court.is-locked:before{opacity:.12}.match-court.is-locked .match-court-no{background:var(--border);color:var(--text)}.match-court-lock{z-index:2;color:#fff;cursor:pointer;background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-family:inherit;line-height:1;display:inline-flex;position:absolute;top:4px;right:4px}.match-court-lock.is-on{background:#e5484d}@media (hover:hover){.match-court-lock:hover{background:#0000008c}.match-court-lock.is-on:hover{background:#c93b40}}.match-court,.match-court-btn{flex:none}.match-court-btn{box-sizing:border-box;border:1px solid var(--accent-border);background:var(--bg);width:100%;height:28px;color:var(--accent);cursor:pointer;border-radius:8px;padding:0;font-family:inherit;font-size:12px;font-weight:700;line-height:1;transition:background .15s,color .15s;display:block}@media (hover:hover){.match-court-btn:hover{background:var(--accent);color:#fff}.match-court-btn.is-finish:hover{color:#fff;background:#e5484d}}.match-court-btn.is-finish{color:#e5484d;border-color:#f0b4b6}.match-court{aspect-ratio:357/583;flex-direction:column;justify-content:center;gap:16px;min-height:0;margin-top:20px;padding:12px 8px 10px;display:flex;position:relative}.match-court:before{content:"";z-index:0;background-image:url(/assets/court-Bb3GocG0.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:3px;position:absolute;top:0;bottom:0;left:0;right:0}.match-court-no,.match-court-team{z-index:1;position:relative}.match-court.is-empty:before{opacity:.45}.match-court.is-droppable{outline:2px dashed var(--accent-border);outline-offset:-2px;border-radius:10px}.match-court.is-droppable:before{opacity:.7}.match-court.is-over{outline:2px solid var(--accent);background:var(--accent-bg)}.match-court.is-over:before{opacity:.9}.match-court-no{background:var(--accent-bg);color:var(--accent);white-space:nowrap;border-radius:999px;padding:3px 8px 1px;font-size:11px;font-weight:700;line-height:118%;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.match-court-no.is-editable{cursor:pointer;border:none;font-family:inherit}@media (hover:hover){.match-court-no.is-editable:hover{background:var(--accent-deep)}}.match-court-cancel{z-index:2;color:#fff;cursor:pointer;background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-family:inherit;font-size:15px;line-height:1;display:inline-flex;position:absolute;top:4px;right:4px}@media (hover:hover){.match-court-cancel:hover{background:#e5484d}}.match-court-team{flex-direction:row;flex:none;gap:4px;min-height:0;display:flex}.match-court.is-singles .match-court-slot:empty{display:none}.match-court.is-singles .match-court-team{justify-content:center}.match-court-slot{box-sizing:border-box;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:0;height:46px;transition:background .12s;display:flex}.match-court-slot.is-arrangeable{border:1px dashed #ffffff80}.match-court-slot.is-dragging{opacity:.4}.match-queue{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.match-pool{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;gap:6px;min-height:40px;padding:10px;transition:border-color .12s,background .12s;display:flex}.match-pool.has-bubbles{padding-top:38px}.match-pool.has-bubbles .match-magnets{row-gap:38px}.match-pool.is-droppable{border-style:dashed;border-color:var(--accent-border);background:var(--accent-bg)}.match-pool-title{color:var(--text-h);align-items:center;gap:6px;margin:0 0 12px;font-size:15px;font-weight:600;display:flex}.match-pool-title.is-collapsed{margin-bottom:0}.match-pool-toggle{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:6px;padding:0;display:flex}.match-pool-toggle-label{align-items:center;gap:6px;min-width:0;display:inline-flex}.match-pool-caret{color:var(--text);flex:none;transition:transform .2s}.match-pool-caret.is-open{transform:rotate(90deg)}.match-pool-count{color:var(--text);font-weight:700}.match-pool-empty{text-align:left;color:var(--accent);margin:0;font-size:12px}.match-qr{border-radius:8px;width:100%;max-width:240px;height:auto;display:block}.match-qr-url{width:100%;color:var(--text);text-align:center;text-overflow:ellipsis;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:11px;line-height:1.5}.match-qr-copy{background:var(--accent-deep);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;height:42px;font-family:inherit;font-size:14px;font-weight:600;transition:filter .15s}@media (hover:hover){.match-qr-copy:hover{filter:brightness(1.06)}}.match-detail-actions .match-qr-copy{flex:1;width:auto}.match-dialog-desc{text-align:center;width:100%;line-height:1.9}.match-pool-hint{color:var(--accent);text-align:left;font-size:12px;line-height:1.8}.match-queue-item{border:1px solid var(--border);background:var(--bg);border-radius:10px;flex-direction:row;align-items:center;gap:10px;padding:8px;display:flex}.match-queue-item.is-empty{border-style:dashed}.match-queue-item.is-droppable{border-color:var(--accent-border);background:var(--accent-bg)}.match-queue-item.is-pickable{cursor:pointer}.match-queue-item.is-picked{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-bg)}.match-queue-item.is-picked .match-pool-empty{color:var(--accent-deep);font-weight:700}.match-queue-head{flex-direction:column;flex:none;align-items:center;gap:3px;display:flex}.match-queue-no{background:var(--accent);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.match-queue-type{font-size:11px;font-weight:600}.match-queue-body{flex:1;min-width:0}.match-queue-handle{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;flex-direction:column;flex:none;justify-content:center;gap:3px;padding:4px;display:inline-flex}.match-queue-handle i{background:var(--text);border-radius:1px;width:16px;height:2px;display:block}.match-queue-handle:active{cursor:grabbing}.match-queue-item.is-dragging{opacity:.4}.match-magnets{flex-wrap:wrap;gap:6px;display:flex}.match-magnet-wrap{align-items:center;gap:4px;display:inline-flex}.match-magnet{box-sizing:border-box;background:var(--border);color:var(--text-h);letter-spacing:-.5px;text-align:center;white-space:nowrap;box-shadow:var(--shadow);cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:999px;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:3px;padding:4px 7px;font-family:inherit;font-size:12px;font-weight:700;line-height:1.15;transition:transform .12s,opacity .12s;display:inline-flex;overflow:hidden}.match-court-slot .match-magnet{white-space:normal;width:46px;height:46px;box-shadow:none;border-radius:50%;flex-direction:column;gap:0;padding:2px 1px;position:relative}@media (hover:hover){.match-magnet:hover{transform:scale(1.06)}}.match-magnet.is-draggable{cursor:grab;touch-action:none}.match-magnet.is-draggable:active{cursor:grabbing}.match-pool.is-over,.match-queue-item.is-over{border-style:solid;border-color:var(--accent);background:var(--accent-bg)}.match-drag-ghost{z-index:1000;will-change:transform;background:var(--accent-deep);color:#fff;white-space:nowrap;pointer-events:none;box-shadow:var(--shadow);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;position:fixed;top:0;left:0}.match-magnet-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:700;overflow:hidden}.match-magnet-grade{opacity:.75;font-size:10px;font-weight:700}.match-magnet.is-male{color:#1552b0;background:#d6e6ff}.match-magnet.is-female{color:#b02160;background:#ffd9e8}.match-magnet.is-pending{background:var(--border);color:var(--text);border-style:dashed;border-color:var(--text);box-shadow:none}.match-magnet.is-resting{color:#b26a00;box-shadow:none;background:#fff3e2;border-color:#f0c884}.match-legend{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;gap:3px 10px;margin:3px 0 6px;padding:5px 12px;font-size:11px;list-style:none;display:flex}.match-legend li{align-items:center;gap:4px;display:inline-flex}.match-legend-dot{box-sizing:border-box;border:1px solid #0000;border-radius:999px;flex:none;justify-content:center;align-items:center;width:13px;height:13px;display:inline-flex}.match-legend-dot.is-group{border-style:dashed;border-color:var(--border);background:0 0;border-radius:4px}.match-legend-dot.is-time{background:var(--accent-bg);border-color:var(--accent-border)}.match-legend-dot.is-rest{color:#b26a00;background:#fff3e2;border-color:#f0c884}.match-legend-dot .match-magnet-mark{border-left-width:2px;border-right-width:2px;width:6px;height:7px}.match-legend-dot.is-pending{background:var(--border);border-style:dashed;border-color:var(--text)}.match-legend-dot.is-male{background:#d6e6ff}.match-legend-dot.is-female{background:#ffd9e8}.match-legend-dot.is-count{background:var(--navy);border-color:var(--navy);border-radius:9px;width:13px;height:13px;position:relative}.match-pool-groups{flex-direction:column;gap:14px;display:flex}.match-pool-group{border:1px dashed var(--border);border-radius:10px;align-items:center;gap:8px;padding:6px;display:flex}.match-pool-group-time{box-sizing:border-box;background:var(--accent-bg);min-width:58px;color:var(--accent);text-align:center;white-space:nowrap;border-radius:6px;flex:none;padding:3px 6px;font-size:10px;font-weight:700}.match-pool-group .match-magnets{flex:1;row-gap:24px;min-width:0}.match-magnet-mark{box-sizing:border-box;border-left:3px solid;border-right:3px solid;flex:none;width:8px;height:9px}.match-magnet.is-me{border-color:var(--text-h)}.match-detail-backdrop{z-index:100;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.match-detail{box-sizing:border-box;width:100%;max-width:280px;max-height:calc(100vh - 32px);scrollbar-gutter:stable;background:var(--bg);max-height:calc(100dvh - 32px);box-shadow:var(--shadow);scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;border-radius:18px;flex-direction:column;align-items:center;gap:14px;padding:24px 20px 18px;display:flex;overflow-y:auto}.match-detail::-webkit-scrollbar{width:6px}.match-detail::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.match-detail--wide{max-width:320px}.match-detail-input{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;height:42px;color:var(--text-h);border-radius:12px;outline:none;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.match-detail-input:focus{border-color:var(--accent-border)}.match-detail-actions{gap:8px;width:100%;display:flex}.match-detail-actions .match-detail-pick,.match-detail-actions .match-detail-close,.match-detail-actions .match-detail-remove{flex:1;width:auto;height:42px}.match-detail-name{color:var(--text-h);align-items:center;gap:6px;font-size:17px;font-weight:700;display:inline-flex}.match-detail--player{gap:10px;max-width:340px;padding:16px 14px 14px}@media (min-width:900px){.match-detail--player{max-width:410px}}.match-detail-head{border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;width:100%;padding-bottom:12px;display:grid}.match-detail-name-pill{background:var(--accent);color:#fff;word-break:keep-all;border-radius:999px;grid-column:2;align-items:center;gap:6px;max-width:100%;padding:9px 20px;font-size:15px;font-weight:700;display:inline-flex}.match-detail-name-grade{opacity:.85;font-size:13px;font-weight:700}.match-detail-role{white-space:nowrap;background:var(--accent-bg);color:var(--accent);border-radius:999px;flex:none;grid-column:3;justify-self:start;padding:3px 10px;font-size:10px;font-weight:600;line-height:1.4}.match-card{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);border-radius:16px;flex-direction:column;gap:8px;width:100%;padding:12px;display:flex}.match-card:has(>.match-hist-list){flex:0 auto;min-height:0}.match-card-title{color:var(--text-h);align-items:center;gap:7px;margin:0;font-size:14px;font-weight:700;display:flex}.match-card-ico{font-size:15px;line-height:1}.match-card-badge{background:var(--accent-deep);color:#fff;white-space:nowrap;border-radius:999px;flex:none;margin-left:auto;padding:4px 11px;font-size:11px;font-weight:700}.match-detail-rows{flex-direction:column;gap:8px;width:100%;margin:0;display:flex}.match-detail-row{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.match-detail-row dt{color:var(--text)}.match-detail-row dd{color:var(--text-h);margin:0;font-weight:600}.match-detail-close{border:1px solid var(--border);background:var(--bg);width:100%;height:42px;color:var(--text-h);cursor:pointer;border-radius:12px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}@media (hover:hover){.match-detail-close:hover{background:var(--accent-bg)}}.match-detail-pick{background:var(--accent-deep);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;height:42px;font-family:inherit;font-size:14px;font-weight:600;transition:filter .15s}@media (hover:hover){.match-detail-pick:hover{filter:brightness(.95)}}.match-detail-pick.is-remove{border:1px solid var(--border);background:var(--bg);color:var(--text-h)}@media (hover:hover){.match-detail-pick.is-remove:hover{background:var(--accent-bg)}}.match-detail-pick.is-danger{background:#e5484d}@media (hover:hover){.match-detail-pick.is-danger:hover{filter:brightness(.95)}}.match-detail-pick:disabled{opacity:.5;cursor:not-allowed;filter:none}.match-detail-targets{flex-direction:column;gap:6px;width:100%;display:flex}.match-detail-targets-label{color:var(--text);border-top:1px solid var(--border);padding-top:10px;font-size:12px}.match-state-guide{color:var(--accent);margin:-2px 0 2px;font-size:12px}.match-states{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;display:grid}.match-state-undo{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);cursor:pointer;border-radius:10px;margin-top:10px;padding:8px 10px;font-family:inherit;font-size:12px;font-weight:600}.match-state-undo:disabled{opacity:.45;cursor:default}.match-state{flex-direction:column;align-items:center;gap:5px;min-width:0;display:flex}.match-state-card{box-sizing:border-box;cursor:pointer;background:0 0;border:none;border-radius:12px;width:100%;max-width:78px;padding:0;font-family:inherit;transition:transform .15s;display:block}.match-state-card:disabled{opacity:.45;cursor:default}.match-state-card.is-picked{outline:2px solid var(--accent-deep);outline-offset:2px}.match-detail-pick.is-dirty{box-shadow:0 0 0 3px var(--accent-bg)}.match-state-img{aspect-ratio:1;object-fit:contain;border-radius:12px;width:100%;display:block}@media (prefers-color-scheme:dark){.match-state-img{background:#fff}}@media (hover:hover){.match-state-card:not(:disabled):not(.is-on):hover{transform:scale(1.04)}}.match-state-desc{color:var(--text);text-align:center;word-break:keep-all;font-size:10.5px;line-height:1.3}.match-games{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.match-games::-webkit-scrollbar{width:6px}.match-games::-webkit-scrollbar-track{background:0 0}.match-games::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.match-games-note{color:var(--text);font-size:12px;font-weight:500;display:none}.match-game{border:1px solid var(--border);background:var(--bg);border-radius:10px;flex:none;align-items:center;gap:8px;padding:10px;display:flex}.match-game.is-editable{cursor:pointer;transition:border-color .12s,background .12s}@media (hover:hover){.match-game.is-editable:hover{border-color:var(--accent-border);background:var(--accent-bg)}.match-game-del:hover{color:#e5484d;background:#fdecec}.match-games-reset:hover{color:#fff;background:#e5484d}}.match-game-del{width:22px;height:22px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;padding:0;font-family:inherit;font-size:16px;line-height:1;transition:background .12s,color .12s}.match-games-reset{background:var(--bg);color:#e5484d;cursor:pointer;border:1px solid #f0b4b6;border-radius:12px;width:100%;height:40px;margin-top:4px;margin-bottom:10px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,color .15s}.match-game-court{background:var(--accent-bg);color:var(--accent);text-align:center;border-radius:999px;flex:none;padding:3px 8px 1px;font-size:11px;font-weight:700}.match-game-court.is-men,.match-queue-type.is-men{color:#1552b0;background:#d6e6ff}.match-game-court.is-women,.match-queue-type.is-women{color:#b02160;background:#ffd9e8}.match-game-court.is-mixed,.match-queue-type.is-mixed{color:#5b3bab;background:#e8ddff}.match-game-court.is-etc,.match-queue-type.is-etc{background:var(--border);color:var(--text)}.match-queue-type{border-radius:999px;padding:2px 7px 0}.match-rank{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.match-rank::-webkit-scrollbar{width:6px}.match-rank::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.match-rank-filter{justify-content:flex-end;margin-bottom:8px;display:flex}.match-section-title .match-rank-select{margin-left:auto}.match-rank-filter select,.match-rank-select{border:1px solid var(--accent-border);background:var(--bg);height:30px;color:var(--accent);cursor:pointer;border-radius:999px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:700}.match-rank-guide{color:var(--accent);text-align:right;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 10px;margin:6px 0 0;padding:0 2px;font-size:11px;display:flex}.match-rank-guide-note{text-align:left;opacity:.75;flex:1;min-width:0}.match-rank-row{border:1px solid var(--border);background:var(--bg);border-radius:8px;grid-template-columns:28px repeat(5,minmax(0,1fr));align-items:center;gap:6px;padding:7px 10px;font-size:12.5px;display:grid}.match-rank-row.is-team{grid-template-columns:28px minmax(0,2fr) repeat(3,minmax(0,1fr))}.match-rank-row.is-head{color:var(--text);background:0 0;border:none;padding:2px 10px;font-size:11px}.match-rank-row.is-top{background:var(--accent-bg)}.match-rank-row.is-top .match-rank-no,.match-rank-row.is-top .match-rank-name,.match-rank-row.is-top .match-rank-games,.match-rank-row.is-top .match-rank-num,.match-rank-row.is-top .match-rank-wl,.match-rank-row.is-top .match-rank-rate{color:var(--accent)}.board-body .match-rank-row.is-top .match-rank-no,.board-body .match-rank-row.is-top .match-rank-name,.board-body .match-rank-row.is-top .match-rank-games,.board-body .match-rank-row.is-top .match-rank-num,.board-body .match-rank-row.is-top .match-rank-wl,.board-body .match-rank-row.is-top .match-rank-rate{color:var(--text-h)}.match-rank-no{text-align:center;color:var(--text-h)}.match-rank-name{text-overflow:ellipsis;white-space:nowrap;text-align:center;min-width:0;color:var(--text-h);overflow:hidden}.match-rank-games,.match-rank-num,.match-rank-wl,.match-rank-rate{text-align:center;min-width:0;color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.match-req-form{gap:6px;display:flex}.match-req-input{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);min-width:0;height:36px;color:var(--text-h);border-radius:8px;outline:none;flex:1;padding:0 10px;font-family:inherit;font-size:13px}.match-req-input:focus{border-color:var(--accent-border)}.match-req-save{border:1px solid var(--accent-border);background:var(--bg);height:36px;color:var(--accent);cursor:pointer;border-radius:8px;flex:none;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700}.match-req-del{border:1px solid var(--border);background:var(--bg);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:8px;flex:none;font-family:inherit;font-size:16px;line-height:1}.match-reqs{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.match-reqs::-webkit-scrollbar{width:6px}.match-reqs::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.match-req{border:1px solid var(--border);background:var(--bg);border-radius:8px;flex-direction:row;align-items:baseline;gap:10px;padding:8px 10px;display:flex}.match-req.is-mine{border-color:var(--accent-border);background:var(--accent-bg)}.match-req-name{width:72px;color:var(--accent);text-overflow:ellipsis;white-space:nowrap;flex:none;font-size:12px;font-weight:700;overflow:hidden}.match-req-content{min-width:0;color:var(--text-h);white-space:pre-wrap;word-break:break-word;text-align:left;flex:1;font-size:13px}.match-game-teams{flex:1;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;min-width:0;display:grid}.match-game-team{min-width:0;color:var(--text-h);text-align:center;justify-content:center;gap:0 6px;font-size:12px;display:flex}.match-game-player+.match-game-player:before{content:"·";color:var(--text);margin-right:6px}.match-game-player{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.match-game-player.is-me{background:var(--accent);color:#fff;border-radius:999px;padding:1px 8px;font-weight:700}.match-game-player.is-me+.match-game-player:before,.match-game-player+.match-game-player.is-me:before{margin-right:4px}.match-game-teams .match-game-team.is-stacked{flex-direction:column;gap:2px 0}.match-game-teams .match-game-team.is-stacked .match-game-player+.match-game-player:before{content:none}.match-game-score{color:var(--accent);white-space:nowrap;flex:none;font-size:13px;font-weight:700}.match-score{align-items:flex-end;gap:10px;width:100%;display:flex}.match-score-side{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.match-score-team{color:var(--text);text-align:center;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.match-score-side input{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);text-align:center;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:18px;font-weight:700}.match-score-side input:focus{border-color:var(--accent-border)}.match-score-colon{color:var(--text);padding-bottom:12px;font-size:16px;font-weight:700}.match-court-slot .match-magnet .match-magnet-name{letter-spacing:-.7px;font-size:11px;line-height:1.15}.match-court-slot .match-magnet .match-magnet-grade{font-size:8.5px;position:absolute;bottom:2px;left:0;right:0}.match-hist-tip{color:var(--accent);margin:0;font-size:11px}.match-hist-list{flex:0 auto;gap:6px;min-height:0;max-height:180px;margin-right:-5px;padding-right:8px;overflow-y:auto}.match-hist-list .match-game{gap:6px;padding:7px 8px}.match-hist-list .match-game-team{gap:0 3px}.match-hist-list .match-game-player+.match-game-player:before{content:none}@media (max-width:899px){.match-hist-list .match-game-team{flex-direction:column;gap:2px 0}}@media (min-width:900px){.match-hist-list .match-game-teams .match-game-team.is-stacked{flex-direction:row;gap:0 3px}}.match-hist-list .match-game-player+.match-game-player:before{margin-right:3px}.match-hist-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:1px 4px;font-family:inherit;font-size:12px;transition:background .12s,color .12s;overflow:hidden}.match-hist-name.is-me{background:var(--accent);color:#fff;cursor:default;font-weight:700}.match-hist-name.is-hl{background:var(--accent);color:#fff}.match-game-no{min-width:26px;color:var(--text);flex:none;font-size:11px;font-weight:700}.match-detail-remove{background:var(--bg);color:#e5484d;cursor:pointer;border:1px solid #f0b4b6;border-radius:12px;width:100%;height:40px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,color .15s}@media (hover:hover){.match-detail-remove:hover{color:#fff;background:#e5484d}}.match-magnet.is-outsider{border-style:dashed;border-color:var(--text)}.match-newmember-wrap{flex-direction:column;gap:6px;margin-top:4px;display:flex}.match-newmember-wrap .match-pool-empty{text-align:left}.match-newmember{flex-wrap:wrap;gap:6px;display:flex}.match-newmember-name{min-width:120px}.match-newmember input,.match-newmember select{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);min-width:0;height:34px;color:var(--text-h);border-radius:8px;outline:none;padding:0 8px;font-family:inherit;font-size:13px}.match-newmember-name{flex:1}.match-newmember input:focus,.match-newmember select:focus{border-color:var(--accent-border)}.match-newmember-btn{box-sizing:border-box;border:1px solid var(--accent-border);background:var(--bg);height:34px;color:var(--accent);cursor:pointer;border-radius:8px;flex:none;padding:0 12px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s}@media (hover:hover){.match-newmember-btn:hover{background:var(--accent-bg)}}.match-pairings{flex-direction:column;gap:6px;display:flex}.match-pairing{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:12px;transition:border-color .12s,background .12s;display:flex}@media (hover:hover){.match-pairing:hover{border-color:var(--accent-border)}}.match-pairing.is-on{border-color:var(--accent-border);background:var(--accent-bg)}.match-pairing-side{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.match-pairing-side:last-child{text-align:right}.match-pairing-vs{color:var(--text);flex:none;font-size:11px;font-weight:700}.match-layout,.match-col-main,.match-col-side,.match-main-bottom{flex-direction:column;gap:20px;min-width:0;display:flex}.match-main-bottom>.match-section{min-width:0}.match-layout{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.match-layout input,.match-layout textarea{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}@media (min-width:900px){.board-body{overflow:hidden}.board-body .match-layout{flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:2.3fr 1fr;align-items:stretch;gap:28px;min-height:0;display:grid}.board-body .match-col-main{flex-direction:column;min-height:0;display:flex}.board-body .match-col-side{flex-direction:column;gap:16px;min-height:0;max-height:100%;display:flex;overflow:hidden}.board-body .match-col-side>.match-section{flex-direction:column;flex:1;min-height:0;padding-right:8px;display:flex}.board-body .match-col-side>.match-section--right,.board-body .match-col-side>.match-section--rank{flex:2}.board-body .match-col-side .match-games,.board-body .match-col-side .match-rank,.board-body .match-col-side .match-reqs{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;flex:1;min-height:0;margin-right:-3px;padding-right:3px;overflow-y:auto}.board-body .match-col-side .match-games::-webkit-scrollbar{width:6px}.board-body .match-col-side .match-rank::-webkit-scrollbar{width:6px}.board-body .match-col-side .match-reqs::-webkit-scrollbar{width:6px}.board-body .match-col-side .match-games::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.board-body .match-col-side .match-rank::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.board-body .match-col-side .match-reqs::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.board-body .match-main-bottom>.match-section{scrollbar-width:thin;scrollbar-color:var(--accent-border) transparent;min-height:0;max-height:100%;margin-top:-14px;padding-top:14px;padding-right:3px;overflow-y:auto}.board-body .match-main-bottom>.match-section>*,.board-body .match-main-bottom .match-queue>.match-queue-item,.board-body .match-main-bottom .match-pool-groups>.match-pool-group{flex:none}.board-body .match-col-side::-webkit-scrollbar{width:8px}.board-body .match-main-bottom>.match-section::-webkit-scrollbar{width:8px}.board-body .match-col-side::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}.board-body .match-main-bottom>.match-section::-webkit-scrollbar-thumb{background:var(--accent-border);border-radius:999px}body.is-modal-open .board-body .match-col-side .match-games,body.is-modal-open .board-body .match-col-side .match-rank,body.is-modal-open .board-body .match-col-side .match-reqs,body.is-modal-open .board-body .match-main-bottom>.match-section,body.is-modal-open .board-body .match-courts{overflow:hidden}.board-body .match-queue-item .match-magnet{padding:4px 8px;font-size:11px}.board-body .match-queue-item .match-magnets{gap:5px}.board-body .match-queue-item .match-magnet-name,.board-body .match-queue-item .match-magnet-grade{font-size:max(11px,min(.72vw,15px))}.board-body .match-pool .match-magnet-name,.board-body .match-pool .match-magnet-grade{font-size:max(12px,min(.8vw,17px))}.board-body .match-courts{flex:2;grid-template-columns:repeat(6,1fr);align-content:start;min-height:0;overflow-y:auto}.board-body .match-court-wrap.is-disabled{display:flex}.board-body .match-court{gap:max(20px,min(1.6vw,32px))}.match-court-team{justify-content:center;gap:12px}.match-court-slot{flex:none;width:46px}.board-body .match-court-slot,.board-body .match-court-slot .match-magnet{width:max(46px,min(3.2vw,60px))}.board-body .match-court-slot .match-magnet{height:max(46px,min(3.2vw,60px))}.board-body .match-court-slot .match-magnet .match-magnet-name{font-size:max(11px,min(.78vw,14.5px))}.board-body .match-court-slot .match-magnet .match-magnet-grade{font-size:max(8.5px,min(.58vw,11px))}.board-body .match-layout>*,.board-body .match-main-bottom>*{min-width:0}.board-body .match-main-bottom{flex:2;grid-template-rows:minmax(0,1fr);grid-template-columns:1fr 1fr;align-items:stretch;gap:14px;min-height:0;display:grid}.board-body .match-section--pools{flex-direction:column;gap:14px;min-height:0;display:flex}.board-body .match-section--pools>*{min-width:0}.board-shell:not(.is-narrow) .board-op-chip,.board-shell:not(.is-narrow) .board-op-end{align-items:center;height:28px;padding:0 12px;font-size:11px;display:inline-flex}.board-shell:not(.is-narrow) .board-body .match-op-exit-mobile,.board-shell:not(.is-narrow) .board-body .match-end-mobile{display:none}}.match-queue-add{box-sizing:border-box;border:1px dashed var(--accent-border);background:var(--bg);width:100%;height:38px;color:var(--accent);cursor:pointer;border-radius:10px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,color .15s}@media (hover:hover){.match-queue-add:hover{background:var(--accent-bg)}}.match-queue-item.is-empty{border-style:dashed;position:relative}.match-queue-item.is-empty .match-pool-empty{padding:4px 0}.match-queue-side{flex-direction:column;flex:none;align-items:center;gap:2px;display:flex}.match-queue-del{width:20px;height:20px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;padding:0;font-family:inherit;font-size:16px;line-height:1}@media (hover:hover){.match-queue-del:hover{color:#e5484d}}@media (min-width:600px){.board-shell.is-narrow .board-body{max-width:560px;margin:0 auto;overflow-y:auto}.board-shell.is-narrow .board-body .match-layout,.board-shell.is-narrow .board-body .match-main-bottom{flex-direction:column;flex:none;gap:20px;display:flex}.board-shell.is-narrow .board-body .match-courts{flex:none;grid-template-columns:repeat(auto-fit,minmax(calc(33.3333% - 5.33333px),1fr));overflow:visible}.board-shell.is-narrow .board-body .match-court-wrap.is-disabled{display:none}.board-shell.is-narrow .board-body .match-main-bottom>.match-section{max-height:none;padding-right:0;overflow:visible}.board-shell.is-narrow .board-body .match-col-side{max-height:none;overflow:visible}.board-shell.is-narrow .board-body .match-col-side>.match-section{flex:none;padding-right:0}.board-shell.is-narrow .board-body .match-col-side .match-games,.board-shell.is-narrow .board-body .match-col-side .match-rank,.board-shell.is-narrow .board-body .match-col-side .match-reqs{flex:none;margin-right:0;padding-right:0;overflow:visible}.board-shell.is-narrow .board-body .match-queue-item .match-magnet{padding:4px 10px;font-size:12px}}.match-magnet.is-dimmed{opacity:.22}.match-magnet.is-reserved,.match-magnet.is-reserved.is-male,.match-magnet.is-reserved.is-female{border-style:dashed;border-color:var(--border);color:var(--text);box-shadow:none;cursor:default;background:0 0}.match-queue-item.has-reserved .match-queue-no{opacity:.5}.match-magnet.has-bubble{z-index:1;position:relative;overflow:visible}.match-magnet-bubble{box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:18px;height:17px;box-shadow:var(--shadow);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:calc(100% + 3px);right:0}.match-magnet-bubble:before,.match-magnet-bubble:after{content:"";border-style:solid;border-color:#0000;width:0;height:0;position:absolute}.match-magnet-bubble:before{border-width:7px 7px 0 0;bottom:-7px;left:1px}.match-magnet-bubble:after{border-width:6px 6px 0 0;bottom:-4px;left:4px}.match-magnet-bubble{background:var(--navy);color:#fff}.match-magnet-bubble:after{border-top-color:var(--navy)}.pair-page{background:var(--app-bg);min-height:100vh;color:var(--text-h);justify-content:center;align-items:center;padding:4vmin;display:flex}.pair-card{box-sizing:border-box;text-align:center;background:var(--bg);border:1px solid var(--border);width:min(90vw,40rem);box-shadow:var(--shadow);border-radius:max(16px,min(2.5vmin,28px));padding:max(1.5rem,min(5vmin,3.5rem)) max(1.25rem,min(4vmin,3rem))}.pair-brand{justify-content:center;align-items:center;gap:.5em;margin-bottom:max(1.25rem,min(4vmin,2.5rem));display:flex}.pair-logo{width:max(1.5rem,min(3.4vw,2.5rem));height:auto}.pair-brand-name{font-family:var(--heading);color:var(--accent-deep);letter-spacing:.02em;font-size:max(1rem,min(2.2vw,1.5rem));font-weight:700}.pair-lead{color:var(--text);margin:30px 0 20px;font-size:max(.95rem,min(2vw,1.5rem))}.pair-code{justify-content:center;gap:max(.75rem,min(2.5vw,2rem));margin:max(1.25rem,min(4vmin,2.5rem)) 0 0;display:flex}.pair-code-group{gap:max(.25rem,min(.8vw,.6rem));display:flex}.pair-digit{background:var(--accent-deep);color:#fff;font-variant-numeric:tabular-nums;border-radius:max(10px,min(1.6vmin,18px));justify-content:center;align-items:center;width:max(2.6rem,min(8vw,5rem));height:max(3.4rem,min(10.5vw,6.5rem));font-size:max(1.9rem,min(5.6vw,3.6rem));font-weight:700;line-height:1;display:flex}.pair-timer{color:var(--accent);font-variant-numeric:tabular-nums;margin:10px;font-size:16px}.pair-meeting{color:var(--accent-deep);margin:max(.75rem,min(2vmin,1.25rem)) 0 0;font-size:max(1.4rem,min(4.5vw,3rem));font-weight:700}.pair-btn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;margin-top:max(1.25rem,min(4vmin,2.5rem));padding:.9em 2.2em;font-family:inherit;font-size:max(.95rem,min(1.8vw,1.25rem));font-weight:700;transition:filter .15s}@media (hover:hover){.pair-btn:hover{filter:brightness(.95)}}@supports not (inset:0px){#center>*+*{margin-top:25px}#next-steps ul>*{margin:0 8px 8px 0}.app-brand>*+*{margin-left:8px}.app-tab>*+*{margin-top:4px}.board-header>*+*{margin-left:10px}.board-header>.board-header-action{margin-left:auto}.board-heading>*+*{margin-top:1px}.board-header-action>*+*{margin-left:8px}.board-body>*+*{margin-top:20px}.collapsible-head>*+*,.confirm-actions>*+*{margin-left:8px}.confirm-card>*+*{margin-top:10px}.confirm-actions>*+*{margin-left:10px}.imgfield>*+*{margin-top:6px}.imgfield-row>*+*{margin-left:8px}.imgfield-actions>*+*{margin-top:8px}.skel-list>*+*,.loading-overlay>*+*{margin-top:10px}.noti-item>*+*{margin-top:4px}.noti-item-title>*+*{margin-left:5px}.share-link>*+*{margin-top:12px}.share-link-item>*+*{margin-top:6px}.share-link-row>*+*{margin-left:6px}.subpage-bar-side>*+*{margin-left:2px}.subpage-body>*+*{margin-top:20px}.detail-form>*+*{margin-top:14px}.detail-field>*+*{margin-left:10px}.detail-label>*+*{margin-left:3px}.detail-cell-label>*+*{margin-left:2px}.detail-section>*+*{margin-top:12px}.detail-members>*+*{margin-top:8px}.guest-plus>*+*,.detail-member-plus>*+*{margin-left:2px}.detail-member>*+*{margin-left:10px}.detail-member-name>*+*,.join-req-actions>*+*{margin-left:6px}.club-page>*+*{margin-top:20px}.club-section-head>*+*,.club-filters>*+*{margin-left:8px}.club-section>*+*,.club-list>*+*{margin-top:10px}.club-join-btn>*+*{margin-left:4px}.club-modal>*+*{margin-top:14px}.club-modal-title>*+*{margin-left:8px}.club-modal-actions>*+*{margin-left:10px}.main-page>*+*{margin-top:22px}.main-cta>*+*{margin-left:16px}.main-cta-text>*+*{margin-top:10px}.main-section>*+*{margin-top:12px}.main-section-head>*{margin:0 8px 8px 0}.main-more>*+*{margin-left:2px}.main-card>*+*{margin-top:10px}.main-club-head>*+*{margin-left:14px}.main-meeting-desc>*+*{margin-left:4px}.main-club-info>*+*{margin-top:3px}.main-club-name>*{margin:0 6px 6px 0}.main-club-meta>*+*,.main-meeting-meta>*+*,.main-quick button>*+*{margin-left:5px}.main-meeting-date>*+*,.main-meeting-body>*+*{margin-top:5px}.main-meeting-badges>*{margin:0 4px 4px 0}.main-meeting-title>*+*{margin-left:6px}.main-welcome>*+*{margin-top:12px}.main-step>*+*{margin-top:6px}.main-upcoming>*+*{margin-top:12px}.main-upcoming-label>*+*{margin-left:8px}.promo-dots>*+*{margin-left:6px}.match-section>*+*{margin-top:10px}.match-section-title>*+*{margin-left:6px}.match-status>*+*{margin-top:10px}.match-chips>*{margin:0 6px 6px 0}.match-status-field>*+*{margin-left:10px}.match-court-wrap>*+*{margin-top:6px}.match-court-team>*+*{margin-left:4px}.match-queue>*+*{margin-top:14px}.match-pool>*+*{margin-top:6px}.match-pool-title>*+*,.match-pool-count{margin-left:6px}.match-queue-item>*+*{margin-left:10px}.match-queue-head>*+*,.match-queue-handle>*+*{margin-top:3px}.match-magnets>*{margin:0 6px 6px 0}.match-magnet-wrap>*+*{margin-left:4px}.match-magnet>*+*{margin-left:3px}.match-legend>*{margin:0 10px 3px 0}.match-legend li>*+*{margin-left:4px}.match-pool-groups>*+*{margin-top:14px}.match-pool-group>*+*{margin-left:8px}.match-detail>*+*{margin-top:14px}.match-detail-actions>*+*{margin-left:8px}.match-detail-name>*+*,.match-detail-name-pill>*+*{margin-left:6px}.match-card>*+*{margin-top:8px}.match-card-title>*+*{margin-left:7px}.match-detail-rows>*+*{margin-top:8px}.match-detail-row>*+*{margin-left:12px}.match-detail-targets>*+*{margin-top:6px}.match-state>*+*{margin-top:5px}.match-games>*+*{margin-top:8px}.match-game>*+*{margin-left:8px}.match-rank>*+*{margin-top:3px}.match-req-form>*+*{margin-left:6px}.match-reqs>*+*{margin-top:6px}.match-req>*+*{margin-left:10px}.match-game-team>*+*{margin-left:6px}.match-game-team.is-stacked>*+*{margin-top:2px;margin-left:0}.match-score>*+*{margin-left:10px}.match-score-side>*+*,.match-newmember-wrap>*+*{margin-top:6px}.match-newmember>*{margin:0 6px 6px 0}.match-pairings>*+*{margin-top:6px}.match-pairing>*+*{margin-left:8px}.match-layout>*+*,.match-col-main>*+*,.match-col-side>*+*,.match-main-bottom>*+*{margin-top:20px}.match-queue-side>*+*{margin-top:2px}.meeting-page>*+*{margin-top:20px}.meeting-section>*+*,.meeting-club-list>*+*{margin-top:10px}.meeting-blank>*+*{margin-top:16px}.meeting-modal>*+*{margin-top:14px}.meeting-modal-title>*+*{margin-left:8px}.meeting-field>*+*{margin-left:6px}.meeting-label>*+*,.meeting-cell-label>*+*{margin-left:2px}.meeting-modal-actions>*+*{margin-left:10px}.my-page>*+*{margin-top:14px}.my-stat>*+*{margin-left:10px}.my-stat-text>*+*{margin-top:3px}.my-list>*+*{margin-top:10px}.my-item-head>*+*{margin-left:12px}.my-item-text>*+*{margin-top:4px}.my-clublist>*+*{margin-top:10px}.my-clubrow>*+*{margin-top:12px}.my-clubrow-top>*+*{margin-left:12px}.my-clubrow-actions>*+*{margin-left:6px}.my-roles>*+*{margin-top:8px}.my-role-row>*+*{margin-left:10px}.my-role-name>*+*{margin-left:6px}.my-clubrow-body>*+*{margin-top:3px}.my-clubrow-name>*+*{margin-left:6px}.my-form>*+*{margin-top:10px}.my-field>span>*+*{margin-left:3px}.onboard-card>*+*{margin-top:14px}.auth-card>*+*{margin-top:12px}.kakao-btn>*+*{margin-left:8px}@media (min-width:900px){.board-body .match-layout>*+*,.board-body .match-main-bottom>*+*{margin-top:0}.board-body .match-section--pools>*+*{margin-top:14px}.board-body .match-col-side>*+*{margin-top:16px}.board-body{overflow-y:auto}.board-shell.is-narrow .board-body .match-layout>*+*,.board-shell.is-narrow .board-body .match-main-bottom>*+*{margin-top:20px}.board-body .match-col-side .match-game-team{flex-direction:column;align-items:center}.board-body .match-col-side .match-game-team>*+*{margin-left:0}.board-body .match-col-side .match-game-player+.match-game-player:before{content:none}}.match-court{height:0;padding-top:163.3%;padding-bottom:0}.match-court-team{position:absolute;left:8px;right:8px}.match-court-off{text-align:center;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.match-court-team:first-of-type{bottom:54%}.match-court-team:last-of-type{top:54%}}
