html.has-session #scr-login{display:none!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--m-radius: 14px;--m-radius-sm: 10px;--m-nav-h: 66px;--m-topbar-h: 58px;--m-sidebar-w: 256px;--green-soft: var(--green-bg);--green-tint: var(--green-bg)}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;touch-action:manipulation}.hidden{display:none!important}.auth-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto}.auth-inner{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center}.login-logo{width:96px;height:auto;margin-bottom:1.5rem;object-fit:contain}.login-title{font-size:1.55rem;font-weight:800;text-align:center;margin-bottom:.4rem;color:var(--text);letter-spacing:-.02em}.login-sub{font-size:.92rem;color:var(--muted);text-align:center;margin-bottom:1.6rem;line-height:1.55;max-width:320px}.login-card{background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius);padding:1.5rem;width:100%;display:flex;flex-direction:column;gap:.85rem}.field{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:var(--m-radius-sm);font-size:1rem;background:var(--bg);color:var(--text);outline:none;-webkit-appearance:none;transition:border-color .15s,box-shadow .15s}.field:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.pw-field{position:relative}.pw-field .field{padding-right:46px}.pw-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:5px;cursor:pointer;color:var(--muted);display:flex;align-items:center;line-height:0}.pw-eye-btn:hover{color:var(--text-2)}.pw-eye-icon{width:20px;height:20px;display:block}.remember-row{display:flex;align-items:center;gap:9px;font-size:.9rem;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.remember-row input{accent-color:var(--green);width:17px;height:17px;cursor:pointer}.btn-primary{width:100%;padding:13px;background:var(--green);color:#fff;border:none;border-radius:var(--m-radius-sm);font:inherit;font-size:1rem;font-weight:700;cursor:pointer;-webkit-appearance:none;transition:background .15s,transform .1s}.btn-primary:hover{background:var(--green-dark)}.btn-primary:active{transform:scale(.99)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-link{background:none;border:none;color:var(--green-dark);font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;padding:4px;text-align:center}.btn-link:hover{text-decoration:underline}.error-msg{font-size:.88rem;color:var(--red);text-align:center;min-height:1.1em;line-height:1.4}.btn-sec{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--white);border:1.5px solid var(--border);border-radius:var(--m-radius-sm);padding:11px 18px;font:inherit;font-size:.92rem;font-weight:600;color:var(--text-2);cursor:pointer;transition:background .15s,border-color .15s}.btn-sec:hover{background:var(--bg)}.btn-sec.full{width:100%}.btn-sec.danger{color:var(--red);border-color:var(--red-bg)}.btn-sec.danger:hover{background:var(--red-bg)}.btn-sec svg{width:18px;height:18px;fill:none;stroke:currentColor}.app-shell{min-height:100svh;display:flex;flex-direction:column}.sidebar{display:none}.content{flex:1;min-height:0;padding:calc(1.1rem + env(safe-area-inset-top)) 1.1rem calc(var(--m-nav-h) + env(safe-area-inset-bottom) + 1rem)}.tab{display:block}.tab.hidden{display:none}.home-grid,.prof-grid{display:flex;flex-direction:column;gap:1rem}.col-main,.col-side{display:flex;flex-direction:column;gap:.85rem;min-width:0}.home-greet{display:block;padding:.15rem 2px .1rem}.home-greet-name{font-size:1.7rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.home-greet-sub{font-size:.9rem;color:var(--muted);margin-top:3px}.theme-toggle{display:inline-flex;background:var(--bg);border:1px solid var(--border);border-radius:var(--m-radius-sm);padding:3px;gap:2px}.theme-opt{border:none;background:none;font:inherit;font-size:.82rem;font-weight:600;color:var(--muted);padding:.4rem .85rem;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background .12s,color .12s}.theme-opt svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.theme-opt:hover{color:var(--text-2)}.theme-opt.active{background:var(--card);color:var(--green-dark);box-shadow:0 1px 2px #0000000d}.theme-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.theme-row-lbl{font-size:.9rem;font-weight:600;color:var(--text-2)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius);padding:1.05rem 1.15rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem}.stat{background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius-sm);padding:.85rem .4rem;text-align:center}.stat-val{font-size:1.45rem;font-weight:800;line-height:1;letter-spacing:-.02em}.stat-lbl{font-size:.66rem;color:var(--muted);font-weight:600;margin-top:6px}.c-green{color:var(--green-dark)}.c-amber{color:var(--amber)}.c-red{color:var(--red)}.c-accent{color:var(--green-dark)}.card-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.65rem}.card-icon{display:flex;color:var(--green-dark)}.card-icon svg{width:18px;height:18px}.card-title{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.mini-lbl{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;margin-bottom:.45rem}.mini-val{font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.mini-val.sm{font-size:.95rem;line-height:1.35}.mini-sub{font-size:.82rem;color:var(--muted);margin-top:4px}.accent-card{background:var(--green-bg);border-color:transparent}.accent-card .mini-lbl{color:var(--green-dark);opacity:.85}.accent-card .mini-val{color:var(--green-dark);font-size:1.3rem}.accent-card .mini-sub{color:var(--green-dark);opacity:.8}.nameday-line{display:flex;align-items:baseline;gap:.5rem;padding:.15rem 2px;font-size:.85rem;color:var(--muted)}.nameday-line .nd-name{color:var(--text-2);font-weight:700}.sec-head{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2px .1rem}.sec-title{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.pay-card .pay-status-val{font-size:1.05rem;font-weight:800}.pay-status-sub{font-size:.82rem;color:var(--muted);margin-top:3px;line-height:1.45}.pay-months{display:flex;flex-direction:column;border-top:1px solid var(--border);margin-top:.9rem}.pay-row{display:flex;align-items:center;gap:.7rem;padding:.7rem 0;border-bottom:1px solid var(--border)}.pay-row:last-child{border-bottom:none}.pay-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pay-dot.paid{background:var(--green)}.pay-dot.due{background:var(--amber)}.pay-month{flex:1;font-size:.88rem;font-weight:700}.pay-meta{font-size:.73rem;color:var(--muted);font-weight:500;margin-top:1px}.pay-amt{font-size:.85rem;font-weight:700}.pay-amt.paid{color:var(--text-2)}.pay-amt.due{color:var(--amber)}.h-scroll{max-height:360px;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:var(--m-radius);border:1px solid var(--border)}.h-list{display:flex;flex-direction:column;background:var(--card);border-radius:var(--m-radius);overflow:hidden}.cal-detail .h-list,.prof-rows{border:1px solid var(--border)}.h-item{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-bottom:1px solid var(--border)}.h-item:last-child{border-bottom:none}.h-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.d-present{background:var(--green)}.d-late{background:var(--amber)}.d-absent,.d-excused{background:var(--red)}.d-none{background:var(--muted-light)}.h-date{flex:1;min-width:0}.h-date-main{font-size:.9rem;font-weight:700}.h-date-day{font-size:.74rem;color:var(--muted)}.h-pill{font-size:.74rem;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}.p-present{background:var(--green-bg);color:var(--green-dark)}.p-late{background:var(--amber-bg);color:var(--amber)}.p-absent,.p-excused{background:var(--red-bg);color:var(--red)}.p-none{background:var(--bg);color:var(--muted)}.h-time{font-size:.74rem;color:var(--muted);margin-left:.25rem;white-space:nowrap}.h-empty{padding:1.4rem 1rem;text-align:center;color:var(--muted);font-size:.9rem}.ann-card{display:flex;gap:.7rem;background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius-sm);padding:.8rem .9rem;margin-bottom:.55rem}.ann-card:last-child{margin-bottom:0}.ann-card-current{border-left:3px solid var(--green)}.ann-icon{flex-shrink:0;display:flex;padding-top:1px}.ann-content{min-width:0}.ann-card-title{font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.ann-current{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:2px 7px;border-radius:999px;background:var(--green-bg);color:var(--green-dark)}.ann-card-body{font-size:.84rem;color:var(--text-2);line-height:1.5;margin-top:3px;white-space:pre-wrap}.ann-card-date{font-size:.73rem;color:var(--muted);margin-top:5px;font-weight:500}.cal-grid{display:flex;flex-direction:column;gap:1rem}.cal-main{display:flex;flex-direction:column;gap:.85rem}.cal-nav{display:flex;align-items:center;justify-content:space-between;padding:.15rem 2px}.cal-nav-btn{background:none;border:none;cursor:pointer;color:var(--text-2);width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:9px}.cal-nav-btn svg{width:20px;height:20px}.cal-nav-btn:hover{background:var(--card)}.cal-month-lbl{font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.cal-wrap{background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius);overflow:hidden}.cal-wds{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--border)}.cal-wd{text-align:center;font-size:.68rem;font-weight:700;color:var(--muted);padding:.6rem 0}.cal-wd.t{color:var(--green-dark)}.cal-days{display:grid;grid-template-columns:repeat(7,1fr)}.cal-day{min-height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.85rem;font-weight:600;color:var(--text-2);border-bottom:1px solid var(--border);border-right:1px solid var(--border);padding:4px 0}.cal-day:nth-child(7n){border-right:none}.cal-dn{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.cal-day.td .cal-dn{background:var(--green);color:#fff;border-radius:50%;font-weight:800}.cal-day.tr{background:var(--green-bg)}.cal-day.ftr .cal-dn{color:var(--green-dark);font-weight:800}.cal-dots{display:flex;gap:3px;height:6px;align-items:center}.cal-dot{width:6px;height:6px;border-radius:50%}.cd-present{background:var(--green)}.cd-late{background:var(--amber)}.cd-absent,.cd-excused{background:var(--red)}.cd-none{background:var(--muted-light)}.cal-dot.cd-perf{background:var(--info)}.cal-legend{display:flex;gap:1.2rem;padding:0 4px;font-size:.76rem;color:var(--muted);font-weight:600}.cal-legend span{display:inline-flex;align-items:center;gap:.4rem}.lg-dot{width:8px;height:8px;border-radius:50%}.lg-tr{background:var(--green)}.lg-perf{background:var(--info)}.h-item.perf-item{background:color-mix(in srgb,var(--info) 8%,var(--card))}.h-item .h-perf-pill{background:color-mix(in srgb,var(--info) 16%,var(--card));color:var(--info)}.h-perf-ic{width:9px;height:9px;border-radius:50%;background:var(--info);flex-shrink:0}.qr-stage{display:flex;justify-content:center;padding-top:.5rem}.qr-card{background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius);padding:1.75rem 1.5rem;width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center}.qr-card-title{font-size:1.15rem;font-weight:800}.qr-card-name{font-size:.92rem;font-weight:700;color:var(--green-dark);margin-top:-.4rem}.qr-frame{padding:14px;background:#fff;border:1px solid var(--border);border-radius:14px}#qr-display{width:220px;height:220px;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}#qr-display img,#qr-display canvas{display:block}.qr-countdown{font-size:.82rem;color:var(--muted);font-weight:600}.qr-hint{font-size:.85rem;color:var(--muted);line-height:1.5;max-width:300px}.prof-id-card{display:flex;align-items:center;gap:1rem}.prof-id-avatar{width:60px;height:60px;border-radius:50%;background:var(--green-bg);color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;flex-shrink:0;background-size:cover;background-position:center;cursor:pointer}.prof-id-meta{min-width:0}.prof-id-name{font-size:1.2rem;font-weight:800;letter-spacing:-.01em}.prof-id-sub{font-size:.82rem;color:var(--muted);margin-top:3px;word-break:break-word;line-height:1.4}.prof-rows{display:flex;flex-direction:column;background:var(--card);border-radius:var(--m-radius);overflow:hidden}.prof-rows:empty{display:none}.prof-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border-bottom:1px solid var(--border)}.prof-row:last-child{border-bottom:none}.prof-row-lbl{font-size:.8rem;color:var(--muted);font-weight:600;flex-shrink:0}.prof-row-val{font-size:.9rem;font-weight:700;text-align:right;word-break:break-word}.prof-msr-card{background:var(--card);border:1px solid var(--border);border-radius:var(--m-radius);padding:.95rem 1.1rem;margin-bottom:.65rem}.prof-msr-card:last-child{margin-bottom:0}.prof-msr-hdr{display:flex;align-items:center;gap:.5rem;font-size:.92rem;margin-bottom:.65rem}.prof-msr-badge{font-size:.64rem;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--green-bg);color:var(--green-dark);text-transform:uppercase;letter-spacing:.03em}.prof-msr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem .85rem}.prof-msr-item{display:flex;flex-direction:column;gap:1px}.prof-msr-lbl{font-size:.67rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.prof-msr-val{font-size:.95rem;font-weight:700}.prof-msr-unit{font-size:.72rem;color:var(--muted);font-weight:600}.prof-msr-notes{font-size:.82rem;color:var(--muted);margin:.65rem 0 0;white-space:pre-wrap}.prof-msr-empty{font-size:.82rem;color:var(--muted);margin:.25rem 0 0}.prof-pw-form{display:flex;flex-direction:column;gap:.65rem}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;height:calc(var(--m-nav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--white);border-top:1px solid var(--border);display:flex}.bnav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:none;font:inherit;font-size:.68rem;font-weight:600;color:var(--muted);cursor:pointer;padding:8px 2px;transition:color .15s}.bnav-btn svg{width:23px;height:23px;stroke-width:1.9;fill:none;stroke:currentColor}.bnav-btn.active{color:var(--green-dark)}.bnav-btn.active svg{stroke-width:2.1}.bnav-qr{position:relative}.bnav-qr-dot{width:52px;height:52px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;margin:-22px 0 1px;border:4px solid var(--card);transition:transform .15s}.bnav-qr-dot svg{width:24px;height:24px;stroke:#fff;stroke-width:2}.bnav-qr.active .bnav-qr-dot{transform:scale(1.05)}.bnav-qr.active{color:var(--green-dark)}.bug-fab{position:fixed;bottom:calc(1.25rem + env(safe-area-inset-bottom));right:1.25rem;z-index:990;width:44px;height:44px;border-radius:50%;background:var(--red);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #ef444459;transition:transform .15s}.bug-fab:active{transform:scale(.92)}html:not(.has-session) .bug-fab,html:not(.has-session) .bug-panel{display:none!important}.bug-panel{position:fixed;bottom:calc(1.25rem + env(safe-area-inset-bottom) + 54px);right:1.25rem;z-index:991;width:min(320px,calc(100vw - 2rem));background:var(--white);border-radius:var(--m-radius);border:1px solid var(--border);box-shadow:0 12px 36px #0000002e;overflow:hidden}.bug-panel.hidden{display:none}.bug-panel-hdr{display:flex;align-items:center;justify-content:space-between;padding:.7rem .95rem;background:var(--red);color:#fff}.bug-panel-title{font-size:.9rem;font-weight:700}.bug-panel-close{background:none;border:none;color:#ffffffd9;cursor:pointer;display:flex;align-items:center;padding:2px;border-radius:4px}.bug-panel-body{padding:.95rem;display:flex;flex-direction:column;gap:.75rem}.bug-field{display:flex;flex-direction:column;gap:.35rem}.bug-label{font-size:.72rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bug-input,.bug-textarea{width:100%;padding:.55rem .75rem;border:1.5px solid var(--border);border-radius:var(--m-radius-sm);font:inherit;font-size:.88rem;background:var(--bg);color:var(--text);outline:none;resize:vertical;transition:border-color .12s}.bug-input:focus,.bug-textarea:focus{border-color:var(--red)}.bug-input[readonly]{opacity:.6;cursor:default}.bug-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.bug-sent{font-size:.84rem;color:var(--green-dark);font-weight:600}.bug-submit{margin-left:auto;padding:.55rem 1.2rem;background:var(--red);color:#fff;border:none;border-radius:var(--m-radius-sm);font:inherit;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s}.bug-submit:disabled{opacity:.6;cursor:default}.bug-submit.hidden,.bug-sent.hidden{display:none}.bug-inline{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;margin-top:.25rem;padding:.7rem;background:none;border:1px dashed var(--border);border-radius:var(--m-radius-sm);color:var(--muted);font:inherit;font-size:.84rem;font-weight:600;cursor:pointer}.bug-inline:active{background:var(--bg)}.bug-inline svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}@media(max-width:1023px){.bug-fab{display:none}.bug-panel{right:1rem;left:1rem;width:auto;bottom:calc(var(--m-nav-h) + env(safe-area-inset-bottom) + .75rem)}}#ptr-indicator{position:fixed;top:0;left:50%;transform:translate(-50%) translateY(-44px);width:40px;height:40px;border-radius:50%;background:var(--white);color:var(--green);display:flex;align-items:center;justify-content:center;box-shadow:0 3px 14px #0000002e;z-index:300;opacity:0;pointer-events:none}#ptr-indicator.ready{color:var(--green-dark)}#ptr-indicator.spinning svg{animation:ptr-spin .7s linear infinite}@keyframes ptr-spin{to{transform:rotate(360deg)}}@media(min-width:1024px){.app-shell{flex-direction:row}.topbar,.bottom-nav,.bug-inline{display:none}.sidebar{display:flex;flex-direction:column;width:var(--m-sidebar-w);flex-shrink:0;height:100svh;position:sticky;top:0;background:var(--white);border-right:1px solid var(--border);padding:1.5rem 1rem;gap:1.25rem}.sidebar-brand{display:flex;align-items:center;gap:.7rem;padding:0 .5rem}.sidebar-logo{width:40px;height:40px;border-radius:10px;object-fit:contain;flex-shrink:0}.sidebar-title{font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.sidebar-sub{font-size:.74rem;color:var(--muted);margin-top:1px}.side-nav{display:flex;flex-direction:column;gap:4px}.side-nav-btn{display:flex;align-items:center;gap:.8rem;padding:.7rem .85rem;border:none;background:none;border-radius:11px;font:inherit;font-size:.94rem;font-weight:600;color:var(--text-2);cursor:pointer;text-align:left;transition:background .15s,color .15s}.side-nav-btn svg{width:21px;height:21px;stroke-width:1.9;fill:none;stroke:currentColor;flex-shrink:0}.side-nav-btn:hover{background:var(--bg);color:var(--text)}.side-nav-btn.active{background:var(--green-soft);color:var(--green-dark);font-weight:700}.side-nav-btn.active svg{stroke-width:2.2}.sidebar-user{margin-top:auto;display:flex;align-items:center;gap:.65rem;padding:.65rem .7rem;border:1px solid var(--border);background:none;border-radius:12px;cursor:pointer;font:inherit;text-align:left;transition:background .15s,border-color .15s}.sidebar-user:hover{background:var(--bg);border-color:var(--muted-light)}.sidebar-avatar{width:36px;height:36px;border-radius:50%;background:var(--green-tint);color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;flex-shrink:0;background-size:cover;background-position:center}.sidebar-user-meta{display:flex;flex-direction:column;line-height:1.2;min-width:0;flex:1}.sidebar-user-name{font-size:.9rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-action{font-size:.72rem;color:var(--muted)}.sidebar-user-ic{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:2;flex-shrink:0}.content{padding:2.25rem 2.5rem;max-width:1180px;margin:0 auto;width:100%}.home-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:1.1rem 1.5rem;align-items:start}.col-full{grid-column:1 / -1}.home-grid>.col-main{grid-column:1}.home-grid>.col-side{grid-column:2}.home-grid .h-scroll{max-height:560px}.stats{gap:.85rem}.stat{padding:1.05rem .5rem}.stat-val{font-size:1.7rem}.card{transition:border-color .15s}.home-greet{display:block;grid-column:1 / -1;padding:0 2px .25rem}.home-greet-name{font-size:1.55rem;font-weight:800;letter-spacing:-.02em}.home-greet-sub{font-size:.9rem;color:var(--muted);margin-top:2px}.cal-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:1.5rem;align-items:start}.cal-day{min-height:60px;font-size:.92rem}.cal-detail .h-list{max-height:560px;overflow-y:auto}.prof-grid{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:1.5rem;align-items:start}.prof-grid .col-side{position:sticky;top:2.25rem}.prof-msr-grid{grid-template-columns:repeat(4,1fr)}.qr-stage{padding-top:2rem}.qr-card{max-width:420px}}@media(min-width:1440px){.content{max-width:1280px}}
