:root{--ink:#1b2430;--muted:#6c7785;--line:#e6e8e2;--panel:#2e7d6b;--panel-deep:#235f51;--amber:#cf9b34;--paper:#fff;--jp:"Zen Kaku Gothic New", sans-serif;--logo:"Chakra Petch", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--jp);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}.wrap{display:flex;height:100vh;min-height:560px;background:var(--paper)}.left{flex:1;display:flex;align-items:center;justify-content:center;padding:56px}.brand{display:flex;flex-direction:column;align-items:center;gap:30px;width:100%;max-width:460px;margin-bottom:9vh}.scene{width:min(100%,420px)}.scene svg{width:100%;height:auto;display:block;overflow:visible}.lockup{display:flex;flex-direction:column;align-items:center;gap:2px}.kicker{font-family:var(--logo);font-weight:500;font-size:15px;letter-spacing:.12em;color:var(--muted)}.mark{font-family:var(--logo);font-weight:700;font-size:64px;letter-spacing:.04em;color:var(--ink)}.login-h{font-family:var(--logo);font-weight:700;font-size:38px;letter-spacing:.02em;color:var(--ink);margin-top:14px}.scene .fig{fill:var(--panel)}.scene .fil{stroke:var(--amber);fill:none;stroke-width:2;stroke-linecap:round}.scene .arm{stroke:var(--panel);fill:none;stroke-width:5.5;stroke-linecap:round}.scene .pointer{stroke:var(--panel);fill:none;stroke-width:2;stroke-linecap:round;opacity:.85}.scene .board{fill:#2e7d6b0f;stroke:var(--panel);stroke-width:1.6}.scene .chart{fill:none;stroke:var(--panel);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:440;animation:draw 5.5s ease-in-out infinite}.scene .bulb circle{fill:var(--amber)}.scene .bulb{transform-box:fill-box;transform-origin:center;animation:glow 1.9s ease-in-out infinite}.scene .bulb.b2{animation-delay:.5s}.scene .bulb.b3{animation-delay:1s}.scene .spark{fill:var(--amber);stroke:none;transform-box:fill-box;transform-origin:center;animation:twinkle 2.2s ease-in-out infinite}@keyframes draw{0%{stroke-dashoffset:440}45%{stroke-dashoffset:0}80%{stroke-dashoffset:0}to{stroke-dashoffset:440}}@keyframes glow{0%,to{opacity:.16;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes twinkle{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.right{flex:1;display:flex;padding:24px}.panel{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:var(--panel);border-radius:24px;padding:32px}.panel-center{display:flex;flex-direction:column;align-items:center;gap:14px}.gbtn{display:flex;align-items:center;gap:11px;background:#fff;color:#1b1b1f;font-family:var(--jp);font-weight:700;font-size:15px;border:none;border-radius:12px;padding:15px 30px;cursor:pointer;transition:transform .12s,box-shadow .2s}.gbtn:hover{box-shadow:0 12px 30px -16px #00000080}.gbtn:active{transform:translateY(1px)}.gbtn:disabled{opacity:.7;cursor:default}.gbtn svg{width:18px;height:18px}.err{font-size:12.5px;color:#fff;background:#0003;border-radius:8px;padding:8px 12px;max-width:260px;text-align:center;line-height:1.6}.credit{position:absolute;left:0;right:0;bottom:26px;text-align:center;font-family:var(--logo);font-weight:600;font-size:13px;letter-spacing:.04em;color:#ffffffeb}@media (prefers-reduced-motion:reduce){.scene .chart{stroke-dashoffset:0;animation:none}.scene .bulb,.scene .spark{opacity:.9;transform:none;animation:none}}@media (max-width:880px){body{overflow-y:auto}.wrap{flex-direction:column;height:auto;min-height:0}.left{flex:none;padding:48px 28px 28px}.right{flex:none;padding:0 20px 28px;min-height:60vh}.panel{min-height:420px}}.home{min-height:100vh;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.home-head{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:#fff;border-bottom:1px solid #e6e8e2}.home-brand{font-family:Chakra Petch,sans-serif;font-weight:700;font-size:22px;letter-spacing:.06em;color:#2e7d6b}.home-user{display:flex;align-items:center;gap:16px}.home-user .who{font-size:13px;color:#6c7785}.logout{font-family:inherit;font-size:13px;color:#1b2430;background:#fff;border:1px solid #dcdfd9;border-radius:9px;padding:7px 14px;cursor:pointer}.logout:hover{border-color:#2e7d6b}.home-main{max-width:920px;margin:0 auto;padding:40px 28px}.home-title{font-size:20px;font-weight:700;margin-bottom:22px}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.tile{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:#fff;border:1px solid #e6e8e2;border-radius:16px;padding:24px;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .2s,box-shadow .2s,transform .1s}.tile:hover{border-color:#2e7d6b;box-shadow:0 14px 30px -22px #2e7d6b99}.tile:active{transform:translateY(1px)}.tile.is-soon{opacity:.55;cursor:not-allowed}.tile.is-soon:hover{border-color:#e6e8e2;box-shadow:none}.pic{width:46px;height:46px;border-radius:12px;background:#e9f1ed;display:flex;align-items:center;justify-content:center}.pic svg{width:24px;height:24px;stroke:#2e7d6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tile .t{font-size:17px;font-weight:700}.tile .s{font-size:12.5px;color:#6c7785}.ntc{min-height:100vh;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.ntc-head{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#2e7d6b;color:#fff}.ntc-ttl{font-weight:700;font-size:17px}.ntc-bar{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 22px;background:#fff;border-bottom:1px solid #e6e8e2}.tabs{display:inline-flex;background:#eef1ec;border-radius:10px;padding:3px}.tab{font-family:inherit;font-size:13.5px;color:#5a6470;background:transparent;border:0;border-radius:8px;padding:7px 16px;cursor:pointer}.tab.on{background:#fff;color:#1b2430;font-weight:700;box-shadow:0 1px 3px #0000001f}.ntc-main{max-width:820px;margin:0 auto;padding:22px}.ntc-muted{color:#6c7785;font-size:14px}.ntc-count{color:#8a93a0;font-size:12.5px;margin-bottom:10px}.ntc-err{color:#b3261e;font-size:14px;background:#fdecea;border:1px solid #f5c2bd;border-radius:10px;padding:12px 14px}.card{background:#fff;border:1px solid #e6e8e2;border-radius:14px;padding:16px 18px;margin-bottom:12px}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-title{font-size:16px;font-weight:700;line-height:1.5}.card-flags{display:flex;align-items:center;gap:10px;flex:0 0 auto}.stars{color:#fb8c00;font-size:14px;letter-spacing:1px}.stars.hi{color:#e53935}.clip{font-size:12px;color:#6c7785}.card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 10px}.chip{font-size:11.5px;color:#235f51;background:#e6f1ed;border:1px solid #cfe5dd;border-radius:999px;padding:2px 10px}.meta{font-size:12px;color:#8a93a0}.card-body{font-size:14px;line-height:1.7;color:#2c3540;white-space:pre-wrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.card-body.open{-webkit-line-clamp:unset;display:block}.more{margin-top:8px;font-family:inherit;font-size:12.5px;color:#2e7d6b;background:none;border:0;cursor:pointer;padding:0}.more:hover{text-decoration:underline}.att{margin-top:12px;padding-top:12px;border-top:1px dashed #e0e3dd;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.att-btn{font-family:inherit;font-size:12.5px;color:#235f51;background:#eef5f1;border:1px solid #cfe5dd;border-radius:9px;padding:7px 12px;cursor:pointer}.att-btn:hover{background:#e2efe9}.att-muted{font-size:12.5px;color:#8a93a0}.att-muted.err{color:#b3261e}.att-file{display:flex;align-items:center;gap:10px;width:100%;text-align:left;font-family:inherit;background:#fff;border:1px solid #e0e3dd;border-radius:10px;padding:9px 12px;cursor:pointer}.att-file:hover{border-color:#2e7d6b;background:#f7faf8}.att-ext{flex:0 0 auto;font-size:10.5px;font-weight:700;color:#fff;background:#2e7d6b;border-radius:5px;padding:3px 6px;letter-spacing:.04em}.att-name{flex:1;font-size:13.5px;color:#1b2430;word-break:break-all}.att-desc{flex:0 0 auto;font-size:11.5px;color:#8a93a0}.sec{margin-bottom:26px}.sec-ttl{font-size:15px;font-weight:700;color:#fff;background:#2e7d6b;border-radius:10px;padding:9px 14px;margin-bottom:12px}.sec-ttl.today{background:#1f6fb2}.sec-empty{padding:2px 4px}.ntc-post{max-width:820px;margin:0 auto;padding:14px 22px 0}.post-toggle{font-family:inherit;font-size:13.5px;font-weight:700;color:#fff;background:#2e7d6b;border:0;border-radius:10px;padding:11px 16px;cursor:pointer;width:100%;text-align:left}.post-toggle:hover{background:#276e5e}.post-form{background:#fff;border:1px solid #e6e8e2;border-radius:14px;padding:16px 18px;margin-top:10px;display:flex;flex-direction:column;gap:12px}.pf-row{display:flex;flex-direction:column;gap:5px}.pf-row>label{font-size:12px;color:#5a6470;font-weight:700}.pf-row input[type=text],.pf-row textarea,.pf-row select{font-family:inherit;font-size:14px;padding:9px 11px;border:1px solid #dcdfd9;border-radius:9px;outline:none;background:#fff}.pf-row input[type=text]:focus,.pf-row textarea:focus,.pf-row select:focus{border-color:#2e7d6b}.pf-row textarea{min-height:96px;resize:vertical;line-height:1.6}.pf-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pf-date{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pf-date input{font-family:inherit;font-size:13.5px;padding:8px 10px;border:1px solid #dcdfd9;border-radius:9px}.pf-checks{display:flex;gap:16px;flex-wrap:wrap;padding:2px 0}.pf-check{display:flex;align-items:center;gap:6px;font-size:13.5px;color:#2c3540}.post-err{color:#b3261e;font-size:13px;background:#fdecea;border:1px solid #f5c2bd;border-radius:9px;padding:9px 12px;margin:0}.post-actions{display:flex;justify-content:flex-end}.post-submit{font-family:inherit;font-size:14px;font-weight:700;color:#fff;background:#2e7d6b;border:0;border-radius:10px;padding:10px 22px;cursor:pointer}.post-submit:disabled{opacity:.6;cursor:default}.post-submit:hover:not(:disabled){background:#276e5e}@media (max-width:560px){.pf-grid{grid-template-columns:1fr}}.stu{min-height:100vh;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.stu-head{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#2e7d6b;color:#fff}.stu-ttl{font-weight:700;font-size:17px}.stu-bar{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 22px;background:#fff;border-bottom:1px solid #e6e8e2}.year{font-family:inherit;font-size:13.5px;padding:7px 10px;border:1px solid #dcdfd9;border-radius:9px;background:#fff;cursor:pointer}.search{flex:1;min-width:200px;font-family:inherit;font-size:14px;padding:9px 13px;border:1px solid #dcdfd9;border-radius:10px;outline:none}.search:focus{border-color:#2e7d6b}.stu-main{max-width:880px;margin:0 auto;padding:22px}.stu-muted{color:#6c7785;font-size:14px}.stu-count{color:#8a93a0;font-size:12.5px;margin-bottom:10px}.stu-err{color:#b3261e;font-size:14px;background:#fdecea;border:1px solid #f5c2bd;border-radius:10px;padding:12px 14px}.grade{margin-bottom:26px}.grade-ttl{font-size:15px;font-weight:700;color:#235f51;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #e6f1ed}.cls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.cls-card{display:flex;flex-direction:column;gap:4px;align-items:flex-start;background:#fff;border:1px solid #e6e8e2;border-radius:12px;padding:14px 16px;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .15s,box-shadow .15s}.cls-card:hover{border-color:#2e7d6b;box-shadow:0 10px 24px -20px #2e7d6bb3}.cls-name{font-size:16px;font-weight:700;line-height:1.4}.cls-meta{font-size:12px;color:#8a93a0}.cls-count{font-size:12px;color:#235f51;background:#e6f1ed;border-radius:999px;padding:1px 9px;margin-top:2px}.cls-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:14px}.cls-ttl{font-size:18px;font-weight:700}.cls-sub{font-size:12.5px;color:#8a93a0}.st-list{display:flex;flex-direction:column;gap:6px}.st-row{display:grid;grid-template-columns:48px 1.4fr 1.4fr 1fr 40px;align-items:center;gap:10px;width:100%;background:#fff;border:1px solid #e6e8e2;border-radius:10px;padding:11px 14px;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .15s,background .15s}.st-row:hover{border-color:#2e7d6b;background:#f7faf8}.st-seq{font-size:13px;color:#8a93a0;text-align:center}.st-name{font-size:15px;font-weight:700}.st-kana{font-size:12px;color:#8a93a0}.st-cls{font-size:12.5px;color:#5a6470}.st-sex{font-size:12.5px;color:#8a93a0;text-align:center}.detail{background:#fff;border:1px solid #e6e8e2;border-radius:16px;padding:22px 24px}.d-name{display:flex;flex-direction:column;gap:2px;margin:8px 0 18px}.d-kana{font-size:12.5px;color:#8a93a0}.d-full{font-size:24px;font-weight:700}.d-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 24px}.d-grid>div{display:flex;flex-direction:column;gap:3px;padding:8px 0;border-bottom:1px solid #f0f2ee}.d-grid .k{font-size:11.5px;color:#8a93a0}.d-grid .v{font-size:14.5px}.d-counsel{margin-top:22px;padding-top:16px;border-top:1px dashed #e0e3dd}.d-counsel-ttl{font-size:14px;font-weight:700;color:#235f51;margin-bottom:6px}@media (max-width:560px){.st-row{grid-template-columns:40px 1fr 36px}.st-kana,.st-cls{display:none}}.d-head{display:flex;gap:18px;align-items:center;margin:8px 0 18px}.d-photo{width:84px;height:108px;object-fit:cover;border-radius:10px;border:1px solid #e6e8e2;background:#f0f2ee;flex:0 0 auto}.d-photo-none{display:flex;align-items:center;justify-content:center;font-size:11px;color:#a7afba}.d-head .d-name{margin:0}.d-notes{margin-top:22px;padding-top:16px;border-top:1px dashed #e0e3dd}.note{background:#f7faf8;border:1px solid #e6efe9;border-radius:10px;padding:10px 13px;margin-bottom:8px}.note-meta{font-size:11.5px;color:#8a93a0;margin-bottom:4px}.note-body{font-size:13.5px;line-height:1.6;color:#2c3540;white-space:pre-wrap}.d-clubs{margin-top:22px;padding-top:16px;border-top:1px dashed #e0e3dd}.club-row{display:flex;align-items:center;gap:10px;padding:6px 0}.club-badge{font-size:11px;font-weight:700;border-radius:6px;padding:2px 8px;flex:0 0 auto}.club-badge.s-active{color:#1b6b53;background:#e6f1ed}.club-badge.s-quit{color:#9a6700;background:#fdf3e3}.club-badge.s-other{color:#5a6470;background:#eef1ec}.club-name{font-size:14.5px;font-weight:700}.club-period{font-size:11.5px;color:#8a93a0}.d-grades{margin-top:22px;padding-top:16px;border-top:1px dashed #e0e3dd}.g-avg{font-size:13.5px;color:#2c3540;margin-bottom:10px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.g-avg-lbl{font-weight:700;color:#235f51}.g-avg span:not(.g-avg-lbl){background:#eef6f2;border-radius:6px;padding:2px 8px;font-weight:700;color:#235f51}.g-sel{display:flex;gap:10px;margin-bottom:10px}.g-sel select{font-family:inherit;font-size:13px;padding:6px 9px;border:1px solid #dcdfd9;border-radius:8px;background:#fff;cursor:pointer}.g-wrap{overflow-x:auto;border:1px solid #e6e8e2;border-radius:10px}.g-tbl{border-collapse:collapse;font-size:13px;white-space:nowrap}.g-tbl th,.g-tbl td{border:1px solid #eceee9;padding:7px 10px;text-align:center}.g-tbl thead th{background:#f3f5f1;font-weight:700}.g-tbl tbody th{background:#fafbf9;font-weight:700;color:#5a6470;position:sticky;left:0}.g-tbl thead th:first-child{position:sticky;left:0;z-index:2;background:#eef1ec}.g-tbl td.akaten{background:#fde8e6;color:#c0271c;font-weight:700}.g-tabs{display:flex;align-items:center;gap:8px;margin-bottom:10px}.g-tab{font-family:inherit;font-size:13px;padding:6px 14px;border:1px solid #dcdfd9;border-radius:8px;background:#fff;cursor:pointer;color:#5a6470}.g-tab.on{background:#2e7d6b;color:#fff;border-color:#2e7d6b;font-weight:700}.g-year{margin-left:auto;font-family:inherit;font-size:13px;padding:6px 9px;border:1px solid #dcdfd9;border-radius:8px;background:#fff;cursor:pointer}.g-note{font-size:11.5px;color:#8a93a0;margin-top:8px;line-height:1.5}.g-tbl th,.g-tbl td{padding:6px 8px}.g-tbl td{font-weight:700;font-variant-numeric:tabular-nums}.g-tbl thead th{white-space:normal;max-width:84px;word-break:break-word;line-height:1.35;font-size:12px}.g-tbl thead th:first-child,.g-tbl tbody th{white-space:nowrap}.g-tbl{font-size:11.5px}.g-tbl th,.g-tbl td{padding:5px 7px}.g-tbl thead th{font-size:11px;max-width:72px;line-height:1.3}.g-tbl tbody th{font-size:11.5px}.g-tbl{width:100%;table-layout:fixed}.g-tbl thead th{white-space:normal;max-width:none;word-break:break-word}.g-tbl tbody th,.g-tbl tbody td{white-space:normal}.g-tbl thead th{white-space:nowrap;font-size:10px;letter-spacing:-.02em}.g-tbl td.orange{background:#fff0e0;color:#c8761a;font-weight:700}.clb{min-height:100vh;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.clb-head{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#2e7d6b;color:#fff}.clb-ttl{font-weight:700;font-size:17px}.clb-bar{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 22px;background:#fff;border-bottom:1px solid #e6e8e2}.navlink{font-family:inherit;font-size:13px;color:#2e7d6b;background:none;border:0;cursor:pointer;padding:6px 4px}.navlink:hover{text-decoration:underline}.chk{display:flex;align-items:center;gap:6px;font-size:13px;color:#5a6470;cursor:pointer}.year{font-family:inherit;font-size:13.5px;padding:7px 10px;border:1px solid #dcdfd9;border-radius:9px;background:#fff;cursor:pointer;margin-left:auto}.clb-main{max-width:880px;margin:0 auto;padding:22px}.clb-muted{color:#6c7785;font-size:14px}.clb-count{color:#8a93a0;font-size:12.5px;margin-bottom:10px}.clb-err{color:#b3261e;font-size:14px;background:#fdecea;border:1px solid #f5c2bd;border-radius:10px;padding:12px 14px}.clb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.clb-card{display:flex;flex-direction:column;gap:5px;align-items:flex-start;background:#fff;border:1px solid #e6e8e2;border-radius:12px;padding:14px 16px;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .15s,box-shadow .15s}.clb-card:hover{border-color:#2e7d6b;box-shadow:0 10px 24px -20px #2e7d6bb3}.clb-card.off{opacity:.5}.clb-name{font-size:16px;font-weight:700}.clb-copy{font-size:12px;color:#6c7785}.clb-cat{font-size:11px;color:#235f51;background:#e6f1ed;border-radius:999px;padding:1px 9px}.cdetail{background:#fff;border:1px solid #e6e8e2;border-radius:16px;padding:22px 24px}.cd-name{font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px}.cd-off{font-size:11px;color:#b3261e;background:#fdecea;border-radius:6px;padding:2px 7px;font-weight:700}.cd-copy{color:#235f51;font-size:13.5px;margin-top:4px}.cd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 24px;margin:16px 0}.cd-grid>div{display:flex;flex-direction:column;gap:3px;padding:8px 0;border-bottom:1px solid #f0f2ee}.cd-grid .k{font-size:11.5px;color:#8a93a0}.cd-grid .v{font-size:14px}.cd-intro{font-size:13.5px;line-height:1.7;color:#2c3540;white-space:pre-wrap;margin-bottom:8px}.cd-members{margin-top:18px;padding-top:16px;border-top:1px dashed #e0e3dd}.cd-mttl{font-size:14px;font-weight:700;color:#235f51;margin-bottom:10px}.m-list{display:flex;flex-direction:column;gap:6px}.m-row{display:grid;grid-template-columns:minmax(92px,auto) 1fr 18px;align-items:center;gap:12px;width:100%;text-align:left;font-family:inherit;cursor:pointer;background:#f7faf8;border:1px solid #e6efe9;border-radius:9px;padding:10px 14px;transition:border-color .15s,background .15s}.m-row:hover{border-color:#2e7d6b;background:#eef6f2}.m-cls{font-size:13px;font-weight:700;color:#235f51;white-space:nowrap}.m-name{font-size:15px;font-weight:700}.m-go{font-size:18px;color:#9fb4ab;text-align:center;line-height:1}.bnt{min-height:100vh;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.bnt-head{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#2e7d6b;color:#fff}.bnt-ttl{font-weight:700;font-size:17px}.navbtn{font-family:inherit;font-size:13px;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:6px 12px;cursor:pointer}.navbtn:hover{background:#ffffff3d}.bnt-main{max-width:880px;margin:0 auto;padding:22px}.bnt-muted{color:#6c7785;font-size:14px}.bnt-err{color:#b3261e;font-size:14px;background:#fdecea;border:1px solid #f5c2bd;border-radius:10px;padding:12px 14px}.bnt-sec{margin-bottom:28px}.bnt-sttl{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:15px;font-weight:700;color:#fff;background:#2e7d6b;border-radius:10px;padding:9px 14px;margin-bottom:12px}.bnt-badge{font-size:11.5px;font-weight:700;border-radius:999px;padding:3px 11px}.bnt-badge.open{background:#d6f0e6;color:#176b53}.bnt-badge.closed{background:#fde3e0;color:#b3261e}.bnt-order{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e6e8e2;border-radius:12px;padding:12px 16px;margin-bottom:8px}.bo-store{font-size:12px;color:#235f51;background:#e6f1ed;border-radius:6px;padding:2px 9px;white-space:nowrap}.bo-name{font-size:15px;font-weight:700;flex:1}.bo-price{font-size:15px;font-weight:700;color:#235f51}.bo-settle{font-family:inherit;font-size:12.5px;font-weight:700;border-radius:8px;padding:6px 14px;cursor:pointer;border:1px solid #f3b0a8;color:#b3261e;background:#fff3f1;white-space:nowrap}.bo-settle:hover{background:#fde3e0}.bo-settle.done{border-color:#bfe3d4;color:#176b53;background:#e6f1ed}.bo-settle:disabled{opacity:.6;cursor:default}.bnt-store{margin-bottom:16px}.bnt-store-ttl{font-size:13.5px;font-weight:700;color:#235f51;margin:0 0 8px;padding-bottom:5px;border-bottom:2px solid #e6f1ed}.bnt-bar-wrap{margin-bottom:7px}.bnt-bar{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e6e8e2;border-radius:10px;padding:11px 14px;cursor:pointer;transition:border-color .15s}.bnt-bar:hover{border-color:#2e7d6b}.bnt-bar.open{border-color:#2e7d6b;border-bottom-left-radius:0;border-bottom-right-radius:0}.bb-name{font-size:14.5px;font-weight:700;flex:1}.bb-price{font-size:14px;font-weight:700;color:#235f51;white-space:nowrap}.bb-order{font-family:inherit;font-size:13px;font-weight:700;color:#fff;background:#e8503a;border:none;border-radius:8px;padding:7px 16px;cursor:pointer;white-space:nowrap}.bb-order:hover{background:#d8422d}.bb-order:disabled{opacity:.6;cursor:default}.bb-closed{font-size:12px;font-weight:700;color:#b3261e;white-space:nowrap}.bnt-bar-detail{border:1px solid #2e7d6b;border-top:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fff;padding:12px 14px;display:flex;justify-content:center}.bnt-detail-img{max-width:260px;width:100%;height:auto;border-radius:8px;display:block}.bnt-detail-noimg{font-size:12px;color:#a7afba;padding:20px}.bnt-hist{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e6e8e2;border-radius:10px;padding:9px 14px;margin-bottom:6px}.bh-date{font-size:12px;color:#8a93a0;width:96px;flex:0 0 auto}.bh-name{font-size:14px;font-weight:700;flex:1}.bh-store{font-size:12px;color:#5a6470}.bh-price{font-size:13.5px;font-weight:700;color:#235f51}@media (max-width:560px){.bh-store{display:none}}
