:root{--primary:#0650c6;--primary-dark:#05409e;--screen-bg:#0a130c;--phosphor:#3f6;--phosphor-dim:#3f66;--page-bg:#f4f6f9;--ink:#1b2430;--font:"Courier New", Courier, monospace}*{box-sizing:border-box}body{font-family:var(--font);background:var(--page-bg);color:var(--ink);margin:0}.site-header{border-bottom:3px solid var(--primary);background:#fff;align-items:center;gap:.85rem;padding:.9rem 1.5rem;display:flex}.site-logo{object-fit:contain;width:44px;height:44px}.site-titles{flex-direction:column;line-height:1.2;display:flex}.site-title{letter-spacing:.04em;color:var(--primary);font-size:1.25rem;font-weight:700}.site-subtitle{color:#5a6675;font-size:.9rem}.layout{justify-content:center;align-items:stretch;gap:1.25rem;max-width:1300px;height:calc(100vh - 76px);margin:0 auto;padding:1.25rem;display:flex}.chat-panel{background:var(--screen-bg);border:none;flex-direction:column;width:50vw;min-width:360px;max-width:760px;padding:.75rem;display:flex;position:relative;overflow:hidden}.chat-panel:before{content:"";z-index:5;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#00000047 3px 3px);position:absolute;inset:0}.chat-panel:after{content:"";z-index:6;pointer-events:none;background:#33ff6606;animation:6s ease-in-out infinite crt-flicker;position:absolute;inset:0}@keyframes crt-flicker{0%,to{opacity:.5}50%{opacity:.75}}@media (prefers-reduced-motion:reduce){.chat-panel:after{animation:none}}.chat-window{flex:auto;min-height:0}#chat{width:100%;height:100%;display:block}@media (width<=860px){.layout{flex-direction:column;align-items:stretch;height:auto}.chat-panel{width:auto;min-width:0;height:75vh}}.result-col{flex-direction:column;gap:.75rem;width:42vw;max-width:560px;min-height:0;display:flex}.result-col[hidden]{display:none}.new-case{font-family:var(--font);letter-spacing:.04em;color:#fff;background:var(--primary);cursor:pointer;border:none;border-radius:0;align-self:flex-start;padding:.6rem 1.2rem;font-size:.95rem;transition:background .15s}.new-case:hover{background:var(--primary-dark)}.summary{background:#fff;border:1px solid #cdd6e0;flex:auto;min-height:0;padding:1.25rem 1.4rem;overflow-y:auto}@media (width<=860px){.result-col{width:auto;max-width:none}}.summary-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.summary-head h2{color:var(--primary);margin:0;font-size:1.25rem}.summary-badge{text-transform:uppercase;letter-spacing:.06em;color:#0f7b5a;background:#def7ec;padding:.2rem .6rem;font-size:.8rem}.summary-section{margin-top:1rem}.summary-section h3{text-transform:uppercase;letter-spacing:.05em;color:#5a6675;border-bottom:1px solid #eef1f5;margin:0 0 .4rem;padding-bottom:.25rem;font-size:.92rem}.summary-list{margin:0}.summary-row{grid-template-columns:38% 1fr;gap:.5rem;padding:.18rem 0;display:grid}.summary-row dt{color:#6b7685;font-size:.95rem}.summary-row dd{color:var(--ink);word-break:break-word;margin:0;font-size:.98rem}.summary-sub{border-left:2px solid #eef1f5;margin:.35rem 0 .35rem .5rem;padding-left:.6rem}.summary-sub-title{color:var(--primary);margin-bottom:.15rem;font-size:.9rem}
