.author-page{font-size:14px;height:100dvh;overflow:hidden}.author-page button{border:1px solid var(--line);background:var(--raised);color:var(--text);border-radius:8px;padding:9px 11px;cursor:pointer;min-height:36px}.author-page button:hover{border-color:var(--orange)}.author-page button[aria-pressed=true],.author-page button.active{background:#714817;border-color:var(--orange)}.author-page input,.author-page select,.author-page textarea{width:100%;background:#0a1623;border:1px solid var(--line);border-radius:7px;color:var(--text);padding:8px;min-width:0}.author-page label{display:block;color:var(--muted);font-size:14px}.author-page h2{font-size:15px;margin:8px 0}.author-header{height:70px;display:flex;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid var(--line);background:var(--surface)}.author-header #title{width:clamp(120px,19vw,280px)}.author-header #coach{width:130px}.author-header #saveState{margin-left:auto;font-size:13px;max-width:200px;color:var(--muted)}.author-header .primary-button{background:var(--orange);color:#08121d;white-space:nowrap}.author-start{max-width:1060px;margin:40px auto;padding:20px;height:calc(100dvh - 110px);overflow:auto}.author-start p{color:var(--muted);font-size:16px}.author-start h1{font-size:26px}.author-start #draftList{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.draft-card{padding:18px!important;text-align:left;min-height:100px}.draft-card span{display:block;margin-top:12px;color:var(--muted);font-size:13px}.author-work{display:grid;grid-template-columns:170px minmax(280px,1fr) 284px;height:calc(100dvh - 70px)}.author-tools,.author-properties{padding:12px;overflow:auto;overscroll-behavior:contain;background:var(--surface)}.author-tools{border-right:1px solid var(--line)}.author-tools>button{display:block;width:100%;margin-bottom:8px}.author-properties{border-left:1px solid var(--line)}.author-properties section{padding-bottom:16px;margin-bottom:10px;border-bottom:1px solid var(--line)}.author-properties p,.author-tools p{font-size:13px;line-height:1.6;color:var(--muted)}.author-tools details{padding:8px;margin:8px 0}.author-tools details button{margin:4px 0}.author-field{padding:0;display:flex;flex-direction:column;min-height:0;background:#09151e}.field-controls{height:47px;display:flex;align-items:center;gap:6px;padding:7px 12px}.field-controls span:first-child{margin-right:auto;font-weight:700}.field-controls span:last-child{font-size:12px;color:var(--muted)}.field-controls button{padding:4px 8px;min-height:29px}.canvas-stage{flex:1;min-height:150px;overflow:hidden}#board{width:100%;height:100%;display:block;touch-action:none;outline:none;cursor:crosshair}.author-play{display:flex;align-items:center;gap:9px;padding:12px}.author-play select{width:115px}.author-play input{flex:1;padding:0}.author-play span{white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--muted)}#message{min-height:22px;padding:0 14px;margin:0 0 8px;font-size:13px;color:#ffc473}.tool-pair,.mode-switch{display:flex;gap:6px;margin:7px 0}.tool-pair>*{min-width:0;flex:1}.mode-switch button{flex:1}.number-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;max-height:260px;overflow:auto;margin-top:8px}.number-grid button{border-radius:50%;background:#245993;max-width:44px;height:38px;margin:auto;width:100%;font-weight:bold}.number-grid.away button{background:#ae5836}.session-heading{display:flex;align-items:center;justify-content:space-between}.session-list{max-height:180px;overflow:auto;display:grid;gap:5px;margin:5px 0}.session-list button{text-align:left}.session-list small{float:right;color:#c2cfda}.author-properties textarea{margin-top:8px;resize:vertical;min-height:54px}.author-properties input{margin-top:4px}#inspector .action-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:8px 0}#inspector strong{display:block;margin:10px 0;color:#ffd19e}.author-page dialog{max-width:780px;max-height:85dvh;overflow:auto}.author-page dialog p{line-height:1.7}.finding{padding:12px 0;border-bottom:1px solid var(--line)}.finding>button{width:100%;text-align:left}.finding.blocker>button{color:#ff98a0}.finding textarea{margin:8px 0}.review-session{margin:8px 0;padding:8px;display:flex!important;align-items:center;gap:8px}.review-session input{width:auto}.author-page pre{max-height:300px}.author-page .danger-button{color:#ff9ca5}.author-page button:focus-visible{outline:2px solid #ffcf82;outline-offset:2px}@media(max-width:1100px){.author-work{grid-template-columns:140px minmax(200px,1fr) 235px}.author-header strong{display:none}.field-controls span:last-child{display:none}.author-header{gap:6px;padding:10px}.author-header #coach{width:105px}.author-header #saveState{max-width:110px}}@media(max-width:760px){.author-page{overflow:auto;height:auto}.author-header{height:auto;flex-wrap:wrap}.author-header #saveState{margin-left:0;max-width:none}.author-work{height:auto;grid-template-columns:115px minmax(200px,1fr)}.author-field{height:65dvh}.author-properties{grid-column:1/-1;max-height:60dvh;display:grid;grid-template-columns:1fr 1fr;gap:15px}.author-tools{max-height:65dvh}.author-play{gap:4px;padding:7px}.author-play select{width:88px}.author-play span{font-size:12px}.field-controls{padding:5px}.author-header #title{flex:1}.author-start{margin:12px auto}}
.author-page .mode-switch button,.author-page .tool-pair button{white-space:nowrap;padding:7px 5px;font-size:13px}.author-header #title{min-width:120px}.author-page input[type=checkbox]{width:auto}
.suggestion-diff{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:10px;overflow-wrap:anywhere}.suggestion-diff>div{padding:10px;border:1px solid #3a4f60;border-radius:8px}#dialogError{color:#ffb28f}
