:root{--color-primary: #ea580c;--color-primary-hover: #c2410c;--color-primary-light: #fed7aa;--color-primary-foreground: #ffffff;--color-background: #ffffff;--color-foreground: #1a1a1a;--color-card: #ffffff;--color-card-foreground: #1a1a1a;--color-popover: #ffffff;--color-popover-foreground: #1a1a1a;--color-secondary: #f5f5f5;--color-secondary-hover: #e5e5e5;--color-secondary-foreground: #404040;--color-muted: #f0f0f0;--color-muted-foreground: #737373;--color-accent: #fff7ed;--color-accent-foreground: #1a1a1a;--color-destructive: #dc2626;--color-destructive-hover: #b91c1c;--color-destructive-foreground: #ffffff;--color-success: #16a34a;--color-success-hover: #15803d;--color-success-foreground: #ffffff;--color-warning: #ca8a04;--color-warning-foreground: #ffffff;--color-border: #e0e0e0;--color-input: #e0e0e0;--color-ring: #ea580c;--color-sidebar: #fafafa;--color-sidebar-foreground: #1a1a1a;--color-sidebar-border: #e0e0e0;--color-sidebar-accent: #fff7ed;--color-sidebar-primary: #ea580c;--color-sidebar-primary-foreground: #ffffff;--color-chart-1: #f97316;--color-chart-2: #ea580c;--color-chart-3: #c2410c;--color-chart-4: #9a3412;--color-chart-5: #7c2d12;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-none: 0;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--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 -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--z-base: 0;--z-dropdown: 50;--z-sticky: 100;--z-fixed: 150;--z-modal-backdrop: 200;--z-modal: 210;--z-popover: 300;--z-tooltip: 400;--sidebar-width: 280px;--sidebar-width-collapsed: 48px;--height-input: 36px;--height-input-sm: 32px;--height-input-lg: 40px;--height-button: 36px;--height-button-sm: 32px;--height-button-lg: 40px}.dark{--color-primary: #f97316;--color-primary-hover: #fb923c;--color-primary-foreground: #1a1a1a;--color-background: #1a1a1a;--color-foreground: #ffffff;--color-card: #262626;--color-card-foreground: #ffffff;--color-popover: #262626;--color-popover-foreground: #ffffff;--color-secondary: #333333;--color-secondary-hover: #404040;--color-secondary-foreground: #ffffff;--color-muted: #404040;--color-muted-foreground: #ffffff;--color-accent: #3d2814;--color-accent-foreground: #ffffff;--color-border: rgba(255, 255, 255, .2);--color-input: rgba(255, 255, 255, .5);--color-sidebar: #262626;--color-sidebar-foreground: #ffffff;--color-sidebar-border: rgba(255, 255, 255, .12);--color-sidebar-accent: #3d2814}.dark select option{color:#fff;background-color:#262626}:root{--card-padding: var(--space-6);--card-padding-sm: var(--space-4);--section-padding: var(--space-8);--section-gap: var(--space-6);--form-field-gap: var(--space-4);--form-label-margin-bottom: var(--space-2);--form-input-padding: var(--space-3) var(--space-4);--table-cell-padding: var(--space-3) var(--space-4);--table-header-padding: var(--space-4);--table-row-gap: 0;--button-padding-sm: var(--space-2) var(--space-3);--button-padding-md: var(--space-3) var(--space-4);--button-padding-lg: var(--space-4) var(--space-6);--button-group-gap: var(--space-2);--dialog-padding: var(--space-6);--dialog-header-margin-bottom: var(--space-4);--dialog-footer-margin-top: var(--space-6);--empty-state-padding: var(--space-12);--empty-state-icon-size: 56px;--empty-state-gap: var(--space-4);--heading-1-size: var(--text-4xl);--heading-1-weight: var(--font-bold);--heading-1-line-height: var(--leading-tight);--heading-2-size: var(--text-3xl);--heading-2-weight: var(--font-bold);--heading-2-line-height: var(--leading-snug);--heading-3-size: var(--text-2xl);--heading-3-weight: var(--font-semibold);--heading-3-line-height: var(--leading-snug);--heading-4-size: var(--text-xl);--heading-4-weight: var(--font-semibold);--heading-4-line-height: var(--leading-normal);--body-size: var(--text-base);--body-weight: var(--font-normal);--body-line-height: var(--leading-normal);--label-size: var(--text-sm);--label-weight: var(--font-medium);--label-line-height: var(--leading-normal);--caption-size: var(--text-xs);--caption-weight: var(--font-normal);--caption-line-height: var(--leading-normal)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-foreground);background-color:var(--color-background)}a{color:var(--color-primary);text-decoration:none}img,video{max-width:100%;height:auto}button,input,select,textarea{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}::-webkit-scrollbar-track{background:var(--color-muted)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-muted-foreground)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media print{.no-print{display:none!important}body{background:#fff;color:#000}}.app-modal-content,.content-based-modal{width:fit-content;max-width:800px;min-width:16rem}:root{--primary: #ea580c;--primary-foreground: #ffffff;--sidebar-primary: #ea580c;--sidebar-primary-foreground: #ffffff;--chart-1: #f97316;--chart-2: #ea580c;--chart-3: #c2410c;--chart-4: #9a3412;--chart-5: #7c2d12;--radius: .65rem;--background: #ffffff;--foreground: #171717;--card: #ffffff;--card-foreground: #171717;--popover: #ffffff;--popover-foreground: #171717;--secondary: #f5f5f5;--secondary-foreground: #404040;--muted: #f3f4f6;--muted-foreground: #6b7280;--accent: #fff7ed;--accent-foreground: #171717;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #e5e7eb;--input: #e5e7eb;--ring: #ea580c;--sidebar: #fafafa;--sidebar-foreground: #171717;--sidebar-accent: #fff7ed;--sidebar-accent-foreground: #171717;--sidebar-border: #e5e7eb;--sidebar-ring: #ea580c}.dark{--primary: #f97316;--primary-foreground: #171717;--sidebar-primary: #f97316;--sidebar-primary-foreground: #171717;--background: #171717;--foreground: #ffffff;--card: #262626;--card-foreground: #ffffff;--popover: #262626;--popover-foreground: #ffffff;--secondary: #333333;--secondary-foreground: #ffffff;--muted: #404040;--muted-foreground: #ffffff;--accent: #3d2a1a;--accent-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: rgba(255, 255, 255, .2);--input: rgba(255, 255, 255, .5);--ring: #f97316;--chart-1: #f97316;--chart-2: #ea580c;--chart-3: #c2410c;--chart-4: #9a3412;--chart-5: #7c2d12;--sidebar: #262626;--sidebar-foreground: #ffffff;--sidebar-accent: #3d2a1a;--sidebar-accent-foreground: #ffffff;--sidebar-border: rgba(255, 255, 255, .12);--sidebar-ring: #f97316}.dark select{color:#fff!important}.dark select option{color:#fff;background:#262626}*{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background);color:var(--foreground);min-height:100vh}button:not(:disabled),[role=button]:not([aria-disabled=true]),[type=button]:not(:disabled),[type=submit]:not(:disabled),[type=reset]:not(:disabled),a[href],select:not(:disabled),input[type=checkbox]:not(:disabled),input[type=radio]:not(:disabled){cursor:pointer}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem;max-width:none}}@media(min-width:1536px){.container{padding-left:2.5rem;padding-right:2.5rem;max-width:none}}.status-overpaid{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.status-underpaid{background-color:#dcfce7;color:#166534;border-color:#bbf7d0}.status-even{background-color:#f3f4f6;color:#1f2937;border-color:#e5e7eb}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-fadeIn{animation:fadeIn .2s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--foreground)}table{border-collapse:collapse;width:100%}input,textarea,select{font-family:inherit;font-size:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.flex{display:flex;min-height:0;min-width:0}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid{display:grid}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-destructive{color:var(--destructive)}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-muted{background-color:var(--muted)}.bg-primary{background-color:var(--primary)}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-l{border-left:1px solid var(--border)}.border-r{border-right:1px solid var(--border)}.rounded{border-radius:.375rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.invisible{visibility:hidden}.visible{visibility:visible}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.select-none{-webkit-user-select:none;user-select:none}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.project-detail-cards-grid{display:grid;grid-template-columns:1fr;gap:var(--space-8);margin-bottom:var(--space-8)}@media(min-width:1024px){.project-detail-cards-grid{grid-template-columns:repeat(2,1fr)}}
