:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#f6f6f4;--panel:#fff;--panel-strong:#f8fbff;--surface-soft:#eef3fb;--line:#1018281a;--muted:#667085;--text:#111827;--accent:#3b75e8;--accent-strong:#244fb3;--accent-soft:#d3def6;--success:#2f8f55;--warn:#b87510;--error:#c9423f;--radius:16px;--shadow:0 12px 34px #0f172a14;background:#f6f6f4;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;overflow-x:hidden}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{max-width:1120px;padding:max(18px, env(safe-area-inset-top)) 18px 46px;width:100%;margin:0 auto}.student-entry-shell{padding-top:max(26px, env(safe-area-inset-top))}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;display:flex}.topbar h1,.hero-panel h2,.card h3{letter-spacing:0;margin:0}.topbar h1{font-size:25px;font-weight:650;line-height:1.2}.eyebrow,.section-label{color:var(--accent);letter-spacing:0;margin:0 0 6px;font-size:12px;font-weight:760}.build-badge,.status-pill{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#ffffffbf;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.compat-page,.entry-page{gap:16px;display:grid}.hero-panel,.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-panel{background:linear-gradient(135deg, #3b75e81f, #ffffffeb 38%), var(--panel);justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.hero-panel h2{font-size:clamp(27px,5vw,46px);font-weight:760}.lede{color:var(--muted);max-width:760px;margin:10px 0 0;line-height:1.65}.grid{gap:16px;display:grid}.two-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.main-tools{align-items:start}.card{min-width:0;padding:18px}.route-error-card{gap:10px;display:grid}.route-error-card p{color:var(--muted);margin:0;line-height:1.55}.route-error-card .ghost-button{justify-self:start}.card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.card h3{font-size:20px;font-weight:680}.capability-list{gap:9px;margin:0;display:grid}.capability-list div,.mime-row,.meta-strip,.range-control{background:var(--panel-strong);border:1px solid #10182812;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}.capability-list dt,.mime-row span,.range-control span{color:var(--muted);min-width:0;font-size:13px}.capability-list dd,.mime-row strong,.range-control strong{color:var(--text);overflow-wrap:anywhere;text-align:right;max-width:68%;margin:0;font-size:13px}.mime-list,.control-stack{gap:8px;display:grid}.status-pill.running{color:var(--warn);background:#fff8eb;border-color:#b8751047}.status-pill.success{color:var(--success);background:#edf9f1;border-color:#2f8f5542}.status-pill.error{color:var(--error);background:#fff0ef;border-color:#c9423f42}.file-drop{background:var(--panel-strong);border-radius:var(--radius);cursor:pointer;border:1px dashed #3b75e866;align-items:center;gap:5px;margin-bottom:14px;padding:16px;transition:border-color .18s,background .18s;display:grid}.file-drop:hover,.chooser-card:hover{background:#eef4ff;border-color:#3b75e8b3}.file-drop input,.chooser-card input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.file-drop span{color:var(--text);font-weight:800}.file-drop small,.status-text{color:var(--muted);line-height:1.55}.chooser-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.chooser-card{background:var(--panel-strong);border-radius:var(--radius);cursor:pointer;border:1px dashed #3b75e852;align-content:start;gap:8px;min-width:0;min-height:172px;padding:14px;display:grid}.chooser-card span{color:var(--text);font-weight:800}.chooser-card small,.chooser-card strong{overflow-wrap:anywhere}.chooser-card small{color:var(--muted);line-height:1.45}.chooser-card strong{color:var(--accent);align-self:end;font-size:13px;line-height:1.45}.video-stage,.glb-preview{border-radius:var(--radius);background:#0d1320;border:1px solid #10182814;justify-content:center;align-items:center;min-height:330px;display:flex;position:relative;overflow:hidden}.video-stage video{object-fit:contain;width:100%;height:100%;max-height:520px}.crop-box{border:2px solid var(--accent);pointer-events:none;position:absolute;box-shadow:0 0 0 999px #0000005c,inset 0 0 0 1px #00000059}.empty-state{color:var(--muted);text-align:center;padding:24px;font-weight:700}.debug-hint{color:var(--muted);overflow-wrap:anywhere;margin-top:10px;font-size:12px;font-weight:600}.meta-strip{color:var(--muted);flex-wrap:wrap;margin:10px 0;font-size:13px}.range-control{grid-template-columns:74px minmax(0,1fr) 58px;display:grid}.range-control input{accent-color:var(--accent);width:100%;min-width:0}.primary-button,.secondary-action-button,.ghost-button,.download-link{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:800;text-decoration:none;display:inline-flex}.primary-button{background:var(--accent);color:#fff;border:0;width:100%;margin-top:14px}.primary-button:disabled{cursor:not-allowed;opacity:.45}.ghost-button,.download-link,.secondary-action-button{border:1px solid var(--line);color:var(--text);background:#fff}.secondary-action-button{width:100%;min-height:50px}.status-text{min-height:24px}.trim-result{gap:10px;margin-top:12px;display:grid}.trim-result video{border:1px solid var(--line);border-radius:var(--radius);background:#0d1320;width:100%}.glb-preview canvas{width:100%;height:100%;display:block}.entry-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:16px;display:grid}.entry-hero h2{overflow-wrap:anywhere}.student-login-page{max-width:440px;min-height:calc(100dvh - 72px);margin:0 auto;padding:6px 4px 28px}.student-login-card{gap:30px;display:grid}.student-login-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.student-login-brand{color:#1c2430;letter-spacing:0;align-items:center;gap:9px;margin:0;font-size:17px;font-weight:780;display:inline-flex}.student-login-brand img{border-radius:12px;width:34px;height:34px;display:block;box-shadow:0 6px 16px #1018281f}.student-login-mark{color:var(--accent);letter-spacing:0;white-space:nowrap;font-size:18px;font-weight:780}.student-login-copy{gap:13px;display:grid}.student-login-copy h2{color:#101828;letter-spacing:0;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:clamp(23px,6vw,30px);font-weight:760;line-height:1.1}.student-login-copy p{color:#667085;margin:0;font-size:15px;line-height:1.55}.student-name-copy{gap:10px;margin-top:16px}.student-name-copy p{color:#667085;font-size:16px;font-weight:620}.student-login-form{gap:13px;margin-top:4px;display:grid}.student-login-field{background:#ffffffb8;border:1px solid #1018281f;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:56px;padding:0 15px;display:grid}.student-login-field:focus-within{background:#ffffffeb;border-color:#3b75e8c7;box-shadow:0 0 0 4px #3b75e81a}.student-login-field input{-webkit-appearance:none;appearance:none;color:#20242c;background:0 0;border:0;outline:none;width:100%;min-width:0;font-size:18px;font-weight:560}.student-login-field input::placeholder{color:#6670859e}.student-login-prefix{color:#20242c;font-size:18px;font-weight:760}.student-login-code{color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-self:end;min-height:40px;padding:0;font-size:14px;font-weight:760}.student-login-code:disabled{color:#6670857a;cursor:not-allowed}.student-login-submit{border-radius:999px;min-height:56px;font-size:17px}.student-login-submit:disabled{color:#20242c7a;opacity:1;background:#3b75e83d}.student-name-form{margin-top:8px}.student-name-form .student-login-field{grid-template-columns:minmax(0,1fr)}.teacher-login-page{padding-top:max(10px, env(safe-area-inset-top));align-content:start;display:grid}.teacher-login-card{gap:34px}.teacher-login-copy{gap:11px;padding-top:8px}.teacher-login-copy h2{font-size:clamp(34px,9vw,44px);font-weight:820}.teacher-login-copy p{max-width:340px}.teacher-login-form{gap:14px}.student-name-note{color:#667085eb;margin:0;font-size:13px;line-height:1.55}.student-name-logout{bottom:max(22px, env(safe-area-inset-bottom));color:#667085;cursor:pointer;height:46px;right:max(22px, env(safe-area-inset-right));background:#ffffffdb;border:1px solid #1018281a;border-radius:999px;justify-content:center;align-items:center;width:46px;padding:0;display:inline-flex;position:fixed;box-shadow:0 12px 28px #0f172a1a}.student-name-logout:active{transform:scale(.96)}.student-name-logout svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.student-logout-dialog-backdrop{z-index:60;background:#0f172a33;justify-content:center;align-items:flex-end;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.student-logout-dialog{background:#fffffff7;border:1px solid #1018281a;border-radius:24px;gap:18px;width:100%;max-width:390px;padding:22px;display:grid;box-shadow:0 24px 60px #0f172a2e}.student-logout-dialog h3{color:#101828;letter-spacing:0;margin:0 0 6px;font-size:20px;font-weight:760;line-height:1.25}.student-logout-dialog p{color:#667085;margin:0;font-size:14px;line-height:1.55}.student-logout-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.student-logout-actions button{cursor:pointer;border-radius:999px;min-height:46px;padding:0 14px;font-size:15px;font-weight:760}.student-logout-secondary{color:#344054;background:#fff;border:1px solid #1018281f}.student-logout-primary{background:var(--accent);border:1px solid var(--accent);color:#fff}.entry-upload-flow{gap:16px;display:grid}.form-stack{gap:12px;display:grid}.form-field{gap:7px;display:grid}.form-field span{color:var(--muted);font-size:13px}.form-field input{-webkit-appearance:none;appearance:none;background:var(--panel-strong);color:var(--text);border:1px solid #1018281a;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 12px}.form-field input:focus{border-color:#3b75e8b8;box-shadow:0 0 0 4px #3b75e81f}.form-field input::placeholder{color:#667085ad}.form-field small,.form-error,.success-panel p{color:var(--muted);margin:0;line-height:1.55}.code-row{grid-template-columns:minmax(0,1fr) 116px;align-items:end;gap:10px;display:grid}.code-button{width:100%;min-height:46px;padding:0 12px}.code-button:disabled{cursor:not-allowed;opacity:.5}.form-error{color:var(--error);font-weight:700}.success-panel{gap:12px;display:grid}.success-panel strong{color:var(--success);font-size:20px}.upload-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);grid-column:1/-1;gap:16px;padding:18px;display:grid}.upload-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.upload-card-header h3{margin:0;font-size:24px;line-height:1.2}.upload-card-header p{color:var(--muted);max-width:720px;margin:7px 0 0;line-height:1.55}.upload-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.hidden-file-input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.upload-video-frame{border-radius:var(--radius);background:#0d1320;border:1px solid #10182814;justify-content:center;align-items:center;width:100%;min-height:320px;display:flex;position:relative;overflow:hidden}.upload-video-frame video{object-fit:contain;width:100%;height:100%;display:block}.upload-crop-box{cursor:grab;touch-action:none;border:2px solid #66a1ff;border-radius:12px;justify-content:center;min-width:42px;min-height:42px;display:flex;position:absolute;box-shadow:0 0 0 999px #080d166b,inset 0 0 0 1px #ffffff61}.upload-crop-box span{color:#fff;pointer-events:none;background:#0d1320c7;border-radius:999px;align-self:flex-start;margin-top:8px;padding:5px 9px;font-size:12px;font-weight:700}.upload-empty-state{color:#ffffffb8;font-weight:700}.upload-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.upload-meta-grid div,.draft-summary dl div{background:var(--panel-strong);border:1px solid #10182812;border-radius:12px;gap:5px;min-width:0;padding:11px 12px;display:grid}.upload-meta-grid span,.draft-summary dt{color:var(--muted);font-size:12px}.upload-meta-grid strong,.draft-summary dd{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:750}.upload-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.upload-action-row{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px;display:grid}.upload-action-row .primary-button,.upload-action-row .ghost-button{width:100%;margin-top:0}.upload-progress{background:var(--surface-soft);border-radius:999px;height:8px;overflow:hidden}.upload-progress span{background:linear-gradient(90deg, var(--accent), #6aa3ff);height:100%;transition:width .2s;display:block}.upload-message{color:var(--muted);margin:0;line-height:1.55}.upload-message.error{color:var(--error);font-weight:700}.trim-preview{background:var(--panel-strong);border-radius:var(--radius);border:1px solid #10182812;gap:8px;padding:10px;display:grid}.trim-preview video{background:#0d1320;border-radius:12px;width:100%}.trim-preview span{color:var(--muted);font-size:13px}.draft-summary{border-radius:var(--radius);background:linear-gradient(135deg,#3b75e81a,#ffffffeb);border:1px solid #3b75e826;gap:12px;padding:14px;display:grid}.draft-summary strong{color:var(--accent-strong);font-size:18px}.draft-summary dl{gap:8px;margin:0;display:grid}.draft-summary .primary-button:disabled{opacity:.55}.analysis-select{gap:7px;display:grid}.analysis-select span{color:var(--muted);font-size:13px;font-weight:650}.analysis-select select{-webkit-appearance:none;appearance:none;border:1px solid var(--line);color:var(--text);background:#fff;border-radius:12px;width:100%;min-height:44px;padding:0 12px}.analysis-message{color:var(--muted);margin:0;font-size:13px;font-weight:650}.analysis-message.success{color:var(--success)}.run-summary{border-top:1px solid var(--line);padding-top:4px}.upload-wizard{grid-column:1/-1;gap:16px;width:100%;max-width:760px;margin:0 auto;display:grid}.upload-wizard-header{gap:8px;padding:4px 2px 0;display:grid}.upload-wizard-brand-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.upload-logout-button{color:#667085;cursor:pointer;background:#ffffffdb;border:1px solid #1018281a;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;transition:background .16s,box-shadow .16s,transform .12s;display:inline-flex}.upload-logout-button:active{background:#fff;transform:scale(.94);box-shadow:0 8px 18px #0f172a1a}.upload-logout-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:21px;height:21px}.upload-wizard-kicker{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;min-width:0;font-size:13px;font-weight:720;display:flex}.upload-wizard-kicker span{color:var(--accent);background:#3b75e81a;border:1px solid #3b75e829;border-radius:999px;flex:none;padding:5px 9px}.upload-wizard-kicker strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-wizard-header h2{color:#101828;letter-spacing:0;margin:0;font-size:clamp(27px,7vw,38px);font-weight:780;line-height:1.12}.upload-wizard-header p{color:#667085;margin:0;font-size:15px;line-height:1.55}.upload-step-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:5px;display:grid}.upload-step-track span{background:#10182814;border-radius:999px;height:5px}.upload-step-track span.active{background:var(--accent)}.upload-step-panel{background:#ffffffdb;border:1px solid #10182814;border-radius:24px;gap:15px;padding:16px;display:grid;box-shadow:0 18px 48px #0f172a14}.upload-select-step{padding-top:20px}.upload-select-copy p{color:#667085;margin:0;font-size:15px;line-height:1.55}.upload-source-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.upload-source-button,.crop-toolbar button,.frame-adjust-grid button,.action-choice-button{-webkit-tap-highlight-color:transparent;cursor:pointer;font:inherit}.upload-source-button{text-align:left;background:#fff;border:1px solid #3b75e833;border-radius:20px;align-content:center;gap:6px;min-height:118px;padding:16px;transition:background .16s,border-color .16s,box-shadow .16s,transform .12s;display:grid}.upload-source-button:hover{background:#f8fbff;border-color:#3b75e861}.upload-source-button span{color:#101828;font-size:18px;font-weight:780}.upload-source-button small{color:#667085;font-size:13px;line-height:1.45}.upload-source-button:active,.crop-toolbar button:active,.frame-adjust-grid button:active,.action-choice-button:active{transform:scale(.97)}.upload-source-button:active{background:#3b75e814;border-color:#3b75e880;box-shadow:inset 0 0 0 1px #3b75e81f}.workflow-video-stage{background:#0b111d;border-radius:22px;justify-content:center;align-items:center;width:100%;min-height:260px;display:flex;position:relative;overflow:hidden}.workflow-video-stage.has-video{min-height:0}.workflow-video-stage.compact{border-radius:18px}.workflow-video-stage video{object-fit:fill;width:100%;height:100%;display:block}.workflow-crop-box{cursor:grab;touch-action:none;border:2px solid #6da0ff;border-radius:16px;min-width:44px;min-height:44px;position:absolute;box-shadow:0 0 0 999px #050a1275,inset 0 0 0 1px #ffffff6b}.workflow-crop-box:active{cursor:grabbing}.crop-handle{touch-action:none;z-index:2;background:0 0;border:0;border-radius:999px;width:42px;height:42px;position:absolute}.crop-handle:after{content:"";background:#fff;border:2px solid #6da0ff;border-radius:999px;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0f172a2e}.crop-handle.nw{cursor:nwse-resize;top:-21px;left:-21px}.crop-handle.ne{cursor:nesw-resize;top:-21px;right:-21px}.crop-handle.sw{cursor:nesw-resize;bottom:-21px;left:-21px}.crop-handle.se{cursor:nwse-resize;bottom:-21px;right:-21px}.frame-control-card{background:#f8fbffe6;border:1px solid #10182812;border-radius:20px;gap:11px;padding:14px;display:grid}.frame-time-row,.frame-time-scale{justify-content:space-between;align-items:center;display:flex}.frame-time-row span,.frame-time-scale span{color:#667085;font-size:13px;font-weight:680}.frame-time-row strong{color:var(--accent);font-size:18px;font-weight:800}.frame-timeline{accent-color:var(--accent);cursor:pointer;touch-action:pan-y;width:100%;min-height:48px;padding:18px 0}.frame-timeline::-webkit-slider-runnable-track{height:4px}.frame-timeline::-webkit-slider-thumb{min-width:24px;min-height:24px;margin-top:-10px}.frame-timeline::-moz-range-thumb{min-width:24px;min-height:24px}.frame-timeline::-moz-range-track{height:4px}.frame-adjust-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;display:grid}.frame-adjust-grid button,.crop-toolbar button{color:#344054;background:#fff;border:1px solid #1018281a;border-radius:999px;min-height:40px;font-size:14px;font-weight:760}.frame-adjust-grid button:disabled{cursor:not-allowed;opacity:.4}.crop-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.crop-scrub-row{background:#f8fbffe6;border:1px solid #10182812;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:6px 14px 6px 10px;display:grid}.crop-scrub-row .frame-timeline{min-height:42px;padding:15px 0}.crop-play-button{color:var(--accent);cursor:pointer;background:#fff;border:1px solid #1018281a;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.crop-play-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:22px;height:22px}.crop-warning{color:#b54708;margin:0;font-size:13px;font-weight:700;line-height:1.5}.upload-step-actions{grid-template-columns:.8fr .8fr 1.2fr;gap:10px;display:grid}.upload-step-actions.two-buttons{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.upload-step-actions .primary-button,.upload-step-actions .ghost-button{width:100%;min-height:52px;margin-top:0}.action-preview-section{background:#f8fbffe6;border:1px solid #10182812;border-radius:22px;gap:10px;padding:10px;display:grid}.action-choice-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.action-choice-header h3{color:#101828;letter-spacing:0;margin:0;font-size:15px;font-weight:780}.action-choice-header span{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;max-width:48%;font-size:13px;font-weight:780;overflow:hidden}.action-preview-section .workflow-video-stage{border-radius:18px}.action-scrub-row{background:#fff;padding-right:12px}.action-choice-section{gap:10px;display:grid}.hand-stroke-grid,.action-type-grid{gap:9px;display:grid}.hand-stroke-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.action-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.action-choice-button{color:#101828;text-align:left;background:#fff;border:1px solid #1018281a;border-radius:18px;align-items:flex-start;gap:4px;min-height:52px;padding:11px 12px;transition:background .16s,border-color .16s,box-shadow .16s,color .16s,transform .12s;display:grid;position:relative}.hand-stroke-grid .action-choice-button{min-height:54px}.action-type-grid .action-choice-button{min-height:50px}.action-choice-button span{font-size:16px;font-weight:800;line-height:1.25}.action-choice-button.selected{color:var(--accent-strong);background:#3b75e81a;border-color:#3b75e885;box-shadow:inset 0 0 0 1px #3b75e81a}.action-choice-button.selected:after{background:var(--accent);content:"";border:2px solid #fff;border-radius:999px;width:9px;height:9px;position:absolute;top:12px;right:12px;box-shadow:0 0 0 1px #3b75e840}.result-page{gap:16px;display:grid}.result-hero,.result-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.result-hero{background:linear-gradient(135deg, #3b75e824, #fffffff0 42%), var(--panel);justify-content:space-between;align-items:center;gap:14px;padding:22px;display:flex}.result-hero h2,.result-card h3,.report-section h4{letter-spacing:0;margin:0}.result-hero h2{font-size:clamp(28px,5vw,44px);font-weight:780;line-height:1.15}.result-hero p,.result-note,.report-empty p{color:var(--muted);margin:8px 0 0;line-height:1.58}.result-grid{grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);align-items:start;gap:16px;display:grid}.result-card{min-width:0;padding:18px}.result-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.result-card h3{font-size:22px;font-weight:720}.result-model-stage{min-height:380px;position:relative}.result-model-stage .glb-preview{min-height:380px}.result-overlay{border:1px solid var(--line);color:var(--accent-strong);z-index:2;background:#ffffffb8;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:800;display:flex;position:absolute;top:14px;left:14px}.segmented-control{background:var(--surface-soft);border:1px solid #10182814;border-radius:12px;grid-auto-flow:column;gap:4px;padding:4px;display:inline-grid}.segmented-control button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:32px;padding:0 10px;font-size:13px;font-weight:780}.segmented-control button.active{color:var(--accent-strong);background:#fff;box-shadow:0 4px 12px #0f172a14}.summary-metrics{gap:10px;display:grid}.summary-metrics div{background:var(--panel-strong);border:1px solid #10182812;border-radius:12px;gap:6px;padding:12px;display:grid}.summary-metrics span,.chart-range,.report-list span{color:var(--muted);font-size:12px;font-weight:680}.summary-metrics strong{color:var(--text);overflow-wrap:anywhere;font-size:15px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.chart-card{background:var(--panel-strong);border:1px solid #10182812;border-radius:14px;gap:8px;min-width:0;padding:12px;display:grid}.chart-header,.chart-range{justify-content:space-between;align-items:center;gap:10px;display:flex}.chart-header span{color:var(--text);font-size:14px;font-weight:780}.chart-header strong{color:var(--accent-strong);white-space:nowrap;font-size:13px}.chart-card svg{width:100%;display:block}.chart-axis{stroke:#10182824;stroke-width:1px}.chart-line{stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.report-stack{gap:14px;display:grid}.report-section{border-top:1px solid var(--line);gap:10px;padding-top:14px;display:grid}.report-section h4{color:var(--text);font-size:17px}.report-list{gap:7px;display:grid}.report-list ul{gap:7px;margin:0;padding-left:19px;display:grid}.report-list li{color:var(--text);line-height:1.62}.report-empty,.result-error-card{background:var(--panel-strong);border:1px solid #10182812;border-radius:14px;gap:10px;padding:14px;display:grid}.report-empty strong,.result-error-card strong{color:var(--text);font-size:16px}.result-note.error{color:var(--error);font-weight:750}.result-page{gap:16px;width:100%;max-width:1080px;margin:0 auto;display:grid}.result-mobile-header{gap:18px;padding:4px 2px 0;display:grid}.result-header-actions{align-items:center;gap:9px;display:flex}.result-text-button{color:var(--accent);cursor:pointer;background:#fff;border:1px solid #1018281a;border-radius:999px;min-height:38px;padding:0 13px;font-size:13px;font-weight:780;transition:background .16s,box-shadow .16s,transform .12s}.result-text-button:active{background:#f7faff;transform:scale(.96);box-shadow:0 8px 18px #0f172a1a}.result-title-row{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.result-title-row h2{color:#101828;letter-spacing:0;margin:12px 0 0;font-size:clamp(35px,9vw,56px);font-weight:860;line-height:1.08}.round-help-button,.chart-help-button,.model-fullscreen-button{color:var(--muted);cursor:pointer;background:#fff;border:1px solid #1018281a;border-radius:999px;justify-content:center;align-items:center;font-weight:820;transition:background .16s,color .16s,transform .12s;display:inline-flex}.round-help-button{flex:none;width:42px;height:42px;font-size:18px}.round-help-button:active,.chart-help-button:active,.model-fullscreen-button:active{color:var(--accent);background:#f7faff;transform:scale(.94)}.result-model-section,.result-data-card,.result-report-card{background:#ffffffe6;border-radius:26px;padding:14px}.dual-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.model-panel{gap:9px;min-width:0;display:grid}.model-panel-title{justify-content:space-between;align-items:center;min-height:32px;display:flex}.model-panel-title strong{color:#101828;font-size:15px;font-weight:820}.model-fullscreen-button{width:30px;height:30px}.model-fullscreen-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:15px;height:15px}.result-model-stage.compact,.result-model-stage.compact .glb-preview{min-height:0}.result-model-stage.compact{aspect-ratio:3/4;background:#08110e;border-radius:18px;overflow:hidden}.result-model-stage.compact .glb-preview{box-shadow:none;background:#08110e;border:0;border-radius:0;height:100%}.result-model-stage.compact .glb-preview canvas{border-radius:0}.model-inline-error{color:var(--error);margin:0;font-size:12px;font-weight:720}.model-playback-control{background:#f8fbff;border:1px solid #10182814;border-radius:999px;grid-template-columns:40px minmax(0,1fr) 42px;align-items:center;gap:10px;margin-top:12px;padding:8px 12px 8px 8px;display:grid}.model-playback-control button{color:var(--accent);cursor:pointer;background:#fff;border:1px solid #3b75e83d;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.model-playback-control button:disabled{color:#98a2b3;cursor:not-allowed}.model-playback-control svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:19px;height:19px}.model-playback-control input,.chart-frame-slider input{accent-color:var(--accent);width:100%}.model-playback-control span{color:var(--muted);text-align:right;font-size:12px;font-weight:780}.result-card-header.compact{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.result-card-header.compact h3{color:#101828;letter-spacing:0;margin:0;font-size:23px;font-weight:840}.result-card-header.compact p{color:var(--muted);max-width:720px;margin:6px 0 0;font-size:13px;line-height:1.55}.chart-help-button{color:var(--accent);flex:none;min-height:34px;padding:0 12px;font-size:13px}.motion-chart-card{background:#f8fbff;border:1px solid #10182814;border-radius:20px;gap:12px;padding:12px;display:grid}.chart-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.chart-toolbar select{-webkit-appearance:none;appearance:none;color:#101828;background:#fff;border:1px solid #1018281a;border-radius:999px;min-height:38px;padding:0 14px;font-size:14px;font-weight:780}.chart-legend{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;font-size:12px;font-weight:760;display:flex}.chart-legend span{align-items:center;gap:5px;display:inline-flex}.chart-legend i{border-radius:999px;width:8px;height:8px;display:inline-block}.chart-legend i.student{background:var(--accent)}.chart-legend i.standard{background:#f59e0b}.motion-chart-svg{width:100%;display:block;overflow:visible}.chart-plot-bg{fill:#ffffffbd}.chart-grid-line{stroke:#10182814;stroke-width:1px}.chart-axis-strong{stroke:#10182829;stroke-width:1.2px}.motion-chart-svg .chart-line.student{stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:3.8px}.motion-chart-svg .chart-line.standard{stroke:#f59e0b;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.8px}.chart-current-line{stroke:#1018286b;stroke-dasharray:5 5;stroke-linecap:round;stroke-width:1.4px}.chart-axis-label,.chart-tick{fill:var(--muted);font-size:10px;font-weight:720}.chart-frame-slider{grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:10px;display:grid}.chart-frame-slider span{color:var(--muted);text-align:right;font-size:12px;font-weight:780}.result-report-card .report-stack{background:#f8fbff;border:1px solid #10182814;border-radius:20px;padding:14px}.result-report-card .report-section{border-top:1px solid #10182817}.result-report-card .report-section:first-child{border-top:0;padding-top:0}.result-report-card .report-list span{color:var(--accent);font-size:13px}.result-report-card .report-list li{color:#1f2937;font-size:14px;line-height:1.7}.result-info-dialog{text-align:left}.result-info-dialog p{margin:8px 0}.fullscreen-model-backdrop{padding:max(18px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));z-index:70;background:#0f172abd;justify-content:center;align-items:stretch;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.fullscreen-model{background:#07110e;border-radius:22px;grid-template-rows:auto minmax(0,1fr);width:100%;max-width:720px;display:grid;overflow:hidden}.fullscreen-model header{background:#ffffffeb;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.fullscreen-model header strong{color:#101828;font-weight:840}.fullscreen-model header button{color:var(--muted);cursor:pointer;background:#fff;border:1px solid #1018281f;border-radius:999px;min-height:34px;padding:0 13px;font-size:13px;font-weight:780}.fullscreen-model .glb-preview{border:0;border-radius:0;height:100%;min-height:0}.teacher-dashboard-page{gap:16px;display:grid}.dashboard-hero,.dashboard-card,.dashboard-login .dashboard-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe0}.dashboard-hero{justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.dashboard-hero h2,.dashboard-login h2,.dashboard-card h3,.dashboard-metric strong{letter-spacing:0;margin:0}.dashboard-hero h2{font-size:clamp(30px,5vw,50px);font-weight:780;line-height:1.08}.dashboard-hero p:not(.section-label),.dashboard-login p,.dashboard-empty{color:var(--muted);margin:8px 0 0;line-height:1.6}.dashboard-card{min-width:0;padding:18px}.dashboard-login{max-width:520px;margin:24px auto 0;display:grid}.dashboard-login h2{font-size:32px;font-weight:760}.dashboard-login-form{gap:13px;margin-top:18px;display:grid}.dashboard-login-form label{color:var(--muted);gap:7px;font-size:13px;font-weight:650;display:grid}.dashboard-login-form input{background:var(--panel-strong);color:var(--text);border:1px solid #1018281f;border-radius:13px;outline:none;height:48px;padding:0 13px;font-size:16px}.dashboard-login-form input:focus{border-color:#3b75e88c;box-shadow:0 0 0 4px #3b75e81f}.dashboard-login-form .primary-button{margin-top:3px}.teacher-access-card{background:#ffffffb8;border:1px solid #1018281a;border-radius:24px;gap:22px;padding:22px;display:grid}.teacher-access-card h3{color:#101828;margin:0;font-size:clamp(30px,8vw,42px);font-weight:820;line-height:1.08}.teacher-access-card p:not(.section-label){color:var(--muted);margin:10px 0 0;font-size:15px;line-height:1.58}.teacher-access-actions{gap:10px;display:grid}.teacher-access-actions .primary-button,.teacher-access-actions .ghost-button{width:100%;min-height:52px;margin-top:0}.dashboard-tabs{gap:9px;padding-bottom:2px;display:flex;overflow-x:auto}.dashboard-tabs button,.link-stat-list button{border:1px solid var(--line);color:var(--muted);background:#ffffffbf}.dashboard-tabs button{cursor:pointer;border-radius:999px;flex:none;padding:9px 13px;font-size:13px;font-weight:760}.dashboard-tabs button.active,.link-stat-list button.active{background:var(--accent);border-color:var(--accent);color:#fff}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-metric{border:1px solid var(--line);background:#ffffffe0;border-radius:15px;gap:7px;padding:16px;display:grid}.dashboard-metric span,.dashboard-metric small,.dashboard-card-title span,.student-table td span,.detail-title-row span,.detail-run-item span{color:var(--muted)}.dashboard-metric span{font-size:13px;font-weight:650}.dashboard-metric strong{color:var(--text);font-size:30px;font-weight:760;line-height:1}.dashboard-metric small{font-size:12px;font-weight:700}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);align-items:start;gap:16px;display:grid}.dashboard-wide-card{min-height:286px}.dashboard-card-title,.dashboard-error,.detail-title-row,.detail-run-item,.detail-run-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-card h3{font-size:22px;font-weight:730}.action-bars{gap:13px;margin-top:18px;display:grid}.action-bar-row{gap:8px;display:grid}.action-bar-row div{justify-content:space-between;align-items:center;gap:12px;display:flex}.action-bar-row strong{color:var(--text);font-size:14px}.action-bar-row span{color:var(--muted);font-size:13px}.action-bar-row i{background:linear-gradient(90deg, var(--accent), #6ea3ff);border-radius:999px;min-width:28px;height:9px;display:block}.link-stat-list{gap:9px;margin-top:14px;display:grid}.link-stat-list button{cursor:pointer;text-align:left;border-radius:13px;justify-items:start;gap:4px;padding:12px;display:grid}.link-stat-list button strong,.link-stat-list button span{color:inherit}.dashboard-student-layout{grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);align-items:start;gap:16px;display:grid}.student-table-wrap{margin-top:14px;overflow-x:auto}.student-table{border-collapse:collapse;width:100%;min-width:680px}.student-table th{background:var(--panel-strong);color:var(--muted);text-align:left;padding:11px 12px;font-size:12px;font-weight:760}.student-table th:first-child{border-radius:12px 0 0 12px}.student-table th:last-child{border-radius:0 12px 12px 0}.student-table td{color:var(--text);cursor:pointer;border-bottom:1px solid #10182812;padding:13px 12px;font-size:14px}.student-table td:first-child{gap:4px;display:grid}.student-table tr.active td,.student-table tr:hover td{background:#3b75e812}.student-detail-card{position:sticky;top:14px}.dashboard-student-layout{scroll-margin-top:18px}.detail-title-row{margin-top:2px}.detail-title-row h3{font-size:24px}.detail-title-row strong{color:var(--accent);font-size:22px}.detail-bindings{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.detail-bindings span{background:var(--surface-soft);color:var(--accent-strong);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:760}.detail-run-list{gap:10px;margin-top:16px;display:grid}.detail-run-item{background:var(--panel-strong);border:1px solid #10182812;border-radius:14px;padding:12px}.detail-run-item>div:first-child{gap:4px;display:grid}.detail-run-item a{color:var(--accent);font-size:13px;font-weight:780;text-decoration:none}.teacher-dashboard-page{gap:14px;max-width:980px;margin:0 auto}.teacher-board-top{grid-template-columns:1fr auto;gap:20px;padding:8px 4px 4px;display:grid}.teacher-board-brand{color:var(--text);align-items:center;gap:10px;font-size:18px;font-weight:820;display:inline-flex}.teacher-board-brand img{border-radius:14px;width:42px;height:42px;box-shadow:0 12px 24px #3b75e82e}.teacher-board-logout{color:#667085;cursor:pointer;background:#ffffffd1;border:1px solid #1018281a;border-radius:999px;justify-content:center;align-items:center;height:42px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.teacher-board-title{grid-column:1/-1}.teacher-board-title p{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(32px,8vw,48px);font-weight:860;line-height:1.06}.teacher-board-title h2{color:var(--muted);letter-spacing:0;margin:10px 0 0;font-size:15px;font-weight:760;line-height:1.45}.dashboard-tabs.compact-scroll{scrollbar-width:none;margin:2px -4px 0;padding:2px 4px 4px}.dashboard-tabs.compact-scroll::-webkit-scrollbar{display:none}.dashboard-tabs button{background:#ffffffc7;min-height:38px;padding:9px 15px;box-shadow:0 8px 20px #0f172a0a}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-metric{background:linear-gradient(145deg,#fffffff5,#f8fbffd1),#fff;border-color:#10182814;border-radius:20px;min-height:112px;padding:18px}.dashboard-metric.blue{background:linear-gradient(145deg,#3b75e826,#fffffff0)}.dashboard-metric.green{background:linear-gradient(145deg,#2f8f551f,#fffffff0)}.dashboard-metric.amber{background:linear-gradient(145deg,#b8751021,#fffffff0)}.dashboard-metric strong{font-size:clamp(28px,6vw,38px);font-weight:860}.dashboard-insight-grid,.dashboard-secondary-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:start;gap:14px;display:grid}.dashboard-secondary-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.52fr)}.dashboard-card{border-radius:24px;padding:18px}.dashboard-card-title{align-items:flex-start}.dashboard-card h3,.error-distribution h3{font-size:22px;font-weight:840;line-height:1.15}.action-bars{gap:10px;margin-top:16px}.action-bar-row{cursor:pointer;text-align:left;background:#f8fbffb8;border:1px solid #10182812;border-radius:16px;width:100%;padding:12px;transition:background .16s,border-color .16s,transform .16s}.action-bar-row:active,.link-stat-list button:active,.student-card-row:active,.teacher-board-logout:active{transform:scale(.985)}.action-bar-row.active{background:#3b75e81c;border-color:#3b75e85c}.action-bar-row div{margin-bottom:9px}.action-bar-row i,.error-row i{background:#10182812;border-radius:999px;width:100%;height:8px;display:block;overflow:hidden}.action-bar-row i b,.error-row i b{background:linear-gradient(90deg, var(--accent), #7fb0ff);border-radius:inherit;min-width:24px;height:100%;display:block}.error-distribution{gap:16px;display:grid}.error-distribution-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.error-tech-select{margin-top:12px;display:grid}.error-tech-select select{-webkit-appearance:none;appearance:none;color:var(--accent-strong);cursor:pointer;background:linear-gradient(135deg,#3b75e81f,#ffffffe6),#fff;border:1px solid #3b75e83d;border-radius:14px;outline:none;min-height:44px;padding:0 36px 0 13px;font-size:16px;font-weight:840}.error-tech-select{position:relative}.error-tech-select:after{border-bottom:2px solid var(--accent-strong);border-right:2px solid var(--accent-strong);content:"";pointer-events:none;width:8px;height:8px;position:absolute;top:18px;right:15px;transform:rotate(45deg)}.error-demo-badge{color:var(--accent-strong);background:#3b75e81a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:820}.error-list{gap:12px;display:grid}.error-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.error-row div{gap:3px;display:grid}.error-row strong{color:var(--text);font-size:14px;font-weight:820}.error-row span{color:var(--muted);font-size:12px;font-weight:640;line-height:1.35}.error-row small{color:var(--accent-strong);font-size:13px;font-weight:860}.error-row i{grid-column:1/-1}.link-stat-list button{background:#f8fbffc7;border-radius:16px;padding:13px 14px;transition:background .16s,border-color .16s,transform .16s}.link-stat-list button.active{color:var(--accent-strong);background:#3b75e81a;border-color:#3b75e857}.student-card-list{gap:10px;margin-top:14px;display:grid}.student-card-row{color:inherit;text-align:left;background:#f8fbffc2;border:1px solid #10182812;border-radius:18px;gap:12px;width:100%;padding:14px;transition:background .16s,border-color .16s,transform .16s;display:grid}.student-card-row.active{background:#3b75e81a;border-color:#3b75e857}.student-card-content{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;gap:12px;width:100%;padding:0;display:grid}.student-card-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.student-card-main div{gap:4px;display:grid}.student-card-main strong{color:var(--text);font-size:16px;font-weight:850}.student-card-main span:not(.status-pill),.student-card-meta{color:var(--muted)}.student-card-meta{flex-wrap:wrap;gap:7px;display:flex}.student-card-meta span{background:#ffffffb8;border:1px solid #1018280f;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:760}.student-card-footer{justify-content:flex-end;align-items:center;gap:10px;display:flex}.student-card-detail-button,.student-card-result-link{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:13px;font-weight:840;text-decoration:none;display:inline-flex}.student-card-detail-button{color:var(--muted);cursor:pointer;background:#ffffffb8;border:1px solid #10182814}.student-card-result-link{background:var(--accent);border:1px solid var(--accent);color:#fff}.dashboard-student-layout{grid-template-columns:1fr}.student-detail-card{position:static}.detail-run-item{background:#f8fbffc2;border-radius:18px;align-items:stretch}@media (max-width:860px){.app-shell{padding-left:12px;padding-right:12px}.topbar{flex-wrap:wrap;align-items:flex-start}.topbar h1{font-size:20px}.hero-panel,.entry-grid,.result-grid,.two-col{grid-template-columns:1fr}.hero-panel{align-items:stretch;padding:18px;display:grid}.card{padding:14px}.video-stage,.glb-preview,.upload-video-frame,.result-model-stage,.result-model-stage .glb-preview{min-height:280px}.result-hero,.result-card-header{align-items:stretch;display:grid}.stats-grid{grid-template-columns:1fr}.range-control{grid-template-columns:62px minmax(0,1fr) 50px}.chooser-grid{grid-template-columns:1fr}.chooser-card{min-height:0}.code-row,.upload-actions,.upload-action-row,.upload-controls,.upload-meta-grid,.upload-source-grid,.upload-step-actions{grid-template-columns:1fr}.upload-wizard{max-width:100%}.upload-step-panel{border-radius:22px;padding:14px}.upload-step-actions.two-buttons,.crop-toolbar{grid-template-columns:1fr 1fr}.frame-adjust-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.capability-list div,.mime-row{grid-template-columns:minmax(0,1fr);align-items:flex-start;display:grid}.capability-list dd,.mime-row strong{text-align:left;max-width:100%}.dashboard-hero,.dashboard-card-title,.detail-title-row,.detail-run-item{align-items:stretch;display:grid}.dashboard-metrics,.dashboard-grid,.dashboard-insight-grid,.dashboard-secondary-grid,.dashboard-student-layout{grid-template-columns:1fr}.teacher-dashboard-page{gap:12px}.teacher-board-top{gap:16px;padding:4px 2px 2px}.teacher-board-title p{font-size:clamp(32px,10vw,42px)}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-metric{min-height:100px;padding:14px}.dashboard-card{border-radius:22px;padding:16px}.dashboard-card h3,.error-distribution h3{font-size:21px}.student-detail-card{position:static}}@media (max-width:360px){.dashboard-metrics{grid-template-columns:1fr}.teacher-board-brand img{border-radius:12px;width:38px;height:38px}.teacher-board-title p{font-size:31px}}
