@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:#fff;flex:1;display:flex;align-items:center;justify-content:center;padding-bottom:15vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;overflow:hidden}.kovan-hero{padding:40px 24px;text-align:center}.kovan-hero-content{max-width:480px;margin:0 auto}.kovan-logo{width:460px;max-width:90vw;height:auto;margin-bottom:16px}.kovan-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;align-items:center}.kovan-badge{display:inline-block;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.kovan-badge:hover{transform:translateY(-2px);opacity:.9}.kovan-badge svg{display:block}@media(max-width:600px){.kovan-logo{width:260px}}.articles-page{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;padding:40px 24px;background:#f8f9fa}.articles-card{display:flex;max-width:960px;width:100%;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #0000000f;overflow:hidden;min-height:500px}.articles-card-nav{width:220px;min-width:220px;padding:24px 0;background:#fafafa;border-right:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column}.articles-nav-item{display:block;padding:10px 20px;color:#636e72;text-decoration:none;font-size:13px;font-weight:500;border-left:3px solid transparent;transition:all .15s ease}.articles-nav-item:hover{background:#f0f0f0;color:#2d3436}.articles-nav-item.active{color:#1c1c1e;background:#eee;border-left-color:#1c1c1e;font-weight:600}.articles-lang-switch{margin-top:auto;padding:16px 20px 8px;display:flex;gap:6px}.articles-lang-switch button{flex:1;padding:6px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-weight:600;font-size:12px;color:#636e72;transition:all .15s ease;font-family:Montserrat,sans-serif}.articles-lang-switch button.active{background:#1c1c1e;color:#fff;border-color:#1c1c1e}.articles-lang-switch button:hover:not(.active){border-color:#1c1c1e;color:#1c1c1e}.articles-lang-divider{border:none;border-top:1px solid #e0e0e0;margin:40px 0 32px}.articles-card-content{flex:1;padding:36px 48px;overflow-y:auto;max-height:70vh}.articles-article h1{font-size:28px;font-weight:800;color:#2d3436;margin:0 0 24px;line-height:1.3}.articles-body h2{font-size:18px;font-weight:700;color:#1c1c1e;margin:24px 0 10px}.articles-body p{color:#4a4a4a;line-height:1.8;margin-bottom:14px;font-size:14px}.articles-body ul{padding-left:20px;margin-bottom:14px}.articles-body li{color:#4a4a4a;line-height:1.8;font-size:14px;margin-bottom:3px}.articles-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.articles-spinner{width:28px;height:28px;border:3px solid #eee;border-top-color:#1c1c1e;border-radius:50%;animation:articles-spin .6s linear infinite}@keyframes articles-spin{to{transform:rotate(360deg)}}.articles-empty{color:#999;font-style:italic}.articles-empty-state{text-align:center;padding:60px 0;color:#999}.articles-empty-state a{color:#1c1c1e;text-decoration:none;font-weight:600}@media(max-width:768px){.articles-page{padding:20px 12px}.articles-card{flex-direction:column;min-height:auto}.articles-card-nav{width:100%;min-width:100%;flex-direction:row;flex-wrap:wrap;padding:12px;gap:4px;border-right:none;border-bottom:1px solid rgba(0,0,0,.06)}.articles-nav-item{padding:6px 12px;border-left:none;border-radius:8px;font-size:12px}.articles-nav-item.active{background:#1c1c1e;color:#fff;border-left-color:transparent}.articles-lang-switch{margin-top:0;padding:4px 0}.articles-card-content{padding:24px 20px;max-height:none}.articles-article h1{font-size:22px}.articles-body h2{font-size:16px}}
