*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f5f4ef;color:#1a1a1a;min-height:100vh}a{color:inherit;text-decoration:none}.app{max-width:900px;margin:0 auto;padding:0 1rem}.nav{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;border-bottom:2px solid #d4a843;margin-bottom:2rem}.nav-title{font-size:1.4rem;font-weight:700;color:#b8360a;margin-right:auto}.nav a{font-weight:500;color:#555;padding:.3rem .6rem;border-radius:6px;transition:background .15s}.nav a:hover,.nav a.active{background:#d4a843;color:#fff}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000012;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:8px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .1s}.btn:hover{opacity:.88}.btn:active{transform:scale(.97)}.btn-primary{background:#b8360a;color:#fff}.btn-secondary{background:#d4a843;color:#fff}.btn-ghost{background:#eee;color:#333}.btn-danger{background:#dc3545;color:#fff}.btn:disabled{opacity:.4;cursor:not-allowed}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;margin-bottom:.3rem}input[type=text],input[type=date],textarea,select{width:100%;padding:.6rem .8rem;border:1.5px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:#d4a843}.chat-window{display:flex;flex-direction:column;gap:.75rem;max-height:60vh;overflow-y:auto;padding:1rem;background:#faf9f5;border-radius:8px;border:1.5px solid #eee}.message{max-width:78%;padding:.7rem 1rem;border-radius:12px;line-height:1.5;white-space:pre-wrap}.message.user{background:#b8360a;color:#fff;align-self:flex-end;border-bottom-right-radius:3px}.message.assistant{background:#fff;border:1.5px solid #e0dbd0;align-self:flex-start;border-bottom-left-radius:3px}.stress{font-style:italic;color:#888;font-size:.88em}.btn-voice{width:3rem;height:3rem;border-radius:50%;background:#d4a843;color:#fff;border:none;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s}.btn-voice.listening{background:#b8360a;animation:pulse 1s infinite}.btn-voice:hover{opacity:.85}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.tag{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.8rem;font-weight:600;background:#f0e8d0;color:#7a5c00;margin:.1rem}.dropzone{border:2.5px dashed #d4a843;border-radius:12px;padding:2.5rem;text-align:center;cursor:pointer;transition:background .15s;color:#888}.dropzone:hover,.dropzone.drag-over{background:#fdf5e0;color:#555}.dropzone input{display:none}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;color:#b8360a}.text-muted{color:#888;font-size:.9rem}.flex{display:flex}.gap-1{gap:.5rem}.gap-2{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.w-full{width:100%}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.grid-2{grid-template-columns:1fr}}
