.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form__submit-button,.auth-form__alert{margin-top:.5rem}.auth-form-input-field{width:100%;box-sizing:border-box}.auth-form-input-field__content{width:100%;display:flex;align-items:stretch;gap:0;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;background-color:var(--color-surface);transition:all .2s ease-in-out;overflow:hidden}.auth-form-input-field__content:hover:not(.auth-form-input-field__content--disabled){border-color:#0000001f}.auth-form-input-field__content:focus-within{border-color:#0000001f}.auth-form-input-field__content--error{border-color:var(--color-error)}.auth-form-input-field__content--disabled{background-color:var(--color-grey-100);opacity:.6;cursor:not-allowed}.auth-form-input-field__input-wrapper{flex:0 0 60%;max-width:60%;display:flex;align-items:center}.auth-form-input-field__divider{width:1px;align-self:stretch;background-color:#00000014;flex-shrink:0}.auth-form-input-field__label{flex:0 0 40%;max-width:40%;padding:1rem 1.5rem;font-size:1rem;font-weight:700;color:var(--color-text);display:flex;align-items:center;background-color:var(--color-surface)}.auth-form-input-field__input{width:100%;font-weight:400;font-size:1rem;padding:1rem 1.5rem;background-color:transparent;color:var(--color-text);border:none;outline:none;font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-shadow:none!important}.auth-form-input-field__input::placeholder{color:var(--color-text-muted);opacity:.6}.auth-form-input-field__input:focus{outline:none!important;box-shadow:none!important}.auth-form-input-field__input:disabled{color:var(--color-text-secondary);cursor:not-allowed}.auth-form-input-field__input:-webkit-autofill,.auth-form-input-field__input:-webkit-autofill:hover,.auth-form-input-field__input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--color-surface) inset!important;-webkit-text-fill-color:var(--color-text)!important;transition:background-color 5000s ease-in-out 0s}.auth-form-input-field__error{display:block;margin-top:.25rem;font-size:.875rem;color:var(--color-error)}.auth-form-password-field{width:100%;box-sizing:border-box}.auth-form-password-field__content{width:100%;display:flex;align-items:stretch;gap:0;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;background-color:var(--color-surface);transition:all .2s ease-in-out;overflow:hidden}.auth-form-password-field__content:hover:not(.auth-form-password-field__content--disabled){border-color:#0000001f}.auth-form-password-field__content:focus-within{border-color:#0000001f}.auth-form-password-field__content--error{border-color:var(--color-error)}.auth-form-password-field__content--disabled{background-color:var(--color-grey-100);opacity:.6;cursor:not-allowed}.auth-form-password-field__input-wrapper{flex:0 0 60%;max-width:60%;display:flex;align-items:center}.auth-form-password-field__divider{width:1px;align-self:stretch;background-color:#00000014;flex-shrink:0}.auth-form-password-field__label{flex:0 0 40%;max-width:40%;padding:1rem 1.5rem;font-size:1rem;font-weight:700;color:var(--color-text);display:flex;align-items:center;background-color:var(--color-surface)}.auth-form-password-field__input{width:100%;font-weight:400;font-size:1rem;padding:1rem 1.5rem;background-color:transparent;color:var(--color-text);border:none;outline:none;font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-shadow:none!important}.auth-form-password-field__input::placeholder{color:var(--color-text-muted);opacity:.6}.auth-form-password-field__input:focus{outline:none!important;box-shadow:none!important}.auth-form-password-field__input:disabled{color:var(--color-text-secondary);cursor:not-allowed}.auth-form-password-field__input:-webkit-autofill,.auth-form-password-field__input:-webkit-autofill:hover,.auth-form-password-field__input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--color-surface) inset!important;-webkit-text-fill-color:var(--color-text)!important;transition:background-color 5000s ease-in-out 0s}.auth-form-password-field__error{display:block;margin-top:.25rem;font-size:.875rem;color:var(--color-error)}.icon{display:inline-block;vertical-align:middle;-webkit-user-select:none;user-select:none;flex-shrink:0}.icon--50{width:16px;height:16px}.icon--100{width:24px;height:24px}.general-dialog{display:flex;flex-direction:column;height:100%;max-height:100%;position:relative;color:var(--color-text);overflow:hidden}.general-dialog .MuiDialogContent-root{padding:0!important;overflow:hidden!important;height:100%}.general-dialog__header{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;padding:1.5rem;background:var(--color-surface);z-index:100;height:60px;box-sizing:border-box}.general-dialog__heading{font-family:var(--font-base);font-weight:600;font-size:1.125rem;letter-spacing:0;color:var(--color-text);flex:1;min-width:0;margin:0}.general-dialog__close-btn{width:32px;height:32px;border-radius:9999px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;color:var(--color-text);margin-left:.5rem}.general-dialog__close-btn:hover{background:color-mix(in lab,var(--color-grey-100) 50%,transparent)}.general-dialog__back-btn{width:32px;height:32px;border-radius:9999px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;color:var(--color-text);margin-right:.5rem;flex-shrink:0}.general-dialog__back-btn:hover{background:color-mix(in lab,var(--color-grey-100) 50%,transparent)}.general-dialog__scrollable-content{position:absolute;top:60px;left:0;right:0;overflow-y:auto;overflow-x:visible}.general-dialog__scrollable-content--with-footer{bottom:calc(72px + env(safe-area-inset-bottom))}.general-dialog__scrollable-content--no-footer{bottom:0}.general-dialog__content-body{flex:1;min-height:0;padding:1rem;overflow:visible}.general-dialog__footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));background:var(--color-surface);z-index:10000;display:flex;align-items:center;box-sizing:border-box}.general-dialog-paper{margin:1rem;max-height:calc(100vh - 2rem);height:80vh;border-radius:.75rem;box-shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)";display:flex;flex-direction:column;overflow:hidden}.general-dialog-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:calc(100vh + env(safe-area-inset-bottom));background:var(--color-surface);z-index:9999;overflow:hidden;padding:0;margin:0;border-radius:0;display:flex;flex-direction:column}body.general-dialog-fullscreen-active{overflow:hidden;position:fixed;width:100%;height:100%}.wide-button{width:100%;border-radius:.5rem;text-transform:none;font-weight:600;font-size:1rem;padding:1rem 1.5rem;background-color:var(--color-surface);color:var(--color-text);border:1px solid rgba(0,0,0,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out}.wide-button:hover:not(:disabled){background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.wide-button:disabled{background-color:var(--color-surface);color:var(--color-text);border-color:#00000014;cursor:not-allowed;opacity:.5}.wide-button__icon{display:flex;align-items:center;justify-content:center}.wide-button__icon svg{display:block;width:20px;height:20px}.wide-button__text{white-space:nowrap}.wide-button__spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0;display:block}.wide-button--danger{background-color:#d32f2f;color:#fff;border-color:#d32f2f}.wide-button--danger:hover:not(:disabled){background-color:#b71c1c;border-color:#b71c1c}.wide-button--danger .wide-button__icon svg{stroke:#fff}@keyframes spin{to{transform:rotate(360deg)}}.error-display ul{margin-top:.5rem}.auth-screen,.login-page{width:100%;height:100%}.two-panel-layout{width:100%;height:100vh;background:var(--color-surface);display:flex;flex-direction:column;padding:0 .25rem;overflow:hidden}.two-panel-layout__container{width:100%;max-width:none;height:100%;background-color:#fff;border-radius:2rem;overflow:hidden;box-shadow:"0 25px 50px -12px rgba(0, 0, 0, 0.25)";display:flex;flex-direction:column}@media(min-width:1024px){.two-panel-layout__container{padding:.5rem;align-items:stretch}}.two-panel-layout__topbar{flex-shrink:0;width:100%}.two-panel-layout__content{flex:1;height:0;display:grid;grid-template-columns:380px 1fr;gap:.25rem}.two-panel-layout--equal .two-panel-layout__content{grid-template-columns:1fr 1fr}.two-panel-layout--no-left .two-panel-layout__content{grid-template-columns:1fr}.two-panel-layout__left-panel{display:flex;height:100%;background:color-mix(in lab,var(--color-surface) 90%,var(--color-accent));border-radius:1.5rem;box-shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)";overflow:hidden}.two-panel-layout__right-panel{height:100%;overflow:auto;background:var(--color-surface);border-radius:1.5rem;box-shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)";padding:1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.two-panel-layout__right-panel::-webkit-scrollbar{width:8px;height:8px}.two-panel-layout__right-panel::-webkit-scrollbar-track{background:transparent;border-radius:4px}.two-panel-layout__right-panel::-webkit-scrollbar-thumb{background:#0003;border-radius:4px;border:none}.two-panel-layout__right-panel::-webkit-scrollbar-thumb:hover{background:#0000004d}.two-panel-layout__right-panel::-webkit-scrollbar-corner{background:transparent}.admin-navigation{width:100%;height:100%;display:flex;flex-direction:column;padding:1rem;overflow:hidden;min-height:0}.admin-navigation__list-wrapper{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.admin-navigation__list-wrapper::-webkit-scrollbar{width:6px}.admin-navigation__list-wrapper::-webkit-scrollbar-track{background:transparent}.admin-navigation__list-wrapper::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.admin-navigation__footer{flex-shrink:0;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--color-divider)}.classifiers-list{width:100%;height:100%;overflow-y:auto}.classifier-list{width:100%;overflow-y:auto;max-height:100%}.classifier-list--empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--color-text-muted);font-size:.875rem}.classifier-list__item .MuiListItemButton-root{border-radius:.5rem;margin-bottom:.25rem}.classifier-form{padding:1rem}.classifier-category-view{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.classifier-category-view__header{flex-shrink:0;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-divider)}.classifier-category-view__content{flex:1;min-height:0;display:grid;grid-template-columns:280px 1fr;gap:1.5rem}.classifier-category-view__list-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden}.classifier-category-view__list-panel .classifier-list{flex:1;min-height:0}.classifier-category-view__detail-panel{min-height:0;overflow-y:auto}.classifier-category-view__empty-state{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;background:#f5e9da80;border-radius:1.5rem;border:1px dashed var(--color-divider)}.classifier-table{width:100%}.classifier-table__empty{padding:2rem;text-align:center;color:var(--color-text-muted)}.company-application-list{width:100%;overflow-y:auto;max-height:100%}.company-application-list--empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--color-text-muted);font-size:.875rem}.company-application-list__item .MuiListItemButton-root{border-radius:.5rem;margin-bottom:.25rem}.company-application-detail{padding:1rem;width:100%}.company-application-detail--empty{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;background:#f5e9da80;border-radius:1.5rem;border:1px dashed var(--color-divider)}.company-application-detail__fields{display:flex;flex-direction:column;gap:.25rem}.company-application-detail__actions{padding-top:1rem;border-top:1px solid var(--color-divider)}.company-applications-view{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.company-applications-view__header{flex-shrink:0;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-divider)}.company-applications-view__content{flex:1;min-height:0;display:grid;grid-template-columns:280px 1fr;gap:1.5rem}.company-applications-view__list-panel{min-height:0;overflow:hidden;display:flex;flex-direction:column}.company-applications-view__detail-panel{min-height:0;overflow-y:auto}.admin-users-view{width:100%;height:100%}.admin-users-view__header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-divider)}.admin-users-view__table{margin-bottom:1rem}.company-list{width:100%;overflow-y:auto;max-height:100%}.company-list--empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--color-text-muted);font-size:.875rem}.company-list__item .MuiListItemButton-root{border-radius:.5rem;margin-bottom:.25rem}.company-detail{padding:1rem;width:100%}.company-detail--empty{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;background:#f5e9da80;border-radius:1.5rem;border:1px dashed var(--color-divider)}.company-detail__section{padding-top:.5rem}.admin-company-view{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.admin-company-view__header{flex-shrink:0;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-divider)}.admin-company-view__content{flex:1;min-height:0;display:grid;grid-template-columns:280px 1fr;gap:1.5rem}.admin-company-view__list-panel{min-height:0;overflow:hidden;display:flex;flex-direction:column}.admin-company-view__detail-panel{min-height:0;overflow-y:auto}.video-form{padding:1rem}.admin-videos-view{width:100%;height:100%}.admin-videos-view__header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-divider)}.admin-videos-view__table{margin-bottom:1rem}.admin-dashboard-screen,.dashboard-page{width:100%;height:100%}:root{--color-bg: #F5E9DA;--color-surface: #FFFBF7;--color-text: #5A3E18;--color-text-muted: #8C7A65;--color-text-secondary: #6B7280;--color-primary: #5A3E18;--color-primary-light: #7D6040;--color-primary-dark: #4A3012;--color-accent: #E4B169;--color-muted: #ADB7B4;--color-divider: rgba(0, 0, 0, .08);--color-highlight: #CFAFA0;--color-error: #EF4444;--color-success: #10B981;--color-grey-100: #f3f4f6;--color-grey-200: #e5e7eb;--color-grey-300: #d1d5db;--color-grey-400: #9ca3af;--color-grey-500: #6b7280;--color-grey-600: #4b5563;--color-grey-700: #374151;--color-grey-800: #1f2937;--color-grey-900: #111827;--font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-heading: "Poltawski Nowy", serif}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}html,body,#root{height:100%}body{font-family:var(--font-base);font-size:1rem;line-height:1.5;color:var(--color-text);background-color:var(--color-bg);min-height:100vh}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;color:var(--color-text)}button{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer}button:disabled{cursor:not-allowed}.auth-screen,.admin-dashboard-screen,.login-page,.dashboard-page{width:100%;height:100%}
