:root{--bg:#f4f4f5;--surface:#fff;--surface-2:#f7f7f8;--ink:#18191c;--muted:#8b8e98;--line:#e4e4e7;--accent:#5f5ce6;--accent-soft:#f0f0fa;--orange:#b87333;--orange-soft:#fbf6f0;--green:#2f7d61;--green-soft:#f1f7f4;--red:#c84e5b;--red-soft:#fcf1f2;--navy:#171719;--r-card:22px;--r-pill:999px;--action:var(--navy);--sub:var(--muted);--dim:var(--muted);--hair:var(--line);--r:14px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans), "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}h1,h2,h3,p{margin:0}.num{font-variant-numeric:tabular-nums}.app{min-height:100vh;display:flex}.rail{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;flex:0 0 88px;align-items:center;height:100vh;padding:24px 0;display:flex;position:sticky;top:0}.rail-brand{width:44px;height:44px;margin-bottom:40px;display:block}.rail-brand img{width:100%;height:100%;display:block}.rail-nav{flex-direction:column;gap:14px;margin-top:auto;margin-bottom:auto;display:flex}.rail-btn{width:44px;height:44px;color:var(--muted);background:var(--surface);cursor:pointer;border:0;border-radius:16px;place-items:center;display:grid}.rail-btn:hover{background:var(--surface-2);color:var(--ink)}.rail-btn.on{background:var(--navy);color:var(--surface)}.rail-foot{flex-direction:column;align-items:center;gap:12px;display:flex}.rail-foot .rail-btn{background:var(--surface-2)}.avatar{background:var(--accent-soft);color:var(--accent);border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid}.avatar.big{width:44px;height:44px;font-size:15px}.avatar.md{width:38px;height:38px;font-size:13px}.avatar.sm{background:var(--surface);width:24px;height:24px;font-size:11px}.main{flex-direction:column;flex:auto;gap:22px;min-width:0;max-width:1560px;padding:28px 36px 44px;display:flex}.topbar{justify-content:space-between;align-items:center;gap:16px;min-height:52px;display:flex}.topbar-l{align-items:center;gap:22px;min-width:0;display:flex}.logo{width:auto;height:26px;display:block}.tabs{gap:8px;display:flex}.tab{height:42px;color:var(--muted);background:var(--surface-2);border-radius:21px;align-items:center;padding:0 18px;font-size:15px;font-weight:600;display:inline-flex}.tab:hover{color:var(--ink)}.tab.on{background:var(--navy);color:var(--surface);font-weight:700}.tools{align-items:center;gap:12px;display:flex}.chip{background:var(--surface-2);border-radius:21px;align-items:center;gap:9px;height:42px;padding:0 16px;font-size:15px;font-weight:600;display:inline-flex}.chip svg{color:var(--muted)}.user{align-items:center;gap:10px;display:flex}.user-name{font-size:15px;font-weight:700;line-height:1.2}.user-role{color:var(--muted);font-size:13px}.heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.heading h1{letter-spacing:-.5px;font-size:36px;font-weight:800;line-height:1.2}.heading .sub{color:var(--muted);margin-top:6px;font-size:16px}.crumb{align-items:center;gap:4px;margin-bottom:4px;font-size:14px;display:flex}.crumb b{color:var(--accent);font-weight:700}.crumb span,.crumb svg{color:var(--muted)}.title-row{align-items:center;gap:12px;display:flex}.actions{gap:10px;display:flex}.btn{cursor:pointer;background:var(--surface-2);height:44px;color:var(--ink);border:0;border-radius:22px;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:700;display:inline-flex}.btn:hover{background:var(--line)}.btn.dark{background:var(--navy);color:var(--surface)}.btn.dark:hover{background:#000}.pill{background:var(--surface);height:32px;color:var(--ink);white-space:nowrap;border-radius:16px;align-items:center;gap:6px;padding:0 13px;font-size:14px;font-weight:700;display:inline-flex}.pill i{background:currentColor;border-radius:50%;width:7px;height:7px}.pill.green{background:var(--green-soft);color:var(--green)}.pill.red{background:var(--red-soft);color:var(--red)}.pill.orange{background:var(--orange-soft);color:var(--orange)}.pill.accent{background:var(--accent-soft);color:var(--accent)}.pill.muted{color:var(--muted)}.pill.sm{height:26px;padding:0 10px;font-size:13px}.card{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-card);flex-direction:column;gap:16px;min-width:0;padding:24px;display:flex}.card.white{background:var(--surface)}.card.dark{background:var(--navy);color:var(--surface);border-color:var(--navy)}.card.dark .muted{color:#ffffffb8}.card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.card-head h2{letter-spacing:-.2px;font-size:21px;font-weight:800}.card-head .meta{color:var(--muted);margin-top:3px;font-size:14px}.card-head .action{color:var(--accent);font-size:14px;font-weight:700}.muted{color:var(--muted)}.tile{background:var(--surface);border-radius:18px;flex-direction:column;gap:6px;min-width:0;padding:18px 20px;display:flex}.tile-head{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.tile-head svg{color:var(--muted)}.tile-value{letter-spacing:-.5px;font-size:34px;font-weight:800;line-height:1.1}.tile-note{color:var(--muted);font-size:14px}.empty{background:var(--surface);text-align:center;border-radius:17px;flex-direction:column;align-items:center;gap:6px;padding:22px 18px;display:flex}.empty .ico{background:var(--surface-2);width:44px;height:44px;color:var(--muted);border-radius:50%;place-items:center;margin-bottom:4px;display:grid}.empty .ico.green{background:var(--green-soft);color:var(--green)}.empty b{font-size:17px;font-weight:800}.empty span{color:var(--muted);font-size:14px}.empty.row{text-align:left;flex-direction:row;align-items:center;gap:12px;padding:14px 16px}.empty.row .ico{width:34px;height:34px;margin:0}.empty.row div{flex-direction:column;gap:2px;display:flex}.hint{background:var(--surface);color:var(--muted);border-radius:13px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:700;display:flex}.metrics{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric{background:var(--surface-2);border:1px solid var(--line);border-radius:20px;flex-direction:column;gap:14px;min-width:0;padding:22px;display:flex}.metric-head{color:var(--muted);justify-content:space-between;align-items:center;font-size:14px;font-weight:700;display:flex}.metric-badge{background:var(--surface);width:32px;height:32px;color:var(--ink);border-radius:50%;place-items:center;display:grid}.metric-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.metric-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.metric-value{letter-spacing:-.8px;font-size:44px;font-weight:800;line-height:1}.metric-note{color:var(--muted);font-size:14px}.body2{grid-template-columns:minmax(0,1fr) 380px;align-items:stretch;gap:18px;display:grid}.body2>.stack>:last-child,.body2>.stack>.grid2{flex:auto}.body2>.stack>.card.dark{flex:none;margin-top:auto}.card>.grid3{flex:auto}.body2.wide{grid-template-columns:minmax(0,1fr) 400px}.stack{flex-direction:column;gap:18px;min-width:0;display:flex}.sec-head{justify-content:space-between;align-items:baseline;display:flex}.sec-head h2{font-size:22px;font-weight:800}.grid2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.grid3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.grid5{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.pcard{border-radius:24px;justify-content:space-between;gap:18px;padding:26px}.pcard-name{letter-spacing:-.4px;font-size:30px;font-weight:800;line-height:1.15}.pcard-goal{color:var(--muted);margin-top:4px;font-size:15px}.pcard-stats{gap:28px;display:flex}.stat b{letter-spacing:-.4px;font-size:28px;font-weight:800;line-height:1.1;display:block}.stat span{color:var(--muted);font-size:13px}.pcard-foot{justify-content:space-between;align-items:center;font-size:14px;font-weight:600;display:flex}.circle{background:var(--surface);width:36px;height:36px;color:var(--ink);border-radius:50%;flex:none;place-items:center;display:grid}.circle.dark{background:var(--navy);color:var(--surface)}.circle.md{width:34px;height:34px}.pcard:hover .circle{background:var(--navy);color:var(--surface)}.miniweek{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.day{background:var(--surface);text-align:center;border-radius:16px;flex-direction:column;gap:2px;padding:9px 0;display:flex}.day span{color:var(--muted);font-size:13px}.day b{font-size:17px;font-weight:800}.day.on{background:var(--navy)}.day.on span{color:#ffffffb8}.day.on b{color:var(--surface)}.agenda{flex-direction:column;gap:4px;display:flex}.agenda-item{align-items:center;gap:12px;padding:8px 0;display:flex}.agenda-item i{background:var(--accent);border-radius:2px;flex:none;width:4px;height:36px}.agenda-item.orange i{background:var(--orange)}.agenda-item.green i{background:var(--green)}.agenda-item b{font-size:16px;font-weight:700;display:block}.agenda-item span{color:var(--muted);font-size:14px}.chips{flex-wrap:wrap;gap:8px;display:flex}.chips .pill{border-radius:17px;gap:8px;height:38px;padding:0 12px 0 6px}.chips .avatar.sm{background:var(--surface-2)}.trow{border-top:1px solid var(--line);grid-template-columns:100px minmax(0,1fr) 80px 70px;align-items:center;gap:12px;padding:11px 0;font-size:15px;display:grid}.trow.head{color:var(--muted);border-top:0;padding-bottom:4px;font-size:14px;font-weight:700}.trow .who{align-items:center;gap:7px;font-weight:700;display:flex}.trow .who i{background:var(--accent);border-radius:50%;width:7px;height:7px}.trow .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sum{text-align:center;border-radius:12px;padding:10px 6px;font-size:14px;font-weight:700}.sum.green{background:var(--green-soft);color:var(--green)}.sum.red{background:var(--red-soft);color:var(--red)}.sum.accent{background:var(--accent-soft);color:var(--accent)}.sum.orange{background:var(--orange-soft);color:var(--orange)}.sum.blue{background:var(--surface);color:var(--accent)}.problem{background:var(--surface);border-radius:12px;min-width:0;padding:12px 14px}.problem b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;display:block;overflow:hidden}.problem span{font-size:13px;font-weight:600}.problem.red span{color:var(--red)}.problem.accent span{color:var(--accent)}.problem.orange span{color:var(--orange)}.check{background:var(--surface);color:var(--muted);border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.spec{background:var(--surface);border-radius:14px;align-items:center;gap:12px;padding:11px 12px;display:flex}.spec .age{background:var(--red-soft);height:46px;color:var(--red);border-radius:12px;flex:0 0 56px;place-items:center;font-size:14px;font-weight:800;display:grid}.spec .age.accent{background:var(--accent-soft);color:var(--accent)}.spec div{min-width:0}.spec b{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;display:block;overflow:hidden}.spec span{color:var(--muted);font-size:14px}.spec .right{color:var(--accent);flex:none;margin-left:auto;font-size:12px;font-weight:800}.track{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.track i{background:var(--accent);border-radius:4px;height:100%;display:block}.cal{border-radius:24px;gap:12px}.cal-head{align-items:baseline;gap:12px;display:flex}.cal-head h2{font-size:24px;font-weight:800}.cal-head span{color:var(--muted);font-size:14px;font-weight:600}.weekdays{text-align:center;color:var(--muted);grid-template-columns:repeat(7,1fr);gap:6px;font-size:14px;font-weight:700;display:grid}.weekdays .sun{color:var(--red)}.weekdays .sat{color:var(--accent)}.weeks{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.cday{background:var(--surface);border-radius:14px;flex-direction:column;gap:6px;min-width:0;min-height:112px;padding:10px;display:flex}.cday .n{align-items:center;gap:6px;font-size:15px;font-weight:800;display:flex}.cday .n i{background:var(--accent);border-radius:50%;width:7px;height:7px}.cday.off{background:#f3f3f5aa}.cday.off .n{color:#b8bac2}.cday.today{background:var(--navy)}.cday.today .n{color:var(--surface)}.cday.sel{background:var(--accent-soft)}.event{background:var(--surface);color:var(--accent);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;padding:4px 8px;font-size:13px;font-weight:700;overflow:hidden}.cday.today .event,.cday.sel .event{background:var(--surface)}.deadline{background:var(--surface);border-radius:12px;align-items:center;gap:10px;padding:9px 12px;display:flex}.deadline div{flex:auto;min-width:0}.deadline b{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;display:block;overflow:hidden}.deadline span{color:var(--muted);font-size:14px}.deadline .when{color:var(--accent);flex:none;font-size:15px;font-weight:800}.deadline .when.red{color:var(--red)}.board{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.col{background:var(--surface-2);border-radius:18px;flex-direction:column;gap:10px;min-width:0;padding:14px;display:flex}.col-head{justify-content:space-between;align-items:center;display:flex}.col-head h3{font-size:17px;font-weight:800}.task{background:var(--surface);border-radius:18px;flex-direction:column;gap:8px;padding:14px;display:flex}.task-top{justify-content:space-between;align-items:center;display:flex}.task h4{margin:0;font-size:18px;font-weight:800;line-height:1.3}.task p{color:var(--muted);font-size:14px}.task-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.task-foot .state{color:var(--muted);align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.task-foot .state i{background:var(--accent);border-radius:50%;width:7px;height:7px}.task.late .state i{background:var(--red)}.focus{align-items:flex-start}.focus .k{color:var(--accent);align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.focus .big{align-items:baseline;gap:8px;display:flex}.focus .big b{color:var(--accent);letter-spacing:-1px;font-size:56px;font-weight:800;line-height:1}.focus .big span{color:var(--muted);font-size:15px;font-weight:700}.mine{background:var(--surface);border-radius:14px;align-items:center;gap:12px;padding:11px 12px;display:flex}.mine .date{background:var(--accent-soft);height:42px;color:var(--accent);border-radius:11px;flex:0 0 56px;place-items:center;font-size:14px;font-weight:800;display:grid}.mine div{min-width:0}.mine b{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;display:block;overflow:hidden}.mine span{color:var(--muted);font-size:14px}.btn.full{border-radius:22px;justify-content:center;width:100%;height:44px;font-size:15px}.foot{color:var(--muted);font-size:14px;line-height:1.6}@media (max-width:1100px){.metrics{grid-template-columns:repeat(2,1fr)}.body2,.body2.wide,.body2.map{grid-template-columns:1fr}.body2>.mapcard+.stack{position:static}.grid5{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.app{flex-direction:column}.rail{border-right:0;border-top:1px solid var(--line);z-index:10;flex-direction:row;justify-content:center;gap:8px;width:100%;height:64px;padding:10px 12px;position:fixed;inset:auto 0 0}.rail-brand{display:none}.rail-nav{flex-direction:row;gap:8px;margin:0}.rail-foot{flex-direction:row;margin-left:12px}.rail-foot .avatar{display:none}.main{padding:16px 16px 90px}.tabs,.topbar .user-copy{display:none}.heading{flex-direction:column;align-items:flex-start}.heading h1{font-size:26px}.grid2,.grid3,.board{grid-template-columns:1fr}.pcard-stats{gap:18px}.trow{grid-template-columns:72px minmax(0,1fr) 64px 52px;gap:8px}.cday{min-height:56px;padding:6px}.cday .event{display:none}.cday.today .event{padding:2px 4px;font-size:10px;display:block}}@media (max-width:520px){.metrics{grid-template-columns:1fr}.tools .chip{display:none}}.tbl{align-items:center;gap:14px;padding:9px 0;display:flex}.tbl+.tbl{border-top:1px solid var(--hair)}.tbl-name{text-overflow:ellipsis;white-space:nowrap;flex:0 0 176px;font-size:15px;overflow:hidden}.tbl-bar{background:var(--hair);border-radius:5px;flex:auto;height:10px;overflow:hidden}.tbl-bar i{background:var(--action);opacity:.82;height:100%;display:block}.tbl-n{text-align:right;color:var(--sub);font-variant-numeric:tabular-nums;flex:0 0 74px;font-size:14px}.tab{cursor:pointer;border:0}.mapcard{border-radius:24px}.main.wide{max-width:none}.body2.map{grid-template-columns:minmax(0,1fr) 320px}.body2>.mapcard+.stack{align-self:start;position:sticky;top:24px}.body2.map .cmt .b{font-size:15px}.body2>.mapcard+.stack>:last-child{flex:none}.mapframe{border:1px solid var(--line);background:var(--surface);border-radius:16px;flex:auto;width:100%;min-height:max(640px,100vh - 330px);display:block}.shotwrap{flex-direction:column;gap:28px;display:flex}.bandname{align-items:baseline;gap:9px;margin:0 0 14px;font-size:18px;font-weight:800;display:flex}.bandn{color:var(--muted);font-size:14px;font-weight:400}.shotgrid{grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:18px;display:grid}.shot{margin:0}.shot a{display:block}.shot img{aspect-ratio:39/80;object-fit:cover;object-position:top;border:1px solid var(--line);background:var(--surface-2);border-radius:14px;width:100%;display:block}.shot a:hover img{border-color:var(--accent)}.shot.none .shot-none{aspect-ratio:39/80;border:1px dashed var(--line);color:var(--muted);background:var(--surface-2);border-radius:14px;place-items:center;font-size:14px;display:grid}.shot figcaption{flex-direction:column;gap:2px;margin-top:10px;display:flex}.shot figcaption b{overflow-wrap:anywhere;font-size:15px;font-weight:700;line-height:1.35}.shot-cls{color:var(--muted);overflow-wrap:anywhere;font-size:12px}.shot-rt{color:var(--muted);overflow-wrap:anywhere;font-size:13px}.shot-new{color:var(--accent);font-size:12px;font-weight:700}.cmt{background:var(--surface);border-radius:14px;padding:14px 16px}.cmt .w{color:var(--accent);margin:0 0 4px;font-size:13px;font-weight:700}.cmt .b{margin:0 0 6px;font-size:16px;line-height:1.45}.cmt .a{color:var(--muted);margin:0;font-size:13px}@media (max-width:700px){.shotgrid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:14px}.mapcard .tabs{display:flex}}.lg{box-sizing:border-box;background:radial-gradient(1400px 900px,#071018 0%,#07101800 62%),#000205;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.nf{width:100%;height:100%;display:block;position:absolute;inset:0}.lg-in{z-index:1;text-align:center;width:100%;min-width:0;max-width:460px;padding:0 24px;position:relative}.lg-scrim{z-index:0;pointer-events:none;background:radial-gradient(46% 40%,#000205e6 0%,#000205a8 38%,#00020538 70%,#00020500 100%);position:absolute;inset:0}.lg-mark{margin-bottom:40px;display:inline-flex}.lg-lockup{filter:drop-shadow(0 2px 16px #000205f2);width:auto;height:34px;display:block}.lg-dot{background:#7fb6dc;border-radius:6px;width:11px;height:11px;box-shadow:0 0 18px 3px #7fb6dc8c}.lg-name{letter-spacing:2.4px;color:#bfd6e8;text-transform:uppercase;font-size:15px;font-weight:700}.lg-h{letter-spacing:-1px;color:#eef4f9;text-shadow:0 2px 22px #000205f2,0 0 8px #000205cc;margin:0 0 12px;font-size:clamp(30px,7vw,40px);font-weight:700;line-height:1.2}.lg-sub{color:#93a9bc;text-shadow:0 1px 14px #000205f2;margin:0 0 34px;font-size:16px;line-height:1.6}.lg-sub b{color:#d6e4f0;font-weight:700}.lg-form{flex-direction:column;gap:12px;display:flex}.lg-input{width:100%;height:56px;font:inherit;color:#eef4f9;background:#ffffff0d;border:1px solid #a0c4e038;border-radius:12px;outline:none;padding:0 18px;font-size:17px}.lg-input::placeholder{color:#6c8298}.lg-input:focus{background:#ffffff14;border-color:#6fa6ce;box-shadow:0 0 0 4px #6fa6ce29}.lg-btn{width:100%;height:56px;font:inherit;color:#071420;cursor:pointer;background:#9fc9e6;border:0;border-radius:12px;font-size:17px;font-weight:700;transition:background .15s,transform 60ms}.lg-btn:hover:not(:disabled){background:#b6d8ef}.lg-btn:active:not(:disabled){transform:translateY(1px)}.lg-btn:disabled{color:#7e93a6;cursor:not-allowed;background:#a0c4e02e}.lg-again{font:inherit;color:#9fc9e6;cursor:pointer;background:0 0;border:1px solid #a0c4e047;border-radius:12px;height:50px;margin-top:6px;padding:0 22px;font-size:15px;font-weight:700}.lg-again:hover{border-color:#6fa6ce}.lg-foot{color:#7e93a6;text-shadow:0 1px 12px #000205f2;margin:26px 0 0;font-size:14px;line-height:1.6}.lg-foot.warn{color:#c08a62}.lg-corp{text-align:center;color:#4e6479;z-index:1;margin:0;font-size:13px;position:absolute;bottom:26px;left:0;right:0}@media (prefers-reduced-motion:reduce){.lg-btn,.lg-input{transition:none}}@media (max-width:520px){.lg-sub{margin-bottom:28px;font-size:15px}.lg-mark{margin-bottom:34px}.lg-foot{font-size:13px}}.top .who b{color:var(--ink);font-weight:700}.out{font:inherit;color:var(--sub);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;margin-left:14px;padding:5px 12px;font-size:13px}.out:hover:not(:disabled){border-color:var(--sub);color:var(--ink)}.out:disabled{opacity:.5;cursor:default}.maphead .out{margin-left:14px}a.metric:hover{border-color:var(--accent)}
