:root{--bg-dark:#050508;--bg-card:#121218d9;--text-main:#f0f0f5;--text-muted:#9a9ab0;--primary-accent:#6366f1;--danger-accent:#ef4444;--warning-accent:#f59e0b;--success-accent:#10b981;--chat-bg-white50:#ffffff80;--chat-text-dark:#0f172a}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}input,textarea,[contenteditable=true]{-webkit-user-select:text!important;user-select:text!important;-webkit-touch-callout:default!important}html,body{background-color:var(--bg-dark);height:100dvh;color:var(--text-main);background-image:radial-gradient(at 0 0,#6366f114 0,#0000 50%),radial-gradient(at 100% 100%,#ef444414 0,#0000 50%);width:100%;margin:0;padding:0;overflow:hidden}#root{flex-direction:column;height:100dvh;display:flex;overflow:hidden}input,textarea{-webkit-user-select:auto;user-select:auto;touch-action:manipulation;font-size:16px!important}button,a{touch-action:manipulation;cursor:pointer}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseRed{0%,to{box-shadow:0 0 15px #ef444466}50%{box-shadow:0 0 30px #ef4444cc}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}.shake-animation{animation:.4s ease-in-out shake}.pulse-red{animation:1.5s infinite pulseRed}.chat-bubble-white50{background:var(--chat-bg-white50);-webkit-backdrop-filter:blur(12px);color:var(--chat-text-dark);border:1px solid #fff9;font-weight:500;box-shadow:0 4px 15px #0000004d}.chat-bubble-me{border-bottom-right-radius:2px!important}.chat-bubble-other{border-bottom-left-radius:2px!important}.glass-panel{-webkit-backdrop-filter:blur(16px);background:#12121abf;border:1px solid #ffffff14}@keyframes highlightFlash{0%{background:#6366f159;border-radius:12px}to{background:0 0}}.highlight-reply{animation:1.8s ease-out highlightFlash}.pure-black-shield{z-index:99999999!important;pointer-events:all!important;background:#000!important;width:100vw!important;height:100dvh!important;position:fixed!important;inset:0!important}@media print{html,body,#root,*{color:#000!important;background:#000!important;display:none!important}}.masked-message{-webkit-filter:blur(8px);-webkit-user-select:none;user-select:none;opacity:.18;pointer-events:none;transition:filter .12s ease-out,opacity .12s ease-out}.revealed-message{-webkit-filter:blur()!important;opacity:1!important}.hold-bubble-active{border-color:#6366f1cc!important;box-shadow:0 0 20px #6366f166!important}
