@import"https://use.fontawesome.com/releases/v5.8.1/css/all.css";@import"http://fast.fonts.net/t/1.css?apiType=css&projectid=710b2992-a936-4ddc-a3ca-a228e0bdf494";@font-face{font-family:HorvathFont;src:url(/assets/QuaySansITCCom-Book-BWd5Mi7l.ttf) format("truetype"),url(/assets/QuaySansITCCom-Medium-DAqZ4Pil.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:HorvathFont;src:url(/assets/QuaySansITCCom-Medium-DAqZ4Pil.ttf) format("truetype");font-weight:500;font-style:normal}:root{color-scheme:light;--horvath-dark-blue: #05415a;--horvath-light-blue: #008cc8;--horvath-black: #353434;--horvath-grey-dark: #4a4a4a;--horvath-grey-mid: #969696;--horvath-grey-light: rgb(238, 238, 238);--background: #f9f9f9;--second-bg-color: #f2f2f2;--border-gray: #cccccc;--accent-color: #abe2fb;--white: #ffffff;--topbar-height: 4em;--sidebar-width-collapsed: 4em;--sidebar-width-expanded: 16em;--space-1: .5em;--space-2: .8em;--space-3: 1.2em;--space-4: 1.5em}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(1200px 620px at 88% -14%,#d9eef9 0%,var(--background) 58%);color:var(--horvath-black);font-family:HorvathFont,Segoe UI,Trebuchet MS,sans-serif}#root,.app-root{min-height:100vh}.topbar{position:fixed;top:0;left:0;right:0;z-index:8;display:flex;align-items:center;justify-content:space-between;height:var(--topbar-height);padding:0 var(--space-4);background:var(--horvath-dark-blue);font-family:inherit;box-shadow:0 .4em .4em #00000070}.topbar h1{margin:0;color:var(--white);font-size:1.7em;line-height:1;font-weight:400}.topbar .topbar-left,header.topbar .topbar-left{display:flex;align-items:center}.topbar-language{display:flex;align-items:center;gap:.55em;color:var(--white);font-size:.9em}.topbar-language select{min-width:8em;border:1px solid color-mix(in srgb,var(--horvath-light-blue) 70%,var(--white));border-radius:.5em;padding:.35em .55em;background:color-mix(in srgb,var(--white) 96%,var(--horvath-light-blue));color:var(--horvath-dark-blue);font:inherit}.brand-sub{opacity:.88}.app-shell{display:flex;min-height:100vh;padding-top:var(--topbar-height)}.sidebar{position:fixed;top:var(--topbar-height);left:0;bottom:0;width:var(--sidebar-width-collapsed);padding:var(--space-2) 0;background:var(--horvath-dark-blue);border-right:1px solid var(--horvath-light-blue);display:flex;flex-direction:column;gap:var(--space-2);font-family:inherit;overflow:hidden;transition:width .3s ease-in-out;z-index:7}.sidebar:hover{width:var(--sidebar-width-expanded)}.sidebar-head{width:100%;height:2.2em;color:var(--white);display:grid;place-items:center;border-bottom:1px solid var(--horvath-light-blue)}.sidebar nav{display:flex;flex-direction:column;gap:.15em;padding:0 var(--space-1)}.sidebar a,.logout-btn{display:flex;align-items:center;gap:.8em;width:100%;height:2.7em;padding:0 .5em;border-radius:.55em;border:none;background:transparent;color:var(--white);text-decoration:none;font-family:inherit;transition:background-color .2s ease}.sidebar a:hover,.logout-btn:hover{background:#abe2fb2e}.sidebar a.active{background:var(--horvath-grey-light);color:var(--horvath-dark-blue);box-shadow:inset 4px 0 0 var(--horvath-dark-blue)}.header-logo{width:60px;object-fit:contain;margin-right:10x}.nav-icon{width:2em;min-width:2em;height:2em;border-radius:.45em;display:grid;place-items:center;color:inherit;background:color-mix(in srgb,currentColor 10%,transparent);font-family:inherit;font-size:.8em;line-height:1}.nav-label{white-space:nowrap;opacity:0;transition:opacity .2s ease}.sidebar:hover .nav-label{opacity:1}.logout-btn{margin-top:auto;cursor:pointer}.content{margin-left:var(--sidebar-width-collapsed);width:100%;padding:var(--space-4);background:var(--background)}.content textarea,.content select,.content input{width:100%;border:.01em solid var(--horvath-light-blue);border-radius:.5em;padding:.5em .65em;background:var(--white);color:var(--horvath-black);font:inherit;z-index:7}.content textarea{min-height:5em;resize:vertical}.page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--space-3)}.report-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{position:relative;min-width:0;border-radius:.8em;border:1px solid color-mix(in srgb,var(--border-gray) 75%,var(--white));background:#ffffffb3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:var(--space-3);box-shadow:0 2px 6px #0006}.card h2{position:relative;margin-top:0;margin-bottom:.5em;color:var(--horvath-black);font-family:inherit;font-size:1.5em;font-weight:500}.dropdown-label{margin-bottom:.2em;margin-top:.2em}.wide-card{grid-column:1 / -1}.disclosure-preview{max-height:14em;overflow-y:auto;background:var(--second-bg-color);border:1px solid var(--border-gray);border-radius:.6em;padding:.75em}.match-item{border-top:1px solid var(--border-gray);padding-top:.8em;margin-top:.8em}.action-row{display:flex;gap:.6em;flex-wrap:wrap;margin-top:.7em}.status-line{margin:0}.alert-overlay{position:fixed;top:calc(var(--topbar-height) + 1em);right:1em;z-index:60;width:min(30em,calc(100vw - 2em));pointer-events:none}.alert-box{position:relative;border-left:4px solid transparent;border-radius:.7em;padding:.85em 2.6em .85em .9em;box-shadow:0 .35em .9em #0003;pointer-events:auto}.alert-message{margin:0}.alert-close{position:absolute;top:.45em;right:.45em;width:1.7em;height:1.7em;border-radius:999px;margin:0;padding:0;font-weight:700;line-height:1}.status-success{border-left:4px solid #2f8f4e;background:#edf8f1}.status-warning{border-left:4px solid #d18a00;background:#fff8e8}.status-error{border-left:4px solid #c52b2b;background:#fdeeee}.alert-success{border-left-color:#2f8f4e;background:#edf8f1}.alert-warning{border-left-color:#d18a00;background:#fff8e8}.alert-error{border-left-color:#c52b2b;background:#fdeeee}.editor-info{margin-top:0;margin-bottom:.8em;color:var(--horvath-grey-dark)}.split-editor{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-3)}.split-editor-pane{border:1px solid var(--border-gray);border-radius:.7em;padding:.8em;background:var(--white);min-height:20em}.split-editor-preview{max-height:36em;overflow-y:auto}.split-editor-controls{display:flex;flex-direction:column}.split-editor-legend{margin-top:0;margin-bottom:.8em;display:flex;gap:.5em}.legend-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.18em .7em;font-size:.82em;border:1px solid transparent}.legend-added{color:#17582d;background:#dcf5e4;border-color:#8fd9a7}.legend-deleted{color:#7d1515;background:#fbe2e2;border-color:#efb2b2}.report-section-preview{border:1px solid transparent;border-radius:.55em;padding:.55em .65em;margin-bottom:.7em;background:#fbfdff}.report-section-preview.active{border-color:var(--horvath-light-blue);background:#f1f8fd}.report-section-preview h3{margin-top:0;margin-bottom:.45em;font-size:1em;color:var(--horvath-dark-blue)}.report-markdown{margin:0;white-space:pre-wrap;line-height:1.45}.report-diff{font-family:inherit}.diff-added{background:#d8f3e0;border-radius:.22em}.diff-deleted{background:#f9dede;text-decoration:line-through;border-radius:.22em}.error{color:#af1f1f}.table-scroll{overflow:auto;max-height:37.5em;margin-top:.8em;border:1px solid var(--border-gray);border-radius:.6em}table{border-collapse:collapse;width:100%;background:var(--white)}th,td{border:1px solid #d7d7d7;padding:.45em;text-align:left;vertical-align:top;font-size:.92em}th{background:#e7f3f9;color:var(--horvath-dark-blue);position:sticky;top:0}.answer-table input,.answer-table select{min-width:6em}.login-page{min-height:100vh;display:grid;place-items:center;padding:var(--space-4)}.login-page form{width:min(28em,92vw);display:grid;gap:.75em}@media(max-width:70em){.report-page-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.split-editor{grid-template-columns:1fr}}label{display:grid;gap:.35em;color:var(--horvath-grey-dark);font-size:.92em}input{height:2.3em;border:.01em solid var(--horvath-light-blue);border-radius:.5em;padding:0 .6em;font:inherit}button{cursor:pointer;border:1px solid var(--horvath-light-blue);border-radius:.5em;background:linear-gradient(180deg,#f6fbfe,#e5f4fb);color:var(--horvath-dark-blue);font:inherit;font-weight:500;padding:.5em .9em;margin:.3em .3em 0 0;transition:transform .12s ease,box-shadow .12s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 .35em .6em #05415a29}button:disabled{color:var(--horvath-grey-mid);border-color:var(--border-gray);background:#f3f3f3;cursor:not-allowed}.error{color:#b51f1f}ul{padding-left:1.1em}a{color:var(--horvath-light-blue)}@media(max-width:900px){.alert-overlay{top:calc(var(--topbar-height) + .6em);right:.6em;width:calc(100vw - 1.2em)}.topbar-language{font-size:.82em;gap:.4em}.topbar-language select{min-width:6.8em;padding:.25em .45em}.report-page-grid{grid-template-columns:1fr}.topbar{padding:0 var(--space-3)}.topbar h1{font-size:1.35em}.app-shell{display:block}.sidebar{top:auto;bottom:0;width:100%;height:3.8em;flex-direction:row;align-items:center;border-right:none;border-top:1px solid var(--horvath-light-blue);padding:0 var(--space-1)}.sidebar:hover{width:100%}.sidebar-head{display:none}.sidebar nav{flex-direction:row;width:100%;justify-content:space-between;padding:0}.sidebar .nav-label{display:none}.logout-btn{width:auto;margin-top:0;margin-left:auto}.content{margin-left:0;margin-bottom:4.2em;padding:var(--space-3)}}@media(max-width:1280px)and (min-width:901px){.report-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
