.landing{--bg-deep:#0A0A0F;--bg-surface:#12121A;--bg-surface-hover:#1A1A25;--aubergine:#2D1B3D;--aubergine-light:#4A2D6B;--honey:#F5A623;--honey-glow:rgba(245,166,35,0.15);--honey-soft:#D4943A;--text-primary:#F0EDE8;--text-secondary:#9B95A0;--text-dim:#5A5660;--glass-bg:rgba(255,255,255,0.04);--glass-border:rgba(255,255,255,0.08);--gradient-hero:linear-gradient(180deg,#0A0A0F,#1A0E28 50%,#0A0A0F);--gradient-arrival:linear-gradient(180deg,#0A0A0F,#1A1020 40%,#2D1B3D);--ease-out-custom:cubic-bezier(0.16,1,0.3,1);background:var(--bg-deep);color:var(--text-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav-login{position:fixed;top:1.25rem;right:1.5rem;z-index:60;font-size:.8125rem;font-weight:400;color:var(--text-dim);text-decoration:none;letter-spacing:.02em;padding:.4rem 1rem;border:none;background:transparent;transition:color .2s ease}.nav-login:hover{color:var(--text-secondary)}.landing .hero-headline,.landing h1{font-weight:700;font-size:clamp(3rem,8vw,6rem);letter-spacing:-.03em;line-height:1.05;color:var(--text-primary)}.landing .section-headline,.landing h2{font-weight:600;font-size:clamp(1.75rem,4vw,3rem);letter-spacing:-.02em;line-height:1.15;color:var(--text-primary)}.landing .body-text,.landing p{font-weight:400;font-size:1.125rem;line-height:1.6;color:var(--text-secondary)}.landing .label{font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.landing .mono{font-family:var(--font-jetbrains-mono),"Fira Code",monospace;font-weight:400;font-size:.875rem}.landing section{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem}@media (max-width:768px){.landing section{padding:4rem 1rem}}.landing .hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-hero);padding:0 1.5rem;max-width:none}.landing .hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--bg-deep));pointer-events:none;z-index:1}.landing .hero-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(74,45,107,.15) 0,transparent 70%);pointer-events:none}.landing .hero-container{position:relative;max-width:1100px;width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:100vh;padding-top:12vh;padding-bottom:6vh}.landing .hero-text{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.landing .hero-headline{margin:0}.landing .hero-word{display:inline-block;white-space:nowrap}.landing .hero-char{display:inline-block;will-change:opacity,filter}.landing .hero-subhead{font-weight:500;font-size:clamp(1.25rem,3vw,1.75rem);letter-spacing:-.01em;line-height:1.3;color:var(--text-primary);margin:1rem 0 0}.landing .hero-body{max-width:560px;margin:1.25rem 0 0}.landing .hero-cta{display:inline-block;padding:14px 32px;background:var(--honey);color:#0A0A0F;font-weight:600;font-size:1rem;border-radius:12px;text-decoration:none;cursor:pointer;transition:transform .2s var(--ease-out-custom),box-shadow .2s var(--ease-out-custom);will-change:transform,box-shadow}.landing .hero-cta:hover{transform:scale(1.03);box-shadow:0 0 50px rgba(245,166,35,.3)}@keyframes cta-glow{0%,to{box-shadow:0 0 20px rgba(245,166,35,.15)}50%{box-shadow:0 0 40px rgba(245,166,35,.25)}}.landing .hero-cta-glow{animation:cta-glow 3s ease-in-out infinite}.landing .hero-cta-glow:hover{animation:none}.landing .hero-cta-wrap{display:flex;max-width:480px;margin-top:2rem}.landing .hero-cta-form{display:flex;gap:8px;width:100%;overflow:hidden}.landing .hero-cta-input{flex:1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px 16px;font-size:1rem;color:var(--text-primary);font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease;min-width:0}.landing .hero-cta-input::-moz-placeholder{color:var(--text-dim)}.landing .hero-cta-input::placeholder{color:var(--text-dim)}.landing .hero-cta-input:focus{border-color:var(--honey);box-shadow:0 0 0 2px rgba(245,166,35,.1)}.landing .hero-cta-submit{background:var(--honey);color:#0A0A0F;font-weight:600;font-size:.9rem;font-family:inherit;padding:14px 20px;border:none;border-radius:12px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:transform .2s var(--ease-out-custom),box-shadow .2s var(--ease-out-custom)}.landing .hero-cta-submit:hover:not(:disabled){transform:scale(1.02);box-shadow:0 0 30px rgba(245,166,35,.25)}.landing .hero-cta-submit:disabled{opacity:.7;cursor:not-allowed}.landing .hero-cta-submit--success{background:#27C93F;opacity:1!important}.landing .hero-headline-resolved{position:relative}.landing .hero-headline-resolved:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent,transparent 40%,rgba(245,166,35,.35) 50%,transparent 60%,transparent);background-size:250% 100%;pointer-events:none;mix-blend-mode:overlay;animation:headline-shimmer 8s ease-in-out infinite;animation-delay:2s}@keyframes headline-shimmer{0%,to{background-position:150%}40%,60%{background-position:-50%}}.landing .hero-subhead-settled{animation:subhead-breathe 6s ease-in-out infinite;animation-delay:2.5s}@keyframes subhead-breathe{0%,to{opacity:.85}50%{opacity:1}}.landing .pixel-grid{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.7;transform:perspective(800px) rotateX(1.5deg);transform-origin:center 60%;mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,black 30%,transparent 70%);will-change:transform}.landing .hero-iphone{display:flex;justify-content:center;align-items:center;will-change:opacity,transform;perspective:1200px}.landing .problem-top-headline{text-align:center;margin:0 auto 40px;max-width:700px}.landing .problem-section{padding:160px 1.5rem;max-width:none}.landing .problem-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--bg-deep));pointer-events:none}.landing .problem-container{max-width:1200px;margin:0 auto}.landing .rejection-field{position:relative;height:500px;margin-bottom:60px;overflow:hidden;mask-image:linear-gradient(180deg,transparent 0,black 12%);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 12%)}.landing .rejection-msg{font-size:.875rem;color:var(--text-dim);background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04);border-radius:8px;padding:12px 16px;max-width:320px;filter:blur(.5px);will-change:opacity,transform,filter}.landing .problem-content{text-align:center;display:flex;flex-direction:column;align-items:center}.landing .problem-label{display:inline-flex;align-items:center;gap:10px;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:1.25rem}.landing .problem-label:before{content:"";display:block;width:3px;height:20px;background:var(--honey);border-radius:2px}.landing .problem-headline{margin:0 0 1.25rem;max-width:700px}.landing .problem-body{max-width:600px;margin:0}@media (max-width:1024px){.landing .rejection-field{height:420px}}@media (max-width:768px){.landing .problem-section{padding:100px 1rem}.landing .rejection-field{height:350px}.landing .rejection-msg{font-size:.8rem;max-width:260px}.landing .rejection-msg-desktop{display:none}.landing .rejection-msg:first-child{top:2%!important;left:4%!important;right:auto!important}.landing .rejection-msg:nth-child(2){top:26%!important;right:4%!important;left:auto!important}.landing .rejection-msg:nth-child(3){top:50%!important;left:4%!important;right:auto!important}.landing .rejection-msg:nth-child(4){top:74%!important;right:4%!important;left:auto!important}}.landing .build-section{height:300vh;max-width:none;padding:0}.landing .build-pinned{height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem}.landing .build-label-row{max-width:1100px;width:100%;margin:0 auto 2rem}.landing .build-label{display:inline-flex;align-items:center;gap:10px;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.landing .build-label:before{content:"";display:block;width:3px;height:20px;background:var(--honey);border-radius:2px}.landing .build-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1100px;width:100%;margin:0 auto}.landing .build-steps{position:relative;min-height:220px}.landing .build-step{position:absolute;top:0;left:0;width:100%;will-change:opacity,transform}.landing .build-step-tag{color:var(--honey);text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:.75rem}.landing .build-step-headline{font-weight:600;font-size:clamp(1.75rem,4vw,3rem);letter-spacing:-.02em;line-height:1.15;color:var(--text-primary);margin:0 0 .75rem}.landing .build-step-body{max-width:440px;margin:0}.landing .build-visual{position:relative;aspect-ratio:4/3;width:100%}.landing .build-visual>*{position:absolute;inset:0;width:100%;height:100%}.landing .mock-editor{display:flex;width:100%;height:100%;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#1E1E1E;box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.03);font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;line-height:1.6;will-change:opacity}.landing .editor-sidebar{width:140px;background:#181818;border-right:1px solid rgba(255,255,255,.06);padding:8px 0;flex-shrink:0}.landing .sidebar-header{font-size:9px;letter-spacing:.08em;color:#888;padding:4px 12px 8px;font-weight:600}.landing .sidebar-file{display:flex;align-items:center;gap:6px;padding:3px 12px;font-size:11px;color:#CCC;cursor:default}.landing .sidebar-file--active{background:rgba(255,255,255,.06);color:#FFF}.landing .file-icon{font-size:8px;font-weight:700;padding:1px 3px;border-radius:2px;line-height:1.2}.landing .file-icon-ts{background:#3178C6;color:white}.landing .file-icon-css{background:#563D7C;color:white}.landing .file-icon-js{background:#F7DF1E;color:#000}.landing .editor-main{flex:1;display:flex;flex-direction:column;min-width:0}.landing .editor-tabs{display:flex;background:#181818;border-bottom:1px solid rgba(255,255,255,.06);height:30px;flex-shrink:0}.landing .editor-tab{padding:6px 14px;font-size:11px;color:#888;border-right:1px solid rgba(255,255,255,.04);cursor:default;display:flex;align-items:center}.landing .editor-tab--active{color:#FFF;background:#1E1E1E;border-top:2px solid #007acc}.landing .editor-code{flex:1;display:flex;padding:6px 0;overflow:hidden}.landing .editor-lines{width:36px;text-align:right;padding-right:10px;color:#555;font-size:11px;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.landing .line-number{height:19px;line-height:19px}.landing .editor-content{flex:1;padding-left:4px;overflow:hidden}.landing .mock-code-line{white-space:pre;height:19px;line-height:19px;font-size:11px;will-change:opacity,transform}.landing .editor-terminal{height:64px;border-top:1px solid rgba(255,255,255,.06);background:#181818;flex-shrink:0}.landing .terminal-header{font-size:9px;letter-spacing:.06em;color:#888;padding:4px 12px;border-bottom:1px solid rgba(255,255,255,.04);font-weight:600}.landing .terminal-content{padding:5px 12px;font-size:10px;color:#D4D4D4;line-height:1.6}.landing .terminal-prompt{color:#6A9955}.landing .terminal-success{color:#4EC9B0}.landing .mock-deploy-url{color:#4EC9B0;transition:color .3s,text-shadow .3s}.landing .mock-deploy-url.deploy-url-glow{color:var(--honey);text-shadow:0 0 8px rgba(245,166,35,.5)}.landing .mock-resume{width:100%;height:100%;background:#FAFAF8;border-radius:4px;padding:24px 28px;font-family:Inter,-apple-system,sans-serif;color:#1A1A1A;box-shadow:0 4px 20px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden;will-change:opacity,transform}.landing .resume-header{padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:2px}.landing .resume-name{font-size:14px;font-weight:700;letter-spacing:-.01em;color:#1A1A1A;margin-bottom:2px}.landing .resume-contact{font-size:8px;color:#666;letter-spacing:.01em}.landing .resume-section{margin-top:10px}.landing .resume-section-title{font-size:7px;font-weight:700;letter-spacing:.1em;color:#1A1A1A;border-bottom:1px solid #1a1a1a;padding-bottom:2px;margin-bottom:5px}.landing .resume-entry{margin-bottom:6px}.landing .resume-entry-header{display:flex;justify-content:space-between;align-items:baseline}.landing .entry-title{font-size:9px;font-weight:600;color:#1A1A1A}.landing .entry-date,.landing .entry-link{font-size:8px;color:#888}.landing .entry-link{transition:color .3s}.landing .entry-link.entry-link-pulse{color:var(--honey);font-weight:600}.landing .entry-company{font-size:8px;color:#555;margin-top:1px}.landing .entry-bullet{font-size:8px;color:#333;line-height:1.5;padding-left:9px;position:relative}.landing .entry-bullet:before{content:"\2022";position:absolute;left:2px;color:#888}.landing .mock-resume-highlight{background:rgba(245,166,35,.06);border-left:2px solid var(--honey);padding:5px 7px;margin-left:-9px;margin-right:-9px;border-radius:2px;opacity:0}.landing .resume-tags{display:flex;gap:3px;margin-top:3px;flex-wrap:wrap}.landing .mock-keyword{display:inline-block;font-size:6px;font-weight:600;color:#B8860B;background:rgba(245,166,35,.1);padding:1px 4px;border-radius:2px;letter-spacing:.02em;opacity:0}.landing .resume-skills{font-size:8px;color:#444;line-height:1.4}.landing .macbook-corner{width:100%;height:100%;will-change:opacity}.landing .macbook-screen{width:100%;height:100%;background:#1C1C1E;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 32px rgba(0,0,0,.4),0 0 0 3px #0A0A0F,0 0 0 4px rgba(255,255,255,.04);display:flex;flex-direction:column}.landing .macos-menubar{display:flex;justify-content:space-between;align-items:center;height:24px;padding:0 10px;background:rgba(40,40,44,.95);border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.landing .menubar-left{display:flex;align-items:center;gap:10px}.landing .menubar-apple{opacity:.9}.landing .menubar-app{font-weight:600;color:rgba(255,255,255,.9)}.landing .menubar-app,.landing .menubar-item{font-size:10px;font-family:-apple-system,SF Pro Text,sans-serif}.landing .menubar-item{color:rgba(255,255,255,.6)}.landing .menubar-right{display:flex;align-items:center;gap:8px}.landing .menubar-time{font-size:10px;color:rgba(255,255,255,.85);font-family:-apple-system,SF Pro Text,sans-serif;font-weight:500}.landing .macos-desktop{flex:1;background:radial-gradient(ellipse at 30% 20%,rgba(45,27,61,.4) 0,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(30,20,50,.3) 0,transparent 50%),linear-gradient(160deg,#1A1028,#0E0A14 50%,#12101A);position:relative;padding:12px}.landing .mock-confirmations{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:6px;align-items:flex-end;padding:8px;z-index:2}.landing .notification{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:rgba(40,40,44,.85);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);max-width:300px;width:100%;box-shadow:0 4px 12px rgba(0,0,0,.3)}.landing .mock-confirm-card{will-change:opacity,transform}.landing .notif-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.landing .notif-icon--sent{background:rgba(74,45,107,.3);color:#9B7EC8}.landing .notif-icon--interview{background:rgba(245,166,35,.15);font-size:14px}.landing .notif-content{flex:1;min-width:0}.landing .notif-title{display:block;font-size:11px;font-weight:500;color:var(--text-primary);line-height:1.3}.landing .notif-meta{display:block;font-size:9px;color:var(--text-dim);margin-top:1px}.landing .notif-meta--highlight{color:var(--honey)}.landing .notif-status{font-size:11px;color:#4EC9B0;flex-shrink:0}.landing .notif-status--loading{color:var(--text-dim);animation:pulse-dot 1.5s infinite}@keyframes pulse-dot{0%,to{opacity:.3}50%{opacity:1}}.landing .notif-badge{font-size:7px;font-weight:700;letter-spacing:.08em;color:var(--honey);background:rgba(245,166,35,.15);padding:2px 6px;border-radius:3px;flex-shrink:0}.landing .mock-confirm-special{background:rgba(245,166,35,.06);border:1px solid rgba(245,166,35,.25);box-shadow:0 4px 16px rgba(0,0,0,.25),0 0 0 0 rgba(245,166,35,0);transition:box-shadow .4s ease}.landing .mock-confirm-special.interview-glow-pulse{box-shadow:0 0 20px rgba(245,166,35,.12),0 4px 16px rgba(0,0,0,.25)}.landing .build-mobile{display:none}@media (max-width:768px){.landing .build-section{height:auto;padding:100px 1rem}.landing .build-pinned{display:none}.landing .build-mobile{gap:4rem}.landing .build-mobile,.landing .build-mobile-step{display:flex;flex-direction:column}.landing .build-mobile-visual{position:relative;aspect-ratio:4/3;width:100%;margin-bottom:1.5rem}.landing .build-mobile-visual .mock-editor{position:relative;height:100%;font-size:10px}.landing .build-mobile-visual .editor-sidebar{display:none}.landing .build-mobile-visual .mock-code-line{opacity:1!important;transform:none!important;font-size:9px}.landing .build-mobile-visual .mock-terminal-cmd,.landing .build-mobile-visual .mock-terminal-result{opacity:1!important}.landing .build-mobile-visual .mock-deploy-url{color:var(--honey)!important}.landing .build-mobile-visual .mock-resume{position:relative;height:100%;padding:16px 18px}.landing .build-mobile-visual .mock-keyword,.landing .build-mobile-visual .mock-resume-highlight{opacity:1!important}.landing .build-mobile-visual .mock-confirmations{position:relative;height:100%;justify-content:center;align-items:stretch;padding:8px 0}.landing .build-mobile-visual .notification{max-width:100%}.landing .build-mobile-visual .mock-confirm-card{opacity:1!important;transform:none!important}.landing .build-mobile-visual .mock-notif-badge{opacity:1!important}}@media (min-width:769px) and (max-width:1024px){.landing .build-section{height:250vh}.landing .build-content{gap:40px}}.landing .social-section{max-width:none;padding:80px 0;margin-top:50px;overflow:hidden;height:100vh;position:relative}.landing .social-section-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(45,27,61,.15) 0,transparent 70%);pointer-events:none}.landing .social-track{display:flex;align-items:center;gap:40px;padding:0 10vw;width:-moz-max-content;width:max-content;height:100%}.landing .social-card{flex-shrink:0;will-change:opacity,transform;border:1px solid rgba(255,255,255,.06);border-top-color:rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05);transition:transform .3s var(--ease-out-custom),box-shadow .3s var(--ease-out-custom)}.landing .social-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.06)}.landing .social-card--stat{width:320px;padding:32px;border-top:2px solid var(--honey);box-shadow:0 4px 24px rgba(0,0,0,.3),inset 0 -8px 30px rgba(245,166,35,.04)}.landing .stat-number{display:block;font-size:clamp(3.5rem,5vw,4.5rem);font-weight:700;color:var(--honey);line-height:1;letter-spacing:-.03em}.landing .stat-context{font-size:.925rem;color:var(--text-secondary);margin:12px 0 0;line-height:1.5}.landing .social-card--belle{width:400px;padding:0!important;overflow:hidden}.landing .belle-card-header{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--glass-border);background:rgba(255,255,255,.02)}.landing .belle-avatar{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.landing .belle-label{display:flex;flex-direction:column}.landing .belle-name{color:var(--text-primary);font-weight:600;font-size:.875rem;display:block;line-height:1.2}.landing .belle-status{color:var(--text-dim);font-size:.75rem;display:block}.landing .belle-chat{padding:16px 20px;display:flex;flex-direction:column;gap:8px}.landing .chat-bubble{padding:10px 14px;border-radius:12px;font-size:.825rem;line-height:1.45;max-width:88%;will-change:opacity,transform}.landing .chat-bubble--user{background:rgba(255,255,255,.06);color:var(--text-secondary);align-self:flex-end;border-bottom-right-radius:4px}.landing .chat-bubble--belle{background:rgba(74,45,107,.2);border:1px solid rgba(74,45,107,.15);color:var(--text-primary);align-self:flex-start;border-bottom-left-radius:4px}.landing .social-card--hackathon{width:280px;padding:28px;border:1px solid rgba(245,166,35,.12);background:linear-gradient(135deg,rgba(245,166,35,.04),rgba(255,255,255,.02) 50%,rgba(245,166,35,.02));position:relative;overflow:hidden}.landing .social-card--hackathon:before{content:"";position:absolute;top:-1px;right:-1px;width:40px;height:40px;background:linear-gradient(135deg,var(--honey) 0,transparent 60%);opacity:.15;border-bottom-left-radius:12px}.landing .hackathon-cohort{display:block;font-size:1.6rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.landing .hackathon-detail{font-size:.875rem;color:var(--text-secondary);margin:8px 0 0;line-height:1.5}.landing .social-mobile{display:none}@media (max-width:768px){.landing .social-section{height:auto;padding:4rem 1rem}.landing .social-section-glow{width:400px;height:300px}.landing .social-track{display:none}.landing .social-mobile{display:flex;flex-direction:column;gap:20px;max-width:500px;margin:0 auto}.landing .social-card{width:100%!important;transform:none!important}}@media (min-width:769px) and (max-width:1024px){.landing .social-section{height:80vh}.landing .social-card--stat{width:290px}.landing .social-card--belle{width:360px}.landing .social-card--hackathon{width:250px}}.landing .hackathon-section{max-width:none;padding:120px 1.5rem;text-align:center;overflow:hidden}.landing .hackathon-bg{background:linear-gradient(180deg,#0A0A0F,#1A1020 30%,#2D1B3D 70%,#1A0E28);opacity:0}.landing .hackathon-bg,.landing .hackathon-pattern{position:absolute;inset:0;z-index:0;pointer-events:none}.landing .hackathon-pattern{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:60px 60px}.landing .hackathon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(245,166,35,.06) 0,transparent 70%);pointer-events:none;z-index:0}.landing .hackathon-container{position:relative;z-index:1;max-width:1000px;margin:0 auto}.landing .hackathon-header{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.landing .hackathon-badge{display:inline-flex;align-items:center;gap:10px;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:1.25rem}.landing .hackathon-badge:before{content:"";display:block;width:3px;height:20px;background:var(--honey);border-radius:2px}.landing .hackathon-title{margin:0 0 1rem}.landing .hackathon-subtitle{max-width:540px;margin:0}.landing .iphone-frame{position:relative;width:320px;height:680px;border-radius:52px;border:3px solid #2a2a2e;background:#000000;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 20px 60px rgba(0,0,0,.5),0 0 80px rgba(74,45,107,.08);transform:rotateY(-2deg) rotateX(1deg);transition:transform .5s var(--ease-out-custom)}.landing .iphone-frame:hover{transform:rotateY(0deg) rotateX(0deg)}.landing .dynamic-island{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:126px;height:36px;background:#000000;border-radius:20px;z-index:10}.landing .iphone-screen{position:absolute;inset:0;border-radius:49px;overflow:hidden;display:flex;flex-direction:column}.landing .status-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 28px 0;height:54px;font-size:15px;font-weight:600;color:#FFFFFF;font-family:-apple-system,SF Pro Text,Helvetica Neue,sans-serif;flex-shrink:0}.landing .status-left{width:54px}.landing .status-right{display:flex;align-items:center;gap:5px}.landing .imessage-nav{display:flex;align-items:center;padding:4px 16px 10px;flex-shrink:0;position:relative}.landing .nav-back{color:#007AFF;font-size:28px;font-weight:300;line-height:1;font-family:-apple-system,sans-serif;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.landing .nav-contact-center{display:flex;flex-direction:column;align-items:center;gap:2px;margin:0 auto}.landing .belle-contact-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.landing .belle-contact-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing .contact-name{color:#FFFFFF;font-size:13px;font-weight:600;font-family:-apple-system,SF Pro Text,sans-serif;line-height:1.2}.landing .imessage-body{flex:1;display:flex;flex-direction:column;padding:8px 0;justify-content:flex-end;gap:6px}.landing .imsg-bubble{max-width:72%;padding:9px 14px;font-size:16px;line-height:1.35;font-family:-apple-system,SF Pro Text,Helvetica Neue,sans-serif;border-radius:18px;margin:2px 0;word-wrap:break-word;will-change:opacity,transform}.landing .imsg-bubble--outgoing{background:#007AFF;color:#FFFFFF;align-self:flex-end;margin-right:12px;border-bottom-right-radius:4px}.landing .imsg-bubble--incoming{background:#1C1C1E;color:#FFFFFF;align-self:flex-start;margin-left:12px;border-bottom-left-radius:4px}.landing .typing-indicator{display:inline-flex;gap:3px;padding:12px 16px;background:#1C1C1E;border-radius:18px;border-bottom-left-radius:4px;align-self:flex-start;margin-left:12px;will-change:opacity,transform}.landing .typing-dot{width:7px;height:7px;border-radius:50%;background:#8E8E93;animation:typing-bounce 1.2s infinite}.landing .typing-dot:nth-child(2){animation-delay:.15s}.landing .typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.landing .imessage-input-bar{display:flex;align-items:center;padding:8px 12px 28px;gap:8px;border-top:.5px solid rgba(255,255,255,.08);flex-shrink:0}.landing .input-plus{width:32px;height:32px;border-radius:50%;justify-content:center;flex-shrink:0}.landing .input-field-mock,.landing .input-plus{background:transparent;display:flex;align-items:center}.landing .input-field-mock{flex:1;height:36px;border-radius:18px;border:.5px solid rgba(255,255,255,.15);padding:0 12px;justify-content:space-between}.landing .input-placeholder{color:#8E8E93;font-size:16px;font-family:-apple-system,SF Pro Text,sans-serif}.landing .input-mic{display:flex;align-items:center;flex-shrink:0}.landing .home-indicator{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:134px;height:5px;border-radius:3px;background:rgba(255,255,255,.3)}.landing .hackathon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:4rem}.landing .hackathon-day{text-align:left;padding:32px 24px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;transition:border-color .4s ease,box-shadow .4s ease}.landing .hackathon-day--active{border-color:var(--honey);box-shadow:0 0 30px rgba(245,166,35,.08)}.landing .day-icon{font-size:1.5rem;margin-bottom:12px;color:var(--honey)}.landing .day-label{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 8px}.landing .day-description{font-size:.925rem;color:var(--text-secondary);margin:0;line-height:1.5}.landing .hackathon-outcomes{margin-bottom:4rem}.landing .outcomes-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.landing .outcomes-list{list-style:none;padding:0;margin:0 auto;display:flex;flex-direction:column;gap:12px;max-width:480px;text-align:left}.landing .outcome-item{display:flex;align-items:center;gap:12px;font-size:1rem;color:var(--text-secondary)}.landing .outcome-check{color:var(--honey);font-weight:600;flex-shrink:0}.landing .hackathon-signup{display:flex;flex-direction:column;align-items:center}.landing .signup-urgency{display:flex;align-items:baseline;gap:8px;margin-bottom:1.5rem}.landing .spots-label{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.landing .spots-number{font-size:3rem;font-weight:700;color:var(--honey);line-height:1}.landing .hackathon-form{display:flex;gap:12px;max-width:480px;width:100%}.landing .hackathon-input{flex:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 18px;font-size:1rem;color:var(--text-primary);font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.landing .hackathon-input::-moz-placeholder{color:var(--text-dim)}.landing .hackathon-input::placeholder{color:var(--text-dim)}.landing .hackathon-input:focus{border-color:var(--honey);box-shadow:0 0 0 2px rgba(245,166,35,.1)}.landing .hackathon-button{background:var(--honey);color:#0A0A0F;font-weight:600;font-size:1rem;font-family:inherit;padding:14px 28px;border:none;border-radius:12px;cursor:pointer;white-space:nowrap;transition:transform .2s var(--ease-out-custom),box-shadow .2s var(--ease-out-custom)}.landing .hackathon-button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 0 30px rgba(245,166,35,.25)}.landing .hackathon-button:active:not(:disabled){transform:scale(.98)}.landing .hackathon-button:disabled{opacity:.7;cursor:not-allowed}.landing .hackathon-button--success{background:#27C93F;opacity:1!important}.landing .hackathon-fine-print{font-size:.8rem;color:var(--text-dim);margin:16px 0 0}@media (max-width:768px){.landing .hackathon-section{padding:80px 1rem}.landing .iphone-frame{width:280px;height:595px;border-radius:46px;border-width:2.5px;transform:none;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 16px 48px rgba(0,0,0,.5),0 0 60px rgba(74,45,107,.06)}.landing .iphone-frame:hover{transform:none}.landing .dynamic-island{width:110px;height:32px;top:10px}.landing .iphone-screen{border-radius:43px}.landing .status-bar{padding:14px 24px 0;height:48px;font-size:14px}.landing .imsg-bubble{font-size:14px}.landing .imessage-input-bar{padding-bottom:24px}.landing .home-indicator{width:118px;height:4px;bottom:6px}.landing .hackathon-grid{grid-template-columns:1fr;gap:16px}.landing .hackathon-form{flex-direction:column;max-width:100%}.landing .hackathon-button,.landing .hackathon-input{min-height:48px}.landing .hackathon-fine-print{font-size:.75rem}.landing .spots-number{font-size:2.5rem}.landing .hackathon-glow{width:350px;height:250px}}@media (max-width:374px){.landing .iphone-frame{width:260px;height:552px;border-radius:42px}.landing .iphone-screen{border-radius:39px}.landing .status-right{display:none}.landing .imsg-bubble{font-size:13px}}@media (min-width:769px) and (max-width:1024px){.landing .iphone-frame{width:300px;height:638px;border-radius:49px}.landing .iphone-screen{border-radius:46px}.landing .hackathon-grid{gap:16px}.landing .hackathon-day{padding:24px 20px}}.ambient-pixels{inset:0;z-index:1;overflow:hidden}.ambient-pixels,.pixel-cluster{position:absolute;pointer-events:none}.pixel-dot{position:absolute}.section-divider{width:120px;height:1px;margin:0 auto;background:linear-gradient(90deg,transparent 0,var(--aubergine-light) 30%,var(--honey) 50%,var(--aubergine-light) 70%,transparent 100%);opacity:.3;transform-origin:center}.cursor-glow{position:fixed;top:0;left:0;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(74,45,107,.06) 0,transparent 70%);pointer-events:none;z-index:2;will-change:transform}@media (max-width:768px){.cursor-glow{display:none}}.grid-traces{position:absolute;top:100vh;left:0;width:100%;pointer-events:none;z-index:1;opacity:.9}@media (max-width:768px){.grid-traces{display:none}}.landing .landing-footer{position:relative;z-index:1;text-align:center;padding:40px 1.5rem;border-top:1px solid var(--glass-border);font-size:.8rem;color:var(--text-dim);max-width:none;display:flex;flex-direction:column;align-items:center;gap:.75rem}.landing .landing-footer-links{display:flex;gap:1.25rem}.landing .landing-footer-links a{color:var(--text-dim);text-decoration:none;transition:color .2s ease}.landing .landing-footer-links a:hover{color:var(--text-secondary)}@media (max-width:768px){.landing .hero-section{padding:0 1rem}.landing .hero-container{grid-template-columns:1fr;gap:0;text-align:center;justify-items:center}.landing .hero-text{text-align:center;align-items:center}.landing .hero-bg-glow{width:400px;height:300px}.landing .hero-body{font-size:1rem}.landing .hero-cta{width:100%;max-width:320px;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center}.landing .hero-cta-wrap{max-width:100%}.landing .hero-cta-form{flex-direction:column}.landing .hero-cta-input,.landing .hero-cta-submit{min-height:48px}.landing .pixel-grid{display:none}.landing .hero-iphone{margin-top:32px}@media (max-height:700px){.landing .hero-iphone{display:none}}.landing .problem-top-headline{margin-bottom:24px}.landing .chat-bubble{font-size:.875rem}}.modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1rem}.modal-panel{position:relative;background:#111118;border:1px solid rgba(255,255,255,.08);border-top-color:rgba(255,255,255,.1);border-radius:20px;max-width:460px;width:100%;padding:2rem 2rem 1.75rem;box-shadow:0 32px 100px rgba(0,0,0,.8),0 0 1px rgba(255,255,255,.1)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:rgba(255,255,255,.3);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .2s ease,background .2s ease}.modal-close:hover{color:rgba(255,255,255,.6);background:rgba(255,255,255,.05)}.modal-steps{display:flex;gap:6px;justify-content:center;margin-bottom:1.5rem}.modal-step-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.12);transition:background .3s ease}.modal-step-dot--active{background:var(--honey)}.modal-step-content{display:flex;flex-direction:column;align-items:center;text-align:center}.modal-title{font-size:1.35rem;font-weight:600;color:#FFFFFF;margin:0 0 .5rem}.modal-desc{font-size:.925rem;color:rgba(255,255,255,.55);margin:0 0 1.5rem;line-height:1.5}.handle-input-row{display:flex;align-items:center;width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:0 16px;margin-bottom:.5rem;transition:border-color .2s ease,background .2s ease}.handle-input-row:focus-within{border-color:rgba(245,166,35,.5);background:rgba(255,255,255,.06)}.handle-prefix{color:rgba(255,255,255,.35);font-size:.925rem;white-space:nowrap;flex-shrink:0}.handle-input{flex:1;background:none;border:none;outline:none;color:#FFFFFF;font-size:.925rem;font-family:inherit;padding:14px 0 14px 2px;min-width:0}.handle-input::-moz-placeholder{color:rgba(255,255,255,.2)}.handle-input::placeholder{color:rgba(255,255,255,.2)}.handle-status-msg{font-size:.8rem;margin:0 0 1rem;min-height:1.2em}.handle-status-msg--checking{color:rgba(255,255,255,.35)}.handle-status-msg--available{color:#4EC9B0}.handle-status-msg--taken{color:#E06C75}.referral-link-box{display:flex;align-items:center;width:100%;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 12px 10px 16px;gap:8px;margin-bottom:1rem}.referral-link-text{flex:1;font-size:.85rem;color:rgba(255,255,255,.5);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.referral-copy-btn{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#FFFFFF;font-size:.8rem;font-family:inherit;padding:6px 10px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s ease}.referral-copy-btn:hover{background:rgba(255,255,255,.1)}.share-buttons{display:flex;gap:10px;margin-bottom:1.25rem;width:100%;justify-content:center}.share-btn{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;color:rgba(255,255,255,.6);font-size:.825rem;font-family:inherit;padding:8px 14px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.share-btn:hover{border-color:rgba(255,255,255,.12)}.modal-btn-primary,.share-btn:hover{background:rgba(255,255,255,.08);color:#FFFFFF}.modal-btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;border:1px solid rgba(255,255,255,.12);font-weight:600;font-size:.95rem;font-family:inherit;padding:13px 24px;border-radius:12px;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s var(--ease-out-custom)}.modal-btn-primary:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);transform:scale(1.01)}.modal-btn-primary:disabled{opacity:.3;cursor:not-allowed}.modal-btn-skip{background:none;border:none;color:rgba(255,255,255,.3);font-size:.85rem;font-family:inherit;cursor:pointer;padding:10px 16px;margin-top:4px;transition:color .2s ease}.modal-btn-skip:hover{color:rgba(255,255,255,.5)}.hero-signed-in{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero-signed-in-check{color:#4EC9B0;font-weight:700;font-size:1.1rem}.hero-signed-in-text{color:var(--text-secondary);font-size:1rem}.hero-signed-in-handle{color:var(--honey);font-weight:500}.hero-signed-in-invite{background:none;border:1px solid var(--glass-border);border-radius:8px;color:var(--honey);font-size:.875rem;font-family:inherit;padding:8px 14px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.hero-signed-in-invite:hover{background:rgba(245,166,35,.08);border-color:rgba(245,166,35,.25)}.hackathon-signed-in{display:flex;align-items:center;gap:10px;justify-content:center;flex-wrap:wrap}.hackathon-signed-in-check{color:#4EC9B0;font-weight:700;font-size:1.1rem}.hackathon-signed-in-text{color:var(--text-secondary);font-size:1rem}.hackathon-signed-in-handle{color:var(--honey);font-weight:500}.hackathon-signed-in-invite{background:none;border:1px solid var(--glass-border);border-radius:8px;color:var(--honey);font-size:.875rem;font-family:inherit;padding:8px 14px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.hackathon-signed-in-invite:hover{background:rgba(245,166,35,.08);border-color:rgba(245,166,35,.25)}@media (max-width:768px){.modal-overlay{align-items:flex-end;padding:0}.modal-panel{border-radius:20px 20px 0 0;max-width:100%;padding:1.5rem 1.5rem 2rem}}