.AuthLayout-module__YrZ0fG__wrapper{background-color:var(--muted);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.AuthLayout-module__YrZ0fG__container{background-color:var(--background);border-radius:var(--radius);border:1px solid var(--border);width:100%;max-width:480px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.AuthLayout-module__YrZ0fG__container.AuthLayout-module__YrZ0fG__lg{max-width:800px}.AuthLayout-module__YrZ0fG__header{text-align:center;margin-bottom:1.5rem}.AuthLayout-module__YrZ0fG__logoLink{color:inherit;margin-bottom:.5rem;text-decoration:none;display:block}.AuthLayout-module__YrZ0fG__title{color:var(--foreground);margin-top:.25rem;font-size:1.25rem;font-weight:600}.AuthLayout-module__YrZ0fG__subtitle{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.AuthLayout-module__YrZ0fG__content{margin-bottom:1rem}.AuthLayout-module__YrZ0fG__footer{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);padding-top:1rem;font-size:.875rem}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__overlay.Modal-module__7LRQSW__closed{display:none}.Modal-module__7LRQSW__container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:100%;max-height:90vh;padding:2rem;display:flex;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Modal-module__7LRQSW__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Modal-module__7LRQSW__title{color:#0f172a;margin:0;padding-right:1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.Modal-module__7LRQSW__closeButton{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeButton:hover{color:#475569;background-color:#f1f5f9}.Modal-module__7LRQSW__content{color:#475569;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.Modal-module__7LRQSW__footer{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.Modal-module__7LRQSW__cancelButton{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.Modal-module__7LRQSW__cancelButton:hover{color:#1e293b;background:#f8fafc;border-color:#94a3b8}.Modal-module__7LRQSW__confirmButton{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0000000d}.Modal-module__7LRQSW__confirmButton.Modal-module__7LRQSW__primary{background:#2563eb}.Modal-module__7LRQSW__confirmButton.Modal-module__7LRQSW__primary:hover{background:#1d4ed8}.Modal-module__7LRQSW__confirmButton.Modal-module__7LRQSW__danger{background:#ef4444}.Modal-module__7LRQSW__confirmButton.Modal-module__7LRQSW__danger:hover{background:#dc2626}
.Button-module__8RiFmG__button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative}.Button-module__8RiFmG__button:disabled{opacity:.7;cursor:not-allowed}.Button-module__8RiFmG__primary{color:#fff;background-color:#2563eb;border-color:#0000}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:#1d4ed8}.Button-module__8RiFmG__secondary{color:#334155;background-color:#fff;border-color:#cbd5e1}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:#f8fafc;border-color:#94a3b8}.Button-module__8RiFmG__danger{color:#ef4444;background-color:#fee2e2;border-color:#0000}.Button-module__8RiFmG__danger:hover:not(:disabled){background-color:#fecaca}.Button-module__8RiFmG__success{color:#fff;background-color:#16a34a;border-color:#0000}.Button-module__8RiFmG__success:hover:not(:disabled){background-color:#15803d}.Button-module__8RiFmG__ghost{color:#64748b;background-color:#0000;padding:.4rem}.Button-module__8RiFmG__ghost:hover:not(:disabled){color:#334155;background-color:#f1f5f9}.Button-module__8RiFmG__content{align-items:center;gap:.5rem;transition:opacity .2s;display:flex}.Button-module__8RiFmG__invisible{opacity:0;pointer-events:none}.Button-module__8RiFmG__spinnerContainer{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Button-module__8RiFmG__spinner{animation:1s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.page-module___7D4va__container{grid-template-columns:300px 1fr;align-items:start;gap:2rem;display:grid}.page-module___7D4va__sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;position:sticky;top:2rem;overflow:hidden}.page-module___7D4va__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;overflow-x:hidden}.page-module___7D4va__mobileToggle{color:#475569;text-align:left;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:.8rem;font-weight:600;display:none}@media (max-width:768px){.page-module___7D4va__container{flex-direction:column;gap:1rem;display:flex}.page-module___7D4va__sidebar{order:-1;width:100%;position:static}.page-module___7D4va__sidebar.page-module___7D4va__collapsed .page-module___7D4va__docList{display:none}.page-module___7D4va__sidebar.page-module___7D4va__collapsed{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.page-module___7D4va__content{background:0 0;border:none;width:100%;padding:1rem}.page-module___7D4va__mobileToggle{display:flex}}
.Select-module__E8rWSW__container{position:relative}.Select-module__E8rWSW__label{color:#475569;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.Select-module__E8rWSW__trigger{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:.6rem;font-size:.9rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.Select-module__E8rWSW__triggerContent{align-items:center;gap:.5rem;display:flex;overflow:hidden}.Select-module__E8rWSW__triggerText{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Select-module__E8rWSW__chevron{color:#94a3b8;flex-shrink:0;transition:transform .2s}.Select-module__E8rWSW__dropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:250px;margin-top:.25rem;padding:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Select-module__E8rWSW__option{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.85rem;font-weight:500;transition:all .1s;display:flex}.Select-module__E8rWSW__option:hover{background:#f8fafc}.Select-module__E8rWSW__option.Select-module__E8rWSW__selected{color:#1e40af;background:#eff6ff;font-weight:600}
