@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bolt-dark: #0f1419;--bolt-panel: #1a1f2e;--bolt-border: #2d3748;--bolt-accent: #6ee7b7;--bolt-text: #e2e8f0}:root:not(.dark){--bolt-dark: #0f1419;--bolt-panel: #1a1f2e;--bolt-border: #2d3748;--bolt-accent: #6ee7b7;--bolt-text: #e2e8f0}:root.dark{--bolt-dark: #0f1419;--bolt-panel: #1a1f2e;--bolt-border: #2d3748;--bolt-accent: #6ee7b7;--bolt-text: #e2e8f0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f1419;color:#e2e8f0;line-height:1.6;transition:background-color .3s ease,color .3s ease}body:not(.dark){background-color:#0f1419;color:#e2e8f0}body.dark{background-color:#0f1419;color:#e2e8f0}.arabic-text{font-family:Cairo,Segoe UI,sans-serif;direction:rtl;text-align:right}[lang=ar]{font-family:Cairo,Segoe UI,sans-serif}code,pre,.code-scroll-container,.code-content-wrapper,.nova-editor-textarea,.nova-editor-pre{direction:ltr!important;text-align:left!important}.code-content-wrapper{overflow:auto;height:100%}.code-editor-row{display:flex;align-items:stretch;min-height:100%}.code-gutter{position:sticky;left:0;z-index:2;flex-shrink:0;align-self:stretch;width:3.2em;padding:24px 12px 24px 0;text-align:right;background:#1a1f2e;border-right:1px solid #2d3748;font-family:Fira Code,monospace;font-size:13px;line-height:1.55;color:#5a6370;user-select:none;direction:ltr!important}.code-gutter-line{min-height:1.55em}.nova-editor-textarea,.nova-editor-pre{white-space:pre!important;overflow-wrap:normal!important;word-break:normal!important}h1,h2,h3,h4,h5,h6{overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:break-word}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bolt-dark)}::-webkit-scrollbar-thumb{background:var(--bolt-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bolt-accent)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounce-in{0%{transform:scale(.8) translate(-50%);opacity:0}50%{transform:scale(1.05) translate(-50%)}to{transform:scale(1) translate(-50%);opacity:1}}@keyframes glow{0%,to{box-shadow:0 0 20px #06b6d480}50%{box-shadow:0 0 40px #06b6d4cc}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-fadeIn{animation:fadeIn .3s ease-in-out}.animate-slideUp{animation:slideUp .3s ease-in-out}.animate-bounce-in{animation:bounce-in .5s ease-in-out}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.bg-bolt-dark{background-color:var(--bolt-dark)}.bg-bolt-panel{background-color:var(--bolt-panel)}.border-bolt-border{border-color:var(--bolt-border)}.text-bolt-accent{color:var(--bolt-accent)}.text-bolt-text{color:var(--bolt-text)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .5s ease-out}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.animate-pulse{animation:blink 1s infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient-shift 3s ease infinite}@keyframes text-shimmer{0%{opacity:.7;transform:translateY(2px)}50%{opacity:1;transform:translateY(0)}to{opacity:.7;transform:translateY(2px)}}.animate-shimmer{animation:text-shimmer 2s ease-in-out infinite}textarea::placeholder{transition:opacity .3s ease}textarea:focus::placeholder{opacity:.5}@keyframes logo-hue-cycle{0%{filter:hue-rotate(0deg) saturate(1.05) brightness(1.04) drop-shadow(0 0 5px rgba(34,211,238,.22))}33%{filter:hue-rotate(60deg) saturate(1.1) brightness(1.06) drop-shadow(0 0 8px rgba(96,165,250,.28))}66%{filter:hue-rotate(-70deg) saturate(1.1) brightness(1.06) drop-shadow(0 0 8px rgba(45,212,191,.28))}to{filter:hue-rotate(0deg) saturate(1.05) brightness(1.04) drop-shadow(0 0 5px rgba(34,211,238,.22))}}.logo-hue-cycle{animation:logo-hue-cycle 8s linear infinite;will-change:filter}@keyframes logo-glow-spin{to{transform:rotate(360deg)}}.logo-glow-ring{background:conic-gradient(from 0deg,#67e8f9,#60a5fa,#a78bfa,#5eead4,#67e8f9);animation:logo-glow-spin 7s linear infinite;opacity:.35}@media(prefers-reduced-motion:reduce){.logo-hue-cycle,.logo-glow-ring{animation:none}}
