@charset "UTF-8";.toasts-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.625rem;width:min(420px,100vw - 2rem);pointer-events:none}@keyframes toast-slide-in{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}.toast{--toast-accent: #6b7280;--toast-accent-soft: #f3f4f6;position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:.75rem;padding:.875rem;background:#fff;color:#1f2937;border:1px solid rgba(15,23,42,.06);border-left:3px solid var(--toast-accent);border-radius:12px;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a0f;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.45;pointer-events:auto;cursor:default;animation:toast-slide-in .32s cubic-bezier(.4,0,.2,1) both;will-change:transform,opacity}.toast--exit{animation:toast-slide-out .28s cubic-bezier(.4,0,.2,1) both}.toast__icon{display:inline-flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;flex-shrink:0;border-radius:8px;background:var(--toast-accent-soft);color:var(--toast-accent)}.toast__icon svg{display:block}.toast__body{min-width:0;display:flex;flex-direction:column;gap:.125rem;padding-top:.1875rem}.toast__title{margin:0;font-size:.8125rem;font-weight:600;color:#111827;letter-spacing:-.005em}.toast__message{margin:0;color:#4b5563;font-size:.8125rem;line-height:1.45;word-break:break-word}.toast__close{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin:0;padding:0;background:transparent;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;flex-shrink:0;transition:color .15s ease,background-color .15s ease}.toast__close svg{display:block}.toast__close:hover{color:#1f2937;background:#0f172a0f}.toast__close:focus-visible{outline:2px solid rgba(255,107,53,.4);outline-offset:1px}.toast--notice{--toast-accent: #10B981;--toast-accent-soft: #d1fae5}.toast--alert{--toast-accent: #F59E0B;--toast-accent-soft: #fef3c7}.toast--error{--toast-accent: #EF4444;--toast-accent-soft: #fee2e2}@media (max-width: 640px){.toasts-container{top:auto;bottom:1rem;left:1rem;right:1rem;width:auto}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(120%)}}}@media (prefers-reduced-motion: reduce){.toast,.toast--exit{animation-duration:.01ms}}.logo{--primary: #FF6B35;--secondary: #3B82F6;--text: #1F2937;display:inline-block;position:relative;cursor:pointer}.logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:3rem;position:relative;display:inline-block}@media (max-width: 768px){.logo-text{font-size:1.75rem}}.logo .static-text{position:relative;color:var(--text);transition:opacity .4s ease}.logo .static-text:after{content:"touch";background:linear-gradient(45deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent;position:absolute;right:0;top:0}.logo .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent;opacity:0;transition:opacity 1s ease}.logo:hover .static-text{opacity:0;transition:opacity 1s ease}.logo:hover .gradient-overlay{opacity:1;transition:opacity 1s ease}@font-face{font-family:Inter;src:url("/assets/Inter-VariableFont_opsz,wght-c6876acd.ttf") format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url("/assets/Inter-Italic-VariableFont_opsz,wght-69d93774.ttf") format("truetype-variations");font-weight:100 900;font-style:italic;font-display:swap}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;color:#1f2937;background:#fdf8f4;min-height:100vh}a{color:#ff6b35;text-decoration:none}a:hover{color:#ff4602}.auth-aurora{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0;background:radial-gradient(circle at 18% 20%,#ffe6d3 0%,transparent 55%),radial-gradient(circle at 85% 80%,#ffd9e8 0%,transparent 60%),linear-gradient(180deg,#fff8f3,#f9f2ff)}.auth-aurora:before,.auth-aurora:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;will-change:transform}.auth-aurora:before{width:32rem;height:32rem;left:-8rem;top:-6rem;background:radial-gradient(circle,#ff8f5c 0%,#ff6b35 60%,transparent 100%);animation:auroraFloatA 18s ease-in-out infinite}.auth-aurora:after{width:28rem;height:28rem;right:-6rem;bottom:-8rem;background:radial-gradient(circle,#b389ff 0%,#6633ee 60%,transparent 100%);animation:auroraFloatB 22s ease-in-out infinite}@keyframes auroraFloatA{0%,to{transform:translate(0) scale(1)}50%{transform:translate(3rem,2rem) scale(1.08)}}@keyframes auroraFloatB{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-2rem,-3rem) scale(1.1)}}.auth-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;min-height:100vh;padding:2.5rem clamp(1.5rem,4vw,4rem);align-items:center}@media (min-width: 961px){.auth-layout{gap:clamp(2.5rem,4vw,4.25rem)}.auth-layout>.auth-hero{justify-self:end;width:min(100%,32rem)}.auth-layout>.auth-panel{justify-self:start}}@media (max-width: 960px){.auth-layout{grid-template-columns:1fr;gap:2rem;padding:1.5rem}}.auth-hero{position:relative;display:flex;flex-direction:column;justify-content:center;max-width:32rem;animation:heroFadeUp .6s ease both}@media (max-width: 960px){.auth-hero{text-align:center;align-items:center;max-width:36rem;margin:0 auto}}.auth-hero__logo{margin-bottom:2rem;display:inline-flex;align-items:center}.auth-hero__badge{display:inline-flex;align-items:center;gap:.5rem;color:#c4451c;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.auth-hero__badge:before{content:"";flex-shrink:0;width:.5rem;height:.5rem;border-radius:50%;background:#ff6b35;box-shadow:0 0 0 3px #ff6b352e}.auth-hero__title{font-size:clamp(1.875rem,3vw,2.625rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem;color:#1f1933}.auth-hero__title em{font-style:normal;background:linear-gradient(135deg,#ff6b35,#ff914d,#63e);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.auth-hero__subtitle{font-size:1.0625rem;color:#4b4566;margin:0 0 2rem;max-width:30rem}.auth-hero__features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem}@media (max-width: 720px){.auth-hero__features{grid-template-columns:1fr}}.auth-hero__features li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:#2f2845;line-height:1.4;animation:heroFadeUp .55s ease both}.auth-hero__features li:nth-child(1){animation-delay:.1s}.auth-hero__features li:nth-child(2){animation-delay:.15s}.auth-hero__features li:nth-child(3){animation-delay:.2s}.auth-hero__features li:nth-child(4){animation-delay:.25s}.auth-hero__features li:nth-child(5){animation-delay:.3s}.auth-hero__features li:nth-child(6){animation-delay:.35s}.auth-hero__features li .auth-hero__feature-icon{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:.4375rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b3526,#6633ee1f);color:#ff6b35}.auth-hero__features li .auth-hero__feature-icon svg{width:.875rem;height:.875rem}.auth-hero__preview{position:relative;margin-top:2.5rem;width:100%;max-width:30rem}@media (max-width: 960px){.auth-hero__preview{display:none}}.preview-card{background:#ffffffd9;border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:1rem;box-shadow:0 12px 40px #1f19331a,0 2px 6px #1f19330d;padding:1rem 1.125rem;animation:cardFloat 6s ease-in-out infinite}.preview-card--main{transform:rotate(-1.5deg)}.preview-card--sub{position:absolute;right:-.5rem;bottom:-2rem;width:16rem;transform:rotate(2.5deg);animation-delay:-3s}@keyframes cardFloat{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-6px) rotate(-1.5deg)}}@keyframes cardFloatSub{0%,to{transform:rotate(2.5deg) translateY(0)}50%{transform:rotate(2.5deg) translateY(-5px)}}.preview-card--sub{animation-name:cardFloatSub}.preview-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}.preview-card__head-title{font-size:.8125rem;font-weight:600;color:#1f1933}.preview-card__head-meta{font-size:.6875rem;color:#8a829e}.preview-task{display:flex;align-items:center;gap:.625rem;padding:.4375rem 0;border-top:1px dashed rgba(31,25,51,.08)}.preview-task:first-of-type{border-top:none}.preview-task__check{width:1rem;height:1rem;border-radius:50%;border:1.5px solid #d4cfe1;flex-shrink:0;background:#fff;display:inline-flex;align-items:center;justify-content:center}.preview-task__check--done{background:#ff6b35;border-color:#ff6b35}.preview-task__check--done:after{content:"";width:.5rem;height:.25rem;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.preview-task__title{flex:1;font-size:.8125rem;color:#2f2845;font-weight:500}.preview-task--done .preview-task__title{color:#8a829e;text-decoration:line-through}.preview-task__tag{font-size:.6875rem;padding:.125rem .5rem;border-radius:999px;font-weight:500}.preview-tag{display:inline-flex;align-items:center;gap:.3125rem;font-size:.75rem;font-weight:500;padding:.1875rem .625rem;border-radius:999px;margin-right:.25rem;margin-top:.25rem}.preview-tag:before{content:"";width:.4375rem;height:.4375rem;border-radius:50%;background:currentColor}.auth-panel{display:flex;align-items:center;justify-content:center;width:100%}@media (min-width: 961px){.auth-panel{justify-content:flex-start}}.auth-card{position:relative;width:100%;max-width:26rem;background:#ffffffc7;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid rgba(255,255,255,.9);border-radius:1.25rem;box-shadow:0 24px 48px -12px #1f19332e,0 4px 12px #1f19330f;padding:2.25rem 2rem 2rem;animation:cardFadeIn .5s ease both .1s}@media (max-width: 480px){.auth-card{padding:1.75rem 1.25rem 1.5rem;border-radius:1rem}}.auth-card__header{margin-bottom:1.5rem}.auth-card__title{font-size:1.5rem;font-weight:700;color:#1f1933;margin:0 0 .375rem;letter-spacing:-.01em}.auth-card__subtitle{font-size:.9375rem;color:#6b6483;margin:0}.auth-card__footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(31,25,51,.06);text-align:center;font-size:.875rem;color:#6b6483}.auth-card__link{color:#ff6b35;font-weight:600;margin-left:.25rem}.auth-card__link:hover{color:#ff4602}.auth-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.auth-field-group{display:flex;flex-direction:column}.auth-field{display:flex;flex-direction:column;gap:.375rem;position:relative}.auth-field__label-row{display:flex;align-items:center;justify-content:space-between}.auth-field__label{font-size:.8125rem;font-weight:500;color:#4b4566}.auth-field__hint{font-size:.75rem;color:#8a829e;margin:.3125rem 0 0}.auth-field__forgot{font-size:.75rem;color:#ff6b35;font-weight:500}.auth-field__forgot:hover{color:#ff4602}.auth-field__forgot--below{align-self:flex-end;margin-top:.375rem}.auth-field__control{position:relative;display:flex;align-items:stretch}.auth-field__control .field_with_errors{flex:1 1 auto;min-width:0;width:100%;align-self:stretch}.auth-field__icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9b94b1;width:1rem;height:1rem;display:inline-flex;align-items:center;pointer-events:none;z-index:2;transition:color .15s}.auth-field__icon svg{width:100%;height:100%}.auth-field__toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);height:1.875rem;width:1.875rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.4375rem;color:#9b94b1;cursor:pointer;transition:background .15s,color .15s;z-index:2}.auth-field__toggle:hover{background:#1f19330f;color:#4b4566}.auth-field__toggle:focus-visible{outline:2px solid rgba(255,107,53,.4);outline-offset:1px}.auth-field__toggle svg{width:1rem;height:1rem}.auth-field__toggle .auth-field__toggle-icon--off,.auth-field__toggle[aria-pressed=true] .auth-field__toggle-icon--on{display:none}.auth-field__toggle[aria-pressed=true] .auth-field__toggle-icon--off{display:block}.auth-field__toggle[aria-pressed=true]{color:#ff6b35}.auth-field__input{width:100%;height:2.875rem;padding:0 .875rem 0 2.625rem;border:1.5px solid rgba(31,25,51,.12);border-radius:.625rem;font-size:.9375rem;color:#1f1933;background:#fffffff2;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;font-family:inherit}.auth-field__input::placeholder{color:#9b94b1}.auth-field__input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b352e;background:#fff}.auth-field__input:focus~.auth-field__icon,.auth-field__input:focus+.auth-field__icon{color:#ff6b35}.auth-field__input:disabled{background:#1f19330a;cursor:not-allowed}.auth-field .field_with_errors .auth-field__input{border-color:#ef4444a6;background:#fee2e259}.auth-field .field_with_errors .auth-field__input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444438;background:#fff}.auth-field--has-toggle .auth-field__input{padding-right:2.875rem}.auth-remember{display:flex;align-items:center;gap:.5rem}.auth-remember__checkbox{width:1rem;height:1rem;border-radius:.25rem;accent-color:#FF6B35;cursor:pointer}.auth-remember__label{font-size:.8125rem;color:#4b4566;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:.625rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;text-decoration:none;background:#ff6b35;color:#fff}.btn:hover{background:#ff4d0c}.btn:active{transform:translateY(1px)}.auth-submit{position:relative;width:100%;height:3rem;font-size:.9375rem;background:linear-gradient(135deg,#ff6b35,#ff8f5c);box-shadow:0 6px 18px -4px #ff6b3573}.auth-submit:hover{background:linear-gradient(135deg,#f25f2c,#ff8048);box-shadow:0 8px 22px -4px #ff6b358c}.auth-submit[aria-busy=true]{color:transparent;cursor:progress}.auth-submit[aria-busy=true]:after{content:"";position:absolute;top:50%;left:50%;width:1.125rem;height:1.125rem;margin:-.5625rem 0 0 -.5625rem;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#error_explanation,.auth-errors{background:#fee2e2e6;border:1px solid rgba(248,113,113,.4);border-radius:.625rem;padding:.75rem .875rem;margin-bottom:1.125rem;font-size:.8125rem;color:#b91c1c;display:flex;flex-direction:column;gap:.25rem}#error_explanation h2,.auth-errors h2{font-size:.8125rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.4375rem}#error_explanation h2:before,.auth-errors h2:before{content:"!";width:1rem;height:1rem;border-radius:50%;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700}#error_explanation ul,.auth-errors ul{margin:0;padding-left:.5rem;list-style:none}#error_explanation li:before,.auth-errors li:before{content:"\2022";margin-right:.4375rem;color:#ef4444}.auth-notice{display:flex;gap:.625rem;align-items:flex-start;background:#eef7ffe6;border:1px solid rgba(99,102,241,.25);border-radius:.625rem;padding:.75rem .875rem;font-size:.8125rem;color:#2f3a6b;margin-bottom:1.125rem}.auth-notice svg{flex-shrink:0;margin-top:.0625rem}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(.625rem) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}
