*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d1b2a;--navy-light: #1b2d42;--navy-mid: #243447;--blue: #1565c0;--blue-light: #1e88e5;--gold: #f9a825;--red: #c62828;--green: #2e7d32;--bg: #f0f2f5;--surface: #ffffff;--border: #dde1e7;--text: #1a1a2e;--text-muted: #64748b;--radius: 10px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.14)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,#1a3a5c 50%,var(--blue) 100%);padding:20px}.login-card{background:var(--surface);border-radius:18px;padding:48px 40px;width:100%;max-width:420px;box-shadow:var(--shadow-lg)}.login-logo{text-align:center;margin-bottom:32px}.login-logo .escudo{font-size:48px;display:block;margin-bottom:8px}.login-logo h1{font-size:22px;font-weight:700;color:var(--navy);letter-spacing:-.3px}.login-logo p{font-size:13px;color:var(--text-muted);margin-top:4px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.form-group input{width:100%;padding:13px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:16px;font-family:inherit;color:var(--text);background:var(--bg);transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1565c01f;background:#fff}.btn-primary{width:100%;padding:14px;background:var(--blue);color:#fff;border:none;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit;letter-spacing:.3px;margin-top:8px}.btn-primary:hover{background:var(--blue-light)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.error-msg{background:#fff5f5;border:1px solid #fed7d7;color:var(--red);padding:10px 14px;border-radius:8px;font-size:14px;margin-top:14px;text-align:center}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:280px;min-width:280px;background:var(--navy);display:flex;flex-direction:column;height:100vh;overflow:hidden}.sidebar-header{padding:20px 18px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sidebar-brand .escudo{font-size:28px}.sidebar-brand h2{font-size:16px;font-weight:700;color:#fff;line-height:1.2}.sidebar-brand p{font-size:11px;color:#ffffff80}.sidebar-user{display:flex;align-items:center;gap:10px;background:#ffffff12;padding:10px 12px;border-radius:8px}.avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-user .user-info{flex:1;min-width:0}.sidebar-user .user-name{font-size:13px;font-weight:600;color:#fff;truncate:clip;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user .user-role{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.sidebar-section{padding:14px 18px 6px;font-size:11px;font-weight:700;color:#ffffff59;text-transform:uppercase;letter-spacing:1px}.sidebar-list{flex:1;overflow-y:auto;padding:0 10px 10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.funcionario-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;cursor:pointer;transition:background .15s;margin-bottom:2px}.funcionario-item:hover{background:#ffffff12}.funcionario-item.active{background:#1565c066}.funcionario-item .fn-info{flex:1;min-width:0}.funcionario-item .fn-nombre{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.funcionario-item .fn-cargo{font-size:11px;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:14px 18px;border-top:1px solid rgba(255,255,255,.08)}.btn-logout{width:100%;padding:9px;background:#c6282833;color:#ff8a80;border:1px solid rgba(198,40,40,.3);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .2s}.btn-logout:hover{background:#c6282859}.main-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.chat-header{background:var(--surface);padding:16px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px;box-shadow:0 1px 4px #0000000a;flex-shrink:0}.chat-header .fn-avatar{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex-shrink:0}.chat-header .header-info{flex:1}.chat-header .header-nombre{font-size:16px;font-weight:700;color:var(--text)}.chat-header .header-cargo{font-size:13px;color:var(--text-muted)}.header-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;background:#e8f5e9;color:var(--green)}.chat-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.empty-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);text-align:center;gap:12px;padding:40px}.empty-chat .empty-icon{font-size:48px}.empty-chat h3{font-size:18px;font-weight:600;color:var(--text)}.empty-chat p{font-size:14px;max-width:360px;line-height:1.7}.empty-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:8px}.suggestion-chip{padding:8px 16px;background:var(--surface);border:1px solid var(--border);border-radius:20px;font-size:13px;color:var(--blue);cursor:pointer;transition:all .15s;font-family:inherit}.suggestion-chip:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.message{display:flex;flex-direction:column;max-width:80%}.message.user{align-self:flex-end;align-items:flex-end}.message.model{align-self:flex-start;align-items:flex-start}.message-bubble{padding:14px 18px;border-radius:16px;font-size:14px;line-height:1.7;white-space:pre-wrap}.message.user .message-bubble{background:var(--blue);color:#fff;border-bottom-right-radius:4px}.message.model .message-bubble{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:4px;box-shadow:var(--shadow)}.message-meta{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:11px;color:var(--text-muted)}.meta-sources{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.source-tag{padding:2px 8px;background:#e3f2fd;color:var(--blue);border-radius:12px;font-size:11px;font-weight:500}.confidence-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.confidence-high{background:#e8f5e9;color:var(--green)}.confidence-mid{background:#fff8e1;color:#f57f17}.confidence-low{background:#fff5f5;color:var(--red)}.message-bubble strong{font-weight:700}.message-bubble em{font-style:italic;color:#546e7a}.chat-input-area{background:var(--surface);border-top:1px solid var(--border);padding:16px 24px;flex-shrink:0}.chat-input-row{display:flex;gap:10px;align-items:flex-end}.chat-input-row textarea{flex:1;padding:12px 16px;border:1.5px solid var(--border);border-radius:12px;font-size:14px;font-family:inherit;resize:none;outline:none;line-height:1.5;max-height:120px;min-height:48px;background:var(--bg);color:var(--text);transition:border-color .2s}.chat-input-row textarea:focus{border-color:var(--blue);background:#fff}.btn-send{width:48px;height:48px;background:var(--blue);border:none;border-radius:12px;color:#fff;font-size:20px;cursor:pointer;transition:background .2s,transform .1s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.btn-send:hover{background:var(--blue-light)}.btn-send:active{transform:scale(.95)}.btn-send:disabled{opacity:.5;cursor:not-allowed}.input-hint{font-size:11px;color:var(--text-muted);margin-top:6px;text-align:center}.thinking-bubble{display:flex;gap:5px;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:16px 16px 16px 4px;width:fit-content}.dot{width:8px;height:8px;background:var(--text-muted);border-radius:50%;animation:bounce 1.2s infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.no-selection{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);text-align:center;gap:16px}.no-selection .big-icon{font-size:64px}.no-selection h2{font-size:22px;font-weight:600;color:var(--text)}.no-selection p{font-size:15px;max-width:400px}.md h1,.md h2,.md h3{margin-top:12px;margin-bottom:6px;font-weight:700}.md h1{font-size:18px}.md h2{font-size:16px;color:var(--navy)}.md h3{font-size:14px}.md p{margin-bottom:8px}.md ul,.md ol{padding-left:18px;margin-bottom:8px}.md li{margin-bottom:3px}.md strong{font-weight:700;color:var(--navy)}.md em{font-style:italic}.md code{background:#f1f3f5;padding:1px 6px;border-radius:4px;font-size:12px;font-family:monospace}.md .fuente{display:inline-block;background:#e3f2fd;color:var(--blue);border-radius:4px;padding:0 5px;font-size:12px;font-weight:600}@media (max-width: 768px){.sidebar{width:100%;position:fixed;z-index:100;transform:translate(-100%);transition:transform .3s}.sidebar.open{transform:translate(0)}.main-panel{margin-left:0}.message{max-width:92%}}.func-layout{display:flex;flex-direction:column;height:100vh;background:#f0f2f5}.func-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000f}.func-header-left{display:flex;align-items:center;gap:12px}.func-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px}.btn-logout{padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;cursor:pointer;font-size:13px}.btn-logout:hover{background:#fef2f2;color:#dc2626;border-color:#fca5a5}.func-body{display:flex;flex:1;overflow:hidden}.func-sidebar{width:320px;min-width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.func-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e2e8f0}.func-tabs{display:flex;flex-direction:column;gap:2px;padding:8px;border-bottom:1px solid #e2e8f0}.func-tab{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:none;border-radius:6px;cursor:pointer;font-size:13px;color:#64748b;text-align:left;position:relative}.func-tab:hover{background:#f8fafc}.func-tab.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.tab-badge{margin-left:auto;background:#dc2626;color:#fff;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700}.func-lista{flex:1;overflow-y:auto;padding:8px}.expediente-card{padding:12px 14px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:8px;cursor:pointer;transition:all .15s}.expediente-card:hover{background:#eff6ff;border-color:#bfdbfe}.expediente-card.selected{background:#eff6ff;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed826}.func-main{flex:1;overflow-y:auto;padding:24px}.func-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;gap:12px;font-size:15px}.expediente-detalle{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #0000000f;max-width:760px}.detalle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.detalle-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}.detalle-campo{background:#f8fafc;border-radius:8px;padding:10px 14px}.detalle-campo label{display:block;font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-weight:600}.detalle-campo span{font-size:13px;color:#1e293b}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:14px;padding-bottom:20px;position:relative}.timeline-item:before{content:"";position:absolute;left:16px;top:32px;bottom:0;width:2px;background:#e2e8f0}.timeline-item:last-child:before{display:none}.timeline-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;z-index:1}.timeline-content{flex:1;padding-top:4px}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.docs-panel{display:flex;flex-direction:column;gap:24px}.docs-upload-section,.docs-lista-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px}.dropzone{border:2px dashed #cbd5e1;border-radius:10px;padding:32px 20px;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:4px;background:#f8fafc}.dropzone:hover,.dropzone.dragging{border-color:#1d4ed8;background:#eff6ff}.archivo-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px}.doc-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:8px;background:#f8fafc;transition:background .15s}.doc-row:hover{background:#eff6ff}body{padding-top:env(safe-area-inset-top)}@media (max-width: 768px){.login-bg{padding:20px 16px}.login-logo{width:70vw!important;max-width:280px!important;margin-bottom:24px!important}.login-card{padding:28px 20px;border-radius:16px}.func-layout{height:100dvh}.func-header{padding:10px 16px}.func-header h2{font-size:14px!important}.func-body{flex-direction:column}.func-sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid #e2e8f0;max-height:52px;overflow:hidden;flex-shrink:0}.func-sidebar-header{display:none}.func-tabs{flex-direction:row;overflow-x:auto;padding:4px 8px;border-bottom:none;gap:0;scrollbar-width:none}.func-tabs::-webkit-scrollbar{display:none}.func-tab{flex-shrink:0;padding:8px 14px;font-size:12px;border-bottom:2px solid transparent;border-radius:0;white-space:nowrap}.func-tab.active{border-bottom-color:#1d4ed8;background:none}.func-lista{display:none}.func-main{padding:12px;overflow-y:auto}.expediente-detalle{padding:16px;border-radius:10px}.detalle-grid{grid-template-columns:1fr;gap:8px}.app-layout{flex-direction:column}.sidebar{width:100%;height:auto;max-height:50px;overflow-x:auto;flex-direction:row}.docs-panel{gap:16px}.docs-upload-section,.docs-lista-section{padding:14px}.dropzone{padding:20px 12px}.doc-row{flex-wrap:wrap;gap:8px}}@media (max-width: 480px){.func-header{padding:8px 12px}.func-avatar{width:32px;height:32px;font-size:13px}.func-main{padding:8px}.expediente-detalle{padding:12px}.timeline-dot{width:26px;height:26px;font-size:12px}}@media (display-mode: standalone){body{padding-top:max(env(safe-area-inset-top),16px)}.func-header{padding-top:max(env(safe-area-inset-top),12px)}}
