:root{--background: 42 45% 96%;--foreground: 212 45% 16%;--card: 43 60% 99%;--card-foreground: 212 45% 16%;--muted: 41 40% 90%;--muted-foreground: 212 20% 44%;--accent: 200 55% 90%;--accent-foreground: 211 45% 24%;--primary: 211 45% 30%;--primary-foreground: 43 80% 97%;--destructive: 0 72% 46%;--destructive-foreground: 0 0% 98%;--success: 142 71% 33%;--warning: 30 92% 42%;--border: 40 30% 82%;--input: 40 30% 82%;--ring: 202 59% 50%;--radius: 8px;--rail: 42 45% 93%;--brand-orange: 30 92% 59%;--brand-blue: 202 59% 62%}.dark{--background: 0 0% 7%;--foreground: 0 0% 92%;--card: 0 0% 10%;--card-foreground: 0 0% 92%;--muted: 0 0% 14%;--muted-foreground: 0 0% 62%;--accent: 0 0% 16%;--accent-foreground: 0 0% 92%;--primary: 202 60% 62%;--primary-foreground: 0 0% 9%;--destructive: 0 68% 55%;--destructive-foreground: 0 0% 98%;--success: 142 55% 45%;--warning: 30 92% 60%;--border: 0 0% 17%;--input: 0 0% 17%;--ring: 202 60% 62%;--rail: 0 0% 9%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font:inherit;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 2px);height:36px;padding:0 11px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 1px hsl(var(--ring))}::placeholder{color:hsl(var(--muted-foreground))}.shell{display:flex;height:100vh;height:100dvh;overflow:hidden}.content{flex:1;min-width:0;min-height:0;margin-left:56px;display:flex;flex-direction:column}.page{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:22px 26px 60px;max-width:1200px;width:100%;margin:0 auto}.hdr{height:50px;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card) / .6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:0;z-index:30}.hdr-title{font-weight:650;font-size:14.5px}.hdr-right{margin-left:auto;display:flex;align-items:center;gap:8px}.hdr-admin{font-size:12.5px;color:hsl(var(--muted-foreground))}.hdr-admin b{color:hsl(var(--foreground));font-weight:600}.role-chip{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.rail{position:fixed;inset:0 auto 0 0;width:56px;z-index:50;display:flex;flex-direction:column;background:hsl(var(--rail));border-right:1px solid hsl(var(--border));overflow:hidden;transition:width .16s cubic-bezier(.2,.8,.3,1)}.rail:hover,.rail:focus-within{width:224px}.rail-logo{display:flex;align-items:center;gap:10px;height:50px;padding:0 12px;flex:0 0 auto;border-bottom:1px solid hsl(var(--border))}.rail-logo img{width:30px;height:30px;border-radius:8px;flex:0 0 auto}.rail-logo span{font-weight:750;font-size:14px;white-space:nowrap;opacity:0;transition:opacity .14s ease}.rail:hover .rail-logo span,.rail:focus-within .rail-logo span{opacity:1}.rail-nav{display:flex;flex-direction:column;gap:2px;padding:8px;flex:1}.rail-sep{height:1px;background:hsl(var(--border));margin:6px 4px;flex:0 0 auto}.rail-item{display:flex;align-items:center;gap:12px;height:38px;padding:0 9px;border-radius:7px;color:hsl(var(--muted-foreground));white-space:nowrap;flex:0 0 auto}.rail-item svg{flex:0 0 auto}.rail-item span{opacity:0;transition:opacity .14s ease;font-weight:550;font-size:13.5px}.rail:hover .rail-item span,.rail:focus-within .rail-item span{opacity:1}.rail-item:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.rail-item.active{background:hsl(var(--accent));color:hsl(var(--foreground))}.rail-item .count{margin-left:auto;font-size:11px;font-weight:700;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-radius:999px;padding:1px 7px;opacity:0;transition:opacity .14s ease}.rail:hover .count,.rail:focus-within .count{opacity:1}.rail-foot{padding:8px;border-top:1px solid hsl(var(--border))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;padding:0 14px;border-radius:7px;font-weight:600;font-size:13px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));transition:filter .12s ease,background-color .12s ease}.btn:hover{filter:brightness(1.08)}.btn:disabled{opacity:.55;cursor:default}.btn.ghost{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn.ghost:hover{background:hsl(var(--accent))}.btn.danger{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn.sm{height:28px;padding:0 10px;font-size:12px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:7px;color:hsl(var(--muted-foreground))}.icon-btn:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:16px}.card-title{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:10px}.grid{display:grid;gap:12px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 900px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.dash-split{grid-template-columns:2fr 1fr;align-items:stretch}.dash-split>*{min-width:0}.stat-val{font-size:26px;font-weight:750;letter-spacing:-.02em}.stat-lbl{font-size:12px;color:hsl(var(--muted-foreground));margin-top:2px}.badge{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:650;padding:2px 9px;border-radius:999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));white-space:nowrap}.badge.ok{background:hsl(var(--success) / .14);color:hsl(var(--success))}.badge.bad{background:hsl(var(--destructive) / .14);color:hsl(var(--destructive))}.badge.warn{background:hsl(var(--warning) / .16);color:hsl(var(--warning))}.badge.blue{background:hsl(var(--brand-blue) / .16);color:hsl(var(--brand-blue))}.dot{width:7px;height:7px;border-radius:50%;background:currentColor}.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));padding:8px 10px;border-bottom:1px solid hsl(var(--border))}.tbl td{padding:9px 10px;border-bottom:1px solid hsl(var(--border) / .6);vertical-align:middle}.tbl tr:last-child td{border-bottom:none}.tbl tr.click{cursor:pointer}.tbl tr.click:hover td{background:hsl(var(--accent) / .5)}.mono{font-variant-numeric:tabular-nums}.muted{color:hsl(var(--muted-foreground))}.small{font-size:12px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fade .15s ease both}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:85;width:min(480px,94vw);background:hsl(var(--card));border-left:1px solid hsl(var(--border));box-shadow:-18px 0 50px #0000004d;overflow-y:auto;padding:20px;animation:slide-in .18s cubic-bezier(.2,.8,.3,1) both}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{transform:translate(30px);opacity:0}to{transform:none;opacity:1}}.drawer h2{font-size:16px;margin-bottom:4px}.kv{display:grid;grid-template-columns:130px 1fr;gap:6px 10px;font-size:13px;margin:12px 0}.kv dt{color:hsl(var(--muted-foreground))}.kv dd{overflow-wrap:anywhere}.frame-box{margin:10px 0;border:1px dashed hsl(var(--border));border-radius:var(--radius);padding:12px;text-align:center}.frame-box img{max-width:100%;border-radius:6px}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.field label{font-size:12px;font-weight:650;color:hsl(var(--muted-foreground))}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.map-wrap{position:relative;overflow:hidden}.map-wrap svg{width:100%;height:auto;display:block}.map-note{position:absolute;bottom:10px;left:12px;font-size:11.5px;color:hsl(var(--muted-foreground))}.login-center{min-height:100dvh;display:grid;place-items:center;padding:20px}.login-card{width:min(360px,100%);display:flex;flex-direction:column;gap:12px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:28px 24px}.login-card img{width:60px;height:60px;border-radius:14px;align-self:center}.login-card h1{font-size:17px;text-align:center}.login-sub{text-align:center;font-size:12.5px;color:hsl(var(--muted-foreground));margin-top:-6px}.err{color:hsl(var(--destructive));font-size:12.5px}.spin{animation:rot 1s linear infinite}.okmsg{color:hsl(var(--success));font-size:12.5px}.icon-danger{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:transparent;color:hsl(var(--muted-foreground))}.icon-danger:hover{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.tbl-scroll .tbl{min-width:520px}.turnstile-slot:empty{display:none}.turnstile-slot{display:flex;justify-content:center}@keyframes rot{to{transform:rotate(360deg)}}@media (max-width: 760px){.page{padding:12px 10px 28px}.grid{gap:10px}.card{padding:14px}.kv{grid-template-columns:100px 1fr}.rail{width:52px}.content{margin-left:52px}.rail:hover,.rail:focus-within{width:52px}.rail-logo{justify-content:center;padding:0}.rail-logo span{display:none}.rail-nav{padding:8px 6px;gap:4px}.rail-sep{margin:6px 10px}.rail-item{height:44px;padding:0;justify-content:center;position:relative}.rail-item span,.rail:hover .rail-item span,.rail:focus-within .rail-item span{display:none}.rail-foot{display:flex;padding:8px 6px calc(8px + env(safe-area-inset-bottom))}.rail-foot .rail-item{flex:1;width:100%;justify-content:center}.rail-item .count{opacity:1;position:absolute;top:3px;right:5px;margin:0;padding:0 5px;font-size:10px;line-height:15px}.dash-split{grid-template-columns:1fr}.grid>*{min-width:0}.drawer{width:100vw}.hdr{padding:0 12px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.chart svg{width:100%;height:auto;display:block}.chart-axis{display:flex;justify-content:space-between;font-size:11px;color:hsl(var(--muted-foreground));margin-top:4px}.chart-max{font-weight:700;color:hsl(var(--foreground))}.chart-empty{padding:14px 0}.bars{display:flex;flex-direction:column;gap:7px}.bar-row{display:grid;grid-template-columns:120px 1fr 42px;gap:10px;align-items:center}.bar-label{font-size:12px;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{height:14px;background:hsl(var(--muted));border-radius:4px;overflow:hidden}.bar-fill{display:block;height:100%;border-radius:4px;transition:width .3s ease}.bar-value{font-size:12px;text-align:right}.hours{display:flex;align-items:flex-end;gap:3px;height:110px;padding-top:6px}.hour-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}.hour-bar{width:100%;min-height:2px;background:hsl(var(--brand-blue));border-radius:3px 3px 0 0;transition:height .3s ease}.hour-tick{position:absolute;bottom:-16px;font-size:10px;color:hsl(var(--muted-foreground))}.hours{margin-bottom:18px}.compare{display:flex;flex-direction:column;gap:8px}.cmp-row{display:grid;grid-template-columns:150px 1fr 64px;gap:10px;align-items:center}.cmp-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmp-tracks{display:flex;flex-direction:column;gap:3px}.cmp-track{height:9px;background:hsl(var(--muted));border-radius:3px;overflow:hidden}.cmp-nums{font-size:12px;text-align:right}.cmp-legend{display:flex;gap:16px;font-size:11.5px;color:hsl(var(--muted-foreground));margin-top:4px}.cmp-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;vertical-align:-1px;margin-right:5px}.cal{display:flex;flex-direction:column;gap:4px}.cal-day{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center}.cal-label{font-size:11.5px;color:hsl(var(--muted-foreground));white-space:nowrap}.cal-strip{display:flex;gap:2px}.cal-strip i{flex:1;height:14px;border-radius:3px;background:hsl(var(--muted))}.cal-strip i.warm{background:hsl(var(--warning) / .55)}.cal-strip i.hot{background:hsl(var(--destructive) / .7)}.cal-strip i.mine{background:hsl(var(--brand-blue))}.cal-key{display:inline-block;width:11px;height:11px;border-radius:3px;vertical-align:-1px;background:hsl(var(--muted))}.cal-key.warm{background:hsl(var(--warning) / .55)}.cal-key.hot{background:hsl(var(--destructive) / .7)}.cal-key.mine{background:hsl(var(--brand-blue))}.form-narrow{max-width:560px}.seg{gap:6px}.check{display:flex;align-items:center;gap:8px;font-size:13px;color:hsl(var(--foreground));font-weight:450;cursor:pointer}.check input{width:15px;height:15px;accent-color:hsl(var(--primary))}@media (max-width: 760px){.bar-row{grid-template-columns:90px 1fr 38px}.cmp-row{grid-template-columns:100px 1fr 56px}.cal-day{grid-template-columns:84px 1fr}}textarea{height:auto;min-height:60px;padding:8px 11px;resize:vertical}.event-form{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;align-items:start}.ef-side{position:sticky;top:12px}.ef-main{display:flex;flex-direction:column;gap:4px}.ef-row{display:grid;grid-template-columns:108px minmax(0,1fr);gap:8px 14px;align-items:start;padding:9px 0;border-top:1px solid hsl(var(--border) / .55)}.ef-row:first-child{border-top:0;padding-top:2px}.ef-row>label{font-size:12px;font-weight:650;color:hsl(var(--muted-foreground));padding-top:7px}.ef-hint{font-size:11.5px;color:hsl(var(--muted-foreground));margin-top:5px}.ef-desc-wrap{position:relative}.ef-desc-wrap textarea{width:100%}.ef-desc-wrap .counter{position:absolute;right:8px;bottom:6px;font-size:10.5px;pointer-events:none}.ef-checks{display:flex;flex-wrap:wrap;gap:6px 18px;padding-top:7px}.tc-cats{display:flex;flex-direction:column;gap:6px}.tc-cat{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.tc-cat-head{width:52px;flex:0 0 auto;font-size:11.5px;font-weight:700;color:hsl(var(--muted-foreground))}.field-error input,.field-error textarea{border-color:hsl(var(--destructive))}.ef-summary{display:flex;flex-direction:column;gap:8px}.ef-name{font-size:15px;font-weight:700}.ef-facts{list-style:none;display:flex;flex-direction:column;gap:4px}.ef-facts li{font-size:12.5px;color:hsl(var(--muted-foreground));padding-left:14px;position:relative}.ef-facts li:before{content:"";position:absolute;left:2px;top:7px;width:5px;height:5px;border-radius:50%;background:hsl(var(--brand-blue))}.ef-desc{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.55}.conflict{display:flex;align-items:center;gap:6px;margin-top:5px;color:hsl(var(--warning));font-weight:550}@media (max-width: 980px){.event-form{grid-template-columns:1fr}.ef-side{position:static}}@media (max-width: 560px){.ef-row{grid-template-columns:1fr;gap:4px}.ef-row>label{padding-top:0}}.toasts{position:fixed;bottom:18px;left:50%;transform:translate(-50%);z-index:120;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.toast{padding:9px 16px;border-radius:9px;font-size:13px;font-weight:600;background:hsl(var(--foreground));color:hsl(var(--background));box-shadow:0 6px 24px -8px #0006;animation:toast-in .18s cubic-bezier(.2,.8,.3,1) both;max-width:min(480px,90vw)}.toast.err{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:90;width:min(440px,calc(100vw - 32px));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:20px;animation:fade .15s ease both}.modal h2{font-size:15.5px}.modal-body{margin-top:8px;font-size:13.5px;line-height:1.55}.modal-body .muted{color:hsl(var(--muted-foreground))}.skel{border-radius:8px;background:linear-gradient(100deg,hsl(var(--muted)) 40%,hsl(var(--muted) / .55),hsl(var(--muted)) 60%);background-size:200% 100%;animation:skel 1.2s ease-in-out infinite}@keyframes skel{0%{background-position:120% 0}to{background-position:-80% 0}}@media (prefers-reduced-motion: reduce){.skel,.toast{animation:none}}.podium-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:end;max-width:620px;margin:0 auto}.podium-place{display:flex;flex-direction:column;align-items:center;gap:3px;padding:14px 8px 12px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--background))}.podium-place.p1{border-color:hsl(var(--brand-orange) / .6);padding-top:22px;background:hsl(var(--brand-orange) / .07)}.podium-medal{font-size:22px}.podium-place.p1 .podium-medal{font-size:30px}.podium-name{font-size:13.5px;text-align:center;overflow-wrap:anywhere}@media (max-width: 560px){.podium-row{grid-template-columns:1fr;align-items:stretch}.podium-place.p1{order:-1}}.tab-row{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.tab-row::-webkit-scrollbar{display:none}.tab-row .btn{flex:0 0 auto}.notice{border-color:hsl(var(--warning) / .5);background:hsl(var(--warning) / .08);font-size:13px}.progress-wrap{margin-top:12px}.progress{height:8px;border-radius:999px;background:hsl(var(--muted));overflow:hidden}.progress>span{display:block;height:100%;border-radius:999px;background:hsl(var(--brand-blue));transition:width .4s ease}.announce-history{list-style:none;display:flex;flex-direction:column;gap:8px}.announce-history li{display:flex;flex-direction:column;gap:1px;font-size:13px}.ef-switches{display:flex;flex-direction:column;gap:10px;padding-top:4px}.sw-row{display:flex;align-items:flex-start;gap:10px}.sw{flex:0 0 auto;position:relative;width:34px;height:20px;border-radius:999px;background:hsl(var(--muted));border:1px solid hsl(var(--border));transition:background-color .15s ease,border-color .15s ease;margin-top:1px}.sw.on{background:hsl(var(--primary));border-color:hsl(var(--primary))}.sw-knob{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:hsl(var(--card));box-shadow:0 1px 2px #00000040;transition:transform .16s cubic-bezier(.2,.8,.3,1)}.sw.on .sw-knob{transform:translate(14px);background:hsl(var(--primary-foreground))}.sw:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.sw-text{display:flex;flex-direction:column;gap:1px;line-height:1.35}.sw-text b{font-size:13px;font-weight:600}.sw-text i{font-style:normal;font-size:11.5px;color:hsl(var(--muted-foreground))}.ef-datetime{margin-top:8px;display:block}.game-link{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:hsl(var(--brand-blue))}.game-link:hover{text-decoration:underline}
