@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{margin:0;min-height:100vh;background-color:#f8f9fa;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}.app-container{display:flex;flex-direction:column;min-height:100vh}nav{display:flex;justify-content:space-between;align-items:center;padding:10px 5%;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;height:70px}.logo-container{text-decoration:none;display:flex;align-items:center}.logo-img{height:35px;width:auto}.logo{font-weight:700;font-size:1.5rem;color:#2d3436;text-decoration:none}.social-links a{margin-left:20px;color:#2d3436;font-size:1.5rem;transition:all .3s ease;text-decoration:none;display:inline-block}.social-links a:hover{color:#00b894;transform:scale(1.1)}main{flex:1;display:flex;flex-direction:column;width:100%;padding:0}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;padding:2rem 5%}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:radial-gradient(circle at 10% 20%,rgba(108,92,231,.1) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(0,184,148,.1) 0%,transparent 20%);animation:bg-pulse 10s ease-in-out infinite alternate}@keyframes bg-pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;z-index:1}.hero-text{flex:1;padding-right:50px}.hero-text h1{font-size:3.5rem;font-weight:800;color:#2d3436;line-height:1.2;margin-bottom:2rem;background:linear-gradient(45deg,#2d3436,#636e72);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-cta-button{display:inline-block;padding:15px 40px;font-size:1.2rem;font-weight:600;color:#fff;background:linear-gradient(45deg,#0984e3,#00cec9);border-radius:50px;text-decoration:none;box-shadow:0 10px 20px #0984e34d;transition:all .3s cubic-bezier(.25,.8,.25,1);border:none;cursor:pointer}.hero-cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0984e366}.hero-images{flex:1;position:relative;height:600px;display:flex;align-items:center;justify-content:center}.phone-mockup{position:absolute;transition:transform .1s ease-out;background:transparent}.phone-bezel{position:relative;background:#000;border-radius:36px;padding:10px;box-shadow:0 20px 50px -10px #00000080,0 0 0 2px #333 inset;display:flex;overflow:hidden}.phone-screen-img{width:100%;height:100%;object-fit:cover;border-radius:28px;display:block}.iphone{z-index:2;width:260px;right:50px;top:50px;aspect-ratio:9 / 19.5}.samsung{z-index:1;width:240px;right:250px;top:120px;aspect-ratio:9 / 20}footer{padding:20px;text-align:center;background:#fff;border-top:1px solid #eee;font-size:.9rem;color:#636e72;margin-top:auto}footer a{color:#636e72;text-decoration:none;margin:0 5px;transition:color .3s}footer a:hover{color:#00b894}.policy-container{background:#fff;padding:40px;border-radius:32px;box-shadow:0 4px 20px #0000000d;max-width:800px;width:100%;text-align:left;margin:40px auto}.policy-container h1{color:#2d3436;margin-bottom:30px;font-weight:700;text-align:center}.policy-container h2{color:#00b894;margin-top:25px;margin-bottom:15px;font-size:1.2rem}.policy-container p{color:#636e72;line-height:1.8;margin-bottom:15px;font-size:1rem}@media(max-width:968px){body,html{overflow-y:auto!important;height:auto!important}.hero-section{height:auto!important;min-height:auto!important;padding-bottom:2rem;overflow:visible!important;display:block}.hero-content{display:block;height:auto;padding-top:20px;padding-bottom:20px}.hero-text{padding-right:0;margin-top:20px;margin-bottom:40px;text-align:left;padding-left:20px}.hero-text h1{font-size:2rem;margin-bottom:1.5rem}.hero-cta-button{padding:12px 30px;font-size:1rem;width:auto;max-width:none;display:inline-block}.hero-images{width:100%;height:500px;position:relative;display:block;margin-top:30px;margin-bottom:50px}.iphone{right:auto;left:50%;top:50px;width:200px;transform:translate(-15%)}.samsung{right:auto;left:50%;top:180px;width:180px;transform:translate(-85%)}}.mock-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1;display:flex;flex-direction:column;overflow:hidden}.samsung .mock-screen{padding:12px 10px;border-radius:30px}.iphone .mock-screen{padding:14px 12px;border-radius:40px}.status-bar{display:flex;justify-content:space-between;padding:10px 20px;font-size:10px;font-weight:600}.status-bar.dark{color:#333}.status-bar .status-icons{gap:5px;display:flex}.map-screen{background:#eef2f3;position:relative}.map-view{flex:1;position:relative;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBzdHJva2U9IiNkZGUiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PC9zdmc+)}.map-bubble{position:absolute;width:30px;height:30px;background:#fff;border-radius:50%;box-shadow:0 4px 10px #0000001a;display:flex;align-items:center;justify-content:center;color:#666;font-size:12px}.map-bubble.active{background:#0984e3;color:#fff;transform:scale(1.1);z-index:10}.bubble-tooltip{position:absolute;bottom:35px;background:#fff;padding:5px 10px;border-radius:8px;color:#333;font-weight:600;font-size:10px;white-space:nowrap;box-shadow:0 2px 8px #0000001a}.user-location-puck{position:absolute;top:60%;left:50%;width:16px;height:16px;background:#0984e3;border:3px solid white;border-radius:50%;box-shadow:0 2px 5px #0003}.bottom-sheet{background:#fff;border-radius:20px 20px 0 0;padding:10px 15px;box-shadow:0 -5px 20px #0000000d}.sheet-handle{width:30px;height:4px;background:#eee;border-radius:2px;margin:0 auto 10px}.search-bar{background:#f5f6fa;padding:8px 12px;border-radius:10px;display:flex;align-items:center;gap:10px;color:#a4b0be;font-size:12px;margin-bottom:10px}.quick-categories{display:flex;gap:8px;margin-bottom:15px}.category-pill{padding:4px 10px;background:#f1f2f6;border-radius:12px;font-size:10px;color:#57606f}.category-pill.active{background:#0984e3;color:#fff}.place-list{display:flex;flex-direction:column;gap:10px}.place-item{display:flex;align-items:center;gap:10px}.place-icon{width:32px;height:32px;background:#eee;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px}.place-icon.blue{background:#dff9fb;color:#0984e3}.place-icon.green{background:#badc58;color:#6ab04c}.place-info{flex:1}.place-name{font-size:12px;font-weight:600;color:#2f3542}.place-desc{font-size:10px;color:#a4b0be}.schedule-screen{background:#f8fafc}.screen-header{padding:15px}.screen-header h2{font-size:18px;margin-bottom:15px;color:#2d3436}.date-selector{display:flex;justify-content:space-between}.date-item{display:flex;flex-direction:column;align-items:center;padding:6px;border-radius:10px;color:#a4b0be;font-size:10px}.date-item.active{background:#0984e3;color:#fff;box-shadow:0 4px 10px #0984e34d}.date-item b{font-size:14px}.timeline-view{flex:1;padding:0 15px;overflow:hidden}.timeline-item{display:flex;margin-bottom:15px;gap:10px}.time-col{display:flex;flex-direction:column;justify-content:space-between;font-size:10px;color:#a4b0be;padding:5px 0}.course-card{flex:1;padding:10px;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:4px}.course-card.blue-card{background:linear-gradient(135deg,#74b9ff,#0984e3);box-shadow:0 4px 10px #0984e333}.course-card.purple-card{background:linear-gradient(135deg,#a29bfe,#6c5ce7);box-shadow:0 4px 10px #6c5ce733}.course-code{font-size:10px;opacity:.8}.course-name{font-size:12px;font-weight:600}.course-loc{font-size:10px;display:flex;align-items:center;gap:4px;opacity:.9}.bottom-nav{display:flex;justify-content:space-around;padding:10px;background:#fff;border-top:1px solid #eee}.nav-item{font-size:16px;color:#dfe6e9}.nav-item.active{color:#0984e3}.kovan-home{background:linear-gradient(180deg,#fff,#fffbf0);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}.kovan-hero{padding:80px 24px 40px;text-align:center;background:linear-gradient(135deg,#ffb800,#ff7a00);color:#fff}.kovan-hero-content{max-width:720px;margin:0 auto}.kovan-emoji{font-size:72px;display:block;margin-bottom:8px}.kovan-hero h1{font-size:64px;font-weight:900;margin:0 0 16px;letter-spacing:-1.5px}.kovan-tagline{font-size:18px;line-height:1.5;opacity:.95;margin:0 0 32px}.kovan-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.kovan-btn{display:inline-block;padding:14px 28px;border-radius:14px;font-weight:700;text-decoration:none;transition:transform .15s ease}.kovan-btn.primary{background:#fff;color:#ff7a00}.kovan-btn:hover{transform:translateY(-2px)}.kovan-features{padding:64px 24px;max-width:1080px;margin:0 auto}.kovan-features h2{font-size:32px;font-weight:800;text-align:center;margin:0 0 40px;color:#1c1c1e}.kovan-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.kovan-feature{background:#fff;padding:24px;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 16px #0000000a}.kovan-feature-emoji{font-size:36px;display:block;margin-bottom:8px}.kovan-feature h3{font-size:18px;font-weight:700;margin:0 0 8px;color:#1c1c1e}.kovan-feature p{font-size:14px;line-height:1.5;color:#6e6e73;margin:0}.kovan-footer-links{padding:40px 24px 60px;text-align:center;color:#6e6e73;font-size:14px}.kovan-footer-links a{color:#ff7a00;text-decoration:none;font-weight:600}.kovan-footer-links a:hover{text-decoration:underline}@media(max-width:600px){.kovan-hero h1{font-size:48px}.kovan-tagline{font-size:16px}}
