:root{--bg-color:#000;--text-main:#fff;--text-muted:#a1a1aa;--primary:#3b82f6;--primary-hover:#2563eb;--glass-bg:#141414e6;--glass-border:#ffffff1a;--error:#ef4444;--accent:#10b981;--accent-hover:#059669;--card-shadow:0 8px 32px 0 #0000005e;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);background:var(--bg-color);justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.app-container{flex-direction:column;gap:2rem;width:100%;max-width:800px;margin:0 auto;display:flex}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2rem;box-shadow:0 4px 12px #00000026}.header{text-align:center;margin-bottom:1rem}.header h1{background:-webkit-linear-gradient(45deg,#60a5fa,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.header p{color:var(--text-muted)}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-group label{color:var(--text-muted);font-size:.9rem;font-weight:500}.form-control{color:#fff;background:#09090b;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-dropdown{width:100%;position:relative}.custom-dropdown-trigger{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#09090b;border:1px solid #ffffff26;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s;display:flex}.custom-dropdown-trigger:hover,.custom-dropdown-trigger.open{background:#121214;border-color:#fff6}.custom-dropdown-icon{color:#a1a1aa;transition:transform .3s}.custom-dropdown-icon.rotate{transform:rotate(180deg)}.custom-dropdown-menu{z-index:100;background:#0f0f12;border:1px solid #ffffff1a;border-radius:8px;width:100%;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 10px 25px #00000080}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-item{color:#d4d4d8;cursor:pointer;padding:.75rem 1rem;font-size:.95rem;transition:background .15s,color .15s}.custom-dropdown-item:hover{color:#fff;background:#27272a}.custom-dropdown-item.selected{color:#60a5fa;background:#3b82f626;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s;display:inline-flex}.btn:hover{background:var(--primary-hover)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-record{border:1px solid var(--glass-border);background:#ffffff1a}.btn-record:hover{background:#fff3}.btn-record.recording{color:#fca5a5;background:#ef444433;border-color:#ef4444;animation:1.5s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.audio-prompt-container{border:1px dashed var(--glass-border);background:#0003;border-radius:8px;margin-top:1rem;padding:1rem}.audio-prompt-text{color:#bae6fd;margin-top:.5rem;font-size:.9rem;font-style:italic}.summary-container{margin-top:2rem;animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.summary-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.summary-title{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.summary-content{font-size:1rem;line-height:1.6}.summary-content h1,.summary-content h2,.summary-content h3,.summary-content h4,.summary-content h5{color:#e2e8f0;margin-top:1.5rem;margin-bottom:.75rem}.summary-content p{color:#cbd5e1;margin-bottom:1rem}.summary-content ul,.summary-content ol{margin-bottom:1rem;padding-left:1.5rem}.summary-content li{color:#cbd5e1;margin-bottom:.5rem}.summary-content strong{color:#f8fafc}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=600px){.form-row{grid-template-columns:1fr}.glass-card{padding:1.5rem}}.whatsapp-badge{color:#fff;background-color:#ef4444;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:4px 10px;font-size:.85rem;font-weight:700;line-height:1.2;display:inline-flex}.custom-dropdown-search{color:#fff;background:#18181b;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:calc(100% - 1rem);margin:.5rem;padding:.5rem;font-size:.9rem}.custom-dropdown-search:focus{border-color:#3b82f6}.date-filters-container{flex-wrap:wrap;justify-content:stretch;gap:.4rem;margin-top:.5rem;display:flex}.date-filter-btn{color:#a1a1aa;text-align:center;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-grow:1;padding:.35rem .6rem;font-size:.75rem;transition:all .2s}.date-filter-btn:hover{background:#ffffff1a}.date-filter-btn.active{color:#60a5fa;background:#3b82f633;border-color:#3b82f6}.custom-date-inputs{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.custom-date-inputs input[type=date]{color:#e2e8f0;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;background:#09090b;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.custom-date-inputs input[type=date]:hover,.custom-date-inputs input[type=date]:focus{background:#121214;border-color:#3b82f6}.date-separator{color:#a1a1aa;font-size:.9rem;font-weight:500}@media (width<=600px){.custom-date-inputs{flex-direction:column;gap:.5rem;display:flex}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0003;border-radius:10px}::-webkit-scrollbar-thumb{background:#3b82f699;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}img.twemoji,img.emoji{vertical-align:-.2em!important;width:1.2em!important;height:1.2em!important;margin:0 .1em!important;display:inline-block!important}img{max-width:100%;height:auto}
