@import"https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Press+Start+2P&family=Rye&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap";: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;background:transparent;border:0;padding:0;cursor:pointer;line-height:1;transition:opacity .15s}.home-brand:hover{opacity:.65}.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}.mgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 16px;justify-items:center;max-width:760px;margin:0 auto;padding:8px 0}.mcell{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;position:relative;background:none;border:0;cursor:pointer;font-family:inherit;padding:0}.micon{width:92px;height:92px;border-radius:22px;display:block;line-height:92px;text-align:center;font-size:44px;color:#fff;box-shadow:0 8px 18px -8px #0006;-webkit-user-select:none;user-select:none}.mlabel{font-size:14px;font-weight:700;letter-spacing:0;line-height:1.2;color:#1b2430;text-align:center;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mfolder{width:92px;height:92px;border-radius:22px;background:#78828c2e;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;padding:10px;box-sizing:border-box}.mfolder span{background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:19px}@keyframes mjig{0%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}to{transform:rotate(-2deg)}}.mgrid.editing .micon,.mgrid.editing .mfolder{animation:mjig .32s infinite ease-in-out}.mgrid.editing .mcell:nth-child(2n) .micon,.mgrid.editing .mcell:nth-child(2n) .mfolder{animation-delay:.16s}.mgrid.editing .mcell{touch-action:none}.mcell.dragging .micon{transform:scale(1.12);box-shadow:0 16px 28px -8px #00000080;animation:none}.foldertarget .micon,.foldertarget .mfolder{outline:3px dashed #2e7d6b;outline-offset:4px}@media (prefers-reduced-motion: reduce){.mgrid.editing .micon,.mgrid.editing .mfolder,.moverlay,.msheet{animation:none}}.medit-btn{font-family:inherit;font-size:13px;color:#1b2430;background:#fff;border:1px solid #dcdfd9;border-radius:9px;padding:7px 14px;cursor:pointer}.medit-btn.on{background:#2e7d6b;color:#fff;border-color:#2e7d6b}.moverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141c1873;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px;touch-action:none;overscroll-behavior:contain}.moverlay .mcell{touch-action:none}.msheet{background:#fff;border-radius:18px;padding:18px;width:min(420px,92vw);box-shadow:0 24px 60px -20px #00000080}.msheet h4{margin:0 0 12px;font-size:15px;color:#1b2430}.mfield{width:100%;border:1px solid #dcdfd9;border-radius:9px;padding:9px 11px;font-size:15px;box-sizing:border-box;margin-bottom:14px}.msheet-actions{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.mghost{background:none;border:0;color:#6c7785;font-size:13px;cursor:pointer}.mdone{background:#2e7d6b;color:#fff;border:0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer}@media (max-width:560px){.mgrid{grid-template-columns:repeat(3,1fr);gap:16px 8px;max-width:100%}.micon,.mfolder{width:56px;height:56px;border-radius:15px;font-size:26px}.micon{line-height:56px}.mfolder{padding:6px}.mfolder span{font-size:12px}.mlabel{font-size:10px;max-width:84px}}.mgrid.cols5{grid-template-columns:repeat(5,1fr);max-width:900px}@media (max-width:560px){.mgrid.cols5{grid-template-columns:repeat(3,1fr)}}.mcell-overlay{cursor:grabbing;transform:scale(1.06);animation:none}.mcell-overlay .micon,.mcell-overlay .mfolder{box-shadow:0 18px 32px -8px #00000080}.mhint{font-size:11px;color:#8a94a2;text-align:center;margin:0 0 10px}@keyframes mfade{0%{opacity:0}to{opacity:1}}@keyframes mpop{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:none}}.moverlay{animation:mfade .14s ease}.msheet{animation:mpop .17s cubic-bezier(.2,0,0,1)}.mcheck{position:absolute;top:-6px;left:calc(50% - 46px);width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid #c3ccd4;box-shadow:0 2px 5px #00000040;z-index:3}.mcheck.on{background:#2e7d6b;border-color:#2e7d6b}.mcheck.on:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800}.mcell.selected .micon{outline:3px solid rgba(46,125,107,.65);outline-offset:3px}@media (max-width:560px){.mcheck{left:calc(50% - 30px);width:19px;height:19px}}@keyframes mdup{0%{transform:translateY(100%)}to{transform:none}}.mdrawer{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:1px solid #e2e5df;border-radius:18px 18px 0 0;box-shadow:0 -10px 30px -14px #00000059;padding:12px 16px calc(16px + env(safe-area-inset-bottom));width:min(760px,100%);margin:0 auto;animation:mdup .2s cubic-bezier(.2,0,0,1)}.mdcount{font-size:12px;font-weight:700;color:#2e7d6b;margin:0 2px 10px}.mdtabs{display:flex;gap:8px;margin-bottom:12px}.mdtab{flex:1;font-family:inherit;font-size:13px;font-weight:700;color:#1b2430;background:#f3f5f1;border:1px solid #e2e5df;border-radius:11px;padding:9px 4px;cursor:pointer}.mdtab.sel{background:#2e7d6b;color:#fff;border-color:#2e7d6b}.mdtab.dim{opacity:.4;cursor:default}.mdpane{min-height:104px}.mdsub{font-size:11px;color:#8a94a2;font-weight:700;margin:2px 2px 8px}.mdsub-row{display:flex;justify-content:space-between;align-items:center}.mlink{background:none;border:0;color:#a06a3a;font-size:12px;font-weight:700;cursor:pointer;padding:0}.mfield-sm{margin-bottom:0;margin-top:10px}.mcats{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;margin-bottom:9px}.mcat{flex:0 0 auto;font-family:inherit;font-size:11px;font-weight:700;padding:6px 12px;border-radius:999px;border:1px solid #e2e5df;background:#fff;color:#4a5560;cursor:pointer;white-space:nowrap}.mcat.sel{background:#e7f1ee;border-color:#2e7d6b;color:#1f5e50}.memos{display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:4px;max-height:150px;overflow-y:auto}.memoji{height:30px;line-height:30px;text-align:center;font-size:19px;border-radius:7px;border:1px solid #edefea;background:#fff;cursor:pointer;padding:0}.memoji:hover{background:#f3f5f1}.msws{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin-bottom:12px}.msw{width:32px;height:32px;border-radius:9px;cursor:pointer;border:2px solid rgba(0,0,0,.06);padding:0}.msw:hover{transform:scale(1.08)}.msw-wrap{position:relative;display:inline-flex}.msws.editing .msw.my{animation:mjig .32s infinite ease-in-out}.msw-del{position:absolute;top:-7px;right:-7px;width:17px;height:17px;border-radius:50%;background:#c9302c;color:#fff;border:0;font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.msw.add{display:flex;align-items:center;justify-content:center;color:#4a5560;font-weight:800;font-size:18px;background:conic-gradient(from 0deg,#e07a5f,#c98a3d,#7bab4d,#3d9a8b,#5b7fc7,#9a6fb0,#c95f8b,#e07a5f);position:relative}.msw.add span{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center}.mcolor-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mdfoot{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.mdfoot-right{display:flex;gap:10px;align-items:center}.nb{position:relative;display:inline-flex}.nb-btn{position:relative;font-size:18px;background:#fff;border:1px solid #dcdfd9;border-radius:9px;padding:5px 10px;cursor:pointer;line-height:1.2}.nb-btn:hover{border-color:#2e7d6b}.nb-badge{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;border-radius:999px;background:#c9302c;color:#fff;font-size:10.5px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box}.nb-panel{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,88vw);max-height:420px;overflow-y:auto;background:#fff;border:1px solid #e2e5df;border-radius:14px;box-shadow:0 18px 40px -18px #00000059;z-index:60;padding:10px 0}@media (max-width:560px){.nb-panel{position:fixed;top:70px;left:50%;right:auto;transform:translate(-50%);width:min(380px,94vw);max-height:70vh}}.nb-head{font-size:13px;font-weight:700;color:#1b2430;padding:2px 16px 8px;border-bottom:1px solid #eef0ea}.nb-empty{font-size:13px;color:#8b919c;text-align:center;padding:22px 12px;margin:0}.nb-list{list-style:none;margin:0;padding:0}.nb-item{display:flex;gap:10px;padding:10px 16px;border-bottom:1px solid #f2f4ee}.nb-item:last-child{border-bottom:0}.nb-item.unread{background:#f2f8f5}.nb-src{font-size:17px;flex:0 0 auto;margin-top:1px}.nb-main{min-width:0}.nb-title{font-size:13.5px;font-weight:700;color:#1b2430;line-height:1.35;word-break:break-word;text-decoration:none;display:block}a.nb-title:hover{color:#2e7d6b;text-decoration:underline}.nb-text{font-size:12.5px;color:#5a6470;line-height:1.4;margin-top:2px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nb-time{font-size:11px;color:#9aa2ac;margin-top:3px}.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}.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}.bb-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}.bb-order2{font-family:inherit;font-size:12.5px;font-weight:700;color:#e8503a;background:#fff;border:1.5px solid #e8503a;border-radius:8px;padding:5.5px 12px;cursor:pointer;white-space:nowrap}.bb-order2:hover{background:#fdecea}.bb-order2:disabled{opacity:.6;cursor:default}.bnt-oomori-note{font-size:12px;color:#235f51;background:#f2f9f6;border:1px solid #d6ebe3;border-radius:9px;padding:8px 12px;margin:-2px 0 12px}.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}}.bnt-tabs{display:flex;gap:6px;margin:4px 0 14px;flex-wrap:wrap}.bnt-tab{border:1px solid #d7dae0;background:#fff;border-radius:999px;padding:7px 18px;font-size:13px;cursor:pointer;white-space:nowrap}.bnt-tab.on{background:#1f2430;color:#fff;border-color:#1f2430}.bsm-ctrl{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.bsm-datenav{display:flex;gap:6px;align-items:center}.bsm-dn,.bsm-dn-today,.bsm-act{border:1px solid #d7dae0;background:#fff;border-radius:8px;padding:6px 10px;font-size:13px;cursor:pointer}.bsm-dn:hover,.bsm-dn-today:hover,.bsm-act:hover{background:#f0f2f5}.bsm-dn-today{background:#eef3ff;border-color:#c7d6ff}.bsm-dn-date{border:1px solid #d7dae0;border-radius:8px;padding:5px 8px;font-size:14px}.bsm-actions{display:flex;gap:6px}.bsm-act{padding:6px 14px}.bsm-act:disabled{opacity:.45;cursor:default}.bsm-summary{display:flex;align-items:baseline;gap:12px;margin:12px 2px 14px}.bsm-date{font-size:18px;font-weight:700}.bsm-meta{font-size:13px;color:#5b6270}.bsm-store{background:#fff;border:1px solid #e6e8ec;border-radius:12px;margin-bottom:12px;overflow:hidden}.bsm-store-head{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#fafbfc;border-bottom:1px solid #eef0f3;font-weight:700}.bsm-store-sub{font-size:13px;color:#5b6270;font-weight:600}.bsm-tbl{width:100%;border-collapse:collapse}.bsm-tbl th,.bsm-tbl td{padding:8px 14px;border-bottom:1px solid #f0f2f5;font-size:14px}.bsm-tbl th{font-size:12px;color:#8b919c;font-weight:600;text-align:left}.bsm-tbl tr:last-child td{border-bottom:none}.bsm-c-num{text-align:right;white-space:nowrap}.bsm-c-count{font-weight:700}.bsm-c-menu{width:100%}.bsm-grand{text-align:right;font-weight:700;font-size:15px;padding:10px 6px 4px}.bsm-person{background:#fff;border:1px solid #e6e8ec;border-radius:12px;margin-bottom:10px;overflow:hidden}.bsm-person-head{display:flex;justify-content:space-between;padding:9px 14px;background:#fafbfc;border-bottom:1px solid #eef0f3}.bsm-pn-name{font-weight:700}.bsm-pn-total{font-size:13px;color:#5b6270;font-weight:600}.bsm-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:8px 14px;border-bottom:1px solid #f0f2f5;font-size:14px}.bsm-item:last-child{border-bottom:none}.bsm-it-store{color:#8b919c;font-size:12px}.bsm-it-price{text-align:right;white-space:nowrap}.bsm-it-settle{font-size:12px;padding:2px 8px;border-radius:999px;background:#fdecea;color:#c0322b;white-space:nowrap}.bsm-it-settle.done{background:#e8f5e9;color:#2e7d32}@media print{.bnt-head,.bnt-tabs,.bsm-ctrl{display:none!important}.bnt-main{max-width:none;padding:0}.bsm-store,.bsm-person{border-color:#ccc;break-inside:avoid}}.lf{min-height:100vh;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.lf-head{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#2e7d6b;color:#fff;position:sticky;top:0;z-index:5}.lf-ttl{font-weight:700;font-size:16px}.lf-main{max-width:1000px;margin:0 auto;padding:16px 22px 40px}.lf-note{font-size:13.5px;color:#5a6470;background:#eef5f1;border:1px solid #d6e7e0;border-radius:10px;padding:10px 14px;margin:4px 0 18px}.lf-err{color:#b3261e;background:#fdecea;border:1px solid #f5c2bd;border-radius:10px;padding:12px 14px}.lf-muted{color:#8b919c;padding:24px 0;text-align:center}.lf-tabs{display:flex;gap:8px;margin:0 0 16px;flex-wrap:wrap}.lf-tab{font-family:inherit;font-size:13.5px;font-weight:700;color:#4a5560;background:#fff;border:1px solid #dcdfd9;border-radius:999px;padding:8px 18px;cursor:pointer}.lf-tab:hover{border-color:#2e7d6b}.lf-tab.sel{background:#2e7d6b;color:#fff;border-color:#2e7d6b}.lf-tab-cnt{font-weight:600;font-size:11.5px;opacity:.75;margin-left:6px}.lf-search{width:100%;box-sizing:border-box;border:1px solid #dcdfd9;border-radius:11px;padding:11px 14px;font-size:15px;font-family:inherit;margin-bottom:14px;background:#fff}.lf-search:focus{outline:2px solid rgba(46,125,107,.25);border-color:#2e7d6b}.lf-hits{font-size:12.5px;font-weight:700;color:#235f51;margin:0 0 10px}.lf-month{margin-bottom:26px}.lf-month-ttl{display:flex;align-items:baseline;gap:10px;font-size:16px;font-weight:700;color:#235f51;border-bottom:2px solid #d6e7e0;padding-bottom:6px;margin:0 0 14px}.lf-month-cnt{font-size:12.5px;color:#7a8590;font-weight:600}.lf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.lf-card{background:#fff;border:1px solid #e6e8e2;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.lf-img-wrap{aspect-ratio:4 / 3;background:#f0f2ee;display:flex;align-items:center;justify-content:center;overflow:hidden}.lf-img{width:100%;height:100%;object-fit:cover;display:block}.lf-noimg{font-size:12px;color:#a7aeb5}.lf-info{padding:10px 12px 12px}.lf-item{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:4px;word-break:break-word}.lf-place{font-size:12.5px;color:#235f51;background:#e6f1ed;border-radius:6px;padding:1px 8px;display:inline-block;margin-bottom:4px}.lf-date{font-size:12px;color:#7a8590}@media print{.lf-head{display:none!important}.lf-main{max-width:none;padding:0}.lf-card,.lf-month-ttl{break-inside:avoid}}.fg{min-height:100vh;display:flex;flex-direction:column;background:#1a1109}.fg-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#241710;border-bottom:2px solid #3a2a18;color:#ece0c2}.fg-ttl{font-family:Dela Gothic One,sans-serif;font-size:18px;color:#e3a72c;letter-spacing:.02em}.fg-navbtn{font-family:Zen Kaku Gothic New;font-weight:700;font-size:13px;color:#ece0c2;background:#3a2a18;border:2px solid #5a4226;border-radius:8px;padding:7px 12px;cursor:pointer}.fg-navbtn:active{transform:translateY(1px)}.fg-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:14px;background:radial-gradient(120% 100% at 50% -10%,#5a4226,#2a1c10 60%,#1a1109);color:#ece0c2;-webkit-font-smoothing:antialiased}.fg-game{width:100%;max-width:780px;display:flex;flex-direction:column;gap:11px;font-family:Zen Kaku Gothic New,sans-serif}.fg-wanted-strip{display:flex;align-items:stretch;gap:12px;background:linear-gradient(180deg,#efe4c8,#ddc99c);border:3px solid #2a1c10;border-radius:10px;box-shadow:0 8px #1a1109,inset 0 0 0 2px #c9b07e,inset 0 0 18px #78501e40;padding:10px 14px}.fg-poster{flex:0 0 auto;width:106px;display:flex;flex-direction:column;align-items:center;gap:3px;background:#e8d9b3;border:2px solid #2a1c10;border-radius:6px;padding:6px;box-shadow:inset 0 0 0 1px #b89a5e}.fg-wlabel{font-family:Rye,serif;font-size:18px;color:#2a1c10;line-height:1}.fg-target{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #2a1c10;background:#f3efe6}.fg-target svg,.fg-target img{display:block;width:100%;height:100%;object-fit:cover}.fg-tname{font-family:Zen Kaku Gothic New;font-weight:700;font-size:12px;color:#3a2a18;text-align:center;line-height:1.1}.fg-meta{flex:1;display:flex;flex-direction:column;justify-content:center;gap:9px;color:#3a2a18}.fg-find{font-weight:700;font-size:17px;color:#2a1c10}.fg-find b{color:#b5402f}.fg-gauges{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.fg-time{font-family:"Press Start 2P",monospace;font-size:24px;color:#2f7d6b;background:#fff8e8;border:2px solid #2a1c10;border-radius:6px;padding:8px 12px;min-width:116px;text-align:center}.fg-time.fg-low{color:#b5402f;animation:fg-pulse .5s steps(2) infinite}@keyframes fg-pulse{50%{opacity:.45}}.fg-chip{font-family:"Press Start 2P",monospace;font-size:11px;color:#2a1c10;background:#f0e6c8;border:2px solid #2a1c10;border-radius:6px;padding:8px 10px}.fg-chip b{color:#b5402f}.fg-field-wrap{position:relative;height:58vh;min-height:330px;border:5px solid #2a1c10;border-radius:12px;background:repeating-linear-gradient(45deg,#e7dab9 0,#e7dab9 14px,#e2d2ab 14px,#e2d2ab 28px);box-shadow:0 10px #1a1109,inset 0 0 26px #5a3c144d;overflow:hidden;touch-action:manipulation;-webkit-user-select:none;user-select:none}.fg-field{position:absolute;top:0;right:0;bottom:0;left:0}.fg-face{position:absolute;left:0;top:0;width:58px;height:58px;cursor:pointer;will-change:transform}.fg-face svg,.fg-face img,.fg-pic{display:block;width:100%;height:100%;border-radius:50%;border:2px solid #2a1c10;background:#f3efe6;box-shadow:0 2px 4px #00000059;object-fit:cover}.fg-face.fg-spawn svg,.fg-face.fg-spawn img{animation:fg-pop .22s ease-out}@keyframes fg-pop{0%{transform:scale(.2)}to{transform:scale(1)}}.fg-face.fg-gone{pointer-events:none}.fg-face.fg-gone svg,.fg-face.fg-gone img{animation:fg-vanish .25s forwards}@keyframes fg-vanish{to{transform:scale(.1) rotate(40deg);opacity:0}}.fg-float{position:absolute;font-family:"Press Start 2P",monospace;font-size:16px;pointer-events:none;animation:fg-rise .7s forwards;text-shadow:1px 1px 0 #00000040}.fg-float.fg-plus{color:#1f7a3a}.fg-float.fg-minus{color:#c0271c}@keyframes fg-rise{to{transform:translateY(-34px);opacity:0}}.fg-flash{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0}.fg-flash.fg-go{animation:fg-fl .3s}.fg-flash.fg-good{background:radial-gradient(circle,#2f7d6b00,#2f7d6b59)}.fg-flash.fg-bad{background:radial-gradient(circle,#b5402f00,#b5402f66)}@keyframes fg-fl{0%{opacity:1}to{opacity:0}}.fg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:22px;background:#1a1109d9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#ece0c2;z-index:5}.fg-overlay.fg-hidden{display:none}.fg-overlay h1{font-family:Rye,serif;font-size:32px;color:#e3a72c;line-height:1.1;text-shadow:2px 2px 0 #1a1109}.fg-overlay p{font-size:14px;max-width:360px;line-height:1.8;color:#f0e6cf}.fg-big{font-family:"Press Start 2P",monospace;font-size:20px;color:#2f7d6b}.fg-btn{font-family:"Press Start 2P",monospace;font-size:12px;color:#fff8e8;background:#b5402f;border:3px solid #1a1109;border-radius:8px;padding:13px 18px;cursor:pointer;box-shadow:0 5px #1a1109;transition:transform .08s}.fg-btn:active{transform:translateY(3px);box-shadow:0 2px #1a1109}.fg-btn:disabled{opacity:.6;cursor:default}.fg-btn.fg-gray{background:#6b5a44}.fg-ranks{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fg-rcol{background:#e8d9b3;border:3px solid #2a1c10;border-radius:9px;padding:8px 12px;color:#3a2a18}.fg-rcol h3{font-family:Rye,serif;font-size:15px;color:#2a1c10;margin-bottom:5px;text-align:center}.fg-rcol ol{list-style:none;display:flex;flex-direction:column;gap:3px}.fg-rcol li{display:flex;justify-content:space-between;font-size:13px;font-weight:700;border-bottom:1px dashed #b89a5e;padding:2px 0}.fg-rk{color:#b5402f;font-family:"Press Start 2P";font-size:10px;margin-right:6px}.fg-sc{font-family:"Press Start 2P";font-size:11px;color:#2f7d6b}.fg-statline{text-align:center;font-size:13px;color:#e2d2ab;line-height:1.7}.fg-statline b{color:#e3a72c}.fg-foot{text-align:center;font-size:11px;color:#b89a5e;padding-bottom:8px}.hh{height:100dvh;overflow:hidden;display:flex;flex-direction:column;background:#f3f5f1;color:#1b2430}.hh-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.hh-ttl{font-weight:900;font-size:18px}.hh-navbtn{font-family:inherit;font-size:13px;font-weight:700;border:1px solid #e6e8e2;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.hh-main{max-width:520px;width:100%;margin:0 auto;flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;padding:0 10px 10px}.hh-hud{display:flex;gap:8px;margin-bottom:8px}.hh-stat{flex:1;background:#fff;border:1px solid #e6e8e2;border-radius:12px;padding:6px 8px;text-align:center}.hh-k{font-size:10px;color:#6c7785;font-weight:700}.hh-v{font-size:18px;font-weight:900;font-variant-numeric:tabular-nums;color:#235f51}.hh-v.hh-low{color:#c9302c}.hh-field-wrap{position:relative;flex:1;min-height:330px;border-radius:18px;overflow:hidden;border:1px solid #e6e8e2;background:linear-gradient(#fbfcfa,#eef1ec);box-shadow:inset 0 2px 12px #0000000f;touch-action:none;-webkit-user-select:none;user-select:none}.hh-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.hh-fever{position:absolute;top:8px;left:10px;right:10px;height:12px;background:#e3e7e0;border-radius:8px;overflow:hidden;border:1px solid #e6e8e2}.hh-fever>i{display:block;height:100%;width:0;background:linear-gradient(90deg,#f5b301,#e07a1e);transition:width .15s}.hh-fever.hh-feverOn{box-shadow:0 0 0 3px #f5b30159}.hh-skill{display:flex;align-items:center;gap:8px;margin-top:8px}.hh-skill.hh-hidden{display:none}.hh-sgauge{flex:1;height:14px;background:#ffffffbf;border-radius:8px;overflow:hidden;border:1px solid #e6e8e2}.hh-sgauge>i{display:block;height:100%;width:0;background:linear-gradient(90deg,#8a5fd0,#c95f8b);transition:width .15s}.hh-sbtn{font-family:inherit;font-weight:900;font-size:13px;color:#fff;background:#b3adb8;border:0;border-radius:10px;padding:9px 14px;opacity:.55;transition:opacity .2s}.hh-sbtn.hh-ready{background:linear-gradient(135deg,#8a5fd0,#c95f8b);opacity:1;cursor:pointer;box-shadow:0 4px 14px -3px #8a5fd0b3;animation:hh-sready 1s infinite}@keyframes hh-sready{50%{transform:scale(1.07)}}.hh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f7f9f6f2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:10px;padding:14px 14px 20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto;touch-action:pan-y}.hh-tabbar{display:flex;gap:6px;width:min(340px,90%);background:#eef0ec;border-radius:12px;padding:4px;position:sticky;top:0;z-index:3}.hh-tabb{flex:1;font-family:inherit;font-weight:800;font-size:13.5px;border:0;border-radius:9px;padding:10px;background:transparent;color:#6c7785;cursor:pointer}.hh-tabb.hh-on{background:#fff;color:#1b2430;box-shadow:0 1px 4px #0000001a}.hh-msg{color:#6c7785;font-size:13px}.hh-err{color:#c9302c;font-size:13px;font-weight:700}.hh-notice{width:min(340px,90%);background:#fff8e8;border:1px solid #f0d999;border-radius:12px;padding:10px 12px;font-size:12px;color:#5a4a26;display:flex;flex-direction:column;gap:8px}.hh-notice p{margin:0;line-height:1.5;text-align:left}.hh-result h1{margin:2px 0 0;font-size:22px;font-weight:900}.hh-result p{margin:4px 0 0;font-size:13px}.hh-accent{color:#2e7d6b}.hh-gold{color:#c98a2a}.hh-wallet{font-size:14px;font-weight:800;color:#3a4551;background:#fff5df;border:1px solid #f0d999;border-radius:999px;padding:6px 16px}.hh-wallet b{color:#c98a2a;font-size:17px}.hh-equipRow{display:flex;gap:8px;width:min(340px,90%)}.hh-eq{flex:1;display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid #e6e8e2;border-radius:12px;padding:7px 10px}.hh-eq b{font-size:10px;color:#6c7785}.hh-eq span{font-size:12.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-rk{color:#e0972a;font-size:11px;letter-spacing:-1px}.hh-hint{font-size:11px;color:#9aa4ae;margin:0}.hh-btn{font-family:inherit;font-size:16px;font-weight:800;color:#fff;background:#2e7d6b;border:0;border-radius:12px;padding:12px 28px;cursor:pointer;box-shadow:0 8px 18px -8px #2e7d6bb3}.hh-btn:active{transform:translateY(1px)}.hh-btn.hh-gacha{background:linear-gradient(135deg,#e0972a,#c95f8b);font-size:15px;padding:11px 20px}.hh-ranks{display:flex;gap:12px;width:min(340px,90%);text-align:left}.hh-ranks>div{flex:1}.hh-ranks h3{font-size:12px;margin:0 0 4px;color:#3a4551}.hh-ranklist{list-style:none;margin:0;padding:0;font-size:12px}.hh-ranklist li{display:flex;justify-content:space-between;padding:2px 0;border-bottom:1px dashed #e6e8e2}.hh-dexhead{font-size:12px;font-weight:800;color:#3a4551;margin:2px 0}.hh-dexgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:min(320px,88%)}.hh-dex{position:relative;background:#fff;border:1px solid #e6e8e2;border-radius:12px;padding:6px;cursor:pointer;font-family:inherit}.hh-dex img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:50%;display:block}.hh-dex.hh-locked{background:#eef0ec}.hh-lock{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;color:#b9c0b6}.hh-dexr{position:absolute;bottom:2px;right:4px;font-size:8px;letter-spacing:-1.5px;color:#e0972a}.hh-dex.hh-cur{border-color:#8a5fd0;box-shadow:0 0 0 2px #8a5fd040}.hh-tag{position:absolute;top:-6px;left:-4px;font-size:9px;font-weight:900;color:#fff;border-radius:6px;padding:1px 5px}.hh-tagM{background:#2e7d6b}.hh-tagS{background:#c98a2a}.hh-detail{width:min(340px,90%);background:#fff;border:1px solid #e6e8e2;border-radius:14px;padding:12px;text-align:left}.hh-detail.hh-empty{background:none;border:1px dashed #e6e8e2;color:#9aa4ae;font-size:12px;text-align:center}.hh-dhead{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hh-dhead img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:0 0 auto}.hh-dname{font-size:15px;font-weight:900}.hh-dsub{font-size:11px;color:#6c7785}.hh-skills{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.hh-sk{font-size:12px;color:#333;background:#f5f7f3;border-radius:8px;padding:5px 8px;text-align:left}.hh-sk b{display:inline-block;font-size:10px;color:#fff;border-radius:5px;padding:1px 5px;margin-right:6px}.hh-kp{background:#2e7d6b}.hh-ku{background:#8a5fd0}.hh-ks{background:#c98a2a}.hh-eqbtns{display:flex;gap:8px}.hh-btn.hh-sm{flex:1;font-size:13px;padding:9px 8px}.hh-btn.hh-gray{background:#e7eae5;color:#3a4551;box-shadow:none}.hh-btn:disabled{opacity:.55;cursor:default}.hh-gachabox{display:flex;flex-direction:column;align-items:center;gap:6px}.hh-gstage{position:relative;width:100%;height:250px;margin:2px auto 0}.hh-machine{position:absolute;left:50%;top:0;transform:translate(-50%);width:118px;height:132px}.hh-dome{position:absolute;top:0;left:14px;width:90px;height:62px;border-radius:50% 50% 18% 18%;background:radial-gradient(circle at 38% 28%,#ffffffbf,#b4d2eb66);border:3px solid #cfd8e0;overflow:hidden}.hh-dome:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;opacity:.9;background:radial-gradient(circle at 28% 42%,#e07aa8 0 7px,transparent 8px),radial-gradient(circle at 58% 30%,#3b7dd8 0 7px,transparent 8px),radial-gradient(circle at 46% 64%,#e0a51e 0 7px,transparent 8px),radial-gradient(circle at 74% 60%,#2e7d6b 0 7px,transparent 8px),radial-gradient(circle at 22% 68%,#d95757 0 7px,transparent 8px)}.hh-mbody{position:absolute;top:56px;left:6px;width:106px;height:76px;border-radius:14px;background:linear-gradient(#e6555f,#c53d47);border:3px solid #a8323b}.hh-mwin{position:absolute;left:50%;top:12px;transform:translate(-50%);width:70px;height:26px;border-radius:7px;background:#ffffff59;border:2px solid #a8323b}.hh-knob{position:absolute;right:-11px;top:24px;width:26px;height:26px;border-radius:50%;background:#fff;border:3px solid #a8323b}.hh-knob:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:2px;background:#a8323b}.hh-knob.hh-spin{animation:hh-knobspin .9s linear infinite}@keyframes hh-knobspin{to{transform:rotate(360deg)}}.hh-mslot{position:absolute;left:50%;bottom:8px;transform:translate(-50%);width:46px;height:13px;border-radius:8px;background:#7a2129}.hh-capsule{position:absolute;left:50%;top:118px;width:54px;height:54px;margin-left:-27px;opacity:0}.hh-capsule.hh-dropA{animation:hh-capdrop .85s cubic-bezier(.3,.7,.35,1) forwards}.hh-capsule.hh-dropped{opacity:1;top:192px}@keyframes hh-capdrop{0%{opacity:0;top:112px}15%{opacity:1}70%{top:196px}84%{top:184px}to{opacity:1;top:192px}}.hh-capTop,.hh-capBot{position:absolute;left:0;width:54px;height:27px;box-shadow:inset 0 3px 5px #ffffff73}.hh-capTop{top:0;border-radius:27px 27px 0 0}.hh-capBot{top:27px;border-radius:0 0 27px 27px}.hh-capLine{position:absolute;top:25px;left:-1px;width:56px;height:4px;background:#0000002e;border-radius:2px}.hh-capHoyu{position:absolute;left:7px;top:7px;width:40px;height:40px;transform:scale(0);opacity:0}.hh-capHoyu img{width:100%;height:100%;border-radius:50%;object-fit:cover}.hh-capsule.hh-openA .hh-capTop{animation:hh-captop .55s ease forwards}.hh-capsule.hh-openA .hh-capBot{animation:hh-capbot .55s ease forwards}.hh-capsule.hh-openA .hh-capLine{opacity:0}.hh-capsule.hh-openA .hh-capHoyu{animation:hh-caphoyu .6s .1s cubic-bezier(.2,1.7,.3,1) forwards}@keyframes hh-captop{to{transform:translateY(-46px) rotate(-42deg);opacity:0}}@keyframes hh-capbot{to{transform:translateY(20px);opacity:0}}@keyframes hh-caphoyu{to{transform:scale(1.75);opacity:1}}.hh-gflash{position:absolute;left:50%;top:190px;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;opacity:0;animation:hh-gfl .55s ease forwards}@keyframes hh-gfl{0%{opacity:.9;box-shadow:0 0 #ffdc78d9}to{opacity:0;box-shadow:0 0 0 70px #ffdc7800}}@media (prefers-reduced-motion:reduce){.hh-knob,.hh-capsule,.hh-capTop,.hh-capBot,.hh-capHoyu{animation:none!important}}.hh-gname{font-size:15px;font-weight:800;margin-top:2px}.hh-gmsg{font-size:12.5px;color:#6c7785;margin-top:2px}.sh{height:100dvh;display:flex;flex-direction:column;background:#1b2340;color:#fff;-webkit-tap-highlight-color:transparent}.sh-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;flex:none}.sh-ttl{font-size:16px;font-weight:900;letter-spacing:.04em}.sh-navbtn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#dfe6ff;border-radius:10px;padding:6px 12px;font-size:12.5px;cursor:pointer;font-family:inherit}.sh-navbtn:active{transform:translateY(1px)}.sh-main{flex:1;display:flex;min-height:0}.sh-field-wrap{position:relative;flex:1;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none;background:linear-gradient(180deg,#232c52,#2c3765 55%,#38427a)}.sh-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36'><text y='29' font-size='29'>%F0%9F%96%90%EF%B8%8F</text></svg>") 18 18,pointer}.sh-hud{position:absolute;top:0;left:0;right:0;z-index:8;pointer-events:none;padding:6px 12px 0}.sh-hudrow{display:flex;align-items:flex-start;justify-content:space-between}.sh-combo{width:110px;color:#ffd54a;font-weight:800;font-size:14px;padding-top:8px;text-shadow:0 1px 4px rgba(0,0,0,.6);min-height:20px}.sh-timer{font-size:36px;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.55);font-variant-numeric:tabular-nums;line-height:1.1}.sh-timer span{font-size:15px;font-weight:700;color:#cfd8ff}.sh-best{width:110px;text-align:right;color:#cfd8ff;font-size:11px;padding-top:8px}.sh-best b{display:block;color:#fff;font-size:14px;font-variant-numeric:tabular-nums}.sh-targetbar{margin:4px auto 0;max-width:440px;background:#0a0d1c8c;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:5px 10px;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.sh-wanted{background:#e0525a;color:#fff;font-weight:800;font-size:11px;padding:3px 7px;border-radius:8px;letter-spacing:.08em;flex:none}.sh-tunit{display:flex;align-items:center;gap:5px;min-width:0}.sh-tface{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.75);flex:none}.sh-tname{color:#fff;font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-tgauge{position:absolute;left:0;bottom:0;height:3px;background:#ffd54a;width:100%}.sh-banner{position:absolute;top:36%;left:0;right:0;text-align:center;font-size:30px;font-weight:900;color:#ffd54a;text-shadow:0 2px 12px rgba(0,0,0,.6);z-index:7;pointer-events:none;opacity:0}.sh-banner.sh-on{animation:shBanner 1.4s ease-out}@keyframes shBanner{0%{opacity:0;transform:scale(.5)}12%{opacity:1;transform:scale(1.15)}25%{transform:scale(1)}78%{opacity:1}to{opacity:0}}.sh-hearts{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:16px;z-index:8;pointer-events:none}.sh-heart{font-size:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:transform .2s,filter .2s}.sh-heart.sh-off{filter:grayscale(1) brightness(.5);transform:scale(.8)}.sh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d1021e0;z-index:10;display:flex;flex-direction:column;align-items:center;gap:14px;padding:24px;text-align:center;overflow-y:auto}.sh-overlay:before,.sh-overlay:after{content:"";margin:auto;flex:none}.sh-logo{font-size:32px;font-weight:900;letter-spacing:.04em}.sh-logo span{color:#ffd54a}.sh-sub{font-size:13px;color:#b9c4ef;line-height:1.9}.sh-rules{background:#ffffff12;border-radius:12px;padding:10px 16px;font-size:12.5px;text-align:left;line-height:2;max-width:420px}.sh-rules em{font-style:normal;color:#ffd54a;font-weight:700}.sh-res{font-size:14px;line-height:1.9}.sh-bigtime{color:#ffd54a;font-size:42px;font-weight:900;font-variant-numeric:tabular-nums}.sh-new{color:#ffd54a;font-size:18px}.sh-savenote{font-size:11.5px;color:#b9c4ef}.sh-startbtn{font-size:18px;font-weight:800;color:#1b2340;background:#ffd54a;border:none;border-radius:14px;padding:13px 44px;cursor:pointer;box-shadow:0 4px #c9a52e;font-family:inherit}.sh-startbtn:active{transform:translateY(3px);box-shadow:0 1px #c9a52e}.sh-startbtn:disabled{opacity:.55;cursor:default}.sh-ranks{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.sh-rank{background:#ffffff12;border-radius:12px;padding:8px 14px;min-width:170px}.sh-rank h3{font-size:12px;color:#ffd54a;margin-bottom:4px}.sh-rank ol{list-style:none;font-size:12.5px;line-height:1.9}.sh-rank li{display:flex;justify-content:space-between;gap:10px}.sh-rank b{font-variant-numeric:tabular-nums}.lg{--lg-card-bg: #10192a;--lg-paper: #f6f1e3;--lg-paper-line: #d9cfb4;--lg-ink: #2b2a26;--lg-atk-c: #dc2626;--lg-hp-c: #0d9488;--lg-dur-c: #92400e;min-height:100vh;background:#1b2430;color:#f1f5f9;display:flex;flex-direction:column}.lg-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#111826}.lg-ttl{font-weight:800;letter-spacing:.04em}.lg-navbtn{background:#2b3a52;color:#fff;border:0;border-radius:8px;padding:8px 12px;cursor:pointer}.lg-navbtn:disabled{opacity:.45;cursor:default}.lg-main{flex:1;padding:14px;max-width:1120px;margin:0 auto;width:100%;box-sizing:border-box}.lg-main.wide{max-width:none}.lg-medals{font-weight:700;color:#fbbf24}.lg-err{background:#7f1d1d;padding:10px 14px;border-radius:8px;margin:10px 0}.lg-difficulty{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.lg-difficulty-ttl{color:#9fb3c8;font-size:14px}.lg-difficulty-seg{display:flex;gap:6px;flex-wrap:wrap}.lg-difficulty-btn{background:#223047;border:2px solid #33415c;border-radius:999px;color:#fff;padding:8px 16px;font-size:15px;cursor:pointer}.lg-difficulty-btn.sel{border-color:#fbbf24;background:#2c3d59}.lg-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px}.lg-menu button{background:#223047;border:1px solid #33415c;border-radius:12px;color:#fff;padding:18px;font-size:16px;cursor:pointer}.lg-leaders{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:12px 0}.lg-leader{background:#223047;border:2px solid transparent;border-radius:12px;padding:10px;color:#fff;cursor:pointer;text-align:center}.lg-leader.sel{border-color:#fbbf24}.lg-leader img{width:72px;height:72px;object-fit:cover;border-radius:50%}.lg-card{position:relative;width:132px;aspect-ratio:5 / 7;box-sizing:border-box;border:3px solid transparent;border-radius:12px;background:linear-gradient(var(--lg-card-bg),#0b1322) padding-box,linear-gradient(160deg,#64748b,#475569) border-box;color:#e2e8f0;padding:8px 7px 7px;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;text-align:center;box-shadow:0 4px 10px #0007;overflow:visible}.lg-card:disabled{cursor:default}.lg-card.r-rare{background:linear-gradient(var(--lg-card-bg),#0b1322) padding-box,linear-gradient(160deg,#3b82f6,#93c5fd 45%,#1d4ed8) border-box}.lg-card.r-legend{background:linear-gradient(var(--lg-card-bg),#0b1322) padding-box,linear-gradient(160deg,#b45309,#fbbf24 35%,#fde68a 55%,#b45309) border-box;box-shadow:0 0 12px #fbbf2455,0 4px 10px #0007}.lg-card.r-legend:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:12px;pointer-events:none;background:linear-gradient(115deg,transparent 40%,#ffffff33 50%,transparent 60%);background-size:250% 100%;animation:lg-sheen 4.5s linear infinite}@keyframes lg-sheen{0%{background-position:120% 0}to{background-position:-130% 0}}@media (prefers-reduced-motion: reduce){.lg-card.r-legend:after{animation:none}}.lg-card.sm{width:92px;font-size:11px}.lg-card.sel{outline:3px solid #fbbf24;outline-offset:1px}.lg-card.dim{opacity:.35;filter:grayscale(1)}.lg-cost{position:absolute;top:-10px;left:-10px;width:32px;height:32px;border-radius:50%;z-index:2;background:radial-gradient(circle at 35% 30%,#93c5fd,#2563eb 60%,#1e3a8a);color:#fff;font-weight:800;font-size:16px;display:grid;place-items:center;border:2px solid #dbeafe;box-shadow:0 2px 6px #0008}.lg-chip{position:absolute;top:-8px;right:-6px;z-index:2;font-size:14px;background:#111826;border:1px solid #33415c;border-radius:50%;width:26px;height:26px;display:grid;place-items:center;box-shadow:0 2px 5px #0008}.lg-art{width:100%;height:44%;border-radius:7px;overflow:hidden;border:1px solid #33415c;flex:none;background:#1e293b}.lg-pic{width:100%;height:100%;object-fit:cover;display:block}.lg-noimg{display:grid;place-items:center;font-size:30px;height:100%;position:relative}.lg-artimg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lg-name{font-weight:800;font-size:12px;line-height:1.2;background:#16233a;border-radius:5px;padding:2px 4px;width:100%;box-sizing:border-box;margin-top:-12px;z-index:1;box-shadow:0 2px 4px #0006;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lg-card.sm .lg-name{font-size:10px}.lg-typerow{font-size:8.5px;letter-spacing:.22em;color:#94a3b8}.lg-text{flex:1;width:100%;box-sizing:border-box;overflow:hidden;text-align:left;background:var(--lg-paper) repeating-linear-gradient(transparent 0 13px,var(--lg-paper-line) 13px 14px);color:var(--lg-ink);border-radius:4px;padding:3px 5px;font-size:9.5px;line-height:14px}.lg-kwb{color:#b91c1c;margin-right:4px}.lg-term{color:#b91c1c;font-weight:800}.lg-stats{display:flex;justify-content:space-between;width:100%;margin-top:auto;flex:none;gap:4px}.lg-atk,.lg-hpb,.lg-dur{color:#fff;border-radius:10px;padding:1px 7px;font-size:12px;font-weight:800;box-shadow:0 1px 3px #0007;white-space:nowrap}.lg-card.sm .lg-atk,.lg-card.sm .lg-hpb,.lg-card.sm .lg-dur{font-size:10px;padding:0 4px}.lg-atk{background:var(--lg-atk-c)}.lg-hpb{background:var(--lg-hp-c)}.lg-hpb.low{background:#b91c1c}.lg-dur{background:var(--lg-dur-c)}.lg-count{position:absolute;bottom:-7px;right:-6px;background:#334155;border:1px solid #475569;border-radius:8px;padding:1px 6px;font-size:11px;z-index:2}.lg-battle{position:relative;display:grid;gap:10px;align-items:stretch;grid-template-columns:172px 1fr 172px;grid-template-areas:"me field enemy" "hand hand hand" "actions actions actions" "log log log"}.lg-field{grid-area:field;display:flex;justify-content:center;align-items:center;gap:14px;padding:16px;border-radius:18px;border:1px solid #33415c;background-image:url(/legends/field.jpg),radial-gradient(ellipse at 50% 42%,#b98f57,#96703f 46%,#6e7f46 76%,#47572f);background-size:cover;background-position:center;box-shadow:inset 0 0 90px #00000080}.lg-col{display:flex;flex-direction:column;gap:12px}.lg-col:nth-child(2){margin-right:22px}.lg-slot{width:96px;height:116px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#d3cdc1,#a8a296);border:1px solid #8d8779;box-shadow:inset 0 2px 4px #fff5,0 4px 7px #0006}.lg-slot.can{outline:3px solid #34d399;cursor:pointer;box-shadow:0 0 14px #34d39999,inset 0 2px 4px #fff5}.lg-slot.tgt{outline:3px solid #f87171;cursor:crosshair}.lg-unit{width:88px;border-radius:10px;background:linear-gradient(var(--lg-card-bg),#0b1322);border:2px solid #64748b;padding:3px;text-align:center;cursor:pointer;position:relative;color:#e2e8f0;box-shadow:0 3px 6px #0008}.lg-unit img,.lg-uimg{width:100%;height:52px;object-fit:cover;border-radius:7px;display:block;font-size:30px;text-align:center;line-height:52px}.lg-unit.ready{border-color:#34d399;box-shadow:0 0 10px #34d39988}.lg-unit.sel{outline:3px solid #fbbf24}.lg-unit.tgt{outline:3px solid #f87171;cursor:crosshair}.lg-unit.stealth{opacity:.55;filter:saturate(.6)}.lg-stun{position:absolute;top:-6px;right:-6px;font-size:14px;line-height:1;filter:drop-shadow(0 1px 2px #000a);pointer-events:none}.lg-ustats{display:flex;justify-content:space-between;margin-top:2px}.lg-ustats .lg-atk,.lg-ustats .lg-hpb{font-size:10.5px;padding:0 5px;border-radius:8px}.lg-kw{font-size:9px;color:#cbd5e1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.lg-leaderpanel{border-radius:14px;background:#111826e6;border:1px solid #33415c;padding:12px 10px;display:flex;flex-direction:column;align-items:center;gap:7px;justify-content:center}.lg-leaderpanel.me{grid-area:me}.lg-leaderpanel.enemy{grid-area:enemy}.lg-leaderpanel.tgt{outline:3px solid #f87171;cursor:crosshair}.lg-leaderpanel.sel{outline:3px solid #fbbf24}.lg-portrait{width:84px;height:84px;border-radius:50%;overflow:hidden;border:3px solid #33415c;background:#1e293b;box-shadow:0 3px 8px #0008;flex:none}.lg-portrait img{width:100%;height:100%;object-fit:cover}.lg-portemoji{display:grid;place-items:center;height:100%;font-size:42px}.lg-lname{font-weight:800;font-size:13px}.lg-hpwrap{width:100%;display:flex;flex-direction:column;align-items:center;gap:2px}.lg-hpbar{width:100%;height:12px;border-radius:7px;background:#0b1322;border:1px solid #33415c;overflow:hidden}.lg-hpfill{display:block;height:100%;border-radius:6px;transition:width .35s ease}.lg-hpnum{font-weight:800;font-size:15px}.lg-orbs{display:flex;gap:4px}.lg-orb{font-size:17px;filter:grayscale(1);opacity:.3;transition:filter .25s,opacity .25s}.lg-orb.lit{filter:none;opacity:1;text-shadow:0 0 9px #fbbf24}.lg-pips{display:flex;align-items:center;gap:3px;flex-wrap:wrap;justify-content:center}.lg-pip{width:9px;height:9px;border-radius:2px;transform:rotate(45deg);background:#334155}.lg-pip.lit{background:linear-gradient(135deg,#93c5fd,#2563eb);box-shadow:0 0 6px #3b82f6aa}.lg-ppnum{font-size:11px;color:#93c5fd;font-weight:700;margin-left:4px}.lg-deckn{font-size:12px;font-weight:700;color:#cbd5e1;background:#1e293b;border-radius:8px;padding:2px 8px}.lg-weap{font-weight:800;font-size:13px;background:#1e293b;border-radius:8px;padding:2px 8px}.lg-weapatk{font-size:12px;padding:6px 10px}.lg-enemyhand{display:flex;align-items:flex-end;justify-content:center;min-height:40px;position:relative;padding-bottom:14px}.lg-cardback{width:22px;height:31px;border-radius:3px;display:inline-block;margin-left:-11px;transform-origin:bottom center;background-image:url(/legends/cardback.png),linear-gradient(150deg,#1e3a8a,#0f172a 70%);background-size:cover;background-position:center;border:1px solid #64748b;box-shadow:0 1px 3px #0009}.lg-cardback:first-child{margin-left:0}.lg-handcount{position:absolute;bottom:-2px;font-size:10px;color:#94a3b8;white-space:nowrap}.lg-hand{grid-area:hand;display:flex;gap:14px;overflow-x:auto;padding:14px 8px 10px;min-height:205px;align-items:flex-end}.lg-handcard{transition:transform .18s ease;flex:none}.lg-handcard:hover{transform:translateY(-8px)}@media (prefers-reduced-motion: reduce){.lg-handcard,.lg-handcard:hover{transition:none;transform:none}}.lg-handcard.unplayable{opacity:.45}.lg-handcard.discardable{cursor:pointer}.lg-handcard.discardable:not(.unplayable){filter:drop-shadow(0 0 6px #f8717188)}.lg-actions{grid-area:actions;display:flex;gap:8px;flex-wrap:wrap}.lg-actions button{background:#2b3a52;border:0;border-radius:8px;color:#fff;padding:10px 14px;cursor:pointer;font-weight:700}.lg-actions button:disabled{opacity:.4;cursor:default}.lg-skillbtn.ready:not(:disabled){background:linear-gradient(160deg,#b45309,#f59e0b);box-shadow:0 0 12px #fbbf2488;animation:lg-glow 1.4s ease-in-out infinite alternate}@keyframes lg-glow{0%{box-shadow:0 0 6px #fbbf2466}to{box-shadow:0 0 16px #fbbf24cc}}@media (prefers-reduced-motion: reduce){.lg-skillbtn.ready:not(:disabled){animation:none}}.lg-log{grid-area:log;font-size:12px;color:#94a3b8;min-height:1.2em;display:flex;flex-direction:column;gap:3px}.lg-discardbanner{color:#f87171;font-weight:700;font-size:13px}.lg-errmsg{color:#fbbf24;font-weight:700;font-size:12px}.lg-loglist{max-height:96px;overflow-y:auto;display:flex;flex-direction:column;gap:1px;padding-right:6px}.lg-logline{line-height:1.4}.lg-logline:last-child{color:#e2e8f0;font-weight:600}.lg-arrow-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:20;overflow:visible}.lg-arrow-line{stroke:#fbbf24;stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 0 4px #fbbf24aa);animation:lg-arrow-fade .85s ease forwards}@keyframes lg-arrow-fade{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion: reduce){.lg-arrow-line{animation:none;opacity:.85}}.lg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000a;display:grid;place-items:center;z-index:30}.lg-overlay>div{background:#1e293b;border-radius:14px;padding:24px;max-width:760px;width:calc(100% - 32px);max-height:86vh;overflow:auto;text-align:center}.lg-zoom{display:flex;flex-direction:column;align-items:center;gap:10px}.lg-zoom .lg-card{width:300px;cursor:pointer}.lg-zoom .lg-cost{width:48px;height:48px;font-size:24px;top:-14px;left:-14px}.lg-zoom .lg-chip{width:38px;height:38px;font-size:22px;top:-12px;right:-10px}.lg-zoom .lg-name{font-size:19px;margin-top:-18px;padding:4px 8px}.lg-zoom .lg-typerow{font-size:12px}.lg-zoom .lg-text{font-size:15px;line-height:24px;padding:6px 10px;background:var(--lg-paper) repeating-linear-gradient(transparent 0 23px,var(--lg-paper-line) 23px 24px)}.lg-zoom .lg-stats .lg-atk,.lg-zoom .lg-stats .lg-hpb,.lg-zoom .lg-stats .lg-dur{font-size:18px;padding:3px 14px;border-radius:14px}.lg-zoom .lg-count{display:none}.lg-zoomhint{color:#94a3b8;font-size:12px;margin:0}.lg-zoomstatus{background:#111826;border:1px solid #33415c;border-radius:10px;padding:8px 14px;font-size:13px;text-align:left;width:100%;box-sizing:border-box}.lg-zoomstatus p{margin:3px 0}.lg-glossary{width:100%;box-sizing:border-box;background:#111826;border:1px solid #33415c;border-radius:10px;padding:8px 14px;text-align:left}.lg-glossary-ttl{font-weight:800;font-size:13px;margin-bottom:4px;color:#fbbf24}.lg-glossary-dl{margin:0}.lg-glossary-item{margin:4px 0}.lg-glossary-item dt{font-weight:700;font-size:12.5px;color:#93c5fd;display:inline}.lg-glossary-item dt:after{content:"："}.lg-glossary-item dd{margin:0;display:inline;font-size:12.5px;color:#cbd5e1}.lg-rules{max-width:720px;text-align:left}.lg-rules h2{text-align:center;margin-top:0}.lg-rules h3{color:#fbbf24;border-bottom:1px solid #33415c;padding-bottom:4px;margin-top:20px}.lg-rules-list{margin:0;padding-left:1.2em;line-height:1.7;font-size:13.5px;text-align:left}.lg-rules-list li{margin-bottom:6px}.lg-rules-dl{margin:0;text-align:left}.lg-rules-item{margin:0 0 10px}.lg-rules-item dt{font-weight:800;color:#93c5fd;font-size:14px}.lg-rules-item dd{margin:2px 0 0;font-size:13px;color:#cbd5e1;line-height:1.6}.lg-grid{display:flex;flex-wrap:wrap;gap:16px;padding-top:10px}.lg-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.lg-deckrow{display:flex;align-items:center;gap:8px;background:#223047;border-radius:8px;padding:6px 10px;margin-bottom:6px;cursor:pointer}.lg-reveal{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;padding-top:12px}.lg-decktitle{display:flex;align-items:center;gap:10px}.lg-deckcount{font-size:20px;font-weight:800;color:#f87171;background:#111826;border-radius:8px;padding:2px 12px}.lg-deckcount.ok{color:#34d399}.lg-curve{display:flex;align-items:flex-end;gap:6px;height:84px;margin:10px 0 14px;background:#111826;border:1px solid #33415c;border-radius:10px;padding:8px 10px 4px}.lg-curvebar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:2px}.lg-curvebar{width:100%;min-height:2px;background:linear-gradient(180deg,#93c5fd,#2563eb);border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center}.lg-curvebar span{font-size:10px;font-weight:700;color:#0b1322;margin-top:-14px}.lg-curvelabel{font-size:10px;color:#94a3b8}.lg-decklist{max-height:360px;overflow-y:auto}.lg-deckrow-cost{flex:none;width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;font-weight:800;font-size:11px;display:grid;place-items:center}.lg-deckrow-name{flex:1;font-size:13px}.lg-deckrow-n{flex:none;font-size:12px;color:#93c5fd;font-weight:700}.lg-poolfilters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0}.lg-poolfilters select{background:#223047;color:#fff;border:1px solid #33415c;border-radius:8px;padding:6px 8px;font-size:13px}.lg-poolcount{font-size:12px;color:#94a3b8;margin-left:auto}.lg-cardwrap{position:relative}.lg-zoombtn{position:absolute;top:-8px;left:-8px;z-index:3;width:26px;height:26px;border-radius:50%;background:#111826;border:1px solid #33415c;color:#fff;font-size:12px;cursor:pointer;display:grid;place-items:center;box-shadow:0 2px 5px #0008}.lg-zoombtn:hover{background:#1e293b}.lg-reveal .lg-card{animation:lg-pop .5s ease both}.lg-reveal .lg-card:nth-child(2){animation-delay:.15s}.lg-reveal .lg-card:nth-child(3){animation-delay:.3s}.lg-reveal .lg-card:nth-child(4){animation-delay:.45s}.lg-reveal .lg-card:nth-child(5){animation-delay:.6s}@keyframes lg-pop{0%{transform:scale(.3) rotate(-8deg);opacity:0}to{transform:none;opacity:1}}@media (prefers-reduced-motion: reduce){.lg-reveal .lg-card{animation:none}}.lg-packroot{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:10px}.lg-packstage{display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px 0}.lg-packfoil{width:200px;height:280px;border:0;border-radius:14px;cursor:pointer;position:relative;overflow:hidden;background:linear-gradient(155deg,#b45309,#fbbf24 30%,#fde68a,#fbbf24 60%,#7c3aed 85%,#1e3a8a),url(/legends/cardback.png);background-size:cover,cover;background-blend-mode:overlay,normal;box-shadow:0 10px 30px #000a,inset 0 0 30px #fff3;display:flex;align-items:center;justify-content:center;padding:0;animation:lg-pack-idle 2.4s ease-in-out infinite}@keyframes lg-pack-idle{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.lg-packfoil:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;pointer-events:none;background:linear-gradient(115deg,transparent 40%,#ffffff66 50%,transparent 60%);background-size:250% 100%;animation:lg-sheen 3.2s linear infinite}.lg-packfoil.tearing{animation:lg-pack-open .7s ease forwards;cursor:default;overflow:visible}@keyframes lg-pack-open{0%{transform:rotate(0) scale(1);opacity:1}20%{transform:rotate(-1deg) scale(1.01)}40%{transform:rotate(1deg) scale(1.01)}58%{transform:rotate(0) scale(1.02);opacity:1}to{transform:scale(1.05);opacity:0}}.lg-packlabel{color:#fff;font-weight:900;text-align:center;font-size:22px;letter-spacing:.06em;text-shadow:0 2px 6px #000c;pointer-events:none}.lg-packtop{position:absolute;top:0;left:0;right:0;height:15%;z-index:3;pointer-events:none;background:linear-gradient(120deg,#6d28d9,#a855f7 45%,#7c3aed);border-bottom:2px dashed #ffffffcc;box-shadow:0 2px 6px #0006}.lg-packtop:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:7px;background:repeating-linear-gradient(90deg,#6d28d9 0 7px,transparent 7px 14px)}.lg-packfoil.tearing .lg-packtop{animation:lg-peel-top .55s cubic-bezier(.45,0,.25,1) forwards;transform-origin:left center}@keyframes lg-peel-top{0%{transform:translate(0) translateY(0) rotate(0);opacity:1}55%{transform:translate(58%) translateY(-6px) rotate(-7deg);opacity:1}to{transform:translate(125%) translateY(-14px) rotate(-16deg);opacity:0}}.lg-packhint{color:#94a3b8;font-size:13px;min-height:1.2em}@media (prefers-reduced-motion: reduce){.lg-packfoil,.lg-packfoil:after,.lg-packfoil.tearing .lg-packtop{animation:none}.lg-packfoil.tearing{animation:none;opacity:0}}.lg-packcards-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}.lg-packcards{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;perspective:1000px}.lg-flipcard{width:132px;aspect-ratio:5 / 7;cursor:pointer;animation:lg-card-pop .4s ease both}@keyframes lg-card-pop{0%{transform:translateY(24px) scale(.85);opacity:0}to{transform:none;opacity:1}}.lg-flipinner{position:relative;display:block;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.lg-flipcard.flipped .lg-flipinner{transform:rotateY(180deg)}.lg-flipback,.lg-flipfront{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:12px;overflow:hidden;display:block}.lg-flipback{background:linear-gradient(150deg,#1e3a8a,#0f172a 70%),url(/legends/cardback.png);background-size:cover;border:2px solid #33415c}.lg-flipfront{transform:rotateY(180deg)}.lg-flipfront .lg-card{width:100%;height:100%}.lg-flipcard.rar-rare.flipped .lg-flipinner{animation:lg-flip-glow-silver .8s ease .55s}.lg-flipcard.rar-legend.flipped .lg-flipinner{animation:lg-flip-glow-gold .9s ease .55s}@keyframes lg-flip-glow-silver{0%{filter:drop-shadow(0 0 0 #cbd5e100)}40%{filter:drop-shadow(0 0 22px #e2e8f0dd)}to{filter:drop-shadow(0 0 6px #cbd5e155)}}@keyframes lg-flip-glow-gold{0%{filter:drop-shadow(0 0 0 #fbbf2400)}40%{filter:drop-shadow(0 0 30px #fde68aee)}to{filter:drop-shadow(0 0 10px #fbbf2477)}}.lg-packdone{display:flex;gap:10px;margin-top:6px}.lg-skipbtn{font-size:13px}@media (prefers-reduced-motion: reduce){.lg-flipcard,.lg-flipinner{animation:none;transition:none}.lg-flipcard.rar-rare.flipped .lg-flipinner,.lg-flipcard.rar-legend.flipped .lg-flipinner{animation:none}.lg-flipcard.flipped .lg-flipinner{transform:rotateY(180deg)}}@media (min-width: 1400px){.lg-battle{grid-template-columns:208px 1fr 208px;gap:14px}.lg-field{gap:20px;padding:24px}.lg-col{gap:16px}.lg-slot{width:118px;height:140px}.lg-unit{width:108px}.lg-unit img,.lg-uimg{height:66px;line-height:66px}.lg-ustats .lg-atk,.lg-ustats .lg-hpb{font-size:12px}.lg-kw{font-size:10px}.lg-card{width:148px}.lg-portrait{width:96px;height:96px}}@media (max-width: 700px){.lg-cols{grid-template-columns:1fr}.lg-leaders{grid-template-columns:repeat(3,1fr)}.lg-battle{grid-template-columns:1fr;grid-template-areas:"enemy" "field" "me" "hand" "actions" "log"}.lg-leaderpanel{flex-direction:row;flex-wrap:wrap;padding:8px;gap:8px}.lg-portrait{width:52px;height:52px}.lg-hpwrap{width:auto;flex:1;min-width:110px}.lg-field{gap:6px;padding:8px}.lg-slot{width:64px;height:84px}.lg-unit{width:60px}.lg-unit img,.lg-uimg{height:34px;line-height:34px;font-size:20px}.lg-kw{display:none}.lg-card{width:106px}.lg-hand{min-height:170px;gap:10px}}.lg-licon-edit{display:inline-block;margin-top:6px;padding:2px 10px;font-size:11px;background:#33415c;border-radius:999px;cursor:pointer}.lg-licon-edit:hover{background:#475569}.lg-licon-modal h3{margin:0 0 10px}.lg-licon-chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:10px}.lg-licon-chip{background:#223047;border:1px solid #33415c;color:#fff;border-radius:999px;padding:4px 10px;font-size:12px;cursor:pointer}.lg-licon-chip.sel{border-color:#fbbf24;background:#33415c}.lg-licon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;max-height:46vh;overflow:auto;margin-bottom:12px}.lg-licon-face{background:#223047;border:2px solid transparent;border-radius:10px;padding:6px 4px;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px}.lg-licon-face:hover{background:#2c3c58}.lg-licon-face.sel{border-color:#fbbf24}.lg-licon-face img{width:56px;height:56px;object-fit:cover;border-radius:50%}.lg-licon-face span{font-size:11px;line-height:1.3}.fgh{min-height:100vh;display:flex;flex-direction:column;background:#f3f5f1;color:#1b2430}.fgh-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.fgh-ttl{font-weight:900;font-size:18px}.fgh-navbtn{font-family:inherit;font-size:13px;font-weight:700;border:1px solid #e6e8e2;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.fgh-main{flex:1;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;padding:20px}.fgh-card{width:min(420px,92vw);display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left;background:#fff;border:1px solid #e6e8e2;border-radius:16px;padding:18px 20px;cursor:pointer;font-family:inherit;box-shadow:0 6px 16px -10px #00000040}.fgh-card:active{transform:translateY(1px)}.fgh-emoji{font-size:28px}.fgh-name{font-size:18px;font-weight:900}.fgh-desc{font-size:12.5px;color:#6c7785;line-height:1.5}.gr{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#f3f5f1;color:#1b2430;font-family:Zen Kaku Gothic New,sans-serif}.gr-head{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#2e7d6b;color:#fff;position:sticky;top:0;z-index:5}.gr-ttl{font-weight:700;font-size:16px}.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}.gr-bar{background:#fff;border-bottom:1px solid #e6e8e2;padding:12px 16px}.gr-bar-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gr-field{display:flex;flex-direction:column;gap:4px;min-width:0}.gr-label{font-size:11px;font-weight:700;color:#6c7785;letter-spacing:.04em}.gr-sel{font-family:inherit;padding:9px 12px;border:1px solid #dcdfd9;border-radius:10px;background:#fff;font-size:15px;color:#1b2430}.gr-field .gr-sel{width:100%;box-sizing:border-box}.gr-sel:disabled{background:#f3f5f1;color:#9aa0a6}.gr-main{padding:14px 16px 32px;flex:1;max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.gr-muted{color:#6c7785;padding:12px 2px}.gr-err{color:#b3261e;background:#fdecea;border:1px solid #f5c2bd;border-radius:10px;padding:12px 14px}.gr-empty{text-align:center;color:#6c7785;padding:56px 16px;line-height:1.9;font-size:14px}.gr-empty-icon{font-size:40px;margin-bottom:10px}.gr-tabs{display:flex;gap:8px;align-items:center;margin:4px 0 12px;flex-wrap:wrap}.gr-tab{font-family:inherit;padding:7px 14px;border:1px solid #dcdfd9;border-radius:999px;background:#fff;color:#4a5560;cursor:pointer;font-size:13px;font-weight:700}.gr-tab:hover{border-color:#2e7d6b}.gr-tab.on{background:#2e7d6b;color:#fff;border-color:#2e7d6b}.gr-sub{margin-left:4px}.gr-spacer{flex:1}.gr-act{font-family:inherit;padding:7px 14px;border:1px solid #2e7d6b;color:#1f5e50;background:#fff;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700}.gr-act:hover{background:#e7f1ee}.gr-print-head{display:none}.gr-block{margin-bottom:8px}.gr-grade-ttl{font-weight:700;font-size:15px;color:#235f51;margin:18px 2px 6px}.gr-wrap{overflow-x:auto;background:#fff;border:1px solid #e6e8e2;border-radius:12px}.gr-tbl{table-layout:fixed;width:100%;border-collapse:collapse}.gr-tbl th,.gr-tbl td{border:1px solid #e9ebe5;padding:4px 6px;text-align:center;overflow:hidden;-webkit-print-color-adjust:exact;print-color-adjust:exact}.gr-tbl thead th{background:#eef4f1;color:#235f51;position:sticky;top:0;z-index:2;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.gr-tbl tbody tr:nth-child(2n) td{background:#fafbf9}.gr-c-info{color:#6c7785;white-space:nowrap;text-align:center;position:sticky;left:0;background:#fff;z-index:1}.gr-c-name{text-align:left;white-space:nowrap;position:sticky;background:#fff;z-index:1}.gr-tbl thead th.gr-c-name,.gr-tbl thead th.gr-c-info{z-index:3}.gr-tbl tbody tr:nth-child(2n) td.gr-c-info,.gr-tbl tbody tr:nth-child(2n) td.gr-c-name{background:#fafbf9}.gr-tbl tbody tr td.gr-akaten{background:#fde8e8;color:#b91c1c;font-weight:700}.gr-tbl tbody tr td.gr-orange{background:#ffedd5;color:#c2410c;font-weight:700}@media (max-width: 560px){.gr-head{padding:12px 14px}.gr-bar{padding:10px 12px}.gr-bar-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gr-main{padding:12px 12px 28px}.gr-tabs{gap:6px}}@media print{.no-print{display:none!important}.gr{background:#fff}.gr-head,.gr-bar{display:none}.gr-main{padding:0;max-width:none}.gr-print-head{display:block;font-size:14px;font-weight:700;margin:0 0 8px}.gr-grade-ttl{font-size:12px;margin:10px 0 4px}.gr-wrap{overflow:visible;border:none;border-radius:0}.gr-tbl th,.gr-tbl td{padding:2px 4px}.gr-tbl thead th{position:static}.gr-c-name,.gr-c-info{position:static;left:auto!important}@page{size:A4 landscape;margin:10mm}}.memo{min-height:100vh;background:#f4f6f2;display:flex;flex-direction:column}.memo-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e5df;position:sticky;top:0;z-index:5}.memo-ttl{font-size:15px;font-weight:800;color:#1b2430;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:55%;text-align:center;flex:1}.memo-nav{flex:0 0 auto;font-family:inherit;font-size:13px;color:#1b2430;background:#f3f5f1;border:1px solid #dcdfd9;border-radius:9px;padding:7px 12px;cursor:pointer;white-space:nowrap}.memo-nav:hover{background:#eef1ec}.memo-nav.danger{color:#c9302c;border-color:#f0d2d0;background:#fdf3f2}.memo-listwrap{width:min(720px,100%);margin:0 auto;padding:16px;box-sizing:border-box}.memo-new{width:100%;font-family:inherit;font-size:15px;font-weight:700;color:#fff;background:#2e7d6b;border:0;border-radius:12px;padding:13px;cursor:pointer;box-shadow:0 6px 16px -8px #2e7d6b99;margin-bottom:14px}.memo-new:hover{background:#276b5b}.memo-empty{text-align:center;color:#8a94a2;font-size:13px;line-height:1.7;margin:40px 0}.memo-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.memo-item{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e8ebe6;border-radius:14px;padding:14px 14px 14px 16px;cursor:pointer;transition:box-shadow .12s,transform .06s}.memo-item:hover{box-shadow:0 6px 18px -12px #00000059}.memo-item:active{transform:scale(.995)}.memo-item-main{flex:1;min-width:0}.memo-item-title{font-size:15px;font-weight:700;color:#1b2430;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.memo-item-sub{display:flex;gap:8px;align-items:baseline;margin-top:3px;min-width:0}.memo-item-date{flex:0 0 auto;font-size:12px;color:#2e7d6b;font-weight:700}.memo-item-prev{font-size:12px;color:#8a94a2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.memo-item-del{flex:0 0 auto;width:28px;height:28px;border-radius:50%;border:1px solid #eee;background:#fafafa;color:#b0b6bd;font-size:13px;cursor:pointer;line-height:1}.memo-item-del:hover{background:#fdeceb;color:#c9302c;border-color:#f0d2d0}.memo-editwrap{flex:1;width:min(720px,100%);margin:0 auto;padding:0 16px 16px;box-sizing:border-box;display:flex;flex-direction:column}.memo-edit{flex:1;width:100%;box-sizing:border-box;resize:none;border:0;outline:none;background:transparent;font-family:inherit;font-size:16px;line-height:1.7;color:#1b2430;padding:18px 2px 8px;min-height:50vh}.memo-stamp{text-align:center;font-size:11px;color:#a7afb8;padding:8px 0 calc(10px + env(safe-area-inset-bottom))}
