:root{--color-bg-primary: #32ABE1;--color-bg-primary-dark: #1C8CBF;--color-bg-secondary: #1F2C34;--color-bg-secondary-dark: #131E26;--color-text-on-light: #031016;--color-text-on-dark: #ffffff;--color-text-muted: #5ABAE7;--color-text-muted-dark: #82CBED;--color-border: #D7EEF9;--color-border-dark: #15688E;--color-bg-surface: #F5F7FA;--color-bg-surface-dark: #0E4762;--color-text-neutral: #607D8B;--color-text-neutral-dark: #CFD8DC;--color-success: #4CAF50;--color-warning: #FFC107;--color-danger: #E12D39}:root{--p-surface-0: #ffffff;--p-surface-50: #f8f9fa;--p-surface-100: #f1f3f5;--p-surface-200: #e9ecef;--p-surface-300: #ced4da;--p-surface-400: #adb5bd;--p-surface-500: #6c757d;--p-surface-600: #868e96;--p-surface-700: #495057;--p-surface-800: #343a40;--p-surface-900: #212529;--p-surface-950: #16191d;--p-primary-50: var(--p-surface-50);--p-primary-100: var(--p-surface-100);--p-primary-200: var(--p-surface-200);--p-primary-300: var(--p-surface-300);--p-primary-400: var(--p-surface-400);--p-primary-500: var(--p-surface-500);--p-primary-600: var(--p-surface-600);--p-primary-700: var(--p-surface-700);--p-primary-800: var(--p-surface-800);--p-primary-900: var(--p-surface-900);--p-primary-950: var(--p-surface-950);--p-content-border-radius: 6px;--p-accent-50: #E9F6FC;--p-accent-100: #D7EEF9;--p-accent-200: #AFDEF3;--p-accent-300: #82CBED;--p-accent-400: #5ABAE7;--p-accent-500: #32ABE1;--p-accent-600: #1C8CBF;--p-accent-700: #15688E;--p-accent-800: #0E4762;--p-accent-900: #072431;--p-accent-950: #031016}:root{--p-primary-color: var(--color-bg-primary);--p-primary-contrast-color: var(--color-text-on-light);--p-primary-hover-color: var(--color-bg-primary-dark);--p-primary-active-color: var(--color-bg-primary-dark);--p-content-border-color: var(--color-border);--p-content-hover-background: var(--color-border);--p-content-hover-color: var(--color-text-muted);--p-highlight-background: var(--color-bg-primary);--p-highlight-color: var(--color-bg-primary-dark);--p-highlight-focus-background: var(--color-bg-primary-dark);--p-highlight-focus-color: var(--color-bg-primary-dark);--p-text-color: var(--color-text-on-light);--p-text-hover-color: var(--color-text-on-dark);--p-text-muted-color: var(--color-text-muted);--p-text-hover-muted-color: var(--color-text-muted-dark)}:root.app-dark{--p-primary-color: var(--color-bg-primary-dark);--p-primary-contrast-color: var(--color-text-on-dark);--p-primary-hover-color: var(--color-bg-primary);--p-primary-active-color: var(--color-bg-primary);--p-content-border-color: var(--color-border-dark);--p-content-hover-background: var(--color-bg-surface-dark);--p-content-hover-color: var(--color-text-on-dark);--p-highlight-background: color-mix(in srgb, var(--color-bg-primary-dark), transparent 84%);--p-highlight-color: var(--color-text-on-dark);--p-highlight-focus-background: color-mix(in srgb, var(--color-bg-primary-dark), transparent 76%);--p-highlight-focus-color: var(--color-text-on-dark);--p-text-color: var(--color-text-on-dark);--p-text-hover-color: var(--color-text-on-dark);--p-text-muted-color: var(--color-text-muted-dark);--p-text-hover-muted-color: var(--color-text-muted)}@-webkit-keyframes upload-pulse{0%,to{background-color:var(--color-bg-primary)}50%{background-color:var(--color-bg-primary-dark)}}@keyframes upload-pulse{0%,to{background-color:var(--color-bg-primary)}50%{background-color:var(--color-bg-primary-dark)}}.upload-pulse{animation:upload-pulse 1.5s ease-in-out infinite}@keyframes p-progressbar-indeterminate-anim{0%{inset-inline-start:-35%;inset-inline-end:100%}60%{inset-inline-start:100%;inset-inline-end:-90%}to{inset-inline-start:100%;inset-inline-end:-90%}}@keyframes p-progressbar-indeterminate-anim-short{0%{inset-inline-start:-200%;inset-inline-end:100%}60%{inset-inline-start:107%;inset-inline-end:-8%}to{inset-inline-start:107%;inset-inline-end:-8%}}.progress-spinner-circle{stroke-dasharray:89,200;stroke-dashoffset:0;animation:p-progress-spinner-dash 1.5s ease-in-out infinite,p-progress-spinner-color 6s ease-in-out infinite;stroke-linecap:round}@keyframes p-progress-spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes p-progress-spinner-color{to,0%{stroke:#ff5757}40%{stroke:#696cff}66%{stroke:#1ea97c}80%,90%{stroke:#cc8925}}
