.confirm-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.confirm-dialog{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-height:90vh;max-width:400px;overflow:hidden;width:90%}.dark .confirm-dialog{background:#1f2937;box-shadow:0 10px 25px #00000080}.confirm-dialog__header{padding:20px 20px 0}.confirm-dialog__title{color:hsl(var(--card-foreground));font-size:18px;font-weight:600;margin:0}.confirm-dialog__body{padding:20px}.confirm-dialog__message{color:hsl(var(--muted-foreground));line-height:1.5;margin:0}.confirm-dialog__footer{display:flex;gap:12px;justify-content:flex-end;padding:0 20px 20px}.confirm-dialog__button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.confirm-dialog__button--cancel{background-color:hsl(var(--secondary));border:1px solid hsl(var(--border));color:hsl(var(--secondary-foreground))}.dark .confirm-dialog__button--cancel{border:1px solid #4b5563}.confirm-dialog__button--cancel:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.dark .confirm-dialog__button--cancel:hover{border-color:#6b7280}.confirm-dialog__button--confirm{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.confirm-dialog__button--confirm:hover{filter:brightness(.95);opacity:.9}.confirm-dialog--danger .confirm-dialog__button--confirm{background-color:#ef4444}.confirm-dialog--danger .confirm-dialog__button--confirm:hover{background-color:#dc2626}.empty-state{align-items:center;animation:fadeInUp .5s ease-out;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.empty-state--small{padding:20px}.empty-state--large{padding:60px 20px}.empty-state__icon{font-size:48px;margin-bottom:16px;opacity:.8}.empty-state--small .empty-state__icon{font-size:32px;margin-bottom:12px}.empty-state--large .empty-state__icon{font-size:64px;margin-bottom:20px}.empty-state__title{color:#374151;font-size:18px;font-weight:600;margin:0 0 8px}.empty-state--small .empty-state__title{font-size:16px}.empty-state--large .empty-state__title{font-size:20px}.empty-state__description{font-size:14px;line-height:1.5;margin:0 0 20px;max-width:400px}.empty-state--small .empty-state__description{font-size:13px;margin-bottom:16px}.empty-state--large .empty-state__description{font-size:16px;margin-bottom:24px}.empty-state__action{margin-top:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.companies-table{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.dark .companies-table{background:#1f2937;box-shadow:0 1px 3px #0000004d}.companies-table__table{border-collapse:collapse;width:100%}.companies-table__header{background-color:#f8fafc}.dark .companies-table__header{background-color:#111827}.companies-table__header th{border-bottom:1px solid #e5e7eb;color:#374151;font-size:13px;font-weight:600;letter-spacing:.05em;padding:16px;text-align:left;text-transform:uppercase}.dark .companies-table__header th{border-bottom:1px solid #374151;color:#f9fafb}.companies-table__body{background:#fff}.dark .companies-table__body{background:#1f2937}.companies-table__row{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.dark .companies-table__row{border-bottom:1px solid #374151}.companies-table__row:hover{background-color:#f9fafb}.dark .companies-table__row:hover{background-color:#374151}.companies-table__row:last-child{border-bottom:none}.companies-table__cell{padding:16px;vertical-align:middle}.dark .companies-table__cell{color:#f9fafb}.companies-table__cell--name{font-weight:500}.dark .companies-table__cell--name{color:#fff}.companies-table__name-link{background:none;border:none;color:inherit;cursor:pointer;padding:0;text-align:left;transition:opacity .2s ease;width:100%}.companies-table__name-link:hover{opacity:.8}.companies-table__name-link strong{color:#2563eb;display:block;transition:color .2s ease}.companies-table__name-link:hover strong{color:#1d4ed8;text-decoration:underline}.dark .companies-table__name-link strong{color:#60a5fa}.dark .companies-table__name-link:hover strong{color:#93c5fd}.companies-table__secondary{color:#6b7280;display:block;font-size:12px}.dark .companies-table__secondary{color:#94a3b8}.companies-table__contact{color:#4b5563;display:flex;flex-direction:column;font-size:13px;gap:4px}.dark .companies-table__contact{color:#cbd5f5}.companies-table__link{color:#2563eb;font-size:13px;text-decoration:none;word-break:break-word}.companies-table__link:hover{text-decoration:underline}.dark .companies-table__link{color:#60a5fa}.companies-table__logo{align-items:center;background-color:#f3f4f6;border-radius:10px;display:flex;height:48px;justify-content:center;overflow:hidden;width:48px}.companies-table__logo img{height:100%;object-fit:cover;width:100%}.companies-table__logo-placeholder{color:#6b7280;font-size:12px}.dark .companies-table__logo-placeholder{color:#94a3b8}.companies-table__slug{background-color:#f3f4f6;border-radius:4px;color:#6b7280;display:inline-block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;margin-top:4px;padding:4px 8px}.dark .companies-table__slug{background-color:#374151;color:#d1d5db}.companies-table__cell--actions{width:140px}.companies-table__actions{align-items:center;display:flex;gap:8px}.companies-table__action{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:relative;transition:all .2s ease;width:32px}.companies-table__action--edit{color:#3b82f6}.companies-table__action--edit:hover{background:#3b82f61a;color:#2563eb}.dark .companies-table__action--edit{color:#60a5fa}.dark .companies-table__action--edit:hover{background:#60a5fa26;color:#93c5fd}.companies-table__action--invite{color:#10b981}.companies-table__action--invite:hover:not(:disabled){background:#10b9811a;color:#059669}.dark .companies-table__action--invite{color:#34d399}.dark .companies-table__action--invite:hover:not(:disabled){background:#34d39926;color:#6ee7b7}.companies-table__action--delete{color:#ef4444}.companies-table__action--delete:hover:not(:disabled){background:#ef44441a;color:#dc2626}.dark .companies-table__action--delete{color:#f87171}.dark .companies-table__action--delete:hover:not(:disabled){background:#f8717126;color:#fca5a5}.companies-table__action:disabled{cursor:not-allowed;opacity:.4}.companies-table__no-results{color:hsl(var(--muted-foreground));font-style:italic;padding:40px 20px;text-align:center}.companies-table__empty,.companies-table__error,.companies-table__loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.dark .companies-table__empty,.dark .companies-table__error,.dark .companies-table__loading{color:#9ca3af}.companies-table__spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}.dark .companies-table__spinner{border:4px solid #374151;border-top-color:#60a5fa}.companies-table__error button{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:16px;padding:8px 16px}.companies-table__error button:hover,.dark .companies-table__error button{background-color:#2563eb}.dark .companies-table__error button:hover{background-color:#1d4ed8}.companies-table__cards{display:none;flex-direction:column;gap:10px;padding:12px}.companies-table__card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:12px}.dark .companies-table__card{background:#1e293b;border-color:#334155}.companies-table__card-header{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.companies-table__card-name{color:#1e293b;font-size:15px}.dark .companies-table__card-name{color:#e2e8f0}.companies-table__card-trade{color:#64748b;font-size:12px}.dark .companies-table__card-trade{color:#94a3b8}.companies-table__card-body{display:flex;flex-direction:column;gap:6px}.companies-table__card-row{grid-gap:8px;align-items:baseline;display:grid;gap:8px;grid-template-columns:minmax(90px,120px) 1fr}.companies-table__card-label{color:#64748b;font-size:12px;font-weight:600}.dark .companies-table__card-label{color:#94a3b8}.companies-table__card-value{color:#1e293b;font-size:13px}.dark .companies-table__card-value{color:#e2e8f0}.companies-table__card-actions{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:10px}.dark .companies-table__card-actions{border-top-color:#334155}.companies-table__cards-empty{color:#64748b;font-size:14px;padding:16px;text-align:center}.dark .companies-table__cards-empty{color:#94a3b8}@media (max-width:900px){.companies-table__table-wrapper{display:none}.companies-table__cards{display:flex}}@media (max-width:768px){.companies-table{overflow-x:auto}.companies-table__table{min-width:900px}.companies-table__cell{padding:12px}.companies-table__actions{gap:4px}.companies-table__action{font-size:12px;height:28px;width:28px}}.companies-table__th--sortable{cursor:pointer;transition:background-color .15s ease}.companies-table__th--sortable:hover{background-color:#00000005}.dark .companies-table__th--sortable:hover{background-color:#ffffff0d}.companies-table__th-content{align-items:center;display:inline-flex;gap:6px}.companies-table__sort-icons{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:1px;justify-content:center;margin-left:4px;opacity:.5;transition:opacity .15s ease}.companies-table__th--sortable:hover .companies-table__sort-icons{opacity:.8}.companies-table__sort-icon{color:inherit;line-height:1;opacity:.4}.companies-table__sort-icon--active{color:inherit;opacity:1}.companies-table__pagination-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:20px;padding:0 16px 16px}.companies-table__pagination-info{color:hsl(var(--muted-foreground));flex-shrink:0;font-size:14px}.companies-table__pagination-select{align-items:center;display:flex;gap:8px}.companies-table__pagination-select label,.companies-table__pagination-select-input{color:hsl(var(--foreground));font-size:14px}.companies-table__pagination-select-input{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;cursor:pointer;padding:6px 12px;transition:all .2s ease}.companies-table__pagination-select-input:hover{border-color:hsl(var(--ring))}.companies-table__pagination-select-input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.2);outline:none}.dark .companies-table__pagination-select-input{background:hsl(var(--card));border-color:hsl(var(--border))}.companies-table__pagination{align-items:center;display:flex;flex:1 1;gap:8px;justify-content:center;min-width:0}.companies-table__pagination-select{flex-shrink:0}.companies-table__pagination-button{background:#fff;border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.dark .companies-table__pagination-button{background:hsl(var(--card));border-color:hsl(var(--border))}.companies-table__pagination-button:hover:not(:disabled){background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.companies-table__pagination-button:disabled{cursor:not-allowed;opacity:.5}.companies-table__pagination-pages{display:flex;gap:4px}.companies-table__pagination-page{align-items:center;background:#fff;border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;min-width:32px;padding:0 10px;transition:all .2s ease}.dark .companies-table__pagination-page{background:hsl(var(--card));border-color:hsl(var(--border))}.companies-table__pagination-page:hover:not(.companies-table__pagination-page--active){background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.companies-table__pagination-page--active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:#fff}@media (max-width:768px){.companies-table__pagination-wrapper{padding:8px 12px 12px}.companies-table__pagination{flex-wrap:wrap;justify-content:center}}.form-field{margin-bottom:16px}.form-field__label{color:hsl(var(--card-foreground));display:block;font-size:14px;font-weight:500;margin-bottom:6px}.dark .form-field__label{color:hsl(var(--card-foreground));opacity:.95}.form-field__required{color:#ef4444;margin-left:2px}.form-field__input{width:100%}.form-field__help{color:hsl(var(--muted-foreground));font-size:12px;margin-top:4px}.form-field__error{color:#ef4444;font-size:12px;margin-top:4px}.form-field input,.form-field select,.form-field textarea{background-color:hsl(var(--input))!important;border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground))!important;font-size:14px;padding:8px 12px;transition:border-color .2s,background-color .2s,color .2s;width:100%}.dark .form-field input,.dark .form-field select,.dark .form-field textarea{background-color:hsl(var(--input))!important;border-color:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:hsl(var(--ring))!important;box-shadow:0 0 0 3px hsl(var(--ring)/.2);outline:none}.dark .form-field input:focus,.dark .form-field select:focus,.dark .form-field textarea:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background-color:hsl(var(--input))!important;color:hsl(var(--foreground))!important}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:not-allowed;opacity:.6}.form-field input::placeholder,.form-field textarea::placeholder{color:hsl(var(--muted-foreground));opacity:.7}.form-field--error input,.form-field--error select,.form-field--error textarea,.input-error{border-color:#ef4444}.form-field--error input:focus,.form-field--error select:focus,.form-field--error textarea:focus,.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.company-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.company-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px #0000001a;max-height:90vh;max-width:720px;overflow:hidden;width:100%}.dark .company-modal{background:#1f2937;box-shadow:0 20px 25px #00000080}.company-modal__header{align-items:center;display:flex;justify-content:space-between;padding:24px 24px 0}.company-modal__title{color:hsl(var(--card-foreground));font-size:20px;font-weight:600;margin:0}.company-modal__close{align-items:center;background:none;border:none;border-radius:6px;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;transition:all .2s;width:32px}.company-modal__close:hover:not(:disabled){background-color:hsl(var(--muted));color:hsl(var(--foreground))}.company-modal__close:disabled{cursor:not-allowed;opacity:.5}.company-modal__form{max-height:calc(90vh - 80px);overflow-y:auto;padding:24px;scrollbar-width:thin}.company-modal__section{margin-bottom:24px}.company-modal__section:last-of-type{margin-bottom:0}.company-modal__section-title{color:hsl(var(--muted-foreground));font-size:16px;font-weight:600;margin:0 0 16px}.company-modal__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.company-modal__grid--full{grid-template-columns:1fr}.company-modal__textarea textarea{min-height:120px;resize:vertical}.company-modal__logo{display:flex;flex-direction:column;gap:12px}.company-modal__logo-label{color:hsl(var(--muted-foreground));font-size:14px;font-weight:500}.company-modal__logo-content{display:flex;flex-wrap:wrap;gap:16px}.company-modal__logo-preview{align-items:center;background-color:#f3f4f6;border-radius:12px;display:flex;height:72px;justify-content:center;overflow:hidden;width:72px}.company-modal__logo-preview img{height:100%;object-fit:cover;width:100%}.company-modal__logo-placeholder{color:#6b7280;font-size:12px;padding:4px;text-align:center}.company-modal__logo-actions{display:flex;flex:1 1;flex-direction:column;gap:12px;min-width:220px}.company-modal__logo-actions input[type=file]{font-size:13px}.company-modal__logo-remove{align-self:flex-start;background:#0000;border:1px solid #ef4444;border-radius:6px;color:#dc2626;cursor:pointer;font-size:13px;padding:6px 12px;transition:background-color .2s ease,color .2s ease}.company-modal__logo-remove:hover:not(:disabled){background-color:#fee2e2}.company-modal__logo-remove:disabled{cursor:not-allowed;opacity:.5}.company-modal input,.company-modal select,.company-modal textarea{background-color:#f9fafb;border:1px solid #d1d5db;color:#1f2937}.dark .company-modal input,.dark .company-modal select,.dark .company-modal textarea{background-color:#374151!important;border:1px solid #4b5563!important;color:#f9fafb!important}.dark .company-modal input:focus,.dark .company-modal select:focus,.dark .company-modal textarea:focus{background-color:#374151!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a;color:#f9fafb!important;outline:none}.company-modal__color-section{display:flex;flex-direction:column;gap:12px}.company-modal__color-picker{align-items:center;display:flex;gap:8px}.company-modal__color-input{background:none;border:1px solid hsl(var(--border));border-radius:6px;cursor:pointer;height:40px;padding:0;width:50px}.company-modal__color-input::-webkit-color-swatch-wrapper{padding:0}.company-modal__color-input::-webkit-color-swatch{border:none;border-radius:4px}.company-modal__color-input::-moz-color-swatch{border:none;border-radius:4px}.company-modal__color-text{background-color:hsl(var(--input));border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));flex:1 1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;padding:8px 12px}.company-modal__color-text:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.2);outline:none}.company-modal__color-presets{display:flex;flex-direction:column;gap:8px}.company-modal__presets-label{color:hsl(var(--muted-foreground));font-size:12px;font-weight:500}.company-modal__preset-colors{display:flex;flex-wrap:wrap;gap:8px}.company-modal__preset-color{border:2px solid #0000;border-radius:6px;cursor:pointer;height:32px;position:relative;transition:all .2s ease;width:32px}.company-modal__preset-color:hover{box-shadow:0 2px 8px #0003;transform:scale(1.1)}.company-modal__preset-color--active{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.2)}.company-modal__preset-color--active:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;text-shadow:0 1px 2px #00000080;top:50%;transform:translate(-50%,-50%)}.company-modal__footer{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.company-modal__button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.company-modal__button--cancel{background-color:hsl(var(--secondary));border:1px solid hsl(var(--border));color:hsl(var(--secondary-foreground))}.dark .company-modal__button--cancel{border:1px solid #4b5563}.company-modal__button--cancel:hover:not(:disabled){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.dark .company-modal__button--cancel:hover:not(:disabled){border-color:#6b7280}.company-modal__button--submit{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.company-modal__button--submit:hover:not(:disabled){filter:brightness(.95);opacity:.9}.company-modal__button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:640px){.company-modal-overlay{padding:10px}.company-modal{max-width:100%}.company-modal__header{padding:20px 20px 0}.company-modal__form{max-height:calc(90vh - 72px);padding:20px}.company-modal__grid{grid-template-columns:1fr}.company-modal__footer{flex-direction:column}.company-modal__button{width:100%}}.company-details__overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}.company-details{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;color:#111827;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(680px,100%)}.dark .company-details{background:#0f172a;box-shadow:0 20px 60px #00000080;color:#e5e7eb}.company-details__header{align-items:flex-start;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.dark .company-details__header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:1px solid #334155}.company-details__header-content{align-items:center;display:flex;flex:1 1;gap:16px}.company-details__logo{align-items:center;background:#f3f4f6;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;width:64px}.dark .company-details__logo{background:#1e293b}.company-details__logo img{height:100%;object-fit:cover;width:100%}.company-details__logo-placeholder{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;width:64px}.company-details__title{color:#111827;font-size:20px;font-weight:700;margin:0}.dark .company-details__title{color:#e5e7eb}.company-details__subtitle{color:#6b7280;font-size:14px;font-weight:400;margin:4px 0 0}.dark .company-details__subtitle{color:#94a3b8}.company-details__slug{background:#f3f4f6;border-radius:4px;color:#6b7280;display:inline-block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;margin-top:4px;padding:2px 8px}.dark .company-details__slug{background:#334155;color:#94a3b8}.company-details__close{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:24px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.company-details__close:hover{background:#f3f4f6;color:#111827}.dark .company-details__close{color:#94a3b8}.dark .company-details__close:hover{background:#334155;color:#e5e7eb}.company-details__content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.company-details__section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s ease}.dark .company-details__section{background:#1e293b;border-color:#334155}.company-details__section:hover{box-shadow:0 2px 8px #0000000d}.dark .company-details__section:hover{box-shadow:0 2px 8px #0003}.company-details__section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;margin-bottom:16px;padding-bottom:12px}.dark .company-details__section-header{border-bottom-color:#334155}.company-details__section-icon{align-items:center;background:#fff;border-radius:8px;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;width:36px}.dark .company-details__section-icon{background:#0f172a}.company-details__section-title{color:#111827;font-size:16px;font-weight:600;margin:0}.dark .company-details__section-title{color:#e5e7eb}.company-details__section-content{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:640px){.company-details__section-content{grid-template-columns:1fr}}.company-details__field{display:flex;flex-direction:column;gap:6px}.company-details__field--full{grid-column:1/-1}.company-details__label{color:#6b7280;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.dark .company-details__label{color:#94a3b8}.company-details__value{color:#111827;font-size:14px;font-weight:500;word-break:break-word}.dark .company-details__value{color:#e5e7eb}.company-details__slug-value{background:#e0e7ff;border-radius:4px;color:#3730a3;display:inline-block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;font-weight:500;padding:4px 8px}.dark .company-details__slug-value{background:#312e81;color:#c7d2fe}.company-details__link{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s ease}.company-details__link:hover{color:#1d4ed8;text-decoration:underline}.dark .company-details__link{color:#60a5fa}.dark .company-details__link:hover{color:#93c5fd}.company-details__footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:20px 24px}.dark .company-details__footer{background:#1e293b;border-top-color:#334155}@media (max-width:640px){.company-details__overlay{padding:0}.company-details{border-radius:0;max-height:100vh;width:100%}.company-details__content,.company-details__header{padding:20px}.company-details__footer{padding:16px 20px}.company-details__logo,.company-details__logo-placeholder{font-size:20px;height:56px;width:56px}}.button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;gap:8px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .2s ease-in-out}.button:focus{box-shadow:0 0 0 2px hsl(var(--ring));outline:none}.button--primary{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary)/.9));border:1px solid hsl(var(--primary));color:hsl(var(--primary-foreground))}.button--primary:hover:not(.button--disabled){background:linear-gradient(135deg,hsl(var(--primary)/.9),hsl(var(--primary)/.8));box-shadow:0 4px 12px hsl(var(--primary)/.3);transform:translateY(-1px)}.button--secondary{background:hsl(var(--secondary));border:1px solid hsl(var(--border));color:hsl(var(--secondary-foreground))}.dark .button--secondary{border:1px solid #4b5563}.button--secondary:hover:not(.button--disabled){background:hsl(var(--secondary)/.8);box-shadow:0 4px 12px hsl(var(--foreground)/.1);transform:translateY(-1px)}.dark .button--secondary:hover:not(.button--disabled){border-color:#6b7280}.button--danger{background:linear-gradient(135deg,hsl(var(--destructive)),hsl(var(--destructive)/.9));border:1px solid hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.button--danger:hover:not(.button--disabled){background:linear-gradient(135deg,hsl(var(--destructive)/.9),hsl(var(--destructive)/.8));box-shadow:0 4px 12px hsl(var(--destructive)/.3);transform:translateY(-1px)}.button--success{background:linear-gradient(135deg,#22c55e,#16a34a);border:1px solid #16a34a;color:#fff}.button--success:hover:not(.button--disabled){background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.button--warning{background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid #d97706;color:#fff}.button--warning:hover:not(.button--disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}.button--ghost{background:#0000;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}.button--ghost:hover:not(.button--disabled){background:hsl(var(--accent));border-color:hsl(var(--border));color:hsl(var(--accent-foreground))}.button--small{font-size:12px;gap:6px;padding:6px 12px}.button--medium{font-size:14px;gap:8px;padding:8px 16px}.button--large{font-size:16px;gap:10px;padding:12px 24px}.button--disabled{box-shadow:none!important;cursor:not-allowed;opacity:.5;transform:none!important}.button--loading{cursor:wait}.button--loading .button__content{opacity:.7}.button__spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.button--small .button__spinner{border-width:1.5px;height:12px;width:12px}.button--large .button__spinner{border-width:2.5px;height:20px;width:20px}.button__icon{align-items:center;display:flex;font-size:16px}.button--small .button__icon{font-size:14px}.button--large .button__icon{font-size:18px}.button__content{transition:opacity .2s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button:before{background-color:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s;width:0}.button:active:before{height:200px;width:200px}@media (max-width:640px){.button--large{font-size:14px;padding:10px 20px}}.user-details__overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}.user-details{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;color:#111827;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(680px,100%)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark .user-details{background:#0f172a;box-shadow:0 20px 60px #00000080;color:#e5e7eb}.user-details__header{align-items:flex-start;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.dark .user-details__header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:1px solid #334155}.user-details__header-content{align-items:center;display:flex;flex:1 1;gap:16px}.user-details__avatar-large{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;width:64px}.user-details__title{color:#111827;font-size:20px;font-weight:700;margin:0}.dark .user-details__title{color:#e5e7eb}.user-details__subtitle{color:#6b7280;font-size:14px;font-weight:400;margin:4px 0 0}.dark .user-details__subtitle{color:#94a3b8}.user-details__close{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:24px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.user-details__close:hover{background:#f3f4f6;color:#111827}.dark .user-details__close{color:#94a3b8}.dark .user-details__close:hover{background:#334155;color:#e5e7eb}.user-details__content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.user-details__section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s ease}.dark .user-details__section{background:#1e293b;border-color:#334155}.user-details__section:hover{box-shadow:0 2px 8px #0000000d}.dark .user-details__section:hover{box-shadow:0 2px 8px #0003}.user-details__section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;margin-bottom:16px;padding-bottom:12px}.dark .user-details__section-header{border-bottom-color:#334155}.user-details__section-icon{align-items:center;background:#fff;border-radius:8px;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;width:36px}.dark .user-details__section-icon{background:#0f172a}.user-details__section-title{color:#111827;font-size:16px;font-weight:600;margin:0}.dark .user-details__section-title{color:#e5e7eb}.user-details__section-content{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:640px){.user-details__section-content{grid-template-columns:1fr}}.user-details__field{display:flex;flex-direction:column;gap:6px}.user-details__label{color:#6b7280;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.dark .user-details__label{color:#94a3b8}.user-details__value{color:#111827;font-size:14px;font-weight:500;word-break:break-word}.dark .user-details__value{color:#e5e7eb}.user-details__role-badge{align-items:center;background:#e0e7ff;border-radius:6px;color:#3730a3;display:inline-flex;font-size:13px;font-weight:500;gap:4px;padding:4px 10px}.dark .user-details__role-badge{background:#312e81;color:#c7d2fe}.user-details__status-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:4px 10px;white-space:nowrap}.user-details__status-dot{background:currentColor;border-radius:50%;height:6px;width:6px}.user-details__status-badge--active{background:#d1fae5;color:#065f46}.dark .user-details__status-badge--active{background:#064e3b;color:#6ee7b7}.user-details__status-badge--inactive{background:#f3f4f6;color:#374151}.dark .user-details__status-badge--inactive{background:#1f2937;color:#cbd5e1}.user-details__verification-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:4px 10px;white-space:nowrap}.user-details__verification-badge--enabled,.user-details__verification-badge--verified{background:#d1fae5;color:#065f46}.dark .user-details__verification-badge--enabled,.dark .user-details__verification-badge--verified{background:#064e3b;color:#6ee7b7}.user-details__verification-badge--disabled,.user-details__verification-badge--unverified{background:#fee2e2;color:#991b1b}.dark .user-details__verification-badge--disabled,.dark .user-details__verification-badge--unverified{background:#7f1d1d;color:#fca5a5}.user-details__footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:20px 24px}.dark .user-details__footer{background:#1e293b;border-top-color:#334155}@media (max-width:640px){.user-details__overlay{padding:0}.user-details{border-radius:0;max-height:100vh;width:100%}.user-details__content,.user-details__header{padding:20px}.user-details__footer{padding:16px 20px}.user-details__avatar-large{font-size:20px;height:56px;width:56px}}.admins-drawer__overlay{animation:fadeIn .2s ease-out;background:#00000080;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admins-drawer{animation:slideInRight .3s ease-out;background:#fff;box-shadow:-8px 0 32px #00000026;color:#111827;display:flex;flex-direction:column;height:100%;width:min(920px,100%)}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.dark .admins-drawer{background:#0f172a;box-shadow:-8px 0 32px #0006;color:#e5e7eb}.admins-drawer__header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.dark .admins-drawer__header{background:#1e293b;border-bottom:1px solid #334155}.admins-drawer__title{display:flex;flex-direction:column;font-size:20px;font-weight:700;gap:4px}.admins-drawer__subtitle{color:#6b7280;font-size:13px;font-weight:400}.dark .admins-drawer__subtitle{color:#94a3b8}.admins-drawer__close{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.admins-drawer__close:hover{background:#f3f4f6;color:#111827}.dark .admins-drawer__close{color:#94a3b8}.dark .admins-drawer__close:hover{background:#334155;color:#e5e7eb}.admins-drawer__content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.admins-drawer__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s ease}.dark .admins-drawer__card{background:#1e293b;border-color:#334155}.admins-drawer__card:hover{box-shadow:0 4px 12px #0000000d}.dark .admins-drawer__card:hover{box-shadow:0 4px 12px #0003}.admins-drawer__section-header{align-items:flex-start;display:flex;gap:12px;margin-bottom:20px}.admins-drawer__section-icon-wrapper{align-items:center;background:#f3f4f6;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.dark .admins-drawer__section-icon-wrapper{background:#334155}.admins-drawer__section-icon{color:#3b82f6}.dark .admins-drawer__section-icon{color:#60a5fa}.admins-drawer__section-title{color:#111827;font-size:18px;font-weight:600;margin:0}.dark .admins-drawer__section-title{color:#e5e7eb}.admins-drawer__section-subtitle{color:#6b7280;font-size:13px;font-weight:400;margin:4px 0 0}.dark .admins-drawer__section-subtitle{color:#94a3b8}.admins-drawer__form{display:flex;flex-direction:column;gap:16px}.admins-drawer__card .form-field input,.admins-drawer__card .form-field select{background:#fff!important;border-color:#d1d5db!important;color:#111827!important}.dark .admins-drawer__card .form-field input,.dark .admins-drawer__card .form-field select{background:#1e293b!important;border-color:#475569!important;color:#e5e7eb!important}.admins-drawer__card .form-field input:focus,.admins-drawer__card .form-field select:focus{background:#fff!important;border-color:#2563eb!important;color:#111827!important}.dark .admins-drawer__card .form-field input:focus,.dark .admins-drawer__card .form-field select:focus{background:#1e293b!important;border-color:#60a5fa!important;color:#e5e7eb!important}.admins-drawer__card .form-field input::placeholder{color:#9ca3af!important}.dark .admins-drawer__card .form-field input::placeholder{color:#64748b!important}.admins-drawer__form-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 1fr}@media (max-width:720px){.admins-drawer__form-layout{grid-template-columns:1fr}}.admins-drawer__form-left,.admins-drawer__form-right{display:flex;flex-direction:column}.admins-drawer__input-wrapper{align-items:center;display:flex;position:relative}.admins-drawer__input-icon{color:#6b7280;left:12px;pointer-events:none;position:absolute;z-index:1}.dark .admins-drawer__input-icon{color:#94a3b8}.admins-drawer__input-wrapper .admins-drawer__input{padding-left:40px}.admins-drawer__acl-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:20px}.dark .admins-drawer__acl-section{background:#1e293b;border-color:#334155}.admins-drawer__acl-header{align-items:center;display:flex;gap:10px;margin-bottom:4px}.admins-drawer__acl-icon{color:#3b82f6;flex-shrink:0}.dark .admins-drawer__acl-icon{color:#60a5fa}.admins-drawer__acl-title{color:#1f2937;font-size:15px;font-weight:600;margin:0}.dark .admins-drawer__acl-title{color:#f9fafb}.admins-drawer__acl-options{display:flex;flex-direction:column;gap:12px}.admins-drawer__acl-option{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.dark .admins-drawer__acl-option{background:#0f172a;border-color:#334155}.admins-drawer__acl-option:hover{background:#f3f4f6;border-color:#d1d5db}.dark .admins-drawer__acl-option:hover{background:#1e293b;border-color:#475569}.admins-drawer__acl-option--checked{background:#eff6ff;border-color:#3b82f6}.dark .admins-drawer__acl-option--checked{background:#1e3a8a;border-color:#60a5fa}.admins-drawer__acl-checkbox-wrapper{flex-shrink:0;height:20px;margin-top:2px;position:relative;width:20px}.admins-drawer__acl-checkbox{cursor:pointer;height:100%;margin:0;opacity:0;position:absolute;width:100%;z-index:2}.admins-drawer__acl-checkmark{color:#9ca3af;height:20px;left:0;pointer-events:none;position:absolute;top:0;transition:all .2s ease;width:20px}.dark .admins-drawer__acl-checkmark{color:#64748b}.admins-drawer__acl-checkmark--checked{color:#3b82f6}.dark .admins-drawer__acl-checkmark--checked{color:#60a5fa}.admins-drawer__acl-content{align-items:center;display:flex;flex:1 1;gap:10px}.admins-drawer__acl-option-icon{color:#6b7280;flex-shrink:0}.dark .admins-drawer__acl-option-icon{color:#94a3b8}.admins-drawer__acl-option--checked .admins-drawer__acl-option-icon{color:#3b82f6}.dark .admins-drawer__acl-option--checked .admins-drawer__acl-option-icon{color:#60a5fa}.admins-drawer__acl-option-text{color:#374151;font-size:14px;line-height:1.5}.dark .admins-drawer__acl-option-text{color:#e5e7eb}.admins-drawer__acl-option:has(input:disabled){cursor:not-allowed;opacity:.6}.admins-drawer__acl-option:has(input:disabled):hover{background:#fff;border-color:#e5e7eb}.dark .admins-drawer__acl-option:has(input:disabled):hover{background:#0f172a;border-color:#334155}.admins-drawer__card input[type=email],.admins-drawer__card select,.admins-drawer__input,.admins-drawer__select{-webkit-appearance:none;appearance:none;background:#fff!important;border:1px solid #d1d5db;border-radius:8px;color:#111827!important;font-family:inherit;font-size:14px;padding:10px 12px;transition:all .2s ease;width:100%}.dark .admins-drawer__card input[type=email],.dark .admins-drawer__card select,.dark .admins-drawer__input,.dark .admins-drawer__select{background:#1e293b!important;border-color:#475569!important;color:#e5e7eb!important}.admins-drawer__card input[type=email]::placeholder,.admins-drawer__input::placeholder{color:#9ca3af!important;opacity:1}.dark .admins-drawer__card input[type=email]::placeholder,.dark .admins-drawer__input::placeholder{color:#64748b!important;opacity:1}.admins-drawer__card input[type=email]:focus,.admins-drawer__card select:focus,.admins-drawer__input:focus,.admins-drawer__select:focus{background:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a;color:#111827!important;outline:none}.dark .admins-drawer__card input[type=email]:focus,.dark .admins-drawer__card select:focus,.dark .admins-drawer__input:focus,.dark .admins-drawer__select:focus{background:#1e293b!important;border-color:#60a5fa!important;color:#e5e7eb!important}.admins-drawer__card input[type=email]:disabled,.admins-drawer__card select:disabled,.admins-drawer__input:disabled,.admins-drawer__select:disabled{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed;opacity:.6}.dark .admins-drawer__card input[type=email]:disabled,.dark .admins-drawer__card select:disabled,.dark .admins-drawer__input:disabled,.dark .admins-drawer__select:disabled{background:#1e293b!important;color:#94a3b8!important;opacity:.5}.admins-drawer__card select option,.admins-drawer__select option{background:#fff!important;color:#111827!important;padding:8px}.dark .admins-drawer__card select option,.dark .admins-drawer__select option{background:#1e293b!important;color:#e5e7eb!important}.admins-drawer__card select,.admins-drawer__select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23374151' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;padding-right:36px}.dark .admins-drawer__card select,.dark .admins-drawer__select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%2394a3b8' d='M6 9 1 4h10z'/%3E%3C/svg%3E")}.admins-drawer__form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.admins-drawer__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;gap:8px;padding:12px 16px}.dark .admins-drawer__error{background:#7f1d1d;border-color:#991b1b;color:#fca5a5}.admins-drawer__error-icon{font-size:18px}.admins-drawer__table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto;width:100%}.dark .admins-drawer__table-wrapper{border-color:#334155}.admins-drawer__table{background:#fff;border-collapse:collapse;width:100%}.dark .admins-drawer__table{background:#1e293b}.admins-drawer__table thead{background:#f9fafb}.dark .admins-drawer__table thead{background:#1e293b}.admins-drawer__table th{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-align:left;text-transform:uppercase}.dark .admins-drawer__table th{border-bottom-color:#334155;color:#94a3b8}.admins-drawer__table-row{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.dark .admins-drawer__table-row{border-bottom-color:#334155}.admins-drawer__table-row:hover{background:#f9fafb}.dark .admins-drawer__table-row:hover{background:#334155}.admins-drawer__table td{font-size:14px;padding:14px 16px;vertical-align:middle}.admins-drawer__user-link{align-items:center;background:none;border:none;color:#2563eb;cursor:pointer;display:flex;gap:10px;padding:0;text-align:left;transition:color .2s ease}.admins-drawer__user-link:hover{color:#1d4ed8;text-decoration:underline}.dark .admins-drawer__user-link{color:#60a5fa}.dark .admins-drawer__user-link:hover{color:#93c5fd}.admins-drawer__avatar{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:36px;justify-content:center;width:36px}.admins-drawer__user-name{font-weight:500}.admins-drawer__email{color:#6b7280;font-size:13px}.dark .admins-drawer__email{color:#94a3b8}.admins-drawer__date{color:#6b7280;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px}.dark .admins-drawer__date{color:#94a3b8}.admins-drawer__badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:4px 10px;white-space:nowrap}.admins-drawer__badge-dot{background:currentColor;border-radius:50%;height:6px;width:6px}.admins-drawer__badge--success{background:#d1fae5;color:#065f46}.dark .admins-drawer__badge--success{background:#064e3b;color:#6ee7b7}.admins-drawer__badge--muted{background:#f3f4f6;color:#374151}.dark .admins-drawer__badge--muted{background:#1f2937;color:#cbd5e1}.admins-drawer__role-badge{align-items:center;background:#f3f4f6;border-radius:6px;display:inline-flex;font-size:13px;font-weight:500;gap:4px;padding:4px 8px}.dark .admins-drawer__role-badge{background:#334155}.admins-drawer__status{align-items:center;border-radius:6px;display:inline-flex;font-size:12px;font-weight:500;gap:6px;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.admins-drawer__status-dot{background:currentColor;border-radius:50%;height:6px;width:6px}.admins-drawer__status--pending{background:#dbeafe;color:#1e40af}.dark .admins-drawer__status--pending{background:#1e3a5f;color:#93c5fd}.admins-drawer__status--accepted{background:#d1fae5;color:#065f46}.dark .admins-drawer__status--accepted{background:#064e3b;color:#6ee7b7}.admins-drawer__status--expired{background:#f3f4f6;color:#374151}.dark .admins-drawer__status--expired{background:#374151;color:#d1d5db}.admins-drawer__status--revoked{background:#fee2e2;color:#991b1b}.dark .admins-drawer__status--revoked{background:#7f1d1d;color:#fca5a5}.admins-drawer__action-btn{align-items:center;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:16px;justify-content:center;padding:6px 10px;transition:all .2s ease}.dark .admins-drawer__action-btn{background:#334155}.admins-drawer__action-btn:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}.dark .admins-drawer__action-btn:hover:not(:disabled){background:#475569}.admins-drawer__action-btn--deactivate:hover:not(:disabled){background:#fee2e2;color:#991b1b}.dark .admins-drawer__action-btn--deactivate:hover:not(:disabled){background:#7f1d1d;color:#fca5a5}.admins-drawer__action-btn:disabled{cursor:not-allowed;opacity:.5}.admins-drawer__loading{align-items:center;color:#6b7280;display:flex;justify-content:center;padding:40px}.dark .admins-drawer__loading{color:#94a3b8}.admins-drawer__error-state{padding:20px}.admins-drawer__empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.dark .admins-drawer__empty{color:#94a3b8}.admins-drawer__empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.admins-drawer__empty p{font-size:14px;margin:0}.admins-drawer__muted{color:#9ca3af;font-style:italic}.dark .admins-drawer__muted{color:#64748b}@media (max-width:768px){.admins-drawer{width:100%}.admins-drawer__card,.admins-drawer__content{padding:16px}.admins-drawer__table-wrapper{overflow-x:scroll}}.companies-page{background:hsl(var(--background));display:flex;flex-direction:column;margin:0 auto;max-width:1400px;min-height:100vh;width:100%}.companies-page__header{align-items:center;background:linear-gradient(135deg,#7c3bed,#5f15e0);background:linear-gradient(135deg,hsl(var(--company-theme-hsl,262 83% 58%)),hsl(var(--company-theme-darker,262 83% 48%)));border-bottom:1px solid #ffffff1a;border-radius:8px;box-shadow:0 1px 3px #7c3bed33;box-shadow:0 1px 3px hsl(var(--company-theme-shadow,262 83% 58%)/.2);color:#fff;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:24px 24px 0;overflow:hidden;padding:16px 24px;position:relative}.companies-page__header *{color:#fff!important}.companies-page__title{color:#fff;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0}.companies-page__header-actions{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:flex-end;min-width:0}.companies-page__search-wrapper{flex:1 1;max-width:320px;min-width:200px;position:relative}.companies-page__search-icon{color:#ffffffb3;height:16px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:16px}.companies-page__search{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #fff3;border-radius:6px;box-sizing:border-box;color:#fff;font-size:13px;height:36px;padding:8px 12px 8px 36px;transition:all .15s ease;width:100%}.companies-page__search::placeholder{color:#ffffffa6;font-size:13px}.companies-page__search:focus{background:#ffffff2e;border-color:#fff6;box-shadow:0 0 0 2px #ffffff1a;outline:none}.companies-page__new-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:all .15s ease;width:36px}.companies-page__new-button:hover{background:#ffffff38;border-color:#ffffff59;box-shadow:0 2px 4px #0000001a;transform:translateY(-.5px)}.companies-page__new-button:active{transform:translateY(0)}.companies-page__search-toggle{align-items:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;color:#fff;cursor:pointer;display:none;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:all .15s ease;width:36px}.companies-page__search-toggle:hover{background:#ffffff38;border-color:#ffffff59}.companies-page__search-close{align-items:center;background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;display:none;flex-shrink:0;height:32px;justify-content:center;padding:0;position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px}.companies-page__search-close:hover{background:#ffffff40}.companies-page__content,.dark .companies-page__content{margin:24px}@media (max-width:768px){.companies-page__header{align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:16px 16px 0;padding:12px 16px}.companies-page__title{flex-shrink:0;font-size:20px}.companies-page__header-actions{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;gap:8px;max-width:none}.companies-page__search-toggle{animation:companies-page-search-toggle-reveal .3s ease;display:flex}.companies-page__search-wrapper{display:flex;flex:1 1 100%;margin-top:4px;max-width:0;min-width:0;opacity:0;order:10;overflow:hidden;transition:max-width .35s ease,opacity .3s ease}.companies-page__search-wrapper--expanded{max-width:100%;opacity:1;position:relative;width:100%}.companies-page__search-wrapper--expanded .companies-page__search{padding-right:44px}.companies-page__search-close{display:flex}}@keyframes companies-page-search-toggle-reveal{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}