@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";@font-face{font-family:Linotte;src:url(https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea4aa7a40e1c8a2e232.woff2) format("woff2");font-weight:600;font-style:normal}:root{--bg: #f8f9fa;--bg-white: #ffffff;--bg-hover: #eef1f4;--border: #e2e8f0;--border-hover: #cbd5e1;--text: #0f172a;--text-2: #334155;--text-3: #64748b;--text-4: #94a3b8;--coral: #e11d48;--coral-bg: rgba(225, 29, 72, .08);--green: #059669;--green-bg: rgba(5, 150, 105, .08);--yellow: #ca8a04;--yellow-bg: rgba(202, 138, 4, .08);--blue: #2563eb;--blue-bg: rgba(37, 99, 235, .08);--radius: 10px;--radius-lg: 14px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:15px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}.app-layout{display:flex;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:var(--bg-white);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 12px;z-index:100;transition:transform .3s ease}.sidebar-brand{padding:0 10px 28px}.sidebar-brand h1{font-family:Linotte,DM Sans,sans-serif;font-size:15px;font-weight:600;color:var(--text)}.sidebar-brand span{font-size:11px;color:var(--text-3);margin-top:1px;display:block}.sidebar-nav{display:flex;flex-direction:column;gap:1px;flex:1}.nav-link{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:7px;color:var(--text-2);font-size:13px;font-weight:500;transition:all .15s ease}.nav-link:hover{color:var(--text);background:#00000006}.nav-link.active{color:var(--coral);background:var(--coral-bg);font-weight:600}.nav-link svg{width:16px;height:16px;stroke-width:1.7}.sidebar-footer{padding:12px 10px 0;border-top:1px solid var(--border);margin-top:auto}.sidebar-footer p{font-size:10px;color:var(--text-4)}.main-content{margin-left:260px;flex:1}.page-container{max-width:1280px;margin:0 auto;padding:28px 28px 60px}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:48px;background:#f6f5f2e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:90;padding:0 14px;align-items:center;justify-content:space-between}.hamburger{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--text-2)}.hamburger:hover{background:#0000000a}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000026;z-index:99}.page-header{margin-bottom:24px}.page-header h2{font-family:Linotte,DM Sans,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.01em;margin-bottom:2px}.page-header p{font-size:13px;color:var(--text-3)}.metric-row{display:flex;gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:20px}.metric-item{flex:1;background:var(--bg-white);padding:18px 20px}.metric-item:first-child{border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.metric-item:last-child{border-radius:0 var(--radius-lg) var(--radius-lg) 0}.metric-label{font-size:11px;color:var(--text-3);text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-weight:500}.metric-value{font-family:Linotte,DM Sans,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.1}.metric-sub{font-size:11px;color:var(--text-4);margin-top:2px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.grid-5-7{display:grid;grid-template-columns:5fr 7fr;gap:16px;margin-bottom:16px}.grid-7-5{display:grid;grid-template-columns:7fr 5fr;gap:16px;margin-bottom:16px}.card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-head h3{font-size:13px;font-weight:600;color:var(--text)}.card-head .tag{font-size:10px;padding:2px 7px;border-radius:4px;font-weight:500;background:var(--bg);color:var(--text-3);border:1px solid var(--border)}.risk-table{width:100%;border-collapse:collapse}.risk-table th{text-align:left;font-size:10.5px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;padding:8px 10px;border-bottom:1px solid var(--border)}.risk-table td{padding:8px 10px;font-size:12.5px;border-bottom:1px solid var(--border);vertical-align:middle}.risk-table tr:last-child td{border-bottom:none}.risk-table tbody tr:hover{background:var(--bg-hover)}.status-dot{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500}.status-dot:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-dot.ok:before{background:var(--green)}.status-dot.warn:before{background:var(--yellow)}.status-dot.crit:before{background:var(--coral)}.prob-bar-wrap{display:flex;align-items:center;gap:8px}.prob-bar{width:60px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.prob-bar-fill{height:100%;border-radius:2px}.prob-bar-fill.low{background:var(--green)}.prob-bar-fill.med{background:var(--yellow)}.prob-bar-fill.hi{background:var(--coral)}.chart-area{width:100%;height:220px}.feature-list{display:flex;flex-direction:column;gap:6px}.feature-row{display:flex;align-items:center;gap:8px;font-size:12px}.feature-row .num{width:16px;text-align:right;color:var(--text-4);font-weight:600;font-size:10px;flex-shrink:0}.feature-row .fname{flex:1;font-family:SF Mono,Menlo,monospace;font-size:11.5px;color:var(--text-2)}.feature-bar{width:80px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.feature-bar-fill{height:100%;background:var(--coral);border-radius:2px;transition:width .6s ease}.chat-wrap{display:flex;flex-direction:column;height:calc(100vh - 180px);max-height:620px}.chat-feed{flex:1;overflow-y:auto;padding:12px 0;display:flex;flex-direction:column;gap:14px}.msg{display:flex;gap:10px;max-width:75%}.msg.from-user{align-self:flex-end;flex-direction:row-reverse}.msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.msg-avatar.bot{background:var(--coral-bg);color:var(--coral)}.msg-avatar.human{background:var(--blue-bg);color:var(--blue)}.msg-body{padding:12px 16px;border-radius:12px 12px 12px 4px;font-size:14px;line-height:1.6;color:var(--text)}.msg.from-user .msg-body{border-radius:12px 12px 4px}.msg:not(.from-user) .msg-body{background:var(--bg);border:1px solid var(--border)}.msg.from-user .msg-body{background:var(--coral-bg);border:1px solid rgba(217,99,94,.1)}.msg-body .src{display:block;font-size:10px;color:var(--text-4);margin-top:6px}.chat-bottom{padding-top:12px;border-top:1px solid var(--border)}.chat-row{display:flex;gap:8px}.chat-input{flex:1;background:var(--bg-white);border:1px solid var(--border);border-radius:8px;padding:10px 14px;font-size:13px;color:var(--text);font-family:inherit}.chat-input:focus{border-color:var(--coral);outline:none}.chat-input::placeholder{color:var(--text-4)}.chat-send{width:38px;height:38px;background:var(--coral);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:background .15s}.chat-send:hover{background:#c4524d}.suggestions{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.sug-btn{padding:5px 11px;border:1px solid var(--border);border-radius:6px;font-size:11.5px;color:var(--text-2);transition:all .15s}.sug-btn:hover{border-color:var(--coral);color:var(--coral)}.pred-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:16px;align-items:start}.pred-inputs,.pred-results{min-width:0}.param-section{border-top:1px solid var(--border)}.param-section:first-of-type{border-top:none}.section-head{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;font-size:12px;font-weight:600;color:var(--text-2);-webkit-user-select:none;user-select:none;transition:background .1s}.section-head:hover{background:var(--bg)}.section-head .field-count{margin-left:auto;font-size:10px;color:var(--text-4);font-weight:400;margin-right:4px}.param-grid-new{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px 12px 12px;overflow:hidden}.param-item{display:flex;flex-direction:column;gap:3px}.param-item label{font-size:10.5px;font-weight:500;color:var(--text-3)}.param-item label .unit{font-weight:400;color:var(--text-4);margin-left:3px;font-size:10px}.param-item input{padding:6px 8px;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:12.5px;font-family:inherit;width:100%;min-width:0;transition:border-color .15s}.param-item input:focus{border-color:var(--coral);outline:none}.reset-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:11px;color:var(--text-3);border:1px solid var(--border);transition:all .15s}.reset-btn:hover{color:var(--coral);border-color:var(--coral)}.run-btn{display:block;width:calc(100% - 24px);margin:4px 12px 12px;padding:10px;background:var(--coral);color:#fff;border-radius:8px;font-size:13px;font-weight:600;transition:background .15s;letter-spacing:.01em}.run-btn:hover{background:#c4524d}.run-btn:disabled{opacity:.6;cursor:not-allowed}.result-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.result-box{background:var(--bg);border-radius:var(--radius);padding:14px;text-align:center}.result-box .val{font-family:Linotte,DM Sans,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.02em}.result-box .lbl{font-size:11px;color:var(--text-3);margin-top:2px}.recommendation-box{margin-top:14px;padding:10px 14px;border-radius:8px;font-size:12.5px;color:var(--text-2);line-height:1.6}.tag{font-size:11px;font-weight:600;padding:3px 10px;border-radius:6px}.summary-list{list-style:none;display:flex;flex-direction:column;gap:4px}.summary-list li{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;background:var(--bg);border-radius:6px;font-size:12.5px}.summary-list .sl{color:var(--text-2)}.summary-list .sv{font-weight:600;font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rise{animation:rise .35s ease both}.rise:nth-child(2){animation-delay:40ms}.rise:nth-child(3){animation-delay:80ms}.rise:nth-child(4){animation-delay:.12s}@media(max-width:900px){.grid-2,.grid-5-7,.grid-7-5,.pred-layout{grid-template-columns:1fr}.metric-row{flex-direction:column;gap:0;border-radius:var(--radius-lg)}.metric-item{border-radius:0!important}.metric-item:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0!important}.metric-item:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg)!important}.result-row,.param-grid-new{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay.visible{display:block}.mobile-header{display:flex}.main-content{margin-left:0;padding-top:48px}.page-container{padding:16px 14px 48px}.msg{max-width:90%}}
