body.wcs-ti-modal-open{overflow:hidden}.wcs-ti-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:rgba(15,23,42,0);transition:background-color .2s ease}.wcs-ti-modal.is-open{background-color:rgba(15,23,42,.55)}.wcs-ti-modal__content{box-sizing:border-box;width:100%;max-width:460px;padding:var(--space-6,1.5rem);background-color:hsl(var(--card,0 0% 100%));color:hsl(var(--foreground,217 33% 17%));border:1px solid hsl(var(--border,214 32% 91%));border-radius:var(--radius,.5rem);box-shadow:0 10px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1);font-family:Roboto,system-ui,sans-serif;transform:translateY(8px) scale(.98);opacity:0;transition:transform .2s ease,opacity .2s ease}.wcs-ti-modal.is-open .wcs-ti-modal__content{transform:translateY(0) scale(1);opacity:1}.wcs-ti-modal__header{margin-bottom:var(--space-3,.75rem)}.wcs-ti-modal__title{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;color:hsl(var(--foreground,217 33% 17%))}.wcs-ti-modal__body{margin-bottom:var(--space-6,1.5rem)}.wcs-ti-modal__text{margin:0;font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground,215 16% 47%));white-space:pre-line}.wcs-ti-modal__field{margin-top:var(--space-4,1rem)}.wcs-ti-modal__label{display:block;margin-bottom:var(--space-2,.5rem);font-size:.8125rem;font-weight:500;color:hsl(var(--foreground,217 33% 17%))}.wcs-ti-modal__textarea{box-sizing:border-box;width:100%;min-height:80px;padding:var(--space-3,.75rem);font-family:inherit;font-size:.875rem;color:hsl(var(--foreground,217 33% 17%));background-color:hsl(var(--background,210 20% 98%));border:1px solid hsl(var(--input,214 32% 91%));border-radius:var(--radius-sm,.25rem);resize:vertical}.wcs-ti-modal__textarea:focus{outline:0;border-color:hsl(var(--ring,217 91% 20%));box-shadow:0 0 0 3px hsl(var(--ring,217 91% 20%) / .15)}.wcs-ti-modal__footer{display:flex;flex-wrap:wrap;gap:var(--space-3,.75rem);justify-content:flex-end}.wcs-ti-modal__btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-3,.75rem) var(--space-5,1.25rem);font-family:inherit;font-size:.875rem;font-weight:600;line-height:1;border:1px solid transparent;border-radius:var(--radius,.5rem);cursor:pointer;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.wcs-ti-modal__btn:focus-visible{outline:0;box-shadow:0 0 0 3px hsl(var(--ring,217 91% 20%) / .35)}.wcs-ti-modal__btn--primary{background-color:hsl(var(--primary,218 52% 21%));color:hsl(var(--primary-foreground,0 0% 98%))}.wcs-ti-modal__btn--primary:hover{opacity:.9}.wcs-ti-modal__btn--secondary{background-color:hsl(var(--muted,210 40% 96%));color:hsl(var(--foreground,217 33% 17%));border-color:hsl(var(--border,214 32% 91%))}.wcs-ti-modal__btn--secondary:hover{background-color:hsl(var(--muted,210 40% 96%) / .7)}.wcs-ti-modal__btn--destructive{background-color:transparent;color:hsl(var(--destructive,0 84% 60%));border-color:hsl(var(--destructive,0 84% 60%))}.wcs-ti-modal__btn--destructive:hover{background-color:hsl(var(--destructive,0 84% 60%));color:hsl(var(--destructive-foreground,0 0% 98%))}@media (max-width:480px){.wcs-ti-modal__content{padding:var(--space-5,1.25rem)}.wcs-ti-modal__footer{flex-direction:column-reverse}.wcs-ti-modal__btn{width:100%}}