@keyframes ProblemItem-module-scss-module__nXXNQa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProblemItem-module-scss-module__nXXNQa__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ProblemItem-module-scss-module__nXXNQa__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ProblemItem-module-scss-module__nXXNQa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProblemItem-module-scss-module__nXXNQa__problem-item{animation:ProblemItem-module-scss-module__nXXNQa__problem-item-enter .55s var(--ease-out-expo) both;animation-delay:var(--delay,0s);list-style:none;position:relative}@media (prefers-reduced-motion:reduce){.ProblemItem-module-scss-module__nXXNQa__problem-item{animation:none}}.ProblemItem-module-scss-module__nXXNQa__problem-item--no-animation{animation:none}.ProblemItem-module-scss-module__nXXNQa__problem-item__link{color:inherit;border-bottom:1px solid var(--border-subtle);transition:background .18s var(--ease-out-expo),border-color .18s ease;align-items:center;gap:.75rem;padding:.8125rem .875rem;text-decoration:none;display:flex;position:relative}@media (min-width:640px){.ProblemItem-module-scss-module__nXXNQa__problem-item__link{gap:1rem;padding:.875rem 1.125rem}}@media (min-width:768px){.ProblemItem-module-scss-module__nXXNQa__problem-item__link{padding:.9375rem 1.25rem}}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:before{content:"";background:var(--accent);opacity:0;transform-origin:50%;width:3px;transition:opacity .18s var(--ease-out-expo),transform .22s var(--ease-out-expo);border-radius:3px;position:absolute;top:8px;bottom:8px;left:0;transform:scaleY(.4)}@media (hover:hover) and (pointer:fine){.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover{background:var(--color-surface-hover);border-color:var(--color-border)}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover:before{opacity:1;transform:scaleY(1)}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__title{color:var(--text-primary)}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__status:not(.ProblemItem-module-scss-module__nXXNQa__problem-item__status--solved){border-color:var(--accent)}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__status-dot{background:var(--accent);transform:scale(1)}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__cta{opacity:1;color:var(--accent);background:var(--accent-subtle);transform:translate(0)}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__company,.ProblemItem-module-scss-module__nXXNQa__problem-item__link:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__company-more{border-color:var(--border-strong);color:var(--text-secondary)}}@media (prefers-reduced-motion:reduce){.ProblemItem-module-scss-module__nXXNQa__problem-item__link{transition:background .1s}.ProblemItem-module-scss-module__nXXNQa__problem-item__link:before{transition:opacity .1s}}.ProblemItem-module-scss-module__nXXNQa__problem-item--solved .ProblemItem-module-scss-module__nXXNQa__problem-item__title{color:var(--text-tertiary)}.ProblemItem-module-scss-module__nXXNQa__problem-item__status{border:1.5px solid var(--color-border);color:#0000;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .18s,background .18s,color .18s,box-shadow .18s;display:flex}.ProblemItem-module-scss-module__nXXNQa__problem-item__status--solved{background:var(--success-subtle);border-color:var(--success-border);color:var(--success);box-shadow:0 0 0 4px var(--success-subtle)}[data-theme=light] .ProblemItem-module-scss-module__nXXNQa__problem-item__status--solved{color:var(--success)}.ProblemItem-module-scss-module__nXXNQa__problem-item__status-dot{background:var(--text-tertiary);opacity:.55;width:4px;height:4px;transition:transform .18s var(--ease-out-expo),background .18s ease;border-radius:50%;transform:scale(.7)}.ProblemItem-module-scss-module__nXXNQa__problem-item__number{font-family:var(--font-mono);color:var(--text-tertiary);letter-spacing:.01em;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:40px;font-size:.6875rem;font-weight:500}@media (max-width:639px){.ProblemItem-module-scss-module__nXXNQa__problem-item__number{display:none}}.ProblemItem-module-scss-module__nXXNQa__problem-item__main{flex-direction:column;flex:1;gap:.3125rem;min-width:0;display:flex}@media (min-width:640px){.ProblemItem-module-scss-module__nXXNQa__problem-item__main{flex-direction:row;align-items:center;gap:.875rem}}.ProblemItem-module-scss-module__nXXNQa__problem-item__title-row{align-items:center;gap:.5rem;min-width:0;display:flex}@media (min-width:640px){.ProblemItem-module-scss-module__nXXNQa__problem-item__title-row{flex:0 auto;max-width:58%}}.ProblemItem-module-scss-module__nXXNQa__problem-item__title{color:var(--text-secondary);letter-spacing:-.005em;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.3;transition:color .16s;overflow:hidden}@media (min-width:640px){.ProblemItem-module-scss-module__nXXNQa__problem-item__title{font-size:.9375rem}}@media (min-width:768px){.ProblemItem-module-scss-module__nXXNQa__problem-item__title{font-size:.9375rem}}.ProblemItem-module-scss-module__nXXNQa__problem-item__hot{background:var(--warning-subtle);border:1px solid var(--warning-border);color:var(--warning-text);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;flex-shrink:0;align-items:center;gap:3px;padding:2px 6px;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}.ProblemItem-module-scss-module__nXXNQa__problem-item__hot svg{color:var(--warning)}.ProblemItem-module-scss-module__nXXNQa__problem-item__meta{flex-wrap:nowrap;align-items:center;gap:.375rem;min-width:0;display:flex;overflow:hidden}@media (min-width:640px){.ProblemItem-module-scss-module__nXXNQa__problem-item__meta{flex:1;gap:.5rem}}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty{letter-spacing:.01em;white-space:nowrap;border-radius:5px;flex-shrink:0;align-items:center;gap:4px;padding:3px 7px 3px 6px;font-size:.6875rem;font-weight:600;line-height:1.4;display:inline-flex}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty--junior{background:var(--success-subtle);color:var(--success-text)}[data-theme=light] .ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty--junior{color:#15803d;background:#16a34a1a}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty--middle{background:var(--warning-subtle);color:var(--warning-text)}[data-theme=light] .ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty--middle{color:#92400e;background:#d977061a}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty--senior{background:var(--danger-subtle);color:var(--danger-text)}[data-theme=light] .ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty--senior{color:#991b1b;background:#dc262614}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty-dot--junior{background:var(--success)}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty-dot--middle{background:var(--warning)}.ProblemItem-module-scss-module__nXXNQa__problem-item__difficulty-dot--senior{background:var(--danger)}.ProblemItem-module-scss-module__nXXNQa__problem-item__category{letter-spacing:.01em;white-space:nowrap;color:var(--category-color);background:color-mix(in srgb, var(--category-color) 10%, transparent);border-radius:5px;flex-shrink:0;align-items:center;gap:4px;padding:3px 7px;font-size:.6875rem;font-weight:600;line-height:1.4;display:inline-flex}[data-theme=light] .ProblemItem-module-scss-module__nXXNQa__problem-item__category{color:color-mix(in srgb, var(--category-color) 60%, #000);background:color-mix(in srgb, var(--category-color) 15%, #fff)}@media (max-width:639px){.ProblemItem-module-scss-module__nXXNQa__problem-item__category{display:none}}.ProblemItem-module-scss-module__nXXNQa__problem-item__category-icon{flex-shrink:0;width:11px;height:11px}.ProblemItem-module-scss-module__nXXNQa__problem-item__companies{flex-wrap:nowrap;align-items:center;gap:.25rem;min-width:0;display:flex;overflow:hidden}@media (max-width:639px){.ProblemItem-module-scss-module__nXXNQa__problem-item__companies{display:none}}.ProblemItem-module-scss-module__nXXNQa__problem-item__company,.ProblemItem-module-scss-module__nXXNQa__problem-item__company-more{border:1px solid var(--border-subtle);color:var(--text-tertiary);letter-spacing:0;white-space:nowrap;background:0 0;border-radius:5px;padding:2px 7px;font-size:.6875rem;font-weight:500;line-height:1.4;transition:border-color .16s,color .16s}.ProblemItem-module-scss-module__nXXNQa__problem-item__company-more{color:var(--text-secondary);font-weight:600}.ProblemItem-module-scss-module__nXXNQa__problem-item__trailing{flex-shrink:0;align-items:center;gap:.3125rem;margin-left:auto;display:flex}@media (min-width:640px){.ProblemItem-module-scss-module__nXXNQa__problem-item__trailing{gap:.4375rem}}.ProblemItem-module-scss-module__nXXNQa__problem-item__likes{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-family:inherit;transition:color .16s,background .16s;display:inline-flex}@media (hover:hover) and (pointer:fine){.ProblemItem-module-scss-module__nXXNQa__problem-item__likes:hover{color:#f43f5e;background:#f43f5e14}.ProblemItem-module-scss-module__nXXNQa__problem-item__likes:hover .ProblemItem-module-scss-module__nXXNQa__problem-item__likes-heart{color:#f43f5e}}.ProblemItem-module-scss-module__nXXNQa__problem-item__likes--active,.ProblemItem-module-scss-module__nXXNQa__problem-item__likes--active .ProblemItem-module-scss-module__nXXNQa__problem-item__likes-heart{color:#f43f5e}.ProblemItem-module-scss-module__nXXNQa__problem-item__likes-heart{transition:color .16s ease,transform .16s var(--ease-out-expo)}.ProblemItem-module-scss-module__nXXNQa__problem-item__likes-count{font-variant-numeric:tabular-nums;min-width:1em;font-size:.75rem;font-weight:600;line-height:1}.ProblemItem-module-scss-module__nXXNQa__problem-item__cta{width:28px;height:28px;color:var(--text-tertiary);opacity:.45;transition:opacity .18s var(--ease-out-expo),transform .18s var(--ease-out-expo),color .18s ease,background .18s ease;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex;transform:translate(-3px)}@media (prefers-reduced-motion:reduce){.ProblemItem-module-scss-module__nXXNQa__problem-item__cta{transition:opacity .1s}}@keyframes ProblemItem-module-scss-module__nXXNQa__problem-item-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes ProblemItemSkeleton-module-scss-module__Eq_wOG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProblemItemSkeleton-module-scss-module__Eq_wOG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ProblemItemSkeleton-module-scss-module__Eq_wOG__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ProblemItemSkeleton-module-scss-module__Eq_wOG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__arrow,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__likes,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__company,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__category,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__badge,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__title,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__number,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__status{background:linear-gradient(90deg,#ffffff06 0%,#ffffff0f 50%,#ffffff06 100%) 0 0/200% 100%;border-radius:5px;animation:1.6s ease-in-out infinite ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-shimmer}[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__arrow,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__likes,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__company,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__category,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__badge,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__title,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__number,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__status{background:linear-gradient(90deg,#11111408 0%,#11111414 50%,#11111408 100%) 0 0/200% 100%}@media (prefers-reduced-motion:reduce){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__arrow,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__likes,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__company,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__category,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__badge,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__title,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__number,.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__status{background:#ffffff0a;animation:none}[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__arrow,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__likes,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__company,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__category,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__badge,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__title,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__number,[data-theme=light] .ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__status{background:#1111140d}}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item{border-bottom:1px solid var(--border-subtle);animation:ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item-enter .3s var(--ease-out-expo) both;animation-delay:var(--delay,0s);align-items:center;gap:.75rem;padding:.8125rem .875rem;display:flex}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item:last-child{border-bottom:none}@media (min-width:640px){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item{gap:1rem;padding:.875rem 1.125rem}}@media (min-width:768px){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item{padding:.9375rem 1.25rem}}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__status{border-radius:50%;flex-shrink:0;width:22px;height:22px}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__number{flex-shrink:0;width:36px;height:11px}@media (max-width:639px){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__number{display:none}}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__title{flex:1;max-width:280px;height:14px}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__badge{border-radius:5px;flex-shrink:0;width:58px;height:20px}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__category{border-radius:5px;flex-shrink:0;width:52px;height:20px}@media (max-width:639px){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__category{display:none}}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__company{border-radius:5px;flex-shrink:0;width:72px;height:18px}@media (max-width:767px){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__company{display:none}}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__likes{border-radius:7px;flex-shrink:0;width:44px;height:22px;margin-left:auto}.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__arrow{border-radius:8px;flex-shrink:0;width:28px;height:28px}@media (max-width:639px){.ProblemItemSkeleton-module-scss-module__Eq_wOG__skeleton-item__arrow{display:none}}
.Card-module-scss-module__L6oBLW__card{background-color:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-base)}.Card-module-scss-module__L6oBLW__card--hoverable{cursor:pointer}.Card-module-scss-module__L6oBLW__card--hoverable:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Card-module-scss-module__L6oBLW__card--padding-none{padding:0}.Card-module-scss-module__L6oBLW__card--padding-sm{padding:var(--spacing-md)}.Card-module-scss-module__L6oBLW__card--padding-md{padding:var(--spacing-lg)}.Card-module-scss-module__L6oBLW__card--padding-lg{padding:var(--spacing-xl)}.Card-module-scss-module__L6oBLW__card__header{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--color-border)}.Card-module-scss-module__L6oBLW__card__body{flex:1}.Card-module-scss-module__L6oBLW__card__footer{margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--color-border)}
@keyframes Tooltip-module-scss-module__Ow_Sta__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Tooltip-module-scss-module__Ow_Sta__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Tooltip-module-scss-module__Ow_Sta__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes Tooltip-module-scss-module__Ow_Sta__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Tooltip-module-scss-module__Ow_Sta__tooltip__wrapper{align-items:center;display:inline-flex;position:relative}.Tooltip-module-scss-module__Ow_Sta__tooltip__wrapper>span{align-items:center;display:inline-flex}.Tooltip-module-scss-module__Ow_Sta__tooltip{z-index:600;pointer-events:none;will-change:left,top;filter:drop-shadow(0 16px 40px #00000059)drop-shadow(0 4px 12px #0003);position:fixed}[data-theme=light] .Tooltip-module-scss-module__Ow_Sta__tooltip{filter:drop-shadow(0 12px 32px #0000001a)drop-shadow(0 4px 8px #0000000f)}.Tooltip-module-scss-module__Ow_Sta__tooltip__content{backdrop-filter:blur(20px)saturate(180%);color:#ffffffeb;white-space:normal;text-align:left;letter-spacing:.01em;word-wrap:break-word;overflow-wrap:break-word;background:#0c0c10eb;border:1px solid #ffffff14;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;font-weight:400;line-height:1.75;position:relative;box-shadow:inset 0 1px #ffffff0f}[data-theme=light] .Tooltip-module-scss-module__Ow_Sta__tooltip__content{backdrop-filter:blur(20px)saturate(150%);color:#1a1a1a;background:#fffffff5;border:1px solid #00000014;box-shadow:0 0 0 1px #0000000a,inset 0 1px #fff}.Tooltip-module-scss-module__Ow_Sta__tooltip--top{animation:.15s ease-out Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-up}.Tooltip-module-scss-module__Ow_Sta__tooltip--bottom{animation:.15s ease-out Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-down}.Tooltip-module-scss-module__Ow_Sta__tooltip--left{animation:.15s ease-out Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-left}.Tooltip-module-scss-module__Ow_Sta__tooltip--right{animation:.15s ease-out Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-right}@keyframes Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-left{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes Tooltip-module-scss-module__Ow_Sta__tooltip-fade-in-right{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.Tooltip-module-scss-module__Ow_Sta__tooltip--top,.Tooltip-module-scss-module__Ow_Sta__tooltip--bottom,.Tooltip-module-scss-module__Ow_Sta__tooltip--left,.Tooltip-module-scss-module__Ow_Sta__tooltip--right{animation:none}}@media (max-width:1023px){.Tooltip-module-scss-module__Ow_Sta__tooltip{display:none!important}}
.GoogleSignInButton-module-scss-module__-YnA7G__google-sign-in-button{width:100%;font-size:.9375rem;font-weight:600;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--color-text-primary);background:var(--color-surface);border:1px solid var(--color-input-border);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;gap:.625rem;padding:.75rem 1.25rem;transition:all .16s;display:flex}.GoogleSignInButton-module-scss-module__-YnA7G__google-sign-in-button:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.GoogleSignInButton-module-scss-module__-YnA7G__google-sign-in-button:active{box-shadow:var(--shadow-sm);transform:scale(.985)}.GoogleSignInButton-module-scss-module__-YnA7G__google-sign-in-button svg{flex-shrink:0}
@keyframes PracticeCTA-module-scss-module__GVfVtG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PracticeCTA-module-scss-module__GVfVtG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes PracticeCTA-module-scss-module__GVfVtG__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes PracticeCTA-module-scss-module__GVfVtG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PracticeCTA-module-scss-module__GVfVtG__cta{background:var(--surface-1);border:1px solid var(--color-border);border-radius:var(--radius-xl);flex-direction:column;align-items:flex-start;gap:1.25rem;margin-top:3rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.PracticeCTA-module-scss-module__GVfVtG__cta{flex-direction:row;align-items:center;gap:1.75rem;padding:1.75rem 1.75rem 1.75rem 1.875rem}}.PracticeCTA-module-scss-module__GVfVtG__cta:before{content:"";background:radial-gradient(80% 60% at 0% 0%, color-mix(in oklch, var(--accent) 8%, transparent) 0%, transparent 55%);pointer-events:none;position:absolute;inset:0}.PracticeCTA-module-scss-module__GVfVtG__cta__body{flex:1;align-items:flex-start;gap:.875rem;min-width:0;display:flex;position:relative}@media (min-width:768px){.PracticeCTA-module-scss-module__GVfVtG__cta__body{align-items:center}}.PracticeCTA-module-scss-module__GVfVtG__cta__icon{border-radius:var(--radius-md);background:var(--accent-subtle);width:36px;height:36px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.PracticeCTA-module-scss-module__GVfVtG__cta__text{min-width:0}.PracticeCTA-module-scss-module__GVfVtG__cta__title{font-family:var(--font-display);color:var(--color-text-primary);letter-spacing:-.012em;text-wrap:balance;margin:0 0 .25rem;font-size:1.0625rem;font-weight:600;line-height:1.3}@media (min-width:768px){.PracticeCTA-module-scss-module__GVfVtG__cta__title{font-size:1.125rem}}.PracticeCTA-module-scss-module__GVfVtG__cta__subtitle{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.55}@media (min-width:768px){.PracticeCTA-module-scss-module__GVfVtG__cta__subtitle{font-size:.875rem}}.PracticeCTA-module-scss-module__GVfVtG__cta__button{letter-spacing:-.005em;height:38px;color:var(--text-on-accent);background:var(--accent);border-radius:var(--radius-md);white-space:nowrap;transition:background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard);box-shadow:0 0 0 1px var(--accent-border),0 4px 16px -4px var(--accent-glow);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:.4375rem;padding:0 1rem;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.PracticeCTA-module-scss-module__GVfVtG__cta__button,.PracticeCTA-module-scss-module__GVfVtG__cta__button:link,.PracticeCTA-module-scss-module__GVfVtG__cta__button:visited{color:var(--text-on-accent)}.PracticeCTA-module-scss-module__GVfVtG__cta__button:hover{background:var(--accent-hover);box-shadow:0 0 0 1px var(--accent-border),0 6px 18px -4px var(--accent-glow)}.PracticeCTA-module-scss-module__GVfVtG__cta__button:active{background:var(--accent-pressed);transform:translateY(.5px)}.PracticeCTA-module-scss-module__GVfVtG__cta__button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:639px){.PracticeCTA-module-scss-module__GVfVtG__cta__button{width:100%}}
@keyframes NotesDrawer-module-scss-module__NVnoGG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NotesDrawer-module-scss-module__NVnoGG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes NotesDrawer-module-scss-module__NVnoGG__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes NotesDrawer-module-scss-module__NVnoGG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NotesDrawer-module-scss-module__NVnoGG__backdrop{z-index:199;-webkit-backdrop-filter:blur(8px);background:#00000073;animation:.18s ease-out both NotesDrawer-module-scss-module__NVnoGG__notes-drawer-fade-in;position:fixed;inset:0}[data-theme=light] .NotesDrawer-module-scss-module__NVnoGG__backdrop{background:#0f0f1440}.NotesDrawer-module-scss-module__NVnoGG__backdrop--closing{animation:.2s ease-in both NotesDrawer-module-scss-module__NVnoGG__notes-drawer-fade-out}.NotesDrawer-module-scss-module__NVnoGG__drawer{z-index:200;background:var(--color-card);border-left:1px solid var(--color-border);will-change:transform;flex-direction:column;width:min(720px,100%);animation:.24s cubic-bezier(.22,1,.36,1) both NotesDrawer-module-scss-module__NVnoGG__notes-drawer-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-12px 0 40px -12px #00000059}[data-theme=light] .NotesDrawer-module-scss-module__NVnoGG__drawer{box-shadow:-12px 0 40px -12px #0000001f}.NotesDrawer-module-scss-module__NVnoGG__drawer--closing{animation:.2s cubic-bezier(.55,0,.71,.21) both NotesDrawer-module-scss-module__NVnoGG__notes-drawer-slide-out}@keyframes NotesDrawer-module-scss-module__NVnoGG__notes-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes NotesDrawer-module-scss-module__NVnoGG__notes-drawer-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes NotesDrawer-module-scss-module__NVnoGG__notes-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes NotesDrawer-module-scss-module__NVnoGG__notes-drawer-fade-out{0%{opacity:1}to{opacity:0}}.NotesDrawer-module-scss-module__NVnoGG__drawer__header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__headerLeft{align-items:center;gap:.5rem;min-width:0;display:flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__title{color:var(--color-text-primary);align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:600;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__titleIcon{color:var(--color-text-muted)}.NotesDrawer-module-scss-module__NVnoGG__drawer__iconBtn{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__iconBtn:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__drawer__iconBtn{border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__iconBtn:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.NotesDrawer-module-scss-module__NVnoGG__drawer__body{flex:1;overflow:hidden auto}.NotesDrawer-module-scss-module__NVnoGG__drawer__footer{border-top:1px solid var(--color-border);background:var(--color-card);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__footerRight{align-items:center;gap:.5rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-border-hover);color:var(--color-text-primary)}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn--primary{background:var(--color-text-primary);border-color:var(--color-text-primary);min-width:9rem;color:var(--color-background);justify-content:center;padding:.55rem 1.5rem;font-weight:600}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn--primary:hover:not(:disabled){background:var(--color-text-primary);border-color:var(--color-text-primary);color:var(--color-background);opacity:.88}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn--danger{color:#ef4444;border-color:#ef44444d}.NotesDrawer-module-scss-module__NVnoGG__drawer__btn--danger:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef444480}.NotesDrawer-module-scss-module__NVnoGG__list{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__newBtn{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__newBtn{background:var(--color-surface-elevated);border:1px dashed var(--color-border-hover);color:var(--color-text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__list__newBtn:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text-primary);border-color:var(--color-border-hover);border-style:solid}.NotesDrawer-module-scss-module__NVnoGG__list__newBtn:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__list__empty{text-align:center;color:var(--color-text-muted);padding:2rem 1rem;font-size:.8125rem}.NotesDrawer-module-scss-module__NVnoGG__list__items{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__item{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__item:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__list__item{text-align:left;background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;flex-direction:column;gap:.25rem;width:100%;padding:.75rem;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__item:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover)}.NotesDrawer-module-scss-module__NVnoGG__list__itemPreview{color:var(--color-text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.45;display:-webkit-box;overflow:hidden}.NotesDrawer-module-scss-module__NVnoGG__list__itemDate{color:var(--color-text-muted);margin-top:.125rem;font-size:.6875rem}.NotesDrawer-module-scss-module__NVnoGG__notesTop{z-index:1;background:var(--color-card);border-bottom:1px solid var(--color-border);flex-direction:column;gap:.625rem;padding:1rem 1rem .75rem;display:flex;position:sticky;top:0}.NotesDrawer-module-scss-module__NVnoGG__tabs{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__tab{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__tab{min-width:0;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.4375rem;padding:.4375rem .625rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__tab:hover:not(:disabled):not(.NotesDrawer-module-scss-module__NVnoGG__tab--active){color:var(--color-text-primary)}.NotesDrawer-module-scss-module__NVnoGG__tab:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__tab--active{background:var(--color-card);color:var(--color-text-primary);box-shadow:0 1px 2px #00000014}.NotesDrawer-module-scss-module__NVnoGG__tab__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.NotesDrawer-module-scss-module__NVnoGG__tab__count{text-align:center;min-width:1.25rem;color:var(--color-text-muted);background:var(--color-surface-elevated);border-radius:5px;flex-shrink:0;padding:0 .3125rem;font-size:.6875rem;font-weight:600;line-height:1.25rem}.NotesDrawer-module-scss-module__NVnoGG__tab--active .NotesDrawer-module-scss-module__NVnoGG__tab__count{color:var(--accent-text);background:var(--accent-subtle)}.NotesDrawer-module-scss-module__NVnoGG__list__search{align-items:center;display:flex;position:relative}.NotesDrawer-module-scss-module__NVnoGG__list__searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;left:.625rem}.NotesDrawer-module-scss-module__NVnoGG__list__searchInput{width:100%;color:var(--color-text-primary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;outline:none;padding:.5rem 2rem;font-size:.8125rem;transition:border-color .15s,box-shadow .15s}.NotesDrawer-module-scss-module__NVnoGG__list__searchInput::placeholder{color:var(--color-text-muted)}.NotesDrawer-module-scss-module__NVnoGG__list__searchInput:focus{border-color:var(--input-border-focus);box-shadow:0 0 0 3px var(--accent-subtle)}.NotesDrawer-module-scss-module__NVnoGG__list__searchClear{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__searchClear:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__list__searchClear{width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex;position:absolute;right:.375rem}.NotesDrawer-module-scss-module__NVnoGG__list__searchClear:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.NotesDrawer-module-scss-module__NVnoGG__list__resultCount{color:var(--color-text-muted);padding:0 .125rem .125rem;font-size:.6875rem}.NotesDrawer-module-scss-module__NVnoGG__list__resultRow{flex-direction:column;gap:.25rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__itemChip{width:fit-content;max-width:100%;color:var(--accent-text);background:var(--accent-subtle);border:1px solid #0000;border-radius:5px;align-items:center;gap:.25rem;padding:2px 7px;font-size:.6875rem;font-weight:500;line-height:1.4;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex;overflow:hidden}.NotesDrawer-module-scss-module__NVnoGG__list__itemChip:hover{border-color:var(--accent-border);background:var(--accent-subtle-hover)}.NotesDrawer-module-scss-module__NVnoGG__list__itemChipTitle{text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0;max-width:60%;overflow:hidden}.NotesDrawer-module-scss-module__NVnoGG__list__itemChipSep{color:var(--accent-text);opacity:.6;flex-shrink:0}.NotesDrawer-module-scss-module__NVnoGG__list__itemChipCat{text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0;overflow:hidden}.NotesDrawer-module-scss-module__NVnoGG__list__itemMark{background:var(--accent-subtle);color:var(--color-text-primary);border-radius:3px;padding:0 1px}.NotesDrawer-module-scss-module__NVnoGG__list__chipRow{flex-wrap:wrap;align-items:center;gap:.375rem;min-width:0;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__currentBadge{white-space:nowrap;color:var(--color-text-secondary);background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:5px;flex-shrink:0;align-items:center;padding:2px 7px;font-size:.625rem;font-weight:600;line-height:1.4;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__list__emptyIcon{color:var(--color-text-muted);opacity:.7;margin:0 auto .75rem;display:block}.NotesDrawer-module-scss-module__NVnoGG__list__emptyTitle{color:var(--color-text-secondary);margin:0 0 .25rem;font-size:.875rem;font-weight:600}.NotesDrawer-module-scss-module__NVnoGG__list__textBtn{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__list__textBtn:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__list__textBtn{color:var(--accent-text);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.375rem .25rem;font-size:.75rem;font-weight:500;transition:opacity .15s}.NotesDrawer-module-scss-module__NVnoGG__list__textBtn:hover{opacity:.75}.NotesDrawer-module-scss-module__NVnoGG__editor{flex-direction:column;gap:.625rem;padding:1rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__editor__toolbar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;align-items:center;gap:.25rem;width:fit-content;padding:.25rem;display:flex}.NotesDrawer-module-scss-module__NVnoGG__editor__modeBtn{cursor:pointer;font-family:var(--font-poppins),"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__editor__modeBtn:disabled{opacity:.5;cursor:not-allowed}.NotesDrawer-module-scss-module__NVnoGG__editor__modeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.3125rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:all .15s;display:inline-flex}.NotesDrawer-module-scss-module__NVnoGG__editor__modeBtn:hover{color:var(--color-text-primary)}.NotesDrawer-module-scss-module__NVnoGG__editor__modeBtn--active{background:var(--color-card);color:var(--color-text-primary);box-shadow:0 1px 2px #0000001a}.NotesDrawer-module-scss-module__NVnoGG__editor__source{color:var(--accent-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;align-items:center;gap:.4375rem;padding:.5rem .625rem;font-size:.75rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.NotesDrawer-module-scss-module__NVnoGG__editor__source:hover{border-color:var(--accent-border);background:var(--accent-subtle)}.NotesDrawer-module-scss-module__NVnoGG__editor__source--static{color:var(--color-text-muted);cursor:default}.NotesDrawer-module-scss-module__NVnoGG__editor__source--static:hover{border-color:var(--color-border);background:var(--color-surface)}.NotesDrawer-module-scss-module__NVnoGG__editor__sourceIcon{color:var(--color-text-muted);flex-shrink:0}.NotesDrawer-module-scss-module__NVnoGG__editor__sourceText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.NotesDrawer-module-scss-module__NVnoGG__editor__sourceCat{color:var(--color-text-muted)}.NotesDrawer-module-scss-module__NVnoGG__editor__sourceArrow{color:var(--accent-text);flex-shrink:0}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap{--md-editor-font-family:JetBrains Mono, Fira Code, Menlo, Consolas, monospace;--md-editor-background-color:var(--color-card);--md-editor-box-shadow-color:var(--color-border);--color-canvas-default:var(--color-card);--color-canvas-subtle:var(--color-surface);--color-fg-default:var(--color-text-secondary);--color-accent-fg:var(--color-text-primary);--color-neutral-muted:var(--color-surface-hover);--color-border-default:var(--color-border);--color-danger-fg:var(--color-text-primary)}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor{background:var(--color-card)!important;border:1px solid var(--color-border)!important;box-shadow:none!important;color:var(--color-text-primary)!important;border-radius:8px!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar{background:var(--color-surface)!important;border-bottom:1px solid var(--color-border)!important;border-top-left-radius:8px!important;border-top-right-radius:8px!important;padding:8px 10px!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li{margin:0 1px!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li button{width:30px!important;height:30px!important;color:var(--color-text-secondary)!important;border-radius:6px!important;padding:6px!important;transition:background .15s,color .15s!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li button svg{width:16px!important;height:16px!important}:is(.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li button:hover,.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li button:focus){background:var(--color-surface-hover)!important;color:var(--color-text-primary)!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li button:active{background:var(--color-surface-hover)!important;color:var(--color-text-primary)!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar ul li.active>button{background:var(--color-surface-hover)!important;color:var(--color-text-primary)!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-toolbar-divider{background:var(--color-border)!important;height:18px!important;margin:0 6px!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-content{background:var(--color-card)!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-area{background:var(--color-card)!important}:is(.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-text,.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-text-pre,.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-text-input,.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-text-pre>code){letter-spacing:0!important;font-variant-ligatures:none!important;font-feature-settings:"liga" 0,"calt" 0!important;font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace!important;font-size:14px!important;font-weight:400!important;line-height:1.6!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-text-pre>code *{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;letter-spacing:inherit!important;font-variant-ligatures:inherit!important;font-feature-settings:inherit!important;font-weight:inherit!important}.NotesDrawer-module-scss-module__NVnoGG__editor__editorWrap .w-md-editor-text-input{color:var(--color-text-primary)!important;caret-color:var(--color-text-primary)!important}.NotesDrawer-module-scss-module__NVnoGG__editor__preview{min-height:200px;padding:.5rem .25rem}.NotesDrawer-module-scss-module__NVnoGG__editor__emptyPreview{text-align:center;color:var(--color-text-muted);padding:2rem .5rem;font-size:.8125rem}
@keyframes TutorialsPage-module-scss-module__4Mf12q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes TutorialsPage-module-scss-module__4Mf12q__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes TutorialsPage-module-scss-module__4Mf12q__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes TutorialsPage-module-scss-module__4Mf12q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TutorialsPage-module-scss-module__4Mf12q__page{--bg:#09090b;--text:#f4f4f5;--muted:#a1a1aa;--faint:#8b8b94;--dim:#6f6f78;--accent:oklch(78% .14 190);--accent-hover:oklch(84% .13 190);--amber:oklch(80% .14 80);--on-accent:oklch(14% .012 190);--s1:#131318;--s2:#18181f;--line:#ffffff14;--line-soft:#ffffff0d;--hi:#ffffff0f;--fog:#ffffff2b;--fog-soft:#ffffff12;--display:var(--font-guest-display), "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--body:var(--font-guest-body), "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:var(--font-guest-mono), "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--t-meta:.78rem;--t-sm:.9375rem;--t-body:1.0625rem;--t-h3:1.45rem;--t-h2:clamp(1.95rem, 1rem + 3vw, 3rem);--t-h1:clamp(2.5rem, 1.1rem + 4.6vw, 4.6rem);--card-radius:18px;background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--body);position:relative}.TutorialsPage-module-scss-module__4Mf12q__page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 12% -5%, oklch(from var(--accent) l c h/.07) 0%, transparent 58%),radial-gradient(ellipse 70% 55% at 92% 108%, oklch(from var(--amber) l c h/.05) 0%, transparent 60%);position:fixed;inset:0}.TutorialsPage-module-scss-module__4Mf12q__page:after{content:"";z-index:0;pointer-events:none;opacity:.06;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__page:after{display:none}}.TutorialsPage-module-scss-module__4Mf12q__shell{z-index:1;max-width:1400px;margin:0 auto;padding:clamp(40px,7vw,92px) clamp(22px,5vw,64px) clamp(80px,10vw,132px);position:relative}.TutorialsPage-module-scss-module__4Mf12q__reveal{transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i,0)*70ms)}.TutorialsPage-module-scss-module__4Mf12q__page[data-armed] .TutorialsPage-module-scss-module__4Mf12q__reveal:not([data-revealed=true]){opacity:0;transform:translateY(12px)}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__reveal{transition:none}}.TutorialsPage-module-scss-module__4Mf12q__hero{max-width:720px;margin:0 0 clamp(40px,6vw,72px)}.TutorialsPage-module-scss-module__4Mf12q__eyebrow{font-family:var(--mono);font-size:var(--t-meta);letter-spacing:.16em;text-transform:uppercase;color:var(--faint);align-items:center;gap:10px;margin:0 0 clamp(18px,2vw,26px);font-weight:500;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__eyebrow__dot{border-radius:var(--radius-full);background:var(--accent);flex-shrink:0;width:7px;height:7px;position:relative}.TutorialsPage-module-scss-module__4Mf12q__eyebrow__dot:after{content:"";border-radius:inherit;border:1px solid var(--accent);opacity:.6;animation:2.6s cubic-bezier(.22,1,.36,1) infinite TutorialsPage-module-scss-module__4Mf12q__ping;position:absolute;inset:-3px}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__eyebrow__dot:after{animation:none}}@keyframes TutorialsPage-module-scss-module__4Mf12q__ping{0%{opacity:.7;transform:scale(.7)}70%{opacity:0;transform:scale(2.2)}to{opacity:0}}.TutorialsPage-module-scss-module__4Mf12q__hero__title{font-family:var(--display);font-size:var(--t-h1);letter-spacing:-.035em;color:var(--text);text-wrap:balance;overflow-wrap:normal;word-break:normal;hyphens:none;margin:0 0 clamp(16px,2vw,24px);font-weight:600;line-height:1}@media (max-width:639px){.TutorialsPage-module-scss-module__4Mf12q__hero__title{text-wrap:normal}}.TutorialsPage-module-scss-module__4Mf12q__hero__sub{max-width:55ch;font-family:var(--body);font-size:var(--t-body);letter-spacing:-.003em;color:var(--muted);margin:0;line-height:1.55}.TutorialsPage-module-scss-module__4Mf12q__featured{border:1px solid var(--line);border-radius:var(--card-radius);background:linear-gradient(180deg, var(--s2) 0%, var(--s1) 60%);box-shadow:inset 0 1px 0 var(--hi);isolation:isolate;position:relative;overflow:hidden}.TutorialsPage-module-scss-module__4Mf12q__featured:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(440px circle at 8% -10%, oklch(from var(--accent) l c h/.1) 0%, transparent 60%);opacity:0;z-index:0;transition:opacity .36s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.TutorialsPage-module-scss-module__4Mf12q__featured{color:inherit;margin:0 0 clamp(44px,6vw,72px);text-decoration:none;transition:border-color .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1);display:block}@media (hover:hover) and (pointer:fine){.TutorialsPage-module-scss-module__4Mf12q__featured:hover{border-color:oklch(from var(--accent) l c h/.4);box-shadow:inset 0 1px 0 var(--hi),0 24px 60px -28px #000c;transform:translateY(-3px)}.TutorialsPage-module-scss-module__4Mf12q__featured:hover:before{opacity:1}.TutorialsPage-module-scss-module__4Mf12q__featured:hover .TutorialsPage-module-scss-module__4Mf12q__cta__arrow{transform:translate(5px)}.TutorialsPage-module-scss-module__4Mf12q__featured:hover .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke:var(--accent-hover)}}.TutorialsPage-module-scss-module__4Mf12q__featured:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.TutorialsPage-module-scss-module__4Mf12q__featured__grid{z-index:1;grid-template-columns:minmax(0,5.2fr) minmax(0,6.8fr);align-items:center;gap:clamp(28px,4vw,56px);padding:clamp(26px,3.5vw,44px);display:grid;position:relative}@media (max-width:1023px){.TutorialsPage-module-scss-module__4Mf12q__featured__grid{grid-template-columns:minmax(0,1fr);gap:clamp(28px,5vw,38px)}}.TutorialsPage-module-scss-module__4Mf12q__featured__body{min-width:0}.TutorialsPage-module-scss-module__4Mf12q__featured__top{align-items:center;gap:14px;margin-bottom:clamp(18px,2.5vw,26px);display:flex}.TutorialsPage-module-scss-module__4Mf12q__featured__title{font-family:var(--display);letter-spacing:-.03em;color:var(--text);text-wrap:balance;margin:0 0 12px;font-size:clamp(1.6rem,1.1rem + 1.6vw,2.35rem);font-weight:600;line-height:1.05}.TutorialsPage-module-scss-module__4Mf12q__featured__tagline{max-width:46ch;font-family:var(--body);font-size:var(--t-body);color:var(--muted);margin:0 0 clamp(20px,2.5vw,26px);line-height:1.5}.TutorialsPage-module-scss-module__4Mf12q__featured__media{min-width:0}.TutorialsPage-module-scss-module__4Mf12q__featured__body .TutorialsPage-module-scss-module__4Mf12q__tech{margin:0}.TutorialsPage-module-scss-module__4Mf12q__featured__body .TutorialsPage-module-scss-module__4Mf12q__cta{margin-top:clamp(18px,2.5vw,26px)}.TutorialsPage-module-scss-module__4Mf12q__catalogHead{align-items:baseline;gap:14px;margin:0 0 clamp(20px,3vw,30px);display:flex}.TutorialsPage-module-scss-module__4Mf12q__catalogHead__label{font-family:var(--mono);font-size:var(--t-meta);letter-spacing:.16em;text-transform:uppercase;color:var(--faint);white-space:nowrap;font-weight:500}.TutorialsPage-module-scss-module__4Mf12q__catalogHead__rule{background:linear-gradient(90deg, var(--line), transparent);flex:1;height:1px}.TutorialsPage-module-scss-module__4Mf12q__band+.TutorialsPage-module-scss-module__4Mf12q__band{margin-top:clamp(40px,6vw,66px)}.TutorialsPage-module-scss-module__4Mf12q__liveList{gap:clamp(16px,2vw,22px);display:grid}.TutorialsPage-module-scss-module__4Mf12q__catalog{grid-template-columns:1fr;gap:clamp(16px,2vw,22px);display:grid}@media (min-width:640px){.TutorialsPage-module-scss-module__4Mf12q__catalog{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.TutorialsPage-module-scss-module__4Mf12q__catalog{grid-template-columns:repeat(3,1fr)}}.TutorialsPage-module-scss-module__4Mf12q__pathrow{border:1px solid var(--line);border-radius:var(--card-radius);background:linear-gradient(180deg, var(--s2) 0%, var(--s1) 60%);box-shadow:inset 0 1px 0 var(--hi);isolation:isolate;position:relative;overflow:hidden}.TutorialsPage-module-scss-module__4Mf12q__pathrow:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(440px circle at 8% -10%, oklch(from var(--accent) l c h/.1) 0%, transparent 60%);opacity:0;z-index:0;transition:opacity .36s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.TutorialsPage-module-scss-module__4Mf12q__pathrow{color:inherit;grid-template-columns:minmax(0,max-content) minmax(0,1fr) auto;align-items:center;gap:clamp(24px,3.5vw,48px);padding:clamp(20px,2.6vw,30px) clamp(22px,3vw,36px);text-decoration:none;transition:border-color .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1);display:grid}@media (hover:hover) and (pointer:fine){.TutorialsPage-module-scss-module__4Mf12q__pathrow:hover{border-color:oklch(from var(--accent) l c h/.36);box-shadow:inset 0 1px 0 var(--hi),0 20px 48px -26px #000c;transform:translateY(-3px)}.TutorialsPage-module-scss-module__4Mf12q__pathrow:hover:before{opacity:1}.TutorialsPage-module-scss-module__4Mf12q__pathrow:hover .TutorialsPage-module-scss-module__4Mf12q__cta__arrow{transform:translate(5px)}.TutorialsPage-module-scss-module__4Mf12q__pathrow:hover .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke:var(--accent-hover)}}.TutorialsPage-module-scss-module__4Mf12q__pathrow:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:1023px){.TutorialsPage-module-scss-module__4Mf12q__pathrow{grid-template-columns:minmax(0,1fr);gap:clamp(18px,4vw,24px)}}.TutorialsPage-module-scss-module__4Mf12q__pathrow__id{z-index:1;align-items:flex-start;gap:clamp(14px,1.6vw,18px);min-width:0;max-width:460px;display:flex;position:relative}.TutorialsPage-module-scss-module__4Mf12q__pathrow__idText{min-width:0}.TutorialsPage-module-scss-module__4Mf12q__pathrow__route{z-index:1;min-width:0;position:relative}@media (max-width:1023px){.TutorialsPage-module-scss-module__4Mf12q__pathrow__route{border-top:1px solid var(--line-soft);padding-top:clamp(14px,3vw,18px)}}.TutorialsPage-module-scss-module__4Mf12q__pathrow__cta{z-index:1;white-space:nowrap;position:relative}.TutorialsPage-module-scss-module__4Mf12q__pathrow__titleRow{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:7px;display:flex}.TutorialsPage-module-scss-module__4Mf12q__pathrow__title{font-family:var(--display);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(1.3rem,1rem + .9vw,1.7rem);font-weight:600;line-height:1.12}.TutorialsPage-module-scss-module__4Mf12q__pathrow__sub{max-width:54ch;font-family:var(--body);font-size:var(--t-sm);color:var(--muted);margin:0 0 15px;line-height:1.5}.TutorialsPage-module-scss-module__4Mf12q__pathrow__meta{flex-wrap:wrap;align-items:center;gap:10px 18px;display:flex}.TutorialsPage-module-scss-module__4Mf12q__tile{border:1px solid var(--line);border-radius:var(--card-radius);background:linear-gradient(180deg, var(--s2) 0%, var(--s1) 60%);box-shadow:inset 0 1px 0 var(--hi);isolation:isolate;position:relative;overflow:hidden}.TutorialsPage-module-scss-module__4Mf12q__tile:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(440px circle at 8% -10%, oklch(from var(--accent) l c h/.1) 0%, transparent 60%);opacity:0;z-index:0;transition:opacity .36s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.TutorialsPage-module-scss-module__4Mf12q__tile{color:inherit;flex-direction:column;gap:16px;min-height:280px;padding:clamp(18px,2vw,24px);text-decoration:none;transition:border-color .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1);display:flex}@media (hover:hover) and (pointer:fine){.TutorialsPage-module-scss-module__4Mf12q__tile:hover{border-color:oklch(from var(--accent) l c h/.32);box-shadow:inset 0 1px 0 var(--hi),0 18px 44px -26px #000c;transform:translateY(-3px)}.TutorialsPage-module-scss-module__4Mf12q__tile:hover:before{opacity:1}.TutorialsPage-module-scss-module__4Mf12q__tile:hover .TutorialsPage-module-scss-module__4Mf12q__cta__arrow{transform:translate(5px)}.TutorialsPage-module-scss-module__4Mf12q__tile:hover .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke:var(--accent-hover)}}.TutorialsPage-module-scss-module__4Mf12q__tile:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.TutorialsPage-module-scss-module__4Mf12q__tile__top{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:relative}.TutorialsPage-module-scss-module__4Mf12q__tile__title{z-index:1;font-family:var(--display);letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.28rem;font-weight:600;line-height:1.18;position:relative}.TutorialsPage-module-scss-module__4Mf12q__tile__sub{z-index:1;font-family:var(--body);font-size:var(--t-sm);color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;position:relative;overflow:hidden}.TutorialsPage-module-scss-module__4Mf12q__tile__foot{z-index:1;flex-direction:column;gap:14px;margin-top:auto;display:flex;position:relative}.TutorialsPage-module-scss-module__4Mf12q__tile__footrow{justify-content:space-between;align-items:center;gap:12px;display:flex}.TutorialsPage-module-scss-module__4Mf12q__tile--locked{cursor:default}.TutorialsPage-module-scss-module__4Mf12q__tile--locked .TutorialsPage-module-scss-module__4Mf12q__icontile{color:var(--fog);border-color:var(--line);background:var(--s2)}.TutorialsPage-module-scss-module__4Mf12q__tile--locked .TutorialsPage-module-scss-module__4Mf12q__tile__title{color:var(--muted)}.TutorialsPage-module-scss-module__4Mf12q__tile--locked .TutorialsPage-module-scss-module__4Mf12q__tile__sub{color:var(--faint)}@media (hover:hover) and (pointer:fine){.TutorialsPage-module-scss-module__4Mf12q__tile--locked:hover{border-color:var(--line);box-shadow:inset 0 1px 0 var(--hi);transform:none}.TutorialsPage-module-scss-module__4Mf12q__tile--locked:hover:before{opacity:0}}.TutorialsPage-module-scss-module__4Mf12q__icontile{background:color-mix(in oklab, var(--accent) 12%, var(--s2));border:1px solid oklch(from var(--accent) l c h/.28);color:var(--accent);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__icontile--lg{width:56px;height:56px}.TutorialsPage-module-scss-module__4Mf12q__icontile--lg svg{width:26px;height:26px}.TutorialsPage-module-scss-module__4Mf12q__icontile--md{width:50px;height:50px}.TutorialsPage-module-scss-module__4Mf12q__icontile--md svg{width:23px;height:23px}.TutorialsPage-module-scss-module__4Mf12q__icontile--sm{width:44px;height:44px}.TutorialsPage-module-scss-module__4Mf12q__icontile--sm svg{width:21px;height:21px}.TutorialsPage-module-scss-module__4Mf12q__level{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--faint);white-space:nowrap;align-items:center;gap:9px;font-size:10.5px;font-weight:600;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__level__meter{align-items:flex-end;gap:3px;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__level__tick{background:var(--fog-soft);border-radius:2px;width:3px}.TutorialsPage-module-scss-module__4Mf12q__level__tick:first-child{height:7px}.TutorialsPage-module-scss-module__4Mf12q__level__tick:nth-child(2){height:10px}.TutorialsPage-module-scss-module__4Mf12q__level__tick:nth-child(3){height:13px}.TutorialsPage-module-scss-module__4Mf12q__level__tick--on{background:var(--accent)}.TutorialsPage-module-scss-module__4Mf12q__level__value{color:var(--muted)}.TutorialsPage-module-scss-module__4Mf12q__featuredTag{border-radius:var(--radius-full);background:oklch(from var(--amber) l c h/.12);border:1px solid oklch(from var(--amber) l c h/.3);color:var(--amber);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;padding:5px 11px;font-size:10px;font-weight:700;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__lockTag{border-radius:var(--radius-full);background:var(--fog-soft);border:1px solid var(--line);color:var(--muted);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:6px;padding:5px 10px;font-size:10px;font-weight:700;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__lockTag svg{width:11px;height:11px}.TutorialsPage-module-scss-module__4Mf12q__readyTag{border-radius:var(--radius-full);background:oklch(from var(--accent) l c h/.12);border:1px solid oklch(from var(--accent) l c h/.32);color:var(--accent);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;padding:5px 11px;font-size:10px;font-weight:700;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__readyTag:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 3px oklch(from var(--accent) l c h/.18)}.TutorialsPage-module-scss-module__4Mf12q__stats{font-family:var(--mono);letter-spacing:.01em;color:var(--faint);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:2px 9px;font-size:11.5px;font-weight:500;display:flex}.TutorialsPage-module-scss-module__4Mf12q__stats__sep{color:var(--fog-soft)}.TutorialsPage-module-scss-module__4Mf12q__stats__val{color:var(--muted)}.TutorialsPage-module-scss-module__4Mf12q__featured__meta{flex-wrap:wrap;align-items:center;gap:12px 18px;margin-bottom:clamp(18px,2.5vw,24px);display:flex}.TutorialsPage-module-scss-module__4Mf12q__tech{flex-wrap:wrap;gap:6px;display:flex}.TutorialsPage-module-scss-module__4Mf12q__chip{background:var(--fog-soft);border:1px solid var(--line);color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;border-radius:7px;align-items:center;padding:4px 9px;font-size:10px;font-weight:600;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__chip--more{color:var(--faint);background:0 0}.TutorialsPage-module-scss-module__4Mf12q__cta{font-family:var(--body);letter-spacing:-.005em;color:var(--accent);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.TutorialsPage-module-scss-module__4Mf12q__cta--featured{font-size:15px}.TutorialsPage-module-scss-module__4Mf12q__cta svg{width:17px;height:17px}.TutorialsPage-module-scss-module__4Mf12q__cta__arrow{transition:transform .24s cubic-bezier(.22,1,.36,1);display:inline-flex}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__featured,.TutorialsPage-module-scss-module__4Mf12q__tile{transition:border-color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1)}}@media (prefers-reduced-motion:reduce) and (hover:hover) and (pointer:fine){.TutorialsPage-module-scss-module__4Mf12q__featured:hover,.TutorialsPage-module-scss-module__4Mf12q__tile:hover{transform:none}}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__cta__arrow{transition:none}}@media (prefers-reduced-motion:reduce) and (hover:hover) and (pointer:fine){.TutorialsPage-module-scss-module__4Mf12q__cta__arrow:hover{transform:none}}.TutorialsPage-module-scss-module__4Mf12q__route{z-index:1;width:100%;position:relative}.TutorialsPage-module-scss-module__4Mf12q__route__field{width:100%;position:relative}.TutorialsPage-module-scss-module__4Mf12q__route__spine{width:100%;height:auto;display:block;overflow:visible}.TutorialsPage-module-scss-module__4Mf12q__route__glow{fill:none;stroke:oklch(from var(--accent) l c h/.55);stroke-linecap:round;stroke-linejoin:round;filter:blur(7px);opacity:.4}.TutorialsPage-module-scss-module__4Mf12q__route__solid{fill:none;stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 3px oklch(from var(--accent) l c h/.35));transition:stroke .28s cubic-bezier(.22,1,.36,1)}.TutorialsPage-module-scss-module__4Mf12q__route__ahead{fill:none;stroke:var(--fog);stroke-linecap:round;stroke-dasharray:1 6}[data-revealed=true] .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke-dasharray:var(--len,80);stroke-dashoffset:var(--len,80);animation:.9s cubic-bezier(.22,1,.36,1) .2s forwards TutorialsPage-module-scss-module__4Mf12q__draw}@keyframes TutorialsPage-module-scss-module__4Mf12q__draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){[data-revealed=true] .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke-dasharray:none;stroke-dashoffset:0;animation:none}}.TutorialsPage-module-scss-module__4Mf12q__route__node{border-radius:var(--radius-full);border:1.5px solid var(--fog);background:var(--s2);color:var(--faint);opacity:0;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i,0)*70ms);justify-content:center;align-items:center;display:inline-flex;position:absolute;transform:translate(-50%,-50%)}.TutorialsPage-module-scss-module__4Mf12q__route__node svg{width:56%;height:56%}[data-revealed=true] .TutorialsPage-module-scss-module__4Mf12q__route__node{opacity:1}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__route__node{opacity:1;transition:none}}.TutorialsPage-module-scss-module__4Mf12q__route--featured .TutorialsPage-module-scss-module__4Mf12q__route__node{width:17px;height:17px}.TutorialsPage-module-scss-module__4Mf12q__route--compact .TutorialsPage-module-scss-module__4Mf12q__route__node{width:12px;height:12px}.TutorialsPage-module-scss-module__4Mf12q__route__node--start{border-color:var(--accent);background:color-mix(in oklab, var(--accent) 24%, var(--s2));box-shadow:0 0 0 3px oklch(from var(--accent) l c h/.14),0 4px 12px -5px oklch(from var(--accent) l c h/.55)}.TutorialsPage-module-scss-module__4Mf12q__route__node--start:after{content:"";border-radius:var(--radius-full);border:1.5px solid oklch(from var(--accent) l c h/.4);animation:2.4s ease-in-out infinite TutorialsPage-module-scss-module__4Mf12q__nodePulse;position:absolute;inset:-4px}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__route__node--start:after{animation:none}}@keyframes TutorialsPage-module-scss-module__4Mf12q__nodePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(1.18)}}.TutorialsPage-module-scss-module__4Mf12q__route__node--ahead{border-color:var(--fog);background:color-mix(in oklab, #fff 6%, var(--s2))}.TutorialsPage-module-scss-module__4Mf12q__route__node--goal{border-color:oklch(from var(--accent) l c h/.55);background:color-mix(in oklab, var(--accent) 16%, var(--s2));color:oklch(from var(--accent) l c h/.9)}.TutorialsPage-module-scss-module__4Mf12q__route__node--locked{border-color:var(--fog);background:var(--s2);color:var(--fog)}.TutorialsPage-module-scss-module__4Mf12q__route__start{border-radius:var(--radius-full);background:var(--accent);color:var(--on-accent);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;box-shadow:0 6px 16px -8px oklch(from var(--accent) l c h/.8);opacity:0;align-items:center;margin-top:-8px;padding:3px 8px;font-size:9px;font-weight:700;transition:opacity .42s cubic-bezier(.22,1,.36,1) .22s;display:inline-flex;position:absolute;transform:translate(-50%,-100%)}[data-revealed=true] .TutorialsPage-module-scss-module__4Mf12q__route__start{opacity:1}.TutorialsPage-module-scss-module__4Mf12q__route__start:after{content:"";border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid var(--accent);width:0;height:0;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.TutorialsPage-module-scss-module__4Mf12q__route__start{opacity:1;transition:none}}.TutorialsPage-module-scss-module__4Mf12q__route__lock{border-radius:var(--radius-full);background:var(--s1);border:1px solid var(--line);width:30px;height:30px;color:var(--faint);justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TutorialsPage-module-scss-module__4Mf12q__route__lock svg{width:14px;height:14px}.TutorialsPage-module-scss-module__4Mf12q__route--locked .TutorialsPage-module-scss-module__4Mf12q__route__glow,.TutorialsPage-module-scss-module__4Mf12q__route--locked .TutorialsPage-module-scss-module__4Mf12q__route__solid{display:none}.TutorialsPage-module-scss-module__4Mf12q__route--locked .TutorialsPage-module-scss-module__4Mf12q__route__ahead{opacity:.7}.TutorialsPage-module-scss-module__4Mf12q__route--locked{opacity:.85}.TutorialsPage-module-scss-module__4Mf12q__route__labels{height:30px;margin-top:10px;position:relative}@media (max-width:639px){.TutorialsPage-module-scss-module__4Mf12q__route__labels{display:none}}.TutorialsPage-module-scss-module__4Mf12q__route__label{text-align:center;width:92px;font-family:var(--mono);letter-spacing:.03em;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10.5px;font-weight:600;line-height:1.25;display:-webkit-box;position:absolute;top:0;overflow:hidden;transform:translate(-50%)}.TutorialsPage-module-scss-module__4Mf12q__route__label--start{color:var(--text);text-align:left;transform:translate(0)}.TutorialsPage-module-scss-module__4Mf12q__route__label--goal{color:oklch(from var(--accent) l c h/.9);text-align:right;transform:translate(-100%)}@media (max-width:639px){.TutorialsPage-module-scss-module__4Mf12q__route__label{width:80px;font-size:10px}}.TutorialsPage-module-scss-module__4Mf12q__route--featured .TutorialsPage-module-scss-module__4Mf12q__route__glow{stroke-width:11px}.TutorialsPage-module-scss-module__4Mf12q__route--featured .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke-width:2.4px}.TutorialsPage-module-scss-module__4Mf12q__route--featured .TutorialsPage-module-scss-module__4Mf12q__route__ahead{stroke-width:2px}.TutorialsPage-module-scss-module__4Mf12q__route--compact .TutorialsPage-module-scss-module__4Mf12q__route__glow{stroke-width:9px}.TutorialsPage-module-scss-module__4Mf12q__route--compact .TutorialsPage-module-scss-module__4Mf12q__route__solid{stroke-width:2.2px}.TutorialsPage-module-scss-module__4Mf12q__route--compact .TutorialsPage-module-scss-module__4Mf12q__route__ahead{stroke-width:1.8px}
.PhaseConfetti-module-scss-module__fLittq__confetti{pointer-events:none;z-index:200;position:fixed;inset:0;overflow:hidden}.PhaseConfetti-module-scss-module__fLittq__confetti__burst{height:1px;position:absolute;top:30vh;left:0;right:0}.PhaseConfetti-module-scss-module__fLittq__confetti__piece{transform:translate3d(-50%, 0, 0) rotate(var(--rotate,0deg));opacity:0;border-radius:2px;animation:2.2s cubic-bezier(.25,1,.5,1) forwards PhaseConfetti-module-scss-module__fLittq__confetti-fall;position:absolute;top:0}@keyframes PhaseConfetti-module-scss-module__fLittq__confetti-fall{0%{opacity:0;transform:translate3d(-50%, -120%, 0) rotate(var(--rotate,0deg)) scale(.4)}15%{opacity:1;transform:translate3d(-50%, -40%, 0) rotate(calc(var(--rotate,0deg) + 60deg)) scale(1)}to{opacity:0;transform:translate3d(calc(-50% + var(--end-x,0px)), 120vh, 0) rotate(calc(var(--rotate,0deg) + 540deg)) scale(.95)}}@media (prefers-reduced-motion:reduce){.PhaseConfetti-module-scss-module__fLittq__confetti__piece{opacity:0;animation:none}}
@keyframes InterviewSetup-module-scss-module__sEu93a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InterviewSetup-module-scss-module__sEu93a__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes InterviewSetup-module-scss-module__sEu93a__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes InterviewSetup-module-scss-module__sEu93a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InterviewSetup-module-scss-module__sEu93a__stage{justify-content:center;align-items:center;min-height:calc(100vh - 240px);padding:1.5rem 0 4rem;display:flex}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stage{min-height:calc(100vh - 180px);padding:1rem 0 2.5rem}}.InterviewSetup-module-scss-module__sEu93a__card{border:1px solid var(--border-default);border-radius:var(--radius-2xl);background:var(--surface-1);width:100%;max-width:880px;box-shadow:var(--shadow-lg);isolation:isolate;flex-direction:column;margin:0 auto;display:flex;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__card{border-radius:var(--radius-xl);margin-bottom:1rem}}.InterviewSetup-module-scss-module__sEu93a__cardHeader{border-bottom:1px solid var(--border-subtle);background:radial-gradient(60% 120% at 50% 0%, color-mix(in oklch, var(--accent) 8%, transparent) 0%, transparent 70%),var(--surface-1);border-top-left-radius:inherit;border-top-right-radius:inherit;align-items:center;padding:.875rem 1.5rem;display:flex;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__cardHeader{padding:.75rem 1rem}}.InterviewSetup-module-scss-module__sEu93a__steps{flex-wrap:nowrap;align-items:center;gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.InterviewSetup-module-scss-module__sEu93a__stepItem{flex:none;align-items:center;gap:.5rem;display:flex;position:relative}.InterviewSetup-module-scss-module__sEu93a__stepItem:not(:last-child){flex:auto}.InterviewSetup-module-scss-module__sEu93a__stepNode{width:26px;height:26px;font-family:var(--font-mono);border:1.5px solid var(--border-strong);background:var(--surface-2);color:var(--text-tertiary);transition:border-color var(--duration-base) var(--ease-standard),background var(--duration-base) var(--ease-standard),color var(--duration-base) var(--ease-standard),box-shadow var(--duration-base) var(--ease-standard),transform var(--duration-base) var(--ease-out-expo);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__stepNum{line-height:1}.InterviewSetup-module-scss-module__sEu93a__stepLabel{color:var(--text-tertiary);letter-spacing:-.005em;transition:color var(--duration-base) var(--ease-standard);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;display:inline-flex;overflow:hidden}.InterviewSetup-module-scss-module__sEu93a__stepLabelShort{display:none}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stepLabelFull{display:none}.InterviewSetup-module-scss-module__sEu93a__stepLabelShort{display:inline}}.InterviewSetup-module-scss-module__sEu93a__stepLine{background:var(--border-default);border-radius:2px;flex:auto;min-width:20px;height:1.5px;margin:0 .75rem;position:relative;overflow:hidden}.InterviewSetup-module-scss-module__sEu93a__stepLine:after{content:"";background:var(--accent);width:0;transition:width var(--duration-slow) var(--ease-out-expo);position:absolute;inset:0}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stepLine{min-width:12px;margin:0 .5rem}}.InterviewSetup-module-scss-module__sEu93a__stepItemDone .InterviewSetup-module-scss-module__sEu93a__stepNode{border-color:var(--accent);background:var(--accent);color:var(--text-on-accent)}.InterviewSetup-module-scss-module__sEu93a__stepItemDone .InterviewSetup-module-scss-module__sEu93a__stepLabel{color:var(--text-secondary)}.InterviewSetup-module-scss-module__sEu93a__stepItemDone .InterviewSetup-module-scss-module__sEu93a__stepLine:after{width:100%}.InterviewSetup-module-scss-module__sEu93a__stepItemActive .InterviewSetup-module-scss-module__sEu93a__stepNode{border-color:var(--accent);background:var(--surface-1);color:var(--accent-text);box-shadow:0 0 0 4px color-mix(in oklch, var(--accent) 18%, transparent);transform:scale(1)}.InterviewSetup-module-scss-module__sEu93a__stepItemActive .InterviewSetup-module-scss-module__sEu93a__stepLabel{color:var(--text-primary);font-weight:700}.InterviewSetup-module-scss-module__sEu93a__stepBody{padding:1.25rem 1.5rem;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__stepBody{padding:1rem}}.InterviewSetup-module-scss-module__sEu93a__stepBodyForward,.InterviewSetup-module-scss-module__sEu93a__stepBodyBack{animation:InterviewSetup-module-scss-module__sEu93a__stepFadeIn .25s var(--ease-out-expo)}@keyframes InterviewSetup-module-scss-module__sEu93a__stepFadeIn{0%{opacity:0}to{opacity:1}}.InterviewSetup-module-scss-module__sEu93a__stepSubtitle{color:var(--text-secondary);max-width:560px;margin:0 0 .25rem;font-size:.8125rem;line-height:1.5}.InterviewSetup-module-scss-module__sEu93a__stepOne{flex-direction:column;gap:1rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__personaCard{border-radius:var(--radius-lg);border:1px solid color-mix(in oklch, var(--accent) 24%, var(--border-default));background:color-mix(in oklch, var(--accent) 5%, var(--surface-2));animation:InterviewSetup-module-scss-module__sEu93a__personaReveal .3s var(--ease-out-expo) both;align-items:center;gap:.75rem;padding:.625rem .875rem;display:flex}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__personaCard{align-items:flex-start;gap:.625rem;padding:.5rem .75rem}}@keyframes InterviewSetup-module-scss-module__sEu93a__personaReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.InterviewSetup-module-scss-module__sEu93a__personaAvatar{object-fit:cover;outline:1.5px solid color-mix(in oklch, var(--accent) 60%, transparent);outline-offset:2px;background:var(--surface-3);border-radius:50%;flex-shrink:0;width:38px;height:38px}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__personaAvatar{width:36px;height:36px}}.InterviewSetup-module-scss-module__sEu93a__personaBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.InterviewSetup-module-scss-module__sEu93a__personaHead{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__personaName{color:var(--text-primary);letter-spacing:-.01em;font-size:.875rem;font-weight:700}.InterviewSetup-module-scss-module__sEu93a__personaDot{color:var(--text-tertiary);font-size:.75rem}.InterviewSetup-module-scss-module__sEu93a__personaTag{color:var(--accent-text);letter-spacing:.01em;font-size:.75rem;font-weight:500}.InterviewSetup-module-scss-module__sEu93a__personaDesc{color:var(--text-secondary);margin:0;font-size:.75rem;line-height:1.45}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__personaDesc{font-size:.7rem;line-height:1.4}}.InterviewSetup-module-scss-module__sEu93a__stepTwo{flex-direction:column;gap:1rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__interviewerChip{border-radius:var(--radius-full);border:1px solid var(--border-default);background:var(--surface-2);cursor:pointer;max-width:100%;transition:border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard);align-self:flex-start;align-items:center;gap:.625rem;padding:.5rem .75rem .5rem .5rem;font-family:inherit;display:flex}@media (hover:hover) and (pointer:fine){.InterviewSetup-module-scss-module__sEu93a__interviewerChip:hover{border-color:var(--border-strong);background:var(--surface-3);transform:translateY(-1px)}.InterviewSetup-module-scss-module__sEu93a__interviewerChip:hover .InterviewSetup-module-scss-module__sEu93a__interviewerChipChange{color:var(--accent-text)}}.InterviewSetup-module-scss-module__sEu93a__interviewerChip:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.InterviewSetup-module-scss-module__sEu93a__interviewerChipAvatar{object-fit:cover;background:var(--surface-3);border-radius:50%;flex-shrink:0;width:28px;height:28px}.InterviewSetup-module-scss-module__sEu93a__interviewerChipText{align-items:baseline;gap:.3rem;min-width:0;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__interviewerChipName{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1}.InterviewSetup-module-scss-module__sEu93a__interviewerChipTag{color:var(--text-tertiary);font-size:.75rem;font-weight:500;line-height:1}.InterviewSetup-module-scss-module__sEu93a__interviewerChipTag:before{content:"·";color:var(--text-disabled);margin-right:.3rem}.InterviewSetup-module-scss-module__sEu93a__interviewerChipChange{color:var(--accent-text);border-left:1px solid var(--border-default);transition:color var(--duration-fast) var(--ease-standard);white-space:nowrap;margin-left:.25rem;padding-left:.5rem;font-size:.75rem;font-weight:600;line-height:1}.InterviewSetup-module-scss-module__sEu93a__configFields{flex-direction:column;gap:1rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__fieldsRow{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__fieldsRow{grid-template-columns:1fr;gap:1rem}}.InterviewSetup-module-scss-module__sEu93a__fieldCol{flex-direction:column;gap:.375rem;min-width:0;display:flex}.InterviewSetup-module-scss-module__sEu93a__fieldError{color:var(--danger-text);animation:InterviewSetup-module-scss-module__sEu93a__errorSlide .18s var(--ease-out-expo) both;align-items:center;gap:.25rem;margin:.25rem 0 0;font-size:.75rem;font-weight:600;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__fieldError:before{content:"!";background:color-mix(in oklch, var(--danger) 20%, transparent);width:14px;height:14px;color:var(--danger-text);font-size:.65rem;font-weight:800;font-family:var(--font-mono);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}@keyframes InterviewSetup-module-scss-module__sEu93a__errorSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.InterviewSetup-module-scss-module__sEu93a__sessionPreview{transition:grid-template-rows var(--duration-slow) var(--ease-out-expo),opacity var(--duration-base) var(--ease-standard);opacity:0;grid-template-rows:0fr;display:grid}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewVisible{opacity:1;grid-template-rows:1fr}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewInner{min-height:0;overflow:hidden}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewVisible .InterviewSetup-module-scss-module__sEu93a__sessionPreviewInner{border-radius:var(--radius-lg);border:1px solid color-mix(in oklch, var(--accent) 22%, var(--border-default));background:radial-gradient(120% 80% at 0% 0%, color-mix(in oklch, var(--accent) 9%, transparent) 0%, transparent 60%),color-mix(in oklch, var(--accent) 4%, var(--surface-2));flex-direction:column;gap:.5rem;padding:1rem 1.125rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewHead{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-text);align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewIcon{color:var(--accent-text)}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewRow{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewAvatar{object-fit:cover;background:var(--surface-3);border-radius:50%;width:24px;height:24px}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewName{color:var(--text-primary);letter-spacing:-.005em;font-size:.875rem;font-weight:700}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewDot{color:var(--text-tertiary)}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewMeta{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStacks{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStats{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStat{font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStat svg,.InterviewSetup-module-scss-module__sEu93a__sessionPreviewStatDot{color:var(--text-tertiary)}.InterviewSetup-module-scss-module__sEu93a__cardFooter{border-top:1px solid var(--border-subtle);background:var(--surface-1);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;justify-content:flex-end;align-items:center;gap:1rem;padding:.875rem 1.5rem;display:flex;position:relative}@media (max-width:639px){.InterviewSetup-module-scss-module__sEu93a__cardFooter{background:var(--surface-1);padding:.75rem 1rem}}.InterviewSetup-module-scss-module__sEu93a__footerActions{justify-content:space-between;align-items:center;gap:.625rem;width:100%;display:flex}@media (min-width:640px){.InterviewSetup-module-scss-module__sEu93a__footerActions{justify-content:flex-end;width:auto}}.InterviewSetup-module-scss-module__sEu93a__btnSecondary{border-radius:var(--radius-lg);border:1px solid var(--border-default);height:40px;color:var(--text-secondary);letter-spacing:-.005em;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard);background:0 0;align-items:center;gap:.375rem;padding:0 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewSetup-module-scss-module__sEu93a__btnSecondary:hover{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-primary);transform:translateY(-1px)}}.InterviewSetup-module-scss-module__sEu93a__btnSecondary:active{transform:scale(.98)}.InterviewSetup-module-scss-module__sEu93a__btnSecondary:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.InterviewSetup-module-scss-module__sEu93a__btnSecondary:disabled{opacity:.4;cursor:not-allowed;transform:none}.InterviewSetup-module-scss-module__sEu93a__btnPrimary{border-radius:var(--radius-lg);background:var(--accent);min-width:140px;height:40px;color:var(--text-on-accent);letter-spacing:.005em;cursor:pointer;box-shadow:0 1px 0 color-mix(in oklch, var(--accent) 80%, white) inset,0 0 0 1px color-mix(in oklch, var(--accent) 40%, transparent),0 10px 24px -12px var(--accent-glow);transition:background var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard);border:none;justify-content:center;align-items:center;gap:.4rem;padding:0 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:700;display:inline-flex}@media (hover:hover) and (pointer:fine){.InterviewSetup-module-scss-module__sEu93a__btnPrimary:hover{background:var(--accent-hover);box-shadow:0 1px 0 color-mix(in oklch, var(--accent-hover) 80%, white) inset,0 0 0 1px color-mix(in oklch, var(--accent) 50%, transparent),0 16px 32px -10px var(--accent-glow);transform:translateY(-1px)}}.InterviewSetup-module-scss-module__sEu93a__btnPrimary:active{background:var(--accent-pressed);transform:scale(.98)}.InterviewSetup-module-scss-module__sEu93a__btnPrimary:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.InterviewSetup-module-scss-module__sEu93a__btnPrimary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.InterviewSetup-module-scss-module__sEu93a__loadingDots{align-items:center;gap:4px;display:inline-flex}.InterviewSetup-module-scss-module__sEu93a__dot{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite InterviewSetup-module-scss-module__sEu93a__dotBounce}.InterviewSetup-module-scss-module__sEu93a__dot:nth-child(2){animation-delay:.2s}.InterviewSetup-module-scss-module__sEu93a__dot:nth-child(3){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.InterviewSetup-module-scss-module__sEu93a__dot{opacity:.7;animation:none}}@keyframes InterviewSetup-module-scss-module__sEu93a__dotBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.InterviewSetup-module-scss-module__sEu93a__creatingOverlay{z-index:10;background:color-mix(in oklch, var(--surface-1) 88%, transparent);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;animation:.2s InterviewSetup-module-scss-module__sEu93a__fadeIn;display:flex;position:absolute;inset:0}.InterviewSetup-module-scss-module__sEu93a__creatingText{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:700}.InterviewSetup-module-scss-module__sEu93a__creatingSubText{color:var(--text-secondary);margin:0;font-size:.8125rem}
.InternalApplyModal-module-scss-module__KLTvya__overlay{z-index:1000;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.InternalApplyModal-module-scss-module__KLTvya__backdrop{backdrop-filter:blur(4px);background:#000000c7;position:absolute;inset:0}.InternalApplyModal-module-scss-module__KLTvya__modal{background:var(--surface-1,var(--surface-elevated,#0b0d10));border:1px solid var(--color-border,var(--border-color));border-radius:14px;flex-direction:column;gap:16px;width:100%;max-width:540px;max-height:calc(100vh - 32px);padding:20px;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000008c}.InternalApplyModal-module-scss-module__KLTvya__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__title{color:var(--color-text-primary,var(--text-primary));margin:0;font-size:18px;font-weight:700}.InternalApplyModal-module-scss-module__KLTvya__subtitle{color:var(--text-secondary);margin:4px 0 0;font-size:12px}.InternalApplyModal-module-scss-module__KLTvya__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background .12s;display:flex}.InternalApplyModal-module-scss-module__KLTvya__closeBtn:hover{color:var(--color-text-primary,var(--text-primary));background:#ffffff0f}.InternalApplyModal-module-scss-module__KLTvya__matchBox{border:1px solid var(--color-border,var(--border-color));background:#ffffff05;border-radius:10px;flex-direction:column;gap:10px;padding:10px 12px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__matchTopRow{align-items:center;gap:12px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__matchBadge{color:var(--color-text-primary,var(--text-primary));background:#0000002e;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:14px;font-weight:700;line-height:1.2}.InternalApplyModal-module-scss-module__KLTvya__matchBody{flex-direction:column;gap:2px;min-width:0;display:flex}.InternalApplyModal-module-scss-module__KLTvya__matchTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:4px;font-size:11px;font-weight:600;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__matchCopy{color:var(--color-text-primary,var(--text-primary));font-size:13px;line-height:1.4}.InternalApplyModal-module-scss-module__KLTvya__matchSkillsRow{border-top:1px dashed var(--color-border,var(--border-color));flex-wrap:wrap;align-items:center;gap:8px;padding-top:8px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__matchSkillsHeader{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:10px;font-weight:600}.InternalApplyModal-module-scss-module__KLTvya__matchChipList{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__matchChip{border:1px solid var(--color-border,var(--border-color));color:var(--color-text-primary,var(--text-primary));background:#ffffff0a;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500;line-height:1.4}.InternalApplyModal-module-scss-module__KLTvya__matchPaywall{border:1px dashed var(--color-border,var(--border-color));color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:4px 8px 4px 10px;font-size:11px;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__matchPaywall:hover{border-color:var(--accent);color:var(--color-text-primary,var(--text-primary));background:#0000000a}.InternalApplyModal-module-scss-module__KLTvya__matchPaywallCount{color:var(--color-text-primary,var(--text-primary));font-weight:500}.InternalApplyModal-module-scss-module__KLTvya__matchPaywallCta{color:var(--accent);border-left:1px solid var(--color-border,var(--border-color));padding-left:6px;font-weight:700}.InternalApplyModal-module-scss-module__KLTvya__matchProCta{width:100%;color:var(--color-text-primary,var(--text-primary));cursor:pointer;text-align:left;background:linear-gradient(135deg,#14b8a61f 0%,#14b8a60a 100%);border:1px solid #14b8a659;border-radius:10px;align-items:center;gap:10px;padding:8px 10px 8px 12px;font-family:inherit;font-size:12px;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:flex}.InternalApplyModal-module-scss-module__KLTvya__matchProCta:hover{border-color:var(--accent);background:linear-gradient(135deg,#14b8a62e 0%,#14b8a614 100%);transform:translateY(-1px);box-shadow:0 4px 14px #14b8a638}.InternalApplyModal-module-scss-module__KLTvya__matchProCtaIcon{color:var(--accent);flex-shrink:0}.InternalApplyModal-module-scss-module__KLTvya__matchProCtaCopy{color:var(--color-text-primary,var(--text-primary));flex:1;font-size:12px;line-height:1.35}.InternalApplyModal-module-scss-module__KLTvya__matchProCtaBtn{background:var(--accent);color:var(--text-on-accent,var(--accent-on,#04201d));letter-spacing:.01em;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:5px 10px 5px 12px;font-size:11px;font-weight:700;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__matchBox--attention{will-change:transform,box-shadow;animation:.72s cubic-bezier(.4,0,.2,1) 3 InternalApplyModal-module-scss-module__KLTvya__matchBoxPulse}@keyframes InternalApplyModal-module-scss-module__KLTvya__matchBoxPulse{0%,to{transform:scale(1);box-shadow:0 0 #0000}50%{box-shadow:0 0 0 5px var(--match-glow,#fff6);transform:scale(1.018)}}.InternalApplyModal-module-scss-module__KLTvya__matchBox--excellent{--match-glow:rgba($success, .55);border-color:#22c55e66}.InternalApplyModal-module-scss-module__KLTvya__matchBox--excellent .InternalApplyModal-module-scss-module__KLTvya__matchBadge{color:#22c55e;background:#22c55e2e}.InternalApplyModal-module-scss-module__KLTvya__matchBox--strong{--match-glow:rgba(#3b82f6, .55);border-color:#3b82f666}.InternalApplyModal-module-scss-module__KLTvya__matchBox--strong .InternalApplyModal-module-scss-module__KLTvya__matchBadge{color:#3b82f6;background:#3b82f629}.InternalApplyModal-module-scss-module__KLTvya__matchBox--good{--match-glow:rgba($warning, .55);border-color:#f59e0b66}.InternalApplyModal-module-scss-module__KLTvya__matchBox--good .InternalApplyModal-module-scss-module__KLTvya__matchBadge{color:#f59e0b;background:#f59e0b2e}.InternalApplyModal-module-scss-module__KLTvya__matchBox--partial{--match-glow:rgba(#f97316, .55);border-color:#f9731666}.InternalApplyModal-module-scss-module__KLTvya__matchBox--partial .InternalApplyModal-module-scss-module__KLTvya__matchBadge{color:#f97316;background:#f9731629}.InternalApplyModal-module-scss-module__KLTvya__matchBox--weak{--match-glow:rgba($error, .55);border-color:#ef444466}.InternalApplyModal-module-scss-module__KLTvya__matchBox--weak .InternalApplyModal-module-scss-module__KLTvya__matchBadge{color:#ef4444;background:#ef444429}.InternalApplyModal-module-scss-module__KLTvya__section{flex-direction:column;gap:8px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__sectionHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__sectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin:0;font-size:11px;font-weight:600}.InternalApplyModal-module-scss-module__KLTvya__uploadBtn{border:1px dashed var(--color-border,var(--border-color));color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:600;transition:color .12s,border-color .12s,background .12s;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__uploadBtn:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:#14b8a60f}.InternalApplyModal-module-scss-module__KLTvya__uploadBtn:disabled{opacity:.6;cursor:not-allowed}.InternalApplyModal-module-scss-module__KLTvya__loading{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__spin{animation:.8s linear infinite InternalApplyModal-module-scss-module__KLTvya__spin}@keyframes InternalApplyModal-module-scss-module__KLTvya__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InternalApplyModal-module-scss-module__KLTvya__dropzone{border:1.5px dashed var(--color-border,var(--border-color));cursor:pointer;text-align:center;background:#ffffff05;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:28px 20px 20px;transition:border-color .18s,background .18s,transform .18s;display:flex;position:relative}.InternalApplyModal-module-scss-module__KLTvya__dropzone:hover{border-color:var(--accent);background:#14b8a60a}.InternalApplyModal-module-scss-module__KLTvya__dropzone--active{border-color:var(--accent);background:#14b8a614;transform:scale(1.005)}.InternalApplyModal-module-scss-module__KLTvya__dropzone--busy{cursor:progress;pointer-events:none;background:#14b8a60d;border-style:solid;border-color:#14b8a68c}.InternalApplyModal-module-scss-module__KLTvya__dropzoneIcon{width:44px;height:44px;color:var(--accent);background:#14b8a61a;border-radius:999px;justify-content:center;align-items:center;display:flex}.InternalApplyModal-module-scss-module__KLTvya__dropzoneCopy{flex-direction:column;gap:2px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__dropzoneTitle{color:var(--color-text-primary,var(--text-primary));font-size:14px;font-weight:600;line-height:1.3}.InternalApplyModal-module-scss-module__KLTvya__dropzoneSub{color:var(--text-secondary);font-size:12px;line-height:1.4}.InternalApplyModal-module-scss-module__KLTvya__dropzoneHint{letter-spacing:.02em;color:var(--text-secondary);opacity:.85;align-items:center;gap:4px;margin-top:4px;font-size:10.5px;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__cvList{scrollbar-width:thin;scrollbar-color:var(--color-border,var(--border-color)) #0000;flex-direction:column;gap:6px;max-height:148px;margin:0;padding:0 4px 0 0;list-style:none;display:flex;overflow-y:auto}.InternalApplyModal-module-scss-module__KLTvya__cvList::-webkit-scrollbar{width:6px}.InternalApplyModal-module-scss-module__KLTvya__cvList::-webkit-scrollbar-track{background:0 0}.InternalApplyModal-module-scss-module__KLTvya__cvList::-webkit-scrollbar-thumb{background:var(--color-border,var(--border-color));border-radius:999px}.InternalApplyModal-module-scss-module__KLTvya__cvList::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary,var(--text-secondary))}.InternalApplyModal-module-scss-module__KLTvya__cvRow{border:1px solid var(--color-border,var(--border-color));cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:border-color .12s,background .12s;display:flex}.InternalApplyModal-module-scss-module__KLTvya__cvRow input[type=radio]{appearance:none;border:1.5px solid var(--color-border,var(--border-color));border-radius:999px;flex-shrink:0;width:14px;height:14px;position:relative}.InternalApplyModal-module-scss-module__KLTvya__cvRow input[type=radio]:checked{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 2.5px var(--surface-1,#0b0d10)}.InternalApplyModal-module-scss-module__KLTvya__cvRow:hover{border-color:var(--accent)}.InternalApplyModal-module-scss-module__KLTvya__cvRow--active{border-color:var(--accent);background:#14b8a60a}.InternalApplyModal-module-scss-module__KLTvya__cvName{color:var(--color-text-primary,var(--text-primary));text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.InternalApplyModal-module-scss-module__KLTvya__cvCheck{color:var(--accent);flex-shrink:0}.InternalApplyModal-module-scss-module__KLTvya__contactGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.InternalApplyModal-module-scss-module__KLTvya__fieldGroup{flex-direction:column;gap:4px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__fieldGroup--full{grid-column:1/-1}.InternalApplyModal-module-scss-module__KLTvya__fieldLabel{color:var(--color-text-secondary,var(--text-secondary));font-size:12px;font-weight:600}.InternalApplyModal-module-scss-module__KLTvya__input{border:1px solid var(--color-border,var(--border-color));width:100%;color:var(--color-text-primary,var(--text-primary));background:#ffffff08;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .12s}.InternalApplyModal-module-scss-module__KLTvya__input:focus{border-color:var(--accent);outline:none}.InternalApplyModal-module-scss-module__KLTvya__input::placeholder{color:var(--color-text-secondary,var(--text-secondary));opacity:.6}.InternalApplyModal-module-scss-module__KLTvya__input--error{border-color:var(--color-danger,#ff5b5b)}.InternalApplyModal-module-scss-module__KLTvya__fieldError{color:var(--color-danger,#ff5b5b);font-size:11px}@media (max-width:480px){.InternalApplyModal-module-scss-module__KLTvya__contactGrid{grid-template-columns:1fr}}.InternalApplyModal-module-scss-module__KLTvya__textarea{resize:vertical;border:1px solid var(--color-border,var(--border-color));width:100%;min-height:96px;color:var(--color-text-primary,var(--text-primary));background:#ffffff08;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .12s}.InternalApplyModal-module-scss-module__KLTvya__textarea:focus{border-color:var(--accent);outline:none}.InternalApplyModal-module-scss-module__KLTvya__counter{color:var(--text-secondary);text-align:right;font-size:11px}.InternalApplyModal-module-scss-module__KLTvya__footer{border-top:1px solid var(--color-border,var(--border-color));justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__cancelBtn{border:1px solid var(--color-border,var(--border-color));color:var(--color-text-primary,var(--text-primary));cursor:pointer;background:0 0;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .12s}.InternalApplyModal-module-scss-module__KLTvya__cancelBtn:hover:not(:disabled){background:#ffffff0a}.InternalApplyModal-module-scss-module__KLTvya__cancelBtn:disabled{opacity:.6;cursor:not-allowed}.InternalApplyModal-module-scss-module__KLTvya__submitBtn{background:var(--accent);color:var(--text-on-accent,var(--accent-on));cursor:pointer;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.InternalApplyModal-module-scss-module__KLTvya__submitBtn:hover:not(:disabled){background:var(--accent-hover,var(--accent));box-shadow:0 4px 14px var(--accent-glow,#14b8a659);transform:translateY(-1px)}.InternalApplyModal-module-scss-module__KLTvya__submitBtn:disabled{opacity:.55;cursor:not-allowed}.InternalApplyModal-module-scss-module__KLTvya__successModal{text-align:center;align-items:stretch;gap:20px;max-width:480px;animation:.32s both InternalApplyModal-module-scss-module__KLTvya__success-fade-in}.InternalApplyModal-module-scss-module__KLTvya__successModal>.InternalApplyModal-module-scss-module__KLTvya__closeBtn{position:absolute;top:12px;right:12px}@keyframes InternalApplyModal-module-scss-module__KLTvya__success-fade-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.InternalApplyModal-module-scss-module__KLTvya__successHero{flex-direction:column;align-items:center;gap:8px;padding-top:6px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__successIcon{color:#22c55e;background:#22c55e29;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;animation:.54s cubic-bezier(.34,1.56,.64,1) both InternalApplyModal-module-scss-module__KLTvya__success-pop;display:flex}@keyframes InternalApplyModal-module-scss-module__KLTvya__success-pop{0%{opacity:0;transform:scale(.4)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.InternalApplyModal-module-scss-module__KLTvya__successTitle{color:var(--color-text-primary,var(--text-primary));letter-spacing:-.01em;margin:0;font-size:22px;font-weight:800}.InternalApplyModal-module-scss-module__KLTvya__successSubtitle{color:var(--text-secondary);max-width:360px;margin:0;font-size:13px;line-height:1.5}.InternalApplyModal-module-scss-module__KLTvya__successCtas{flex-direction:column;gap:10px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__successCta{cursor:pointer;text-align:left;border:1px solid var(--color-border,var(--border-color));color:var(--color-text-primary,var(--text-primary));opacity:0;background:#ffffff05;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-family:inherit;font-size:13px;text-decoration:none;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;animation:.42s cubic-bezier(.22,1,.36,1) forwards InternalApplyModal-module-scss-module__KLTvya__success-cta-in;display:flex;transform:translateY(8px)}.InternalApplyModal-module-scss-module__KLTvya__successCta:hover{transform:translateY(-1px)}@keyframes InternalApplyModal-module-scss-module__KLTvya__success-cta-in{to{opacity:1;transform:translateY(0)}}.InternalApplyModal-module-scss-module__KLTvya__successCta--stagger-0{animation-delay:.55s}.InternalApplyModal-module-scss-module__KLTvya__successCta--stagger-1{animation-delay:.75s}.InternalApplyModal-module-scss-module__KLTvya__successCta--stagger-2{animation-delay:.95s}.InternalApplyModal-module-scss-module__KLTvya__successCta--primary{background:linear-gradient(135deg,#14b8a629 0%,#14b8a60f 100%);border-color:#14b8a680}.InternalApplyModal-module-scss-module__KLTvya__successCta--primary .InternalApplyModal-module-scss-module__KLTvya__successCtaIcon{color:var(--accent)}.InternalApplyModal-module-scss-module__KLTvya__successCta--primary:hover{border-color:var(--accent);box-shadow:0 6px 20px #14b8a640}.InternalApplyModal-module-scss-module__KLTvya__successCta--accent{background:linear-gradient(135deg,#f59e0b1f 0%,#f59e0b0a 100%);border-color:#f59e0b73}.InternalApplyModal-module-scss-module__KLTvya__successCta--accent .InternalApplyModal-module-scss-module__KLTvya__successCtaIcon{color:#f59e0b}.InternalApplyModal-module-scss-module__KLTvya__successCta--accent:hover{border-color:#f59e0bb3;box-shadow:0 6px 20px #f59e0b33}.InternalApplyModal-module-scss-module__KLTvya__successCta--ghost:hover{border-color:var(--color-text-secondary,var(--text-secondary));background:#ffffff0a}.InternalApplyModal-module-scss-module__KLTvya__successCtaIcon{background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.InternalApplyModal-module-scss-module__KLTvya__successCtaBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.InternalApplyModal-module-scss-module__KLTvya__successCtaTitle{color:var(--color-text-primary,var(--text-primary));font-size:13px;font-weight:700;line-height:1.3}.InternalApplyModal-module-scss-module__KLTvya__successCtaSub{color:var(--text-secondary);font-size:11px;line-height:1.35}.InternalApplyModal-module-scss-module__KLTvya__successCtaArrow{color:var(--text-secondary);flex-shrink:0;transition:transform .18s}.InternalApplyModal-module-scss-module__KLTvya__successCta:hover .InternalApplyModal-module-scss-module__KLTvya__successCtaArrow{color:var(--color-text-primary,var(--text-primary));transform:translate(2px)}.InternalApplyModal-module-scss-module__KLTvya__countdown{color:var(--text-secondary);text-align:center;letter-spacing:.02em;opacity:0;margin-top:4px;font-size:11px;animation:.32s 1.15s forwards InternalApplyModal-module-scss-module__KLTvya__success-fade-in}
.StackBadge-module-scss-module__GyALGG__badge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;color:var(--stack-color,var(--color-primary));background:color-mix(in srgb, var(--stack-color,var(--color-primary)) 8%, transparent);border:1px solid color-mix(in srgb, var(--stack-color,var(--color-primary)) 25%, transparent);border-radius:999px;align-self:flex-start;align-items:center;gap:.3em;font-weight:700;display:inline-flex}[data-theme=light] .StackBadge-module-scss-module__GyALGG__badge{color:color-mix(in srgb, var(--stack-color,var(--color-primary)) 85%, #000);background:color-mix(in srgb, var(--stack-color,var(--color-primary)) 12%, #fff);border-color:color-mix(in srgb, var(--stack-color,var(--color-primary)) 35%, transparent);box-shadow:0 1px 3px color-mix(in srgb, var(--stack-color,var(--color-primary)) 15%, transparent)}.StackBadge-module-scss-module__GyALGG__badge--sm{padding:.125rem .45rem;font-size:.55rem}.StackBadge-module-scss-module__GyALGG__badge--md{padding:.175rem .5rem;font-size:.625rem}.StackBadge-module-scss-module__GyALGG__icon{width:1em;height:1em;color:inherit;flex-shrink:0}
.SkeletonCard-module-scss-module__3VYA-G__skeleton-card{background:#ffffff04;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:.75rem;min-height:260px;padding:1.5rem;animation:2s ease-in-out infinite SkeletonCard-module-scss-module__3VYA-G__skeleton-card-pulse;display:flex}@media (max-width:768px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card{min-height:240px;padding:1.25rem}}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card{gap:.5rem;padding:1rem}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__row{align-items:center;gap:.5rem;display:flex}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__circle{background:#ffffff0a;border-radius:9px;flex-shrink:0;width:36px;height:36px}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__circle{border-radius:8px;width:32px;height:32px}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__lines{flex-direction:column;flex:1;gap:.5rem;display:flex}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__lines{gap:.25rem}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__line{background:#ffffff0a;border-radius:4px;height:10px}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__line{height:8px}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__block{flex-direction:column;flex:1;gap:.5rem;display:flex}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__block{gap:.25rem}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tags{flex-wrap:wrap;gap:.5rem;display:flex}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tags{gap:.25rem}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tag{background:#ffffff08;border-radius:4px;width:56px;height:22px}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tag{width:48px;height:20px}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tag:nth-child(2){width:64px}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tag:nth-child(2){width:54px}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tag:nth-child(3){width:48px}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__tag:nth-child(3){width:42px}}.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__footer{border-top:1px solid #ffffff08;justify-content:space-between;margin-top:auto;padding-top:.75rem;display:flex}@media (max-width:640px){.SkeletonCard-module-scss-module__3VYA-G__skeleton-card__footer{flex-wrap:wrap;gap:.5rem;padding-top:.5rem}}@keyframes SkeletonCard-module-scss-module__3VYA-G__skeleton-card-pulse{0%,to{opacity:.6}50%{opacity:1}}
.InterviewCallout-module-scss-module__k0OjxW__callout{border:1px solid var(--border-color);background:linear-gradient(135deg,#14b8a60f 0%,#14b8a605 100%);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}@media (max-width:640px){.InterviewCallout-module-scss-module__k0OjxW__callout{flex-wrap:wrap}}.InterviewCallout-module-scss-module__k0OjxW__iconWrap{width:36px;height:36px;color:var(--accent);background:#14b8a629;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.InterviewCallout-module-scss-module__k0OjxW__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.InterviewCallout-module-scss-module__k0OjxW__title{color:var(--text-primary);margin:0;font-size:13px;font-weight:700;line-height:1.35}.InterviewCallout-module-scss-module__k0OjxW__subtitle{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.4}.InterviewCallout-module-scss-module__k0OjxW__cta{background:var(--accent);min-height:40px;color:var(--text-on-accent);letter-spacing:-.01em;white-space:nowrap;cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 1.125rem;font-family:inherit;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.InterviewCallout-module-scss-module__k0OjxW__cta,.InterviewCallout-module-scss-module__k0OjxW__cta:link,.InterviewCallout-module-scss-module__k0OjxW__cta:visited,.InterviewCallout-module-scss-module__k0OjxW__cta:hover,.InterviewCallout-module-scss-module__k0OjxW__cta:active{color:var(--text-on-accent)}.InterviewCallout-module-scss-module__k0OjxW__cta:hover{background:var(--accent-hover);box-shadow:0 4px 14px var(--accent-glow);transform:translateY(-1px)}.InterviewCallout-module-scss-module__k0OjxW__cta:active{transform:translateY(0)}@media (max-width:640px){.InterviewCallout-module-scss-module__k0OjxW__cta{justify-content:center;width:100%}}
