:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden}html,body,#root{width:100%;max-width:100%}button,input,textarea{font:inherit}button{touch-action:manipulation}pre,code{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.app{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:20px;max-width:1480px;width:100%;margin:0 auto;padding:22px;overflow-x:hidden}.app>main,.app>aside{min-width:0}.page-shell{display:grid;gap:16px;min-width:0}.hero{border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(135deg,#fff,#f1f5f9);padding:26px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;box-shadow:0 14px 40px #0f172a14}.hero h1{font-size:32px;margin:12px 0 8px;letter-spacing:-.04em}.hero p{margin:0;color:#64748b;line-height:1.7}.hero-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px;box-shadow:0 10px 30px #0f172a0f}.section-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.section-icon{width:34px;height:34px;border-radius:12px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.section-title h2{font-size:18px;margin:0}.section-title p{font-size:13px;color:#64748b;margin:4px 0 0;line-height:1.5}.badge{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:999px;padding:4px 9px;font-size:12px;background:#fff;color:#475569}.badge.ok{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.badge.warn{background:#fffbeb;color:#b45309;border-color:#fde68a}.badge.bad{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.badge.blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:14px}.table-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-2px 0 12px;color:#64748b;font-size:12px}.table-meta span{font-weight:700;color:#334155}.table-meta code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:3px 7px;color:#475569}.table-meta b{color:#0f172a}table{border-collapse:collapse;width:100%;min-width:820px}th,td{text-align:left;padding:11px 12px;border-bottom:1px solid #e2e8f0;font-size:13px;vertical-align:middle}th{background:#f8fafc;color:#475569;font-weight:650}tr:last-child td{border-bottom:0}.segmented{display:inline-flex;border:1px solid #e2e8f0;border-radius:999px;overflow:hidden;background:#fff}.segmented button{border:0;background:transparent;padding:7px 10px;font-size:12px;cursor:pointer;color:#475569;min-height:34px}.segmented button.active{background:#0f172a;color:#fff}.input{border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;min-width:160px}.pager{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;color:#475569;font-size:13px}.pager button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:10px;padding:7px 11px;cursor:pointer}.pager button:disabled{opacity:.45;cursor:not-allowed}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice{border:1px solid #e2e8f0;border-radius:16px;background:#fff;text-align:left;padding:16px;cursor:pointer;display:grid;gap:6px;min-height:96px}.choice span{color:#64748b;font-size:13px;line-height:1.5}.choice.selected{border-color:#2563eb;outline:3px solid #dbeafe;background:#eff6ff}.score{display:grid;grid-template-columns:120px 1fr 36px;gap:12px;align-items:center;margin:12px 0}.score input{width:100%}.diff-list{display:grid;gap:10px}.diff-item{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.diff-item p{margin:6px 0 0}.minus{color:#b91c1c}.plus{color:#047857}.textarea{width:100%;min-height:110px;border:1px solid #e2e8f0;border-radius:14px;padding:12px;resize:vertical}.sticky-panel{position:sticky;top:20px;width:100%;min-width:0;max-width:100%;max-inline-size:100%;contain:inline-size;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;border:1px solid #e2e8f0;border-radius:24px;padding:18px;box-shadow:0 16px 45px #0f172a17}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-head h2{font-size:16px;margin:0;letter-spacing:-.02em}.panel-head button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:10px;padding:7px 10px;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.sticky-panel p{color:#64748b;font-size:13px;line-height:1.5}.sticky-panel pre,.feedback-box pre{display:block;width:100%;min-width:0;max-width:100%;max-inline-size:100%;max-height:360px;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px;font-size:11px;line-height:1.45;color:#334155}.feedback-box{min-width:0;max-width:100%;border-top:1px solid #e2e8f0;margin-top:14px;padding-top:14px}.feedback-box h3{display:flex;gap:8px;align-items:center;margin:0 0 8px;font-size:14px;color:#0f172a}.submit-button{width:100%;border:1px solid #0f172a;background:#0f172a;color:#fff;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:650;box-shadow:0 8px 18px #0f172a29}.submit-button:hover:not(:disabled){background:#1e293b}.submit-button:disabled{cursor:not-allowed;opacity:.65}.status{margin:8px 0 0;font-size:12px;overflow-wrap:anywhere}.status.ok{color:#047857}.status.bad{color:#b91c1c}.status.bad.light{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:8px 10px}.loading{max-width:760px;margin:64px auto;padding:24px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 10px 30px #0f172a0f}.loading.error{color:#991b1b}.loading pre{overflow:auto;white-space:pre-wrap}@media(max-width:1100px){.app{grid-template-columns:1fr}.sticky-panel{position:static}.choice-grid{grid-template-columns:1fr}.hero{display:grid}.hero-chips{justify-content:flex-start}.score,.diff-item{grid-template-columns:1fr}}@media(max-width:760px){.app{width:100vw;max-width:100vw;padding:10px;gap:12px}.page-shell{gap:12px}.hero{border-radius:18px;padding:16px;gap:12px}.hero h1{font-size:24px;line-height:1.15;margin:10px 0 8px}.hero p{font-size:14px;line-height:1.55}.hero-chips{gap:6px}.card{border-radius:16px;padding:14px;box-shadow:0 6px 18px #0f172a0d}.section-title{gap:10px;margin-bottom:12px}.section-icon{width:30px;height:30px;border-radius:10px}.section-title h2{font-size:16px}.badge{font-size:11px;padding:3px 8px}.table-wrap{overflow:visible;border:0;border-radius:0}table{min-width:0;display:block;width:100%}thead{display:none}tbody{display:grid;gap:10px}tr{display:block;border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}td{display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid #eef2f7;font-size:13px}td:before{content:attr(data-label);color:#64748b;font-size:12px;font-weight:650}td:last-child{border-bottom:0}.segmented{display:grid;grid-template-columns:repeat(3,1fr);width:100%;border-radius:12px}.segmented button{padding:9px 6px}.input{width:100%;min-width:0}.choice{min-height:auto;padding:14px}.score{grid-template-columns:1fr auto;gap:8px}.score span{grid-column:1 / -1}.diff-item{padding:10px}.diff-item .segmented{grid-template-columns:repeat(2,1fr)}.textarea{min-height:96px}.sticky-panel{width:100%;max-width:100%;border-radius:18px;padding:14px;overflow:hidden}.panel-head h2{font-size:14px}.sticky-panel pre,.feedback-box pre{max-height:240px;font-size:10px;padding:10px}}@media(max-width:420px){.app{padding:8px}td{grid-template-columns:68px minmax(0,1fr);padding:9px 10px}.hero h1{font-size:22px}}
