.Footer-module-scss-module__4zj5Ra__footer{background:#fff;border-top:1px solid #e5e7eb;padding:40px 0 20px}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__grid{grid-template-columns:repeat(1,1fr);gap:20px;margin-bottom:20px;display:grid}@media (min-width:768px){.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__grid{grid-template-columns:2fr 1fr 1fr}}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__sectionTitle{margin:0 0 10px;font-size:16px}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__list{margin:0;padding:0;list-style:none}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__list li{margin-bottom:8px}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__link{color:#0f172a;text-decoration:none}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__link:hover{color:#0ea5e9}.Footer-module-scss-module__4zj5Ra__footer .Footer-module-scss-module__4zj5Ra__copy{color:#64748b;text-align:center;font-size:14px}
.Header-module-scss-module__69xiIG__header{z-index:40;-webkit-backdrop-filter:saturate(120%)blur(4px);backdrop-filter:saturate(120%)blur(4px);background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0}.Header-module-scss-module__69xiIG__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.Header-module-scss-module__69xiIG__logo{color:#0f172a;letter-spacing:-.2px;font-size:20px;font-weight:900;text-decoration:none;transition:color .15s}.Header-module-scss-module__69xiIG__logo:hover{color:#0ea5e9}.Header-module-scss-module__69xiIG__nav{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Header-module-scss-module__69xiIG__nav a{color:#0f172a;border-radius:8px;padding:6px 8px;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.Header-module-scss-module__69xiIG__nav a:hover{color:#0ea5e9;background:rgba(14,165,233,.06)}.Header-module-scss-module__69xiIG__nav .btn-ghost{margin-right:6px}.Header-module-scss-module__69xiIG__actions{align-items:center;gap:8px;margin-right:2rem;display:flex}.Header-module-scss-module__69xiIG__logoutBtn,.Header-module-scss-module__69xiIG__loginBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#0ea5e9;cursor:pointer;background:#fff;border:1.5px solid #0ea5e9;border-radius:12px;padding:8px 14px;font-size:14px;font-weight:800;line-height:1;transition:background .15s,color .15s,box-shadow .15s,transform 40ms}.Header-module-scss-module__69xiIG__logoutBtn:hover,.Header-module-scss-module__69xiIG__loginBtn:hover{color:#fff;background:#0ea5e9;box-shadow:0 6px 18px rgba(14,165,233,.18)}.Header-module-scss-module__69xiIG__logoutBtn:active,.Header-module-scss-module__69xiIG__loginBtn:active{transform:translateY(1px)}.Header-module-scss-module__69xiIG__logoutBtn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(14,165,233,.18)}.Header-module-scss-module__69xiIG__loginBtn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(14,165,233,.18)}.Header-module-scss-module__69xiIG__logoutBtn{color:#0ea5e9}@media (max-width:900px){.Header-module-scss-module__69xiIG__nav{order:3;justify-content:center;width:100%}.Header-module-scss-module__69xiIG__actions{order:2}}@media (max-width:520px){.Header-module-scss-module__69xiIG__row,.Header-module-scss-module__69xiIG__nav{gap:10px}.Header-module-scss-module__69xiIG__loginBtn,.Header-module-scss-module__69xiIG__logoutBtn{padding:8px 12px;font-size:13px}}
.ToastProvider-module-scss-module__nno52G__overlay{z-index:9999;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ToastProvider-module-scss-module__nno52G__toast{pointer-events:auto;color:#0f172a;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-width:300px;max-width:420px;padding:20px 24px;animation:ease-in-out forwards ToastProvider-module-scss-module__nno52G__fadeInOut;position:relative;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.25)}@keyframes ToastProvider-module-scss-module__nno52G__fadeInOut{0%{opacity:0;transform:translateY(10px)}10%,90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.ToastProvider-module-scss-module__nno52G__title{margin-bottom:6px;font-size:18px;font-weight:800}.ToastProvider-module-scss-module__nno52G__message{color:#64748b;font-size:14px;line-height:1.6}.ToastProvider-module-scss-module__nno52G__buttons{justify-content:center;gap:10px;margin-top:12px;display:flex}.ToastProvider-module-scss-module__nno52G__btnClose{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:10px;padding:8px 16px;font-weight:600;transition:background .2s}.ToastProvider-module-scss-module__nno52G__btnClose:hover{background:#0c8ac3}@keyframes ToastProvider-module-scss-module__nno52G__progressAnim{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.ToastProvider-module-scss-module__nno52G__success{border-color:rgba(16,185,129,.6)}.ToastProvider-module-scss-module__nno52G__error{border-color:rgba(239,68,68,.6)}.ToastProvider-module-scss-module__nno52G__warning{border-color:rgba(245,158,11,.6)}.ToastProvider-module-scss-module__nno52G__info{border-color:rgba(14,165,233,.6)}.ToastProvider-module-scss-module__nno52G__progress{transform-origin:0;background:#0ea5e9;width:100%;height:4px;animation:linear forwards ToastProvider-module-scss-module__nno52G__progressAnim;position:absolute;bottom:0;left:0}.ToastProvider-module-scss-module__nno52G__indeterminate{width:100%;animation:none;transform:none}.ToastProvider-module-scss-module__nno52G__indeterminate:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(14,165,233,.2) 20%,rgba(14,165,233,.7) 40%,rgba(14,165,233,.2) 60%,transparent 80%);animation:1.1s linear infinite ToastProvider-module-scss-module__nno52G__indet;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes ToastProvider-module-scss-module__nno52G__indet{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ToastProvider-module-scss-module__nno52G__loading{border-color:rgba(14,165,233,.6)}
