:root{--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-focus: #1d4ed8;--color-primary-light: #eff6ff;--color-primary-border: #bfdbfe;--color-secondary: #6b7280;--color-secondary-hover: #4b5563;--color-secondary-light: #f9fafb;--color-success: #059669;--color-success-hover: #047857;--color-success-light: #f0fdf4;--color-success-border: #bbf7d0;--color-warning: #f59e0b;--color-warning-hover: #d97706;--color-warning-light: #fffbeb;--color-warning-border: #fed7aa;--color-danger: #dc2626;--color-danger-hover: #b91c1c;--color-danger-light: #fef2f2;--color-danger-border: #fecaca;--color-info: #0ea5e9;--color-info-hover: #0284c7;--color-info-light: #f0f9ff;--color-info-border: #bae6fd;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--text-primary: var(--color-gray-900);--text-secondary: var(--color-gray-600);--text-muted: var(--color-gray-500);--text-inverse: var(--color-white);--bg-primary: var(--color-white);--bg-secondary: var(--color-gray-50);--bg-muted: var(--color-gray-100);--border-primary: var(--color-gray-200);--border-secondary: var(--color-gray-300);--border-focus: var(--color-primary);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: .75rem;--spacing-lg: 1rem;--spacing-xl: 1.5rem;--spacing-2xl: 2rem;--spacing-3xl: 3rem;--spacing-4xl: 4rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--focus-ring: 0 0 0 3px rgba(59, 130, 246, .1);--focus-ring-danger: 0 0 0 3px rgba(239, 68, 68, .1);--transition-fast: .15s ease-in-out;--transition-normal: .2s ease-in-out;--transition-slow: .3s ease-in-out;--z-dropdown: 10;--z-sticky: 20;--z-fixed: 30;--z-modal-backdrop: 40;--z-modal: 50;--z-popover: 60;--z-tooltip: 70;--z-toast: 80;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1200px;--breakpoint-2xl: 1536px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1200px;--container-2xl: 1536px;--modal-border-color: var(--border-color);--modal-border-width: 1px;--modal-border-style: solid;--modal-shadow-color: rgba(0, 0, 0, .1);--bg-image-opacity: .1;--bg-image-overlay: rgba(255, 255, 255, .9);--tab-border-radius: var(--radius-md);--tab-border-color: var(--border-color);--tab-active-bg: var(--bg-primary);--tab-inactive-bg: var(--bg-secondary);--tab-shadow: var(--shadow-sm);--spacing-mobile-xs: .25rem;--spacing-mobile-sm: .5rem;--spacing-mobile-md: .75rem;--spacing-mobile-lg: 1rem;--spacing-mobile-xl: 1.5rem;--spacing-mobile-2xl: 2rem;--spacing-desktop-xs: var(--spacing-xs);--spacing-desktop-sm: var(--spacing-sm);--spacing-desktop-md: var(--spacing-md);--spacing-desktop-lg: var(--spacing-lg);--spacing-desktop-xl: var(--spacing-xl);--spacing-desktop-2xl: var(--spacing-2xl);--flip-duration: .6s;--flip-timing: ease-in-out;--flip-perspective: 1000px;--btn-padding-sm: var(--spacing-sm) var(--spacing-md);--btn-padding-md: var(--spacing-md) var(--spacing-lg);--btn-padding-lg: var(--spacing-lg) var(--spacing-xl);--btn-font-size-sm: var(--font-size-xs);--btn-font-size-md: var(--font-size-sm);--btn-font-size-lg: var(--font-size-base);--btn-border-radius: var(--radius-md);--btn-font-weight: var(--font-weight-medium);--btn-transition: var(--transition-normal);--btn-min-height: 2.5rem;--btn-min-height-sm: 2rem;--btn-min-height-lg: 3rem;--card-bg: var(--bg-primary);--card-border: 1px solid var(--border-primary);--card-border-radius: var(--radius-lg);--card-shadow: var(--shadow-sm);--card-shadow-hover: var(--shadow-md);--card-padding: var(--spacing-xl);--card-padding-sm: var(--spacing-lg);--card-padding-lg: var(--spacing-2xl);--form-input-padding: var(--spacing-md);--form-input-border: 2px solid var(--border-color);--form-input-border-radius: var(--radius-md);--form-input-font-size: var(--font-size-base);--form-input-min-height: 2.75rem;--form-input-transition: var(--transition-normal);--form-label-font-size: var(--font-size-sm);--form-label-font-weight: var(--font-weight-medium);--form-label-color: var(--text-secondary);--modal-backdrop: rgba(0, 0, 0, .5);--modal-bg: var(--bg-primary);--modal-border-radius: var(--radius-xl);--modal-shadow: var(--shadow-xl);--modal-padding: var(--spacing-2xl);--modal-z-index: var(--z-modal);--spinner-size: 1.5rem;--spinner-border-width: 2px;--spinner-color: var(--color-primary);--spinner-bg: var(--color-gray-200)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-secondary);color:var(--text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-base);min-height:100vh}button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}input,textarea,select{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0}ul,ol{list-style:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}fieldset{border:none;padding:0;margin:0}legend{padding:0;margin:0}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}svg{display:inline-block;vertical-align:middle;flex-shrink:0}.card svg,.alert svg,button svg{max-width:100%;max-height:100%}:focus{outline:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--text-primary)}p{line-height:var(--line-height-normal);color:var(--text-primary)}input,textarea,select,button{font-size:inherit}button,[role=button]{cursor:pointer}button:disabled,[role=button][aria-disabled=true]{cursor:not-allowed}th{text-align:left;font-weight:var(--font-weight-semibold)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html{scroll-behavior:auto}}@media (prefers-contrast: high){:root{--border-primary: var(--color-gray-600);--border-secondary: var(--color-gray-700)}}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--btn-padding-md);border:1px solid transparent;border-radius:var(--btn-border-radius);font-size:var(--btn-font-size-md);font-weight:var(--btn-font-weight);line-height:var(--line-height-tight);text-decoration:none;cursor:pointer;transition:var(--btn-transition);min-height:var(--btn-min-height);white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn:focus-visible{box-shadow:var(--focus-ring)}.btn-primary{background-color:var(--color-primary);color:var(--text-inverse)}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.btn-primary:active:not(:disabled){background-color:var(--color-primary-focus)}.btn-secondary{background-color:var(--color-secondary);color:var(--text-inverse)}.btn-secondary:hover:not(:disabled){background-color:var(--color-secondary-hover)}.btn-outline{background-color:var(--bg-primary);color:var(--text-primary);border-color:var(--border-primary)}.btn-outline:hover:not(:disabled){background-color:var(--bg-muted);border-color:var(--border-secondary)}.btn-danger{background-color:var(--color-danger);color:var(--text-inverse)}.btn-danger:hover:not(:disabled){background-color:var(--color-danger-hover)}.btn-danger:focus-visible{box-shadow:var(--focus-ring-danger)}.btn-success{background-color:var(--color-success);color:var(--text-inverse)}.btn-success:hover:not(:disabled){background-color:var(--color-success-hover)}.btn-sm{padding:var(--btn-padding-sm);font-size:var(--btn-font-size-sm);min-height:var(--btn-min-height-sm)}.btn-lg{padding:var(--btn-padding-lg);font-size:var(--btn-font-size-lg);min-height:var(--btn-min-height-lg)}.card{background:var(--card-bg);border:var(--card-border);border-radius:var(--card-border-radius);box-shadow:var(--card-shadow);overflow:hidden;transition:var(--transition-normal)}.card-hover:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-1px)}.card-clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.card-selected{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary),var(--card-shadow)}.card-header{padding:var(--card-padding);border-bottom:1px solid var(--border-primary);background-color:var(--bg-muted)}.card-body{padding:var(--card-padding)}.card-footer{padding:var(--card-padding);border-top:1px solid var(--border-primary);background-color:var(--bg-muted)}.card-sm{--card-padding: var(--card-padding-sm)}.card-lg{--card-padding: var(--card-padding-lg);box-shadow:var(--shadow-md)}.card-elevated{box-shadow:var(--shadow-lg)}.form-group{display:flex;flex-direction:column;gap:var(--spacing-sm)}.form-label{display:block;font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);color:var(--form-label-color)}.form-label-required:after{content:" *";color:var(--color-danger)}.form-input,.form-textarea,.form-select{width:100%;padding:var(--form-input-padding);border:var(--form-input-border);border-radius:var(--form-input-border-radius);font-size:var(--form-input-font-size);background-color:var(--bg-primary);transition:var(--form-input-transition);min-height:var(--form-input-min-height);box-shadow:0 1px 3px #0000001a}.form-input:hover,.form-textarea:hover,.form-select:hover{border-color:var(--color-primary-light)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--color-primary);box-shadow:var(--focus-ring),0 1px 3px #0000001a}.form-input:invalid,.form-textarea:invalid,.form-select:invalid,.form-input.error,.form-textarea.error,.form-select.error{border-color:var(--color-danger)}.form-input:invalid:focus,.form-textarea:invalid:focus,.form-select:invalid:focus,.form-input.error:focus,.form-textarea.error:focus,.form-select.error:focus{border-color:var(--color-danger);box-shadow:var(--focus-ring-danger)}.form-textarea{resize:vertical;min-height:5rem}.form-help{font-size:var(--font-size-xs);color:var(--text-muted)}.form-error{font-size:var(--font-size-xs);color:var(--color-danger);font-weight:var(--font-weight-medium)}.alert{padding:var(--spacing-lg);border-radius:var(--radius-md);border:1px solid transparent;font-size:var(--font-size-sm);display:flex;align-items:flex-start;gap:var(--spacing-md)}.alert-info{background-color:var(--color-info-light);border-color:var(--color-info-border);color:var(--color-info-hover)}.alert-success{background-color:var(--color-success-light);border-color:var(--color-success-border);color:var(--color-success-hover)}.alert-warning{background-color:var(--color-warning-light);border-color:var(--color-warning-border);color:var(--color-warning-hover)}.alert-danger{background-color:var(--color-danger-light);border-color:var(--color-danger-border);color:var(--color-danger-hover)}.loading-spinner{width:var(--spinner-size);height:var(--spinner-size);border:var(--spinner-border-width) solid var(--spinner-bg);border-top:var(--spinner-border-width) solid var(--spinner-color);border-radius:var(--radius-full);animation:spin 1s linear infinite}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:var(--z-dropdown)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--spacing-2xl) var(--spacing-lg);background:var(--bg-secondary)}.auth-wrapper{width:100%;max-width:28rem}.auth-header{text-align:center;margin-bottom:var(--spacing-xl)}.auth-form{background:var(--bg-primary);border:var(--border-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--spacing-2xl);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2}.auth-form-group{margin-bottom:var(--spacing-lg)}.auth-form-group:last-child{margin-bottom:0}.auth-form-label{display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);margin-bottom:var(--spacing-xs)}.auth-form-input{width:100%;padding:var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:var(--font-size-base);transition:var(--transition-normal);background:var(--bg-primary);box-shadow:0 1px 3px #0000001a}.auth-form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:var(--focus-ring),0 1px 3px #0000001a}.auth-form-input:hover{border-color:var(--color-primary-light)}.auth-form-button{width:100%;padding:var(--spacing-md) var(--spacing-lg);font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.auth-form-link{display:block;text-align:center;font-size:var(--font-size-sm);color:var(--color-primary);text-decoration:none;transition:var(--transition-normal)}.auth-form-link:hover{color:var(--color-primary-dark);text-decoration:underline}.auth-title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--spacing-sm)}.auth-subtitle{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.spinner{width:var(--spinner-size, 1.5rem);height:var(--spinner-size, 1.5rem);border:var(--spinner-border-width, 2px) solid var(--spinner-track-color, #e5e7eb);border-top:var(--spinner-border-width, 2px) solid var(--spinner-color, var(--color-primary));border-radius:50%;animation:spin var(--spinner-duration, 1s) linear infinite}.spinner-sm{--spinner-size: 1rem;--spinner-border-width: 1.5px}.spinner-lg{--spinner-size: 2rem;--spinner-border-width: 3px}.spinner-xl{--spinner-size: 3rem;--spinner-border-width: 4px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-2xl);text-align:center;gap:var(--spacing-md)}.loading-text{color:var(--text-secondary);font-size:var(--font-size-sm)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);line-height:1}.badge-primary{background-color:var(--color-primary-light);color:var(--color-primary-focus)}.badge-success{background-color:var(--color-success-light);color:var(--color-success-hover)}.badge-warning{background-color:var(--color-warning-light);color:var(--color-warning-hover)}.badge-danger{background-color:var(--color-danger-light);color:var(--color-danger-hover)}.progress{width:100%;height:.5rem;background-color:var(--color-gray-200);border-radius:var(--radius-full);overflow:hidden}.progress-bar{height:100%;background-color:var(--color-primary);transition:width .3s ease;border-radius:var(--radius-full)}.progress-bar-success{background-color:var(--color-success)}.progress-bar-warning{background-color:var(--color-warning)}.progress-bar-danger{background-color:var(--color-danger)}.container{max-width:var(--container-xl);margin:0 auto;padding:0 var(--spacing-lg)}.container-sm{max-width:var(--container-sm)}.container-md{max-width:var(--container-md)}.container-lg{max-width:var(--container-lg)}.container-xl{max-width:var(--container-xl)}.container-2xl{max-width:var(--container-2xl)}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gap-xs{gap:var(--spacing-xs)}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}.gap-2xl{gap:var(--spacing-2xl)}.m-0{margin:0}.m-xs{margin:var(--spacing-xs)}.m-sm{margin:var(--spacing-sm)}.m-md{margin:var(--spacing-md)}.m-lg{margin:var(--spacing-lg)}.m-xl{margin:var(--spacing-xl)}.m-2xl{margin:var(--spacing-2xl)}.m-auto{margin:auto}.mt-0{margin-top:0}.mt-xs{margin-top:var(--spacing-xs)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mt-2xl{margin-top:var(--spacing-2xl)}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:var(--spacing-xs)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mb-2xl{margin-bottom:var(--spacing-2xl)}.ml-0{margin-left:0}.ml-xs{margin-left:var(--spacing-xs)}.ml-sm{margin-left:var(--spacing-sm)}.ml-md{margin-left:var(--spacing-md)}.ml-lg{margin-left:var(--spacing-lg)}.ml-xl{margin-left:var(--spacing-xl)}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-xs{margin-right:var(--spacing-xs)}.mr-sm{margin-right:var(--spacing-sm)}.mr-md{margin-right:var(--spacing-md)}.mr-lg{margin-right:var(--spacing-lg)}.mr-xl{margin-right:var(--spacing-xl)}.mr-auto{margin-right:auto}.p-0{padding:0}.p-xs{padding:var(--spacing-xs)}.p-sm{padding:var(--spacing-sm)}.p-md{padding:var(--spacing-md)}.p-lg{padding:var(--spacing-lg)}.p-xl{padding:var(--spacing-xl)}.p-2xl{padding:var(--spacing-2xl)}.pt-0{padding-top:0}.pt-xs{padding-top:var(--spacing-xs)}.pt-sm{padding-top:var(--spacing-sm)}.pt-md{padding-top:var(--spacing-md)}.pt-lg{padding-top:var(--spacing-lg)}.pt-xl{padding-top:var(--spacing-xl)}.pb-0{padding-bottom:0}.pb-xs{padding-bottom:var(--spacing-xs)}.pb-sm{padding-bottom:var(--spacing-sm)}.pb-md{padding-bottom:var(--spacing-md)}.pb-lg{padding-bottom:var(--spacing-lg)}.pb-xl{padding-bottom:var(--spacing-xl)}.pl-0{padding-left:0}.pl-xs{padding-left:var(--spacing-xs)}.pl-sm{padding-left:var(--spacing-sm)}.pl-md{padding-left:var(--spacing-md)}.pl-lg{padding-left:var(--spacing-lg)}.pl-xl{padding-left:var(--spacing-xl)}.pr-0{padding-right:0}.pr-xs{padding-right:var(--spacing-xs)}.pr-sm{padding-right:var(--spacing-sm)}.pr-md{padding-right:var(--spacing-md)}.pr-lg{padding-right:var(--spacing-lg)}.pr-xl{padding-right:var(--spacing-xl)}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.text-primary{color:var(--text-primary)}.text-muted{color:var(--text-muted)}.text-inverse{color:var(--text-inverse)}.text-blue{color:var(--color-primary)}.text-green{color:var(--color-success)}.text-yellow{color:var(--color-warning)}.text-red{color:var(--color-danger)}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--text-secondary)}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.bg-blue{background-color:var(--color-primary)}.bg-blue-light{background-color:var(--color-primary-light)}.bg-green{background-color:var(--color-success)}.bg-green-light{background-color:var(--color-success-light)}.bg-yellow{background-color:var(--color-warning)}.bg-yellow-light{background-color:var(--color-warning-light)}.bg-red{background-color:var(--color-danger)}.bg-red-light{background-color:var(--color-danger-light)}.bg-primary-light{background-color:var(--color-primary-light)}.bg-muted{background-color:var(--bg-muted)}.border{border:1px solid var(--border-primary)}.border-0{border:0}.border-t{border-top:1px solid var(--border-primary)}.border-b{border-bottom:1px solid var(--border-primary)}.border-l{border-left:1px solid var(--border-primary)}.border-r{border-right:1px solid var(--border-primary)}.border-b-3{border-bottom-width:3px}.border-primary{border-color:var(--border-primary)}.border-secondary{border-color:var(--border-secondary)}.border-transparent{border-color:transparent}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-none{box-shadow:none}.shadow-xs{box-shadow:var(--shadow-xs)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.min-h-screen{min-height:100vh}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.transition{transition:var(--transition-normal)}.transition-fast{transition:var(--transition-fast)}.transition-slow{transition:var(--transition-slow)}.transform{transform:translateZ(0)}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.theme-blue-borders .card,.theme-blue-borders .modal-content,.theme-blue-borders .btn{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.bg-image-low-opacity{--bg-image-opacity: .05}.bg-image-medium-opacity{--bg-image-opacity: .15}.bg-image-high-opacity{--bg-image-opacity: .25}.tabs-file-folder .tab-button{border-radius:var(--radius-md) var(--radius-md) 0 0;border:1px solid var(--border-color);border-bottom:none;background:var(--bg-secondary);position:relative;margin-right:2px}.tabs-file-folder .tab-button.active{background:var(--bg-primary);border-color:var(--color-primary);z-index:1}.tabs-file-folder .tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--bg-primary)}.flip-card{perspective:var(--flip-perspective);width:100%;height:300px}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform var(--flip-duration) var(--flip-timing);transform-style:preserve-3d}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.flip-card-back{transform:rotateY(180deg)}@media (min-width: 480px){.container{padding:0 var(--spacing-xl)}.btn{min-width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:p-lg{padding:var(--spacing-lg)}.sm\:px-xl{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.sm\:py-lg{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}}@media (min-width: 768px){.container{padding:0 var(--spacing-2xl)}.btn{width:auto;min-width:auto}.btn-sm{width:auto}.card{--card-padding: var(--spacing-2xl)}.card-sm{--card-padding: var(--spacing-lg)}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-auto{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:p-xl{padding:var(--spacing-xl)}.md\:p-2xl{padding:var(--spacing-2xl)}.md\:px-2xl{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}.md\:py-xl{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.md\:m-0{margin:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-auto{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-right{text-align:right}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}}@media (min-width: 1200px){.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:hidden{display:none}}@media (max-width: 767px){.btn-mobile-full{width:100%;justify-content:center}.mobile\:flex-col{flex-direction:column}.mobile\:text-center{text-align:center}.mobile\:hidden{display:none}.mobile\:p-sm,.modal-overlay{padding:var(--spacing-sm)}.modal-content{max-height:95vh}.card{--card-padding: var(--spacing-lg);border-radius:var(--radius-lg)}.card-sm{--card-padding: var(--spacing-md)}.form-input,.form-textarea,.form-select{font-size:16px}}@media (max-width: 479px){.container{padding:0 var(--spacing-md)}.card{--card-padding: var(--spacing-md);border-radius:var(--radius-md)}.card-sm{--card-padding: var(--spacing-sm)}.btn{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm);min-height:2.25rem}.btn-sm{padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--font-size-xs);min-height:2rem}.modal-overlay{padding:var(--spacing-xs)}.text-4xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-lg)}}@media (max-height: 600px) and (orientation: landscape){.modal-content{max-height:90vh}.modal-overlay{align-items:flex-start;padding-top:var(--spacing-sm)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.card,.btn,.form-input,.form-textarea,.form-select{border-width:.5px}}@media (hover: none) and (pointer: coarse){.btn{min-height:2.75rem;padding:var(--spacing-md) var(--spacing-lg)}.btn-sm{min-height:2.5rem;padding:var(--spacing-sm) var(--spacing-md)}.btn:hover,.card-hover:hover,.card-clickable:hover{transform:none}}@media (max-width: 767px){.auth-container{padding:var(--spacing-mobile-xl) var(--spacing-mobile-lg)}.auth-form{padding:var(--spacing-mobile-xl)}.auth-form-group{margin-bottom:var(--spacing-mobile-lg)}.main-content{padding:var(--spacing-mobile-lg)}.dashboard-grid{gap:var(--spacing-mobile-xl)}}@media (min-width: 768px){.auth-container{padding:var(--spacing-desktop-2xl) var(--spacing-desktop-lg)}.auth-form{padding:var(--spacing-desktop-2xl)}.auth-form-group{margin-bottom:var(--spacing-desktop-lg)}.main-content{padding:var(--spacing-desktop-2xl)}.dashboard-grid{gap:var(--spacing-desktop-xl)}}@media print{.btn,.modal-overlay,.loading-spinner{display:none!important}.card{box-shadow:none;border:1px solid #000}.container{max-width:none;padding:0}}#root{min-height:100vh;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column}.nav-main{background:var(--bg-primary);border-bottom:var(--border-primary);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:var(--z-sticky)}.main-content{flex:1;padding:var(--spacing-lg);max-width:100%;overflow-x:hidden}@media (min-width: 768px){.main-content{padding:var(--spacing-2xl)}}.dashboard-grid{display:grid;gap:var(--spacing-xl);grid-template-columns:1fr}@media (min-width: 768px){.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (min-width: 1024px){.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.cards-grid{display:grid;gap:var(--spacing-lg);grid-template-columns:1fr}@media (min-width: 480px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (min-width: 768px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width: 1024px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.form-grid{display:grid;gap:var(--spacing-lg);grid-template-columns:1fr}@media (min-width: 768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-grid-single{display:grid;gap:var(--spacing-lg);grid-template-columns:1fr;max-width:600px}.status-indicator{display:inline-flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.status-indicator:before{content:"";width:.5rem;height:.5rem;border-radius:var(--radius-full);flex-shrink:0}.status-pending:before{background-color:var(--color-warning)}.status-approved:before{background-color:var(--color-success)}.status-rejected:before{background-color:var(--color-danger)}.status-under-review:before{background-color:var(--color-info)}.documents-grid{display:grid;gap:var(--spacing-md);grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}@media (min-width: 768px){.documents-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.contractors-grid{display:grid;gap:var(--spacing-lg);grid-template-columns:1fr}@media (min-width: 768px){.contractors-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.form-section{background:var(--bg-primary);border:var(--border-primary);border-radius:var(--radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-lg)}.form-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-primary)}.form-section-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.message-thread{display:flex;flex-direction:column;gap:var(--spacing-md);max-height:400px;overflow-y:auto;padding:var(--spacing-md);border:var(--border-primary);border-radius:var(--radius-md);background:var(--bg-secondary)}.message{padding:var(--spacing-md);border-radius:var(--radius-md);background:var(--bg-primary);border:var(--border-primary)}.message-author{font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--spacing-xs)}.message-content{color:var(--text-primary);line-height:var(--line-height-normal)}.message-timestamp{font-size:var(--font-size-xs);color:var(--text-muted);margin-top:var(--spacing-xs)}.empty-state{text-align:center;padding:var(--spacing-3xl) var(--spacing-xl);color:var(--text-muted)}.empty-state-icon{font-size:var(--font-size-4xl);margin-bottom:var(--spacing-lg);opacity:.5}.empty-state-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-secondary);margin-bottom:var(--spacing-sm)}.empty-state-description{font-size:var(--font-size-sm);color:var(--text-muted);max-width:400px;margin:0 auto}.error-boundary{padding:var(--spacing-2xl);text-align:center;background:var(--color-danger-light);border:1px solid var(--color-danger-border);border-radius:var(--radius-lg);margin:var(--spacing-lg)}.error-boundary h2{color:var(--color-danger-hover);margin-bottom:var(--spacing-md)}.error-boundary p{color:var(--color-danger-hover);margin-bottom:var(--spacing-lg)}.skip-link{position:absolute;top:-40px;left:6px;background:var(--color-primary);color:var(--text-inverse);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);text-decoration:none;z-index:1000;transition:top .3s}.skip-link:focus{top:6px}.focus-trap{outline:none}@media (prefers-contrast: high){.card,.btn,.form-input,.form-textarea,.form-select{border-width:2px}.btn-primary,.btn-secondary,.btn-danger,.btn-success{border:2px solid currentColor}}._header_1tyjf_1{display:flex;align-items:center;gap:1rem;padding:1rem}._logoContainer_1tyjf_8{flex-shrink:0}._logo_1tyjf_8{height:auto;max-width:100%}._textContainer_1tyjf_17{flex:1}._siteName_1tyjf_21{margin:0;display:flex;align-items:baseline;gap:.5rem;font-family:Arial,sans-serif;font-weight:700;line-height:1.2}._neighborhood_1tyjf_31{color:#8b4513;font-size:1em}._bricks_1tyjf_36{color:#d2691e;font-size:1.2em;letter-spacing:.05em;text-shadow:1px 1px 2px rgba(139,69,19,.2)}._subtitle_1tyjf_43{margin:.125rem 0 0;color:#8b4513;font-size:.7em;font-weight:500;opacity:.8;line-height:1.2}._tagline_1tyjf_52{margin:.25rem 0 0;color:#666;font-style:italic;font-size:.8em;opacity:.9}._small_1tyjf_61 ._logo_1tyjf_8{width:40px;height:40px}._small_1tyjf_61 ._neighborhood_1tyjf_31{font-size:.9rem}._small_1tyjf_61 ._bricks_1tyjf_36{font-size:1.1rem}._small_1tyjf_61 ._subtitle_1tyjf_43{font-size:.6rem}._small_1tyjf_61 ._tagline_1tyjf_52{font-size:.7rem}._medium_1tyjf_82 ._logo_1tyjf_8{width:50px;height:50px}._medium_1tyjf_82 ._neighborhood_1tyjf_31{font-size:1.2rem}._medium_1tyjf_82 ._bricks_1tyjf_36{font-size:1.5rem}._medium_1tyjf_82 ._subtitle_1tyjf_43{font-size:.7rem}._medium_1tyjf_82 ._tagline_1tyjf_52{font-size:.8rem}._large_1tyjf_103 ._logo_1tyjf_8{width:60px;height:60px}._large_1tyjf_103 ._neighborhood_1tyjf_31{font-size:1.5rem}._large_1tyjf_103 ._bricks_1tyjf_36{font-size:2rem}._large_1tyjf_103 ._subtitle_1tyjf_43{font-size:.8rem}._large_1tyjf_103 ._tagline_1tyjf_52{font-size:1rem}@media (max-width: 768px){._header_1tyjf_1{flex-direction:row;text-align:left;gap:.75rem;padding:.75rem}._siteName_1tyjf_21{flex-direction:column;gap:.125rem}._neighborhood_1tyjf_31{font-size:.9em}._bricks_1tyjf_36{font-size:1.1em}._subtitle_1tyjf_43{font-size:.65em;margin:.0625rem 0 0}._tagline_1tyjf_52{font-size:.7em;margin:.125rem 0 0}._small_1tyjf_61 ._logo_1tyjf_8{width:30px;height:30px}._medium_1tyjf_82 ._logo_1tyjf_8{width:35px;height:35px}._large_1tyjf_103 ._logo_1tyjf_8{width:40px;height:40px}}@media (max-width: 640px){._header_1tyjf_1{padding:.5rem;gap:.5rem}._neighborhood_1tyjf_31{font-size:.85em}._bricks_1tyjf_36{font-size:1em}._subtitle_1tyjf_43{font-size:.6em;margin:0}._tagline_1tyjf_52{font-size:.65em;margin:.0625rem 0 0}._small_1tyjf_61 ._logo_1tyjf_8{width:28px;height:28px}._medium_1tyjf_82 ._logo_1tyjf_8{width:32px;height:32px}._large_1tyjf_103 ._logo_1tyjf_8{width:36px;height:36px}}._container_1g3pj_1{position:relative;min-height:100vh;width:100%}._watermark_1g3pj_7{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-10;pointer-events:none}._content_1g3pj_23{position:relative;z-index:1;min-height:100vh;width:100%}@media (max-width: 768px){._watermark_1g3pj_7{background-size:contain;background-position:center bottom}}._merielContainer_1sqsm_3{position:fixed;bottom:2rem;right:2rem;z-index:10000;cursor:pointer;transition:all .3s ease}._merielContainer_1sqsm_3._expanded_1sqsm_12{cursor:default}._merielIcon_1sqsm_16{position:relative;width:80px;height:80px;background:linear-gradient(135deg,#06b6d4,#0891b2,#0e7490);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #06b6d499,0 0 0 4px #ffffff4d,0 0 20px #06b6d466;animation:_float_1sqsm_1 3s ease-in-out infinite;transition:all .3s ease}._merielIcon_1sqsm_16:hover{transform:scale(1.15);box-shadow:0 12px 40px #06b6d4b3,0 0 0 6px #fff6,0 0 30px #06b6d499}._mermaid_1sqsm_41{font-size:2.5rem;animation:_wave_1sqsm_1 2s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._sparkles_1sqsm_47{position:absolute;top:-8px;right:-8px;font-size:1.5rem;animation:_sparkle_1sqsm_47 1.2s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}._merielIcon_1sqsm_16:before{content:"✨";position:absolute;top:-12px;left:-12px;font-size:1.2rem;animation:_sparkle_1sqsm_47 1.8s ease-in-out infinite .3s;filter:drop-shadow(0 0 6px rgba(255,255,255,.6))}._merielIcon_1sqsm_16:after{content:"💫";position:absolute;bottom:-10px;left:-10px;font-size:1rem;animation:_sparkle_1sqsm_47 2.2s ease-in-out infinite .6s;filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}._tourBadge_1sqsm_77{position:absolute;top:-8px;left:-8px;background:#f59e0b;color:#fff;border-radius:12px;padding:2px 6px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #f59e0b66;animation:_pulse_1sqsm_1 2s ease-in-out infinite}._speechBubble_1sqsm_91{position:absolute;bottom:90px;right:0;background:#fff;border-radius:20px;padding:2rem;min-width:350px;max-width:450px;box-shadow:0 15px 40px #00000040,0 0 0 3px #06b6d426,0 0 20px #06b6d41a;animation:_bubbleIn_1sqsm_1 .4s ease-out;border:2px solid rgba(6,182,212,.1)}._speechBubble_1sqsm_91:after{content:"";position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white}._welcomeContent_1sqsm_120 h3{margin:0 0 .5rem;color:#0891b2;font-size:1.25rem}._welcomeContent_1sqsm_120 p{margin:0 0 1rem;color:#4b5563;line-height:1.5}._welcomeActions_1sqsm_132{display:flex;gap:.5rem;margin-top:1rem}._startButton_1sqsm_138{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1}._startButton_1sqsm_138:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px);box-shadow:0 4px 12px #06b6d44d}._dismissButton_1sqsm_156{background:#f3f4f6;color:#6b7280;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500;cursor:pointer;transition:all .2s ease}._dismissButton_1sqsm_156:hover{background:#e5e7eb;color:#374151}._idleContent_1sqsm_172 h3{margin:0 0 .5rem;color:#0891b2;font-size:1.1rem}._idleContent_1sqsm_172 p{margin:0 0 1rem;color:#4b5563;font-size:.9rem;line-height:1.4}._helpButton_1sqsm_185{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}._helpButton_1sqsm_185:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px)}._tourContent_1sqsm_204{width:100%}._tourHeader_1sqsm_208{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(6,182,212,.1)}._tourTitle_1sqsm_217{margin:0;color:#0891b2;font-size:1.3rem;font-weight:700;flex:1}._tourControls_1sqsm_225{display:flex;gap:.5rem}._pauseButton_1sqsm_230,._closeButton_1sqsm_231{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:6px;transition:all .2s}._pauseButton_1sqsm_230:hover,._closeButton_1sqsm_231:hover{background:#06b6d41a;transform:scale(1.1)}._pauseButton_1sqsm_230:disabled,._closeButton_1sqsm_231:disabled{opacity:.5;cursor:not-allowed}._tourProgress_1sqsm_253{margin-bottom:1.5rem}._tourName_1sqsm_257{display:block;font-weight:600;color:#0891b2;font-size:.9rem;margin-bottom:.25rem}._stepCounter_1sqsm_265{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.5rem}._progressBar_1sqsm_272{width:100%;height:6px;background:#06b6d41a;border-radius:3px;overflow:hidden}._progressFill_1sqsm_280{height:100%;background:linear-gradient(90deg,#06b6d4,#0891b2);border-radius:3px;transition:width .4s ease;box-shadow:0 0 8px #06b6d44d}._tourText_1sqsm_288{margin-bottom:1.5rem;color:#4b5563;line-height:1.6}._tourText_1sqsm_288 h4{color:#0891b2;margin:1rem 0 .5rem;font-size:1.1rem;font-weight:600}._tourText_1sqsm_288 ul{margin:.75rem 0;padding-left:1.5rem}._tourText_1sqsm_288 li{margin:.5rem 0;color:#374151}._tourText_1sqsm_288 strong{color:#0891b2;font-weight:600}._tourActions_1sqsm_316{display:flex;justify-content:center;align-items:center;padding-top:1rem;border-top:2px solid rgba(6,182,212,.1)}._nextButton_1sqsm_326{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:8px;padding:.6rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #06b6d44d}._nextButton_1sqsm_326:hover:not(:disabled){background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px);box-shadow:0 6px 16px #06b6d466}._nextButton_1sqsm_326:disabled{opacity:.7;cursor:not-allowed}._spinner_1sqsm_352{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_1sqsm_352 1s linear infinite}._keyboardHints_1sqsm_361{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(6,182,212,.1);font-size:.75rem;color:#6b7280;text-align:center;font-style:italic}._specialActions_1sqsm_371{position:fixed;bottom:8rem;right:2rem;z-index:9999}._actionButton_1sqsm_378{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #f59e0b4d;animation:_bounce_1sqsm_1 2s ease-in-out infinite}._actionButton_1sqsm_378:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}@keyframes _float_1sqsm_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes _wave_1sqsm_1{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}@keyframes _sparkle_1sqsm_47{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes _pulse_1sqsm_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes _bubbleIn_1sqsm_1{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _bounce_1sqsm_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}@media (max-width: 640px){._merielContainer_1sqsm_3{bottom:1rem;right:1rem}._merielIcon_1sqsm_16{width:60px;height:60px;box-shadow:0 6px 20px #06b6d480,0 0 0 3px #ffffff4d,0 0 15px #06b6d44d}._mermaid_1sqsm_41{font-size:1.8rem}._sparkles_1sqsm_47{font-size:1rem}._speechBubble_1sqsm_91{min-width:280px;max-width:calc(100vw - 3rem);max-height:calc(100vh - 200px);overflow-y:auto;right:auto;left:calc(-220px + 1rem);padding:1rem;font-size:.85rem;bottom:70px;line-height:1.3}._speechBubble_1sqsm_91:after{right:auto;left:calc(212px - 1rem);border-top-width:8px;border-left-width:8px;border-right-width:8px}._welcomeContent_1sqsm_120 h3,._tourTitle_1sqsm_217{font-size:1rem;margin-bottom:.5rem}._welcomeContent_1sqsm_120 p,._tourContent_1sqsm_204 p{font-size:.8rem;line-height:1.25;margin-bottom:.5rem}._tourContent_1sqsm_204 ul,._tourContent_1sqsm_204 ol{margin:.5rem 0;padding-left:1rem}._tourContent_1sqsm_204 li{font-size:.8rem;line-height:1.25;margin-bottom:.25rem}._welcomeActions_1sqsm_132{gap:.5rem;flex-direction:column}._startButton_1sqsm_138,._dismissButton_1sqsm_156{font-size:.85rem;padding:.6rem 1rem;width:100%}._tourActions_1sqsm_316{justify-content:center;gap:.5rem;flex-wrap:wrap}._specialActions_1sqsm_371{right:1rem;bottom:7rem}._actionButton_1sqsm_378{font-size:.8rem;padding:.5rem .7rem}._keyboardHints_1sqsm_361{display:none}._merielIcon_1sqsm_16{animation:_floatGentle_1sqsm_1 4s ease-in-out infinite}}@keyframes _floatGentle_1sqsm_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width: 375px){._merielIcon_1sqsm_16{width:55px;height:55px}._mermaid_1sqsm_41{font-size:1.6rem}._speechBubble_1sqsm_91{min-width:260px;max-width:calc(100vw - 2.5rem);max-height:calc(100vh - 180px);right:auto;left:calc(-205px + 1rem);padding:.875rem;font-size:.8rem;bottom:65px;line-height:1.25}._speechBubble_1sqsm_91:after{right:auto;left:calc(197px - 1rem)}._welcomeContent_1sqsm_120 h3,._tourTitle_1sqsm_217{font-size:.95rem;margin-bottom:.375rem}._welcomeContent_1sqsm_120 p,._tourContent_1sqsm_204 p{font-size:.75rem;line-height:1.2;margin-bottom:.375rem}._tourContent_1sqsm_204 ul,._tourContent_1sqsm_204 ol{margin:.375rem 0;padding-left:.875rem}._tourContent_1sqsm_204 li{font-size:.75rem;line-height:1.2;margin-bottom:.125rem}._startButton_1sqsm_138,._dismissButton_1sqsm_156{font-size:.8rem;padding:.5rem .8rem}}@media (prefers-color-scheme: dark){._speechBubble_1sqsm_91{background:#1f2937;color:#f9fafb;box-shadow:0 10px 30px #0006,0 0 0 2px #06b6d433}._speechBubble_1sqsm_91:after{border-top-color:#1f2937}._welcomeContent_1sqsm_120 p,._idleContent_1sqsm_172 p{color:#d1d5db}._dismissButton_1sqsm_156{background:#374151;color:#d1d5db}._dismissButton_1sqsm_156:hover{background:#4b5563;color:#f9fafb}}._container_xj57l_1{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}._loadingCard_xj57l_11,._errorCard_xj57l_12{max-width:400px;width:100%;text-align:center;padding:3rem}._formCard_xj57l_19{max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:3rem}._header_xj57l_27{text-align:center;margin-bottom:2rem}._header_xj57l_27 h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}._header_xj57l_27 p{color:#6b7280;font-size:1rem;margin-bottom:1rem}._invitationInfo_xj57l_45{background:#f3f4f6;border-radius:.5rem;padding:1rem;margin-top:1rem}._invitationInfo_xj57l_45 p{margin:.25rem 0;font-size:.875rem;color:#374151}._form_xj57l_19{display:flex;flex-direction:column;gap:2rem}._section_xj57l_64{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}._section_xj57l_64:last-child{border-bottom:none;padding-bottom:0}._section_xj57l_64 h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}._section_xj57l_64 p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}._field_xj57l_87{margin-bottom:1.5rem}._field_xj57l_87 label{display:block;color:#374151;font-weight:500;margin-bottom:.5rem;font-size:.875rem}._input_xj57l_99,._textarea_xj57l_100{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}._input_xj57l_99:focus,._textarea_xj57l_100:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._input_xj57l_99:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}._textarea_xj57l_100{min-height:80px;resize:vertical}._checkboxGrid_xj57l_127{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}._checkboxLabel_xj57l_134{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}._checkboxLabel_xj57l_134:hover{background-color:#f9fafb;border-color:#d1d5db}._checkboxLabel_xj57l_134:has(._checkbox_xj57l_127:checked){background-color:#eff6ff;border-color:#3b82f6;color:#1e40af}._checkbox_xj57l_127{width:1rem;height:1rem;accent-color:#3b82f6}._error_xj57l_12{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}._button_xj57l_173,._submitButton_xj57l_174{background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}._button_xj57l_173:hover,._submitButton_xj57l_174:hover:not(:disabled){background-color:#2563eb}._submitButton_xj57l_174{width:100%;padding:1rem;font-size:1.125rem;margin-top:1rem}._submitButton_xj57l_174:disabled{background-color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){._container_xj57l_1{padding:1rem}._formCard_xj57l_19{padding:2rem;max-height:95vh}._header_xj57l_27 h1{font-size:1.5rem}._checkboxGrid_xj57l_127{grid-template-columns:1fr}._section_xj57l_64{padding-bottom:1.5rem}._form_xj57l_19{gap:1.5rem}}@media (max-width: 480px){._container_xj57l_1{padding:.5rem}._formCard_xj57l_19{padding:1.5rem;border-radius:.5rem}._header_xj57l_27 h1{font-size:1.25rem}._field_xj57l_87{margin-bottom:1rem}}._overlay_1lfcy_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1lfcy_17{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-height:90vh;overflow-y:auto;position:relative}._modal_1lfcy_17._animated_1lfcy_28{animation:_modalSlideIn_1lfcy_1 .2s ease-out}@keyframes _modalSlideIn_1lfcy_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._modalSm_1lfcy_44{max-width:400px}._modalMd_1lfcy_48{max-width:600px}._modalLg_1lfcy_52{max-width:800px}._modalXl_1lfcy_56{max-width:1200px}._header_1lfcy_61{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._title_1lfcy_70{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._headerSpacer_1lfcy_77{flex:1}._closeButton_1lfcy_81{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;padding:.5rem;border-radius:.375rem;transition:all .2s ease;line-height:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}._closeButton_1lfcy_81:hover{background-color:#f3f4f6;color:#374151}._content_1lfcy_104{padding:2rem;flex:1;overflow-y:auto}._footer_1lfcy_111{padding:1rem 2rem 2rem;border-top:1px solid #e5e7eb;flex-shrink:0}._loading_1lfcy_117{padding:3rem 2rem}@media (max-width: 768px){._overlay_1lfcy_2{padding:.5rem}._modal_1lfcy_17{max-height:95vh}._header_1lfcy_61{padding:1rem 1.5rem}._content_1lfcy_104{padding:1.5rem}._footer_1lfcy_111{padding:1rem 1.5rem 1.5rem}._title_1lfcy_70{font-size:1.125rem}}@media (max-width: 480px){._overlay_1lfcy_2{padding:.25rem}._header_1lfcy_61,._content_1lfcy_104,._footer_1lfcy_111{padding:1rem}._title_1lfcy_70{font-size:1rem}}@media (max-height: 600px){._modal_1lfcy_17{max-height:95vh}._content_1lfcy_104{padding:1rem}}._card_139zn_2{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;position:relative;overflow:hidden;transition:all .2s ease-in-out;display:flex;flex-direction:column}._card_139zn_2._default_139zn_14{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._card_139zn_2._elevated_139zn_18{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._card_139zn_2._compact_139zn_22{border-radius:.375rem}._card_139zn_2._interactive_139zn_26{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;cursor:pointer;-webkit-user-select:none;user-select:none}._card_139zn_2._clickable_139zn_33{cursor:pointer;-webkit-user-select:none;user-select:none}._card_139zn_2._clickable_139zn_33:not(._disabled_139zn_38):not(._loading_139zn_38){transition:all .2s ease-in-out}._card_139zn_2._hover_139zn_43:hover:not(._disabled_139zn_38):not(._loading_139zn_38){box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#d1d5db}._card_139zn_2._clickable_139zn_33._hover_139zn_43:hover:not(._disabled_139zn_38):not(._loading_139zn_38){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._card_139zn_2._interactive_139zn_26._hover_139zn_43:hover:not(._disabled_139zn_38):not(._loading_139zn_38){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._card_139zn_2._selected_139zn_59{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 4px 6px -1px #0000001a}._card_139zn_2._disabled_139zn_38{opacity:.6;cursor:not-allowed}._card_139zn_2._loading_139zn_38{pointer-events:none}._loadingOverlay_139zn_75{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}._spinner_139zn_88{width:1.5rem;height:1.5rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_139zn_88 1s linear infinite}@keyframes _spin_139zn_88{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._imageSection_139zn_107{flex-shrink:0;overflow:hidden}._headerSection_139zn_112{flex-shrink:0;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fafafa}._compact_139zn_22 ._headerSection_139zn_112{padding:.75rem 1rem}._contentSection_139zn_123{flex:1;padding:1.5rem}._compact_139zn_22 ._contentSection_139zn_123{padding:1rem}._footerSection_139zn_132{flex-shrink:0;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafafa}._compact_139zn_22 ._footerSection_139zn_132{padding:.75rem 1rem}@media (max-width: 768px){._headerSection_139zn_112,._contentSection_139zn_123,._footerSection_139zn_132{padding-left:1rem;padding-right:1rem}._contentSection_139zn_123{padding-top:1rem;padding-bottom:1rem}._compact_139zn_22 ._headerSection_139zn_112,._compact_139zn_22 ._contentSection_139zn_123,._compact_139zn_22 ._footerSection_139zn_132{padding-left:.75rem;padding-right:.75rem}._compact_139zn_22 ._contentSection_139zn_123{padding-top:.75rem;padding-bottom:.75rem}}@media (max-width: 480px){._headerSection_139zn_112,._contentSection_139zn_123,._footerSection_139zn_132{padding-left:.75rem;padding-right:.75rem}._contentSection_139zn_123{padding-top:.75rem;padding-bottom:.75rem}._compact_139zn_22 ._headerSection_139zn_112,._compact_139zn_22 ._contentSection_139zn_123,._compact_139zn_22 ._footerSection_139zn_132{padding:.5rem}}._card_139zn_2._interactive_139zn_26:active:not(._disabled_139zn_38):not(._loading_139zn_38){transform:translateY(0)}._card_139zn_2._clickable_139zn_33:active:not(._disabled_139zn_38):not(._loading_139zn_38){transform:translateY(0)}._container_10yuu_1{display:flex;flex-direction:column;gap:1.5rem}._header_10yuu_7{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}._titleSection_10yuu_14{text-align:center}._title_10yuu_14{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}._subtitle_10yuu_25{color:#6b7280;margin:0}._statsGrid_10yuu_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._statCard_10yuu_36{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;text-align:center}._statValue_10yuu_44{font-size:1.875rem;font-weight:700;color:#3b82f6;margin-bottom:.25rem}._statLabel_10yuu_51{font-size:.875rem;color:#6b7280;font-weight:500}._filtersSection_10yuu_57{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._searchSection_10yuu_67{display:flex;gap:.75rem;align-items:center}._searchInput_10yuu_73{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease}._searchInput_10yuu_73:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._filterSelect_10yuu_88{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;min-width:120px}._sortSection_10yuu_97{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._sortLabel_10yuu_104{font-size:.875rem;font-weight:500;color:#374151;margin-right:.5rem}._sortButton_10yuu_111{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}._sortButton_10yuu_111:hover{background:#f9fafb;border-color:#9ca3af}._sortButton_10yuu_111._active_10yuu_130{background:#3b82f6;color:#fff;border-color:#3b82f6}._sortIcon_10yuu_136{font-size:.75rem;margin-left:.25rem}._propertiesGrid_10yuu_141{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}._emptyState_10yuu_147{text-align:center;padding:3rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem}._emptyIcon_10yuu_155{font-size:4rem;margin-bottom:1rem;display:block}._emptyTitle_10yuu_161{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}._emptyDescription_10yuu_168{color:#6b7280;margin-bottom:1rem;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 768px){._filtersSection_10yuu_57{padding:1rem}._searchSection_10yuu_67{flex-direction:column;align-items:stretch}._sortSection_10yuu_97{justify-content:center}._propertiesGrid_10yuu_141{grid-template-columns:1fr}._statsGrid_10yuu_30{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){._statsGrid_10yuu_30{grid-template-columns:1fr}._sortSection_10yuu_97{flex-direction:column;align-items:stretch}._sortButton_10yuu_111{justify-content:center}}._headerContent_ajdpr_3{display:flex;flex-direction:column;align-items:center;width:100%}._title_ajdpr_10{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}._projectInfo_ajdpr_17{display:flex;flex-direction:column;align-items:center}._projectTitle_ajdpr_23{font-weight:600;color:#111827;font-size:1rem}._homeowner_ajdpr_29{font-size:.875rem;color:#6b7280}._closeButton_ajdpr_34{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s}._closeButton_ajdpr_34:hover{background:#f3f4f6;color:#374151}._content_ajdpr_50{padding:1.5rem;overflow-y:auto;flex:1}._noteForm_ajdpr_56{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}._formHeader_ajdpr_64{margin-bottom:1rem}._formHeader_ajdpr_64 h3{font-size:1rem;font-weight:600;color:#111827;margin:0}._formRow_ajdpr_75{display:flex;gap:1rem;margin-bottom:1rem}._formGroup_ajdpr_81{flex:1}._label_ajdpr_85{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._select_ajdpr_93,._textarea_ajdpr_94{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;color:#111827}._select_ajdpr_93:focus,._textarea_ajdpr_94:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textarea_ajdpr_94{resize:vertical;min-height:100px}._checkboxLabel_ajdpr_116{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer;margin-top:1.75rem}._checkbox_ajdpr_116{width:1rem;height:1rem;accent-color:#3b82f6}._submitButton_ajdpr_132{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._submitButton_ajdpr_132:hover:not(:disabled){background:#2563eb}._submitButton_ajdpr_132:disabled{background:#9ca3af;cursor:not-allowed}._notesList_ajdpr_153{margin-top:2rem}._notesHeader_ajdpr_157{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}._loading_ajdpr_166{text-align:center;padding:2rem;color:#6b7280}._spinner_ajdpr_172{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_ajdpr_172 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_ajdpr_172{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_ajdpr_187{text-align:center;padding:3rem 2rem;color:#6b7280}._emptyIcon_ajdpr_193{font-size:3rem;display:block;margin-bottom:1rem}._emptySubtext_ajdpr_199{font-size:.875rem;margin-top:.5rem}._notesContainer_ajdpr_204{display:flex;flex-direction:column;gap:1rem}._noteCard_ajdpr_210{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:box-shadow .2s}._noteCard_ajdpr_210:hover{box-shadow:0 1px 3px #0000001a}._noteHeader_ajdpr_222{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}._noteInfo_ajdpr_229{display:flex;align-items:center;gap:.5rem}._noteType_ajdpr_235{font-size:.875rem;font-weight:500;color:#374151}._privateLabel_ajdpr_241{background:#fef3c7;color:#92400e;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}._noteMeta_ajdpr_250{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._noteAuthor_ajdpr_257{font-size:.875rem;font-weight:500;color:#374151}._noteDate_ajdpr_263{font-size:.75rem;color:#6b7280}._noteContent_ajdpr_268{color:#374151;line-height:1.5;white-space:pre-wrap}@media (max-width: 768px){._overlay_ajdpr_276{padding:.5rem}._modal_ajdpr_280{max-height:95vh}._header_ajdpr_3{padding:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}._projectInfo_ajdpr_17{align-items:flex-start;margin:0}._content_ajdpr_50{padding:1rem}._formRow_ajdpr_75,._noteHeader_ajdpr_222{flex-direction:column;gap:.5rem}._noteMeta_ajdpr_250{align-items:flex-start}}._headerContent_zxk8f_3{display:flex;flex-direction:column;align-items:center;width:100%}._title_zxk8f_10{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}._projectInfo_zxk8f_17{display:flex;flex-direction:column;align-items:center}._projectTitle_zxk8f_23{font-weight:600;color:#111827;font-size:1rem}._homeowner_zxk8f_29{font-size:.875rem;color:#6b7280}._closeButton_zxk8f_34{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s}._closeButton_zxk8f_34:hover{background:#f3f4f6;color:#374151}._content_zxk8f_50{padding:1.5rem;overflow-y:auto;flex:1}._decisionForm_zxk8f_56{display:flex;flex-direction:column;gap:1.5rem}._formGroup_zxk8f_62{display:flex;flex-direction:column;gap:.5rem}._label_zxk8f_68{font-size:.875rem;font-weight:600;color:#374151}._required_zxk8f_74{color:#dc2626}._helpText_zxk8f_78{font-size:.75rem;color:#6b7280;margin:0}._decisionOptions_zxk8f_84{display:flex;flex-direction:column;gap:.75rem}._radioLabel_zxk8f_90{display:flex;align-items:center;cursor:pointer}._radioInput_zxk8f_96{margin-right:.75rem;accent-color:#3b82f6}._radioOption_zxk8f_101{padding:.75rem 1rem;border:2px solid;border-radius:.5rem;font-weight:500;transition:all .2s;flex:1}._textarea_zxk8f_110{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;color:#111827;resize:vertical;min-height:100px}._textarea_zxk8f_110:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._conditionRow_zxk8f_128{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._conditionInput_zxk8f_135{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;color:#111827}._conditionInput_zxk8f_135:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._removeButton_zxk8f_151{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:700;transition:all .2s}._removeButton_zxk8f_151:hover{background:#fecaca;border-color:#f87171}._addConditionButton_zxk8f_172{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s;align-self:flex-start}._addConditionButton_zxk8f_172:hover{background:#e5e7eb;border-color:#9ca3af}._warningBox_zxk8f_189{background:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;display:flex;gap:.75rem}._warningIcon_zxk8f_198{font-size:1.25rem;flex-shrink:0}._warningContent_zxk8f_203{flex:1}._warningContent_zxk8f_203 strong{color:#92400e;font-weight:600}._warningContent_zxk8f_203 p{color:#92400e;font-size:.875rem;margin:.25rem 0 0}._submitSection_zxk8f_218{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}._cancelButton_zxk8f_226{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_zxk8f_226:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}._cancelButton_zxk8f_226:disabled{opacity:.5;cursor:not-allowed}._submitButton_zxk8f_248{border:2px solid;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}._submitButton_zxk8f_248:hover:not(:disabled){opacity:.9}._submitButton_zxk8f_248:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._overlay_zxk8f_269{padding:.5rem}._modal_zxk8f_273{max-height:95vh}._header_zxk8f_3{padding:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}._projectInfo_zxk8f_17{align-items:flex-start;margin:0}._content_zxk8f_50{padding:1rem}._decisionOptions_zxk8f_84{gap:.5rem}._radioOption_zxk8f_101{padding:.5rem .75rem;font-size:.875rem}._submitSection_zxk8f_218{flex-direction:column}._conditionRow_zxk8f_128{flex-direction:column;align-items:stretch;gap:.25rem}._removeButton_zxk8f_151{align-self:flex-end}}._modal_gshc5_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_gshc5_15{background:#fff;border-radius:.75rem;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}._header_gshc5_27{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}._title_gshc5_36{font-size:1.25rem;font-weight:600;color:#111827;margin:0}._closeButton_gshc5_43{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .15s ease-in-out}._closeButton_gshc5_43:hover{background:#e5e7eb;color:#374151}._content_gshc5_59{flex:1;overflow-y:auto;padding:1.5rem}._loading_gshc5_65{padding:3rem}._error_gshc5_70{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._errorIcon_gshc5_82{font-size:1.25rem}._accessDenied_gshc5_86{padding:3rem;text-align:center;color:#6b7280}._stats_gshc5_92{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}._statItem_gshc5_99{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;text-align:center}._statNumber_gshc5_107{display:block;font-size:1.5rem;font-weight:700;color:#111827}._statLabel_gshc5_114{display:block;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}._usersList_gshc5_123{display:flex;flex-direction:column;gap:1rem}._userCard_gshc5_129{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}._userInfo_gshc5_140{min-width:0}._userName_gshc5_144{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}._userEmail_gshc5_151{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}._userRoles_gshc5_157{display:flex;flex-wrap:wrap;gap:.5rem}._roleTag_gshc5_163{display:inline-block;padding:.25rem .5rem;border-radius:.75rem;font-size:.75rem;font-weight:500;color:#fff;text-transform:capitalize}._roleControls_gshc5_173{min-width:200px}._controlsTitle_gshc5_177{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}._roleControl_gshc5_173{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;cursor:pointer}._roleCheckbox_gshc5_192{width:1rem;height:1rem;accent-color:#3b82f6}._roleCheckbox_gshc5_192:disabled{opacity:.5;cursor:not-allowed}._roleLabel_gshc5_203{font-size:.875rem;color:#374151;flex:1}._updating_gshc5_209{font-size:.75rem;animation:_spin_gshc5_65 1s linear infinite}._selfNote_gshc5_214{font-size:.75rem;color:#9ca3af;font-style:italic;margin:.5rem 0 0}._footer_gshc5_221{border-top:1px solid #e5e7eb;padding:1rem 1.5rem;background:#f9fafb}._footerNote_gshc5_227{font-size:.75rem;color:#6b7280;margin:0;text-align:center}@media (max-width: 768px){._modal_gshc5_1{padding:.5rem}._modalContent_gshc5_15{max-height:95vh}._header_gshc5_27,._content_gshc5_59{padding:1rem}._userCard_gshc5_129{grid-template-columns:1fr;gap:1rem}._roleControls_gshc5_173{min-width:auto}._stats_gshc5_92{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-bottom:1.5rem}._statItem_gshc5_99{padding:.75rem}._statNumber_gshc5_107{font-size:1.25rem}}@media (max-width: 640px){._header_gshc5_27{padding:.75rem}._title_gshc5_36{font-size:1.125rem}._content_gshc5_59{padding:.75rem}._userCard_gshc5_129{padding:1rem}._footer_gshc5_221{padding:.75rem}}._enumSelector_97kay_1{padding:20px;max-width:1000px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._header_97kay_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}._header_97kay_10 h2{margin:0;color:#2c3e50;font-size:24px}._actions_97kay_25{display:flex;gap:12px}._confirmButton_97kay_30{background:#27ae60;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._confirmButton_97kay_30:hover:not(:disabled){background:#219a52}._confirmButton_97kay_30:disabled{background:#95a5a6;cursor:not-allowed}._cancelButton_97kay_50{background:#95a5a6;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._cancelButton_97kay_50:hover{background:#7f8c8d}._content_97kay_65{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}._enumTypes_97kay_72 h3{margin:0 0 16px;color:#2c3e50;font-size:18px}._enumList_97kay_78{display:flex;flex-direction:column;gap:8px}._enumItem_97kay_84{padding:16px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}._enumItem_97kay_84:hover{border-color:#3498db;box-shadow:0 2px 4px #0000001a}._enumItem_97kay_84._selected_97kay_98{border-color:#3498db;background:#e3f2fd;box-shadow:0 2px 8px #3498db33}._enumName_97kay_104{font-weight:600;color:#2c3e50;margin-bottom:4px}._enumDescription_97kay_110{font-size:14px;color:#666;margin-bottom:8px;line-height:1.4}._enumCount_97kay_117{font-size:12px;color:#3498db;font-weight:600}._enumOptions_97kay_123 h3{margin:0 0 16px;color:#2c3e50;font-size:18px}._optionsHeader_97kay_129{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._optionsActions_97kay_136{display:flex;align-items:center;gap:16px}._selectAllLabel_97kay_142{display:flex;align-items:center;gap:8px;font-weight:600;cursor:pointer;color:#555}._selectAllLabel_97kay_142 input[type=checkbox]{width:auto}._selectedCount_97kay_155{font-size:14px;color:#666;background:#f8f9fa;padding:4px 8px;border-radius:4px}._optionsList_97kay_163{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding:8px;border:1px solid #e0e0e0;border-radius:6px;background:#fafafa}._optionLabel_97kay_175{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s}._optionLabel_97kay_175:hover{border-color:#3498db;box-shadow:0 1px 3px #0000001a}._optionLabel_97kay_175 input[type=checkbox]{width:auto}._optionValue_97kay_196{font-family:Courier New,monospace;font-size:13px;color:#2c3e50;font-weight:600;min-width:150px}._optionDisplay_97kay_204{font-size:14px;color:#666;font-style:italic}._preview_97kay_210{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px}._preview_97kay_210 h4{margin:0 0 12px;color:#2c3e50;font-size:16px}._previewList_97kay_223{display:flex;flex-wrap:wrap;gap:8px}._previewOption_97kay_229{background:#3498db;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}@media (max-width: 768px){._enumSelector_97kay_1{padding:15px;margin:10px}._header_97kay_10{flex-direction:column;gap:15px;align-items:stretch}._content_97kay_65{grid-template-columns:1fr;gap:20px}._optionsHeader_97kay_129{flex-direction:column;gap:10px;align-items:stretch}._optionsActions_97kay_136{justify-content:space-between}._optionLabel_97kay_175{flex-direction:column;align-items:flex-start;gap:8px}._optionValue_97kay_196{min-width:auto}}._fieldEditor_14lk1_1{padding:20px;max-width:800px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._header_14lk1_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}._header_14lk1_10 h2{margin:0;color:#2c3e50;font-size:24px}._actions_14lk1_25{display:flex;gap:12px}._saveButton_14lk1_30{background:#27ae60;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._saveButton_14lk1_30:hover{background:#219a52}._cancelButton_14lk1_45{background:#95a5a6;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._cancelButton_14lk1_45:hover{background:#7f8c8d}._error_14lk1_60{background:#ffebee;border:1px solid #f44336;border-radius:6px;padding:12px;margin-bottom:20px;color:#c62828}._form_14lk1_69{display:flex;flex-direction:column;gap:20px}._formRow_14lk1_75{display:grid;grid-template-columns:1fr 1fr;gap:20px}._formGroup_14lk1_81{display:flex;flex-direction:column}._formGroup_14lk1_81 label{margin-bottom:6px;font-weight:600;color:#555}._input_14lk1_92,._textarea_14lk1_92,._select_14lk1_92{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}._input_14lk1_92:focus,._textarea_14lk1_92:focus,._select_14lk1_92:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._textarea_14lk1_92{resize:vertical;min-height:60px}._helpText_14lk1_111{margin:6px 0 0;font-size:12px;color:#666;line-height:1.4}._checkboxLabel_14lk1_118{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer}._checkboxLabel_14lk1_118 input[type=checkbox]{width:auto}._optionsHeader_14lk1_130{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._optionsActions_14lk1_137{display:flex;gap:8px}._enumButton_14lk1_142{background:#9b59b6;color:#fff;border:none;padding:8px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._enumButton_14lk1_142:hover{background:#8e44ad}._addOptionButton_14lk1_157{background:#3498db;color:#fff;border:none;padding:8px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._addOptionButton_14lk1_157:hover{background:#2980b9}._optionsList_14lk1_172{display:flex;flex-direction:column;gap:8px}._optionItem_14lk1_178{display:flex;gap:8px;align-items:center}._optionInput_14lk1_184{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:4px;font-size:14px}._removeOptionButton_14lk1_192{background:#e74c3c;color:#fff;border:none;padding:8px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._removeOptionButton_14lk1_192:hover{background:#c0392b}._noOptions_14lk1_207{text-align:center;padding:20px;color:#666;background:#f8f9fa;border-radius:6px;border:2px dashed #ddd;font-style:italic}._validationHeader_14lk1_217{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._addRuleButton_14lk1_224{background:#f39c12;color:#fff;border:none;padding:8px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._addRuleButton_14lk1_224:hover{background:#e67e22}._validationList_14lk1_239{display:flex;flex-direction:column;gap:8px}._validationRule_14lk1_245{display:flex;gap:8px;align-items:center;padding:12px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}._ruleTypeSelect_14lk1_255{min-width:120px;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px}._ruleValueInput_14lk1_263{width:100px;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px}._ruleMessageInput_14lk1_271{flex:1;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px}._removeRuleButton_14lk1_279{background:#e74c3c;color:#fff;border:none;padding:6px 10px;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}._removeRuleButton_14lk1_279:hover{background:#c0392b}._noRules_14lk1_294{text-align:center;padding:20px;color:#666;background:#f8f9fa;border-radius:6px;border:2px dashed #ddd;font-style:italic}@media (max-width: 768px){._fieldEditor_14lk1_1{padding:15px;margin:10px}._header_14lk1_10{flex-direction:column;gap:15px;align-items:stretch}._formRow_14lk1_75{grid-template-columns:1fr}._optionsHeader_14lk1_130{flex-direction:column;gap:10px;align-items:stretch}._validationRule_14lk1_245{flex-direction:column;align-items:stretch}._ruleValueInput_14lk1_263{width:auto}}._projectTypeSelector_9ejdz_1{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background:#fafafa}._header_9ejdz_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}._selectAllLabel_9ejdz_17{display:flex;align-items:center;gap:8px;font-weight:600;cursor:pointer;color:#555}._selectAllLabel_9ejdz_17 input[type=checkbox]{width:auto}._selectedCount_9ejdz_30{font-size:14px;color:#666;background:#fff;padding:4px 8px;border-radius:4px;border:1px solid #e0e0e0}._optionsList_9ejdz_39{display:flex;flex-direction:column;gap:8px}._optionLabel_9ejdz_45{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}._optionLabel_9ejdz_45:hover{border-color:#3498db;box-shadow:0 2px 4px #0000001a}._optionLabel_9ejdz_45 input[type=checkbox]{width:auto;margin-top:2px}._optionContent_9ejdz_67{flex:1}._optionTitle_9ejdz_71{font-weight:600;color:#2c3e50;margin-bottom:4px}._optionDescription_9ejdz_77{font-size:14px;color:#666;line-height:1.4}._noSelection_9ejdz_83{text-align:center;padding:16px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:12px}._noSelection_9ejdz_83 p{margin:0;color:#856404;font-weight:600}@media (max-width: 768px){._header_9ejdz_8{flex-direction:column;gap:10px;align-items:stretch}._selectedCount_9ejdz_30{text-align:center}}._loading_9ejdz_110{padding:1rem;text-align:center;color:#6b7280;font-style:italic}._formEditor_1j3ri_1{padding:20px;max-width:1000px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._header_1j3ri_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}._header_1j3ri_10 h2{margin:0;color:#2c3e50;font-size:24px}._actions_1j3ri_25{display:flex;gap:12px}._saveButton_1j3ri_30{background:#27ae60;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._saveButton_1j3ri_30:hover:not(:disabled){background:#219a52}._saveButton_1j3ri_30:disabled{background:#95a5a6;cursor:not-allowed}._cancelButton_1j3ri_50{background:#95a5a6;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._cancelButton_1j3ri_50:hover{background:#7f8c8d}._error_1j3ri_65{background:#ffebee;border:1px solid #f44336;border-radius:6px;padding:12px;margin-bottom:20px;color:#c62828}._tabs_1j3ri_74{display:flex;border-bottom:1px solid #e0e0e0;margin-bottom:30px}._tab_1j3ri_74{background:none;border:none;padding:12px 20px;cursor:pointer;font-size:16px;color:#666;border-bottom:3px solid transparent;transition:all .2s}._tab_1j3ri_74:hover{color:#2c3e50;background:#f8f9fa}._activeTab_1j3ri_96{color:#3498db;border-bottom-color:#3498db;background:#f8f9fa}._tabContent_1j3ri_102{min-height:400px}._basicInfo_1j3ri_106{max-width:600px}._formGroup_1j3ri_110{margin-bottom:20px}._formRow_1j3ri_114{display:grid;grid-template-columns:1fr 1fr;gap:20px}._formGroup_1j3ri_110 label{display:block;margin-bottom:6px;font-weight:600;color:#555}._input_1j3ri_127,._textarea_1j3ri_127,._select_1j3ri_127{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}._input_1j3ri_127:focus,._textarea_1j3ri_127:focus,._select_1j3ri_127:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._textarea_1j3ri_127{resize:vertical;min-height:80px}._helpText_1j3ri_147{margin:6px 0 0;font-size:12px;color:#666;line-height:1.4}._checkboxLabel_1j3ri_154{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer}._checkboxLabel_1j3ri_154 input[type=checkbox]{width:auto}._checkboxGroup_1j3ri_166{display:flex;flex-direction:column;gap:8px;margin-top:8px}._fieldsTab_1j3ri_173{max-width:800px}._fieldsHeader_1j3ri_177{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._fieldsHeader_1j3ri_177 h3{margin:0;color:#2c3e50}._addFieldButton_1j3ri_189{background:#3498db;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._addFieldButton_1j3ri_189:hover{background:#2980b9}._noFields_1j3ri_204{text-align:center;padding:40px;color:#666;background:#f8f9fa;border-radius:8px;border:2px dashed #ddd}._fieldsList_1j3ri_213{display:flex;flex-direction:column;gap:12px}._fieldItem_1j3ri_219{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s}._fieldItem_1j3ri_219:hover{box-shadow:0 2px 4px #0000001a}._fieldInfo_1j3ri_234{flex:1}._fieldHeader_1j3ri_238{display:flex;align-items:center;gap:12px;margin-bottom:4px}._fieldName_1j3ri_245{font-weight:600;color:#2c3e50}._fieldType_1j3ri_250{background:#e3f2fd;color:#1976d2;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}._required_1j3ri_260{background:#ffebee;color:#c62828;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}._fieldDescription_1j3ri_270{margin:0;color:#666;font-size:14px}._fieldActions_1j3ri_276{display:flex;gap:8px}._moveButton_1j3ri_281{background:#95a5a6;color:#fff;border:none;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}._moveButton_1j3ri_281:hover:not(:disabled){background:#7f8c8d}._moveButton_1j3ri_281:disabled{background:#bdc3c7;cursor:not-allowed}._editFieldButton_1j3ri_301{background:#3498db;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}._editFieldButton_1j3ri_301:hover{background:#2980b9}._deleteFieldButton_1j3ri_316{background:#e74c3c;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}._deleteFieldButton_1j3ri_316:hover{background:#c0392b}._settingsTab_1j3ri_331{max-width:600px}@media (max-width: 768px){._formEditor_1j3ri_1{padding:15px;margin:10px}._header_1j3ri_10{flex-direction:column;gap:15px;align-items:stretch}._formRow_1j3ri_114{grid-template-columns:1fr}._tabs_1j3ri_74{overflow-x:auto}._fieldItem_1j3ri_219{flex-direction:column;align-items:stretch;gap:12px}._fieldActions_1j3ri_276{justify-content:center}}._formsManagement_1s5wb_1{padding:20px;max-width:1200px;margin:0 auto}._header_1s5wb_7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}._titleSection_1s5wb_16 h2{margin:0 0 8px;color:#2c3e50;font-size:28px}._titleSection_1s5wb_16 p{margin:0;color:#666;font-size:16px}._actions_1s5wb_28{display:flex;gap:12px}._createButton_1s5wb_33{background:#27ae60;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._createButton_1s5wb_33:hover{background:#219a52}._closeButton_1s5wb_48{background:#95a5a6;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._closeButton_1s5wb_48:hover{background:#7f8c8d}._filters_1s5wb_63{display:flex;gap:20px;align-items:center;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}._searchBox_1s5wb_74{flex:1;min-width:250px}._searchInput_1s5wb_79{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:6px;font-size:14px}._filterGroup_1s5wb_87{display:flex;flex-direction:column;gap:5px}._filterGroup_1s5wb_87 label{font-weight:600;color:#555;font-size:12px;text-transform:uppercase}._filterSelect_1s5wb_100{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:150px}._loading_1s5wb_108,._error_1s5wb_108{text-align:center;padding:40px;color:#666}._error_1s5wb_108{color:#e74c3c}._retryButton_1s5wb_118{background:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:10px}._formsGrid_1s5wb_128{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}._formCard_1s5wb_134{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s}._formCard_1s5wb_134:hover{box-shadow:0 4px 8px #00000026}._formHeader_1s5wb_147{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._formHeader_1s5wb_147 h3{margin:0;color:#2c3e50;font-size:18px;flex:1}._formMeta_1s5wb_161{display:flex;gap:8px;flex-direction:column;align-items:flex-end}._category_1s5wb_168{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}._category_1s5wb_168._application_1s5wb_176{background:#e3f2fd;color:#1976d2}._category_1s5wb_168._compliance_1s5wb_177{background:#fff3e0;color:#f57c00}._category_1s5wb_168._technical_1s5wb_178{background:#f3e5f5;color:#7b1fa2}._category_1s5wb_168._administrative_1s5wb_179{background:#e8f5e8;color:#388e3c}._status_1s5wb_181{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}._status_1s5wb_181._active_1s5wb_189{background:#e8f5e8;color:#2e7d32}._status_1s5wb_181._inactive_1s5wb_190{background:#ffebee;color:#c62828}._description_1s5wb_192{color:#666;margin:0 0 16px;line-height:1.4}._formDetails_1s5wb_198{margin-bottom:16px}._detail_1s5wb_202{margin-bottom:8px;font-size:14px}._detail_1s5wb_202 strong{color:#555;display:inline-block;width:100px}._projectTypes_1s5wb_213{display:inline;color:#666;font-size:13px}._formActions_1s5wb_219{display:flex;gap:10px;justify-content:flex-end}._editButton_1s5wb_225{background:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}._editButton_1s5wb_225:hover{background:#2980b9}._deleteButton_1s5wb_240{background:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}._deleteButton_1s5wb_240:hover{background:#c0392b}._noForms_1s5wb_255{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#666}._createFirstButton_1s5wb_262{background:#27ae60;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;margin-top:20px;transition:background-color .2s}._createFirstButton_1s5wb_262:hover{background:#219a52}._accessDenied_1s5wb_278{text-align:center;padding:60px 20px;color:#666}._accessDenied_1s5wb_278 h3{color:#e74c3c;margin-bottom:16px}@media (max-width: 768px){._formsGrid_1s5wb_128{grid-template-columns:1fr}._filters_1s5wb_63{flex-direction:column;align-items:stretch}._searchBox_1s5wb_74{min-width:auto}._header_1s5wb_7{flex-direction:column;gap:20px}._actions_1s5wb_28{align-self:stretch}}._container_buyvj_1{max-width:var(--container-xl);margin:0 auto;padding:var(--spacing-2xl)}._header_buyvj_7{background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);padding:var(--spacing-xl)}._headerTop_buyvj_13{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._title_buyvj_20{font-size:1.5rem;font-weight:600;color:#111827;margin:0}._userManagementButton_buyvj_27{background:#7c3aed;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;display:flex;align-items:center;gap:.5rem}._userManagementButton_buyvj_27:hover{background:#6d28d9;transform:translateY(-1px)}._mobileTabSelector_buyvj_48{display:none;margin-bottom:1rem}._mobileTabSelect_buyvj_48{width:100%;padding:12px 40px 12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:16px;font-weight:500;color:#374151;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}._mobileTabSelect_buyvj_48:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._tabs_buyvj_78{display:flex;gap:.5rem;background:#f3f4f6;border-radius:.5rem;padding:.25rem}._tab_buyvj_78{padding:.5rem 1rem;border:none;background:transparent;color:#6b7280;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._tab_buyvj_78:hover{color:#374151;background:#e5e7eb}._activeTab_buyvj_103{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}._stats_buyvj_109{display:flex;gap:2rem}._statItem_buyvj_114{text-align:center}._statNumber_buyvj_118{display:block;font-size:2rem;font-weight:700;color:#3b82f6}._statLabel_buyvj_125{display:block;font-size:.875rem;color:#6b7280;margin-top:.25rem}._loading_buyvj_132,._error_buyvj_133{text-align:center;padding:3rem}._spinner_buyvj_138{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_buyvj_138 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_buyvj_138{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_buyvj_153{text-align:center;padding:4rem 2rem;color:#6b7280}._emptyIcon_buyvj_159{font-size:4rem;display:block;margin-bottom:1rem}._emptyState_buyvj_153 h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}._reviewsList_buyvj_172{display:flex;flex-direction:column;gap:1.5rem}._reviewCard_buyvj_178{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}._reviewCard_buyvj_178:hover{box-shadow:0 4px 12px #0000001a}._reviewHeader_buyvj_191{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._reviewInfo_buyvj_198{flex:1}._reviewTitle_buyvj_202{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}._reviewMeta_buyvj_209{font-size:.875rem;color:#6b7280;margin:0}._reviewStatus_buyvj_215{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}._statusBadge_buyvj_222{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}._daysRemaining_buyvj_229{font-size:.75rem;color:#6b7280}._assignmentSection_buyvj_234{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem}._assignmentLabel_buyvj_242{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._currentAssignment_buyvj_250{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}._assignmentControls_buyvj_256{display:flex;align-items:center;gap:1rem}._assignmentSelect_buyvj_262{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;color:#111827}._assignmentSelect_buyvj_262:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._assignmentSelect_buyvj_262:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}._assigningSpinner_buyvj_284{font-size:.875rem;color:#3b82f6;display:flex;align-items:center;gap:.5rem}._assigningSpinner_buyvj_284:before{content:"";width:1rem;height:1rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_buyvj_138 1s linear infinite}._notesPreview_buyvj_302{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:.75rem;margin-bottom:1rem}._notesHeader_buyvj_310{display:flex;justify-content:space-between;align-items:center}._notesCount_buyvj_316{font-size:.875rem;font-weight:500;color:#1e40af}._latestNote_buyvj_322{font-size:.75rem;color:#6b7280}._reviewActions_buyvj_327{display:flex;gap:1rem;justify-content:flex-end}._viewProjectButton_buyvj_333{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._viewProjectButton_buyvj_333:hover{background:#2563eb}._addNoteButton_buyvj_349{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._addNoteButton_buyvj_349:hover{background:#f9fafb;border-color:#9ca3af}._approveButton_buyvj_366{padding:.5rem 1rem;background:#059669;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._approveButton_buyvj_366:hover{background:#047857}._reportControls_buyvj_383{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}._reportInfo_buyvj_395{flex:1}._reportTitle_buyvj_399{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}._reportDescription_buyvj_406{font-size:.875rem;color:#64748b;margin:0}._generateReportButton_buyvj_412{background:#0f172a;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}._generateReportButton_buyvj_412:hover:not(:disabled){background:#334155}._generateReportButton_buyvj_412:disabled{background:#94a3b8;cursor:not-allowed}._activityList_buyvj_434{display:flex;flex-direction:column;gap:1.5rem}._activityCard_buyvj_440{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}._activityCard_buyvj_440:hover{box-shadow:0 4px 12px #0000001a}._activityHeader_buyvj_453{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._activityInfo_buyvj_460{flex:1}._activityTitle_buyvj_464{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}._activityMeta_buyvj_471{font-size:.875rem;color:#6b7280;margin:0}._activityStatus_buyvj_477{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}._activityDate_buyvj_484{font-size:.75rem;color:#6b7280}._activitySummary_buyvj_489{color:#374151;line-height:1.5;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border-left:4px solid #3b82f6}._activityConditions_buyvj_499{margin-bottom:1rem}._conditionsTitle_buyvj_503{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .5rem}._conditionsList_buyvj_510{margin:0;padding-left:1.5rem;color:#6b7280}._conditionItem_buyvj_516{font-size:.875rem;margin-bottom:.25rem}._activityFooter_buyvj_521{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}._activityReportStatus_buyvj_529{font-size:.75rem;color:#6b7280}._activityActions_buyvj_534{display:flex;gap:.75rem;align-items:center}._archiveButton_buyvj_540{background:#f59e0b;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .2s}._archiveButton_buyvj_540:hover:not(:disabled){background:#d97706}._archiveButton_buyvj_540:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 768px){._container_buyvj_1,._header_buyvj_7{padding:1rem}._headerTop_buyvj_13{flex-direction:column;align-items:flex-start;gap:1rem}._userManagementButton_buyvj_27{align-self:stretch;justify-content:center}._stats_buyvj_109{gap:1rem}._mobileTabSelector_buyvj_48{display:block}._tabs_buyvj_78{display:none}._reviewHeader_buyvj_191{flex-direction:column;gap:1rem}._reviewStatus_buyvj_215{align-items:flex-start}._reviewActions_buyvj_327{flex-direction:column}._assignmentControls_buyvj_256{flex-direction:column;align-items:stretch}._reportControls_buyvj_383{flex-direction:column;align-items:stretch;text-align:center}._generateReportButton_buyvj_412{width:100%}._activityActions_buyvj_534{flex-direction:column;gap:.5rem}}._headerInfo_pex84_3 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}._headerInfo_pex84_3 p{color:#6b7280;margin:0}._closeButton_pex84_15:hover{background-color:#f3f4f6;color:#374151}._error_pex84_20{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin:0 1.5rem 1.5rem;display:flex;align-items:center;gap:.5rem}._errorIcon_pex84_31{font-size:1.25rem}._loading_pex84_35{text-align:center;padding:3rem 1.5rem;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:1rem}._loadingIcon_pex84_45{font-size:2rem;animation:_spin_pex84_1 1s linear infinite}@keyframes _spin_pex84_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._content_pex84_55{padding:0 1.5rem}._section_pex84_59{margin-bottom:2rem}._section_pex84_59 h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}._profileGrid_pex84_72{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._profileItem_pex84_78{display:flex;flex-direction:column;gap:.25rem}._profileItem_pex84_78 strong{color:#374151;font-size:.875rem;font-weight:500}._profileItem_pex84_78 span{color:#1f2937;font-size:.875rem}._formsList_pex84_95{display:flex;flex-direction:column;gap:1rem}._formItem_pex84_101{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}._formHeader_pex84_107{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background-color:#f9fafb;gap:1rem}._formInfo_pex84_116{flex:1}._formInfo_pex84_116 h4{font-size:1rem;font-weight:500;color:#1f2937;margin:0 0 .25rem}._formInfo_pex84_116 p{color:#6b7280;margin:0;font-size:.875rem}._formStatus_pex84_133{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}._statusBadge_pex84_140{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}._statusCompleted_pex84_147{background-color:#dcfce7;color:#166534}._statusIncomplete_pex84_152{background-color:#fef2f2;color:#dc2626}._viewSubmissionButton_pex84_157{padding:.25rem .75rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-size:.75rem;cursor:pointer;transition:all .2s}._viewSubmissionButton_pex84_157:hover{background-color:#f9fafb;border-color:#9ca3af}._submissionDetails_pex84_173{padding:1rem;border-top:1px solid #e5e7eb;background-color:#fff}._submissionDetails_pex84_173 h4{font-size:1rem;font-weight:500;color:#1f2937;margin:0 0 1rem}._submissionDetails_pex84_173 h5{font-size:.875rem;font-weight:500;color:#374151;margin:1rem 0 .5rem}._submissionMeta_pex84_193{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;margin-bottom:1rem}._submissionMeta_pex84_193 p{margin:0;font-size:.875rem;color:#6b7280}._responses_pex84_206{margin-top:1rem}._responseItem_pex84_210{padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:.5rem;font-size:.875rem}._responseItem_pex84_210 strong{color:#374151;margin-right:.5rem}._uploadedFiles_pex84_223{margin-top:1rem}._fileItem_pex84_227{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:.5rem;font-size:.875rem}._fileName_pex84_238{color:#1f2937;font-weight:500}._fileSize_pex84_243{color:#6b7280}._noSubmissionData_pex84_247{padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;margin-top:1rem}._noSubmissionData_pex84_247 p{margin:0 0 .5rem;font-size:.875rem}._noSubmissionData_pex84_247 p:last-child{margin-bottom:0;color:#6b7280;font-style:italic}._signatureDisplay_pex84_266{margin-top:.5rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;gap:.5rem}._signatureImage_pex84_278{max-width:300px;max-height:100px;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff}._signatureLabel_pex84_286{font-size:.75rem;color:#6b7280;font-style:italic}._approvalStatus_pex84_292{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem}._approved_pex84_301{display:flex;align-items:center;gap:1rem}._approvedIcon_pex84_307{font-size:2rem}._approved_pex84_301 p{margin:0 0 .25rem;font-size:.875rem}._approved_pex84_301 p:first-child{font-weight:600;color:#166534}._pending_pex84_321{display:flex;align-items:center;gap:1rem}._pendingIcon_pex84_327{font-size:2rem}._pending_pex84_321 p{margin:0 0 .25rem;font-size:.875rem}._pending_pex84_321 p:first-child{font-weight:600;color:#92400e}._actions_pex84_341{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}._cancelButton_pex84_350{padding:.75rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_pex84_350:hover{background-color:#f9fafb;border-color:#9ca3af}._approveButton_pex84_366{padding:.75rem 1.5rem;border:none;background-color:#10b981;color:#fff;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}._approveButton_pex84_366:hover:not(:disabled){background-color:#059669}._approveButton_pex84_366:disabled{background-color:#9ca3af;cursor:not-allowed}._container_ljjxx_1{padding:2rem;max-width:1200px;margin:0 auto}._header_ljjxx_7{margin-bottom:2rem}._header_ljjxx_7 h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}._header_ljjxx_7 p{color:#6b7280;margin:0 0 1rem}._activeSummary_ljjxx_23{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:.5rem;padding:1rem;margin:1rem 0}._activeSummary_ljjxx_23 h3{margin:0 0 .5rem;color:#0c4a6e;font-size:1rem}._activeSummary_ljjxx_23 p{margin:0;color:#0c4a6e;font-size:.875rem}._gateNote_ljjxx_43{margin-top:.5rem!important;font-style:italic;opacity:.8}._roleIndicator_ljjxx_49{display:flex;gap:.5rem;flex-wrap:wrap}._roleBadge_ljjxx_55{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}._roleReviewer_ljjxx_62{background-color:#dbeafe;color:#1e40af}._roleApprover_ljjxx_67{background-color:#dcfce7;color:#166534}._roleAdmin_ljjxx_72{background-color:#f3e8ff;color:#7c3aed}._roleDefault_ljjxx_77{background-color:#f3f4f6;color:#374151}._tabNavigation_ljjxx_82{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:2rem}._tab_ljjxx_82{padding:1rem 1.5rem;border:none;background:none;cursor:pointer;font-size:1rem;font-weight:500;color:#6b7280;border-bottom:3px solid transparent;transition:all .2s;display:flex;align-items:center;gap:.5rem}._tab_ljjxx_82:hover{color:#374151;background-color:#f9fafb}._tabActive_ljjxx_108{color:#2563eb;border-bottom-color:#2563eb;background-color:#eff6ff}._tabIcon_ljjxx_114{font-size:1.125rem}._error_ljjxx_118{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}._errorIcon_ljjxx_129{font-size:1.25rem}._loading_ljjxx_133{text-align:center;padding:3rem;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:1rem}._loadingIcon_ljjxx_143{font-size:2rem;animation:_spin_ljjxx_1 1s linear infinite}@keyframes _spin_ljjxx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_ljjxx_153{text-align:center;padding:3rem;color:#6b7280}._emptyIcon_ljjxx_159{font-size:3rem;display:block;margin-bottom:1rem}._emptyState_ljjxx_153 h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}._emptyState_ljjxx_153 p{margin:0}._contractorsList_ljjxx_176{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}._contractorCard_ljjxx_182{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}._contractorCard_ljjxx_182:hover{box-shadow:0 4px 6px -1px #0000001a}._cardHeader_ljjxx_195{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._contractorInfo_ljjxx_203{flex:1}._companyName_ljjxx_207{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}._contactInfo_ljjxx_214{color:#6b7280;margin:0 0 .25rem;font-size:.875rem}._licenseInfo_ljjxx_220{color:#6b7280;margin:0;font-size:.875rem}._statusSection_ljjxx_226{text-align:right;flex-shrink:0}._statusBadge_ljjxx_231{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;display:inline-block;margin-bottom:.5rem}._statusApproved_ljjxx_240{background-color:#dcfce7;color:#166534}._statusPending_ljjxx_245{background-color:#fef3c7;color:#92400e}._statusInProgress_ljjxx_250{background-color:#e0e7ff;color:#3730a3}._submissionDate_ljjxx_255{font-size:.75rem;color:#9ca3af}._cardBody_ljjxx_260{margin-bottom:1.5rem}._businessInfo_ljjxx_264{margin-bottom:1rem}._businessInfo_ljjxx_264 p{margin:0 0 .25rem;font-size:.875rem;color:#374151}._businessInfo_ljjxx_264 strong{color:#1f2937}._projectsInfo_ljjxx_278{margin-top:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem}._projectsList_ljjxx_286{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}._projectItem_ljjxx_293{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.25rem;font-size:.875rem}._projectDetails_ljjxx_305{display:flex;flex-direction:column;gap:.25rem;flex:1}._projectTitle_ljjxx_312{font-weight:600;color:#1f2937}._projectType_ljjxx_317{color:#6b7280;font-style:italic;font-size:.75rem}._projectAddress_ljjxx_323{color:#059669;font-size:.75rem;font-weight:500}._projectStatus_ljjxx_329{padding:.125rem .5rem;background:#dbeafe;color:#1e40af;border-radius:.75rem;font-size:.75rem;font-weight:500;text-transform:capitalize}._formsProgress_ljjxx_339 p{margin:0 0 .5rem;font-size:.875rem;color:#374151}._progressBar_ljjxx_345{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:.25rem;overflow:hidden}._progressFill_ljjxx_353{height:100%;background-color:#10b981;transition:width .3s ease}._cardActions_ljjxx_359{display:flex;gap:.75rem;justify-content:flex-end}._reviewButton_ljjxx_365{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._reviewButton_ljjxx_365:hover{background-color:#f9fafb;border-color:#9ca3af}._approveButton_ljjxx_382{padding:.5rem 1rem;border:none;background-color:#10b981;color:#fff;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._approveButton_ljjxx_382:hover:not(:disabled){background-color:#059669}._approveButton_ljjxx_382:disabled{background-color:#9ca3af;cursor:not-allowed}._accessDenied_ljjxx_403{text-align:center;padding:3rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin:2rem auto;max-width:500px}._accessIcon_ljjxx_413{font-size:3rem;display:block;margin-bottom:1rem}._accessDenied_ljjxx_403 h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}._accessDenied_ljjxx_403 p{color:#6b7280;margin:0}@media (max-width: 768px){._container_ljjxx_1{padding:1rem}._header_ljjxx_7 h1{font-size:1.5rem}._tabs_ljjxx_441{flex-direction:column;gap:.5rem}._tab_ljjxx_82{justify-content:center;padding:.75rem 1rem;font-size:.875rem}._contractorCard_ljjxx_182{padding:1rem}._contractorHeader_ljjxx_456{flex-direction:column;align-items:flex-start;gap:1rem}._contractorActions_ljjxx_462{flex-direction:column;width:100%;gap:.5rem}._approveButton_ljjxx_382,._viewButton_ljjxx_469{width:100%;justify-content:center;padding:.75rem 1rem;font-size:.875rem}}@media (max-width: 480px){._container_ljjxx_1{padding:.5rem}._header_ljjxx_7 h1{font-size:1.25rem}._tab_ljjxx_82{padding:.625rem .75rem;font-size:.8rem}._contractorCard_ljjxx_182{padding:.75rem}._approveButton_ljjxx_382,._viewButton_ljjxx_469{padding:.625rem .75rem;font-size:.8rem}}._signatureField_dno3h_1{margin-bottom:1.5rem}._label_dno3h_5{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}._required_dno3h_13{color:#dc2626;margin-left:.25rem}._canvasContainer_dno3h_18{position:relative;border:2px solid #d1d5db;border-radius:.5rem;background-color:#fff;overflow:hidden;transition:border-color .2s ease-in-out}._canvasContainer_dno3h_18:hover{border-color:#9ca3af}._canvasContainer_dno3h_18:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._canvasContainer_dno3h_18._error_dno3h_36{border-color:#dc2626}._canvasContainer_dno3h_18._error_dno3h_36:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}._canvas_dno3h_18{display:block;width:100%;height:150px;cursor:crosshair;touch-action:none}._signaturePlaceholder_dno3h_53{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#9ca3af;font-style:italic;pointer-events:none;font-size:.875rem}._controls_dno3h_64{margin-top:.75rem;display:flex;justify-content:flex-end}._clearButton_dno3h_70{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}._clearButton_dno3h_70:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}._clearButton_dno3h_70:disabled{opacity:.5;cursor:not-allowed}._helpText_dno3h_92{margin-top:.5rem;font-size:.875rem;color:#6b7280;line-height:1.4}._errorText_dno3h_99{margin-top:.5rem;font-size:.875rem;color:#dc2626;font-weight:500}@media (max-width: 640px){._canvas_dno3h_18{height:120px}._signaturePlaceholder_dno3h_53{font-size:.8rem}._clearButton_dno3h_70{padding:.375rem .75rem;font-size:.8rem}}._clearButton_dno3h_70:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{._controls_dno3h_64{display:none}._canvasContainer_dno3h_18{border:1px solid #000}}._typedNameSection_dno3h_149{margin-bottom:1.5rem}._typedNameLabel_dno3h_153{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}._typedNameInput_dno3h_161{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s ease-in-out;background-color:#fff}._typedNameInput_dno3h_161:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._typedNameInput_dno3h_161._error_dno3h_36{border-color:#dc2626}._typedNameInput_dno3h_161._error_dno3h_36:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}._typedNameHelp_dno3h_186{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-bottom:0;font-style:italic}._signatureSection_dno3h_195{margin-bottom:1rem}._signatureLabel_dno3h_199{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}._clearAllButton_dno3h_208{background-color:#dc2626;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}._clearAllButton_dno3h_208:hover{background-color:#b91c1c}._validationSummary_dno3h_225{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.375rem}._validationIcon_dno3h_236{font-size:1rem;flex-shrink:0}._validationText_dno3h_241{font-size:.875rem;color:#166534}._errorContainer_dno3h_247{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem}._errorIcon_dno3h_258{font-size:1rem;flex-shrink:0;margin-top:.125rem}._container_zfarz_3{max-width:1024px;margin:0 auto}._header_zfarz_8{margin-bottom:24px}._title_zfarz_12{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}._description_zfarz_19{color:#6b7280;margin:0 0 16px;font-size:16px}._autoSaveStatus_zfarz_25{display:flex;align-items:center;gap:8px;font-size:14px}._saving_zfarz_32{color:#f59e0b;font-weight:500}._saved_zfarz_37{color:#059669}._form_zfarz_41{display:flex;flex-direction:column;gap:32px}._fieldsGrid_zfarz_47{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}._fieldGroup_zfarz_53{display:flex;flex-direction:column}._fieldLabel_zfarz_58{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}._required_zfarz_66{color:#dc2626;margin-left:2px}._formInput_zfarz_71{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}._formInput_zfarz_71:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formInput_zfarz_71._error_zfarz_87{border-color:#ef4444}._formInput_zfarz_71._error_zfarz_87:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._formSelect_zfarz_96{width:100%;padding:10px 32px 10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,box-shadow .2s ease}._formSelect_zfarz_96:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formSelect_zfarz_96._error_zfarz_87{border-color:#ef4444}._formSelect_zfarz_96._error_zfarz_87:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._formTextarea_zfarz_127{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;resize:vertical;min-height:100px;transition:border-color .2s ease,box-shadow .2s ease}._formTextarea_zfarz_127:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formTextarea_zfarz_127._error_zfarz_87{border-color:#ef4444}._formTextarea_zfarz_127._error_zfarz_87:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._formCheckbox_zfarz_154{width:18px;height:18px;color:#3b82f6;border:1px solid #d1d5db;border-radius:4px;margin-top:2px}._formCheckbox_zfarz_154:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}._helpText_zfarz_168{font-size:13px;color:#6b7280;margin:4px 0 0;font-style:italic}._errorText_zfarz_175{font-size:13px;color:#dc2626;margin:4px 0 0;font-weight:500}._errorContainer_zfarz_182{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;animation:_errorSlideIn_zfarz_1 .3s ease-out}._errorIcon_zfarz_194{font-size:1rem;flex-shrink:0;margin-top:.125rem}._fieldGroupError_zfarz_200{animation:_fieldErrorShake_zfarz_1 .5s ease-in-out}._textareaContainer_zfarz_204{position:relative}._characterCount_zfarz_208{font-size:.75rem;color:#6b7280;text-align:right;margin-top:.25rem;font-style:italic}._dateContainer_zfarz_216{position:relative}._dateHelp_zfarz_220{font-size:.75rem;color:#6b7280;margin-top:.25rem;font-style:italic}@keyframes _errorSlideIn_zfarz_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fieldErrorShake_zfarz_1{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}._signatureReadonly_zfarz_245{display:flex;flex-direction:column;gap:.5rem}._signedBy_zfarz_251{font-size:.875rem;color:#374151;margin:0;font-weight:500}._documentsSection_zfarz_258{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}._sectionTitle_zfarz_266{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px}._disclaimer_zfarz_273{margin-bottom:24px}._uploadGrid_zfarz_277{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}._uploadSection_zfarz_283{display:flex;flex-direction:column;gap:16px}._formActions_zfarz_289{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #e5e7eb}._saveButton_zfarz_297{background-color:#3b82f6;color:#fff;padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}._saveButton_zfarz_297:hover{background-color:#2563eb}._saveButton_zfarz_297:disabled{opacity:.5;cursor:not-allowed}._submitButton_zfarz_318{background-color:#059669;color:#fff;padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}._submitButton_zfarz_318:hover{background-color:#047857}._submitButton_zfarz_318:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._fieldsGrid_zfarz_47,._uploadGrid_zfarz_277{grid-template-columns:1fr;gap:16px}._documentsSection_zfarz_258{padding:16px}._formActions_zfarz_289{flex-direction:column}._saveButton_zfarz_297,._submitButton_zfarz_318{width:100%}}._fieldGroup_zfarz_53[data-field-type=boolean]{flex-direction:row;align-items:center;gap:8px}._fieldGroup_zfarz_53[data-field-type=boolean] ._fieldLabel_zfarz_58{margin-bottom:0;order:2;cursor:pointer}._fieldGroup_zfarz_53[data-field-type=boolean] ._formCheckbox_zfarz_154{order:1;margin-top:0}._fieldGroup_zfarz_53[data-full-width=true]{grid-column:1 / -1}._fieldGroup_zfarz_53[data-field-type=date]{min-width:200px}._fieldGroup_zfarz_53[data-field-type=number]{min-width:150px}._readonlyValue_zfarz_398{padding:12px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:14px;min-height:20px;display:flex;align-items:center}._gallery_mm4l6_1{width:100%}._loading_mm4l6_5{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}._spinner_mm4l6_14{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_mm4l6_14 1s linear infinite;margin-bottom:1rem}@keyframes _spin_mm4l6_14{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_mm4l6_29{text-align:center;padding:2rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}._retryButton_mm4l6_38{background:#dc2626;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;margin-top:1rem;cursor:pointer;font-size:.875rem}._retryButton_mm4l6_38:hover{background:#b91c1c}._emptyState_mm4l6_53{text-align:center;padding:3rem;color:#6b7280;font-style:italic}._documentsGrid_mm4l6_60{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}._documentCard_mm4l6_67{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}._documentCard_mm4l6_67:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}._documentPreview_mm4l6_82{height:150px;background:#f9fafb;display:flex;align-items:center;justify-content:center;cursor:pointer;border-bottom:1px solid #e5e7eb}._thumbnailImage_mm4l6_92{width:100%;height:100%;object-fit:cover}._fileIcon_mm4l6_98{font-size:3rem;opacity:.7}._documentInfo_mm4l6_103{padding:1rem;flex:1}._documentName_mm4l6_108{margin:0 0 .5rem;color:#111827;font-size:1rem;font-weight:600;line-height:1.4}._documentDetails_mm4l6_116{margin:0 0 .5rem;color:#6b7280;font-size:.875rem;text-transform:capitalize}._documentDescription_mm4l6_123{margin:0 0 .5rem;color:#374151;font-size:.875rem;line-height:1.4}._documentMeta_mm4l6_130{margin:0 0 .75rem;color:#9ca3af;font-size:.75rem}._tags_mm4l6_136{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}._tag_mm4l6_136{background:#e5e7eb;color:#374151;padding:.125rem .5rem;border-radius:.75rem;font-size:.75rem;font-weight:500}._documentActions_mm4l6_152{display:flex;gap:.5rem;padding:0 1rem 1rem}._viewButton_mm4l6_158{background:#3b82f6;color:#fff;text-decoration:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-align:center;transition:background-color .2s;flex:1}._viewButton_mm4l6_158:hover{background:#2563eb}._deleteButton_mm4l6_175{background:#ef4444;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._deleteButton_mm4l6_175:hover:not(:disabled){background:#dc2626}._deleteButton_mm4l6_175:disabled{background:#9ca3af;cursor:not-allowed}._modal_mm4l6_197{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_mm4l6_211{background:#fff;border-radius:.5rem;max-width:90vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_mm4l6_221{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}._modalHeader_mm4l6_221 h3{margin:0;color:#111827;font-size:1.25rem;font-weight:600}._closeButton_mm4l6_236{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1}._closeButton_mm4l6_236:hover{color:#374151}._modalBody_mm4l6_250{padding:1.5rem;overflow:auto;flex:1}._modalImage_mm4l6_256{max-width:100%;max-height:60vh;object-fit:contain;margin-bottom:1rem}._modalFileInfo_mm4l6_263{text-align:center;padding:2rem;color:#6b7280}._modalFileIcon_mm4l6_269{font-size:4rem;margin-bottom:1rem;opacity:.7}._modalDetails_mm4l6_275{background:#f9fafb;padding:1rem;border-radius:.375rem;border:1px solid #e5e7eb}._modalDetails_mm4l6_275 p{margin:0 0 .5rem;font-size:.875rem;color:#374151}._modalDetails_mm4l6_275 p:last-child{margin-bottom:0}._modalActions_mm4l6_292{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}._openButton_mm4l6_299{background:#3b82f6;color:#fff;text-decoration:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s}._openButton_mm4l6_299:hover{background:#2563eb}@media (max-width: 640px){._documentsGrid_mm4l6_60{grid-template-columns:1fr}._documentActions_mm4l6_152{flex-direction:column}._modalContent_mm4l6_211{margin:.5rem;max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem)}}._uploadContainer_79rsa_1{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}._title_79rsa_9{margin:0 0 1rem;color:#111827;font-size:1.125rem;font-weight:600}._error_79rsa_16{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem}._uploadForm_79rsa_26{display:flex;flex-direction:column;gap:1rem}._fileSection_79rsa_32{display:flex;flex-direction:column;gap:.5rem}._fileLabel_79rsa_38{font-weight:500;color:#374151;font-size:.875rem}._fileInput_79rsa_44{padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;font-size:.875rem;cursor:pointer}._fileInput_79rsa_44:disabled{background:#f3f4f6;cursor:not-allowed}._fileInfo_79rsa_58{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}._fileName_79rsa_69{color:#111827;font-weight:500}._fileSize_79rsa_74{color:#6b7280}._detailsSection_79rsa_78{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._inputGroup_79rsa_86{display:flex;flex-direction:column;gap:.25rem}._label_79rsa_92{font-weight:500;color:#374151;font-size:.875rem}._textInput_79rsa_98{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;transition:border-color .2s}._textInput_79rsa_98:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textInput_79rsa_98:disabled{background:#f3f4f6;cursor:not-allowed}._textArea_79rsa_118{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;resize:vertical;min-height:4rem;font-family:inherit;transition:border-color .2s}._textArea_79rsa_118:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textArea_79rsa_118:disabled{background:#f3f4f6;cursor:not-allowed}._actions_79rsa_141{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}._cancelButton_79rsa_149{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_79rsa_149:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}._cancelButton_79rsa_149:disabled{opacity:.5;cursor:not-allowed}._uploadButton_79rsa_171{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._uploadButton_79rsa_171:hover:not(:disabled){background:#2563eb}._uploadButton_79rsa_171:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 640px){._uploadContainer_79rsa_1{padding:1rem}._actions_79rsa_141{flex-direction:column}._cancelButton_79rsa_149,._uploadButton_79rsa_171{width:100%}}._container_1r56m_1{flex:1;overflow-y:auto;background:#fff;min-height:400px;max-height:600px}._messagesList_1r56m_9{padding:1rem;display:flex;flex-direction:column;gap:1rem}._loadingContainer_1r56m_16,._errorContainer_1r56m_17,._emptyContainer_1r56m_18{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;height:100%;min-height:300px}._loadingSpinner_1r56m_29{font-size:2rem;margin-bottom:1rem;animation:_spin_1r56m_1 1s linear infinite}@keyframes _spin_1r56m_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_1r56m_40{color:#6b7280;font-size:.875rem;margin:0}._errorContainer_1r56m_17{color:#dc2626}._errorIcon_1r56m_50{font-size:2rem;margin-bottom:1rem}._errorText_1r56m_55{color:#dc2626;font-size:.875rem;margin:0}._emptyIcon_1r56m_61{font-size:3rem;margin-bottom:1rem;opacity:.5}._emptyTitle_1r56m_67{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}._emptyText_1r56m_74{color:#6b7280;font-size:.875rem;margin:0;max-width:400px;line-height:1.5}._dateSeparator_1r56m_82{display:flex;align-items:center;justify-content:center;margin:1.5rem 0 1rem;position:relative}._dateSeparator_1r56m_82:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb;z-index:1}._dateText_1r56m_101{background:#fff;color:#6b7280;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:1rem;border:1px solid #e5e7eb;position:relative;z-index:2}._messageContainer_1r56m_113{display:flex;margin-bottom:.5rem}._ownMessage_1r56m_118{justify-content:flex-end}._otherMessage_1r56m_122{justify-content:flex-start}._messageContent_1r56m_126{max-width:70%;background:#f3f4f6;border-radius:1rem;padding:.75rem 1rem;position:relative}._ownMessage_1r56m_118 ._messageContent_1r56m_126{background:#3b82f6;color:#fff;border-bottom-right-radius:.25rem}._otherMessage_1r56m_122 ._messageContent_1r56m_126{background:#f3f4f6;color:#111827;border-bottom-left-radius:.25rem}._messageHeader_1r56m_146{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.75rem;opacity:.8}._authorName_1r56m_155{font-weight:600}._ownMessage_1r56m_118 ._authorName_1r56m_155{color:#ffffffe6}._otherMessage_1r56m_122 ._authorName_1r56m_155{color:#374151}._authorRole_1r56m_167{font-weight:500;font-size:.6875rem;padding:.125rem .375rem;border-radius:.75rem;background:#fff3;text-transform:uppercase;letter-spacing:.025em}._ownMessage_1r56m_118 ._authorRole_1r56m_167{background:#fff3;color:#ffffffe6}._otherMessage_1r56m_122 ._authorRole_1r56m_167{background:#0000000d}._messageTime_1r56m_186{margin-left:auto;font-size:.6875rem}._ownMessage_1r56m_118 ._messageTime_1r56m_186{color:#ffffffb3}._otherMessage_1r56m_122 ._messageTime_1r56m_186{color:#9ca3af}._editedIndicator_1r56m_199{font-style:italic;opacity:.7}._messageText_1r56m_204{font-size:.875rem;line-height:1.4;word-wrap:break-word;white-space:pre-wrap}._attachments_1r56m_211{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}._attachment_1r56m_211{font-size:.75rem;padding:.25rem .5rem;background:#0000001a;border-radius:.375rem;display:flex;align-items:center;gap:.25rem}._ownMessage_1r56m_118 ._attachment_1r56m_211{background:#fff3}._internalBadge_1r56m_232{margin-top:.5rem;font-size:.6875rem;padding:.25rem .5rem;background:#dc26261a;color:#dc2626;border-radius:.375rem;display:flex;align-items:center;gap:.25rem;font-weight:500}._ownMessage_1r56m_118 ._internalBadge_1r56m_232{background:#fff3;color:#ffffffe6}@media (max-width: 640px){._messagesList_1r56m_9{padding:.75rem;gap:.75rem}._messageContent_1r56m_126{max-width:85%;padding:.5rem .75rem}._messageHeader_1r56m_146{gap:.375rem;margin-bottom:.125rem}._authorRole_1r56m_167{display:none}._messageText_1r56m_204{font-size:.875rem}._emptyContainer_1r56m_18,._loadingContainer_1r56m_16,._errorContainer_1r56m_17{padding:2rem 1rem;min-height:250px}}._container_c2b5p_1{border-top:1px solid #e5e7eb;background:#fff;padding:1rem}._form_c2b5p_7{display:flex;flex-direction:column;gap:.5rem}._inputContainer_c2b5p_13{display:flex;align-items:flex-end;gap:.5rem;background:#f9fafb;border:1px solid #d1d5db;border-radius:.75rem;padding:.75rem;transition:border-color .15s ease-in-out}._inputContainer_c2b5p_13:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textarea_c2b5p_29{flex:1;border:none;background:transparent;resize:none;outline:none;font-family:inherit;font-size:.875rem;line-height:1.25rem;color:#111827;min-height:1.25rem;max-height:120px;overflow-y:auto}._textarea_c2b5p_29::placeholder{color:#6b7280}._textarea_c2b5p_29:disabled{color:#9ca3af;cursor:not-allowed}._actions_c2b5p_53{display:flex;align-items:center;gap:.25rem}._referenceButton_c2b5p_59{background:none;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;font-size:1rem;color:#6b7280;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}._referenceButton_c2b5p_59:hover:not(:disabled){background:#e5e7eb;color:#374151}._referenceButton_c2b5p_59:disabled{opacity:.5;cursor:not-allowed}._sendButton_c2b5p_85{background:#3b82f6;border:none;padding:.5rem;border-radius:.375rem;cursor:pointer;color:#fff;font-size:1rem;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}._sendButton_c2b5p_85:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}._sendButton_c2b5p_85:disabled{background:#9ca3af;cursor:not-allowed;transform:none}._spinner_c2b5p_112{animation:_spin_c2b5p_112 1s linear infinite}@keyframes _spin_c2b5p_112{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._documentReference_c2b5p_121{background:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden}._referenceHeader_c2b5p_128{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#e5e7eb;border-bottom:1px solid #d1d5db;font-size:.875rem;font-weight:500;color:#374151}._closeButton_c2b5p_140{background:none;border:none;cursor:pointer;color:#6b7280;font-size:.875rem;padding:.25rem;border-radius:.25rem;transition:all .15s ease-in-out}._closeButton_c2b5p_140:hover{background:#d1d5db;color:#374151}._referenceContent_c2b5p_156{padding:1rem}._comingSoon_c2b5p_160{color:#6b7280;font-size:.875rem;margin:0;font-style:italic}._hint_c2b5p_167{display:flex;justify-content:center;margin-top:.5rem}._hintText_c2b5p_173{font-size:.75rem;color:#9ca3af;text-align:center}@media (max-width: 640px){._container_c2b5p_1{padding:.75rem}._inputContainer_c2b5p_13{padding:.5rem}._textarea_c2b5p_29{font-size:1rem}._actions_c2b5p_53{gap:.125rem}._referenceButton_c2b5p_59{width:1.75rem;height:1.75rem;font-size:.875rem}._sendButton_c2b5p_85{width:2.25rem;height:2.25rem;font-size:.875rem}}._container_1ge52_1{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:.5rem;overflow:hidden}._header_1ge52_10{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.5rem}._headerContent_1ge52_16{margin-bottom:1rem}._title_1ge52_20{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}._subtitle_1ge52_27{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}._participants_1ge52_34{display:flex;align-items:center;gap:1rem}._participantInfo_1ge52_40{display:flex;align-items:center;gap:.5rem}._participantLabel_1ge52_46{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}._participantList_1ge52_54{font-size:.875rem;color:#374151;font-weight:500}._discussionArea_1ge52_60{flex:1;display:flex;flex-direction:column;min-height:0}._accessDenied_1ge52_67{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;min-height:400px}._accessIcon_1ge52_77{font-size:3rem;margin-bottom:1rem;opacity:.6}._accessTitle_1ge52_83{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}._accessText_1ge52_90{font-size:.875rem;color:#6b7280;margin:0 0 1rem;max-width:400px;line-height:1.5}._accessDetails_1ge52_98{background:#f3f4f6;border-radius:.5rem;padding:1rem;margin-top:1rem;text-align:left;max-width:400px;width:100%}._accessDetails_1ge52_98 p{font-size:.75rem;color:#374151;margin:.25rem 0}._accessDetails_1ge52_98 strong{color:#111827}._welcomeMessage_1ge52_118{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;max-width:500px;width:90%;text-align:center;box-shadow:0 4px 6px -1px #0000001a;z-index:10}._welcomeIcon_1ge52_134{font-size:2.5rem;margin-bottom:1rem}._welcomeTitle_1ge52_139{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .75rem}._welcomeText_1ge52_146{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}._welcomeTips_1ge52_153{background:#f9fafb;border-radius:.5rem;padding:1rem;text-align:left}._tipsTitle_1ge52_160{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .5rem}._tipsList_1ge52_167{font-size:.75rem;color:#6b7280;margin:0;padding-left:1rem;line-height:1.4}._tipsList_1ge52_167 li{margin-bottom:.25rem}._tipsList_1ge52_167 li:last-child{margin-bottom:0}._welcomeCloseButton_1ge52_183{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#6b7280;font-size:1.25rem;padding:.25rem;border-radius:.25rem;transition:all .15s ease-in-out;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}._welcomeCloseButton_1ge52_183:hover{background:#f3f4f6;color:#374151}._welcomeActions_1ge52_207{margin-top:1.5rem;display:flex;justify-content:center}._welcomeStartButton_1ge52_213{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}._welcomeStartButton_1ge52_213:hover{background:#2563eb;transform:translateY(-1px)}@media (max-width: 768px){._header_1ge52_10{padding:1rem}._title_1ge52_20{font-size:1rem}._subtitle_1ge52_27{font-size:.8125rem}._participants_1ge52_34{flex-direction:column;align-items:flex-start;gap:.5rem}._accessDenied_1ge52_67{padding:2rem 1rem;min-height:300px}._accessIcon_1ge52_77{font-size:2.5rem}._accessTitle_1ge52_83{font-size:1.125rem}._welcomeMessage_1ge52_118{padding:1.5rem;width:95%}._welcomeIcon_1ge52_134{font-size:2rem}._welcomeTitle_1ge52_139{font-size:1rem}}@media (max-width: 640px){._header_1ge52_10{padding:.75rem}._headerContent_1ge52_16{margin-bottom:.75rem}._participantInfo_1ge52_40{flex-direction:column;align-items:flex-start;gap:.25rem}._welcomeMessage_1ge52_118{padding:1rem;border-radius:.5rem}._welcomeTips_1ge52_153{padding:.75rem}._welcomeCloseButton_1ge52_183{top:.75rem;right:.75rem;font-size:1.125rem}._welcomeStartButton_1ge52_213{padding:.625rem 1.25rem;font-size:.8125rem}}._container_1cpc9_1{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}._loadingCard_1cpc9_11,._errorCard_1cpc9_12{padding:3rem;text-align:center}._header_1cpc9_17{text-align:center;margin-bottom:1rem}._header_1cpc9_17 h1{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}._header_1cpc9_17 p{color:#6b7280;font-size:1.125rem}._statusCard_1cpc9_35,._infoCard_1cpc9_36,._formsCard_1cpc9_37,._submitCard_1cpc9_38{padding:2rem}._statusHeader_1cpc9_42{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._statusHeader_1cpc9_42 h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}._statusBadge_1cpc9_56{background-color:#f3f4f6;color:#374151;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}._progressSection_1cpc9_65{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._progressBar_1cpc9_72{flex:1;height:.75rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}._progressFill_1cpc9_80{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:9999px;transition:width .3s ease-in-out}._progressText_1cpc9_87{color:#6b7280;font-size:.875rem;font-weight:500;min-width:4rem}._approvedMessage_1cpc9_94{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:1rem;border-radius:.5rem;font-size:.875rem}._infoCard_1cpc9_36 h3,._formsCard_1cpc9_37 h3,._submitCard_1cpc9_38 h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1rem}._infoGrid_1cpc9_112{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._infoGrid_1cpc9_112>div{display:flex;flex-direction:column;gap:.25rem}._label_1cpc9_124{color:#6b7280;font-size:.875rem;font-weight:500}._noForms_1cpc9_130{color:#6b7280;font-style:italic;text-align:center;padding:2rem}._formsList_1cpc9_137{display:flex;flex-direction:column;gap:1rem}._formItem_1cpc9_143{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease-in-out}._formItem_1cpc9_143:hover{border-color:#d1d5db;box-shadow:0 2px 4px -1px #0000001a}._formInfo_1cpc9_158{display:flex;align-items:center;gap:1rem;flex:1}._formIcon_1cpc9_165{font-size:1.5rem}._formInfo_1cpc9_158 h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem}._formInfo_1cpc9_158 p{color:#6b7280;font-size:.875rem;margin:0}._formActions_1cpc9_182{display:flex;align-items:center;gap:1rem}._formButton_1cpc9_188{background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}._formButton_1cpc9_188:hover:not(:disabled){background-color:#2563eb}._formButton_1cpc9_188:disabled{background-color:#9ca3af;cursor:not-allowed}._submitCard_1cpc9_38{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe}._submitCard_1cpc9_38 p{color:#1e40af;margin-bottom:1.5rem}._submitButton_1cpc9_219{background-color:#3b82f6;color:#fff;border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;width:100%}._submitButton_1cpc9_219:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}._submitButton_1cpc9_219:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}._stepsList_1cpc9_243{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._stepsList_1cpc9_243 li{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;font-size:.875rem}._stepCompleted_1cpc9_261{background-color:#f0fdf4;color:#166534}._stepCompleted_1cpc9_261:before{content:"✅";font-size:1rem}._stepActive_1cpc9_271{background-color:#eff6ff;color:#1e40af;font-weight:500}._stepActive_1cpc9_271:before{content:"🔄";font-size:1rem}._stepPending_1cpc9_282{background-color:#f9fafb;color:#6b7280}._stepPending_1cpc9_282:before{content:"⏳";font-size:1rem}._projectsSection_1cpc9_292{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}._projectsSection_1cpc9_292 h2{margin:0 0 .5rem;color:#111827;font-size:1.5rem;font-weight:600}._projectsSection_1cpc9_292 p{margin:0 0 1.5rem;color:#6b7280}._projectsGrid_1cpc9_312{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._backButton_1cpc9_318{background:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s;margin-bottom:1rem}._backButton_1cpc9_318:hover{background:#e5e7eb;border-color:#9ca3af}._projectDetailsCard_1cpc9_335{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}._projectInfo_1cpc9_347 h3{margin:0 0 1rem;color:#111827;font-size:1.25rem;font-weight:600}._projectInfo_1cpc9_347 p{margin:0 0 .75rem;color:#374151;line-height:1.5}._projectImage_1cpc9_360{width:200px;height:150px;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb}._projectImage_1cpc9_360 img{width:100%;height:100%;object-fit:cover}._propertyDetails_1cpc9_374{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._propertyDetails_1cpc9_374 p{margin:0;padding:.75rem;background:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}._formsGrid_1cpc9_388{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:1rem}._formCard_1cpc9_395{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}._formHeader_1cpc9_402{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease-in-out}._formHeader_1cpc9_402:hover{background-color:#f9fafb}._formHeaderContent_1cpc9_416{display:flex;justify-content:space-between;align-items:center;flex:1}._formHeader_1cpc9_402 h4{margin:0;color:#111827;font-size:1.125rem;font-weight:600}._expandIcon_1cpc9_430{color:#6b7280;font-size:.875rem;margin-left:.5rem;transition:transform .2s ease-in-out}._formStatus_1cpc9_437{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}._submitted_1cpc9_444{background:#d1fae5;color:#065f46}._notSubmitted_1cpc9_449{background:#fef3c7;color:#92400e}._formDescription_1cpc9_454{margin:0 0 1rem;color:#6b7280;font-size:.875rem}._submissionInfo_1cpc9_460{border-top:1px solid #e5e7eb;padding-top:1rem;margin-top:1rem}._submissionInfo_1cpc9_460 p{margin:0 0 .75rem;font-size:.875rem;color:#374151}._attachments_1cpc9_472 h5,._formData_1cpc9_473 h5{margin:0 0 .5rem;color:#111827;font-size:.875rem;font-weight:600}._attachmentItem_1cpc9_480{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:.5rem}._attachmentIcon_1cpc9_491{font-size:1rem}._attachmentName_1cpc9_495{flex:1;font-size:.875rem;color:#374151}._attachmentSize_1cpc9_501{font-size:.75rem;color:#6b7280}._formDataItem_1cpc9_506{margin-bottom:.75rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem}._formDataItem_1cpc9_506 strong{display:block;margin-bottom:.25rem;color:#111827;font-size:.875rem}._signatureDisplay_1cpc9_521{margin-top:.5rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;gap:.5rem}._signatureImage_1cpc9_533{max-width:200px;max-height:80px;border:1px solid #d1d5db;border-radius:.25rem;background-color:#fff}._signatureLabel_1cpc9_541{font-size:.75rem;color:#6b7280;font-style:italic}._documentsSection_1cpc9_547{margin:1.5rem 0;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}._documentsSection_1cpc9_547 h4{margin:0 0 1rem;color:#111827;font-size:1rem;font-weight:600}._noDocuments_1cpc9_562{color:#6b7280;font-style:italic;margin:1rem 0}._uploadNote_1cpc9_568{color:#6b7280;font-size:.875rem;margin:0 0 1rem;line-height:1.5}@media (max-width: 768px){._container_1cpc9_1{padding:1rem;gap:1.5rem}._header_1cpc9_17 h1{font-size:2rem}._statusCard_1cpc9_35,._infoCard_1cpc9_36,._formsCard_1cpc9_37,._submitCard_1cpc9_38{padding:1.5rem}._statusHeader_1cpc9_42{flex-direction:column;align-items:flex-start;gap:1rem}._progressSection_1cpc9_65{flex-direction:column;align-items:stretch;gap:.5rem}._progressText_1cpc9_87{text-align:center}._infoGrid_1cpc9_112{grid-template-columns:1fr}._formItem_1cpc9_143{flex-direction:column;align-items:stretch;gap:1rem}._formActions_1cpc9_182{justify-content:space-between}}@media (max-width: 480px){._container_1cpc9_1{padding:.5rem}._header_1cpc9_17 h1{font-size:1.75rem}._statusCard_1cpc9_35,._infoCard_1cpc9_36,._formsCard_1cpc9_37,._submitCard_1cpc9_38{padding:1rem}._formActions_1cpc9_182{flex-direction:column;gap:.5rem}._formButton_1cpc9_188{width:100%;justify-content:center}}@media (max-width: 320px){._container_1cpc9_1{padding:.25rem}._header_1cpc9_17 h1{font-size:1.5rem}._statusCard_1cpc9_35,._infoCard_1cpc9_36,._formsCard_1cpc9_37,._submitCard_1cpc9_38{padding:.75rem}._formButton_1cpc9_188{padding:.5rem .75rem;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}._accessFeatures_1cpc9_677{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}._accessFeatures_1cpc9_677 h4{margin:0 0 .75rem;color:#1f2937;font-size:1rem;font-weight:600}._accessFeatures_1cpc9_677 ul{margin:0;padding:0;list-style:none}._accessFeatures_1cpc9_677 li{margin:.5rem 0;padding:.25rem 0;color:#374151;font-size:.875rem;display:flex;align-items:center;gap:.5rem}._policyButtons_1lyf7_1{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}._header_1lyf7_9{text-align:center;margin-bottom:2rem}._header_1lyf7_9 h2{margin:0 0 .5rem;color:#1e293b;font-size:1.5rem;font-weight:600}._header_1lyf7_9 p{margin:0;color:#64748b;font-size:1rem}._buttonsGrid_1lyf7_27{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}._policyButton_1lyf7_1{display:flex;align-items:center;padding:1.25rem;border-radius:8px;text-decoration:none;transition:all .2s ease;border:2px solid transparent;background:#f8fafc;position:relative;overflow:hidden}._policyButton_1lyf7_1:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;text-decoration:none}._policyButton_1lyf7_1._blue_1lyf7_52{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}._policyButton_1lyf7_1._blue_1lyf7_52:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);box-shadow:0 4px 12px #3b82f640}._policyButton_1lyf7_1._green_1lyf7_62{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}._policyButton_1lyf7_1._green_1lyf7_62:hover{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 4px 12px #10b98140}._policyButton_1lyf7_1._purple_1lyf7_72{border-color:#8b5cf6;background:linear-gradient(135deg,#f5f3ff,#ede9fe)}._policyButton_1lyf7_1._purple_1lyf7_72:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe);box-shadow:0 4px 12px #8b5cf640}._policyButton_1lyf7_1._orange_1lyf7_82{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}._policyButton_1lyf7_1._orange_1lyf7_82:hover{background:linear-gradient(135deg,#fef3c7,#fde68a);box-shadow:0 4px 12px #f59e0b40}._policyButton_1lyf7_1._teal_1lyf7_92{border-color:#14b8a6;background:linear-gradient(135deg,#f0fdfa,#ccfbf1)}._policyButton_1lyf7_1._teal_1lyf7_92:hover{background:linear-gradient(135deg,#ccfbf1,#99f6e4);box-shadow:0 4px 12px #14b8a640}._policyButton_1lyf7_1._indigo_1lyf7_102{border-color:#6366f1;background:linear-gradient(135deg,#f0f9ff,#e0e7ff)}._policyButton_1lyf7_1._indigo_1lyf7_102:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);box-shadow:0 4px 12px #6366f140}._buttonIcon_1lyf7_112{font-size:2rem;margin-right:1rem;flex-shrink:0}._buttonContent_1lyf7_118{flex:1}._buttonContent_1lyf7_118 h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#1e293b}._buttonContent_1lyf7_118 p{margin:0;font-size:.9rem;color:#64748b;line-height:1.4}._buttonArrow_1lyf7_136{font-size:1.25rem;color:#94a3b8;margin-left:1rem;transition:transform .2s ease}._policyButton_1lyf7_1:hover ._buttonArrow_1lyf7_136{transform:translate(4px)}@media (max-width: 768px){._buttonsGrid_1lyf7_27{grid-template-columns:1fr}._policyButton_1lyf7_1{padding:1rem}._buttonIcon_1lyf7_112{font-size:1.5rem;margin-right:.75rem}._buttonContent_1lyf7_118 h3{font-size:1rem}._buttonContent_1lyf7_118 p{font-size:.85rem}}._modal_1flan_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_1flan_16{background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:90vw;height:75vh;max-width:1400px;display:flex;flex-direction:column;overflow:hidden}._header_1flan_28{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}._header_1flan_28 h2{margin:0;color:#1e40af;font-size:1.5rem;font-weight:700}._closeButton_1flan_44{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._closeButton_1flan_44:hover{background-color:#fee2e2;color:#dc2626}._mapContainer_1flan_67{flex:1;position:relative;display:flex}._mapArea_1flan_73{flex:1;min-height:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe,#93c5fd);position:relative;overflow:hidden}._mapControls_1flan_82{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}._zoomButton_1flan_92,._resetButton_1flan_92{width:40px;height:40px;border:none;border-radius:50%;background:#fffffff2;color:#1e40af;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._zoomButton_1flan_92:hover,._resetButton_1flan_92:hover{background:#1e40af;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000040}._resetButton_1flan_92{font-size:1rem}._fantasyMapSvg_1flan_120{width:100%;height:100%;display:block}._zoneLabel_1flan_127{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;fill:#1f2937;text-shadow:0 2px 4px rgba(255,255,255,.9)}._roadLabel_1flan_135{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;fill:#374151;text-shadow:0 1px 3px rgba(255,255,255,.9)}._propertyLabel_1flan_143{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;fill:#1f2937;text-shadow:0 1px 2px rgba(255,255,255,.9)}._propertyIcon_1flan_151{font-family:system-ui,-apple-system,sans-serif;font-size:10px;fill:#fff;text-anchor:middle}._decoration_1flan_158{font-family:system-ui,-apple-system,sans-serif;font-size:16px;opacity:.8}._marineLife_1flan_164{opacity:.7}._compass_1flan_168{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;fill:#1f2937}._overlayControls_1flan_176{width:320px;background:#fff;border-left:1px solid #e5e7eb;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;max-height:600px}._overlayControls_1flan_176::-webkit-scrollbar{width:8px}._overlayControls_1flan_176::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}._overlayControls_1flan_176::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._overlayControls_1flan_176::-webkit-scrollbar-thumb:hover{background:#94a3b8}._overlayControls_1flan_176 h4{margin:0;color:#1e40af;font-size:1.125rem;font-weight:700}._overlayButtons_1flan_214{display:flex;flex-direction:column;gap:.75rem}._overlayButton_1flan_214{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;background:#f9fafb}._overlayButton_1flan_214:hover{background-color:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._overlayButton_1flan_214 input[type=checkbox]{margin:0;cursor:pointer;transform:scale(1.1)}._colorIndicator_1flan_245{width:18px;height:18px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 1px 3px #0003;flex-shrink:0}._overlayName_1flan_254{font-weight:600;color:#1f2937;font-size:.9rem}._legend_1flan_261{border-top:2px solid #e5e7eb;padding-top:1.5rem}._legend_1flan_261 h5{margin:0 0 1rem;color:#1e40af;font-size:1rem;font-weight:700}._legendItem_1flan_275{display:flex;gap:.5rem;margin-bottom:.5rem;padding:.75rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:.375rem;border:1px solid #e5e7eb}._legendColor_1flan_285{width:14px;height:14px;border-radius:50%;flex-shrink:0;margin-top:2px;border:1px solid #ffffff;box-shadow:0 1px 2px #0000001a}._legendText_1flan_295{flex:1;display:flex;flex-direction:column;gap:.25rem}._legendName_1flan_302{font-weight:600;color:#1f2937;font-size:.875rem}._legendDescription_1flan_308{color:#6b7280;font-size:.7rem;line-height:1.3;margin-bottom:.25rem}._rulesLink_1flan_315{color:#2563eb;text-decoration:none;font-size:.7rem;font-weight:600;transition:color .2s ease}._rulesLink_1flan_315:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 768px){._modal_1flan_2{padding:.5rem}._modalContent_1flan_16{width:100vw;height:100vh;border-radius:0}._mapContainer_1flan_67{flex-direction:column}._overlayControls_1flan_176{width:100%;max-height:250px;border-left:none;border-top:1px solid #e5e7eb}._mapControls_1flan_82{top:.5rem;right:.5rem}._zoomButton_1flan_92,._resetButton_1flan_92{width:35px;height:35px;font-size:1rem}._header_1flan_28 h2{font-size:1.25rem}._overlayButtons_1flan_214{flex-direction:row;flex-wrap:wrap;gap:.5rem}._overlayButton_1flan_214{flex:1;min-width:140px;padding:.5rem}._overlayName_1flan_254{font-size:.75rem}._zoneLabel_1flan_127{font-size:14px}._roadLabel_1flan_135{font-size:11px}._propertyLabel_1flan_143{font-size:10px}._decoration_1flan_158{font-size:12px}}@media (max-width: 480px){._header_1flan_28,._overlayControls_1flan_176{padding:1rem}._overlayButtons_1flan_214{flex-direction:column}._overlayButton_1flan_214{min-width:auto}._zoneLabel_1flan_127{font-size:12px}._roadLabel_1flan_135{font-size:9px}._propertyLabel_1flan_143{font-size:8px}._decoration_1flan_158{font-size:10px}}._modal_1mh4z_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--spacing-lg)}._modalContent_1mh4z_16{background:var(--color-surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);width:90vw;height:85vh;max-width:1200px;display:flex;flex-direction:column;overflow:hidden}._header_1mh4z_28{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg);border-bottom:1px solid var(--color-border);background:var(--color-background)}._header_1mh4z_28 h2{margin:0;color:var(--color-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold)}._closeButton_1mh4z_44{background:none;border:none;font-size:var(--font-size-2xl);color:var(--color-text-secondary);cursor:pointer;padding:var(--spacing-sm);border-radius:var(--border-radius-md);transition:all .2s ease;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._closeButton_1mh4z_44:hover{background-color:var(--color-error-light);color:var(--color-error)}._mapContainer_1mh4z_67{flex:1;position:relative;display:flex}._map_1mh4z_67{flex:1;min-height:0}._overlayControls_1mh4z_79{width:300px;background:#fff;border-left:1px solid #e5e7eb;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}._overlayControls_1mh4z_79 h4{margin:0;color:var(--color-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._overlayButtons_1mh4z_97{display:flex;flex-direction:column;gap:var(--spacing-sm)}._overlayButton_1mh4z_97{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);border-radius:var(--border-radius-md);cursor:pointer;transition:background-color .2s ease;border:1px solid var(--color-border)}._overlayButton_1mh4z_97:hover{background-color:var(--color-background)}._overlayButton_1mh4z_97 input[type=checkbox]{margin:0;cursor:pointer}._colorIndicator_1mh4z_123{width:16px;height:16px;border-radius:50%;border:2px solid var(--color-border);flex-shrink:0}._overlayName_1mh4z_131{font-weight:var(--font-weight-medium);color:var(--color-text)}._legend_1mh4z_137{border-top:1px solid var(--color-border);padding-top:var(--spacing-lg)}._legend_1mh4z_137 h5{margin:0 0 var(--spacing-md) 0;color:var(--color-primary);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold)}._legendItem_1mh4z_149{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);padding:var(--spacing-sm);background:var(--color-background);border-radius:var(--border-radius-md)}._legendColor_1mh4z_158{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:2px}._legendText_1mh4z_166{flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs)}._legendName_1mh4z_173{font-weight:var(--font-weight-medium);color:var(--color-text);font-size:var(--font-size-sm)}._legendDescription_1mh4z_179{color:var(--color-text-secondary);font-size:var(--font-size-xs);line-height:1.4}._rulesLink_1mh4z_185{color:var(--color-primary);text-decoration:none;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);transition:color .2s ease}._rulesLink_1mh4z_185:hover{color:var(--color-primary-dark);text-decoration:underline}._loading_1mh4z_199{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-size:var(--font-size-lg)}._error_1mh4z_208{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-error);font-size:var(--font-size-lg);text-align:center;padding:var(--spacing-xl)}@media (max-width: 768px){._modal_1mh4z_2{padding:var(--spacing-sm)}._modalContent_1mh4z_16{width:100vw;height:100vh;border-radius:0}._mapContainer_1mh4z_67{flex-direction:column}._overlayControls_1mh4z_79{width:100%;max-height:200px;border-left:none;border-top:1px solid var(--color-border)}._header_1mh4z_28 h2{font-size:var(--font-size-lg)}._overlayButtons_1mh4z_97{flex-direction:row;flex-wrap:wrap;gap:var(--spacing-xs)}._overlayButton_1mh4z_97{flex:1;min-width:120px;padding:var(--spacing-xs)}._overlayName_1mh4z_131{font-size:var(--font-size-xs)}}@media (max-width: 480px){._header_1mh4z_28,._overlayControls_1mh4z_79{padding:var(--spacing-md)}._overlayButtons_1mh4z_97{flex-direction:column}._overlayButton_1mh4z_97{min-width:auto}}._communitySection_1ehtu_2{background:#f9fafb;border-radius:.5rem;padding:1rem;border:1px solid #e5e7eb;min-width:0;overflow:hidden}._sectionHeader_1ehtu_11{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;min-width:0}._sectionHeader_1ehtu_11 h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.5rem}._mapThumbnail_1ehtu_31{position:relative;width:100%;height:200px;border-radius:var(--border-radius-md);overflow:hidden;cursor:pointer;transition:all .3s ease;border:2px solid var(--color-border);background:var(--color-background)}._mapThumbnail_1ehtu_31:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}._thumbnailImage_1ehtu_49{width:100%;height:100%;object-fit:cover}._placeholderThumbnail_1ehtu_56{width:100%;height:100%;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-primary-light) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._placeholderContent_1ehtu_67{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);z-index:2;position:relative}._mapIcon_1ehtu_76{font-size:3rem;opacity:.8}._placeholderText_1ehtu_81{text-align:center}._placeholderTitle_1ehtu_85{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);margin-bottom:var(--spacing-xs)}._placeholderSubtitle_1ehtu_92{font-size:var(--font-size-md);color:var(--color-text-secondary)}._fantasyMapPreview_1ehtu_98{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden}._oceanBackground_1ehtu_108{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#dbeafe,#bfdbfe 30%,#93c5fd 70%,#3b82f6);opacity:.6}._zone_1ehtu_118{position:absolute;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center}._zoneLabel_1ehtu_126{font-size:var(--font-size-xs);color:var(--color-text);font-weight:var(--font-weight-medium);text-shadow:0 1px 2px rgba(255,255,255,.8);text-align:center;padding:var(--spacing-xs)}._kelp_1ehtu_135{position:absolute;border-radius:2px}._propertyMarker_1ehtu_140{position:absolute;font-size:var(--font-size-sm);transform:translate(-50%,-50%);text-shadow:0 1px 2px rgba(0,0,0,.3)}._thumbnailOverlay_1ehtu_148{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:var(--spacing-lg);display:flex;justify-content:space-between;align-items:flex-end;opacity:0;transition:opacity .3s ease}._mapThumbnail_1ehtu_31:hover ._thumbnailOverlay_1ehtu_148{opacity:1}._overlayText_1ehtu_167{flex:1}._overlayTitle_1ehtu_171{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-xs)}._overlaySubtitle_1ehtu_177{font-size:var(--font-size-sm);opacity:.9}._clickHint_1ehtu_182{font-size:var(--font-size-xs);opacity:.8;font-style:italic}@media (max-width: 768px){._communitySection_1ehtu_2{padding:var(--spacing-md)}._mapThumbnail_1ehtu_31{height:150px}._placeholderContent_1ehtu_67{gap:var(--spacing-sm)}._mapIcon_1ehtu_76{font-size:2rem}._placeholderTitle_1ehtu_85{font-size:var(--font-size-md)}._placeholderSubtitle_1ehtu_92{font-size:var(--font-size-sm)}._thumbnailOverlay_1ehtu_148{padding:var(--spacing-md)}._overlayTitle_1ehtu_171{font-size:var(--font-size-sm)}._overlaySubtitle_1ehtu_177{font-size:var(--font-size-xs)}._zoneLabel_1ehtu_126{font-size:10px;padding:2px}._propertyMarker_1ehtu_140{font-size:10px}}@media (max-width: 480px){._mapThumbnail_1ehtu_31{height:120px}._mapIcon_1ehtu_76{font-size:1.5rem}._placeholderTitle_1ehtu_85{font-size:var(--font-size-sm)}._placeholderSubtitle_1ehtu_92{font-size:var(--font-size-xs)}}._overlay_1x8fy_4{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_1x8fy_18{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:28rem;width:100%;max-height:90vh;overflow-y:auto}._header_1x8fy_28{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}._header_1x8fy_28 h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._closeButton_1x8fy_44{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:.25rem;line-height:1}._closeButton_1x8fy_44:hover{background:#f3f4f6;color:#374151}._closeButton_1x8fy_44:disabled{opacity:.5;cursor:not-allowed}._content_1x8fy_65{padding-bottom:1.5rem}._loading_1x8fy_69{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}._spinner_1x8fy_78{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_1x8fy_78 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1x8fy_78{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._contractorInfo_1x8fy_93{padding:0 1.5rem;margin-bottom:1.5rem;text-align:center}._contractorInfo_1x8fy_93 h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}._contractorInfo_1x8fy_93 p{color:#6b7280;margin:0}._form_1x8fy_111{padding:0 1.5rem 1.5rem}._ratingSection_1x8fy_115{margin-bottom:1.5rem;text-align:center}._label_1x8fy_120{display:block;font-weight:500;color:#374151;margin-bottom:.75rem}._starsContainer_1x8fy_127{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}._star_1x8fy_127{background:none;border:none;font-size:2rem;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s;filter:grayscale(100%);opacity:.3}._star_1x8fy_127:hover{transform:scale(1.1)}._star_1x8fy_127._starActive_1x8fy_150{filter:grayscale(0%);opacity:1;transform:scale(1.05)}._star_1x8fy_127:disabled{cursor:not-allowed;opacity:.5}._ratingText_1x8fy_161{font-weight:500;color:#374151;min-height:1.5rem}._commentSection_1x8fy_167{margin-bottom:1.5rem}._textarea_1x8fy_171{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-family:inherit;font-size:.875rem;resize:vertical;min-height:100px;transition:border-color .2s}._textarea_1x8fy_171:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._textarea_1x8fy_171:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}._characterCount_1x8fy_195{text-align:right;font-size:.75rem;color:#6b7280;margin-top:.25rem}._actions_1x8fy_202{display:flex;gap:.75rem;justify-content:flex-end}._cancelButton_1x8fy_208{background:#fff;border:1px solid #d1d5db;color:#374151;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_1x8fy_208:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}._submitButton_1x8fy_224{background:#3b82f6;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}._submitButton_1x8fy_224:hover:not(:disabled){background:#2563eb}._submitButton_1x8fy_224:disabled{background:#9ca3af;cursor:not-allowed}._existingInfo_1x8fy_244{padding:1rem 1.5rem;background:#f0f9ff;border-top:1px solid #e5e7eb;margin-top:1rem}._existingInfo_1x8fy_244 p{margin:0;font-size:.875rem;color:#0369a1}@media (max-width: 640px){._modal_1x8fy_18{margin:1rem;max-width:none}._header_1x8fy_28{padding:1rem 1rem 0}._form_1x8fy_111{padding:0 1rem 1rem}._contractorInfo_1x8fy_93{padding:0 1rem}._actions_1x8fy_202{flex-direction:column}._cancelButton_1x8fy_208,._submitButton_1x8fy_224{width:100%}}._card_4dhkc_1{gap:.75rem}._card_4dhkc_1._compact_4dhkc_8{gap:.5rem}._header_4dhkc_13{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}._contractorInfo_4dhkc_20{flex:1;min-width:0}._companyName_4dhkc_25{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;line-height:1.2}._compact_4dhkc_8 ._companyName_4dhkc_25{font-size:.875rem}._contactPerson_4dhkc_37{font-size:.8125rem;color:#6b7280;margin-bottom:.25rem}._licenseInfo_4dhkc_43{font-size:.75rem;color:#9ca3af}._statusBadge_4dhkc_48{background:#d1fae5;color:#065f46;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;white-space:nowrap}._body_4dhkc_59{display:flex;flex-direction:column;gap:.5rem}._statusRow_4dhkc_66{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}._specialties_4dhkc_74{display:flex;flex-direction:column;gap:.125rem}._compact_4dhkc_8 ._specialties_4dhkc_74{flex-direction:row;gap:.25rem;align-items:center}._specialtiesLabel_4dhkc_86{font-size:.75rem;font-weight:500;color:#6b7280}._compact_4dhkc_8 ._specialtiesLabel_4dhkc_86{font-size:.6875rem}._specialtiesText_4dhkc_96{font-size:.8125rem;color:#374151;line-height:1.3}._compact_4dhkc_8 ._specialtiesText_4dhkc_96{font-size:.75rem;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._businessInfo_4dhkc_110{display:flex;flex-direction:column;gap:.25rem}._infoItem_4dhkc_116{display:flex;gap:.5rem;font-size:.8125rem}._infoLabel_4dhkc_122{font-weight:500;color:#6b7280;min-width:fit-content}._infoItem_4dhkc_116 span:last-child{color:#374151;flex:1}._rating_4dhkc_133{display:flex;align-items:center;gap:.5rem;flex:1}._clickableRating_4dhkc_140{cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s ease}._clickableRating_4dhkc_140:hover{background-color:#f3f4f6}._stars_4dhkc_151{font-size:.875rem;line-height:1;letter-spacing:.1em}._ratingText_4dhkc_157{font-size:.75rem;color:#6b7280;font-weight:500;white-space:nowrap}._activeStatus_4dhkc_165{display:flex;align-items:center;gap:.25rem;background:#dcfce7;color:#166534;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:500}._activeIcon_4dhkc_177{font-size:.75rem;animation:_hammer_4dhkc_1 2s ease-in-out infinite}@keyframes _hammer_4dhkc_1{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}._activeText_4dhkc_188{font-size:.75rem}._actions_4dhkc_193{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}._compact_4dhkc_8 ._actions_4dhkc_193{gap:.375rem}._rateButton_4dhkc_204{background:#f59e0b;color:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center;min-height:36px}._compact_4dhkc_8 ._rateButton_4dhkc_204{padding:.375rem .5rem;font-size:.75rem;min-height:32px}._rateButton_4dhkc_204:hover{background:#d97706;transform:translateY(-1px)}._contactButton_4dhkc_233{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center;min-height:36px}._compact_4dhkc_8 ._contactButton_4dhkc_233{padding:.375rem .5rem;font-size:.75rem;min-height:32px}._contactButton_4dhkc_233:hover{background:#e5e7eb;border-color:#9ca3af;transform:translateY(-1px)}._viewButton_4dhkc_263{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.25rem;justify-content:center;min-height:36px}._viewButton_4dhkc_263:hover{background:#2563eb;transform:translateY(-1px)}._selectButton_4dhkc_285{background:#10b981;color:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.25rem;justify-content:center;min-height:36px;flex:1}._compact_4dhkc_8 ._selectButton_4dhkc_285{padding:.375rem .5rem;font-size:.75rem;min-height:32px}._selectButton_4dhkc_285:hover{background:#059669;transform:translateY(-1px)}._selectButton_4dhkc_285:disabled,._selectButton_4dhkc_285._selected_4dhkc_315{background:#6b7280;cursor:not-allowed;transform:none}._selectButton_4dhkc_285._selected_4dhkc_315{background:#374151}._removeButton_4dhkc_325{background:#dc2626;color:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.25rem;justify-content:center;min-height:36px;flex:1}._compact_4dhkc_8 ._removeButton_4dhkc_325{padding:.375rem .5rem;font-size:.75rem;min-height:32px}._removeButton_4dhkc_325:hover{background:#b91c1c;transform:translateY(-1px)}._loading_4dhkc_354{padding:1rem}@media (max-width: 640px){._actions_4dhkc_193{flex-direction:column;gap:.5rem}._contactButton_4dhkc_233,._viewButton_4dhkc_263{flex:none;width:100%;padding:.5rem 1rem;font-size:.875rem;box-sizing:border-box}._header_4dhkc_13{flex-direction:column;gap:.5rem}._statusBadge_4dhkc_48{align-self:flex-start}}@media (max-width: 480px){._contactButton_4dhkc_233,._viewButton_4dhkc_263{padding:.5rem .75rem;font-size:.8rem}._card_4dhkc_1{padding:1rem}}@media (max-width: 320px){._contactButton_4dhkc_233,._viewButton_4dhkc_263{padding:.375rem .5rem;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._card_4dhkc_1{padding:.75rem}}._container_1kxvs_3{display:flex;flex-direction:column;height:100%}._header_1kxvs_10{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-shrink:0;overflow:hidden;padding:1px 0;gap:1rem}._titleSection_1kxvs_21{display:flex;flex-direction:column;gap:.25rem}._titleSection_1kxvs_21 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:.5rem}._subtitle_1kxvs_37{font-size:.875rem;color:#6b7280;margin:0}._inviteButton_1kxvs_44{flex-shrink:0;white-space:nowrap;margin:1px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis}._buttonIcon_1kxvs_54{font-size:1rem}._controls_1kxvs_59{margin-bottom:1rem;flex-shrink:0}._searchRow_1kxvs_64{display:flex;gap:.5rem;margin-bottom:.5rem}._searchInput_1kxvs_70{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;transition:border-color .2s ease-in-out}._searchInput_1kxvs_70:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterButton_1kxvs_86{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out;position:relative;white-space:nowrap}._filterButton_1kxvs_86:hover{background:#e5e7eb}._filterButton_1kxvs_86._active_1kxvs_106{background:#3b82f6;color:#fff;border-color:#3b82f6}._filterBadge_1kxvs_112{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:1px solid white}._filtersPanel_1kxvs_124{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-top:.5rem;display:flex;flex-direction:column;gap:1rem}._filterSection_1kxvs_135{display:flex;flex-direction:column;gap:.5rem}._filterLabel_1kxvs_141{font-size:.875rem;font-weight:500;color:#374151}._sortSelect_1kxvs_147{padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;max-width:200px}._specialtyTags_1kxvs_156{display:flex;flex-wrap:wrap;gap:.5rem}._specialtyTag_1kxvs_156{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}._specialtyTag_1kxvs_156:hover{background:#f3f4f6}._specialtyTag_1kxvs_156._selected_1kxvs_178{background:#3b82f6;color:#fff;border-color:#3b82f6}._clearButton_1kxvs_184{background:#ef4444;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;align-self:flex-start;transition:background .2s ease-in-out}._clearButton_1kxvs_184:hover{background:#dc2626}._contractorsList_1kxvs_201{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding-right:.5rem}._contractorsList_1kxvs_201::-webkit-scrollbar{width:6px}._contractorsList_1kxvs_201::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}._contractorsList_1kxvs_201::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._contractorsList_1kxvs_201::-webkit-scrollbar-thumb:hover{background:#94a3b8}._emptyState_1kxvs_230{text-align:center;padding:2rem 1rem;color:#6b7280;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}._emptyIcon_1kxvs_242{font-size:3rem;opacity:.5}._emptyState_1kxvs_230 h3{font-size:1.125rem;font-weight:500;color:#374151;margin:0}._emptyState_1kxvs_230 p{font-size:.875rem;margin:0;max-width:300px}@media (max-width: 1200px){._inviteButton_1kxvs_44{padding:.5rem .875rem;font-size:.8rem}}@media (max-width: 900px){._inviteButton_1kxvs_44{padding:.5rem .75rem;font-size:.75rem}}@media (max-width: 900px){._header_1kxvs_10{flex-direction:column;gap:1rem;align-items:stretch}._inviteButton_1kxvs_44{width:100%;justify-content:center}}@media (max-width: 768px){._header_1kxvs_10{flex-direction:column;gap:1rem;align-items:stretch}._inviteButton_1kxvs_44{width:100%;justify-content:center;padding:.75rem 1rem;font-size:.875rem;margin:0;overflow:hidden;text-overflow:ellipsis}._searchRow_1kxvs_64{flex-direction:column}._searchInput_1kxvs_70{font-size:16px}._filterButton_1kxvs_86{justify-content:center;width:100%}._specialtyTags_1kxvs_156{justify-content:center}._filtersPanel_1kxvs_124{padding:.75rem}._sortSelect_1kxvs_147{width:100%;max-width:none}}@media (max-width: 480px){._titleSection_1kxvs_21 h2{font-size:1.25rem}._subtitle_1kxvs_37{font-size:.8rem}._inviteButton_1kxvs_44{padding:.625rem .5rem;font-size:.75rem;overflow:hidden;text-overflow:ellipsis}._searchInput_1kxvs_70{padding:.625rem .75rem;font-size:16px}._filterButton_1kxvs_86{padding:.625rem .5rem;font-size:.75rem;max-width:100%;overflow:hidden;text-overflow:ellipsis}._specialtyTag_1kxvs_156{padding:.25rem .5rem;font-size:.7rem}._header_1kxvs_10{flex-direction:column!important;gap:.75rem!important;align-items:stretch!important}}._warningActions_65kvd_3{margin-top:1rem;display:flex;gap:.75rem}._tryAgainButton_65kvd_9{background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._tryAgainButton_65kvd_9:hover{background-color:#2563eb}._tryAgainButton_65kvd_9:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}._projectInfo_65kvd_30{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._projectInfo_65kvd_30 h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}._projectInfo_65kvd_30 p{color:#64748b;font-size:.875rem;margin:.25rem 0}._form_65kvd_51{display:flex;flex-direction:column;gap:1.5rem}._field_65kvd_57{display:flex;flex-direction:column}._field_65kvd_57 label{color:#374151;font-weight:500;margin-bottom:.5rem;font-size:.875rem}._input_65kvd_69,._textarea_65kvd_70{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}._input_65kvd_69:focus,._textarea_65kvd_70:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._input_65kvd_69:disabled,._textarea_65kvd_70:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}._textarea_65kvd_70{resize:vertical;min-height:80px}._helpText_65kvd_97{color:#6b7280;font-size:.75rem;margin-top:.25rem;margin-bottom:0}._error_65kvd_104{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.5rem;font-size:.875rem}._actions_65kvd_113{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}._cancelButton_65kvd_120,._submitButton_65kvd_121{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;border:none}._cancelButton_65kvd_120{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}._cancelButton_65kvd_120:hover:not(:disabled){background-color:#e5e7eb}._submitButton_65kvd_121{background-color:#3b82f6;color:#fff}._submitButton_65kvd_121:hover:not(:disabled){background-color:#2563eb}._cancelButton_65kvd_120:disabled,._submitButton_65kvd_121:disabled{opacity:.5;cursor:not-allowed}._infoBox_65kvd_156{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1rem;margin-top:1.5rem}._infoBox_65kvd_156 h4{color:#1e40af;font-size:.875rem;font-weight:600;margin:0 0 .5rem}._infoBox_65kvd_156 ul{color:#1e40af;font-size:.75rem;margin:0;padding-left:1rem}._infoBox_65kvd_156 li{margin-bottom:.25rem}._infoBox_65kvd_156 li:last-child{margin-bottom:0}@media (max-width: 768px){._overlay_65kvd_188{padding:.5rem}._modal_65kvd_192{max-height:95vh}._header_65kvd_196{padding:1rem 1.5rem}._content_65kvd_200{padding:1.5rem}._actions_65kvd_113{flex-direction:column-reverse}._cancelButton_65kvd_120,._submitButton_65kvd_121{width:100%;justify-content:center}}@media (max-width: 480px){._overlay_65kvd_188{padding:.25rem}._header_65kvd_196,._content_65kvd_200{padding:1rem}._header_65kvd_196 h2{font-size:1.25rem}}._existingContractorMessage_65kvd_234{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}._warningIcon_65kvd_245{font-size:1.5rem;flex-shrink:0}._messageContent_65kvd_250 h4{color:#92400e;font-size:1rem;font-weight:600;margin:0 0 .5rem}._messageContent_65kvd_250 p{color:#92400e;font-size:.875rem;margin:0 0 .5rem;line-height:1.4}._messageContent_65kvd_250 p:last-child{margin-bottom:0}._projectsList_65kvd_269{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}._projectCard_65kvd_277{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;cursor:pointer;transition:all .2s ease;background:#fff}._projectCard_65kvd_277:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}._projectHeader_65kvd_292{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}._projectHeader_65kvd_292 h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0;flex:1}._projectType_65kvd_307{background:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:capitalize;margin-left:.5rem}._projectDetails_65kvd_318{display:flex;justify-content:space-between;align-items:center;gap:.5rem}._projectProperty_65kvd_325{color:#6b7280;font-size:.875rem;margin:0;flex:1}._projectStatus_65kvd_332{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:capitalize}._projectStatus_65kvd_332._draft_65kvd_340{background:#f3f4f6;color:#374151}._projectStatus_65kvd_332._submitted_65kvd_345{background:#fef3c7;color:#92400e}._projectStatus_65kvd_332._under_review_65kvd_350{background:#dbeafe;color:#1d4ed8}._backButton_65kvd_355{background:#f3f4f6;color:#374151;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;margin-top:1rem;transition:background-color .2s ease}._backButton_65kvd_355:hover{background:#e5e7eb}._emptyState_65kvd_372{text-align:center;padding:2rem;color:#6b7280}._emptyState_65kvd_372 p{margin:.5rem 0}._modalOverlay_mwemr_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}._modalContent_mwemr_16{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;box-shadow:0 10px 25px #0003}._modalHeader_mwemr_27{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}._modalHeader_mwemr_27 h2{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}._closeButton_mwemr_43{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}._closeButton_mwemr_43:hover{background-color:#e5e7eb;color:#374151}._modalBody_mwemr_60{padding:24px;overflow-y:auto;max-height:calc(80vh - 80px)}._loading_mwemr_66{text-align:center;padding:40px;color:#6b7280}._ratingSummary_mwemr_73{display:flex;gap:32px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}._overallRating_mwemr_81{text-align:center;min-width:120px}._averageRating_mwemr_86{font-size:3rem;font-weight:700;color:#1f2937;line-height:1}._starsDisplay_mwemr_93{margin:8px 0;font-size:1.2rem}._totalRatings_mwemr_98{color:#6b7280;font-size:.875rem}._distributionChart_mwemr_104{flex:1}._distributionChart_mwemr_104 h4{margin:0 0 16px;color:#1f2937;font-size:1rem;font-weight:600}._distributionRow_mwemr_115{display:flex;align-items:center;gap:12px;margin-bottom:8px}._starLabel_mwemr_122{min-width:40px;font-size:.875rem;color:#374151}._distributionBar_mwemr_128{flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}._distributionFill_mwemr_136{height:100%;background-color:#fbbf24;transition:width .3s ease}._distributionCount_mwemr_142{min-width:30px;font-size:.875rem;color:#6b7280;text-align:right}._ratingsSection_mwemr_150 h3{margin:0 0 20px;color:#1f2937;font-size:1.125rem;font-weight:600}._noRatings_mwemr_157{text-align:center;padding:40px;color:#6b7280;font-style:italic}._ratingsList_mwemr_164{display:flex;flex-direction:column;gap:20px}._ratingItem_mwemr_171{padding:20px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}._ratingHeader_mwemr_178{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._ratingStars_mwemr_185{font-size:1rem}._starFilled_mwemr_189{color:#fbbf24}._starEmpty_mwemr_193{color:#d1d5db}._ratingMeta_mwemr_197{text-align:right;display:flex;flex-direction:column;gap:4px}._homeownerName_mwemr_204{font-weight:600;color:#1f2937;font-size:.875rem}._ratingDate_mwemr_210{color:#6b7280;font-size:.75rem}._ratingComment_mwemr_215{color:#374151;font-style:italic;line-height:1.5;margin-bottom:8px;padding:12px;background:#fff;border-radius:6px;border-left:3px solid #3b82f6}._projectInfo_mwemr_226{color:#6b7280;font-size:.75rem;margin-top:8px}@media (max-width: 640px){._modalOverlay_mwemr_2{padding:10px}._modalContent_mwemr_16{max-height:90vh}._modalHeader_mwemr_27{padding:16px 20px}._modalBody_mwemr_60{padding:20px}._ratingSummary_mwemr_73{flex-direction:column;gap:20px;text-align:center}._ratingHeader_mwemr_178{flex-direction:column;gap:8px;align-items:flex-start}._ratingMeta_mwemr_197{text-align:left}}._dashboard_1lw7b_3{max-width:var(--container-xl);margin:0 auto;padding:var(--spacing-xl)}._header_1lw7b_10{margin-bottom:var(--spacing-2xl);text-align:center}._header_1lw7b_10 h1{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0 0 var(--spacing-sm) 0}._subtitle_1lw7b_22{font-size:var(--font-size-lg);color:var(--text-secondary);margin:0}._mainGrid_1lw7b_29{display:grid;grid-template-columns:3fr 1.5fr 1fr;gap:var(--spacing-2xl);align-items:start;min-width:0}._projectsSection_1lw7b_38,._contractorsSection_1lw7b_39,._propertiesSection_1lw7b_40{min-width:0;overflow:hidden}._propertiesAndCommunityColumn_1lw7b_46{display:flex;flex-direction:column;gap:var(--spacing-xl);min-width:0;overflow:hidden}._sectionHeader_1lw7b_55{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-xl);gap:var(--spacing-lg);min-width:0}._sectionTitle_1lw7b_64{display:flex;flex-direction:column;gap:.5rem}._sectionTitle_1lw7b_64 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:.5rem}._sectionTitle_1lw7b_64 h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}._sectionSubtitle_1lw7b_87{font-size:.875rem;color:#6b7280;margin:0}._statusSummary_1lw7b_94{display:flex;gap:.5rem;flex-wrap:wrap}._statusBadge_1lw7b_100{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}._statusBadge_1lw7b_100._pending_1lw7b_109{background:#fef3c7;color:#92400e}._statusBadge_1lw7b_100._approved_1lw7b_114{background:#d1fae5;color:#065f46}._primaryButton_1lw7b_120{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a;min-height:44px;box-sizing:border-box;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}._primaryButton_1lw7b_120:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 8px -1px #00000026}._primaryButton_1lw7b_120:disabled{opacity:.6;cursor:not-allowed;transform:none}._secondaryButton_1lw7b_155{background:#fff;color:#374151;border:2px solid #d1d5db;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;min-height:44px}._secondaryButton_1lw7b_155:hover{border-color:#9ca3af;background:#f9fafb}._utilityButton_1lw7b_173{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}._utilityButton_1lw7b_173:hover{background:#e5e7eb}._linkButton_1lw7b_189{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:underline;padding:.25rem 0}._linkButton_1lw7b_189:hover{color:#1d4ed8}._buttonIcon_1lw7b_204{font-size:1.125rem}._projectsSection_1lw7b_38{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}._projectsGrid_1lw7b_217{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._contractorsSection_1lw7b_39{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e5e7eb;display:flex;flex-direction:column;min-height:500px}._contractorsList_1lw7b_235{display:flex;flex-direction:column;gap:1rem}._viewMore_1lw7b_241{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb}._propertiesSection_1lw7b_40{background:#f9fafb;border-radius:.5rem;padding:1rem;border:1px solid #e5e7eb}._propertiesList_1lw7b_255{display:flex;flex-direction:column;gap:.75rem}._propertyItem_1lw7b_261{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out;border:1px solid #e5e7eb}._propertyItem_1lw7b_261:hover{background:#f3f4f6;transform:translateY(-1px)}._propertyIcon_1lw7b_278{font-size:1.25rem;flex-shrink:0}._propertyInfo_1lw7b_283{flex:1;min-width:0}._propertyAddress_1lw7b_288{font-size:.875rem;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._propertyMeta_1lw7b_297{font-size:.75rem;color:#6b7280;margin-top:.25rem}._lotNumber_1lw7b_303{background:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem}._emptyState_1lw7b_310{text-align:center;padding:3rem 1rem;color:#6b7280}._needsProperty_1lw7b_316{text-align:center;padding:3rem 1rem;background:#fef3c7;border-radius:.5rem;border:1px solid #fde047}._needsProperty_1lw7b_316 h3{color:#92400e;margin:1rem 0 .5rem}._needsProperty_1lw7b_316 p{color:#92400e;margin-bottom:1.5rem}._emptyStateIcon_1lw7b_334{font-size:3rem;margin-bottom:1rem}._emptyState_1lw7b_310 h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}._emptyState_1lw7b_310 p{margin:0 0 1.5rem}._emptyText_1lw7b_350{font-size:.875rem;color:#9ca3af;margin:0 0 .5rem}._loading_1lw7b_357{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6b7280}._loadingSpinner_1lw7b_366{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_1lw7b_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1lw7b_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1lw7b_381{text-align:center;padding:4rem;color:#dc2626}._error_1lw7b_381 h2{margin:0 0 1rem}._retryButton_1lw7b_391{background:#dc2626;color:#fff;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;margin-top:1rem}@media (max-width: 1024px){._mainGrid_1lw7b_29{grid-template-columns:2fr 1fr;gap:1.5rem}._propertiesAndCommunityColumn_1lw7b_46{grid-column:1 / -1}._propertiesList_1lw7b_255{flex-direction:row;overflow-x:auto;gap:1rem}._propertyItem_1lw7b_261{flex-shrink:0;min-width:200px}._primaryButton_1lw7b_120,._secondaryButton_1lw7b_155{padding:.625rem 1rem;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 1200px){._primaryButton_1lw7b_120,._secondaryButton_1lw7b_155{padding:.625rem 1rem;font-size:.8rem}}@media (max-width: 900px){._primaryButton_1lw7b_120,._secondaryButton_1lw7b_155{padding:.5rem .75rem;font-size:.75rem}}@media (max-width: 900px){._sectionHeader_1lw7b_55{flex-direction:column;gap:1rem;align-items:stretch}._primaryButton_1lw7b_120,._secondaryButton_1lw7b_155{width:100%;justify-content:center}}@media (max-width: 768px){._dashboard_1lw7b_3{padding:1rem}._mainGrid_1lw7b_29{grid-template-columns:1fr;gap:1rem}._sectionHeader_1lw7b_55{flex-direction:column;gap:1rem;align-items:stretch}._statusSummary_1lw7b_94{justify-content:center}._projectsSection_1lw7b_38,._contractorsSection_1lw7b_39{padding:1rem}._projectsGrid_1lw7b_217{grid-template-columns:1fr}._primaryButton_1lw7b_120,._secondaryButton_1lw7b_155{width:100%;justify-content:center;padding:.75rem 1rem;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._utilityButton_1lw7b_173{width:100%;justify-content:center;padding:.5rem .75rem;font-size:.8rem}._sectionHeader_1lw7b_55 ._primaryButton_1lw7b_120,._sectionHeader_1lw7b_55 ._secondaryButton_1lw7b_155{min-width:0;flex-shrink:1}}@media (max-width: 480px){._dashboard_1lw7b_3{padding:.5rem}._projectsSection_1lw7b_38,._contractorsSection_1lw7b_39,._propertiesSection_1lw7b_40{padding:.75rem;border-radius:.5rem}._sectionTitle_1lw7b_64 h2{font-size:1.25rem}._sectionTitle_1lw7b_64 h3{font-size:1rem}._primaryButton_1lw7b_120,._secondaryButton_1lw7b_155{padding:.625rem .5rem;font-size:.75rem;min-height:40px}._buttonIcon_1lw7b_204{font-size:.875rem;flex-shrink:0}._projectsGrid_1lw7b_217{gap:1rem}._sectionHeader_1lw7b_55{flex-direction:column!important;gap:.75rem!important;align-items:stretch!important}._sectionHeader_1lw7b_55>*{max-width:100%;box-sizing:border-box}}._overlay_y1sg6_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_y1sg6_15{background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._header_y1sg6_27{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}._header_y1sg6_27 h2{margin:0;font-size:1.5rem;font-weight:600;text-align:center}._content_y1sg6_41{flex:1;overflow-y:auto;padding:1.5rem}._welcomeContent_y1sg6_47{line-height:1.6;color:#374151}._welcomeContent_y1sg6_47 h1,._welcomeContent_y1sg6_47 h2,._welcomeContent_y1sg6_47 h3,._welcomeContent_y1sg6_47 h4{color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem}._welcomeContent_y1sg6_47 h1:first-child,._welcomeContent_y1sg6_47 h2:first-child,._welcomeContent_y1sg6_47 h3:first-child,._welcomeContent_y1sg6_47 h4:first-child{margin-top:0}._welcomeContent_y1sg6_47 p{margin-bottom:1rem}._welcomeContent_y1sg6_47 ul,._welcomeContent_y1sg6_47 ol{margin-bottom:1rem;padding-left:1.5rem}._welcomeContent_y1sg6_47 li{margin-bottom:.5rem}._welcomeContent_y1sg6_47 strong{font-weight:600;color:#1f2937}._welcomeContent_y1sg6_47 a{color:#3b82f6;text-decoration:underline}._welcomeContent_y1sg6_47 a:hover{color:#1d4ed8}._footer_y1sg6_96{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;display:flex;justify-content:center}._closeButton_y1sg6_104{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px #0000001a}._closeButton_y1sg6_104:hover{transform:translateY(-1px);box-shadow:0 6px 8px -1px #00000026}._closeButton_y1sg6_104:active{transform:translateY(0)}._loading_y1sg6_126{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}._spinner_y1sg6_135{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_y1sg6_135 1s linear infinite;margin-bottom:1rem}@keyframes _spin_y1sg6_135{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){._modal_y1sg6_15{margin:1rem;max-height:calc(100vh - 2rem)}._header_y1sg6_27{padding:1rem}._header_y1sg6_27 h2{font-size:1.25rem}._content_y1sg6_41,._footer_y1sg6_96{padding:1rem}}._container_7bspe_3{display:flex;flex-direction:column;gap:16px}._uploadSection_7bspe_9{display:flex;flex-direction:column}._uploadHeader_7bspe_14{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._uploadLabel_7bspe_21{display:block;font-size:14px;font-weight:500;color:#374151}._chooseFilesButton_7bspe_28{background-color:#6b7280;color:#fff;padding:6px 12px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._chooseFilesButton_7bspe_28:hover{background-color:#4b5563}._chooseFilesButton_7bspe_28:disabled{opacity:.5;cursor:not-allowed}._hiddenFileInput_7bspe_47{display:none}._uploadDescription_7bspe_51{font-size:14px;color:#6b7280;margin:0}._selectedFilesContainer_7bspe_57{display:flex;flex-direction:column;gap:12px}._fileItem_7bspe_63{display:flex;flex-direction:column;gap:8px}._fileInfo_7bspe_69{display:flex;align-items:center;font-size:14px;color:#6b7280}._fileName_7bspe_76{font-weight:500}._fileSeparator_7bspe_80{margin:0 8px}._fileSize_7bspe_84{color:#6b7280}._removeFileButton_7bspe_88{margin-left:8px;color:#9ca3af;background:none;border:none;cursor:pointer;padding:2px;border-radius:2px;display:flex;align-items:center;justify-content:center}._removeFileButton_7bspe_88:hover{color:#dc2626}._removeIcon_7bspe_105{width:14px;height:14px}._namingRow_7bspe_110{display:flex;align-items:center;gap:12px}._namingLabel_7bspe_116{font-size:14px;font-weight:500;color:#374151;white-space:nowrap}._namingInput_7bspe_123{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}._namingInput_7bspe_123:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._namingInput_7bspe_123._error_7bspe_138{border-color:#fca5a5}._namingInput_7bspe_123._error_7bspe_138:focus{ring-color:#ef4444;border-color:#ef4444}._errorMessage_7bspe_147{font-size:14px;color:#dc2626;margin:0}._uploadButtonContainer_7bspe_153{display:flex;justify-content:flex-end;padding-top:8px}._uploadButton_7bspe_153{background-color:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500}._uploadButton_7bspe_153:hover{background-color:#2563eb}._uploadButton_7bspe_153:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){._uploadHeader_7bspe_14,._namingRow_7bspe_110{flex-direction:column;align-items:flex-start;gap:8px}._namingLabel_7bspe_116{white-space:normal}._namingInput_7bspe_123{width:100%}._uploadButtonContainer_7bspe_153{justify-content:stretch}._uploadButton_7bspe_153{width:100%}}._tabContainer_7bspe_211{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}._tab_7bspe_211{padding:.75rem 1.5rem;border:none;background:none;color:#6b7280;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}._tab_7bspe_211:hover{color:#374151}._activeTab_7bspe_232{color:#3b82f6;border-bottom-color:#3b82f6}._existingSection_7bspe_238{margin-top:1rem}._existingHeader_7bspe_242{margin-bottom:1rem}._loadingMessage_7bspe_246,._emptyMessage_7bspe_247{text-align:center;padding:2rem;color:#6b7280;font-style:italic}._documentGrid_7bspe_254{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}._documentTile_7bspe_261{border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem;cursor:pointer;transition:all .2s;position:relative;background:#fff}._documentTile_7bspe_261:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}._documentTile_7bspe_261._selected_7bspe_57{border-color:#3b82f6;background-color:#eff6ff}._documentThumbnail_7bspe_281{width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background-color:#f9fafb;border-radius:.25rem}._thumbnailImage_7bspe_292{max-width:100%;max-height:100%;object-fit:cover;border-radius:.25rem}._documentIcon_7bspe_299{font-size:2rem}._documentInfo_7bspe_303{text-align:center}._documentName_7bspe_307{font-weight:500;color:#111827;font-size:.875rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._documentMeta_7bspe_317{font-size:.75rem;color:#6b7280}._selectedIndicator_7bspe_322{position:absolute;top:.5rem;right:.5rem;background-color:#3b82f6;color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}._container_spbyt_3{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:16px}._content_spbyt_10{display:flex;align-items:flex-start}._icon_spbyt_15{flex-shrink:0;width:20px;height:20px;color:#60a5fa;margin-top:2px}._textContent_spbyt_23{margin-left:12px;flex:1}._title_spbyt_28{font-size:14px;font-weight:500;color:#1e40af;margin:0 0 4px}._summary_spbyt_35{font-size:14px;color:#1d4ed8;margin:4px 0}._expandButton_spbyt_41{font-size:14px;color:#2563eb;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;margin-top:8px}._expandButton_spbyt_41:hover{color:#1d4ed8}._expandedContent_spbyt_56{margin-top:12px;display:flex;flex-direction:column;gap:12px}._description_spbyt_63{font-size:14px;color:#1d4ed8}._section_spbyt_68{display:flex;flex-direction:column}._sectionTitle_spbyt_73{font-size:14px;font-weight:500;color:#1e40af;margin-bottom:4px}._pointsList_spbyt_80{font-size:14px;color:#1d4ed8;display:flex;flex-direction:column;gap:4px}._point_spbyt_80{display:flex;align-items:flex-start}._pointBullet_spbyt_93{flex-shrink:0;width:4px;height:4px;background-color:#60a5fa;border-radius:50%;margin-top:8px;margin-right:8px}._pointText_spbyt_103{flex:1}._noteSection_spbyt_107{background-color:#dbeafe;padding:12px;border-radius:6px}._noteText_spbyt_113{font-size:14px;color:#1e40af;font-style:italic;margin:0}._collapseButton_spbyt_120{font-size:14px;color:#2563eb;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}._collapseButton_spbyt_120:hover{color:#1d4ed8}._checkboxContainer_spbyt_134{margin-top:16px;display:flex;align-items:center}._checkbox_spbyt_134{width:16px;height:16px;color:#2563eb;border:1px solid #d1d5db;border-radius:4px;margin-right:8px}._checkbox_spbyt_134:focus{ring:2px;ring-color:#3b82f6}._checkboxLabel_spbyt_154{margin-left:8px;font-size:14px;color:#1e40af;font-weight:500;cursor:pointer}._acceptedStatus_spbyt_162{margin-top:8px;display:flex;align-items:center;font-size:14px;color:#059669}._acceptedIcon_spbyt_170{width:16px;height:16px;margin-right:4px;flex-shrink:0}._acceptedText_spbyt_177{margin-left:4px}@media (max-width: 640px){._container_spbyt_3{padding:12px}._content_spbyt_10{flex-direction:column}._textContent_spbyt_23{margin-left:0;margin-top:8px}._checkboxContainer_spbyt_134{flex-direction:column;align-items:flex-start;gap:8px}._checkboxLabel_spbyt_154{margin-left:0}}._contractorInfo_1vla4_3{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._contractorHeader_1vla4_11{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}._contractorName_1vla4_18{font-size:1.125rem;font-weight:600;color:#111827;margin:0}._contractorRating_1vla4_25{background:#fef3c7;color:#92400e;padding:.25rem .5rem;border-radius:.375rem;font-size:.875rem;font-weight:500}._contractorDetails_1vla4_34{color:#6b7280;font-size:.875rem;line-height:1.5}._contractorDetails_1vla4_34 p{margin:.25rem 0}._confirmationMessage_1vla4_45{display:flex;gap:1rem;align-items:flex-start}._warningIcon_1vla4_51{font-size:2rem;flex-shrink:0;margin-top:.25rem}._messageContent_1vla4_57{flex:1}._messageTitle_1vla4_61{font-size:1.125rem;font-weight:600;color:#dc2626;margin:0 0 .75rem}._messageText_1vla4_68{color:#374151;font-size:.875rem;line-height:1.6;margin:0 0 1rem}._responsibilityList_1vla4_75{color:#374151;font-size:.875rem;line-height:1.6;margin:0 0 1rem 1.5rem;padding:0}._responsibilityList_1vla4_75 li{margin-bottom:.5rem}._disclaimerText_1vla4_87{color:#6b7280;font-size:.8125rem;line-height:1.5;font-style:italic;margin:0;padding:.75rem;background:#f3f4f6;border-radius:.375rem;border-left:3px solid #d97706}._actions_1vla4_100{display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid #e5e7eb;margin-top:1.5rem}._cancelButton_1vla4_109{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_1vla4_109:hover{background:#e5e7eb;border-color:#9ca3af}._confirmButton_1vla4_126{background:#dc2626;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._confirmButton_1vla4_126:hover{background:#b91c1c;transform:translateY(-1px)}@media (max-width: 640px){._modal_1vla4_145{margin:1rem;max-height:calc(100vh - 2rem)}._header_1vla4_150{padding:1rem 1rem 0}._content_1vla4_154{padding:0 1rem}._actions_1vla4_100{padding:1rem;flex-direction:column}._actions_1vla4_100 button{width:100%}._confirmationMessage_1vla4_45{flex-direction:column;gap:.75rem}._warningIcon_1vla4_51{align-self:center}}._container_34emg_3{max-width:1024px;margin:0 auto}._backButton_34emg_9{margin-bottom:16px}._projectHeader_34emg_13{padding:24px}._headerContent_34emg_17{display:flex;align-items:flex-start;justify-content:space-between}._headerLeft_34emg_23{display:flex;align-items:flex-start;gap:24px}._projectImage_34emg_29{width:120px;height:90px;position:relative}._projectImageImg_34emg_35{width:100%;height:100%;object-fit:cover;border-radius:8px}._projectImagePlaceholder_34emg_42{display:flex;align-items:center;justify-content:center;border-radius:8px;width:100%;height:100%;background-color:#f3f4f6}._projectImageIcon_34emg_52{font-size:32px}._projectInfo_34emg_56 h1{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}._projectInfo_34emg_56 p{color:#6b7280;margin:4px 0;font-size:14px}._headerActions_34emg_69{display:flex;gap:12px}._editButton_34emg_74{background-color:#6b7280;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._editButton_34emg_74:hover{background-color:#4b5563}._submitButton_34emg_88{background-color:#059669;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500}._submitButton_34emg_88:hover{background-color:#047857}._submitButton_34emg_88:disabled{opacity:.5;cursor:not-allowed}._editForm_34emg_108{display:flex;flex-direction:column;gap:16px}._formRow_34emg_114{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}._formGroup_34emg_120{display:flex;flex-direction:column}._formLabel_34emg_125{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}._formInput_34emg_133{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}._formInput_34emg_133:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._formSelect_34emg_148{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff}._formSelect_34emg_148:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._formTextarea_34emg_164{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:vertical;min-height:80px}._formTextarea_34emg_164:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._formActions_34emg_181{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}._cancelButton_34emg_189{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:14px}._cancelButton_34emg_189:hover{background-color:#f9fafb}._saveButton_34emg_203{background-color:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._saveButton_34emg_203:hover{background-color:#2563eb}._saveButton_34emg_203:disabled{opacity:.5;cursor:not-allowed}._mobileTabSelector_34emg_223{display:none;padding:16px;border-bottom:1px solid #e5e7eb}._mobileTabSelect_34emg_223{width:100%;padding:12px 40px 12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:16px;font-weight:500;color:#374151;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}._mobileTabSelect_34emg_223:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._tabs_34emg_254{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:24px}._tab_34emg_254{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;display:flex;align-items:center;gap:8px}._tab_34emg_254:hover{color:#374151}._tab_34emg_254._active_34emg_278{color:#3b82f6;border-bottom-color:#3b82f6}._tabIcon_34emg_283{font-size:16px}._tabContent_34emg_287{margin-bottom:24px}._overviewContent_34emg_291{display:flex;flex-direction:column;gap:24px}._summarySection_34emg_297 h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px}._summaryGrid_34emg_304{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}._summaryItem_34emg_310{display:flex;flex-direction:column}._summaryLabel_34emg_315{font-size:14px;color:#6b7280;margin-bottom:4px}._summaryValue_34emg_321{font-weight:500;color:#111827}._complianceSection_34emg_326 h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px}._complianceList_34emg_333{display:flex;flex-direction:column;gap:12px}._complianceItem_34emg_339{display:flex;align-items:center;gap:8px}._complianceCheckbox_34emg_345{width:16px;height:16px;color:#3b82f6;border:1px solid #d1d5db;border-radius:4px}._complianceCheckbox_34emg_345:focus{ring:2px;ring-color:#3b82f6}._complianceLabel_34emg_358{font-size:14px;color:#374151;cursor:pointer}._formsSection_34emg_364{display:flex;flex-direction:column;gap:16px}._formsSection_34emg_364{display:flex;flex-direction:column;gap:2rem}._formsList_34emg_377,._formsContainer_34emg_383{display:flex;flex-direction:column;gap:1.5rem}._formItem_34emg_389{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;gap:1rem}._formItemContent_34emg_400{display:flex;align-items:flex-start;gap:1rem;flex:1}._formItemIcon_34emg_407{font-size:1.5rem;flex-shrink:0}._formItemText_34emg_412{flex:1}._formItemTitle_34emg_416{font-weight:500;color:#111827;margin-bottom:.5rem}._formItemDescription_34emg_422{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:.5rem}._formItemAlert_34emg_429{font-size:14px;color:#dc2626;margin-top:.5rem}._formInfo_34emg_435{display:flex;flex-direction:column;flex:1}._formTitle_34emg_441{font-size:16px;font-weight:500;color:#111827;margin-bottom:8px}._formDescription_34emg_448{font-size:14px;color:#6b7280;line-height:1.5}._formActions_34emg_181{display:flex;gap:12px;align-items:center;flex-shrink:0}._formStatusBadge_34emg_461{padding:.25rem .75rem;border-radius:.375rem;font-size:14px;font-weight:500}._formButton_34emg_468{white-space:nowrap}._contractorInvitationSection_34emg_473{margin-top:2rem}._contractorInvitationContent_34emg_477{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}._contractorInvitationText_34emg_484{flex:1}._contractorInvitationButton_34emg_488{flex-shrink:0;white-space:nowrap;min-width:fit-content}._complianceSection_34emg_326{margin-top:2rem}._complianceCheckboxes_34emg_499{display:flex;flex-direction:column;gap:1.5rem}._complianceCheckbox_34emg_345{display:flex;align-items:flex-start;gap:.75rem}._complianceCheckbox_34emg_345 input[type=checkbox]{margin-top:.125rem;flex-shrink:0}._complianceLabel_34emg_358{font-size:14px;line-height:1.5;color:#374151}@media (max-width: 768px){._formsSection_34emg_364{gap:1.5rem}._formItem_34emg_389{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}._formItemContent_34emg_400{flex-direction:row;align-items:flex-start}._formActions_34emg_181{width:100%;justify-content:flex-end;margin-top:.5rem}._contractorInvitationContent_34emg_477{flex-direction:column;gap:1rem}._contractorInvitationButton_34emg_488{align-self:flex-start;width:auto}._complianceCheckboxes_34emg_499{gap:1rem}}@media (max-width: 480px){._formsSection_34emg_364{gap:1rem}._formItem_34emg_389{padding:.75rem}._formItemContent_34emg_400{flex-direction:column;align-items:flex-start;gap:.75rem}._formItemIcon_34emg_407{align-self:flex-start}._formActions_34emg_181{flex-direction:column;align-items:stretch;gap:.5rem;margin-top:1rem}._formActions_34emg_181 button,._formStatusBadge_34emg_461{width:100%;text-align:center}._contractorInvitationButton_34emg_488{width:100%}}._formButton_34emg_468{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:14px}._formButton_34emg_468:hover{background-color:#f9fafb}._formButton_34emg_468._primary_34emg_612{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._formButton_34emg_468._primary_34emg_612:hover{background-color:#2563eb}._documentsSection_34emg_622{display:flex;flex-direction:column;gap:24px}@media (max-width: 768px){._headerContent_34emg_17{flex-direction:column;gap:12px}._headerLeft_34emg_23{flex-direction:row;gap:12px;align-items:flex-start}._projectImage_34emg_29{width:80px;height:60px;flex-shrink:0}._projectHeader_34emg_13{padding:16px}._summaryGrid_34emg_304,._formRow_34emg_114{grid-template-columns:1fr}._mobileTabSelector_34emg_223{display:block}._tabs_34emg_254{display:none}}._newDocumentSystem_34emg_670{display:flex;flex-direction:column;gap:2rem}._documentsSection_34emg_622{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}._contractorsSection_34emg_684{padding:1.5rem}._contractorsHeader_34emg_688{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}._inviteButton_34emg_696{background:#3b82f6;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}._inviteButton_34emg_696:hover{background:#2563eb}._contractorsList_34emg_712{margin-bottom:2rem}._contractorsGrid_34emg_716{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:1rem}._contractorCard_34emg_723{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:all .2s;cursor:pointer}._contractorCard_34emg_723:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}._contractorCard_34emg_723._assigned_34emg_737{border-color:#10b981;background:#f0fdf4}._contractorInfo_34emg_742{margin-bottom:1rem}._contractorName_34emg_746{margin:0 0 .5rem;color:#111827;font-size:1.125rem;font-weight:600}._contractorDetails_34emg_753{margin:0 0 .25rem;color:#6b7280;font-size:.875rem;line-height:1.4}._contractorActions_34emg_760{display:flex;justify-content:flex-end}._toggleButton_34emg_765{border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._addButton_34emg_775{background:#10b981;color:#fff}._addButton_34emg_775:hover{background:#059669}._removeButton_34emg_784{background:#ef4444;color:#fff}._removeButton_34emg_784:hover{background:#dc2626}._noContractors_34emg_793{color:#6b7280;font-style:italic;text-align:center;padding:2rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}._assignedSummary_34emg_803{padding:1.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem}._assignedList_34emg_810{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}._assignedTag_34emg_817{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}._selectionNotification_34emg_827{margin-top:1rem;padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;animation:_slideIn_34emg_1 .3s ease-out}._notificationContent_34emg_836{display:flex;align-items:flex-start;gap:.75rem}._notificationIcon_34emg_842{font-size:1.25rem;flex-shrink:0}._notificationText_34emg_847{color:#166534;font-size:.875rem;line-height:1.5}._notificationText_34emg_847 strong{font-weight:600}._notificationText_34emg_847 em{color:#15803d;font-style:italic;margin-top:.25rem;display:block}@keyframes _slideIn_34emg_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._invitedContractorsSection_34emg_876{margin-bottom:2rem}._availableContractorsSection_34emg_880{margin-bottom:1rem}._container_sw74s_3{margin-bottom:24px}._loadingState_sw74s_7{text-align:center;padding:32px;color:#6b7280}._errorState_sw74s_13{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:6px;margin-bottom:16px}._emptyState_sw74s_22{text-align:center;padding:32px;color:#6b7280}._emptyState_sw74s_22 span{font-size:48px;display:block;margin-bottom:16px}._emptyState_sw74s_22 p{margin:8px 0}._emptyState_sw74s_22 p:first-of-type{font-weight:500}._emptyState_sw74s_22 p:last-of-type{font-size:14px}._galleryContainer_sw74s_46{display:flex;flex-wrap:wrap;gap:16px}._documentTile_sw74s_52{position:relative;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:16px;margin:4px;cursor:pointer;transition:box-shadow .2s ease}._documentTile_sw74s_52:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._deleteButton_sw74s_67{position:absolute;top:-8px;right:-8px;background:#fff;border:1px solid #d1d5db;color:#6b7280;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 1px 3px #0000001a;opacity:0;transition:opacity .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}._documentTile_sw74s_52:hover ._deleteButton_sw74s_67{opacity:1}._deleteButton_sw74s_67:hover{color:#dc2626;border-color:#fecaca}._tileContent_sw74s_96{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}._thumbnail_sw74s_104{width:64px;height:64px;background-color:#f3f4f6;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;flex-shrink:0}._thumbnailImage_sw74s_114{width:100%;height:100%;object-fit:cover}._thumbnailIcon_sw74s_120{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#9ca3af}._documentInfo_sw74s_130{min-width:0}._documentTitle_sw74s_134{font-size:14px;font-weight:500;color:#111827;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}._documentType_sw74s_145{font-size:12px;color:#6b7280;margin:4px 0}._documentSize_sw74s_151{font-size:12px;color:#9ca3af;margin:0}._uploadInfo_sw74s_157{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0369a1;padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:14px}._uploadInfo_sw74s_157 strong{font-weight:600}._deleteError_sw74s_171{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:14px}@media (max-width: 640px){._galleryContainer_sw74s_46{gap:12px}._documentTile_sw74s_52{padding:12px;margin:2px}._thumbnail_sw74s_104{width:48px;height:48px}._thumbnailIcon_sw74s_120{font-size:20px}._documentTitle_sw74s_134{font-size:13px;max-width:100px}._documentType_sw74s_145,._documentSize_sw74s_151{font-size:11px}}._container_171xo_1{padding:1.5rem;max-height:70vh;overflow-y:auto}._header_171xo_7{margin-bottom:1.5rem}._title_171xo_11{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}._description_171xo_18{font-size:.875rem;color:#6b7280;margin:0}._imageGrid_171xo_24{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}._imageItem_171xo_31{cursor:pointer;border:2px solid transparent;border-radius:.5rem;overflow:hidden;transition:all .2s ease;background:#fff}._imageItem_171xo_31:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}._imageItem_171xo_31._selected_171xo_46{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._imageContainer_171xo_51{position:relative;width:100%;height:80px;overflow:hidden}._image_171xo_24{width:100%;height:100%;object-fit:cover}._selectedOverlay_171xo_64{position:absolute;top:0;left:0;right:0;bottom:0;background:#3b82f6cc;display:flex;align-items:center;justify-content:center}._checkmark_171xo_76{color:#fff;font-size:1.5rem;font-weight:700}._imageInfo_171xo_82{padding:.5rem;border-top:1px solid #e5e7eb}._imageName_171xo_87{font-size:.75rem;font-weight:500;color:#374151;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._imageSize_171xo_97{font-size:.625rem;color:#9ca3af;margin:0}._actions_171xo_103{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}._cancelButton_171xo_111{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_171xo_111:hover{background:#f9fafb;border-color:#9ca3af}._confirmButton_171xo_128{padding:.5rem 1rem;border:none;border-radius:.375rem;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}._confirmButton_171xo_128:hover:not(._disabled_171xo_140){background:#2563eb}._confirmButton_171xo_128._disabled_171xo_140{background:#9ca3af;cursor:not-allowed}._emptyState_171xo_149{text-align:center;padding:2rem}._emptyIcon_171xo_154{font-size:3rem;margin-bottom:1rem}._emptyTitle_171xo_159{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}._emptyDescription_171xo_166{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;max-width:300px;margin-left:auto;margin-right:auto}._overlayInfo_1xbj7_1{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}._header_1xbj7_9{margin-bottom:1rem}._title_1xbj7_13{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;display:flex;align-items:center;gap:.5rem}._subtitle_1xbj7_23{font-size:.875rem;color:#6b7280;margin:0}._loading_1xbj7_29{display:flex;align-items:center;gap:.75rem;padding:1rem 0;color:#6b7280;font-size:.875rem}._spinner_1xbj7_38{width:1rem;height:1rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_1xbj7_38 1s linear infinite}@keyframes _spin_1xbj7_38{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1xbj7_52{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem}._overlayList_1xbj7_61{display:flex;flex-direction:column;gap:1rem}._overlayItem_1xbj7_67{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s ease}._overlayItem_1xbj7_67:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}._overlayHeader_1xbj7_80{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}._overlayIcon_1xbj7_87{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}._overlayInfo_1xbj7_1{flex:1;min-width:0}._overlayName_1xbj7_98{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}._overlayCategory_1xbj7_105{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._overlayColor_1xbj7_112{width:1rem;height:1rem;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #0000001a;flex-shrink:0;margin-top:.125rem}._overlayDescription_1xbj7_122{font-size:.875rem;color:#4b5563;line-height:1.5;margin:0 0 .75rem}._overlayRules_1xbj7_129{margin-top:.75rem}._rulesLink_1xbj7_133{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}._rulesLink_1xbj7_133:hover{color:#1d4ed8;text-decoration:underline}._lastChecked_1xbj7_149{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._lastCheckedText_1xbj7_155{font-size:.75rem;color:#9ca3af;font-style:italic}@media (max-width: 640px){._overlayInfo_1xbj7_1{padding:1rem}._overlayHeader_1xbj7_80{gap:.5rem}._overlayIcon_1xbj7_87{font-size:1.125rem}._overlayName_1xbj7_98{font-size:.9375rem}}@media (prefers-color-scheme: dark){._overlayInfo_1xbj7_1{background:#1f2937;border-color:#374151}._title_1xbj7_13{color:#f9fafb}._subtitle_1xbj7_23{color:#9ca3af}._overlayItem_1xbj7_67{background:#111827;border-color:#374151}._overlayItem_1xbj7_67:hover{border-color:#4b5563}._overlayName_1xbj7_98{color:#f9fafb}._overlayDescription_1xbj7_122{color:#d1d5db}._lastChecked_1xbj7_149{border-top-color:#374151}}._container_1pzzf_2{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}._header_1pzzf_10{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._header_1pzzf_10 h3{margin:0;color:#1f2937;font-size:1.125rem;font-weight:600}._infoButton_1pzzf_24{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background-color .2s}._infoButton_1pzzf_24:hover{background-color:#f3f4f6}._infoPanel_1pzzf_38{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;padding:1rem;margin-bottom:1rem}._description_1pzzf_46{color:#475569;margin-bottom:1rem;font-size:.875rem;line-height:1.5}._infoSection_1pzzf_53{margin-bottom:1rem}._infoSection_1pzzf_53 h4{color:#334155;font-size:.875rem;font-weight:600;margin:0 0 .5rem}._infoSection_1pzzf_53 ul{margin:0;padding-left:1.25rem;color:#64748b;font-size:.8125rem}._infoSection_1pzzf_53 li{margin-bottom:.25rem}._contactInfo_1pzzf_75{color:#475569;font-size:.8125rem;padding-top:.75rem;border-top:1px solid #e2e8f0}._lotNumberDisplay_1pzzf_90{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.375rem;padding:.75rem;margin-bottom:1rem;color:#0c4a6e;font-size:.875rem}._actions_1pzzf_100{display:flex;gap:.75rem;flex-wrap:wrap}._linkButton_1pzzf_106{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}._linkButton_1pzzf_106:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}._loading_1pzzf_124{text-align:center;padding:2rem;color:#3b82f6;font-style:italic}._error_1pzzf_131{text-align:center;padding:2rem;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:1rem 0}._error_1pzzf_131 ._hint_1pzzf_141{font-size:.875rem;margin-top:.5rem;color:#7f1d1d}._addressDisplay_1pzzf_147{margin-top:.5rem;font-size:.875rem;color:#6b7280}._propertyImageSection_1pzzf_153{margin-top:2rem;padding:1.5rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}._propertyImageSection_1pzzf_153 h4{margin:0 0 1rem;color:#1f2937;font-size:1.1rem}._imageLoading_1pzzf_167{text-align:center;padding:1rem;color:#3b82f6;font-style:italic}._propertyImageContainer_1pzzf_174{text-align:center}._propertyImage_1pzzf_153{max-width:100%;max-height:400px;border:2px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:1rem}._imageCaption_1pzzf_187{font-size:.875rem;color:#6b7280;margin:.5rem 0;font-style:italic}._imageLink_1pzzf_194{display:inline-block;color:#3b82f6;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #3b82f6;border-radius:4px;transition:all .2s}._imageLink_1pzzf_194:hover{background-color:#3b82f6;color:#fff}._noImage_1pzzf_210{text-align:center;padding:2rem;color:#6b7280;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:6px}._noLotNumber_1pzzf_219{text-align:center;padding:2rem;color:#6b7280}._noLotNumber_1pzzf_219 p{margin:0 0 .5rem}._hint_1pzzf_141{font-size:.875rem;color:#9ca3af}._platDiagramSection_1pzzf_235{margin-top:20px;padding:15px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}._platHeader_1pzzf_243{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._platDiagramSection_1pzzf_235 h4{margin:0;color:#333;font-size:1.1em}._downloadAllButton_1pzzf_256{background-color:#007bff;color:#fff;border:none;padding:8px 12px;border-radius:4px;font-size:.9em;cursor:pointer;transition:background-color .2s;font-weight:500}._downloadAllButton_1pzzf_256:hover:not(:disabled){background-color:#0056b3}._downloadAllButton_1pzzf_256:disabled{background-color:#6c757d;cursor:not-allowed}._downloadStatus_1pzzf_277{margin:10px 0;padding:8px 12px;border-radius:4px;font-size:.9em;font-weight:500;background-color:#e9ecef;border-left:4px solid #007bff}._platDescription_1pzzf_287{margin:0 0 15px;color:#666;font-size:.9em;line-height:1.4}._resourceGroup_1pzzf_294{margin-bottom:15px}._resourceGroup_1pzzf_294 h5{margin:0 0 8px;color:#555;font-size:1em;font-weight:600}._resourceItem_1pzzf_305{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #e9ecef}._resourceItem_1pzzf_305:last-child{border-bottom:none}._resourceTitle_1pzzf_317{flex:1;font-weight:500;color:#333}._resourceType_1pzzf_323{color:#666;font-size:.85em;font-weight:600;text-transform:uppercase}._downloadButton_1pzzf_330{background-color:#28a745;color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:.8em;cursor:pointer;transition:background-color .2s}._downloadButton_1pzzf_330:hover{background-color:#218838}._platNote_1pzzf_345{margin-top:15px;padding:10px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404}@media (max-width: 640px){._container_1pzzf_2{padding:1rem}._actions_1pzzf_100{flex-direction:column}._linkButton_1pzzf_106{width:100%;text-align:center}._resourceItem_1pzzf_305{flex-direction:column;align-items:flex-start;gap:5px}._downloadButton_1pzzf_330{align-self:flex-end}}._container_gbwo3_3{max-width:1024px;margin:0 auto}._backButton_gbwo3_8{background-color:#6b7280;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;margin-bottom:16px;font-size:14px}._backButton_gbwo3_8:hover{background-color:#4b5563}._header_gbwo3_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}._headerInfo_gbwo3_30 h1{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}._headerInfo_gbwo3_30 p{color:#6b7280;margin:0}._headerActions_gbwo3_42{display:flex;gap:12px}._editButton_gbwo3_47{background-color:#6b7280;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._editButton_gbwo3_47:hover{background-color:#4b5563}._transferButton_gbwo3_61{background-color:#6b7280;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._transferButton_gbwo3_61:hover{background-color:#4b5563}._deleteButton_gbwo3_75{background-color:#dc2626;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._deleteButton_gbwo3_75:hover{background-color:#b91c1c}._deleteButton_gbwo3_75:disabled{opacity:.5;cursor:not-allowed}._card_gbwo3_94{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;margin-bottom:24px}._editForm_gbwo3_103{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}._formGroup_gbwo3_109{display:flex;flex-direction:column}._formLabel_gbwo3_114{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}._formInput_gbwo3_122{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}._formInput_gbwo3_122:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._formSelect_gbwo3_137{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff}._formSelect_gbwo3_137:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._formTextarea_gbwo3_153{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:vertical}._formTextarea_gbwo3_153:focus{outline:none;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}._formActions_gbwo3_169{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}._cancelButton_gbwo3_177{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:14px}._cancelButton_gbwo3_177:hover{background-color:#f9fafb}._saveButton_gbwo3_191{background-color:#3b82f6;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px}._saveButton_gbwo3_191:hover{background-color:#2563eb}._saveButton_gbwo3_191:disabled{opacity:.5;cursor:not-allowed}._mobileTabSelector_gbwo3_211{display:none;margin-bottom:16px}._mobileTabSelect_gbwo3_211{width:100%;padding:12px 40px 12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:16px;font-weight:500;color:#374151;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px}._mobileTabSelect_gbwo3_211:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._tabs_gbwo3_241{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:24px}._tab_gbwo3_241{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;border-bottom:2px solid transparent}._tab_gbwo3_241:hover{color:#374151}._tab_gbwo3_241._active_gbwo3_262{color:#3b82f6;border-bottom-color:#3b82f6}._tabContent_gbwo3_267{margin-bottom:24px}._tabTitle_gbwo3_271{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px}._overviewGrid_gbwo3_278{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}._overviewItem_gbwo3_284{display:flex;flex-direction:column}._overviewLabel_gbwo3_289{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}._overviewValue_gbwo3_298{font-size:16px;font-weight:500;color:#111827}._modalOverlay_gbwo3_304{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}._modalContent_gbwo3_317{background:#fff;border-radius:8px;max-width:512px;width:90%;max-height:90vh;overflow-y:auto}._deleteConfirmation_gbwo3_326{padding:24px;text-align:center}._deleteConfirmation_gbwo3_326 h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px}._deleteConfirmation_gbwo3_326 p{color:#6b7280;margin-bottom:24px}._deleteConfirmationActions_gbwo3_343{display:flex;justify-content:center;gap:12px}._errorMessage_gbwo3_349{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:6px;margin-bottom:16px}._loadingSpinner_gbwo3_358,._emptyState_gbwo3_364{text-align:center;padding:32px;color:#6b7280}._emptyState_gbwo3_364 span{font-size:48px;display:block;margin-bottom:16px}._emptyState_gbwo3_364 p{margin:8px 0}._emptyState_gbwo3_364 p:first-of-type{font-weight:500}._emptyState_gbwo3_364 p:last-of-type{font-size:14px}@media (max-width: 768px){._container_gbwo3_3{padding:1rem}._header_gbwo3_23{flex-direction:column;align-items:flex-start;gap:1rem}._headerActions_gbwo3_42{width:100%;justify-content:flex-start}._editForm_gbwo3_103,._overviewGrid_gbwo3_278{grid-template-columns:1fr}._mobileTabSelector_gbwo3_211{display:block}._tabs_gbwo3_241{display:none}}._gallery_1yta1_1{width:100%}._emptyState_1yta1_5{text-align:center;padding:3rem;color:#64748b;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._emptyState_1yta1_5 h3{margin:0 0 1rem;color:#475569}._documentsGrid_1yta1_19{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}._documentCard_1yta1_26{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;height:320px}._documentCard_1yta1_26:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._documentPreview_1yta1_44{height:160px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid #e2e8f0}._fileIcon_1yta1_54{font-size:4rem;opacity:.8}._previewBadge_1yta1_59{position:absolute;top:8px;right:8px;background:#3b82f6;color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}._documentInfo_1yta1_71{flex:1;padding:1rem;display:flex;flex-direction:column}._documentInfo_1yta1_71 h4{margin:0 0 .5rem;color:#1e293b;font-size:1.1rem;font-weight:600;line-height:1.3}._documentDescription_1yta1_86{margin:0 0 .75rem;color:#64748b;font-size:.9rem;line-height:1.4;flex:1}._fileType_1yta1_94{margin:0;color:#94a3b8;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._documentActions_1yta1_103{display:flex;padding:.75rem 1rem;background:#f8fafc;border-top:1px solid #e2e8f0;gap:.5rem}._viewButton_1yta1_111{flex:1;background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._viewButton_1yta1_111:hover{background:#2563eb}._downloadButton_1yta1_128{display:flex;align-items:center;justify-content:center;width:40px;height:36px;background:#f1f5f9;color:#475569;text-decoration:none;border-radius:6px;font-size:1rem;transition:all .2s ease}._downloadButton_1yta1_128:hover{background:#e2e8f0;color:#334155;text-decoration:none}._modal_1yta1_149{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_1yta1_163{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;width:100%;max-width:1000px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_1yta1_176{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}._modalTitle_1yta1_185{display:flex;align-items:center;gap:1rem}._modalIcon_1yta1_191{font-size:2rem}._modalTitle_1yta1_185 h3{margin:0;color:#1e293b;font-size:1.25rem;font-weight:600}._modalTitle_1yta1_185 p{margin:0;color:#64748b;font-size:.9rem}._modalActions_1yta1_208{display:flex;align-items:center;gap:.75rem}._closeButton_1yta1_214{background:#f1f5f9;color:#475569;border:none;border-radius:6px;width:36px;height:36px;font-size:1.25rem;cursor:pointer;transition:all .2s ease}._closeButton_1yta1_214:hover{background:#e2e8f0;color:#334155}._modalBody_1yta1_231{flex:1;overflow:auto;padding:1.5rem}._modalLoading_1yta1_237{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#64748b}._spinner_1yta1_246{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_1yta1_246 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1yta1_246{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._markdownContent_1yta1_261{line-height:1.6;color:#374151;max-height:60vh;overflow-y:auto}._markdownContent_1yta1_261 h1{color:#1e293b;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem}._markdownContent_1yta1_261 h2{color:#374151;margin-top:2rem;margin-bottom:1rem}._markdownContent_1yta1_261 h3{color:#4b5563;margin-top:1.5rem;margin-bottom:.75rem}._markdownContent_1yta1_261 ul{padding-left:1.5rem;margin:1rem 0}._markdownContent_1yta1_261 li{margin:.5rem 0}._markdownContent_1yta1_261 strong{color:#1e293b;font-weight:600}._pdfViewer_1yta1_301{text-align:center}._pdfFrame_1yta1_305{border:1px solid #e2e8f0;border-radius:8px;width:100%;height:60vh;min-height:400px}._pdfFallback_1yta1_313{margin-top:1rem;color:#64748b;font-size:.9rem}._pdfFallback_1yta1_313 a{color:#3b82f6;text-decoration:none}._pdfFallback_1yta1_313 a:hover{text-decoration:underline}._binaryDocument_1yta1_328{text-align:center}._previewUnavailable_1yta1_332{padding:3rem;background:#f8fafc;border-radius:8px;border:2px dashed #cbd5e1}._previewUnavailable_1yta1_332 h4{margin:0 0 1rem;color:#475569}._previewUnavailable_1yta1_332 p{margin:.5rem 0;color:#64748b}._documentDownloadActions_1yta1_349{display:flex;gap:1rem;justify-content:center;margin-top:2rem}._primaryButton_1yta1_356{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background-color .2s ease}._primaryButton_1yta1_356:hover{background:#2563eb;text-decoration:none;color:#fff}._secondaryButton_1yta1_375{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#374151;text-decoration:none;border:1px solid #d1d5db;border-radius:8px;font-weight:500;transition:all .2s ease}._secondaryButton_1yta1_375:hover{background:#f9fafb;border-color:#9ca3af;text-decoration:none;color:#374151}@media (max-width: 768px){._documentsGrid_1yta1_19{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}._documentCard_1yta1_26{height:280px}._documentPreview_1yta1_44{height:120px}._fileIcon_1yta1_54{font-size:3rem}._modalContent_1yta1_163{margin:.5rem;max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem)}._modalHeader_1yta1_176{flex-direction:column;gap:1rem;text-align:center}._documentDownloadActions_1yta1_349{flex-direction:column;align-items:center}._primaryButton_1yta1_356,._secondaryButton_1yta1_375{width:100%;max-width:250px;justify-content:center}}._container_fjv7z_1{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}._header_fjv7z_8{margin-bottom:2rem}._backButton_fjv7z_12{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;color:#475569;text-decoration:none;border-radius:6px;font-weight:500;margin-bottom:1.5rem;transition:all .2s ease}._backButton_fjv7z_12:hover{background:#e2e8f0;text-decoration:none;color:#334155}._titleSection_fjv7z_32{display:flex;align-items:center;gap:1.5rem}._categoryIcon_fjv7z_38{font-size:3rem;flex-shrink:0}._titleSection_fjv7z_32 h1{margin:0 0 .5rem;color:#1e293b;font-size:2rem;font-weight:700}._titleSection_fjv7z_32 p{margin:0;color:#64748b;font-size:1.1rem;line-height:1.5}._error_fjv7z_57{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._error_fjv7z_57 h1{color:#dc2626;margin-bottom:1rem}._error_fjv7z_57 p{color:#64748b;margin-bottom:2rem}._emptyState_fjv7z_75{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._emptyState_fjv7z_75 h3{color:#475569;margin-bottom:1rem}._emptyState_fjv7z_75 p{color:#64748b}._documentGallery_fjv7z_92{margin-top:1rem}@media (max-width: 768px){._container_fjv7z_1{padding:1rem}._titleSection_fjv7z_32{flex-direction:column;text-align:center;gap:1rem}._titleSection_fjv7z_32 h1{font-size:1.5rem}._categoryIcon_fjv7z_38{font-size:2.5rem}._header_fjv7z_8{margin-bottom:1.5rem}._documentTabs_fjv7z_120{gap:1.5rem}}._container_f1njl_1{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}._header_f1njl_8{margin-bottom:2rem}._backButton_f1njl_12{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;color:#475569;text-decoration:none;border-radius:6px;font-weight:500;margin-bottom:1.5rem;transition:all .2s ease}._backButton_f1njl_12:hover{background:#e2e8f0;text-decoration:none;color:#334155}._titleSection_f1njl_32{display:flex;align-items:center;gap:1.5rem}._icon_f1njl_38{font-size:3rem;flex-shrink:0}._titleSection_f1njl_32 h1{margin:0 0 .5rem;color:#1e293b;font-size:2rem;font-weight:700}._titleSection_f1njl_32 p{margin:0;color:#64748b;font-size:1.1rem;line-height:1.5}._introduction_f1njl_57{margin-bottom:2rem}._introCard_f1njl_61{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #3b82f6}._introCard_f1njl_61 h2{margin:0 0 1rem;color:#1e293b;font-size:1.5rem}._introCard_f1njl_61 p{margin:0 0 1rem;color:#374151;line-height:1.6}._introCard_f1njl_61 p:last-child{margin-bottom:0}._projectTypes_f1njl_85{display:flex;flex-direction:column;gap:2rem}._projectTypeCard_f1njl_91{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}._projectTypeCard_f1njl_91:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._projectHeader_f1njl_104{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}._projectIcon_f1njl_113{font-size:2.5rem;flex-shrink:0}._projectInfo_f1njl_118 h3{margin:0 0 .5rem;color:#1e293b;font-size:1.5rem;font-weight:600}._projectDescription_f1njl_125{margin:0 0 .75rem;color:#475569;font-size:1rem;line-height:1.5}._reviewTime_f1njl_132{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#dbeafe;color:#1e40af;border-radius:20px;font-size:.9rem;font-weight:500}._motivationalText_f1njl_144{padding:1.5rem 2rem;background:#f0f9ff;border-left:4px solid #0ea5e9}._motivationalText_f1njl_144 p{margin:0;color:#0c4a6e;font-style:italic;line-height:1.6}._requirements_f1njl_157{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}._requirementSection_f1njl_164 h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}._requirementSection_f1njl_164 ul{margin:0;padding-left:1.5rem;list-style-type:none}._requirementSection_f1njl_164 li{margin:.5rem 0;color:#4b5563;position:relative}._requirementSection_f1njl_164 li:before{content:"✓";position:absolute;left:-1.25rem;color:#10b981;font-weight:700}._helpDocuments_f1njl_191{padding:1.5rem 2rem;background:#fefce8;border-top:1px solid #e2e8f0}._helpDocuments_f1njl_191 h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}._helpLinks_f1njl_204{display:flex;flex-wrap:wrap;gap:.75rem}._helpLink_f1njl_204{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#374151;text-decoration:none;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .2s ease}._helpLink_f1njl_204:hover{background:#f9fafb;border-color:#9ca3af;text-decoration:none;color:#1f2937}._projectActions_f1njl_232{padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:center}._startProjectButton_f1njl_239{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .2s ease}._startProjectButton_f1njl_239:hover{background:#2563eb;text-decoration:none;color:#fff}._footer_f1njl_258{margin-top:3rem}._footerCard_f1njl_262{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;border:2px solid #e2e8f0}._footerCard_f1njl_262 h3{margin:0 0 1rem;color:#1e293b;font-size:1.25rem}._footerCard_f1njl_262 p{margin:0 0 1.5rem;color:#475569;line-height:1.6}._contactInfo_f1njl_283{background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}._contactInfo_f1njl_283 p{margin:.25rem 0;color:#374151;font-weight:500}._loading_f1njl_296{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#64748b}._spinner_f1njl_305{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:_spin_f1njl_305 1s linear infinite;margin-bottom:1rem}@keyframes _spin_f1njl_305{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_f1njl_320{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._error_f1njl_320 h1{color:#dc2626;margin-bottom:1rem}._error_f1njl_320 p{color:#64748b;margin-bottom:2rem}@media (max-width: 768px){._container_f1njl_1{padding:1rem}._titleSection_f1njl_32{flex-direction:column;text-align:center;gap:1rem}._titleSection_f1njl_32 h1{font-size:1.5rem}._icon_f1njl_38{font-size:2.5rem}._requirements_f1njl_157{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}._projectHeader_f1njl_104{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}._motivationalText_f1njl_144{padding:1rem 1.5rem}._helpLinks_f1njl_204{justify-content:center}}._container_1ezo2_1{min-height:100vh;background:#f8fafc}._header_1ezo2_6{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem}._backButton_1ezo2_12{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .2s ease}._backButton_1ezo2_12:hover{color:#334155;text-decoration:none}._titleSection_1ezo2_28{display:flex;align-items:center;gap:1rem}._icon_1ezo2_34{font-size:3rem;color:#14b8a6}._title_1ezo2_28{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0}._subtitle_1ezo2_46{font-size:1.1rem;color:#64748b;margin:.5rem 0 0}._content_1ezo2_52{max-width:900px;margin:0 auto;padding:2rem}._htmlContent_1ezo2_58{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;line-height:1.6}._htmlContent_1ezo2_58 h1{color:#1e293b;font-size:2rem;font-weight:700;margin:0 0 1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.75rem}._htmlContent_1ezo2_58 h2{color:#374151;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;display:flex;align-items:center;gap:.5rem}._htmlContent_1ezo2_58 h3{color:#4b5563;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;display:flex;align-items:center;gap:.5rem}._htmlContent_1ezo2_58 p{color:#374151;margin:1rem 0;line-height:1.7}._htmlContent_1ezo2_58 ul{margin:1rem 0;padding-left:1.5rem}._htmlContent_1ezo2_58 li{color:#374151;margin:.5rem 0;line-height:1.6}._htmlContent_1ezo2_58 strong{color:#1e293b;font-weight:600}._htmlContent_1ezo2_58 em{color:#4b5563;font-style:italic}._htmlContent_1ezo2_58 hr{border:none;border-top:2px solid #e2e8f0;margin:2rem 0}._loading_1ezo2_129{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#64748b}._spinner_1ezo2_138{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #14b8a6;border-radius:50%;animation:_spin_1ezo2_138 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1ezo2_138{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1ezo2_153{text-align:center;padding:4rem 2rem;color:#dc2626}._error_1ezo2_153 h1{color:#dc2626;margin-bottom:1rem}._error_1ezo2_153 p{color:#64748b;margin-bottom:2rem}@media (max-width: 768px){._header_1ezo2_6{padding:1rem}._titleSection_1ezo2_28{flex-direction:column;text-align:center;gap:.5rem}._icon_1ezo2_34{font-size:2.5rem}._title_1ezo2_28{font-size:2rem}._content_1ezo2_52{padding:1rem}._htmlContent_1ezo2_58{padding:1.5rem}._htmlContent_1ezo2_58 h1{font-size:1.75rem}._htmlContent_1ezo2_58 h2{font-size:1.25rem}._htmlContent_1ezo2_58 h3{font-size:1.1rem}}._container_19xcx_1{min-height:100vh;background:#f8fafc}._header_19xcx_6{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem}._backButton_19xcx_12{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .2s ease}._backButton_19xcx_12:hover{color:#334155;text-decoration:none}._titleSection_19xcx_28{display:flex;align-items:center;gap:1rem}._icon_19xcx_34{font-size:3rem;color:#6366f1}._title_19xcx_28{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0}._subtitle_19xcx_46{font-size:1.1rem;color:#64748b;margin:.5rem 0 0}._content_19xcx_52{max-width:1000px;margin:0 auto;padding:2rem}._disclaimer_19xcx_58{background:#fef3cd;border:1px solid #fbbf24;border-radius:8px;padding:1.5rem;margin-bottom:2rem}._disclaimer_19xcx_58 h3{color:#92400e;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}._disclaimer_19xcx_58 p{color:#92400e;margin:0;line-height:1.6}._linksList_19xcx_79{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem}._externalLink_19xcx_86{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}._externalLink_19xcx_86:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#6366f1}._linkIcon_19xcx_106{font-size:2.5rem;margin-right:1rem;flex-shrink:0}._linkContent_19xcx_112{flex:1;text-align:left}._linkContent_19xcx_112 h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}._linkContent_19xcx_112 p{font-size:.95rem;color:#64748b;margin:0 0 .5rem;line-height:1.4}._linkUrl_19xcx_131{font-size:.85rem;color:#6366f1;font-weight:500}._linkArrow_19xcx_137{font-size:1.5rem;color:#94a3b8;margin-left:1rem;transition:all .2s ease;flex-shrink:0}._externalLink_19xcx_86:hover ._linkArrow_19xcx_137{color:#6366f1;transform:translate(4px) translateY(-4px)}._footer_19xcx_150{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px #0000000d}._footer_19xcx_150 h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 1rem}._footer_19xcx_150 p{color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width: 768px){._header_19xcx_6{padding:1rem}._titleSection_19xcx_28{flex-direction:column;text-align:center;gap:.5rem}._icon_19xcx_34{font-size:2.5rem}._title_19xcx_28{font-size:2rem}._content_19xcx_52{padding:1rem}._linksList_19xcx_79{grid-template-columns:1fr}._externalLink_19xcx_86{padding:1.25rem}._linkIcon_19xcx_106{font-size:2rem}._linkContent_19xcx_112 h3{font-size:1.1rem}._linkContent_19xcx_112 p{font-size:.9rem}}._guestLanding_gojs6_1{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}._main_gojs6_6{flex:1}._hero_gojs6_11{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:4rem 2rem;text-align:center}._heroContent_gojs6_18{max-width:800px;margin:0 auto}._heroTitle_gojs6_23{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.2}._heroSubtitle_gojs6_30{font-size:1.25rem;margin:0 0 1.5rem;opacity:.9;font-weight:500}._heroDescription_gojs6_37{font-size:1.1rem;margin:0 0 2.5rem;opacity:.85;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}._heroActions_gojs6_47{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryButton_gojs6_54{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:#1e40af;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .2s ease;box-shadow:0 4px 6px #0000001a}._primaryButton_gojs6_54:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 12px #00000026;text-decoration:none;color:#1e40af}._secondaryButton_gojs6_77{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:#fff;text-decoration:none;border:2px solid white;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .2s ease}._secondaryButton_gojs6_77:hover{background:#fff;color:#1e40af;text-decoration:none;transform:translateY(-2px)}._resourcesSection_gojs6_100{padding:4rem 2rem;background:#fff}._sectionHeader_gojs6_105{text-align:center;max-width:800px;margin:0 auto 3rem}._sectionTitle_gojs6_111{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem}._sectionDescription_gojs6_118{font-size:1.1rem;color:#64748b;line-height:1.6;margin:0}._policyButtons_gojs6_125{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}._policyButton_gojs6_125{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}._policyButton_gojs6_125:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}._policyButton_gojs6_125._blue_gojs6_152{border-color:#3b82f6}._policyButton_gojs6_125._blue_gojs6_152:hover{border-color:#2563eb;background:#eff6ff}._policyButton_gojs6_125._green_gojs6_161{border-color:#10b981}._policyButton_gojs6_125._green_gojs6_161:hover{border-color:#059669;background:#ecfdf5}._policyButton_gojs6_125._purple_gojs6_170{border-color:#8b5cf6}._policyButton_gojs6_125._purple_gojs6_170:hover{border-color:#7c3aed;background:#f3e8ff}._policyButton_gojs6_125._orange_gojs6_179{border-color:#f59e0b}._policyButton_gojs6_125._orange_gojs6_179:hover{border-color:#d97706;background:#fffbeb}._policyButton_gojs6_125._teal_gojs6_188{border-color:#14b8a6}._policyButton_gojs6_125._teal_gojs6_188:hover{border-color:#0d9488;background:#f0fdfa}._policyButton_gojs6_125._indigo_gojs6_197{border-color:#6366f1}._policyButton_gojs6_125._indigo_gojs6_197:hover{border-color:#4f46e5;background:#eef2ff}._buttonContent_gojs6_206{flex:1}._buttonTitle_gojs6_210{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}._buttonDescription_gojs6_217{font-size:.9rem;color:#64748b;margin:0;line-height:1.4}._buttonArrow_gojs6_224{font-size:1.5rem;color:#94a3b8;margin-left:1rem;transition:all .2s ease}._policyButton_gojs6_125:hover ._buttonArrow_gojs6_224{color:#64748b;transform:translate(4px)}._aboutSection_gojs6_237{padding:4rem 2rem;background:#f8fafc}._aboutContent_gojs6_242{max-width:1000px;margin:0 auto;text-align:center}._aboutTitle_gojs6_248{font-size:2.25rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}._aboutText_gojs6_255{font-size:1.1rem;color:#475569;line-height:1.7;margin:0 0 3rem;max-width:800px;margin-left:auto;margin-right:auto}._aboutText_gojs6_255 p{margin:1rem 0;line-height:1.7}._aboutLoading_gojs6_270{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#64748b}._aboutLoading_gojs6_270 ._spinner_gojs6_279{width:24px;height:24px;border:2px solid #e2e8f0;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_gojs6_279 1s linear infinite;margin-bottom:1rem}@keyframes _spin_gojs6_279{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._features_gojs6_294{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}._feature_gojs6_294{text-align:center;padding:1.5rem}._featureIcon_gojs6_306{font-size:3rem;margin-bottom:1rem}._feature_gojs6_294 h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}._feature_gojs6_294 p{color:#64748b;line-height:1.5;margin:0}._ctaSection_gojs6_325{padding:4rem 2rem;background:linear-gradient(135deg,#1e293b,#475569);color:#fff;text-align:center}._ctaContent_gojs6_332{max-width:800px;margin:0 auto}._ctaTitle_gojs6_337{font-size:2.25rem;font-weight:700;margin:0 0 1rem}._ctaDescription_gojs6_343{font-size:1.1rem;opacity:.9;line-height:1.6;margin:0 0 2.5rem}._ctaButtons_gojs6_350{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}._ctaPrimary_gojs6_358{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .2s ease}._ctaPrimary_gojs6_358:hover{background:#2563eb;transform:translateY(-2px);text-decoration:none;color:#fff}._ctaSecondary_gojs6_379{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:#fff;text-decoration:none;border:2px solid white;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .2s ease}._ctaSecondary_gojs6_379:hover{background:#fff;color:#1e293b;text-decoration:none;transform:translateY(-2px)}._ctaFooter_gojs6_401{opacity:.8;margin:0}._loginLink_gojs6_406{color:#93c5fd;text-decoration:none;font-weight:500}._loginLink_gojs6_406:hover{color:#fff;text-decoration:underline}._linksSection_gojs6_418{padding:4rem 2rem;background:#f1f5f9}._linksContent_gojs6_423{max-width:1000px;margin:0 auto;text-align:center}._linksTitle_gojs6_429{font-size:2.25rem;font-weight:700;color:#1e293b;margin:0 0 1rem}._linksDescription_gojs6_436{font-size:1.1rem;color:#64748b;line-height:1.6;margin:0 0 3rem;max-width:600px;margin-left:auto;margin-right:auto}._linksList_gojs6_446{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:3rem}._externalLink_gojs6_453{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}._externalLink_gojs6_453:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#3b82f6}._linkIcon_gojs6_473{font-size:2rem;margin-right:1rem;flex-shrink:0}._linkContent_gojs6_479{flex:1;text-align:left}._linkContent_gojs6_479 h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}._linkContent_gojs6_479 p{font-size:.9rem;color:#64748b;margin:0;line-height:1.4}._linkArrow_gojs6_498{font-size:1.5rem;color:#94a3b8;margin-left:1rem;transition:all .2s ease;flex-shrink:0}._externalLink_gojs6_453:hover ._linkArrow_gojs6_498{color:#3b82f6;transform:translate(4px) translateY(-4px)}._footer_gojs6_512{background:#0f172a;color:#fff;padding:2rem;text-align:center}._footerContent_gojs6_519{max-width:1000px;margin:0 auto}._footerText_gojs6_524{margin:0 0 1rem;opacity:.8;font-size:.9rem}._footerLinks_gojs6_530{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}._footerLink_gojs6_530{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s ease}._footerLink_gojs6_530:hover{color:#fff;text-decoration:none}@media (max-width: 768px){._hero_gojs6_11{padding:2.5rem 1.5rem}._heroTitle_gojs6_23{font-size:2.25rem}._heroSubtitle_gojs6_30{font-size:1.1rem;margin:0 0 1rem}._heroDescription_gojs6_37{font-size:1rem;margin:0 0 2rem}._heroActions_gojs6_47{flex-direction:column;align-items:center}._primaryButton_gojs6_54,._secondaryButton_gojs6_77{width:100%;max-width:300px;justify-content:center}._policyButtons_gojs6_125{grid-template-columns:1fr}._sectionTitle_gojs6_111{font-size:2rem}._aboutTitle_gojs6_248,._ctaTitle_gojs6_337{font-size:1.75rem}._ctaButtons_gojs6_350{flex-direction:column;align-items:center}._ctaPrimary_gojs6_358,._ctaSecondary_gojs6_379{width:100%;max-width:300px;justify-content:center}._footerLinks_gojs6_530{flex-direction:column;gap:.75rem}}@media (max-width: 640px){._hero_gojs6_11{padding:2rem 1rem}._heroTitle_gojs6_23{font-size:2rem}._heroSubtitle_gojs6_30{font-size:1rem;margin:0 0 .75rem}._heroDescription_gojs6_37{font-size:.95rem;margin:0 0 1.5rem}}.form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}.form-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-select{width:100%;padding:8px 32px 8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,box-shadow .2s ease}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;resize:vertical;min-height:80px;transition:border-color .2s ease,box-shadow .2s ease}.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-error{border-color:#ef4444}.form-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card-header{padding:16px 24px;border-bottom:1px solid #e5e7eb}.card-body{padding:24px}.card-footer{padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb}.alert{padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:14px}.alert-info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert-warning{background-color:#fffbeb;border:1px solid #fed7aa;color:#92400e}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 640px){.modal-overlay{padding:8px}.card-body{padding:16px}.card-header,.card-footer{padding:12px 16px}}
