.hidden{display:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{min-height:100vh;margin:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#1e293b;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.nav-brand{font-size:1.5rem;font-weight:700;cursor:pointer;transition:opacity .2s}.nav-brand:hover{opacity:.8}.nav-links{display:flex;gap:.5rem}.nav-links button{background:transparent;border:none;color:#94a3b8;padding:.5rem 1rem;cursor:pointer;border-radius:6px;transition:all .2s;font-size:.95rem}.nav-links button:hover,.nav-links button.active{background:#334155;color:#fff}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.hero{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px;color:#fff;margin-bottom:2rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#1e40af;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.btn-secondary:hover{background:#fff;color:#1e40af}.quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.quick-link-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:transform .2s,box-shadow .2s}.quick-link-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.quick-link-card .icon{font-size:2.5rem;margin-bottom:1rem;display:block}.quick-link-card h3{margin-bottom:.5rem;color:#1e293b}.quick-link-card p{color:#64748b;font-size:.95rem}.knowledge h2,.complaints h2,.chat h2,.rights h2,.escalate h2{margin-bottom:1.5rem;font-size:1.8rem}.search-input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;margin-bottom:2rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#3b82f6}.articles-grid{display:grid;gap:1rem}.article-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.category-tag{display:inline-block;background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:.75rem}.article-card h3{margin-bottom:.75rem;color:#1e293b}.article-card p{color:#475569}.complaint-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.complaint-form h3{margin-bottom:1.5rem}.complaint-form input,.complaint-form select,.complaint-form textarea{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1rem;transition:border-color .2s}.complaint-form textarea{min-height:120px;resize:vertical}.complaint-form input:focus,.complaint-form select:focus,.complaint-form textarea:focus{outline:none;border-color:#3b82f6}.complaints-list h3{margin-bottom:1rem}.complaint-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1rem}.complaint-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.complaint-header h4{font-size:1.1rem}.status-badge{padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500}.complaint-meta{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.complaint-description{color:#475569}.chat-disclaimer{color:#64748b;margin-bottom:1.5rem}.chat-messages{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;margin-bottom:1rem;min-height:300px}.chat-empty{text-align:center;color:#94a3b8;padding:2rem}.chat-message{margin-bottom:1rem;padding:1rem;border-radius:8px}.chat-message.user{background:#dbeafe;margin-left:2rem}.chat-message.assistant{background:#f1f5f9;margin-right:2rem}.chat-role{font-weight:600;font-size:.85rem;color:#64748b;display:block;margin-bottom:.5rem}.chat-input-area{display:flex;gap:1rem}.chat-input-area input{flex:1;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.chat-input-area input:focus{outline:none;border-color:#3b82f6}.rights-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.rights-section h3{margin-bottom:1rem;color:#1e40af}.rights-section p{margin-bottom:.75rem;color:#475569}.rights-section ul{list-style:none;padding:0}.rights-section li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#475569}.rights-section li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.escalation-steps{display:grid;gap:1.5rem}.step{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;position:relative;padding:1.5rem 1.5rem 1.5rem 4rem}.step-number{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;background:#1e40af;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step h3{margin-bottom:.5rem;color:#1e293b}.step p{color:#475569;margin-bottom:.5rem}.step ul{list-style:none;padding:0}.step li{padding:.25rem 0;color:#475569}.step li:before{content:"•";margin-right:.5rem;color:#3b82f6}.step-time{font-size:.9rem;color:#64748b;font-style:italic}.afca-box{background:#fef3c7;border:2px solid #f59e0b;padding:1.5rem;border-radius:12px;margin-top:2rem}.afca-box h3{margin-bottom:1rem;color:#92400e}.afca-box p{color:#78350f;margin-bottom:.5rem}.footer{background:#1e293b;color:#94a3b8;text-align:center;padding:2rem;margin-top:auto}.footer p{margin-bottom:.5rem}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.hero h1{font-size:1.8rem}.main-content{padding:1rem}.chat-message.user,.chat-message.assistant{margin:0 0 1rem}}
