:root{--black:#000000;--white:#FFFFFF;--orange:#FF5C00;--orange-hover:#E05200;--orange-light:#FFF1EB;--bg-muted:#F5F5F5;--text:#0A0A0A;--text-muted:#555555;--border:#E0E0E0;--font:"Fira Sans",-apple-system,sans-serif;--r-sm:4px;--r-md:8px;--r-lg:12px;--r-xl:20px;--shadow-lg:0 8px 40px rgba(0,0,0,0.12)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:0 28px}.section{padding:40px 0}.section--muted{background:var(--bg-muted)}.label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}.headline{font-size:clamp(22px,2.8vw,34px);font-weight:800;line-height:1.12;letter-spacing:-.02em;margin-bottom:8px}.subhead{font-size:15px;color:var(--text-muted);line-height:1.6;max-width:560px;margin-bottom:24px}.center{text-align:center}.center .subhead{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font);font-weight:700;cursor:pointer;border:none;transition:all .15s;text-decoration:none}.btn-cta{background:var(--orange);color:var(--white);padding:10px 22px;border-radius:var(--r-md);font-size:14px}.btn-cta:hover{background:var(--orange-hover);transform:translateY(-1px);box-shadow:0 4px 14px rgba(255,92,0,.3)}.btn-cta--lg{padding:12px 28px;font-size:15px}.btn-sub{font-size:11px;color:var(--text-muted);margin-top:6px;display:block;font-weight:400}.btn-sub--white{color:rgba(255,255,255,.5)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav__inner{max-width:1180px;margin:0 auto;padding:0 28px;height:52px;display:flex;align-items:center}.nav__logo{height:26px;margin-right:32px;flex-shrink:0}.nav__logo img{height:100%;width:auto;display:block}.nav__links{display:flex;align-items:center;gap:32px;flex:1 1}.nav__links a{padding:5px 11px;font-size:13px;font-weight:500;color:var(--text-muted);border-radius:var(--r-sm);transition:all .12s}.nav__links a:hover{background:var(--bg-muted);color:var(--black)}.nav__cta{margin-left:auto}.nav__cta .btn-cta{padding:7px 16px;font-size:13px}.nav__user{margin-left:auto;position:relative}.nav__user-btn{display:flex;align-items:center;gap:8px;padding:5px 10px 5px 6px;border:1px solid var(--border);border-radius:20px;background:white;cursor:pointer;font-family:var(--font);font-size:13px;font-weight:500;color:var(--text);transition:all .15s}.nav__user-btn:hover{background:var(--bg-muted);border-color:#ccc}.nav__user-avatar{width:26px;height:26px;border-radius:50%;background:var(--orange);color:white;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.nav__user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav__user-dropdown{display:none;position:absolute;right:0;top:calc(100% + 8px);background:white;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);min-width:200px;z-index:300;padding:8px 0}.nav__user.open .nav__user-dropdown{display:block}.nav__user-info{padding:10px 16px 8px}.nav__user-info-name{font-size:14px;font-weight:600;color:var(--text)}.nav__user-info-email{font-size:12px;color:var(--text-muted);margin-top:2px}.nav__user-divider{height:1px;background:var(--border);margin:4px 0}.nav__user-logout{width:100%;padding:8px 16px;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font);font-size:13px;color:#dc2626;display:flex;align-items:center;gap:8px;transition:background .12s}.nav__user-logout:hover{background:#fef2f2}.nav__blog-link,.nav__links a.nav__blog-link{cursor:pointer;font-size:14px;font-weight:500;color:var(--text);padding:8px 0;transition:color .12s;text-decoration:none;background:none;border:none;border-radius:0;font-family:inherit}.nav__blog-link:hover,.nav__links a.nav__blog-link:hover{color:var(--orange);background:none}.nav__dropdown{position:relative}.nav__drop-trigger{cursor:pointer;font-size:14px;font-weight:500;color:var(--text);padding:8px 0;transition:color .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none}a.nav__drop-trigger,a.nav__drop-trigger:visited{color:var(--text);background:none}a.nav__drop-trigger:hover{background:none;color:var(--orange)}.nav__drop-trigger:hover,.nav__dropdown.open .nav__drop-trigger{color:var(--orange)}.nav__drop-menu{display:none;position:absolute;top:calc(100% + 4px);left:-16px;background:white;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);min-width:220px;padding:8px 0;z-index:200}.nav__dropdown.open .nav__drop-menu{display:block}.nav__drop-menu a{display:block;padding:8px 20px;font-size:13px;color:var(--text);font-weight:500;transition:background .1s,color .1s;text-decoration:none}.nav__drop-menu a:hover{background:var(--bg-muted);color:var(--orange)}.nav__drop-group{padding:8px 20px 4px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.nav__drop-group:not(:first-child){border-top:1px solid var(--border);margin-top:4px}.nav__drop-menu--wide{min-width:300px}.nav__drop-title{display:block;font-size:13px;font-weight:600;line-height:1.3}.nav__drop-sub{display:block;font-size:11px;font-weight:400;color:var(--text-muted);margin-top:2px;line-height:1.4}.nav__drop-menu a:hover .nav__drop-sub{color:var(--orange);opacity:.85}.nav__hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;margin-left:12px;flex-shrink:0}.nav__hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}.nav__hamburger span:first-child,.nav__hamburger span:nth-child(2){margin-bottom:5px}.nav--open .nav__hamburger{visibility:hidden}.nav__overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:298;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .3s ease}.nav--open .nav__overlay{opacity:1}.nav__close,.nav__sidebar-cta,.nav__sidebar-head{display:none}.btn--full{width:100%}.hero{padding:44px 0 40px;border-bottom:1px solid var(--border)}.hero__inner{max-width:1180px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.hero__headline{font-size:clamp(26px,3.8vw,44px);font-weight:800;line-height:1.08;letter-spacing:-.025em;margin-bottom:12px}.hero__headline em{font-style:normal;background:linear-gradient(180deg,transparent 55%,var(--orange-light) 55%)}.hero__sub{font-size:15px;color:var(--text-muted);line-height:1.6;margin-bottom:22px;max-width:440px}.hero__cta-row{display:flex;flex-direction:column;align-items:flex-start}.hero__ui{background:var(--bg-muted);border-radius:var(--r-xl);border:1px solid var(--border);padding:18px;box-shadow:var(--shadow-lg)}.ui-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ui-title{font-size:12px;font-weight:700}.ui-pill{font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;background:var(--orange-light);color:var(--orange)}.ui-progress-track{height:4px;background:var(--border);border-radius:3px;margin-bottom:14px;overflow:hidden}.ui-progress-fill{height:100%;background:var(--orange);width:36%;border-radius:3px}.ui-section-label{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:5px}.ui-task{gap:8px;padding:7px 9px;border-radius:var(--r-md);font-size:12px;margin-bottom:3px;background:var(--white);border:1px solid var(--border)}.ui-task,.ui-task__check{display:flex;align-items:center}.ui-task__check{width:15px;height:15px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;justify-content:center;font-size:9px;color:transparent}.ui-task__check--done{background:var(--orange);border-color:var(--orange);color:white}.ui-task__name{flex:1 1;font-weight:500}.ui-task--done .ui-task__name{text-decoration:line-through;color:var(--text-muted);font-weight:400}.ui-task__tag{font-size:9px;padding:2px 7px;border-radius:8px;font-weight:700;white-space:nowrap}.tag-done{background:#F0FDF4;color:#16a34a}.tag-next{background:var(--orange-light);color:var(--orange)}.tag-up{background:#F0F0F0;color:var(--text-muted)}.hero-inner{padding:44px 0 40px;border-bottom:1px solid var(--border)}.hero-inner__content{max-width:680px}.hero-inner__badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);background:var(--orange-light);padding:4px 12px;border-radius:20px;margin-bottom:14px}.hero-inner__hl{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.025em;margin-bottom:14px}.hero-inner__sub{font-size:16px;color:var(--text-muted);line-height:1.65;margin-bottom:26px;max-width:560px}.hero-inner__sec{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:13px;font-weight:700;color:var(--black)}.hero-inner__sec:hover{color:var(--orange)}.hero-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.hero-split__img{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-lg)}.hero-split__img img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.icp-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:22px}.icp-card{border:2px solid var(--border);border-radius:var(--r-lg);padding:20px;background:var(--white);transition:border-color .15s,box-shadow .15s}.icp-card:hover{border-color:var(--orange);box-shadow:0 3px 16px rgba(255,92,0,.08)}.icp-card__icon{width:40px;height:40px;margin-bottom:10px;object-fit:contain}.icp-card__eye{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:4px}.icp-card__title{font-size:16px;font-weight:700;margin-bottom:6px}.icp-card__body{font-size:13px;color:var(--text-muted);line-height:1.55}.seg-row{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:20px}.seg-row::-webkit-scrollbar{display:none}.seg-tabs{display:flex;gap:2px;border-bottom:2px solid var(--border);min-width:max-content;margin-bottom:20px}.seg-tab{padding:7px 14px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;margin-bottom:-2px;transition:all .12s;white-space:nowrap;font-family:var(--font);background:none;border:none;border-bottom:2px solid transparent}.seg-tab:hover{color:var(--black)}.seg-tab.active{color:var(--orange);border-bottom-color:var(--orange);font-weight:700}.seg-panel{display:none}.seg-panel.active{display:block}.seg-text{font-size:16px;color:var(--text-muted);line-height:1.65;max-width:620px}.seg-link{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:13px;font-weight:700;color:var(--orange);transition:gap .12s}.seg-link:hover{gap:9px}.seg-panel-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.seg-panel-img{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/3}.seg-panel-img img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.prob-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:22px}.prob-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px}.prob-card__icon{width:40px;height:40px;margin-bottom:10px;object-fit:contain}.prob-card__quote{font-size:14px;font-weight:700;margin-bottom:8px}.prob-card__body{font-size:13px;color:var(--text-muted);line-height:1.55}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:22px}.benefit-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px 16px}.benefit-card:nth-child(odd){border-top:3px solid var(--orange)}.benefit-card:nth-child(2n){border-top:3px solid var(--black)}.benefit-card__icon{width:48px;height:48px;margin-bottom:10px;object-fit:contain}.benefit-card__title{font-size:13px;font-weight:700;margin-bottom:5px;line-height:1.3}.benefit-card__body{font-size:12px;color:var(--text-muted);line-height:1.5}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden}.step{padding:22px 20px;border-right:1px solid var(--border)}.step:last-child{border-right:none}.step__num{width:30px;height:30px;background:var(--orange);color:var(--white);border-radius:var(--r-sm);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.step__title{font-size:13px;font-weight:700;margin-bottom:6px;line-height:1.3}.step__body{font-size:12px;color:var(--text-muted);line-height:1.55}.callout{background:var(--black);border-radius:var(--r-xl);padding:32px 40px;display:flex;align-items:center;gap:36px;color:var(--white)}.callout__label{font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}.callout__body{font-size:16px;line-height:1.6;color:rgba(255,255,255,.85);max-width:540px}.callout__cta{flex-shrink:0;text-align:center}.faq-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:24px;max-width:none}.faq-item{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 24px}.faq-q{font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.45}.faq-a,.faq-q{font-size:13px;display:block}.faq-a{color:var(--text-muted);line-height:1.65}.section--muted .faq-item{background:var(--white)}.blog-card:hover{border-color:var(--orange);box-shadow:0 4px 20px rgba(0,0,0,.06)}.footer-cta{background:var(--orange);padding:48px 0;color:var(--white)}.footer-cta__hl{font-size:clamp(26px,3.5vw,40px);font-weight:800;letter-spacing:-.02em;margin-bottom:0;line-height:1.15}.footer-cta__sub{font-size:15px;color:rgba(255,255,255,.75);margin-bottom:22px}.footer-cta .btn-cta{background:var(--white);color:var(--orange)}.footer-cta .btn-cta:hover{background:#fff3ed}.footer-cta .btn-sub{color:rgba(255,255,255,.6)}.footer-cta__split{display:flex;align-items:center;justify-content:space-between;gap:48px}.footer-cta__split-right{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.footer{background:var(--black);padding:24px 28px}.footer__inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.footer__logo img{height:22px;width:auto;filter:brightness(0) invert(1)}.footer__tagline{font-size:11px;color:rgba(255,255,255,.35);margin-top:3px}.footer__links{display:flex;gap:18px;flex-wrap:wrap}.footer__links a{font-size:12px;color:rgba(255,255,255,.4);transition:color .12s}.footer__links a:hover{color:var(--white)}.footer__copy{width:100%;font-size:11px;color:rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.15);padding-top:14px;margin-top:2px}.pillar{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.pillar--flip{direction:rtl}.pillar--flip>*{direction:ltr}.pillar__label{letter-spacing:.14em;color:var(--orange);margin-bottom:6px}.pillar__label,.pillar__num{font-size:10px;font-weight:700;text-transform:uppercase}.pillar__num{display:inline-flex;align-items:center;gap:8px;letter-spacing:.12em;color:var(--text-muted);margin-bottom:10px}.pillar__num:before{content:"";display:block;width:20px;height:2px;background:var(--orange)}.pillar__hl{font-size:clamp(20px,2.5vw,28px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:8px}.pillar__sub{font-size:14px;font-weight:600;color:var(--text);margin-bottom:10px;line-height:1.5}.pillar__body{font-size:14px;color:var(--text-muted);line-height:1.65}.pillar__mock{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px;box-shadow:var(--shadow-lg)}.pillar__mock-title{font-size:11px;font-weight:700;margin-bottom:12px}.mock-row{display:flex;align-items:center;gap:10px;padding:8px 10px;background:white;border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:4px;font-size:12px}.mock-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mock-dot--orange{background:var(--orange)}.mock-dot--green{background:#16a34a}.mock-dot--gray{background:#ccc}.mock-tag{margin-left:auto;font-size:9px;padding:2px 7px;border-radius:8px;font-weight:700;white-space:nowrap}.mock-tag--done{background:#f0fdf4;color:#16a34a}.mock-tag--next{background:var(--orange-light);color:var(--orange)}.mock-tag--up{background:#f0f0f0;color:#888}.mock-progress{height:4px;background:var(--border);border-radius:3px;margin:10px 0}.mock-progress-fill{height:100%;border-radius:3px;background:var(--orange)}.mock-stat{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.mock-stat__label{color:var(--text-muted)}.mock-stat__val{font-weight:700}.mock-bar{height:6px;background:var(--bg-muted);border-radius:3px;margin-bottom:8px;overflow:hidden}.mock-bar-fill{height:100%;border-radius:3px}.mock-chat-msg{font-size:12px;padding:8px 10px;border-radius:var(--r-md);margin-bottom:6px;line-height:1.5}.mock-chat-user{background:var(--black);color:white;margin-left:20%}.mock-chat-ai{background:white;border:1px solid var(--border);margin-right:20%}.mock-chat-ai-label{font-size:9px;font-weight:700;color:var(--orange);margin-bottom:4px}.mock-badge-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.mock-badge{font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;background:var(--orange-light);color:var(--orange)}.mock-grant{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:white;border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:4px;font-size:12px}.mock-grant__name{font-weight:600}.mock-grant__amt{font-weight:800;color:var(--orange)}.mock-grant__status{font-size:9px;font-weight:700;padding:2px 7px;border-radius:8px;background:#f0fdf4;color:#16a34a}.mistake-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:22px}.mistake-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px}.mistake-card__num{width:26px;height:26px;background:var(--black);color:var(--white);border-radius:var(--r-sm);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.mistake-card__title{font-size:13px;font-weight:700;margin-bottom:6px}.mistake-card__reality{font-size:11px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.mistake-card__body{font-size:12px;color:var(--text-muted);line-height:1.55}.covers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:22px}.cover-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px 16px}.cover-card__icon{width:36px;height:36px;object-fit:contain;margin-bottom:8px}.cover-card__title{font-size:13px;font-weight:700;margin-bottom:5px}.cover-card__body{font-size:12px;color:var(--text-muted);line-height:1.5}.checklist{list-style:none;margin-top:20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 24px;gap:8px 24px}.checklist li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5}.checklist li:before{content:"✓";color:var(--orange);font-weight:800;flex-shrink:0;margin-top:1px}.path-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:22px}.path-card{background:var(--white);border:2px solid var(--border);border-radius:var(--r-lg);padding:18px;cursor:pointer;transition:border-color .15s}.path-card:hover{border-color:var(--orange)}.path-card__title{font-size:14px;font-weight:700;margin-bottom:6px}.path-card__body{font-size:12px;color:var(--text-muted);line-height:1.5}.feature-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.feature-section--flip{direction:rtl}.feature-section--flip>*{direction:ltr}.feature-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);background:var(--orange-light);padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:12px}.feature-hl{font-size:clamp(20px,2.5vw,28px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:8px}.feature-body{font-size:14px;color:var(--text-muted);line-height:1.65}.feature-visual{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px;box-shadow:var(--shadow-lg)}.biz-type-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.biz-type-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid var(--border);border-radius:20px;font-size:13px;font-weight:500;color:var(--text);transition:all .12s;text-decoration:none}.biz-type-chip:hover{border-color:var(--orange);color:var(--orange)}.existing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:22px}.existing-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px}.existing-card__icon{width:36px;height:36px;object-fit:contain;margin-bottom:8px}.existing-card__title{font-size:14px;font-weight:700;margin-bottom:6px}.existing-card__body{font-size:13px;color:var(--text-muted);line-height:1.55}.pull-quote{border-left:4px solid var(--orange);padding:12px 20px;margin:20px 0;background:var(--orange-light);border-radius:0 var(--r-md) var(--r-md) 0;font-size:17px;font-weight:700;line-height:1.4}.about-hero{padding:64px 0 56px;border-bottom:1px solid var(--border)}.about-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);background:var(--orange-light);padding:4px 12px;border-radius:20px;margin-bottom:16px}.about-hl{font-size:clamp(28px,4vw,52px);font-weight:800;line-height:1.06;letter-spacing:-.03em;margin-bottom:20px;max-width:720px}.about-hl em{font-style:normal;background:linear-gradient(180deg,transparent 55%,var(--orange-light) 55%)}.about-lead{font-size:17px;color:var(--text-muted);line-height:1.7;max-width:640px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:40px}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:28px 28px 24px}.why-card__num{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}.why-card__title{font-size:17px;font-weight:800;margin-bottom:10px;line-height:1.25;letter-spacing:-.015em}.why-card__body{font-size:14px;color:var(--text-muted);line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:32px}.value-item{display:flex;gap:14px;align-items:flex-start;padding:20px;background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg)}.value-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:5px}.value-item__title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:3px}.value-item__body{font-size:12px;color:var(--text-muted);line-height:1.55}.founder-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:56px;gap:56px;align-items:start;margin-top:40px}.founder-photo{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:1;box-shadow:var(--shadow-lg)}.founder-photo img{width:100%;height:100%;object-fit:cover;display:block}.founder-name{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-bottom:2px}.founder-role{font-size:13px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.founder-bio p{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:14px}.founder-bio p:last-child{margin-bottom:0}.founder-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.founder-tag{font-size:11px;font-weight:600;background:var(--bg-muted);border:1px solid var(--border);border-radius:20px;padding:4px 12px;color:var(--text-muted)}.prose-page{padding:56px 0 80px}.prose-page .container{max-width:780px}.prose-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);background:var(--orange-light);padding:4px 12px;border-radius:20px;margin-bottom:16px}.prose-hl{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.08;letter-spacing:-.025em;margin-bottom:6px}.prose-date{font-size:13px;color:var(--text-muted);margin-bottom:40px}.prose-toc{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 24px;margin-bottom:40px}.prose-toc__title{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.prose-toc a{display:block;font-size:13px;font-weight:500;color:var(--text);padding:4px 0;text-decoration:none}.prose-toc a:hover{color:var(--orange)}.prose-toc a:before{content:"→ ";color:var(--orange);font-weight:700}.prose-body h2{font-size:16px;font-weight:800;letter-spacing:-.01em;margin:36px 0 10px;padding-top:36px;border-top:1px solid var(--border)}.prose-body h2:first-child{border-top:none;margin-top:0;padding-top:0}.prose-body h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin:24px 0 8px}.prose-body p{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:14px}.prose-body ol,.prose-body ul{padding-left:20px;margin-bottom:14px}.prose-body li{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:6px}.prose-body strong{color:var(--text);font-weight:700}.prose-body a{color:var(--orange)}.prose-body a:hover{text-decoration:underline}.callout-block{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 24px;margin:24px 0}.callout-block p{margin-bottom:0;font-size:13px}.bw-hero{background:linear-gradient(135deg,#fff7ed,#ffffff 50%,#faf5ff);padding:64px 0 80px}.bw-4xl{max-width:896px;margin:0 auto;padding:0 32px}.bw-back{display:inline-flex;align-items:center;font-size:14px;font-weight:500;color:#FF5C00;text-decoration:none;margin-bottom:24px;transition:opacity .15s}.bw-back:hover{opacity:.8}.bw-h1{font-size:36px;font-weight:800;color:#111827;margin-bottom:24px;line-height:1.08;letter-spacing:-.02em}.bw-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#4b5563}.bw-meta-item{display:flex;align-items:center;gap:8px}.bw-meta-icon{width:16px;height:16px;flex-shrink:0;color:#FF5C00}.bw-img-wrap{max-width:896px;margin:-32px auto 32px;padding:0 32px}.bw-img-wrap img{width:100%;height:auto;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.22);display:block}.bw-article{max-width:896px;margin:0 auto;padding:48px 32px 80px}.bw-intro{margin-bottom:48px}.bw-intro p{font-size:16px;color:#374151;line-height:1.8;margin-bottom:24px}.bw-intro p:last-child{margin-bottom:0}.bw-intro p.xl{font-size:20px}.bw-section{margin-bottom:64px}.bw-h2{font-size:30px;font-weight:800;color:#111827;letter-spacing:-.02em;line-height:1.1}.bw-h2,.bw-p{margin-bottom:24px}.bw-p{font-size:16px;color:#374151;line-height:1.8}.bw-p strong{color:#111827}.bw-p a{color:#FF5C00;font-weight:600;text-decoration:none}.bw-p a:hover{opacity:.8}.bw-list{list-style:none;padding:0;margin:0 0 32px}.bw-list li{display:flex;align-items:flex-start;gap:8px;color:#374151;font-size:16px;line-height:1.75;margin-bottom:8px}.bw-list li.gap3{gap:12px}.bw-list li .dot{color:#FF5C00;font-weight:700;margin-top:2px;flex-shrink:0}.bw-list li strong{color:#111827}.bw-list.sm li{font-size:14px;color:#4b5563}.bw-list.tight{margin-bottom:8px}.bw-table-wrap{background:linear-gradient(135deg,#fff7ed,#faf5ff);border-radius:16px;padding:24px 32px;margin-bottom:32px;border:1px solid #ffedd5;overflow-x:auto}.bw-table{width:100%;border-collapse:collapse}.bw-table thead tr{border-bottom:2px solid rgba(255,92,0,.2)}.bw-table th{text-align:left;color:#111827;font-weight:700}.bw-table td,.bw-table th{padding:16px;font-size:15px}.bw-table td{color:#374151;border-bottom:1px solid #e5e7eb;line-height:1.6}.bw-table tbody tr:last-child td{border-bottom:none}.bw-table td:first-child{font-weight:600;color:#111827}.bw-table .total-row td{background:rgba(255,237,213,.5);border-top:2px solid rgba(255,92,0,.3);font-weight:700;color:#111827}.bw-callout{background:#fff7ed;border-left:4px solid #ff5c00;border-radius:0 12px 12px 0;padding:24px;margin-bottom:24px}.bw-callout p{color:#111827;font-weight:600;margin-bottom:0;font-size:16px;line-height:1.7}.bw-callout a{color:#FF5C00;font-weight:700;text-decoration:none}.bw-cards-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:32px}.bw-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.bw-card-title{font-weight:700;color:#111827;margin-bottom:12px;font-size:16px;line-height:1.4}.bw-card-title.lg{font-size:18px;margin-bottom:16px}.bw-card-price{color:#FF5C00;font-weight:700;font-size:15px;margin-bottom:12px}.bw-card-list{list-style:none;padding:0;margin:0}.bw-card-list li{display:flex;align-items:flex-start;gap:8px;color:#374151;font-size:15px;line-height:1.6;margin-bottom:8px}.bw-card-list.sm li{font-size:14px;color:#4b5563}.bw-card-list li:last-child{margin-bottom:0}.bw-card-list .dot{color:#FF5C00;flex-shrink:0;margin-top:2px}.bw-cards-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.bw-sub-sections{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.bw-sub-title{font-weight:700;color:#111827;margin-bottom:12px;font-size:15px}.bw-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-bottom:32px}.bw-col-title{font-weight:700;color:#111827;margin-bottom:16px;font-size:16px}.bw-timeline{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.bw-tl-row{display:flex;gap:16px}.bw-tl-label{flex-shrink:0;width:128px;font-weight:700;color:#FF5C00;font-size:15px;line-height:1.5}.bw-tl-text{color:#374151;font-size:16px;line-height:1.75}.bw-cta-block{background:linear-gradient(135deg,#FF5C00,#ea580c);border-radius:16px;padding:32px;color:white;margin-bottom:64px}.bw-cta-block h2{font-size:30px;font-weight:800;margin-bottom:16px;color:white;letter-spacing:-.02em;line-height:1.1}.bw-cta-block p{font-size:18px;margin-bottom:24px;color:rgba(255,255,255,.9);line-height:1.7}.bw-cta-block p strong{color:white}.bw-cta-block .bw-list{margin-bottom:32px}.bw-cta-block .bw-list li{color:rgba(255,255,255,.9)}.bw-cta-block .bw-list li strong{color:white}.bw-cta-block .bw-list .dot{color:rgba(255,255,255,.6)}.bw-cta-block .bw-cta-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;list-style:none;padding:0}.bw-cta-block .bw-cta-list li{display:flex;align-items:flex-start;gap:8px;color:rgba(255,255,255,.9);font-size:16px;line-height:1.6}.bw-cta-block .bw-cta-list li span:first-child{color:white;font-weight:700;flex-shrink:0}.bw-cta-block .bw-cta-list li strong{color:white}.bw-subsections{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.bw-h3{font-size:17px;font-weight:700;color:#111827;margin-bottom:12px}.bw-cta-block .bw-checks{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.bw-cta-block .check-row{display:flex;align-items:flex-start;gap:8px;color:rgba(255,255,255,.9);font-size:16px;line-height:1.6}.bw-cta-block .check-row .ck{color:white;font-weight:700;flex-shrink:0}.bw-cta-block .check-row strong{color:white}.bw-cta-block a.white-link{color:white;font-weight:600;text-decoration:none}.bw-cta-block a.white-link:hover{opacity:.85}.bw-btn-white{display:inline-flex;align-items:center;justify-content:center;background:white;color:#FF5C00;font-weight:700;padding:16px 32px;font-size:18px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;font-family:var(--font);transition:background .15s}.bw-btn-white:hover{background:#fff3ed}.bw-final-cta{margin-bottom:64px;text-align:center}.bw-final-cta p{font-size:16px;color:#374151;line-height:1.7;margin-bottom:8px}.bw-final-cta p.bold{font-weight:700;color:#111827}.bw-final-cta a{color:#FF5C00;font-weight:600;text-decoration:none}.bw-faq{margin-bottom:64px}.bw-faq-h2{font-size:30px;font-weight:800;color:#111827;margin-bottom:32px;letter-spacing:-.02em}.bw-faq-list{display:flex;flex-direction:column;gap:16px}.bw-faq-item{border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:border-color .2s}.bw-faq-item.open,.bw-faq-item:hover{border-color:rgba(255,92,0,.3)}.bw-faq-btn{width:100%;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;background:white;border:none;cursor:pointer;font-family:var(--font);transition:background .2s}.bw-faq-btn:hover{background:#f9fafb}.bw-faq-question{font-size:18px;font-weight:600;color:#111827;padding-right:16px;line-height:1.4}.bw-faq-chevron{flex-shrink:0;width:20px;height:20px;transition:transform .3s;color:#FF5C00}.bw-faq-item.open .bw-faq-chevron{transform:rotate(180deg)}.bw-faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.bw-faq-item.open .bw-faq-body{max-height:400px}.bw-faq-inner{padding:8px 24px 20px}.bw-faq-bar{width:48px;height:4px;background:#FF5C00;border-radius:2px;margin-bottom:16px}.bw-faq-answer{color:#4b5563;font-size:16px;line-height:1.75}.bw-related{border-top:1px solid #e5e7eb;padding-top:32px}.bw-related a{display:inline-flex;align-items:center;color:#FF5C00;font-weight:600;text-decoration:none;font-size:15px;transition:opacity .15s}.bw-related a:hover{opacity:.8}@media (min-width:768px){.bw-hero{padding:96px 0 80px}.bw-h1{font-size:48px}.bw-h2{font-size:36px}.bw-cta-block{padding:48px}.bw-cta-block h2,.bw-faq-h2{font-size:36px}.bw-article{padding:64px 32px 80px}}@media (min-width:1024px){.bw-h1{font-size:60px}}@media (max-width:640px){.bw-4xl,.bw-article,.bw-img-wrap{padding-left:16px;padding-right:16px}.bw-img-wrap{margin-top:-20px}.bw-cards-3,.bw-cards-grid,.bw-two-col{grid-template-columns:1fr}.bw-tl-label{width:88px;font-size:14px}.bw-cta-block{padding:24px}}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-top:40px}.contact-card{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-xl);padding:28px}.contact-card__label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}.contact-card__body{font-size:14px;color:var(--text-muted);line-height:1.75}.contact-card__body a{color:var(--orange);text-decoration:none}.contact-card__body a:hover{text-decoration:underline}#bw-store-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;align-items:center;justify-content:center}#bw-store-card{background:#fff;border-radius:20px;padding:36px 32px 32px;max-width:400px;width:90%;position:relative;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.18)}#bw-store-close{position:absolute;top:14px;right:18px;font-size:18px;cursor:pointer;color:#999;line-height:1;background:none;border:none}#bw-store-close:hover{color:#000}#bw-store-hl{font-size:22px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}#bw-store-hl,#bw-store-sub{font-family:Fira Sans,sans-serif}#bw-store-sub{font-size:14px;color:#666;margin-bottom:28px;line-height:1.5}#bw-store-badges{display:flex;flex-direction:column;gap:14px;align-items:center}#bw-badge-android img,#bw-badge-ios img{width:160px;height:auto;display:block}@media (max-width:900px){.hero__inner{grid-template-columns:1fr;gap:32px}.hero__ui{display:none}.icp-grid,.prob-grid{grid-template-columns:1fr}.benefits-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.step{border-right:none;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.callout{flex-direction:column;padding:28px;gap:20px}.pillar{grid-template-columns:1fr}.pillar--flip{direction:ltr}.feature-section{grid-template-columns:1fr}.feature-section--flip{direction:ltr}.why-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.founder-grid{grid-template-columns:1fr;gap:32px}.founder-photo{max-width:220px}.contact-grid{grid-template-columns:1fr}}@media (max-width:860px){.seg-panel-inner{grid-template-columns:1fr}.seg-panel-img{max-width:480px}.hero-split{grid-template-columns:1fr}.hero-split__img{max-width:480px}}@media (max-width:720px){.footer-cta__split{flex-direction:column;gap:28px}.footer-cta__split,.footer-cta__split-right{align-items:flex-start}}@media (max-width:640px){.checklist,.covers-grid,.existing-grid,.faq-list,.mistake-grid{grid-template-columns:1fr}.path-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:1fr}}@media (max-width:580px){.section{padding:30px 0}.benefits-grid,.steps-grid{grid-template-columns:1fr}.nav__cta{display:none}.nav__hamburger{display:flex;flex-direction:column;justify-content:center;margin-left:auto}.nav__logo{margin-right:0}.nav__links{position:fixed;top:0;right:0;width:min(300px,88vw);height:100dvh;background:var(--white);box-shadow:-8px 0 40px rgba(0,0,0,.18);z-index:300;display:flex!important;flex-direction:column;align-items:stretch;gap:0;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding:0}.nav--open .nav__links{transform:translateX(0)}.nav--open .nav__overlay{display:block}.nav__links a{padding:0;font-size:inherit;font-weight:inherit;border-radius:0}.nav__links a,.nav__links a:hover{color:inherit;background:none}.nav__sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:0 20px;min-height:60px;border-bottom:1px solid var(--border);flex-shrink:0}.nav__sidebar-logo img{height:22px;width:auto;display:block}.nav__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);background:none;cursor:pointer;font-size:14px;color:var(--text-muted);transition:background .15s,color .15s,border-color .15s;flex-shrink:0;line-height:1}.nav__close:hover{background:var(--bg-muted);color:var(--text);border-color:#bbb}.nav__links .nav__dropdown{border-bottom:1px solid var(--border)}.nav__links .nav__drop-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 20px;min-height:54px;font-size:15px;font-weight:600;color:var(--text);cursor:pointer;background:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s,color .15s}.nav__links .nav__drop-trigger:hover{background:var(--bg-muted)}.nav__links a.nav__drop-trigger:hover{background:none;color:var(--orange)}.nav__links .nav__dropdown.open .nav__drop-trigger{color:var(--orange);background:none;box-shadow:inset 3px 0 0 var(--orange)}.nav__links .nav__drop-arrow{display:inline-flex;align-items:center;font-size:11px;color:var(--text-muted);transition:transform .25s ease;flex-shrink:0;margin-left:6px}.nav__links .nav__dropdown.open .nav__drop-arrow{transform:rotate(180deg);color:var(--orange)}.nav__links .nav__drop-menu{display:none;position:static;box-shadow:none;border:none;border-radius:0;border-top:1px solid var(--border);background:var(--bg-muted);min-width:unset;width:100%;padding:4px 0 10px}.nav__links .nav__dropdown.open .nav__drop-menu{display:block}.nav__links .nav__drop-menu a{display:block;padding:10px 20px 10px 36px;font-size:14px;font-weight:500;color:var(--text-muted);line-height:1.35;transition:color .12s,background .12s;border-radius:0}.nav__links .nav__drop-menu a:hover{color:var(--orange);background:rgba(255,92,0,.07)}.nav__links .nav__drop-group{padding:12px 20px 4px 36px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.nav__links .nav__drop-group:not(:first-child){border-top:1px solid var(--border);margin-top:6px;padding-top:12px}.nav__links .nav__blog-link{display:flex;align-items:center;min-height:54px;padding:0 20px;font-size:15px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);transition:background .15s;text-decoration:none}.nav__links .nav__blog-link:hover{background:var(--bg-muted);color:var(--text)}.nav__sidebar-cta{display:flex;flex-direction:column;align-items:stretch;padding:20px;margin-top:auto;border-top:1px solid var(--border);background:var(--white);flex-shrink:0}.nav__sidebar-cta .btn--full{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;font-size:15px;font-weight:700;border-radius:var(--r-md);background:var(--orange);color:var(--white);text-decoration:none;transition:background .15s}.nav__sidebar-cta .btn--full:hover{background:var(--orange-hover)}.nav__sidebar-cta .btn-sub{text-align:center;margin-top:8px;font-size:11px;color:var(--text-muted);font-weight:400}.footer__inner{flex-direction:column;align-items:flex-start}}.auth-page{min-height:100vh;background:linear-gradient(160deg,#fdf8f4,#fef3e8 40%,#fff8f1);display:flex;align-items:flex-start;justify-content:center;padding:48px 20px 60px}.auth-card{background:var(--white);border-radius:24px;box-shadow:0 8px 40px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.04);width:100%;max-width:560px;padding:44px 48px 40px}.auth-logo{display:block;margin:0 auto 32px;height:30px;width:auto}.auth-title{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--text);margin-bottom:6px}.auth-sub{font-size:14px;color:var(--text-muted);margin-bottom:28px}.auth-sso{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.auth-sso-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 20px;border:1.5px solid var(--border);border-radius:var(--r-lg);background:var(--white);font-family:var(--font);font-size:14px;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s;text-decoration:none}.auth-sso-btn:hover{border-color:#bbb;box-shadow:0 2px 8px rgba(0,0,0,.07);background:var(--bg-muted)}.auth-sso-btn .auth-apple-icon,.auth-sso-btn svg{flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:14px;margin-bottom:24px;color:var(--text-muted);font-size:13px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-field{margin-bottom:18px}.auth-field label{display:block;font-size:13px;font-weight:700;color:var(--text);margin-bottom:6px}.auth-field label .auth-required{color:var(--orange);margin-left:2px}.auth-field-wrap{position:relative}.auth-input{width:100%;padding:13px 16px;border:1.5px solid var(--border);border-radius:var(--r-lg);font-family:var(--font);font-size:14px;color:var(--text);background:var(--white);outline:none;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none}.auth-input::placeholder{color:#aaa}.auth-input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,92,0,.12)}.auth-input--has-icon{padding-right:46px}.auth-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:var(--text-muted);display:flex;align-items:center;transition:color .15s}.auth-eye:hover{color:var(--text)}.auth-forgot{display:block;text-align:right;font-size:13px;font-weight:600;color:var(--orange);margin-top:-10px;margin-bottom:20px;text-decoration:none;transition:color .15s}.auth-forgot:hover{color:var(--orange-hover)}.auth-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px 20px;background:var(--orange);color:var(--white);border:none;border-radius:var(--r-lg);font-family:var(--font);font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,transform .12s,box-shadow .15s;text-decoration:none;margin-bottom:20px}.auth-submit:hover{background:var(--orange-hover);transform:translateY(-1px);box-shadow:0 4px 16px rgba(255,92,0,.3)}.auth-switch{text-align:center;font-size:13px;color:var(--text-muted);margin-bottom:16px}.auth-switch a{color:var(--orange);font-weight:700;text-decoration:none;transition:color .15s}.auth-switch a:hover{color:var(--orange-hover)}.auth-legal{text-align:center;font-size:12px;color:#aaa;line-height:1.6}.auth-legal a{color:var(--orange);text-decoration:none;transition:color .15s}.auth-legal a:hover{color:var(--orange-hover)}.auth-progress{display:flex;gap:8px;margin-bottom:28px}.auth-progress-seg{flex:1 1;height:4px;border-radius:4px;background:var(--border);transition:background .3s}.auth-progress-seg.active{background:var(--orange)}.auth-tabs{display:flex;border-bottom:2px solid var(--border);margin-bottom:24px}.auth-tab-btn{flex:1 1;padding:10px 0;font-family:var(--font);font-size:14px;font-weight:700;text-align:center;cursor:pointer;background:none;border:none;color:var(--text-muted);position:relative;transition:color .15s}.auth-tab-btn.active{color:var(--orange)}.auth-tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--orange);border-radius:2px 2px 0 0}.auth-view{display:none}.auth-view.active{display:block}@media (max-width:580px){.auth-page{padding:24px 16px 48px}.auth-card{padding:32px 24px 28px;border-radius:20px}.auth-title{font-size:22px}}.delete-account{max-width:540px}.delete-account__desc{font-size:14px;color:var(--text-muted);line-height:1.75;margin-bottom:32px}.delete-account__form{display:flex;flex-direction:column;gap:24px}.delete-account__label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;display:block}.delete-account__input{width:100%;padding:10px 14px;font-family:var(--font);font-size:14px;color:var(--text);border:1px solid var(--border);border-radius:var(--r-md);background:var(--white);transition:border-color .15s;outline:none}.delete-account__input:focus{border-color:var(--orange)}.delete-account__input::placeholder{color:#aaa}.delete-account__checks{display:flex;flex-direction:column;gap:14px}.delete-account__checks-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}.delete-account__check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-muted);line-height:1.55;cursor:pointer}.delete-account__check input[type=checkbox]{margin-top:3px;flex-shrink:0;accent-color:var(--orange);width:16px;height:16px;cursor:pointer}.delete-account__error{font-size:13px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--r-md);padding:10px 14px}.delete-account__success{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--r-lg);padding:16px 20px;margin-bottom:24px;line-height:1.55}.delete-account__success svg{flex-shrink:0;color:#22c55e;margin-top:2px}.delete-account__btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-weight:700;font-size:14px;padding:10px 22px;border-radius:var(--r-md);border:none;cursor:pointer;transition:all .15s;background:#dc2626;color:var(--white)}.delete-account__btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 14px rgba(220,38,38,.3)}.delete-account__btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.delete-account__btn--cancel{background:var(--bg-muted);color:var(--text);border:1px solid var(--border)}.delete-account__btn--cancel:hover{background:var(--border);box-shadow:none}.delete-account__btn--confirm{background:#dc2626;color:var(--white)}.delete-account__btn--confirm:hover{background:#b91c1c}.delete-account__overlay{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.delete-account__modal{background:var(--white);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);padding:32px;max-width:440px;width:100%}.delete-account__modal h2{font-size:20px;font-weight:800;margin-bottom:10px}.delete-account__modal p{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:24px}.delete-account__modal-actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width:580px){.delete-account__modal{padding:24px}.delete-account__modal-actions{flex-direction:column}.delete-account__modal-actions .delete-account__btn{width:100%}}