@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--ink: #102a43;--ink-soft: #486581;--muted: #829ab1;--line: #d9e2ec;--line-dark: #bcccdc;--paper: #f8fafc;--surface: #fff;--input: #fbfdff;--ice: #dff6ff;--blue: #198fc2;--blue-dark: #0f6f9d;--lime: #d9f99d;--yellow: #fff3bf;--red: #fbe3e3;--shadow: 0 22px 55px rgba(16, 42, 67, .09)}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif}body{min-width:320px;margin:0;background:radial-gradient(circle at 13% 8%,rgba(223,246,255,.72),transparent 28rem),var(--paper)}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Space Grotesk,sans-serif;letter-spacing:-.045em}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,4.5rem);border-bottom:1px solid var(--line);background:#f8fafce0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:.7rem;padding:0;border:0;background:none;cursor:pointer;text-align:left}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--ink);color:var(--surface);box-shadow:4px 4px 0 var(--blue);font:700 10px/1 Space Grotesk,sans-serif;letter-spacing:-.05em}.brand strong,.brand small{display:block}.brand strong{font:700 14px/1.1 Space Grotesk,sans-serif;letter-spacing:-.03em}.brand small{margin-top:3px;color:var(--muted);font:10px/1 DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em}.main-content{flex:1;margin:0;padding:1rem}.footer{display:flex;justify-content:space-between;padding:1.3rem clamp(1rem,4vw,4.5rem);border-top:1px solid var(--line);color:var(--muted);font:9px DM Mono;letter-spacing:.08em}.eyebrow,.section-kicker,.team-eyebrow{color:var(--muted);font:500 10px/1.3 DM Mono,monospace;text-transform:uppercase;letter-spacing:.12em}.section-kicker{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem;color:var(--blue-dark)}.section-kicker span{color:var(--muted)}.back-button,.text-button,.upload-button{border:0;background:none;color:var(--blue-dark);cursor:pointer}.back-button{display:block;padding:0;margin:0 0 1.5rem;font:500 11px DM Mono}.back-button:hover,.text-button:hover,.upload-button:hover{text-decoration:underline}.text-button{font:500 11px DM Mono,monospace;text-transform:uppercase}.new-button,.primary-button,.quiet-button,.archive-button{border-radius:9px;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.new-button,.primary-button,.archive-button{border:0;color:var(--surface)}.new-button{padding:.7rem .9rem;background:var(--ink);font:600 12px/1 Space Grotesk,sans-serif}.new-button:hover,.primary-button:hover,.archive-button:hover,.recent-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #102a4326}.primary-button{padding:.82rem 1.2rem;background:var(--blue);font:700 12px Space Grotesk}.quiet-button{padding:.72rem .9rem;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);font:600 11px Space Grotesk}.quiet-button:hover{border-color:var(--blue);color:var(--blue-dark)}.archive-button{padding:.75rem 1rem;background:var(--ink);font:600 11px Space Grotesk;white-space:nowrap}.new-button:disabled,.primary-button:disabled,.archive-button:disabled{opacity:.55;cursor:wait;transform:none}.capture-page{min-height:calc(100vh - 130px);display:flex;flex-direction:column;align-items:center;text-align:center}.capture-heading{margin:clamp(1.5rem,8vh,5rem) 0 2rem}.capture-heading h1,.orientation-heading h1,.progress-copy h1{margin-top:.8rem;font-size:clamp(3.4rem,15vw,5.8rem);line-height:.86}.capture-heading h1 em,.orientation-heading h1 em,.progress-copy h1 em{color:var(--blue);font-style:normal}.capture-heading p{max-width:330px;margin:1rem auto 0;color:var(--ink-soft);font-size:13px;line-height:1.6}.camera-button{width:min(100%,360px);min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:0;border-radius:20px;background:var(--ink);color:var(--surface);cursor:pointer;box-shadow:0 14px #198fc233;transition:transform .18s ease,box-shadow .18s ease}.camera-button:hover{transform:translateY(-3px);box-shadow:0 17px #198fc233}.camera-button strong{margin-top:1rem;font:700 22px Space Grotesk;letter-spacing:-.04em}.camera-button small{margin-top:.35rem;color:#a8c0d3;font-size:11px}.camera-glyph{width:49px;height:34px;position:relative;border:2px solid var(--lime);border-radius:8px}.camera-glyph:before{content:"";position:absolute;left:8px;top:-8px;width:17px;height:8px;border:2px solid var(--lime);border-bottom:0;border-radius:4px 4px 0 0}.camera-glyph i{display:block;width:14px;height:14px;position:absolute;left:15px;top:8px;border:2px solid var(--lime);border-radius:50%}.upload-button{padding:1.2rem;font:600 12px Space Grotesk}.upload-button span{margin-left:.3rem;font-size:17px}.capture-tip{display:flex;align-items:center;gap:.65rem;margin-top:1.25rem;color:var(--muted);text-align:left}.capture-tip>span{color:var(--blue);font-size:20px}.capture-tip p{font:10px/1.5 DM Mono}.recent-drawer{width:min(100%,360px);margin-top:2rem;border-top:1px solid var(--line);text-align:left}.recent-drawer summary{padding:1rem 0;color:var(--ink-soft);cursor:pointer;list-style:none;font:11px DM Mono}.recent-drawer summary::-webkit-details-marker{display:none}.recent-drawer summary span{float:right;color:var(--blue)}.recent-list{display:flex;flex-direction:column;gap:.45rem}.recent-list button{display:grid;grid-template-columns:1fr auto;gap:.3rem;padding:.75rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);cursor:pointer;text-align:left}.recent-list button:hover{border-color:var(--blue)}.recent-list span,.recent-list small{color:var(--muted);font:9px DM Mono}.recent-list strong{grid-column:1 / -1;font:600 12px Space Grotesk}.recent-list strong i{color:var(--blue);font-style:normal;font-weight:400}.recent-list small{grid-column:2;grid-row:1}.orientation-page{min-height:calc(100vh - 130px);display:flex;flex-direction:column;align-items:center}.orientation-heading,.orientation-card,.continue-button{width:min(100%,440px)}.orientation-heading{text-align:left}.orientation-heading p{max-width:360px;margin-top:1rem;color:var(--ink-soft);font-size:12px;line-height:1.6}.orientation-card{margin:1.5rem auto;padding:.65rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.orientation-card img{width:100%;height:min(48vh,360px);max-height:48vh;display:block;border-radius:8px;background:#eef2f5;object-fit:contain}.rotation-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-top:.75rem}.rotation-controls button{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--blue-dark);cursor:pointer;font-size:23px;line-height:1}.rotation-controls button:hover{border-color:var(--blue);background:var(--ice)}.rotation-controls span{min-width:46px;color:var(--muted);text-align:center;font:10px DM Mono}.continue-button{margin-top:.4rem;padding:.9rem 1rem}.continue-button span{margin-left:.4rem;font-size:16px}.scan-progress-screen{min-height:calc(100vh - 130px)}.scan-progress-top{display:flex;align-items:center;justify-content:space-between}.scan-progress-content{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(280px,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem);margin-top:clamp(2rem,8vh,5rem)}.processing-preview{min-height:320px;display:grid;place-items:center;padding:.75rem;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.processing-preview img{width:100%;max-height:58vh;border-radius:8px;object-fit:contain}.preview-placeholder{color:var(--muted);text-align:center;font-size:11px}.preview-placeholder p{margin-top:.7rem}.spinner,.mini-spinner{border-radius:50%;animation:spin .8s linear infinite}.spinner{width:19px;height:19px;border:2px solid #a5f3fc;border-top-color:var(--blue)}.spinner.large{width:28px;height:28px;margin:0 auto}.progress-copy p{max-width:370px;margin-top:1rem;color:var(--ink-soft);font-size:12px;line-height:1.6}.progress-list{margin-top:2rem;border-top:1px solid var(--line)}.progress-row{min-height:51px;display:grid;grid-template-columns:25px 1fr 18px;align-items:center;gap:.6rem;border-bottom:1px solid var(--line)}.progress-icon{color:var(--line-dark);font:16px DM Mono}.progress-row strong,.progress-row small{display:block}.progress-row strong{color:var(--muted);font:500 11px Space Grotesk}.progress-row small{margin-top:.15rem;color:var(--muted);font-size:10px}.progress-active .progress-icon{color:var(--blue)}.progress-active strong{color:var(--ink)}.progress-done .progress-icon{color:#65b891}.progress-done strong{color:var(--ink-soft)}.mini-spinner{width:12px;height:12px;border:2px solid #b8e7f7;border-top-color:var(--blue)}@keyframes spin{to{transform:rotate(360deg)}}.review-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.review-header h1{margin-top:.65rem;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.9}.dirty-mark{color:#b45309}.review-actions{display:flex;align-items:center;gap:.5rem}.review-layout{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:start;gap:1rem}.source-column{display:flex;flex-direction:column;gap:1rem}.source-card,.confidence-panel{padding:1rem;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.source-card-head,.panel-title-row{display:flex;align-items:start;justify-content:space-between;gap:.5rem}.source-card h3,.confidence-panel h3{margin-top:.45rem;font-size:17px}.source-frame{aspect-ratio:.72;display:grid;place-items:center;margin-top:1rem;overflow:hidden;border-radius:8px;background:#eef2f5}.source-frame img{width:100%;height:100%;object-fit:contain}.no-source{padding:1.3rem;color:var(--muted);text-align:center}.no-source span{color:var(--line-dark);font-size:31px}.no-source p{margin-top:.6rem;font-size:11px;line-height:1.5}.source-caption{margin-top:.8rem;color:var(--muted);font:9px DM Mono}.source-caption .status-dot{width:5px;height:5px;margin-right:5px}.status-dot,.dot{display:inline-block;border-radius:50%}.status-dot{width:6px;height:6px;background:#65b891;box-shadow:0 0 0 4px #65b8911f}.panel-intro{margin:1rem 0;color:var(--ink-soft);font-size:11px;line-height:1.55}.confidence-count{padding:.3rem .4rem;border-radius:4px;background:var(--lime);color:#3f6212;font:500 9px DM Mono;white-space:nowrap}.confidence-list{display:flex;flex-direction:column;gap:.55rem}.confidence-item{padding:.65rem;border-left:3px solid var(--blue);background:var(--paper)}.confidence-item.confidence-low{border-left-color:#eab308;background:#fffbeb}.confidence-item.confidence-medium{border-left-color:#f59e0b}.confidence-item-top{display:flex;justify-content:space-between;gap:.5rem;font:600 10px DM Mono}.confidence-item-top strong{color:var(--ink-soft);font-weight:500}.confidence-item input{width:100%;margin:.45rem 0 .3rem;padding:.45rem;border:1px solid var(--line);border-radius:4px;background:var(--surface);font-size:12px}.confidence-confirm-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.confidence-item small{color:var(--muted);font:9px/1.35 DM Mono}.confidence-confirm{flex:0 0 auto;min-height:32px;padding:.4rem .55rem;border:1px solid var(--blue);border-radius:5px;background:var(--surface);color:var(--blue-dark);cursor:pointer;font:600 9px DM Mono}.confidence-confirm:hover,.confidence-confirm:focus-visible{background:var(--blue);color:#fff;outline:none}.confidence-clear{display:flex;align-items:start;gap:.6rem;padding:.75rem;background:#f0fdf4;color:#166534}.confidence-clear>span{font-size:16px}.confidence-clear strong{font:600 11px Space Grotesk}.confidence-clear p{margin-top:.25rem;font-size:10px;line-height:1.45}.confidence-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;color:var(--muted);font:9px DM Mono}.dot{width:5px;height:5px;margin-right:3px}.dot-high{background:#65b891}.dot-medium{background:#f59e0b}.dot-low{background:#eab308}.scorecard-sheet{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.sheet-section{padding:1.5rem;border-bottom:1px solid var(--line)}.sheet-section:last-child{border-bottom:0}.identity-grid,.officials-grid{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr;gap:.7rem}.field{min-width:0;display:flex;flex-direction:column;gap:.4rem}.field span{color:var(--muted);font:9px DM Mono;text-transform:uppercase;letter-spacing:.06em}.field input,.field select,.notes-section textarea,.event-table input,.event-table select,.roster-row input,.goalie-row input{width:100%;min-width:0;border-radius:4px;outline:none;color:var(--ink);background:var(--input)}.field input,.field select,.notes-section textarea{padding:.6rem .65rem;border:1px solid var(--line);border-radius:5px;font-size:12px}.field input:focus,.field select:focus,.notes-section textarea:focus,.event-table input:focus,.event-table select:focus,.roster-row input:focus,.goalie-row input:focus,.team-name-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #198fc21a}.score-banner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;background:linear-gradient(110deg,#f8fdff,var(--surface))}.score-team-right,.score-team-right .team-name-input{text-align:right}.team-eyebrow{color:var(--blue-dark)}.team-name-input{width:100%;padding:.3rem 0;border:0;outline:none;background:transparent;font:700 22px Space Grotesk;letter-spacing:-.05em}.team-name-input::placeholder{color:var(--line-dark)}.score-total{display:flex;align-items:center;gap:.7rem;color:var(--blue)}.score-total strong{color:var(--ink);font:700 34px/.9 Space Grotesk}.score-total span{color:var(--muted);font:9px DM Mono}.period-score-grid{grid-column:1 / -1;display:grid;grid-template-columns:30px repeat(4,1fr) 1fr;gap:4px;margin-top:.5rem}.period-score-grid>span,.period-score-grid>div{padding:.4rem;color:var(--muted);text-align:center;font:9px DM Mono}.period-score-grid input,.period-score-grid output{padding:.55rem .3rem;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--ink);text-align:center;font-size:12px}.period-score-grid output{display:block;background:var(--ink);color:var(--surface)}.score-side-label{color:var(--blue-dark)!important;font-weight:700!important}.roster-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.subsection-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem;font:700 13px Space Grotesk}.subsection-heading small{color:var(--muted);font:9px DM Mono}.roster-head,.roster-row{display:grid;grid-template-columns:52px 1fr;gap:.5rem}.roster-head{padding:.35rem .45rem;color:var(--muted);font:9px DM Mono;text-transform:uppercase}.roster-row{margin-bottom:4px}.roster-row input,.goalie-row input{padding:.43rem .45rem;border:1px solid transparent;font-size:11px}.roster-row input:first-child{border-color:var(--line);text-align:center}.goalie-row{display:grid;grid-template-columns:52px 1fr 1fr;align-items:center;gap:.5rem;margin-top:.8rem}.row-label{color:var(--muted);font:9px DM Mono;text-transform:uppercase}.timeout-field{margin-top:.8rem}.section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.event-table-wrap{overflow-x:auto}.event-table{min-width:690px;border-collapse:collapse}.event-table th{padding:0 .45rem .5rem;color:var(--muted);text-align:left;font:9px DM Mono;text-transform:uppercase;white-space:nowrap}.event-table td{padding:4px;border-top:1px solid var(--line)}.event-table input,.event-table select{min-width:56px;padding:.5rem;border:1px solid transparent;font-size:11px}.event-table select{border-color:var(--line)}.icon-button{width:27px;height:27px;border:0;background:none;color:var(--muted);cursor:pointer;font-size:20px}.icon-button:hover{color:#dc2626}.empty-table{padding:1rem;border-radius:5px;background:var(--paper);color:var(--muted);font-size:11px}.notes-section textarea{resize:vertical;line-height:1.5}.officials-grid{grid-template-columns:repeat(3,1fr);margin-top:1rem}.archive-strip{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0 0}.archive-strip strong{display:block;margin-top:.45rem;font:600 13px Space Grotesk}.archive-strip p{margin-top:.3rem;color:var(--ink-soft);font-size:11px}.mobile-actions{display:none}.calibration-view{width:min(1180px,100%);margin:0 auto}.frame-studio{padding:clamp(1rem,3vw,2rem) 0}.frame-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem}.frame-heading h1{max-width:720px;margin-top:.65rem;font:600 clamp(2.4rem,6vw,5.8rem)/.9 "Space Grotesk";letter-spacing:-.08em}.frame-heading h1 em{color:var(--blue);font-style:normal}.frame-heading p{max-width:600px;margin-top:1rem;color:var(--ink-soft);font-size:12px;line-height:1.6}.frame-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:1rem;align-items:start;margin-top:1.75rem}.frame-canvas-shell{min-width:0;padding:.65rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.frame-canvas{position:relative;overflow:hidden;width:100%;background:#e7edf1;-webkit-user-select:none;user-select:none;touch-action:none}.frame-canvas>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none}.frame-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.frame-overlay polygon{fill:#198fc224;stroke:#ffffffe6;stroke-width:.003;stroke-dasharray:.012 .008;vector-effect:non-scaling-stroke}.frame-overlay line{stroke:var(--blue);stroke-width:.004;vector-effect:non-scaling-stroke;pointer-events:none}.frame-overlay circle{fill:var(--blue);stroke:#fff;stroke-width:.004;vector-effect:non-scaling-stroke;cursor:grab;pointer-events:all}.frame-overlay circle:active,.frame-overlay circle.active{fill:var(--ink);cursor:grabbing}.corner-label{position:absolute;z-index:2;padding:.22rem .3rem;border-radius:3px;transform:translate(-50%,-145%);background:#102a43e6;color:#fff;font:9px DM Mono;pointer-events:none}.frame-help{padding:.65rem .15rem 0;color:var(--muted);font:9px DM Mono}.frame-help span{margin-right:.25rem;color:var(--blue-dark)}.frame-help span:not(:first-child){margin-left:.9rem}.frame-sidebar{padding:1.2rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.frame-sidebar h2{margin-top:.45rem;font-size:1.55rem}.frame-sidebar-copy{margin-top:.7rem;color:var(--ink-soft);font-size:11px;line-height:1.55}.frame-status{display:flex;gap:.6rem;align-items:flex-start;margin-top:1.25rem;padding:.75rem;border-radius:7px;background:var(--ice)}.status-dot{flex:0 0 auto;width:8px;height:8px;margin-top:.25rem;border-radius:50%;background:#31a66d;box-shadow:0 0 0 3px #31a66d21}.frame-status strong,.frame-status small{display:block}.frame-status strong{font:600 11px Space Grotesk}.frame-status small{margin-top:.25rem;color:var(--ink-soft);font:9px/1.4 DM Mono}.frame-coordinates{display:grid;gap:.45rem;margin-top:1rem}.frame-coordinates div{display:flex;justify-content:space-between;gap:.5rem;padding-bottom:.45rem;border-bottom:1px solid var(--line)}.frame-coordinates strong{color:var(--muted);font:8px DM Mono}.frame-coordinates span{color:var(--blue-dark);font:9px DM Mono}.frame-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.calibration-studio{padding:clamp(1rem,3vw,2rem) 0}.studio-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem}.studio-heading h1{max-width:720px;margin-top:.65rem;font:600 clamp(2.4rem,6vw,5.8rem)/.9 "Space Grotesk";letter-spacing:-.08em}.studio-heading h1 em{color:var(--blue);font-style:normal}.studio-heading p{max-width:580px;margin-top:1rem;color:var(--ink-soft);font-size:12px;line-height:1.6}.studio-source{padding:.4rem .5rem;border:1px solid var(--line);border-radius:5px;color:var(--blue-dark);font:9px DM Mono;white-space:nowrap}.studio-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);gap:1rem;align-items:start;margin-top:1.75rem}.studio-canvas-shell{min-width:0;padding:.65rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.studio-canvas{position:relative;overflow:hidden;width:100%;background:#e7edf1;-webkit-user-select:none;user-select:none}.studio-canvas>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none}.document-boundary{position:absolute;z-index:1;border:2px dashed rgba(255,255,255,.95);box-shadow:0 0 0 999px #091c2b47;pointer-events:none}.document-boundary span{position:absolute;top:-1.4rem;left:-.1rem;padding:.22rem .35rem;border-radius:3px 3px 0 0;background:#091c2bd6;color:#fff;font:9px DM Mono;white-space:nowrap;pointer-events:auto;cursor:move;touch-action:none}.document-handle{position:absolute;right:-7px;bottom:-7px;width:14px;height:14px;border:2px solid white;border-radius:50%;background:var(--blue);cursor:nwse-resize;pointer-events:auto;touch-action:none}.region-box{position:absolute;z-index:2;min-width:0;padding:0;border:1px solid rgba(11,134,189,.75);border-radius:3px;background:#0b86bd1f;color:var(--blue-dark);cursor:move;text-align:left;touch-action:none}.region-box:hover,.region-box.active{z-index:3;border:2px solid var(--blue);background:#0b86bd38;box-shadow:0 0 0 2px #ffffff8c}.region-box span{display:block;overflow:hidden;padding:.15rem .25rem;color:var(--blue-dark);font:600 9px DM Mono;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.region-handle{position:absolute;right:-5px;bottom:-5px;width:10px;height:10px;border:1px solid white;border-radius:50%;background:var(--blue);cursor:nwse-resize;pointer-events:auto;touch-action:none}.studio-canvas-help{padding:.65rem .15rem 0;color:var(--muted);font:9px DM Mono}.studio-canvas-help span{margin-right:.25rem;color:var(--blue-dark)}.studio-canvas-help span:not(:first-child){margin-left:.9rem}.studio-sidebar{max-height:690px;overflow:auto;padding:1rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.studio-sidebar-title{display:flex;justify-content:space-between;align-items:start;gap:1rem}.studio-sidebar-title h2{margin-top:.3rem;font-size:1.35rem}.studio-sidebar-title>span{color:var(--blue);font:11px DM Mono}.studio-region-list{display:flex;flex-direction:column;gap:.3rem;margin-top:1rem}.studio-region-row{display:flex;gap:.6rem;align-items:center;width:100%;padding:.55rem;border:1px solid transparent;border-radius:7px;background:var(--ice);color:var(--ink);cursor:pointer;text-align:left}.studio-region-row:hover,.studio-region-row.active{border-color:var(--blue);background:#f2fbff}.studio-region-swatch{flex:0 0 auto;width:9px;height:9px;border:2px solid var(--blue);border-radius:2px}.studio-region-copy{min-width:0}.studio-region-copy strong,.studio-region-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-region-copy strong{font:600 10px Space Grotesk}.studio-region-copy small{margin-top:.2rem;color:var(--muted);font:8px DM Mono}.studio-numeric,.studio-document-controls{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.studio-numeric>strong,.studio-document-controls>strong{display:block;margin-top:.35rem;font:600 12px Space Grotesk}.studio-numeric p,.studio-document-controls p{margin-top:.35rem;color:var(--ink-soft);font-size:10px;line-height:1.45}.studio-number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;margin-top:.65rem}.studio-number-grid label{color:var(--muted);font:8px DM Mono}.studio-number-grid input{display:block;width:100%;min-width:0;margin-top:.2rem;padding:.4rem .25rem;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--ink);font-size:10px}.studio-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;margin-top:1rem}@media(max-width:760px){.frame-studio{padding-top:.5rem}.frame-heading{display:block}.frame-heading h1{max-width:100%;font-size:clamp(2.45rem,13vw,3.05rem);letter-spacing:-.07em;overflow-wrap:anywhere}.frame-heading p{max-width:100%}.frame-layout{display:flex;flex-direction:column;margin-top:1.25rem}.frame-canvas-shell,.frame-sidebar{width:100%}.frame-actions{display:grid;grid-template-columns:1fr 1.6fr}.frame-actions button{width:100%}.calibration-studio{padding-top:.5rem}.studio-heading{display:block}.studio-heading h1{max-width:100%;font-size:clamp(2.45rem,13vw,3.05rem);letter-spacing:-.07em;overflow-wrap:anywhere}.studio-heading p{max-width:100%}.studio-source{display:inline-block;margin-top:.8rem}.studio-layout{display:flex;flex-direction:column;margin-top:1.25rem}.studio-canvas-shell,.studio-sidebar{width:100%}.studio-sidebar{max-height:none}.studio-actions{display:grid;grid-template-columns:1fr 1fr}.studio-actions .primary-button{grid-column:1 / -1}.studio-actions button{width:100%}}.toast{position:fixed;top:78px;right:24px;z-index:50;max-width:400px;display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);font-size:12px}.toast>span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;font-weight:800}.toast-error{border-color:#fecaca}.toast-error>span{background:var(--red);color:#b91c1c}.toast-success{border-color:#bbf7d0}.toast-success>span{background:var(--lime);color:#166534}.toast button{margin-left:.5rem;border:0;background:none;color:var(--muted);cursor:pointer;font-size:17px}@media(max-width:980px){.main-content{padding-right:1rem;padding-left:1rem}.scan-progress-content{grid-template-columns:minmax(200px,.9fr) minmax(240px,1.1fr);gap:2rem}.review-layout{grid-template-columns:1fr}.source-column{display:grid;grid-template-columns:minmax(200px,.7fr) minmax(250px,1fr);align-items:start}.source-frame{aspect-ratio:.85}.confidence-panel{height:fit-content}}@media(max-width:680px){.topbar{height:64px;padding:0 1rem}.main-content{padding:1rem .75rem 2rem}.footer{display:none}.capture-heading{margin-top:8vh}.camera-button{min-height:200px}.orientation-heading h1{font-size:3.8rem}.orientation-card{margin-top:1.25rem}.orientation-card img{height:min(51vh,420px);max-height:51vh}.scan-progress-content{display:flex;flex-direction:column;align-items:stretch;gap:1.7rem;margin-top:1.5rem}.processing-preview{min-height:230px}.processing-preview img{max-height:42vh}.progress-copy h1{font-size:3.7rem}.progress-copy p{font-size:11px}.progress-list{margin-top:1.25rem}.scan-progress-screen{min-height:calc(100vh - 100px)}.review-header{display:block}.review-header h1{font-size:2.6rem}.review-actions{display:none}.review-layout,.source-column{display:block}.source-column{margin-bottom:1rem}.source-card{display:none}.confidence-panel{margin-bottom:1rem}.scorecard-sheet{border-radius:10px}.sheet-section{padding:1rem}.identity-grid{grid-template-columns:1fr 1fr}.field-wide{grid-column:1 / -1}.score-banner{display:block}.score-team,.score-team-right,.score-team-right .team-name-input{text-align:left}.score-total{justify-content:center;margin:1rem 0}.roster-columns{grid-template-columns:1fr;gap:2rem}.event-table{min-width:700px}.officials-grid{grid-template-columns:1fr}.archive-strip{align-items:start;flex-direction:column}.mobile-actions{display:flex;justify-content:flex-end;gap:.5rem;margin:1rem 0}.mobile-actions .quiet-button,.mobile-actions .primary-button{flex:1}.toast{left:12px;right:12px;top:78px}}@media print{@page{margin:.45in}body{background:#fff}.topbar,.footer,.review-header,.source-column,.archive-strip,.mobile-actions,.toast{display:none!important}.main-content{padding:0}.review-layout{display:block}.scorecard-sheet{border:0;box-shadow:none}.sheet-section{padding:.25in 0;break-inside:avoid}.field input,.roster-row input,.goalie-row input,.event-table input,.event-table select,.notes-section textarea{border-color:#d8dee5;background:#fff}.event-table-wrap{overflow:visible}.event-table{min-width:0}.event-table th,.event-table td{font-size:8px}.capture-page,.orientation-page,.scan-progress-screen{display:none!important}}.debug-panel{margin-top:1.5rem;padding:1rem;border:1px solid #f0b429;border-radius:14px;background:#fffaf0}.debug-panel-heading{display:flex;justify-content:space-between;gap:1rem;align-items:start}.debug-panel-heading h2{font-size:1.7rem;margin-top:.35rem}.debug-panel-heading p{max-width:510px;color:#7c5a18;font-size:11px;line-height:1.5;margin-top:.45rem}.debug-live{padding:.35rem .45rem;color:#854d0e;border:1px solid #f0b429;border-radius:4px;font:500 9px DM Mono;white-space:nowrap}.artifact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin-top:1rem}.artifact-card{min-width:0;margin:0;border:1px solid #f3d28a;border-radius:8px;overflow:hidden;background:#fff}.artifact-image{aspect-ratio:1.1;display:grid;place-items:center;background:#eef2f5}.artifact-image img{height:100%;object-fit:contain}.artifact-card figcaption{padding:.55rem}.artifact-card strong,.artifact-card small{display:block}.artifact-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:600 10px Space Grotesk}.artifact-card small{color:var(--muted);font:8px/1.35 DM Mono;margin-top:.2rem}.debug-empty{margin-top:1rem;padding:1rem;color:#7c5a18;border:1px dashed #f0b429;border-radius:8px;font-size:11px}.calibration-editor{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3d28a}.calibration-title{display:flex;justify-content:space-between;align-items:start}.calibration-title h3{font-size:1.3rem;margin-top:.35rem}.calibration-version{color:#854d0e;font:9px DM Mono}.preprocess-controls{display:flex;gap:.6rem;margin-top:.8rem}.preprocess-controls label,.calibration-row label{display:flex;flex-direction:column;gap:.25rem;color:#7c5a18;font:9px DM Mono}.preprocess-controls input,.calibration-row input{min-width:0;padding:.42rem;border:1px solid #f0d08e;border-radius:4px;background:#fff;color:var(--ink);font-size:11px}.preprocess-controls label{width:110px}.calibration-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.8rem}.calibration-row{display:grid;grid-template-columns:minmax(140px,1fr) repeat(4,62px);gap:.45rem;align-items:end;padding:.5rem;border-radius:6px;background:#ffffffa6}.calibration-label strong,.calibration-label small{display:block}.calibration-label strong{font:600 10px Space Grotesk}.calibration-label small{color:var(--muted);font:8px DM Mono;margin-top:.15rem}.debug-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.8rem}@media(max-width:680px){.debug-panel{margin-top:1rem;padding:.75rem}.debug-panel-heading h2{font-size:1.35rem}.artifact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.artifact-card figcaption{padding:.45rem}.calibration-row{grid-template-columns:1fr repeat(4,48px);gap:.3rem}.calibration-label strong{font-size:9px}.calibration-row input{padding:.35rem .2rem;font-size:10px}.preprocess-controls label{width:50%}}
