@tailwind base;@tailwind components;@tailwind utilities;.hero{height:100vh;flex-direction:column;overflow:hidden}.hero,.hero-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.hero-container{height:100%;flex-direction:row;z-index:2}.hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 2rem;z-index:3}.hero-background-overlay{pointer-events:none}.hero-desktop-layout{width:100%;z-index:3}.hero-mobile-layout{width:100%;position:relative;z-index:5}.hero-title{font-size:4rem;margin:0 0 0 30px;width:auto}.hero-title,.hero-title-mobile{font-weight:700;line-height:1.1;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.hero-title-mobile{font-size:2.5rem;margin:0}.hero-intro-mobile{font-size:1.5rem;color:#b7e4c7;margin-bottom:1rem;font-weight:500}.hero-shuffle-mobile{position:relative}.hero-tagline-mobile{margin-top:-5px}.hero-highlight{font-size:1.2rem;max-width:800px;display:flex;gap:1px}.hero-highlight,.hero-highlight-mobile{font-weight:400;line-height:1.5;color:hsla(0,0%,100%,.9);margin-top:1rem}.hero-highlight-mobile{font-size:1rem;max-width:100%}.hero-visual{flex:1 1;position:relative;z-index:2}.demo-layout,.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center}.demo-layout{width:100%;max-width:1200px;margin:0 auto;height:100%;gap:20px}.timeline-container{position:absolute;top:20px;left:50%;transform:translateX(-50%);z-index:20}.demo-component{flex-direction:column;max-width:800px;height:100%;position:relative}.brain-container,.demo-component{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto}.brain-container{max-width:600px;height:300px}.provider-view{width:100%;max-width:400px;display:flex;align-items:center;justify-content:center}.notification-overlay{width:100%;max-width:350px;background:#093c33;border-radius:8px;padding:16px;box-shadow:0 4px 16px rgba(0,0,0,.5);border:1px solid #333;font-size:13px;position:relative;overflow:visible}.notification-card-first-appearance{animation:slideInFromRight .5s ease-out}.notification-card-animated{animation:pulse 2s ease-in-out infinite}.notification-card-exit{animation:slideOutToLeft .5s ease-in}.iphone-mockup{position:relative;width:300px;height:600px}.iphone-frame,.iphone-screen{width:100%;height:100%}.iphone-screen{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.phone-slide-in-right{animation:slideInFromRight .8s ease-out}.notification-card{width:100%;background:#1a1a1a;border-radius:12px;padding:16px;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid #333}.card-enter{animation:fadeInUp .6s ease-out}.card-content{color:#fff}.greeting{font-size:16px;font-weight:600;margin-bottom:16px;color:#22c55e}.action-buttons{display:flex;gap:8px;margin-bottom:20px}.action-btn{background:rgba(34,197,94,.1);border:1px solid #22c55e;color:#22c55e;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.action-btn:hover{background:#22c55e;color:#fff}.dr-sanjay-card{background:#2a2a2a;border-radius:8px;padding:12px;border:1px solid #444}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.profile-section{display:flex;align-items:center;gap:8px}.profile-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden}.avatar-gradient{width:100%;height:100%;background:linear-gradient(135deg,#22c55e,#10b981)}.profile-info{display:flex;flex-direction:column}.profile-name{font-size:12px;font-weight:600;color:#fff}.profile-time{font-size:10px;color:#999}.reply-button{background:#22c55e;color:#fff;border:none;padding:4px 12px;border-radius:4px;font-size:10px;font-weight:500;cursor:pointer;transition:all .3s ease}.reply-button:hover{background:#16a34a}.notification-message{font-size:12px;color:#ccc;line-height:1.4}.notification-indicators{margin-top:8px;display:flex;gap:4px}.nav-cta{background:rgba(3,255,137,.641);background-size:150% 150%;color:#fff;border:2px solid hsla(0,0%,100%,.2);padding:12px 24px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 40px rgba(9,60,50,.2),0 0 0 0 rgba(9,60,50,.15);position:relative;overflow:hidden;letter-spacing:1px;animation:pulse-glow 2s ease-in-out infinite alternate}.nav-cta:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 20px 60px rgba(9,60,50,.3),0 0 0 4px hsla(0,0%,100%,.1);background-position:100% 0}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes pulse-glow{0%{box-shadow:0 12px 40px rgba(9,60,50,.2),0 0 0 0 rgba(9,60,50,.15)}to{box-shadow:0 12px 40px rgba(9,60,50,.3),0 0 0 4px rgba(9,60,50,.1)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes particle-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(180deg)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes border-rotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.hero{padding:2rem 0}.hero,.hero-container{height:auto;min-height:100vh}.hero-container{flex-direction:column;padding:1rem}.hero-content{max-width:100%;padding:1.5rem;width:100%}.hero-title{font-size:2.5rem}.hero-title-mobile{font-size:2rem;line-height:1.2}.hero-intro-mobile{font-size:1.2rem;margin-bottom:.5rem}.hero-shuffle-mobile{width:100%;overflow:visible}.hero-tagline-mobile{width:100%;word-wrap:break-word}.hero-highlight-mobile{font-size:.9rem;line-height:1.4;margin-top:.75rem}.hero-visual{margin-top:2rem;width:100%}.iphone-mockup{width:250px;height:500px}.demo-layout{padding:1rem}.timeline-container{position:relative;top:0;left:0;transform:none;margin-bottom:1rem;width:100%;display:flex;justify-content:center}}@media (max-width:480px){.hero-title-mobile{font-size:1.75rem;line-height:1.2}.hero-intro-mobile{font-size:1rem;margin-bottom:.5rem}.hero-shuffle-mobile{font-size:1.8rem!important}.hero-tagline-mobile span{font-size:1.4rem!important}.hero-highlight-mobile{font-size:.85rem;line-height:1.3}.hero-content{padding:1rem}.iphone-mockup{width:220px;height:440px}}.hero-content-hidden-mobile{display:none}@media (min-width:769px){.hero-content-hidden-mobile{display:flex}}.hide-on-mobile{display:none}@media (min-width:769px){.hide-on-mobile{display:flex}}.hero-content-dimmed{opacity:.3;transition:opacity .5s ease}.hero-text-fade-out{opacity:0;transition:opacity .5s ease}.typewriter-fade-out{opacity:0;transform:translateX(-20px);transition:all .5s ease}