*,*:before,*:after{box-sizing:border-box}:root{--bg: #070721;--ink: #eff2ff;--muted: rgba(223, 229, 255, .8);--card: rgba(12, 16, 56, .84);--line: rgba(184, 200, 255, .18);--primary: #5cd5c1;--secondary: #5f30ff;--shadow: 0 18px 40px rgba(0, 0, 0, .35)}body{margin:0;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#4c19f7,#2e2f7d 42%,#070721);color:var(--ink);line-height:1.5}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1100px,100% - 2.5rem);margin-inline:auto}.top-nav{position:sticky;top:0;z-index:50;background:#06081cc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.flex-nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:64px}.brand{display:flex;align-items:center;gap:8px}.brand-logo{height:38px}.brand-name{height:26px}.top-actions{display:flex;align-items:center;gap:1rem}.nav-links{display:flex;gap:.85rem;align-items:center}.nav-link,.link-button{background:none;border:none;color:#eff2ffe6;text-decoration:none;cursor:pointer;font-weight:500}.download-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;border:1px solid rgba(92,213,193,.45);background:#5cd5c133;color:#d8fffb;text-decoration:none;font-weight:700;padding:.55rem 1rem;transition:transform .2s ease,background .2s ease}.download-icon{width:16px;height:16px;flex:0 0 16px;filter:brightness(0) invert(1)}.download-btn:hover{transform:translateY(-1px);background:#5cd5c147}.download-btn.secondary{background:#6247ff33;border-color:#7c68ff73;color:#ece8ff}.top-downloads{display:flex;gap:.55rem}.hero{padding:4rem 0 5rem}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero-brand{margin-bottom:1.2rem}.hero-brand-row{display:inline-flex;align-items:center;gap:.85rem}.hero-copy h1{font-size:clamp(2.1rem,3vw,2.8rem);margin:.7rem 0 0;text-shadow:0 2px 12px rgba(0,0,0,.22)}.hero-icon{width:120px}.hero-name{height:86px}.hero-downloads{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero-downloads .download-btn{min-height:46px;padding:.62rem 1.15rem;font-size:1.02rem;border-color:#82f1e0bf;border-width:1.5px;background:linear-gradient(180deg,#5cd5c157,#5cd5c138);box-shadow:0 8px 20px #0810364d}.hero-downloads .download-btn.secondary{border-color:#aa9cffdb;border-width:1.5px;background:linear-gradient(180deg,#6e56ff70,#5d3ef547);color:#f4f1ff;box-shadow:0 8px 20px #120c3a57}.hero-downloads .download-btn:hover{background:linear-gradient(180deg,#5cd5c16b,#5cd5c147)}.hero-downloads .download-btn.secondary:hover{background:linear-gradient(180deg,#6247ff61,#6247ff42)}.primary-btn{background:var(--secondary);color:#f8f7ff;border:1px solid rgba(175,161,255,.4);border-radius:999px;padding:.65rem 1.35rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none}.hero-cta{background:transparent;border-color:#bcb0ff9e;color:#ece8ff;box-shadow:none;padding:.52rem 1.05rem;min-height:40px;font-size:.95rem;font-weight:600}.hero-cta:hover{background:#5f30ff29}.hero-visual .device-frame{background:var(--card);border:1px solid var(--line);border-radius:34px;padding:.8rem;box-shadow:var(--shadow)}.hero-frame{max-width:360px;margin-inline:auto}.hero-shot-img{border-radius:24px}.section{padding:4.25rem 0}.section.alt{background:#00021873;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-title{font-size:2rem;margin-bottom:.6rem;text-align:center}.section-subtitle{text-align:center;margin-bottom:2.5rem;color:var(--muted)}.screenshot-carousel{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:1.8rem}.carousel-nav{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:#ffffff14;color:#f3f6ff;font-size:1.7rem;line-height:1;cursor:pointer}.carousel-stage{display:flex;gap:1.2rem;align-items:center;justify-content:center;max-width:900px;width:100%}.screenshot-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:.6rem;box-shadow:var(--shadow);flex:0 1 260px;min-width:0;transition:transform .3s ease,opacity .3s ease}.screenshot-card.is-active{transform:scale(1.05);border-color:var(--primary)}.screenshot-card.is-side{opacity:.55;cursor:pointer}.screenshot-card.is-side:hover{opacity:.8}.screenshot-image{width:100%;border-radius:16px}.screenshot-caption{text-align:center;padding:.6rem .5rem .15rem;font-size:.95rem;font-weight:600;color:var(--ink);margin:0}.carousel-dots{display:flex;justify-content:center;gap:.45rem;margin-top:1.8rem}.carousel-dot{width:8px;height:8px;border-radius:999px;border:1px solid rgba(214,224,255,.5);background:transparent;cursor:pointer}.carousel-dot.is-active{background:var(--primary);border-color:var(--primary)}.feature-icon-wrap{margin-bottom:.75rem}.feature-icon{width:32px;height:32px;color:var(--primary)}.feature-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.feature-grid .feature-card{flex:0 1 calc(33.333% - 1.5rem);min-width:180px}.feature-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.25rem 1.1rem 1.35rem;box-shadow:var(--shadow)}.feature-card p{color:var(--muted)}.download-row{margin-top:1.6rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.secondary-btn{background:transparent;color:#e6f8ff;border:1px solid rgba(147,178,255,.38)}.faq-list{display:grid;gap:.65rem;max-width:680px;margin-inline:auto}.faq-item{background:var(--card);border-radius:14px;border:1px solid var(--line);overflow:hidden}.faq-item.is-open{background:#0e123eeb;border-color:#5cd5c16b}.faq-question{width:100%;justify-content:space-between;display:flex;align-items:center;gap:1.25rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-weight:600;color:var(--ink);text-align:left;font-size:1.05rem;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.faq-icon{font-size:2rem;line-height:1;color:var(--primary)}.faq-answer{padding:0 1rem .85rem;color:var(--muted);font-size:1.05rem}.hero-free-badge{font-size:.9rem;color:var(--muted);margin-bottom:1rem;margin-top:0;font-weight:500}.social-proof{text-align:center}.social-proof-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.proof-badge{display:flex;align-items:center;gap:.6rem}.proof-stars{color:#ffb800;font-size:1.3rem;letter-spacing:.05em}.proof-rating{font-weight:600;font-size:1.05rem}.proof-tagline{color:var(--muted);font-size:1.1rem;margin:0}.proof-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.footer{padding:2.5rem 0 2.7rem;background:#050718d1;border-top:1px solid var(--line)}.footer-flex{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-links{display:flex;align-items:center;gap:.9rem}.footer-links .link-button{display:inline-flex;align-items:center;gap:.35rem}.privacy-choices-inline-icon{height:1em;width:auto;flex:0 0 auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid;place-items:center;z-index:999}.modal{background:#11163f;color:#f6f8ff;max-width:640px;width:min(90vw,640px);border-radius:20px;border:1px solid var(--line);padding:28px 28px 32px;position:relative}.modal-close{position:absolute;top:14px;right:14px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.poll-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1rem 1rem .75rem;box-shadow:var(--shadow);max-width:400px;margin-inline:auto}.poll-user-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.poll-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Quicksand,system-ui,sans-serif;font-weight:700;font-size:.95rem;color:#fff;flex-shrink:0}.poll-user-info{display:flex;flex-direction:column;line-height:1.25}.poll-display-name{font-weight:600;font-size:.95rem;color:var(--ink)}.poll-username{font-size:.8rem;font-weight:500;color:var(--primary)}.poll-question{font-size:1rem;font-weight:600;margin:0 0 .65rem;color:var(--ink);line-height:1.35}.poll-options-list{display:flex;flex-direction:column;gap:.55rem}.poll-pill{position:relative;border:1.25px solid var(--line);border-radius:28px;overflow:hidden;background:#ffffff08;cursor:pointer;padding:0;font-family:Quicksand,system-ui,sans-serif;text-align:left;color:var(--ink);transition:border-color .2s,transform .1s}.poll-pill:hover:not(:disabled){border-color:#b8c8ff66}.poll-pill:active:not(:disabled){transform:scale(.99)}.poll-pill:disabled{cursor:default}.poll-pill.is-voted{border-color:var(--secondary)}.poll-pill.is-voting{opacity:.7}.poll-pill-fill{position:absolute;top:0;left:0;bottom:0;border-radius:28px 0 0 28px;background:#ffffff0d;transition:width .7s ease-out;pointer-events:none}.poll-pill-fill.is-voted-fill{background:#5f30ff40}.poll-pill-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:.7rem .9rem .7rem 1.1rem}.poll-pill-left{display:flex;align-items:center;gap:.45rem;min-width:0}.poll-check{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;background:#ffffff14;border:1.2px solid var(--secondary);color:var(--ink);flex-shrink:0}.poll-pill-label{font-size:.95rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-pill-pct{font-size:.78rem;font-weight:500;color:var(--muted);margin-left:.5rem;min-width:2.6rem;text-align:right;flex-shrink:0}.poll-pill-spinner{position:absolute;top:50%;right:.9rem;transform:translateY(-50%);width:14px;height:14px;border:2px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:poll-spin .6s linear infinite}@keyframes poll-spin{to{transform:rotate(360deg)}}.poll-card-divider{height:1px;background:var(--line);opacity:.4;margin:.55rem 0 .45rem}.poll-card-footer{display:flex;align-items:center;justify-content:space-between}.poll-footer-left{display:flex;align-items:center;gap:.3rem}.poll-vote-icon{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;border:1.2px solid gray;color:gray}.poll-vote-count{font-size:.85rem;font-weight:500;color:var(--ink)}.poll-cooldown{font-size:.75rem;color:#5cd5c1b3}.poll-error{color:#ff6b6b;text-align:center;font-size:.82rem;margin:.4rem 0 0}.college-poll-visual{display:flex;align-items:center;justify-content:center}.college-hero .hero-downloads .download-btn{border-color:var(--campus-secondary, rgba(130, 241, 224, .75));background:linear-gradient(180deg,#ffffff2e,#ffffff14)}.college-hero .hero-downloads .download-btn.secondary{border-color:var(--campus-primary, rgba(170, 156, 255, .86));background:linear-gradient(180deg,#ffffff1a,#ffffff0a)}.college-hero .hero-downloads .download-btn:hover{background:linear-gradient(180deg,#ffffff3d,#ffffff1f)}.college-hero .hero-downloads .download-btn.secondary:hover{background:linear-gradient(180deg,#ffffff29,#ffffff14)}.college-hero .poll-pill.is-voted{border-color:var(--campus-secondary, var(--secondary))}.college-hero .poll-pill-fill.is-voted-fill{background:color-mix(in srgb,var(--campus-primary, #5f30ff) 30%,transparent)}.college-hero .poll-check{border-color:var(--campus-secondary, var(--secondary))}@media (max-width: 920px){.flex-nav{align-items:flex-start;flex-direction:column;padding-top:.7rem;padding-bottom:.7rem;gap:.7rem}.top-actions{width:100%;flex-direction:column;align-items:flex-start}.top-downloads{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.download-btn{text-align:center;font-size:.9rem}.hero-grid{grid-template-columns:1fr}.screenshot-carousel{gap:.55rem}.carousel-nav{width:36px;height:36px;font-size:1.4rem}.hero-brand-row{gap:.6rem}.hero-icon{width:94px}.hero-name{height:64px}.hero-copy h1{font-size:clamp(1.9rem,7vw,2.3rem)}.nav-links{gap:.5rem;flex-wrap:wrap;justify-content:flex-start}.footer-flex{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}}@media (max-width: 640px){.container{width:min(100%,calc(100% - 1.5rem))}.top-nav{background:#06081ceb}.flex-nav{min-height:unset;gap:.4rem;padding-top:.4rem;padding-bottom:.45rem;align-items:center}.brand{gap:.4rem;width:100%;justify-content:center}.brand-logo{height:24px}.brand-name{height:17px}.top-actions,.top-downloads{width:100%}.top-actions{align-items:center}.top-downloads{grid-template-columns:1fr 1fr;gap:.45rem}.download-btn{min-height:36px;padding:.35rem .65rem;font-size:.88rem;line-height:1}.download-icon{width:15px;height:15px;flex-basis:15px}.hero{padding:2.1rem 0 3.1rem}.hero-copy{text-align:center}.hero-brand-row{gap:.45rem;justify-content:center}.hero-icon{width:72px}.hero-name{height:40px}.hero-copy h1{font-size:clamp(1.05rem,5.4vw,1.55rem);white-space:nowrap;line-height:1.2;margin-top:.45rem}.hero-downloads{display:grid;grid-template-columns:1fr;gap:.65rem;width:100%;margin-bottom:1.15rem}.hero-downloads .download-btn{width:100%;justify-content:center;padding-left:.75rem;padding-right:.75rem}.hero-cta{width:auto;justify-content:center;min-height:40px;margin-inline:auto}.hero-frame{max-width:100%}.section{padding:3rem 0}.section-title{font-size:1.7rem;margin-bottom:.45rem}.section-subtitle{font-size:1.02rem;margin-bottom:1.6rem}.screenshot-carousel{gap:.35rem;align-items:stretch}.carousel-nav{width:44px;height:44px;font-size:1.55rem;align-self:center}.carousel-stage{max-width:none;width:calc(100% - 5.8rem)}.screenshot-card.is-side{display:none}.screenshot-card.is-active{transform:none;flex:1 1 100%}.screenshot-card{border-radius:16px;padding:.45rem}.screenshot-image{border-radius:13px}.feature-grid{flex-direction:column;gap:.9rem}.feature-grid .feature-card{flex:1 1 100%}.feature-card{padding:1rem}.download-row{width:100%;display:grid;grid-template-columns:1fr;gap:.65rem}.download-row .primary-btn{width:100%;min-height:44px;justify-content:center}.faq-list{gap:.55rem}.faq-question{font-size:1rem;padding:.85rem .9rem;gap:.8rem}.faq-answer{font-size:1rem;padding:0 .9rem .85rem}.footer{padding:2rem 0}.footer-flex{gap:.55rem;align-items:center;text-align:center}.footer-flex p{margin:0}.footer-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem .8rem;justify-items:center}.footer-links .link-button{min-height:38px}.hero-free-badge{text-align:center}.screenshot-caption{font-size:.88rem;padding:.45rem .4rem .1rem}.proof-badge{flex-direction:column;gap:.3rem}.proof-tagline{font-size:1rem}.poll-card{padding:.85rem .85rem .65rem;border-radius:14px}.poll-pill-content{padding:.6rem .75rem .6rem .9rem}.poll-pill-label{font-size:.9rem}}@media (max-width: 380px){.top-downloads{grid-template-columns:1fr 1fr}.hero-copy h1{font-size:clamp(1rem,5.2vw,1.4rem)}.carousel-stage{width:calc(100% - 5.2rem)}.footer-links{grid-template-columns:1fr}}
