.landing-root{--bg:#f5f0e8;--bg-surface:#ede8df;--bg-elevated:#faf7f2;--bg-invert:#1a1a14;--green:#2c5f2e;--green-hover:#234d25;--green-light:#ebf2eb;--green-muted:#2c5f2e1a;--text-pri:#14120ae3;--text-sec:#14120a8a;--text-ter:#14120a52;--text-on-green:#fff;--text-on-dark:#f5f0e8e0;--border:#14120a17;--border-strong:#14120a2e;font-family:var(--font-inter-tight), "Inter Tight", sans-serif;background:var(--bg);color:var(--text-pri);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;overflow-x:hidden}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box}.landing-root .container{max-width:1152px;margin:0 auto;padding:0 24px}.landing-root .btn-primary{background:var(--green);color:#fff;font-family:var(--font-inter-tight), "Inter Tight", sans-serif;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:11px 22px;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.landing-root .btn-primary:hover{background:var(--green-hover)}.landing-root .btn-primary.large{padding:13px 28px;font-size:16px}.landing-root .btn-ghost{color:var(--text-sec);font-family:var(--font-inter-tight), "Inter Tight", sans-serif;border:1px solid var(--border-strong);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:11px 22px;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.landing-root .btn-ghost:hover{color:var(--text-pri);border-color:#14120a52}.landing-root .btn-ghost.large{padding:13px 28px;font-size:16px}.landing-root [data-animate]{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.landing-root [data-animate].visible{opacity:1;transform:translateY(0)}.landing-root .feature-header-row[data-animate]{transform:translate(-14px)translateY(16px)}.landing-root .feature-header-row[data-animate].visible{transform:translate(0)translateY(0)}.landing-root .feature-visual[data-animate]{transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(48px)scale(.97)}.landing-root .feature-visual[data-animate].visible{transform:translateY(0)scale(1)}.landing-root .hero-animate{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.landing-root .hero-animate.visible{opacity:1;transform:translateY(0)}.landing-root #progress-bar{background:var(--green);z-index:9999;opacity:0;width:0%;height:2px;transition:width .1s linear,opacity .3s;position:fixed;top:0;left:0}.landing-root #main-nav{background:var(--bg);border-bottom:1px solid var(--border);z-index:1000;align-items:center;height:52px;transition:all .15s;display:flex;position:fixed;top:0;left:0;right:0}.landing-root #main-nav.scrolled{box-shadow:0 1px 0 var(--border);background:#f5f0e8f7}.landing-root .nav-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.landing-root .nav-logo{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.02em;align-items:center;gap:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex}.landing-root .nav-actions{align-items:center;gap:8px;display:flex}.landing-root .nav-sections{align-items:center;gap:20px;display:flex}.landing-root .nav-sections .breadcrumb-link{opacity:.7}.landing-root .nav-sections .breadcrumb-link:hover{opacity:1}.landing-root .nav-sections .breadcrumb-sep{font-size:11px}@media (max-width:900px){.landing-root .nav-sections{display:none}}.landing-root .nav-login{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s}.landing-root .nav-login:hover{color:var(--text-pri);background:var(--bg-surface)}.landing-root #hero{background:var(--bg);padding-top:120px;padding-bottom:96px;overflow:hidden}.landing-root .hero-row{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:56px;display:grid}.landing-root .hero-text{flex-direction:column;display:flex}.landing-root .hero-dashboard{justify-content:flex-end;display:flex;position:relative}.landing-root .hero-dashboard-stage{perspective:1600px;perspective-origin:50%;--tilt-y:-10deg;--tilt-x:4deg;width:100%;max-width:960px}.landing-root .hero-dashboard-tilt{transform:rotateY(var(--tilt-y)) rotateX(var(--tilt-x)) translateZ(0);transform-origin:50%;transform-style:preserve-3d;border:1px solid var(--border-strong);background:var(--bg-surface);will-change:transform;border-radius:14px;transition:transform .36s cubic-bezier(.22,1,.36,1),box-shadow .48s cubic-bezier(.22,1,.36,1);overflow:hidden;box-shadow:0 24px 56px #14120a2e,0 8px 16px #14120a14}.landing-root .hero-dashboard-img{aspect-ratio:16/9.3;object-fit:cover;object-position:top left;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:auto;display:block}.landing-root .hero-shell{background:var(--bg);height:540px;font-family:var(--font-inter-tight), "Inter Tight", sans-serif;display:flex;position:relative}.landing-root .hero-sidebar{background:var(--bg-elevated);border-right:1px solid var(--border);flex-direction:column;width:200px;min-width:200px;padding:14px 12px;font-size:11.5px;display:flex}.landing-root .hero-main{flex-direction:column;flex:1;gap:14px;min-width:0;padding:12px 24px 20px;display:flex;position:relative;overflow:hidden}.landing-root .hero-topbar{border-bottom:1px solid var(--border);color:var(--text-ter);justify-content:flex-end;align-items:center;gap:10px;padding-bottom:10px;font-size:13px;display:flex}.landing-root .hero-topbar-bell{opacity:.6;font-size:14px}.landing-root .hero-topbar-avatar{background:var(--green-muted);width:22px;height:22px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.landing-root .hero-shell .home-greeting{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.01em;font-size:22px;font-weight:500}.landing-root .hero-completeness{flex-direction:column;gap:6px;display:flex}.landing-root .hero-completeness-row{color:var(--text-sec);justify-content:space-between;align-items:baseline;font-size:12px;display:flex}.landing-root .hero-completeness-num{color:var(--text-ter);font-size:11px}.landing-root .hero-completeness-bar{background:var(--border);border-radius:4px;height:6px;overflow:hidden}.landing-root .hero-completeness-fill{background:var(--green);border-radius:4px;height:100%}.landing-root .hero-completeness-missing{color:var(--text-ter);font-size:11px}.landing-root .hero-school-list-headline{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.01em;margin-top:4px;margin-bottom:6px;font-size:18px;font-weight:500}.landing-root .hero-school-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;padding:10px 14px;display:flex}.landing-root .hero-school-card-main{min-width:0}.landing-root .hero-school-card-name{color:var(--text-pri);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.landing-root .hero-school-tier{color:#8a5a14;background:#d9a54f2e;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:500}.landing-root .hero-school-tier.reach{color:#8a5a14;background:#d9a54f38}.landing-root .hero-school-card-sub{color:var(--text-ter);margin-top:2px;font-size:11px}.landing-root .hero-school-card-score{text-align:right}.landing-root .hero-school-card-score-num{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.01em;font-size:22px;font-weight:500}.landing-root .hero-school-card-score-label{color:var(--text-ter);font-size:10px}.landing-root .hero-pick-banner{background:var(--green-muted);border:1px solid var(--border);color:var(--text-pri);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:10px 14px;font-size:11.5px;display:flex}.landing-root .hero-pick-cta{background:var(--green);color:#fff;white-space:nowrap;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:11.5px;font-weight:500}.landing-root .hero-brainstorm-pill{background:var(--green);color:#fff;letter-spacing:0;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:500;position:absolute;bottom:14px;right:14px;box-shadow:0 6px 16px #14120a2e}@media (max-width:1024px){.landing-root .hero-row{grid-template-columns:1fr;gap:48px}.landing-root .hero-dashboard-tilt{transform:none}.landing-root .hero-dashboard-stage{max-width:100%}}@media (max-width:700px){.landing-root .hero-dashboard{display:none}}.landing-root .hero-label{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-size:11px;font-weight:500}.landing-root .hero-headline{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.02em;max-width:720px;font-size:clamp(48px,6vw,76px);font-weight:500;line-height:1}.landing-root .hero-sub{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);max-width:480px;margin-top:20px;font-size:18px;font-weight:400;line-height:1.65}.landing-root .hero-cta-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:36px;display:flex}.landing-root .hero-social-proof{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);margin-top:48px;font-size:13px}.landing-root #screenshot-section{background:var(--bg);padding:0 0 96px}.landing-root .screenshot-container{border:1px solid var(--border-strong);background:var(--bg-surface);border-radius:12px;max-width:1040px;margin:0 auto;overflow:hidden;box-shadow:0 20px 48px #14120a14}.landing-root .product-ui{height:540px;font-family:var(--font-inter-tight), "Inter Tight", sans-serif;display:flex}.landing-root .product-sidebar{background:var(--bg-elevated);border-right:1px solid var(--border);width:220px;min-width:220px;padding:16px 0;overflow-y:auto}.landing-root .sidebar-section-label{color:var(--text-ter);text-transform:uppercase;letter-spacing:.08em;padding:12px 16px 6px;font-size:10px;font-weight:600}.landing-root .sidebar-school{margin-bottom:2px;padding:0 8px}.landing-root .sidebar-school-name{color:var(--text-pri);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 8px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.landing-root .sidebar-school-name:hover{background:var(--bg-surface)}.landing-root .sidebar-school-name .school-dot{background:var(--text-ter);border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-root .sidebar-school-name .school-dot.active{background:var(--green)}.landing-root .sidebar-essay-item{color:var(--text-sec);cursor:pointer;border-radius:6px;align-items:center;gap:6px;margin:1px 8px;padding:5px 8px 5px 28px;font-size:12px;transition:all .15s;display:flex}.landing-root .sidebar-essay-item:hover{background:var(--bg-surface);color:var(--text-pri)}.landing-root .sidebar-essay-item.active{background:var(--green-muted);color:var(--green);font-weight:500}.landing-root .sidebar-essay-item .essay-status{border-radius:50%;flex-shrink:0;width:5px;height:5px}.landing-root .essay-status.done{background:var(--green)}.landing-root .essay-status.draft{background:var(--text-ter)}.landing-root .sidebar-school-name .toggle-icon{color:var(--text-ter);margin-left:auto;font-size:9px}.landing-root .product-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.landing-root .editor-toolbar{border-bottom:1px solid var(--border);background:var(--bg-elevated);align-items:center;gap:12px;height:42px;padding:0 16px;display:flex}.landing-root .editor-toolbar-breadcrumb{color:var(--text-ter);align-items:center;gap:6px;font-size:12px;display:flex}.landing-root .editor-toolbar-breadcrumb span{color:var(--text-sec)}.landing-root .editor-toolbar-sep{color:var(--text-ter);font-size:11px}.landing-root .editor-word-count{color:var(--text-ter);margin-left:auto;font-size:11px}.landing-root .editor-body{background:var(--bg-elevated);flex:1;padding:32px 40px;overflow-y:auto}.landing-root .editor-prompt-label{color:var(--text-ter);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:11px;font-weight:600}.landing-root .editor-prompt-text{color:var(--text-sec);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:24px;font-size:13px;line-height:1.55}.landing-root .editor-content{color:var(--text-pri);font-size:15px;line-height:1.75}.landing-root .editor-content p{margin-bottom:16px}.landing-root .inline-comment-mark{border-bottom:2px solid var(--green);cursor:pointer;background:#2c5f2e26}.landing-root .product-feedback{background:var(--bg-elevated);border-left:1px solid var(--border);flex-direction:column;width:260px;min-width:260px;display:flex;overflow-y:auto}.landing-root .feedback-header{border-bottom:1px solid var(--border);color:var(--text-pri);justify-content:space-between;align-items:center;padding:14px 16px;font-size:12px;font-weight:600;display:flex}.landing-root .feedback-badge{background:var(--green-light);color:var(--green);border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.landing-root .feedback-item{border-bottom:1px solid var(--border);padding:14px 16px}.landing-root .feedback-item-tag{text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:10px;font-weight:600}.landing-root .tag-strength{color:var(--green)}.landing-root .tag-improve{color:#b4641ed9}.landing-root .tag-data{color:#2c5f2eb3}.landing-root .feedback-item-text{color:var(--text-sec);font-size:12px;line-height:1.55}.landing-root .feedback-data-note{background:var(--green-muted);border-radius:8px;align-items:center;gap:6px;margin:10px 12px;padding:10px 16px;display:flex}.landing-root .feedback-data-note-icon{font-size:14px}.landing-root .feedback-data-note-text{color:var(--green);font-size:11px;line-height:1.45}.landing-root #breadcrumb-nav{background:var(--bg);border-bottom:1px solid var(--border);z-index:900;align-items:center;height:48px;display:flex;position:sticky;top:52px}.landing-root .breadcrumb-inner{align-items:center;gap:32px;display:flex}.landing-root .breadcrumb-link{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);opacity:.5;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:14px;text-decoration:none;transition:all .2s}.landing-root .breadcrumb-link:hover{color:var(--text-sec);opacity:1}.landing-root .breadcrumb-link.active{color:var(--text-pri);opacity:1;font-weight:500}.landing-root .breadcrumb-sep{color:var(--text-ter);opacity:.4;font-size:12px}.landing-root #features{background:var(--bg);padding:96px 0}.landing-root .feature-block{margin-bottom:128px}.landing-root .feature-block:last-child{margin-bottom:0}.landing-root .feature-header-row{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:24px;display:flex}.landing-root .feature-header-left{max-width:600px}.landing-root .feature-headline{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.02em;font-size:38px;font-weight:500;line-height:1.1}.landing-root .feature-sub{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);margin-top:8px;font-size:15px;line-height:1.65}.landing-root .feature-explore{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);opacity:.6;cursor:pointer;white-space:nowrap;flex-shrink:0;font-size:14px;text-decoration:none;transition:all .15s}.landing-root .feature-explore:hover{opacity:1;color:var(--text-pri)}.landing-root .feature-visual{border:1px solid var(--border-strong);background:var(--bg-surface);border-radius:12px;overflow:hidden}.landing-root .workspace-ui{height:420px;display:flex}.landing-root .ws-sidebar{background:var(--bg-elevated);border-right:1px solid var(--border);width:200px;min-width:200px;padding:16px 0}.landing-root .ws-main{background:var(--bg-elevated);flex:1;padding:28px 36px;overflow:hidden}.landing-root .ws-main-prompt{color:var(--text-ter);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:600}.landing-root .ws-main-title{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);margin-bottom:20px;font-size:18px;font-weight:500;line-height:1.3}.landing-root .ws-main-content{color:var(--text-pri);font-size:14px;line-height:1.75}.landing-root .ws-main-content p{margin-bottom:14px}.landing-root .realdata-ui{height:380px;display:flex}.landing-root .rd-left{border-right:1px solid var(--border);flex:1;padding:28px 32px;overflow:hidden}.landing-root .rd-label{color:var(--text-ter);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:10px;font-weight:600}.landing-root .rd-essay-text{color:var(--text-pri);font-size:14px;line-height:1.75;position:relative}.landing-root .rd-essay-text p{margin-bottom:14px}.landing-root .rd-highlight{border-bottom:1.5px solid var(--green);cursor:pointer;background:#2c5f2e1f;position:relative}.landing-root .rd-right{flex-direction:column;gap:12px;width:280px;min-width:280px;padding:20px;display:flex}.landing-root .rd-comment{background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.landing-root .rd-comment-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.landing-root .rd-comment-type{text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600}.landing-root .rd-comment-type.strength{color:var(--green)}.landing-root .rd-comment-type.improve{color:#b4641ed9}.landing-root .rd-comment-num{color:var(--text-ter);font-size:10px}.landing-root .rd-comment-text{color:var(--text-sec);font-size:12px;line-height:1.5}.landing-root .rd-data-badge{background:var(--green-muted);border:1px solid #2c5f2e2e;border-radius:8px;align-items:center;gap:8px;margin-top:auto;padding:10px 12px;display:flex}.landing-root .rd-data-badge-icon{font-size:16px}.landing-root .rd-data-badge-text{color:var(--green);font-size:11px;font-weight:500;line-height:1.4}.landing-root .counselors-ui{height:420px;display:flex}.landing-root .co-sidebar{background:var(--bg-elevated);border-right:1px solid var(--border);width:200px;min-width:200px;padding:16px 0}.landing-root .co-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.landing-root .co-main-header{border-bottom:1px solid var(--border);background:var(--bg-elevated);padding:16px 24px}.landing-root .co-main-header-name{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);font-size:17px;font-weight:500}.landing-root .co-main-header-meta{color:var(--text-sec);margin-top:2px;font-size:12px}.landing-root .co-main-body{background:var(--bg-elevated);flex:1;grid-template-columns:1fr 1fr 1fr;gap:14px;padding:20px 24px;display:grid;overflow:hidden}.landing-root .co-feature-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:16px}.landing-root .co-feature-card.premium{background:var(--green-light);border-color:#2c5f2e40}.landing-root .co-card-icon{margin-bottom:8px;font-size:18px}.landing-root .co-card-title{color:var(--text-pri);margin-bottom:4px;font-size:12px;font-weight:600}.landing-root .co-card-text{color:var(--text-sec);font-size:11px;line-height:1.5}.landing-root .co-card-title.premium-title{color:var(--green)}.landing-root .co-exclusive-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--green);background:#2c5f2e1f;border-radius:20px;margin-top:6px;padding:2px 6px;font-size:9px;font-weight:600;display:inline-block}.landing-root .student-item{cursor:pointer;border-radius:6px;align-items:center;gap:8px;margin:2px 8px;padding:8px 12px;transition:all .15s;display:flex}.landing-root .student-item:hover{background:var(--bg-surface)}.landing-root .student-item.active{background:var(--green-muted)}.landing-root .student-avatar{background:var(--bg-surface);border:1px solid var(--border);width:26px;height:26px;color:var(--text-sec);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.landing-root .student-avatar.active-av{background:var(--green-muted);color:var(--green);border-color:#2c5f2e33}.landing-root .student-info-name{color:var(--text-pri);font-size:12px;font-weight:500}.landing-root .student-info-sub{color:var(--text-ter);font-size:10px}.landing-root .essays-ui{height:440px;display:flex}.landing-root .es-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.landing-root .es-toolbar{border-bottom:1px solid var(--border);background:var(--bg-elevated);align-items:center;gap:16px;height:40px;padding:0 20px;display:flex}.landing-root .es-tool-btn{color:var(--text-sec);cursor:pointer;border-radius:4px;padding:4px 8px;font-size:12px;transition:all .15s}.landing-root .es-tool-btn:hover{background:var(--bg-surface);color:var(--text-pri)}.landing-root .es-body{background:var(--bg-elevated);flex:1;padding:28px 36px;position:relative;overflow:hidden}.landing-root .es-content{color:var(--text-pri);max-width:580px;font-size:15px;line-height:1.8}.landing-root .es-content p{margin-bottom:16px}.landing-root .es-mark-1{border-bottom:2px solid var(--green);cursor:pointer;background:#2c5f2e1f}.landing-root .es-mark-2{cursor:pointer;background:#b4641e14;border-bottom:2px solid #b4641e99}.landing-root .es-comment-bubble{border:1px solid var(--border-strong);background:#fff;border-radius:10px;width:200px;padding:10px 12px;position:absolute;right:28px;box-shadow:0 4px 12px #14120a14}.landing-root .es-comment-bubble.b1{top:36px}.landing-root .es-comment-bubble.b2{top:130px}.landing-root .es-bubble-type{text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:10px;font-weight:600}.landing-root .es-bubble-type.green{color:var(--green)}.landing-root .es-bubble-type.amber{color:#b4641ed9}.landing-root .es-bubble-text{color:var(--text-sec);font-size:11px;line-height:1.5}.landing-root .es-bubble-actions{gap:8px;margin-top:8px;display:flex}.landing-root .es-bubble-btn{cursor:pointer;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:500;transition:all .15s}.landing-root .es-bubble-btn.accept{background:var(--green-light);color:var(--green)}.landing-root .es-bubble-btn.reject{background:var(--bg-surface);color:var(--text-sec)}.landing-root .es-right{border-left:1px solid var(--border);background:var(--bg-elevated);width:220px;min-width:220px;overflow-y:auto}.landing-root .es-right-header{border-bottom:1px solid var(--border);color:var(--text-pri);padding:12px 14px;font-size:11px;font-weight:600}.landing-root .es-category{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.landing-root .es-cat-label{color:var(--text-sec);font-size:12px}.landing-root .es-cat-score{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.landing-root .es-cat-score.high{background:var(--green-light);color:var(--green)}.landing-root .es-cat-score.mid{color:#b4641ed9;background:#b4641e1a}.landing-root #data-moat{background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:96px 0}.landing-root .data-moat-label{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:11px;font-weight:500}.landing-root .data-moat-headline{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.01em;max-width:560px;margin-bottom:48px;font-size:32px;font-weight:500;line-height:1.15}.landing-root .compare-table{border-collapse:collapse;width:100%;font-family:var(--font-inter-tight), "Inter Tight", sans-serif}.landing-root .compare-table th{text-align:center;color:var(--text-sec);border-bottom:1px solid var(--border-strong);padding:12px 20px;font-size:13px;font-weight:600}.landing-root .compare-table th.col-tara{color:var(--green);background:var(--green-muted);border-radius:8px 8px 0 0}.landing-root .compare-table th.col-feature{text-align:left;color:var(--text-ter)}.landing-root .compare-table td{text-align:center;color:var(--text-sec);border-bottom:1px solid var(--border);padding:14px 20px;font-size:14px}.landing-root .compare-table td.col-feature{text-align:left;color:var(--text-pri);font-size:14px}.landing-root .compare-table td.col-tara{background:var(--green-muted)}.landing-root .compare-table tr:last-child td{border-bottom:none}.landing-root .compare-yes{color:var(--green);font-size:16px;font-weight:600}.landing-root .compare-no{color:var(--text-ter);font-size:15px}.landing-root .compare-partial{color:var(--text-ter);font-size:13px}.landing-root #pricing{background:var(--bg-surface);border-top:1px solid var(--border);padding:96px 0}.landing-root .pricing-label{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:11px;font-weight:500}.landing-root .pricing-headline{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.02em;margin-bottom:56px;font-size:36px;font-weight:500}.landing-root .pricing-cards{gap:24px;max-width:1200px;display:flex}.landing-root .pricing-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex:1;padding:36px;display:flex}.landing-root .pricing-card.featured{border-color:var(--green);border-width:1.5px}.landing-root .pricing-plan-label{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--text-ter);margin-bottom:16px;font-size:11px;font-weight:600}.landing-root .pricing-plan-label.counselor-label{color:var(--green);background:var(--green-light);border-radius:20px;margin-bottom:16px;padding:3px 10px;display:inline-block}.landing-root .pricing-price{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.02em;font-size:36px;font-weight:500}.landing-root .pricing-period{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);margin-top:4px;margin-bottom:24px;font-size:14px}.landing-root .pricing-divider{background:var(--border);height:1px;margin-bottom:24px}.landing-root .pricing-features{flex-direction:column;flex:1;gap:10px;margin-bottom:28px;padding:0;list-style:none;display:flex}.landing-root .pricing-features li{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);align-items:flex-start;gap:10px;font-size:15px;display:flex}.landing-root .pricing-check{color:var(--green);flex-shrink:0;margin-top:1px;font-size:14px}.landing-root .pricing-exclusive-note{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);margin-bottom:24px;font-size:11px}.landing-root .btn-secondary{color:var(--text-pri);font-family:var(--font-inter-tight), "Inter Tight", sans-serif;border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:13px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.landing-root .btn-secondary:hover{background:var(--bg-surface);border-color:#14120a52}.landing-root #footer{background:var(--bg-invert);border-top:1px solid #f5f0e814;padding:48px 0}.landing-root .footer-inner{justify-content:space-between;align-items:center;display:flex}.landing-root .footer-logo{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-on-dark);font-size:16px;font-weight:600}.landing-root .footer-copy{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:#f5f0e866;margin-top:4px;font-size:13px}.landing-root .footer-right{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:#f5f0e866;text-align:right;font-size:13px}.landing-root .footer-right a{color:#f5f0e866;text-decoration:none;transition:all .15s}.landing-root .footer-right a:hover{color:#f5f0e8b3}@media (max-width:768px){.landing-root .nav-login{padding:6px 10px;font-size:13px}.landing-root #hero{padding-top:88px;padding-bottom:64px}.landing-root .hero-headline{font-size:42px}.landing-root .hero-cta-row{flex-direction:column;align-items:flex-start}.landing-root .product-ui{flex-direction:column;height:auto}.landing-root .product-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:160px;padding:8px 0}.landing-root .product-feedback{border-left:none;border-top:1px solid var(--border);width:100%}.landing-root .breadcrumb-inner{gap:16px;padding-bottom:4px;overflow-x:auto}.landing-root .breadcrumb-sep{display:none}.landing-root .feature-header-row{flex-direction:column;align-items:flex-start;gap:16px}.landing-root .feature-headline{font-size:28px}.landing-root .workspace-ui,.landing-root .realdata-ui,.landing-root .counselors-ui,.landing-root .essays-ui{flex-direction:column;height:auto}.landing-root .ws-sidebar,.landing-root .co-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%}.landing-root .rd-right,.landing-root .es-right{border-left:none;border-top:1px solid var(--border);width:100%}.landing-root .rd-left{border-right:none;border-bottom:1px solid var(--border)}.landing-root .pricing-cards{flex-direction:column}.landing-root .footer-inner{text-align:center;flex-direction:column;gap:20px}.landing-root .footer-right{text-align:center}.landing-root .es-comment-bubble{display:none}.landing-root .co-main-body{grid-template-columns:1fr 1fr}}@media (max-width:480px){.landing-root .co-main-body{grid-template-columns:1fr}}.landing-root .piq-sidebar-list{flex-direction:column;gap:1px;margin:0;padding:0 8px;list-style:none;display:flex}.landing-root .piq-sidebar-item{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12.5px;font-weight:400;transition:background .15s,color .15s;display:block;overflow:hidden}.landing-root .piq-sidebar-item:hover{background:var(--bg-surface)}.landing-root .piq-sidebar-item.active{background:var(--green-muted);color:var(--green);font-weight:500}.landing-root .sidebar-milestone-empty{color:var(--text-ter);font-size:12px;font-family:var(--font-inter-tight), "Inter Tight", sans-serif;padding:6px 18px}.landing-root .sidebar-bottom{border-top:1px solid var(--border);align-items:center;gap:10px;margin-top:auto;padding:12px 16px;display:flex}.landing-root .sidebar-avatar{background:var(--green-muted);width:22px;height:22px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.landing-root .sidebar-avatar-name{color:var(--text-pri);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;overflow:hidden}.landing-root .sidebar-signout{color:var(--text-ter);font-size:12px}.landing-root .piq-breadcrumb{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-ter);align-items:center;gap:6px;font-size:13px;display:flex}.landing-root .piq-breadcrumb-current{color:var(--text-sec)}.landing-root .piq-focus-pill{border:1px solid var(--border);color:var(--text-sec);background:0 0;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:4px 10px;font-size:12px;display:inline-flex}.landing-root .piq-prompt-full{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);max-width:540px;margin-top:14px;margin-bottom:14px;font-size:14px;line-height:1.65}.landing-root .big-picture-banner{border:1px solid var(--border);background:var(--bg-surface);color:var(--text-ter);text-transform:uppercase;letter-spacing:.06em;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:10px 14px;font-size:11px;display:flex}.landing-root .suggestions-col{border-left:1px solid var(--border);background:var(--bg-elevated);flex-direction:column;gap:10px;width:280px;min-width:280px;padding:16px 16px 24px;display:flex;overflow-y:auto}.landing-root .suggestions-col-header{text-transform:uppercase;letter-spacing:.06em;color:var(--text-ter);font-size:11px;font-weight:500}.landing-root .suggestion-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.landing-root .suggestion-type-pill{color:var(--green);background:var(--green-muted);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-bottom:8px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.landing-root .suggestion-quoted{color:var(--text-sec);border-left:2px solid var(--border-strong);background:var(--bg-elevated);border-radius:4px;margin-bottom:8px;padding:6px 8px;font-size:11.5px;line-height:1.5}.landing-root .suggestion-reason{color:var(--text-pri);margin-bottom:10px;font-size:12.5px;line-height:1.55}.landing-root .suggestion-rewrite{background:var(--green-muted);border:1px solid var(--border);color:var(--text-pri);border-radius:6px;padding:8px 10px;font-size:12.5px;line-height:1.5}.landing-root .suggestion-rewrite-label{color:var(--green);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:500;display:block}.landing-root .suggestion-actions{gap:6px;margin-top:10px;display:flex}.landing-root .suggestion-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500}.landing-root .suggestion-btn.accept{background:var(--green);color:#fff}.landing-root .suggestion-btn.reject{color:var(--text-sec);border-color:var(--border-strong);background:0 0}.landing-root .editor-footer{border-top:1px solid var(--border);background:var(--bg-elevated);justify-content:space-between;align-items:center;padding:10px 36px;display:flex}.landing-root .editor-word-counter{color:var(--text-ter);font-size:12px}.landing-root .editor-analyze-btn{background:var(--green);color:#fff;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:500}.landing-root .essay-mark{border-bottom:1.5px solid var(--green);background:#2c5f2e21;border-radius:1px;padding:0 1px}.landing-root .home-ui{background:var(--bg-elevated);flex-direction:column;gap:22px;height:460px;padding:28px 32px;display:flex;overflow:hidden}.landing-root .home-greeting{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.01em;font-size:24px;font-weight:500}.landing-root .home-section-label{color:var(--text-ter);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:10px;font-weight:600}.landing-root .uc-pill-row{flex-wrap:wrap;gap:6px;display:flex}.landing-root .uc-pill{border:1px solid var(--border);color:var(--text-sec);background:0 0;border-radius:999px;padding:4px 10px;font-size:12px}.landing-root .uc-pill.selected{border-color:var(--green);background:var(--green-muted);color:var(--green);font-weight:500}.landing-root .piq-grid-mock{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.landing-root .piq-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:8px;min-height:110px;padding:14px 16px;display:flex}.landing-root .piq-card-id{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);font-size:16px;font-weight:500}.landing-root .piq-card-summary{color:var(--text-sec);flex:1;font-size:12px;line-height:1.4}.landing-root .piq-card-foot{color:var(--text-sec);justify-content:space-between;align-items:center;font-size:11px;display:flex}.landing-root .piq-card-status{align-items:center;gap:5px;display:inline-flex}.landing-root .piq-card-status .dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-root .piq-card-status .dot.ready{background:var(--green)}.landing-root .piq-card-status .dot.progress{background:#b4641ed9}.landing-root .piq-card-status .dot.idle{background:var(--text-ter)}.landing-root .piq-card-words{color:var(--text-ter);font-variant-numeric:tabular-nums}.landing-root .co-roster-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin:1px 8px;padding:8px 12px;transition:background .15s;display:flex}.landing-root .co-roster-item:hover{background:var(--bg-surface)}.landing-root .co-roster-item.active{background:var(--green-muted)}.landing-root .co-roster-avatar{background:var(--bg-surface);border:1px solid var(--border);width:26px;height:26px;color:var(--text-sec);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.landing-root .co-roster-item.active .co-roster-avatar{background:var(--green-muted);color:var(--green);border-color:#2c5f2e33}.landing-root .co-roster-meta{flex:1;min-width:0}.landing-root .co-roster-name{color:var(--text-pri);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:500;overflow:hidden}.landing-root .co-roster-item.active .co-roster-name{color:var(--green)}.landing-root .co-roster-sub{color:var(--text-ter);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.landing-root .co-roster-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:9px;font-weight:600}.landing-root .co-roster-badge.active{background:var(--green-muted);color:var(--green)}.landing-root .co-roster-badge.behind{color:#b4641ed9;background:#b4641e1f}.landing-root .co-roster-badge.pending{background:var(--bg-surface);color:var(--text-sec)}.landing-root .co-student-overview{background:var(--bg-elevated);flex-direction:column;flex:1;gap:18px;padding:24px 28px;display:flex;overflow:hidden}.landing-root .co-student-name{font-family:var(--font-bricolage), "Bricolage Grotesque", sans-serif;color:var(--text-pri);letter-spacing:-.01em;font-size:22px;font-weight:500}.landing-root .co-student-meta{color:var(--text-sec);margin-top:2px;font-size:12px}.landing-root .co-student-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.landing-root .co-piq-row{border:1px solid var(--border);background:var(--bg-surface);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:12px;display:flex}.landing-root .co-piq-row .piq-label{color:var(--text-pri);font-weight:500}.landing-root .co-piq-row .piq-words{color:var(--text-ter);font-variant-numeric:tabular-nums}.landing-root .co-piq-row .piq-status-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:600}.landing-root .co-piq-row .piq-status-tag.ready{background:var(--green-muted);color:var(--green)}.landing-root .co-piq-row .piq-status-tag.progress{color:#b4641ed9;background:#b4641e1f}.landing-root .co-piq-row .piq-status-tag.idle{background:var(--bg-elevated);color:var(--text-ter)}.landing-root #faq{border-top:1px solid var(--border);padding:80px 0}.landing-root .faq-header{text-align:center;margin-bottom:56px}.landing-root .faq-groups{flex-direction:column;gap:48px;max-width:680px;margin:0 auto;display:flex}.landing-root .faq-group-label{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;letter-spacing:.09em;text-transform:uppercase;color:var(--text-sec);opacity:.6;margin-bottom:4px;font-size:11px;font-weight:600}.landing-root .faq-item{border-bottom:1px solid var(--border)}.landing-root .faq-question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-pri);background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;font-size:15px;font-weight:500;line-height:1.4;transition:opacity .15s;display:flex}.landing-root .faq-question:hover{opacity:.7}.landing-root .faq-chevron{width:16px;height:16px;color:var(--text-sec);flex-shrink:0;transition:transform .35s cubic-bezier(.16,1,.3,1)}.landing-root .faq-item.open .faq-chevron{transform:rotate(180deg)}.landing-root .faq-answer{height:0;transition:height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.landing-root .faq-answer-inner{font-family:var(--font-inter-tight), "Inter Tight", sans-serif;color:var(--text-sec);padding-bottom:20px;font-size:14px;line-height:1.75}
