:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101828;background:#eef2f8;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #111c3a;--muted: #64708a;--line: #dfe5f0;--blue: #1458e8;--blue-bright: #2f78ff;--red: #ec2c3c;--green: #11823b;--gold: #ffb21d;--cream: #fff7e9;--navy: #0c1733}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#eef2f8}.app-frame{min-height:100vh;background:radial-gradient(circle at 8% 4%,rgba(47,120,255,.09),transparent 24rem),radial-gradient(circle at 92% 12%,rgba(236,44,60,.07),transparent 22rem),#eef2f8}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(36,87,214,.24);outline-offset:2px}.page{min-height:100vh}.app-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);background:linear-gradient(112deg,#081430fa,#0f234cfa);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 30px #0c173329;color:#fff}.app-header:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--red) 0 18%,var(--gold) 18% 26%,var(--blue-bright) 26% 100%)}.app-header--compact{height:70px}.brand{display:flex;align-items:center;gap:13px;min-width:0}.brand-mark{width:46px;height:46px;display:grid;place-items:center;background:linear-gradient(145deg,#17336d,#071127);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:14px;font-size:12px;font-weight:900;letter-spacing:-.04em;box-shadow:inset 0 -3px 0 var(--red),inset 0 3px 0 var(--blue-bright),0 8px 20px #00000038}.brand strong,.brand small{display:block}.brand strong{font-size:17px;letter-spacing:-.025em}.brand small{color:#b8c7e8;margin-top:3px;font-size:11px;font-weight:600}.header-actions{display:flex;align-items:center;gap:10px}.live-pill,.status-pill{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border-radius:999px;color:#087333;background:linear-gradient(180deg,#f2fff6,#e5f9eb);border:1px solid #a8dfba;font-weight:850;text-transform:uppercase;letter-spacing:.09em;font-size:11px;box-shadow:0 5px 14px #11823b1a}.live-pill svg{fill:currentColor}.icon-link,.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease}.icon-link:hover,.icon-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #07112729}.app-header .icon-link{color:#fff;background:#ffffff1a;border-color:#ffffff2e}.button{min-height:42px;padding:0 15px;border-radius:11px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:780;font-size:13px;cursor:pointer;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button--large{width:100%;min-height:50px;font-size:14px}.button--primary{background:linear-gradient(135deg,var(--blue),#1742a5);color:#fff;box-shadow:0 9px 24px #1458e83d}.button--secondary{background:#edf3ff;color:#1849a9;border-color:#cddcff}.button--ghost{background:#fff;border-color:var(--line);color:#344054}.button--success{background:#15803d;color:#fff}.button--danger-text{color:#b42318;background:#fff;border-color:#fecdca}.board-shell,.admin-shell{width:min(1860px,100%);margin:0 auto;padding:38px clamp(16px,3vw,48px) 64px}.board-titlebar,.admin-titlebar,.helper-page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.board-titlebar{position:relative;overflow:hidden;padding:28px 30px;border-radius:26px;background:linear-gradient(120deg,#0c1733,#123b8c 58%,#1458e8);color:#fff;box-shadow:0 18px 44px #0c225533}.board-titlebar:before,.board-titlebar:after{content:"";position:absolute;border-radius:999px;transform:rotate(-18deg);pointer-events:none}.board-titlebar:before{width:240px;height:54px;right:-50px;top:-7px;background:#ffffff17}.board-titlebar:after{width:150px;height:26px;right:40px;bottom:-8px;background:#ec2c3cad}.board-titlebar>*{position:relative;z-index:1}.eyebrow{display:block;color:var(--blue);text-transform:uppercase;font-size:11px;font-weight:850;letter-spacing:.14em;margin-bottom:6px}.board-titlebar h1,.admin-titlebar h1,.helper-page-title h1{margin:0;font-size:clamp(28px,3vw,44px);letter-spacing:-.045em;line-height:1.05}.board-titlebar p,.admin-titlebar p,.helper-page-title p{margin:9px 0 0;color:var(--muted);font-size:14px}.board-titlebar p{color:#c9d8f7}.board-titlebar .eyebrow{color:#ffd267}.last-update{display:flex;align-items:center;gap:8px;color:#173267;font-size:12px;font-weight:760;padding:10px 13px;background:#fffffff0;border:1px solid rgba(255,255,255,.7);border-radius:11px;white-space:nowrap;box-shadow:0 8px 20px #0512302e}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{padding:13px 15px;display:flex;align-items:center;gap:10px;border-radius:12px;margin:0 0 18px;font-size:13px;font-weight:650}.notice button{margin-left:auto;border:0;background:transparent;font-weight:800;cursor:pointer}.notice--error{background:#fff1f0;border:1px solid #fecdca;color:#b42318}.notice--success{background:#ecfdf3;border:1px solid #abefc6;color:#087a3b}.new-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:4px 7px;border-radius:999px;color:#7a3d00;background:linear-gradient(180deg,#fff1a8,#ffd35c);border:1px solid #efb51f;box-shadow:0 4px 10px #f59e0b2e;font-style:normal;font-size:8px;line-height:1;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.bout-core .new-badge,.poomsae-current .new-badge{margin:-2px 0 7px}.new-badge--inline{margin-left:5px;padding:3px 5px;vertical-align:1px;font-size:7px}.transfer-badge{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:max-content;max-width:100%;padding:4px 7px;border-radius:999px;color:#1849a9;background:#e9f1ff;border:1px solid #b9ceff;font-style:normal;font-size:8px;line-height:1;font-weight:900;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.bout-core .transfer-badge,.poomsae-current .transfer-badge{margin:0 0 7px}.upcoming-row .transfer-badge{margin-top:3px;padding:3px 5px;font-size:6px}.upcoming-row b:has(.transfer-badge){display:flex;align-items:flex-start;flex-direction:column}.book-code .transfer-badge{margin-top:4px;padding:3px 4px;font-size:6px;letter-spacing:.02em}.transfer-live-notice{min-height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin:-10px 0 22px;padding:13px 17px;color:#153b85;background:linear-gradient(100deg,#fff8df,#edf4ff);border:1px solid #f1cf6c;border-left:5px solid var(--gold);border-radius:15px;box-shadow:0 10px 28px #112d6717}.transfer-live-notice>svg{color:#b66b00}.transfer-live-notice strong,.transfer-live-notice span{display:block}.transfer-live-notice strong{margin-bottom:3px;color:#7a3d00;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.transfer-live-notice span{color:#233c70;font-size:13px;font-weight:760}.transfer-live-notice time{color:#667085;font-size:10px;font-weight:800}.transfer-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:18px;background:#050d20b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:modal-in .18s ease-out}.transfer-modal{width:min(520px,100%);position:relative;overflow:hidden;padding:36px;text-align:center;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:28px;box-shadow:0 30px 90px #00081c6b}.transfer-modal:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue-bright))}.transfer-modal__close{width:38px;height:38px;position:absolute;right:14px;top:14px;display:grid;place-items:center;color:#475467;background:#f2f4f7;border:0;border-radius:11px;cursor:pointer}.transfer-modal__icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 18px;color:#8a4b00;background:linear-gradient(145deg,#fff6cf,#ffd86a);border-radius:22px;box-shadow:0 12px 28px #ffb21d3d}.transfer-modal__icon svg{width:34px;height:34px}.transfer-modal h2{margin:0;color:var(--navy);font-size:31px;letter-spacing:-.045em}.transfer-modal__route{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 15px;color:#1749a3}.transfer-modal__route strong{padding:10px 14px;background:#edf4ff;border:1px solid #c7d9ff;border-radius:12px;font-size:17px}.transfer-modal p{margin:0;color:#344054;font-size:15px;line-height:1.55}.transfer-modal>small{display:block;margin:9px 0 22px;color:#667085}@keyframes modal-in{0%{opacity:0}}.ring-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ring-card{position:relative;background:#fffffffa;border:1px solid rgba(211,220,235,.92);border-radius:28px;overflow:hidden;box-shadow:0 16px 40px #1529561a,0 2px #ffffffb3 inset;min-height:510px;display:flex;flex-direction:column;transition:transform .24s ease,box-shadow .24s ease}.ring-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;z-index:2;background:linear-gradient(90deg,var(--red),var(--gold) 28%,var(--blue-bright) 72%)}.ring-card--poomsae:before{background:linear-gradient(90deg,var(--gold),#ff7a32 45%,var(--blue-bright))}.ring-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px #15295626}.ring-card__head{min-height:138px;padding:25px 28px;background:linear-gradient(135deg,#fffaf1,#fff4df 68%,#edf4ff);display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #f0e2cb}.ring-card__head p{margin:0 0 10px;font-size:23px;font-weight:900;letter-spacing:-.035em;color:#0d214d}.ring-card__head h2{margin:0;font-size:16px;line-height:1.3;max-width:380px}.ring-status{display:flex;align-items:flex-end;flex-direction:column;gap:10px;flex:0 0 auto}.ring-status b{color:var(--blue);font-size:14px;white-space:nowrap;padding:3px 7px;border-radius:7px;background:#ffffffb8}.status-pill--done{background:#f2f4f7;color:#475467;border-color:#d0d5dd}.ring-card__body{padding:28px;flex:1;display:flex;flex-direction:column}.combat-current{display:grid;grid-template-columns:minmax(0,1fr) 100px minmax(0,1fr);align-items:stretch;gap:12px;min-height:190px}.fighter{padding:18px 16px;border-radius:18px;display:flex;flex-direction:column;justify-content:center;text-align:center;min-width:0;position:relative;overflow:hidden;box-shadow:0 9px 22px #111c3a0f}.fighter:before{content:"";position:absolute;inset:0 auto 0 0;width:5px}.fighter--red{background:linear-gradient(160deg,#fff,#fff0f1);border:1px solid #ffc9ce}.fighter--red:before{background:var(--red)}.fighter--blue{background:linear-gradient(160deg,#fff,#edf4ff);border:1px solid #c7d9ff}.fighter--blue:before{background:var(--blue)}.fighter strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:clamp(16px,1.25vw,21px);line-height:1.16;letter-spacing:-.025em}.fighter small{margin-top:9px;color:var(--muted);font-size:11px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.corner-label{align-self:center;margin-bottom:10px;color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}.bout-core{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.bout-core span,.poomsae-current>span{color:#98a2b3;text-transform:uppercase;font-size:11px;font-weight:760;letter-spacing:.12em}.bout-core strong{margin:10px 0 7px;font-size:42px;line-height:1;letter-spacing:-.055em;color:#10285d;text-shadow:0 3px 0 #e5edff}.bout-core b{color:#98a2b3;font-size:20px}.poomsae-current{min-height:190px;padding:18px 22px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at top,#fff,#eef4ff 72%,#fff5df);border:1px solid #cddcff;border-radius:20px;box-shadow:0 12px 28px #1458e814}.poomsae-current>strong{margin-top:10px;font-size:48px;letter-spacing:-.06em;color:#123777;text-shadow:0 3px 0 #dce7ff}.poomsae-current h3{margin:8px 0 4px;font-size:21px;line-height:1.2}.poomsae-current p{color:var(--muted);margin:0;font-size:12px}.called-pill{color:#8a4b00;background:#fff4d6;border:1px solid #f7c66b;border-radius:999px;padding:6px 12px;margin-top:12px;font-style:normal;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.upcoming-list{margin-top:21px;display:grid;gap:6px;padding:10px 12px;background:#f7f9fd;border:1px solid #edf1f7;border-radius:14px}.upcoming-row{display:grid;grid-template-columns:18px 72px minmax(0,1fr);align-items:center;gap:9px;min-height:32px}.upcoming-row svg{color:#344054}.upcoming-row b{font-size:13px}.upcoming-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#344054;font-size:12px;font-weight:690}.quiet-note{color:#98a2b3;font-size:12px;margin:4px 0}.progress-row{margin-top:auto;padding-top:24px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.progress-track{height:10px;background:#e4eaf4;border-radius:99px;overflow:hidden;box-shadow:inset 0 1px 2px #0c17331a}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--red),var(--gold) 36%,var(--blue-bright));transition:width .3s ease}.progress-row strong{font-size:13px}.ring-complete{min-height:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#157f3f;text-align:center}.ring-complete h3{margin:13px 0 4px}.ring-complete p{margin:0;color:var(--muted);font-size:13px}.skeleton{background:linear-gradient(100deg,#fff 30%,#f4f6f9,#fff 60%);background-size:220% 100%;animation:skeleton 1.4s infinite}@keyframes skeleton{to{background-position-x:-220%}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 18% 10%,rgba(47,120,255,.28),transparent 24rem),radial-gradient(circle at 84% 86%,rgba(236,44,60,.18),transparent 23rem),linear-gradient(145deg,#08142f,#123777 58%,#0e1d41)}.auth-card{width:min(430px,100%);background:#fffffffa;border:1px solid rgba(255,255,255,.7);border-radius:26px;padding:34px;box-shadow:0 28px 80px #000a2361;position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue-bright))}.auth-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#edf4ff,#dce8ff);color:var(--blue);margin-bottom:24px;box-shadow:0 10px 22px #1458e826}.auth-card h1{margin:0;font-size:29px;letter-spacing:-.04em}.auth-card>p{color:var(--muted);line-height:1.5;font-size:14px;margin:10px 0 24px}.auth-card label,.pin-form label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;margin:14px 0 7px}.auth-card input,.pin-form input,.select-wrap select{width:100%;height:50px;border:1px solid #d0d5dd;border-radius:11px;padding:0 14px;background:#fff;color:var(--ink)}.auth-card input[id=pin]{font-size:30px;letter-spacing:.35em;text-align:center;font-weight:800}.field-error{margin:10px 0;padding:9px 11px;background:#fff1f0;color:#b42318;border-radius:9px;font-size:12px;font-weight:700}.helper-select-shell{width:min(1120px,100%);margin:0 auto;padding:40px 20px 70px}.ring-select-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ring-select-card{min-height:126px;display:grid;grid-template-columns:50px 1fr auto 20px;align-items:center;gap:14px;background:linear-gradient(145deg,#fff,#f7faff);border:1px solid #d8e1f1;border-radius:20px;padding:18px;box-shadow:0 10px 26px #15295614;transition:.18s ease;position:relative;overflow:hidden}.ring-select-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--blue)}.ring-select-card--poomsae:before{background:#f97316}.ring-select-card:hover{transform:translateY(-2px);border-color:#bdc8d9;box-shadow:0 12px 30px #10182817}.ring-select-icon{width:48px;height:48px;display:grid;place-items:center;background:linear-gradient(145deg,#eaf1ff,#dbe7ff);color:var(--blue);border-radius:14px;box-shadow:0 7px 16px #1458e81a}.ring-select-card--poomsae .ring-select-icon{background:#fff5ed;color:#c2410c}.ring-select-card small,.ring-select-card strong,.ring-select-card em{display:block}.ring-select-card small{color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.12em}.ring-select-card strong{font-size:24px;margin:3px 0;letter-spacing:-.04em}.ring-select-card em{color:#475467;font-style:normal;font-size:11px;font-weight:700}.ring-select-progress{font-size:12px;color:var(--muted);font-weight:750}.ring-select-chevron{color:#98a2b3}.helper-book-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(47,120,255,.08),transparent 26rem),#f1f4f9}.helper-ring-header{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:12px clamp(12px,3vw,32px);background:linear-gradient(105deg,#071127,#123777 72%,#1458e8);color:#fff;position:sticky;top:0;z-index:30;box-shadow:0 10px 28px #07112742}.helper-ring-header:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue-bright))}.helper-ring-header .icon-button{background:#1d2939;border-color:#344054;color:#fff}.helper-ring-identity span{display:flex;align-items:center;gap:7px;color:#98a2b3;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.helper-ring-identity h1{display:inline;margin:0 9px 0 0;font-size:30px;letter-spacing:-.04em}.helper-ring-identity b{color:#b2ccff;font-size:12px}.helper-ring-actions{display:flex;gap:8px}.helper-ring-header .button--ghost{background:#1d2939;border-color:#344054;color:#fff}.helper-ring-header .button--transfer{color:#173267;background:linear-gradient(180deg,#fff8d9,#ffd970);border-color:#f4c344;box-shadow:0 8px 20px #ffb21d2e}.session-switcher{display:flex;align-items:center;justify-content:center;gap:12px;background:#fff8e9;border-bottom:1px solid #f2dfb5;padding:10px 16px;position:sticky;top:84px;z-index:25}.session-switcher label{font-size:12px;font-weight:850}.select-wrap{position:relative}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;min-width:180px;padding-right:38px;font-weight:750}.select-wrap svg{pointer-events:none;position:absolute;right:10px;top:11px;width:17px}.book-shell{width:min(1360px,100%);margin:0 auto;padding:24px clamp(10px,2.5vw,32px) 80px}.helper-transfer-notice{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:13px 15px;color:#153b85;background:#edf4ff;border:1px solid #b9ceff;border-left:5px solid var(--blue);border-radius:13px}.helper-transfer-notice>svg{flex:0 0 auto}.helper-transfer-notice strong,.helper-transfer-notice span{display:block}.helper-transfer-notice strong{font-size:13px}.helper-transfer-notice span{margin-top:3px;color:#59709d;font-size:10px}.helper-transfer-modal{width:min(700px,100%);max-height:min(760px,calc(100vh - 32px));position:relative;overflow:hidden;display:flex;flex-direction:column;padding:28px;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:25px;box-shadow:0 30px 90px #00081c6b}.helper-transfer-modal:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue-bright))}.helper-transfer-modal__title{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:13px;padding-right:34px}.helper-transfer-modal__icon{width:54px;height:54px;display:grid;place-items:center;color:#1849a9;background:#e9f1ff;border-radius:16px}.helper-transfer-modal__title h2{margin:0;font-size:25px;letter-spacing:-.04em}.helper-transfer-modal__title p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.helper-transfer-route{display:flex;align-items:flex-end;gap:10px;margin:19px 0;padding:13px;color:#fff;background:linear-gradient(105deg,#0b1b40,#154dbf);border-radius:15px}.helper-transfer-route>strong{align-self:center;flex:0 0 auto;padding:9px 12px;color:#173267;background:#fff;border-radius:10px}.helper-transfer-route>svg{align-self:center;flex:0 0 auto;color:#ffd267}.helper-transfer-route label{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px;color:#c8d8f7;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.helper-transfer-route select{width:100%;height:40px;padding:0 10px;color:var(--ink);background:#fff;border:0;border-radius:9px;font-weight:760;text-transform:none;letter-spacing:normal}.helper-transfer-picker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.helper-transfer-picker__head strong,.helper-transfer-picker__head small{display:block}.helper-transfer-picker__head strong{font-size:14px}.helper-transfer-picker__head small{margin-top:3px;color:var(--muted);font-size:9px}.helper-transfer-picker__head>span{flex:0 0 auto;padding:5px 8px;color:#1849a9;background:#edf4ff;border-radius:999px;font-size:8px;font-weight:850}.helper-transfer-options{min-height:120px;max-height:350px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:2px}.helper-transfer-modal>.notice{margin:12px 0 0}.helper-transfer-modal__actions{display:grid;grid-template-columns:110px 1fr;gap:9px;margin-top:16px}.book-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 16px}.book-summary h2{margin:0;font-size:24px;letter-spacing:-.035em}.book-summary>div:last-child{text-align:right}.book-summary>div:last-child strong{display:block;font-size:24px}.book-summary>div:last-child span{color:var(--muted);font-size:11px}.book-table{background:#fff;border:1px solid #d8e0ed;border-radius:18px;overflow:hidden;box-shadow:0 16px 38px #1529561a}.book-head,.book-row{display:grid}.combat-book .book-head,.combat-book .book-row{grid-template-columns:minmax(0,1fr) 90px minmax(0,1fr)}.poomsae-book .book-head,.poomsae-book .book-row{grid-template-columns:110px minmax(0,1fr) 250px}.book-head{min-height:48px;align-items:center;background:linear-gradient(90deg,#edf3ff,#fff8e9);color:#4b5e83;border-bottom:1px solid var(--line);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.book-head span{padding:0 16px}.combat-book .book-head span:nth-child(2){text-align:center}.book-row{min-height:86px;align-items:stretch;border-bottom:1px solid #edf0f4;position:relative}.book-row:last-child{border-bottom:0}.book-row--current{background:#fffaf0;box-shadow:inset 5px 0 0 var(--gold)}.book-row--done{background:#f8fbf9}.combat-book .book-row>button{border:0;background:transparent;padding:13px 18px;min-width:0;cursor:pointer;position:relative;text-align:left}.combat-book .book-row>button:last-child{text-align:right}.combat-book .book-row>button:not(:disabled):hover{background:#f2f7ff}.combat-book .book-row>button:disabled{color:inherit;cursor:default}.combat-book .book-row--current>button:not(:disabled){padding-bottom:30px}.combat-book .book-row--current>button:not(:disabled):first-child{background:#fff3f2;box-shadow:inset 4px 0 #ef2b2d}.combat-book .book-row--current>button:not(:disabled):last-child{background:#f2f6ff;box-shadow:inset -4px 0 #2563eb}.combat-book .book-row--current>button:not(:disabled):after{content:"Tap winner";position:absolute;bottom:9px;left:18px;color:#087a3b;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.combat-book .book-row--current>button:not(:disabled):last-child:after{left:auto;right:18px}.combat-book .book-row button span,.combat-book .book-row button small{display:block}.combat-book .book-row button span{font-size:14px;font-weight:820;line-height:1.25}.combat-book .book-row button small{color:var(--muted);margin-top:5px;font-size:10px}.combat-book .winner{color:#087a3b!important;background:#e9f8ef!important}.combat-book .winner svg{position:absolute;width:20px;right:12px;top:50%;transform:translateY(-50%)}.combat-book .book-row>button:last-child.winner svg{left:12px;right:auto}.book-code{display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid #edf0f4;border-right:1px solid #edf0f4;text-align:center}.book-code strong{font-size:18px}.book-code span{margin-top:4px;padding:3px 6px;border-radius:99px;background:#fef0c7;color:#93370d;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.poomsae-entry{min-width:0;padding:14px 18px;display:flex;justify-content:center;flex-direction:column}.poomsae-entry strong,.poomsae-entry small,.poomsae-entry em{display:block}.poomsae-entry strong{font-size:14px;line-height:1.3}.poomsae-entry small{color:var(--muted);margin-top:4px}.poomsae-entry em{font-style:normal;color:#98a2b3;font-size:9px;margin-top:5px;text-transform:uppercase;font-weight:750;letter-spacing:.05em}.status-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 16px}.called-active{background:#fff1c2;border-color:#f7c66b;color:#8a4b00}.done-badge{display:inline-flex;align-items:center;gap:7px;color:#087a3b;font-weight:850;font-size:12px}.done-badge svg{width:17px}.toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:50;width:min(460px,calc(100% - 24px));display:flex;align-items:center;gap:9px;padding:13px 14px;background:#101828;color:#fff;border-radius:13px;box-shadow:0 16px 40px #10182847;font-size:13px;font-weight:750}.toast button{margin-left:auto;background:#fff;color:#101828;border:0;border-radius:8px;padding:7px 10px;font-weight:850;cursor:pointer}.helper-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:10px;color:#475467}.helper-loading svg{width:32px;height:32px}.admin-title-actions{display:flex;gap:9px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.admin-stats>div{background:linear-gradient(145deg,#fff,#f6f9ff);border:1px solid #dce4f1;border-radius:17px;padding:18px;box-shadow:0 9px 24px #15295612;position:relative;overflow:hidden}.admin-stats>div:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue-bright),#79a8ff)}.admin-stats>div:nth-child(2):before{background:linear-gradient(90deg,var(--green),#5dcf83)}.admin-stats>div:nth-child(3):before{background:linear-gradient(90deg,var(--gold),#ffd978)}.admin-stats>div:nth-child(4):before{background:linear-gradient(90deg,var(--red),#ff7883)}.admin-stats span{display:block;color:var(--muted);font-size:11px;font-weight:750}.admin-stats strong{display:block;font-size:30px;margin-top:7px;letter-spacing:-.04em}.admin-stats .stat-time{display:flex;align-items:center;gap:8px;font-size:16px;margin-top:12px}.manual-panel{margin:0 0 34px;padding:28px;border:1px solid #d6e0f0;border-radius:24px;background:#ffffffeb;box-shadow:0 16px 42px #1529561a}.manual-panel__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.manual-panel__heading h2{margin:0;font-size:28px;letter-spacing:-.04em}.manual-panel__heading p{margin:7px 0 0;color:var(--muted);font-size:13px}.manual-new-key{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;color:#7a3d00;background:#fff7da;border:1px solid #f4d16e;font-size:11px;font-weight:820}.manual-panel__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:22px;align-items:start}.manual-form{min-width:0;padding:20px;border-radius:19px;background:#f7f9fd;border:1px solid #e2e8f2}.manual-format-banner{min-height:76px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:13px;margin:-4px -4px 20px;padding:14px;color:#fff;border-radius:15px;background:linear-gradient(110deg,#0b1b40,#154dbf);box-shadow:0 10px 24px #1449a92e}.manual-format-banner>svg{width:42px;height:42px;padding:10px;border-radius:12px;background:#ffffff1f}.manual-format-banner small,.manual-format-banner strong{display:block}.manual-format-banner small{margin-bottom:3px;color:#bcd1ff;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.manual-format-banner strong{font-size:17px}.manual-format-banner>b{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:11px;color:#0b1b40;background:#fff;font-size:18px}.manual-format-banner>b em{padding:3px 5px;border-radius:999px;color:#7a3d00;background:#ffd35c;font-style:normal;font-size:7px;letter-spacing:.08em}.manual-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.manual-form label,.manual-link-box>label{display:flex;flex-direction:column;gap:7px;color:#344054;font-size:11px;font-weight:820}.manual-form label>span{color:#98a2b3;font-weight:650}.manual-form label>small{color:#7b879e;font-size:9px;font-weight:650}.manual-form input,.manual-form select{width:100%;height:45px;padding:0 12px;color:var(--ink);background:#fff;border:1px solid #cdd6e5;border-radius:10px}.manual-form input:focus,.manual-form select:focus{border-color:#6c98f5;box-shadow:0 0 0 3px #1458e81a;outline:none}.manual-link-box{margin:18px 0;padding:16px;border-radius:15px;background:#eef4ff;border:1px solid #cadbff}.manual-link-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;color:#153b85}.manual-link-title svg{flex:0 0 auto;margin-top:1px}.manual-link-title strong,.manual-link-title small{display:block}.manual-link-title small{margin-top:3px;color:#59709d;font-size:10px;line-height:1.35}.manual-link-box fieldset{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 0;padding:0;border:0}.manual-link-box legend{margin-bottom:8px;color:#344054;font-size:11px;font-weight:820}.slot-choice{min-height:58px;display:grid!important;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:9px!important;padding:10px;border-radius:11px;background:#fff;border:1px solid #cddcff;cursor:pointer}.slot-choice:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 2px #1458e81a}.slot-choice input{width:16px;height:16px;margin:0;accent-color:var(--blue)}.slot-choice span,.slot-choice b,.slot-choice strong{min-width:0;display:block}.slot-choice b{color:var(--blue);font-size:8px;text-transform:uppercase;letter-spacing:.12em}.slot-choice strong{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:11px}.slot-choice--disabled{opacity:.48;cursor:not-allowed}.manual-form>.button{margin-top:6px}.manual-list{min-height:100%;padding:19px;border-radius:19px;background:#fff;border:1px solid #e0e6ef}.manual-list h3{margin:0;font-size:21px}.manual-list>div:first-child>p{margin:5px 0 16px;color:var(--muted);font-size:11px}.manual-list-item{display:grid;grid-template-columns:auto minmax(0,1fr) 36px;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #edf0f5}.manual-list-item>div{min-width:0}.manual-list-item strong,.manual-list-item small{display:block}.manual-list-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.manual-list-item small{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.manual-list-item button{width:36px;height:36px;display:grid;place-items:center;color:#b42318;background:#fff5f4;border:1px solid #fecdca;border-radius:9px;cursor:pointer}.manual-list-item button:disabled{opacity:.35;cursor:not-allowed}.manual-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#98a2b3;text-align:center}.manual-empty svg{color:#d0a11e}.manual-empty strong{color:#475467;font-size:13px}.manual-empty span{font-size:10px}.transfer-panel{margin:0 0 34px;padding:28px;border:1px solid #cbd9f0;border-radius:24px;background:linear-gradient(145deg,#fffffff7,#f1f6fff5);box-shadow:0 18px 46px #1529561f}.transfer-panel__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.transfer-panel__heading h2{margin:0;font-size:28px;letter-spacing:-.04em}.transfer-panel__heading p{margin:7px 0 0;color:var(--muted);font-size:13px}.transfer-key{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;color:#1849a9;background:#edf4ff;border:1px solid #c7d9ff;border-radius:999px;font-size:11px;font-weight:820;white-space:nowrap}.transfer-route{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px;padding:16px;background:linear-gradient(105deg,#0b1b40,#154dbf);border-radius:17px;box-shadow:0 10px 25px #1449a92e}.transfer-route label{min-width:150px;flex:1;display:flex;flex-direction:column;gap:6px;color:#c8d8f7;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.transfer-route select{width:100%;height:44px;padding:0 11px;color:var(--ink);background:#fff;border:1px solid #cdd6e5;border-radius:10px;font-weight:760;text-transform:none;letter-spacing:normal}.transfer-route__arrow{flex:0 0 auto;margin-bottom:10px;color:#ffd267}.transfer-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:22px;align-items:start}.transfer-picker,.active-transfers{padding:19px;background:#fff;border:1px solid #dce4f0;border-radius:19px}.transfer-picker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.transfer-picker__head strong,.transfer-picker__head small{display:block}.transfer-picker__head strong{font-size:15px}.transfer-picker__head small{max-width:580px;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.35}.transfer-picker__head>span{flex:0 0 auto;padding:6px 9px;color:#1849a9;background:#edf4ff;border-radius:999px;font-size:9px;font-weight:850}.transfer-options{max-height:360px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px;padding:2px}.transfer-option{min-height:64px;display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:10px;background:#f8faff;border:1px solid #dfe6f1;border-radius:12px;cursor:pointer}.transfer-option--selected{color:#123b8c;background:#edf4ff;border-color:#6c98f5;box-shadow:0 0 0 2px #1458e814}.transfer-option input{width:17px;height:17px;accent-color:var(--blue)}.transfer-option span{min-width:0}.transfer-option strong,.transfer-option small{display:block}.transfer-option strong{font-size:13px}.transfer-option small{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:9px}.transfer-option>svg{color:var(--green)}.active-transfers h3{margin:0;font-size:21px}.active-transfers>div:first-child>p{margin:5px 0 13px;color:var(--muted);font-size:10px}.active-transfer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px 0;border-top:1px solid #edf0f5}.active-transfer>div{min-width:0}.active-transfer strong,.active-transfer span,.active-transfer small{display:block}.active-transfer strong{display:flex;align-items:center;gap:5px;font-size:11px}.active-transfer span{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1849a9;font-size:11px;font-weight:820}.active-transfer small{margin-top:3px;color:#98a2b3;font-size:8px}.active-transfer button{min-height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:9px;font-size:9px;font-weight:820;cursor:pointer}.active-transfer button:disabled{opacity:.45;cursor:not-allowed}.transfer-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#98a2b3;text-align:center}.transfer-empty strong{color:#475467;font-size:13px}.transfer-empty span{max-width:280px;font-size:10px}.transfer-empty--small{min-height:150px}.transfer-picker .notice{margin-top:12px}.admin-access-panel{display:grid;grid-template-columns:1fr 300px;gap:24px;padding:26px;background:linear-gradient(115deg,#08142f,#123777 68%,#1458e8);color:#fff;border-radius:22px;margin-bottom:34px;box-shadow:0 18px 44px #0c23583d;position:relative;overflow:hidden}.admin-access-panel:after{content:"";position:absolute;width:260px;height:260px;border:38px solid rgba(255,255,255,.06);border-radius:50%;right:-120px;bottom:-170px;pointer-events:none}.admin-access-panel>*{position:relative;z-index:1}.admin-access-copy h2{margin:0;font-size:24px}.admin-access-copy p{color:#98a2b3;max-width:680px;font-size:13px;line-height:1.5}.active-pass{display:inline-flex;align-items:center;gap:7px;color:#abefc6;font-size:11px;font-weight:750}.pin-form input{height:44px}.pin-form .button{width:100%;margin-top:10px}.pin-form .button--danger-text{background:transparent}.qr-result{grid-column:1 / -1;display:flex;align-items:center;gap:20px;background:#fff;color:var(--ink);border-radius:16px;padding:16px}.qr-result img{width:150px;height:150px}.qr-result p{color:var(--muted);font-size:12px}.qr-result a{color:var(--blue);display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 16px}.section-heading h2{margin:0;font-size:28px}.ring-grid--admin{grid-template-columns:repeat(2,minmax(0,1fr))}.export-shell{width:min(1320px,100%);margin:0 auto;padding:38px clamp(16px,3vw,42px) 72px}.export-hero{position:relative;overflow:hidden;min-height:210px;display:grid;grid-template-columns:auto minmax(0,1fr) 110px;align-items:center;gap:28px;padding:30px;color:#fff;border-radius:26px;background:linear-gradient(115deg,#08142f,#123777 68%,#1458e8);box-shadow:0 18px 44px #0c235838}.export-hero:after{content:"";position:absolute;width:250px;height:250px;right:-95px;bottom:-145px;border:36px solid rgba(255,255,255,.08);border-radius:50%}.export-hero>*{position:relative;z-index:1}.export-hero>.button{align-self:start;color:#fff;background:#ffffff1a;border-color:#fff3}.export-hero__title .eyebrow{color:#ffd267}.export-hero__title h1{margin:0;font-size:clamp(34px,4vw,54px);letter-spacing:-.05em;line-height:1}.export-hero__title p{max-width:680px;margin:10px 0 0;color:#c8d8f7;font-size:13px}.export-hero__mark{width:94px;height:94px;display:grid;place-items:center;border-radius:26px;color:#0d2f74;background:linear-gradient(145deg,#fff9e8,#ffd466);box-shadow:0 16px 32px #030d263d}.export-hero__mark svg{width:44px;height:44px}.export-page .notice{margin:18px 0 0}.export-section{margin-top:36px}.export-columns{max-width:620px;color:#667085;font-size:10px;font-weight:760;letter-spacing:.06em;text-align:right}.export-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.export-card{min-height:146px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:15px;padding:20px;border-radius:19px;background:linear-gradient(145deg,#fff,#f7faff);border:1px solid #d8e1f1;box-shadow:0 10px 26px #15295612;position:relative;overflow:hidden}.export-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--blue)}.export-card--poomsae:before{background:#f97316}.export-card__icon{width:52px;height:52px;display:grid;place-items:center;color:var(--blue);background:#e9f1ff;border-radius:15px}.export-card--poomsae .export-card__icon{color:#c2410c;background:#fff0e6}.export-card__copy{min-width:0}.export-card__copy span{color:#6b7893;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.export-card__copy h2{margin:3px 0 4px;font-size:25px;letter-spacing:-.04em}.export-card__copy p{margin:0;color:var(--muted);font-size:10px;line-height:1.35}.export-card .button{white-space:nowrap}.powered-footer{min-height:88px;padding:20px clamp(18px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#fff;background:linear-gradient(105deg,#071127,#10285d);border-top:3px solid transparent;border-image:linear-gradient(90deg,var(--red),var(--gold),var(--blue-bright)) 1}.powered-footer>div{display:flex;align-items:center;gap:7px;font-size:13px;color:#b9c8e8}.powered-footer strong{color:#fff;font-size:17px;letter-spacing:.08em}.powered-footer__mark{width:32px;height:32px;display:grid;place-items:center;margin-right:3px;border-radius:10px;color:#08142f;background:linear-gradient(145deg,#ffd56f,var(--gold));box-shadow:0 7px 18px #ffb21d38}.powered-footer__mark svg{fill:currentColor}.powered-footer small{color:#8fa3cb;font-size:11px}@media(max-width:1220px){.ring-grid,.ring-select-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.export-card{grid-template-columns:48px minmax(0,1fr)}.export-card .button{grid-column:1 / -1}}@media(max-width:760px){.app-header{height:66px;padding:0 14px}.brand-mark{width:40px;height:40px;border-radius:12px}.brand strong{font-size:14px}.brand small,.header-actions .button{display:none}.board-shell,.admin-shell{padding:24px 12px 50px}.board-titlebar,.admin-titlebar,.helper-page-title{align-items:flex-start;flex-direction:column;margin-bottom:20px}.board-titlebar h1,.admin-titlebar h1,.helper-page-title h1{font-size:31px}.last-update{white-space:normal}.board-titlebar{padding:22px 20px;border-radius:22px}.transfer-live-notice{grid-template-columns:auto minmax(0,1fr);margin-top:-4px;padding:12px}.transfer-live-notice time{grid-column:2}.transfer-modal{padding:30px 20px 22px;border-radius:22px}.transfer-modal h2{font-size:26px}.helper-transfer-modal{max-height:calc(100vh - 18px);padding:22px 13px 13px;border-radius:20px}.helper-transfer-modal__title{grid-template-columns:42px minmax(0,1fr);gap:9px}.helper-transfer-modal__icon{width:42px;height:42px;border-radius:12px}.helper-transfer-modal__title h2{font-size:20px}.helper-transfer-route{align-items:stretch;flex-wrap:wrap}.helper-transfer-route>svg{transform:rotate(90deg)}.helper-transfer-route label{min-width:130px}.helper-transfer-options{grid-template-columns:1fr;max-height:310px}.ring-grid,.ring-grid--admin{grid-template-columns:1fr;gap:16px}.ring-card{min-height:470px;border-radius:22px}.ring-card__head{min-height:120px;padding:20px}.ring-card__head p{font-size:20px}.ring-card__head h2{font-size:13px}.ring-card__body{padding:20px}.combat-current{grid-template-columns:minmax(0,1fr) 66px minmax(0,1fr);min-height:180px;gap:7px}.fighter{padding:13px 9px}.fighter strong{font-size:14px}.fighter small{font-size:9px}.bout-core strong{font-size:30px}.bout-core b{font-size:15px}.upcoming-row{grid-template-columns:17px 60px minmax(0,1fr)}.upcoming-row span{font-size:11px}.ring-select-grid{grid-template-columns:1fr}.helper-select-shell{padding:25px 12px 50px}.ring-select-card{min-height:100px}.helper-ring-header{min-height:76px;padding:10px;grid-template-columns:auto 1fr auto}.helper-ring-identity span{font-size:8px}.helper-ring-identity h1{font-size:23px}.helper-ring-actions .button--ghost{width:42px;padding:0;font-size:0}.helper-ring-actions .button--secondary{display:none}.helper-ring-actions .button--transfer{width:42px;padding:0;font-size:0}.session-switcher{top:76px}.book-shell{padding:18px 6px 74px}.book-summary{padding:0 6px}.book-table{border-radius:13px}.combat-book .book-head,.combat-book .book-row{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr)}.poomsae-book .book-head,.poomsae-book .book-row{grid-template-columns:60px minmax(0,1fr) 126px}.book-head span{padding:0 8px;font-size:8px}.book-row{min-height:82px}.combat-book .book-row>button{padding:10px 8px}.combat-book .book-row--current>button:not(:disabled){padding-bottom:28px}.combat-book .book-row--current>button:not(:disabled):after{left:8px;bottom:8px;font-size:8px}.combat-book .book-row--current>button:not(:disabled):last-child:after{left:auto;right:8px}.combat-book .book-row button span{font-size:11px}.combat-book .book-row button small{font-size:8px}.book-code strong{font-size:14px}.poomsae-entry{padding:9px 8px}.poomsae-entry strong{font-size:11px}.poomsae-entry small,.poomsae-entry em{font-size:8px}.status-actions{padding:7px 6px;gap:4px;flex-direction:column;align-items:stretch}.status-actions .button{min-height:32px;padding:0 7px;font-size:10px}.admin-title-actions{flex-wrap:wrap}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-access-panel{grid-template-columns:1fr;padding:20px}.manual-panel{padding:18px 12px;border-radius:20px}.manual-panel__heading{align-items:flex-start;flex-direction:column}.manual-panel__layout{grid-template-columns:1fr}.transfer-panel{padding:18px 12px;border-radius:20px}.transfer-panel__heading{align-items:flex-start;flex-direction:column}.transfer-key{white-space:normal}.transfer-route{align-items:stretch;flex-direction:column}.transfer-route__arrow{align-self:center;margin:0;transform:rotate(90deg)}.transfer-layout{grid-template-columns:1fr}.transfer-options{max-height:430px;grid-template-columns:1fr}.transfer-picker,.active-transfers,.manual-form{padding:14px}.manual-form-grid{grid-template-columns:1fr}.manual-format-banner{grid-template-columns:42px 1fr}.manual-format-banner>b{grid-column:1 / -1;justify-self:stretch;justify-content:center}.manual-link-box fieldset{grid-template-columns:1fr}.qr-result{grid-column:1;flex-direction:column;text-align:center}.section-heading{align-items:flex-start;gap:12px}.section-heading .button{display:none}.export-shell{padding:24px 12px 54px}.export-hero{min-height:270px;grid-template-columns:1fr auto;align-items:start;gap:18px;padding:22px 18px;border-radius:22px}.export-hero>.button{grid-column:1 / -1;justify-self:start}.export-hero__mark{width:64px;height:64px;border-radius:18px}.export-hero__mark svg{width:30px;height:30px}.export-section .section-heading{flex-direction:column}.export-columns{text-align:left;line-height:1.5}.export-grid{grid-template-columns:1fr}.export-card{grid-template-columns:48px minmax(0,1fr);padding:17px}.export-card .button{grid-column:1 / -1;width:100%}.powered-footer{min-height:94px;flex-direction:column;justify-content:center;text-align:center;gap:7px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
