#oraculo-root{--bg-primary: #0a0a0a;--text-primary: #ffffff;--text-secondary: #b8b8b8;--accent-glow: rgba(255, 255, 255, .1);--glass-bg: rgba(20, 20, 20, .7);--glass-border: rgba(255, 255, 255, .1);--input-bg: rgba(30, 30, 30, .8);--button-primary: rgba(255, 255, 255, .9);--button-hover: rgba(255, 255, 255, 1);--modal-bg: rgba(15, 15, 15, .95);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .6s cubic-bezier(.4, 0, .2, 1)}#oraculo-root *{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden}body{height:100%;margin:0;overflow-x:hidden;overflow-y:auto}#oraculo-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;position:relative;line-height:1.5}#oraculo-root .background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}#oraculo-root .background-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.7)}#oraculo-root .background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080,#000c)}#oraculo-root .main-container{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 2rem 4rem;gap:2rem}#oraculo-root .logo-container{text-align:center;animation:fadeInDown 1s ease-out;margin-top:6rem}#oraculo-root .logo-image{max-width:280px!important;width:100%;height:auto;filter:drop-shadow(0 0 20px rgba(255,255,255,.3));transition:var(--transition-smooth)}#oraculo-root .logo-image:hover{filter:drop-shadow(0 0 30px rgba(255,255,255,.5));transform:scale(1.02)}#oraculo-root .interaction-container{width:100%;max-width:600px;animation:fadeInUp 1s ease-out .3s backwards}#oraculo-root .input-wrapper{position:relative;margin-bottom:2rem}#oraculo-root .input-glass{background:#0f0f14bf;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:1.25rem 5.5rem 1.25rem 1.5rem;box-shadow:0 4px 24px #0006;transition:var(--transition-smooth);position:relative;overflow:visible}#oraculo-root .input-glass:focus-within{border-color:#fff3;box-shadow:0 6px 32px #00000080}#oraculo-root .question-input{width:100%;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:.9375rem;font-weight:400;resize:none;min-height:22px;max-height:66px;line-height:1.4;overflow-y:auto}#oraculo-root .question-input::-webkit-scrollbar{width:6px}#oraculo-root .question-input::-webkit-scrollbar-track{background:transparent}#oraculo-root .question-input::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}#oraculo-root .question-input::-webkit-scrollbar-thumb:hover{background:#ffffff4d}#oraculo-root .question-input::placeholder{color:#ffffff80;font-style:italic}#oraculo-root .input-actions{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}#oraculo-root .send-button{background:#fffffff2;color:var(--bg-primary);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth);font-size:1.125rem;box-shadow:0 2px 8px #0000004d}#oraculo-root .send-button:hover:not(:disabled){background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #ffffff4d}#oraculo-root .send-button:disabled{opacity:.4;cursor:not-allowed}#oraculo-root .send-button:active:not(:disabled){transform:scale(.95)}#oraculo-root .user-question-container{background:#14141480;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1rem 1.5rem;margin-bottom:1rem;box-shadow:0 4px 20px #0000004d}#oraculo-root .user-question-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#b4b4becc;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}#oraculo-root .user-question-label i{font-size:.75rem;opacity:.7}#oraculo-root .user-question-text{color:#ffffffe6;font-size:.9375rem;line-height:1.6;font-style:italic;font-weight:300}#oraculo-root .user-question-text{color:#ffffffd9;font-size:.9375rem;line-height:1.6;font-style:italic;font-weight:300;text-shadow:0 1px 2px rgba(0,0,0,.3)}#oraculo-root .response-container{display:none;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px #0006;animation:fadeInUp .5s ease-out}#oraculo-root .response-container.visible{display:block}#oraculo-root .response-container::-webkit-scrollbar,#oraculo-root .help-modal-content::-webkit-scrollbar{width:2px!important}#oraculo-root .response-container::-webkit-scrollbar-track,#oraculo-root .help-modal-content::-webkit-scrollbar-track{background:transparent;border-radius:2px;margin:20px 0}#oraculo-root .response-container::-webkit-scrollbar-thumb,#oraculo-root .help-modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}#oraculo-root .response-container::-webkit-scrollbar-thumb:hover,#oraculo-root .help-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff59}#oraculo-root .response-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}#oraculo-root .response-text{color:var(--text-primary);font-size:1.0625rem;line-height:1.8;font-weight:300;word-wrap:break-word;overflow-wrap:anywhere}#oraculo-root .response-text h1,#oraculo-root .response-text h2,#oraculo-root .response-text h3,#oraculo-root .response-text h4{color:#fff;font-weight:600;margin:1.5rem 0 1rem;line-height:1.3}#oraculo-root .response-text h1{font-size:1.75rem}#oraculo-root .response-text h2{font-size:1.5rem}#oraculo-root .response-text h3{font-size:1.25rem}#oraculo-root .response-text h4{font-size:1.125rem}#oraculo-root .response-text p{margin-bottom:1rem}#oraculo-root .response-text strong{font-weight:600;color:#fff}#oraculo-root .response-text em{font-style:italic;color:var(--text-secondary)}#oraculo-root .response-text ul,#oraculo-root .response-text ol{margin:1rem 0;padding-left:1.5rem}#oraculo-root .response-text li{margin-bottom:.5rem;line-height:1.6}#oraculo-root .response-text blockquote{border-left:3px solid rgba(255,255,255,.3);margin:1rem 0;padding:.75rem 1.25rem;background:#0003;border-radius:0 8px 8px 0;font-style:italic;color:var(--text-secondary)}#oraculo-root .response-text code{background:#0006;color:#fff;padding:2px 6px;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:.9em}#oraculo-root .response-text pre{background:#00000080;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;overflow-x:auto;margin:1rem 0}#oraculo-root .response-text pre code{background:none;padding:0}#oraculo-root .response-text a{color:#8ab4f8;text-decoration:none;border-bottom:1px solid rgba(138,180,248,.3);transition:var(--transition-smooth)}#oraculo-root .response-text a:hover{color:#adc9ff;border-bottom-color:#adc9ff}#oraculo-root .response-text hr{border:none;border-top:1px solid rgba(255,255,255,.15);margin:1.5rem 0}#oraculo-root .loading-indicator{display:none;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:var(--text-secondary)}#oraculo-root .loading-indicator.visible{display:flex}#oraculo-root .loading-dot{width:8px;height:8px;border-radius:50%;background:var(--text-primary);animation:loadingPulse 1.4s ease-in-out infinite}#oraculo-root .loading-dot:nth-child(2){animation-delay:.2s}#oraculo-root .loading-dot:nth-child(3){animation-delay:.4s}@keyframes loadingPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}#oraculo-root .support-tab{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:99999!important;display:flex;flex-direction:column;align-items:center;transition:var(--transition-smooth)}#oraculo-root .support-trigger{background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:1rem 2.5rem;cursor:pointer;box-shadow:0 0 20px #ffffff1a;transition:var(--transition-smooth);display:flex;align-items:center;gap:1rem;color:var(--text-primary);font-size:1.1rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;animation:buttonPulse 3s infinite}@keyframes buttonPulse{0%{box-shadow:0 0 #fff3}70%{box-shadow:0 0 0 15px #fff0}to{box-shadow:0 0 #fff0}}#oraculo-root .support-trigger-icon{width:24px;height:24px;flex-shrink:0}#oraculo-root .support-trigger-icon img{width:100%;height:100%;object-fit:contain}#oraculo-root .support-trigger:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 30px #00000080}#oraculo-root .support-panel{position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%) translateY(10px);background:var(--modal-bg);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid var(--glass-border);border-radius:12px;padding:1.5rem;min-width:280px;box-shadow:-8px 8px 32px #0009;opacity:0;visibility:hidden;transition:var(--transition-smooth);pointer-events:none}#oraculo-root .support-tab.active .support-panel{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:all}#oraculo-root .support-panel-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}#oraculo-root .support-option{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:10px;margin-bottom:.75rem;cursor:pointer;transition:var(--transition-smooth);text-decoration:none;color:var(--text-primary)}#oraculo-root .support-option:hover{background:#00000080;border-color:#ffffff40;transform:translate(-4px)}#oraculo-root .support-option-icon{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}#oraculo-root .support-option-icon img{width:100%;height:100%;object-fit:cover}#oraculo-root .support-option-content{flex:1}#oraculo-root .support-option-label{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}#oraculo-root .support-option-desc{font-size:.75rem;color:var(--text-secondary);line-height:1.4}#oraculo-root .help-button{position:fixed;bottom:2rem;right:2rem;z-index:99999!important;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 4px 16px #0006;color:var(--text-primary);font-size:1.5rem;padding:0;overflow:hidden}#oraculo-root .help-button img{width:100%;height:100%;object-fit:cover}#oraculo-root .help-button:hover{background:#1e1e1ee6;border-color:#ffffff4d;transform:scale(1.1);box-shadow:0 6px 24px #0009}#oraculo-root .help-button:active{transform:scale(.95)}#oraculo-root .help-tooltip{position:fixed;bottom:5rem;right:2rem;background:var(--modal-bg);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid var(--glass-border);border-radius:12px;padding:1rem 1.5rem;max-width:300px;box-shadow:0 8px 32px #0009;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition-smooth);pointer-events:none;z-index:99999!important}#oraculo-root .help-button:hover+.help-tooltip{opacity:1;visibility:visible;transform:translateY(0)}#oraculo-root .help-tooltip-text{color:var(--text-primary);font-size:.875rem;line-height:1.5}#oraculo-root .help-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:999999!important;display:none;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-out}#oraculo-root .help-modal.visible{display:flex}#oraculo-root .help-modal-content{background:var(--modal-bg);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid var(--glass-border);border-radius:16px;padding:2.5rem;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #000c;position:relative;animation:scaleIn .4s cubic-bezier(.4,0,.2,1)}#oraculo-root .help-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition-smooth)}#oraculo-root .help-modal-close:hover{background:#ffffff1a;transform:rotate(90deg)}#oraculo-root .help-modal-title{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}#oraculo-root .help-modal-section{margin-bottom:2rem}#oraculo-root .help-modal-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}#oraculo-root .help-modal-text{color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}#oraculo-root .help-examples{background:#0000004d;border-radius:8px;padding:1rem;margin-top:.5rem}#oraculo-root .help-example-item{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}#oraculo-root .help-example-item:last-child{border-bottom:none}#oraculo-root .help-example-item:before{content:"•";margin-right:.5rem;color:#ffffff80}#oraculo-root .response-container::-webkit-scrollbar,#oraculo-root .help-modal-content::-webkit-scrollbar{width:8px}#oraculo-root .response-container::-webkit-scrollbar-track,#oraculo-root .help-modal-content::-webkit-scrollbar-track{background:transparent}#oraculo-root .response-container::-webkit-scrollbar-thumb,#oraculo-root .help-modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}#oraculo-root .response-container::-webkit-scrollbar-thumb:hover,#oraculo-root .help-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){#oraculo-root .main-container{padding:1.5rem;gap:2rem}#oraculo-root .logo-image{max-width:300px!important}#oraculo-root .background-image{transform:scale(1.6);transform-origin:center}#oraculo-root .question-input{font-size:1rem;min-height:50px}#oraculo-root .response-text{font-size:1rem}#oraculo-root .help-button{width:34px;height:34px;font-size:1.25rem;bottom:1.5rem;right:1.5rem}#oraculo-root .help-button:hover{transform:scale(1.05)}#oraculo-root .help-tooltip{bottom:3.5rem;right:1.5rem;max-width:250px}#oraculo-root .question-input{font-size:.875rem}#oraculo-root .help-modal-content{padding:2rem}#oraculo-root .help-modal-title{font-size:1.5rem}#oraculo-root .support-panel{min-width:260px}#oraculo-root .support-trigger{font-size:.8125rem}#oraculo-root .support-tab{top:1.5rem;width:100%;padding:0 1rem}#oraculo-root .support-trigger{padding:.8rem 1.5rem;font-size:.9rem;width:auto}#oraculo-root .support-panel{width:90vw;max-width:320px}}@media (max-width: 480px){#oraculo-root .main-container{padding:1rem;gap:1.5rem}#oraculo-root .logo-image{max-width:260px!important}#oraculo-root .response-container{padding:1.25rem}#oraculo-root .input-glass{padding:1.25rem 5rem 1.25rem 1.25rem!important}#oraculo-root .question-input{font-size:.9375rem}#oraculo-root .send-button{width:44px;height:44px;font-size:1.125rem}#oraculo-root .help-modal-content{padding:1.5rem;max-height:85vh}#oraculo-root .help-modal-title{font-size:1.25rem}#oraculo-root .help-modal-subtitle{font-size:1rem}#oraculo-root .support-panel{min-width:240px;padding:1.25rem}}
