Spaces:
Running
Running
| /* Custom Styles for SecureDataroom Pro */ | |
| @layer base { | |
| body { | |
| font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; | |
| } | |
| } | |
| /* Background Grid Pattern */ | |
| .bg-grid-primary-100\/50 { | |
| background-image: | |
| linear-gradient(to right, rgba(var(--color-primary-100), 0.5) 1px, transparent 1px), | |
| linear-gradient(to bottom, rgba(var(--color-primary-100), 0.5) 1px, transparent 1px); | |
| background-size: 40px 40px; | |
| } | |
| /* Smooth transitions for interactive elements */ | |
| .transition-all { | |
| transition-property: all; | |
| transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
| transition-duration: 150ms; | |
| } | |
| /* Custom scrollbar */ | |
| ::-webkit-scrollbar { | |
| width: 8px; | |
| height: 8px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: #f1f5f9; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: #cbd5e1; | |
| border-radius: 4px; | |
| } | |
| ::-webkit-scrollbar-thumb:hover { | |
| background: #94a3b8; | |
| } | |
| /* Focus styles for accessibility */ | |
| button:focus-visible, | |
| a:focus-visible { | |
| outline: 2px solid #8b5cf6; | |
| outline-offset: 2px; | |
| } | |
| /* Animation for feature cards */ | |
| .feature-card { | |
| animation: fadeInUp 0.6s ease-out forwards; | |
| opacity: 0; | |
| } | |
| .feature-card:nth-child(1) { animation-delay: 0.1s; } | |
| .feature-card:nth-child(2) { animation-delay: 0.2s; } | |
| .feature-card:nth-child(3) { animation-delay: 0.3s; } | |
| .feature-card:nth-child(4) { animation-delay: 0.4s; } | |
| .feature-card:nth-child(5) { animation-delay: 0.5s; } | |
| .feature-card:nth-child(6) { animation-delay: 0.6s; } | |
| @keyframes fadeInUp { | |
| from { | |
| opacity: 0; | |
| transform: translateY(20px); | |
| } | |
| to { | |
| opacity: 1; | |
| transform: translateY(0); | |
| } | |
| } | |
| /* Pricing card hover effect */ | |
| .pricing-card { | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .pricing-card::before { | |
| content: ''; | |
| position: absolute; | |
| top: {"ok":false,"message":"terminated"} |