.footer{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#fff3,#ff6b3517)}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.footer{margin-top:auto;width:100%;border-radius:16px 16px 0 0;border-bottom:none}.footer__container{max-width:1200px;margin:0 auto;padding:.7rem 1.5rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem 1rem}@media (max-width: 768px){.footer__container{padding:.7rem 1rem;grid-template-columns:1fr auto;grid-template-areas:"copy social" "legal legal"}}.footer__copy{font-size:.78rem;font-weight:600;color:#718096;line-height:1.4;white-space:nowrap}@media (max-width: 768px){.footer__copy{grid-area:copy}}.footer__legal{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem .5rem;min-width:0}@media (max-width: 768px){.footer__legal{grid-area:legal;justify-content:flex-start}}.footer__legal-link{font-size:.76rem;font-weight:600;color:#718096;text-decoration:none;transition:color .2s ease}.footer__legal-link:hover{color:#ff6b35}.footer__sep{color:#718096a6;font-size:.76rem;-webkit-user-select:none;user-select:none}.footer__version{font-size:.72rem;font-weight:700;letter-spacing:.03em;color:#718096d9;padding:.15rem .45rem;border-radius:9999px;background:#1a202c0d;border:1px solid rgba(26,32,44,.08)}.footer__social{display:flex;align-items:center;gap:.45rem;padding:.2rem;border-radius:9999px;background:#ffffff2e;border:1px solid rgba(255,107,53,.18);box-shadow:inset 0 1px #ffffff80}@media (max-width: 768px){.footer__social{grid-area:social;justify-self:end}}.footer__social-link{display:grid;place-items:center;width:2rem;height:2rem;border-radius:9999px;color:#2d3748;text-decoration:none;border:1px solid transparent;transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.footer__social-link svg{width:1.05rem;height:1.05rem}.footer__social-link:hover{color:#e55a2b;background:#ff6b3524;border-color:#ff6b3547;box-shadow:0 2px 8px #ff6b3524;transform:translateY(-1px)}.theme-switch .switch{display:block;--width-of-switch: 3.5em;--height-of-switch: 2em;--size-of-icon: 1.4em;--slider-offset: .3em;position:relative;width:var(--width-of-switch);height:var(--height-of-switch)}.theme-switch .switch input{opacity:0;width:0;height:0}.theme-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f4f4f5a6;transition:.4s;border-radius:30px;border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px #ffffff8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.theme-switch .slider:before{position:absolute;content:"";height:var(--size-of-icon, 1.4em);width:var(--size-of-icon, 1.4em);border-radius:20px;left:var(--slider-offset, .3em);top:50%;transform:translateY(-50%);background:linear-gradient(40deg,#ff0080,#ff8c00 70%);transition:.4s}.theme-switch input:checked+.slider{background-color:#303136b3;border-color:#ffffff59}.theme-switch input:checked+.slider:before{left:calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, .3em)));background:#303136;box-shadow:inset -3px -2px 5px -2px #8983f7,inset -10px -4px #a3dafb}.navigation{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#fff3,#ff6b3517)}.navigation:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.navigation{position:sticky;top:0;z-index:100;margin-bottom:2rem;border-radius:0 0 16px 16px}.navigation__container{max-width:1200px;margin:0 auto;padding:.8rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media (max-width: 768px){.navigation__container{flex-wrap:wrap;gap:.8rem;padding:.9rem 1rem}}.navigation__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.navigation__logo:hover{transform:scale(1.03);filter:drop-shadow(0 0 8px rgba(255,107,53,.35))}.navigation__logo-image{display:block;height:2.25rem;width:auto;max-width:min(9.75rem,42vw);object-fit:contain}.navigation__burger{display:none;width:2.5rem;height:2.5rem;border-radius:8px;border:1px solid rgba(255,107,53,.3);background:#fff3;align-items:center;justify-content:center;flex-direction:column;gap:.26rem;cursor:pointer;transition:background .25s ease,border-color .25s ease}.navigation__burger span{display:block;width:1.1rem;height:2px;border-radius:2px;background:#2d3748;transition:transform .25s ease,opacity .2s ease}.navigation__burger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.navigation__burger--open span:nth-child(2){opacity:0}.navigation__burger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 768px){.navigation__burger{display:inline-flex;margin-left:auto}}.navigation__list{display:flex;list-style:none;gap:.25rem;margin:0;padding:.3rem;background:#ffffff2e;border:1px solid rgba(255,107,53,.18);border-radius:9999px;align-items:center;box-shadow:inset 0 1px #ffffff80}@media (max-width: 768px){.navigation__list{width:100%;border-radius:16px;flex-direction:column;align-items:stretch;gap:.35rem;max-height:0;opacity:0;overflow:hidden;padding:0;border-width:0;transform:translateY(-6px);transition:max-height .32s ease,opacity .2s ease,transform .26s ease,padding .26s ease,border-width .26s ease}}@media (max-width: 768px){.navigation__list--open{max-height:28rem;opacity:1;transform:translateY(0);padding:.5rem;border-width:1px}}.navigation__item{display:flex}.navigation__link{color:#2d3748;text-decoration:none;padding:.48rem .92rem;border-radius:9999px;transition:color .22s ease,background-color .22s ease,box-shadow .22s ease,border-color .22s ease;font-weight:600;font-size:.86rem;line-height:1.2;white-space:nowrap;position:relative;border:1px solid transparent;background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navigation__link:hover{color:#ff6b35;background:#ff6b351a;border-color:#ff6b3533;box-shadow:0 2px 8px #ff6b351f}.navigation__link--active{color:#e55a2b;background:#ff6b352e;border-color:#ff6b3557;box-shadow:0 3px 12px #ff6b3529}.navigation__auth{display:flex;align-items:center;gap:.55rem}@media (max-width: 768px){.navigation__auth{width:100%;justify-content:flex-end;max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);transition:max-height .3s ease,opacity .2s ease,transform .25s ease}}@media (max-width: 768px){.navigation__auth--open{max-height:5rem;opacity:1;transform:translateY(0)}}.navigation__user{color:#2d3748;font-weight:600;font-size:.95rem}.navigation__login,.navigation__register,.navigation__logout{padding:.45rem .95rem;border-radius:9999px;font-weight:600;font-size:.86rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer;border:none}.navigation__theme{display:inline-flex;align-items:center;gap:.45rem;margin-left:.25rem}@media (max-width: 768px){.navigation__theme{order:3;width:100%;justify-content:flex-end;margin-left:0}}.navigation__theme-label{font-size:.78rem;font-weight:700;color:#718096;text-transform:uppercase;letter-spacing:.04em}.navigation__login{color:#2d3748;background:transparent}.navigation__login:hover{color:#ff6b35}.navigation__register{background:#ff6b3526;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,107,53,.3);box-shadow:0 4px 16px #ff6b3526,inset 0 1px #ffffff80;transition:all .3s cubic-bezier(.4,0,.2,1);color:#e55a2b;position:relative;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em}.navigation__register:hover{background:#ff6b3540;border-color:#ff6b3566;box-shadow:0 8px 24px #ff6b3533,inset 0 1px #fff9;transform:translateY(-2px);color:#e55a2b}.navigation__register:active{transform:translateY(0);background:#ff6b3533}.navigation__register{color:#e55a2b}.navigation__logout{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#dc2626}.navigation__logout:hover{background:#ef444440;border-color:#ef444480}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto;position:relative}@media (max-width: 768px){.layout__main{padding:1rem}}.shader_gradient_background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:#fff}.shader_gradient_background canvas{display:block}.shader_gradient_background--dark{background:#0b0e14}.neural-mesh{width:100%;height:100%;display:block;pointer-events:none}.neural-mesh__lines{stroke-dasharray:6 8;animation:neural-flow 12s linear infinite}.neural-mesh__node{animation:neural-pulse 2.8s ease-in-out infinite;transform-origin:center}@keyframes neural-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-120}}@keyframes neural-pulse{0%,to{opacity:.45}50%{opacity:1}}@media (prefers-reduced-motion: reduce){.neural-mesh__lines,.neural-mesh__node{animation:none}}.home__hero{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#ffffff1f,#ff6b3514)}.home__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.home__hero{text-align:center;padding:4.5rem 2rem 4rem;color:#2d3748;border-radius:24px;margin-bottom:4rem;position:relative;overflow:hidden}@media (max-width: 768px){.home__hero{padding:3rem 1.5rem;margin-bottom:2rem}}.home__hero-mesh{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.45;z-index:0}.home__hero-glow{position:absolute;width:420px;height:420px;top:-120px;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(255,107,53,.2) 0%,rgba(26,32,44,.04) 45%,transparent 70%);pointer-events:none;z-index:0;animation:hero-glow-pulse 6s ease-in-out infinite}.home__hero-content{position:relative;z-index:1;max-width:860px;margin:0 auto}.home__ai-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.35rem}.home__ai-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:9999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1a202c;background:#1a202c0f;border:1px solid rgba(26,32,44,.12)}.home__ai-badge--primary{color:#e55a2b;background:#ff6b3524;border-color:#ff6b3559;box-shadow:0 0 20px #ff6b3526;animation:ai-badge-glow 3s ease-in-out infinite}@keyframes hero-glow-pulse{0%,to{opacity:.75;transform:translate(-50%) scale(1)}50%{opacity:1;transform:translate(-50%) scale(1.06)}}@keyframes ai-badge-glow{0%,to{box-shadow:0 0 16px #ff6b351f}50%{box-shadow:0 0 24px #ff6b3547}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home__title{font-size:clamp(2.75rem,6vw,4rem);margin-bottom:1.25rem;font-weight:900;color:#2d3748;position:relative;z-index:1;letter-spacing:-.04em;line-height:1.05;text-shadow:0 2px 10px rgba(26,32,44,.08)}@media (max-width: 768px){.home__title{font-size:2.25rem}}.home__title-accent{background:linear-gradient(135deg,#ff6b35,#e55a2b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.home__subtitle{font-size:1.35rem;margin-bottom:1.15rem;color:#2d3748;position:relative;z-index:1;font-weight:600;max-width:640px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.home__subtitle{font-size:1.15rem}}.home__description{font-size:1.1rem;max-width:800px;margin:0 auto 2.5rem;color:#2d3748d1;line-height:1.8;position:relative;z-index:1}@media (max-width: 768px){.home__description{font-size:1rem;margin-bottom:2rem}}.home__hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.home__button{display:inline-block;padding:1rem 2.5rem;background:#ff6b3526;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,107,53,.3);box-shadow:0 4px 16px #ff6b3526,inset 0 1px #ffffff80;transition:all .3s cubic-bezier(.4,0,.2,1);color:#e55a2b;position:relative;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em}.home__button:hover{background:#ff6b3540;border-color:#ff6b3566;box-shadow:0 8px 24px #ff6b3533,inset 0 1px #fff9;transform:translateY(-2px);color:#e55a2b}.home__button:active{transform:translateY(0);background:#ff6b3533}.home__button{text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:600;position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);transition:all .3s cubic-bezier(.4,0,.2,1)}.home__button:hover{background:#ff6b354d;border-color:#ff6b3580;box-shadow:0 8px 24px #ff6b3533;transform:translateY(-3px)}.home__button--primary{background:#ff6b3538;border-color:#ff6b3573;box-shadow:0 8px 24px #ff6b3533;color:#1a202c}.home__button--primary:hover{background:#ff6b3552;box-shadow:0 12px 32px #ff6b3547}.home__button--secondary{background:#fff3;border-color:#fff6;color:#2d3748}.home__button--secondary:hover{background:#ffffff4d;border-color:#ffffff80;color:#e55a2b}.home__button--large{padding:1.25rem 3rem;font-size:1.2rem}.home__section-title{font-size:2.5rem;font-weight:800;color:#2d3748;text-align:center;margin-bottom:1rem}.home__section-title--ai{color:#2d3748;text-shadow:0 1px 8px rgba(255,107,53,.08)}@media (max-width: 768px){.home__section-title{font-size:2rem}}.home__section-subtitle{text-align:center;color:#2d3748cc;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.home__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem}@media (max-width: 768px){.home__stats{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}}.home__stat-card{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#ffffff1f,#ff6b3514)}.home__stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.home__stat-card{padding:2.5rem;border-radius:16px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.home__stat-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #1a202c14,0 8px 24px #ff6b351f}.home__stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#ff6b35,#e55a2b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-variant-numeric:tabular-nums}.home__stat-label{color:#718096;font-size:1rem;font-weight:500}.home__how-it-works{margin-bottom:5rem}@media (max-width: 768px){.home__how-it-works{margin-bottom:3rem}}.home__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.home__steps{grid-template-columns:1fr;gap:2rem}}.home__step{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#ffffff1f,#ff6b3514)}.home__step:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.home__step{padding:2.5rem;border-radius:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.home__step:hover{transform:translateY(-5px);box-shadow:0 12px 32px #ff6b3540}.home__step-number{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;box-shadow:0 8px 22px #ff6b3547}.home__step-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.home__step-text{color:#2d3748cc;line-height:1.7;font-size:1rem}.home__popular-skills{margin-bottom:5rem}@media (max-width: 768px){.home__popular-skills{margin-bottom:3rem}}.home__skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.home__skills-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.home__skill-badge{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#ffffff1f,#ff6b3514)}.home__skill-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.home__skill-badge{padding:1.5rem;border-radius:16px;display:flex;align-items:center;gap:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.home__skill-badge:hover{transform:translateY(-3px);box-shadow:0 12px 28px #ff6b3524}.home__skill-rank{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#ff6b35,#e55a2b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;min-width:2rem}.home__skill-name{font-size:1.1rem;font-weight:600;color:#2d3748}.home__features{margin-bottom:5rem}@media (max-width: 768px){.home__features{margin-bottom:3rem}}.home__flow-compact{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#ffffff1f,#ff6b3514)}.home__flow-compact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.home__flow-compact{border-radius:24px;padding:1.55rem 1.55rem 1.35rem;overflow:hidden}.home__flow-head{max-width:840px;margin-bottom:1rem}.home__flow-kicker{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:9999px;background:#ff6b351f;border:1px solid rgba(255,107,53,.26);color:#e55a2b;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.8rem}.home__flow-title{margin:0 0 .65rem;color:#2d3748;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.12;font-weight:850;letter-spacing:-.04em}.home__flow-lead{margin:0 0 .9rem;color:#2d3748c7;font-size:1rem;line-height:1.6;max-width:700px}.home__flow-summary{display:flex;flex-wrap:wrap;gap:.5rem}.home__flow-summary span{padding:.32rem .7rem;border-radius:9999px;background:#ff6b351f;border:1px solid rgba(255,107,53,.24);color:#e55a2b;font-size:.78rem;font-weight:700}.home__flow-staircase{position:relative;min-height:260px;padding:.8rem .25rem .35rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:flex-end;gap:.78rem}@media (max-width: 900px){.home__flow-staircase{min-height:auto;padding-top:.5rem;grid-template-columns:1fr;gap:.75rem}}.home__flow-step{position:relative;min-width:0;min-height:calc(7.75rem + var(--step-index) * 1rem);padding:.78rem .7rem;border-radius:16px 16px 8px 8px;background:linear-gradient(145deg,#ffffffe0,#fff5efa3),linear-gradient(135deg,#ff6b3533,#ff8c5a14);border:1px solid rgba(255,107,53,.28);box-shadow:0 14px 26px #ff6b3524,inset 0 1px #ffffffb8;display:flex;flex-direction:column;justify-content:flex-start;animation:flowNodeIn .55s ease both;animation-delay:calc(var(--step-index) * 70ms);transition:all .3s cubic-bezier(.4,0,.2,1)}.home__flow-step:after{content:"";position:absolute;right:-.72rem;top:50%;width:.82rem;height:.82rem;border-top:2px solid rgba(255,107,53,.42);border-right:2px solid rgba(255,107,53,.42);transform:translateY(-50%) rotate(45deg);z-index:2}.home__flow-step:last-child:after{display:none}.home__flow-step:hover{transform:translateY(-.35rem);border-color:#ff6b3575;box-shadow:0 20px 34px #ff6b3538}@media (max-width: 900px){.home__flow-step{min-height:auto;margin-left:0}.home__flow-step:after{display:none}}.home__flow-step-number{width:1.75rem;height:1.75rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#ff8c5a);color:#fff;font-weight:800;font-size:.82rem;box-shadow:0 8px 18px #ff6b3552;margin-bottom:.55rem}.home__flow-step-label{display:inline-block;color:#e55a2b;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.34rem}.home__flow-step-title{margin:0 0 .3rem;color:#1a202c;font-size:.86rem;line-height:1.18;font-weight:800;overflow-wrap:anywhere}.home__flow-step-text{margin:0;color:#2d3748c7;font-size:.74rem;line-height:1.4;font-weight:600}@keyframes flowNodeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.home__quick-start{position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.52);box-shadow:0 8px 32px #ff6b3526,inset 0 1px #fffc;background:linear-gradient(150deg,#ffffff1f,#ff6b3514)}.home__quick-start:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#fff0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;pointer-events:none}.home__quick-start{padding:4rem 3rem;border-radius:24px;text-align:center;margin-top:4rem;position:relative;overflow:hidden}.home__quick-start:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,53,.14) 0%,transparent 70%);border-radius:50%}.home__quick-start:after{content:"";position:absolute;bottom:-40%;left:-15%;width:280px;height:280px;background:radial-gradient(circle,rgba(26,32,44,.06) 0%,transparent 70%);border-radius:50%}@media (max-width: 768px){.home__quick-start{padding:3rem 2rem;margin-top:3rem}}.home__quick-start-content{position:relative;z-index:1}.home__quick-start-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem}@media (max-width: 768px){.home__quick-start-title{font-size:2rem}}.home__quick-start-text{font-size:1.2rem;color:#2d3748cc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}@media (max-width: 768px){.home__quick-start-text{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent;color:#2d3748;min-height:100vh;position:relative;overflow-x:hidden}#root{min-height:100vh;position:relative;z-index:1}body.theme-dark,body.theme-dark .layout__main{color:#e2e8f0}body.theme-dark .navigation{background:linear-gradient(150deg,#161b26e6,#ff6b3529);border-color:#ffffff24}body.theme-dark .navigation .navigation__list{background:#0f141e80;border-color:#ff6b353d;box-shadow:inset 0 1px #ffffff1a}body.theme-dark .navigation .navigation__link,body.theme-dark .navigation .navigation__user,body.theme-dark .navigation .navigation__login{color:#e2e8f0}body.theme-dark .navigation .navigation__link:hover{color:#ff9a67;background:#ff6b352e;border-color:#ff6b3566}body.theme-dark .navigation .navigation__link--active{color:#ffd1b8;background:#ff6b3547;border-color:#ff6b3580}body.theme-dark .navigation .navigation__burger{background:#ffffff1a;border-color:#ff6b3566}body.theme-dark .navigation .navigation__theme-label{color:#e2e8f0c7}body.theme-dark .footer{background:linear-gradient(150deg,#161b26e6,#ff6b3529);border-color:#ffffff24}body.theme-dark .footer .footer__copy,body.theme-dark .footer .footer__legal-link{color:#e2e8f09e}body.theme-dark .footer .footer__legal-link:hover{color:#ff9a67}body.theme-dark .footer .footer__version{color:#e2e8f08c;background:#ffffff14;border-color:#ffffff1f}body.theme-dark .footer .footer__social{background:#0f141e80;border-color:#ff6b353d;box-shadow:inset 0 1px #ffffff1a}body.theme-dark .footer .footer__social-link{color:#e2e8f0}body.theme-dark .footer .footer__social-link:hover{color:#ffd1b8;background:#ff6b3538;border-color:#ff6b356b}body.theme-dark .legal__card{background:linear-gradient(150deg,#161b26e6,#ff6b3524);border-color:#ffffff24}body.theme-dark .legal__header{border-bottom-color:#ff6b3538}body.theme-dark .legal__back,body.theme-dark .legal__updated,body.theme-dark .legal__paragraph,body.theme-dark .legal__list li{color:#e2e8f0c7}body.theme-dark .legal__title,body.theme-dark .legal__heading{color:#e2e8f0}body.theme-dark .legal__intro{color:#e2e8f0e0}body.theme-dark .legal__paragraph a{color:#ff9a67}body.theme-dark .glass-select__control,body.theme-dark .glass-select__menu,body.theme-dark input[type=text],body.theme-dark input[type=email],body.theme-dark input[type=password],body.theme-dark textarea{background:#111620b8;border-color:#ffffff2e;color:#e2e8f0}body.theme-dark .glass-select__option:hover{background:#ff6b3533}body.theme-dark .glass-select__option{color:#e2e8f0}body.theme-dark .glass-select__menu{background:#111620f5}body.theme-dark .glass-select__menu:before{display:none}body.theme-dark .glass-select__option--selected{color:#ffd1b8;background:#ff6b353d}body.theme-dark .glass-select__value:not(.glass-select__value--placeholder),body.theme-dark .glass-select--has-value .glass-select__input{color:#e2e8f0}body.theme-dark .glass-select__value--placeholder,body.theme-dark ::placeholder{color:#e2e8f0ad}body.theme-dark .dashboard__card,body.theme-dark .dashboard__loading,body.theme-dark .dashboard__error,body.theme-dark .analysis__card,body.theme-dark .analysis__loading,body.theme-dark .analysis__error,body.theme-dark .vacancies__card,body.theme-dark .vacancies__filter-panel,body.theme-dark .vacancies__loading,body.theme-dark .vacancies__empty,body.theme-dark .testing__skill-card,body.theme-dark .testing__question-card,body.theme-dark .testing__progress,body.theme-dark .testing__completed,body.theme-dark .profile__panel,body.theme-dark .profile__form,body.theme-dark .profile__actions-bar,body.theme-dark .roadmap__controls,body.theme-dark .roadmap__metric,body.theme-dark .roadmap__next,body.theme-dark .roadmap__stage,body.theme-dark .roadmap__graph,body.theme-dark .roadmap__skill-focus-panel,body.theme-dark .roadmap__role-overview,body.theme-dark .home__hero,body.theme-dark .home__stat-card,body.theme-dark .home__step,body.theme-dark .home__skill-badge,body.theme-dark .home__flow-compact,body.theme-dark .home__quick-start{background:linear-gradient(150deg,#181e2abd,#ff6b3524);border-color:#fff3;box-shadow:0 10px 28px #00000059,0 8px 20px #ff6b351f;color:#e2e8f0}body.theme-dark .dashboard__title,body.theme-dark .dashboard__card-title,body.theme-dark .dashboard__recommendation-title,body.theme-dark .analysis__title,body.theme-dark .analysis__subtitle,body.theme-dark .analysis__card-title,body.theme-dark .analysis__list-caption,body.theme-dark .analysis__role-name,body.theme-dark .analysis__gap-skill,body.theme-dark .vacancies__title,body.theme-dark .vacancies__job-title,body.theme-dark .vacancies__company,body.theme-dark .vacancies__skills-title,body.theme-dark .vacancies__section-title,body.theme-dark .testing__title,body.theme-dark .testing__section-title,body.theme-dark .testing__question,body.theme-dark .profile__title,body.theme-dark .profile__panel-title,body.theme-dark .profile__label,body.theme-dark .roadmap__title,body.theme-dark .roadmap__section-title,body.theme-dark .roadmap__stage-title,body.theme-dark .roadmap__skill-name,body.theme-dark .home__title,body.theme-dark .home__subtitle,body.theme-dark .home__section-title,body.theme-dark .home__step-title,body.theme-dark .home__skill-name,body.theme-dark .home__flow-title,body.theme-dark .home__flow-step-title,body.theme-dark .home__flow-step-label,body.theme-dark .home__quick-start-title{color:#e2e8f0}body.theme-dark .home__title{text-shadow:none}body.theme-dark .home__title-accent{background:linear-gradient(135deg,#ff8a57,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .dashboard__card-desc,body.theme-dark .dashboard__skill-name,body.theme-dark .dashboard__recommendation-type,body.theme-dark .dashboard__empty,body.theme-dark .analysis__card-desc,body.theme-dark .analysis__score-hint,body.theme-dark .analysis__empty,body.theme-dark .analysis__role-market,body.theme-dark .analysis__role-semantic,body.theme-dark .analysis__role-explanation,body.theme-dark .analysis__gap-weight,body.theme-dark .analysis__gap-explanation,body.theme-dark .vacancies__hint,body.theme-dark .vacancies__sync-mode-hint,body.theme-dark .vacancies__city,body.theme-dark .vacancies__section-desc,body.theme-dark .vacancies__skills-empty,body.theme-dark .vacancies__derived-note,body.theme-dark .testing__section-hint,body.theme-dark .testing__step-text,body.theme-dark .profile__section-title,body.theme-dark .profile__actions-label,body.theme-dark .profile__file-name,body.theme-dark .roadmap__subtitle,body.theme-dark .roadmap__select-label,body.theme-dark .roadmap__graph-desc,body.theme-dark .roadmap__metric-label,body.theme-dark .roadmap__metric-hint,body.theme-dark .home__description,body.theme-dark .home__section-subtitle,body.theme-dark .home__step-text,body.theme-dark .home__quick-start-text{color:#e2e8f0d1}body.theme-dark .roadmap__graph-canvas{background:linear-gradient(145deg,#141a26bf,#10151e99);border-color:#ff6b3540;box-shadow:inset 0 1px #ffffff14}body.theme-dark .roadmap__stage-lane{fill:#ffffff0d;stroke:#ff6b3533}body.theme-dark .roadmap__stage-lane-title{fill:#e2e8f0cc}body.theme-dark .roadmap__node{fill:#141a26eb;stroke:#ffffff24}body.theme-dark .roadmap__node-label{fill:#e2e8f0}body.theme-dark .roadmap__node-sublabel{fill:#e2e8f0c2}body.theme-dark .roadmap__focus-level,body.theme-dark .roadmap__skill,body.theme-dark .analysis__role,body.theme-dark .analysis__gap,body.theme-dark .dashboard__recommendation,body.theme-dark .dashboard__skill-item,body.theme-dark .testing__option,body.theme-dark .profile__skill-tag,body.theme-dark .profile__input,body.theme-dark .vacancies__skill-tag,body.theme-dark .vacancies__missing,body.theme-dark .vacancies__derived-note{background:#161c28b8;border-color:#ffffff24;color:#e2e8f0}body.theme-dark .analysis__list-item--rec{background:#161c28b8;border-left-color:#ff6b35bf;color:#e2e8f0}body.theme-dark .home__flow-step{background:linear-gradient(145deg,#191f2ceb,#0f141edb);border-color:#ff6b3557;box-shadow:0 14px 26px #00000057,inset 0 1px #ffffff14}body.theme-dark .home__flow-step-text{color:#e2e8f0d1}body.theme-dark .home__flow-summary span,body.theme-dark .home__flow-kicker,body.theme-dark .profile__user-name,body.theme-dark .profile__file-button,body.theme-dark .profile__extract-checkbox-text{color:#ffd1b8}body.theme-dark .profile__skill-remove{color:#ff9a67}body.theme-dark .testing__skill-name,body.theme-dark .testing__progress-text,body.theme-dark .testing__question,body.theme-dark .testing__section-title,body.theme-dark .testing__title,body.theme-dark .dashboard__recommendation-title,body.theme-dark .dashboard__card-title,body.theme-dark .vacancies__job-title,body.theme-dark .vacancies__company,body.theme-dark .vacancies__skills-title,body.theme-dark .vacancies__section-title,body.theme-dark .analysis__card-title,body.theme-dark .analysis__list-caption{color:#e2e8f0}body.theme-dark .roadmap__role-description,body.theme-dark .roadmap__role-section-title,body.theme-dark .roadmap__next-skill,body.theme-dark .roadmap__stage-title,body.theme-dark .roadmap__skill-name,body.theme-dark .roadmap__focus-level-list,body.theme-dark .roadmap__skill-focus-title{background:transparent;color:#e2e8f0}body.theme-dark .roadmap__role-section-title{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:.18rem}body.theme-dark .roadmap__source-link small{color:#ffb38f}body.theme-dark .dashboard__recommendation-link{color:#ffd1b8;background:#ff6b3533;border-color:#ff6b356b}body.theme-dark .testing__nav-button{color:#e2e8f0;border-color:#ffffff38}body.theme-dark .testing__nav-button--primary{background:#ff6b353d;border-color:#ff6b3573;color:#ffd1b8}body.theme-dark .testing__nav-button--secondary{background:#63b3ed33;border-color:#63b3ed73;color:#cfe8ff}body.theme-dark .subjects-select__name,body.theme-dark .subjects-select__semester,body.theme-dark .skills-suggestions__title,body.theme-dark .skills-suggestions__skill,body.theme-dark .skills-suggestions__toggle{color:#e2e8f0}body.theme-dark .subjects-select__item,body.theme-dark .subjects-select__list,body.theme-dark .skills-suggestions__skill{background:#181e2ab8;border-color:#ffffff24}body.theme-dark .vacancies__skill-tag,body.theme-dark .vacancies__skill-tag--missing,body.theme-dark .vacancies__skill-tag--derived,body.theme-dark .vacancies__skill-tag--derived-confirmed{color:#e2e8f0}body.theme-dark .roadmap__source-link{background:#141a26c7;border-color:#ff6b354d;color:#e2e8f0}input,textarea,select{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;font-weight:500;letter-spacing:-.01em}input::placeholder,textarea::placeholder{color:#718096a6;opacity:1}
