.table{width:100%}.table__wrapper{width:100%;overflow:auto;border-radius:calc(var(--radius) * .25);border-width:1px;border-color:rgb(var(--table-border))}.table__wrapper div{max-height:calc(100vh - 300px)}@media (min-width:768px){.table{display:table;width:100%;overflow:auto}.table__header{display:table-header-group;background-color:rgb(var(--table-header-background));font-size:1rem!important;line-height:1.5!important;letter-spacing:-.02em!important}.table__header tr{border-bottom-width:1px;border-color:rgb(var(--table-border))}.table__body{display:table-row-group;background-color:white}.table__row{display:table-row;border-bottom-width:1px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.table__row:last-child{border-bottom-width:0}.table__row{height:3rem;border-color:rgb(var(--table-border));background-color:rgb(var(--table-row))}.table__row:hover{background-color:var(--table-row-hover)}.table__row--header{height:3rem;background-color:rgb(var(--table-header-background))}.table__head{height:3rem;text-align:left;font-weight:600;color:rgb(var(--table-header-text))}.table__cell,.table__head{display:table-cell;padding:.75rem 1rem;vertical-align:middle}.table__cell{color:rgb(var(--table-row-text))}}@media (max-width:767px){.table{display:block}.table__header{display:none}.table__body{display:block}.table__row{margin-bottom:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:calc(var(--radius) * .25);border-width:1px;border-color:rgb(var(--table-border));background-color:rgb(var(--table-row))}.table__row:last-child{margin-bottom:0}.table__head{display:none}.table__cell{display:flex;flex-direction:column;gap:6px;font-weight:400}.table__cell:first-child{grid-column:span 2/span 2}.table__cell:last-child{grid-column-start:2;display:block}.table__cell:before{content:attr(data-label);font-weight:600}.table__cell{padding:.75rem 1rem;color:rgb(var(--table-row-text))}}.table__caption{margin-bottom:.5rem;color:rgb(var(--table-header-text))}.companies-list{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start}.companies-list__no-access{display:flex;width:100%;align-items:center;justify-content:center;padding-top:2.5rem}.companies-list__content{width:100%}@media not all and (min-width:768px){.companies-list__content .table__wrapper{border-style:none}}.companies-list__table{width:100%}.companies-list__table-header{height:64px;background-color:rgb(var(--table-header-background))}.companies-list__table-head{position:sticky;top:0;z-index:10;background-color:rgb(var(--table-header-background))}.companies-list__table-body{width:100%;overflow-y:auto}.companies-list__table-row{width:100%}@media not all and (min-width:640px){.companies-list__table-row:last-child{border-width:1px!important;border-color:rgb(var(--table-border))!important}}.companies-list__table-cell--name{font-weight:500}.companies-list__table-cell--date{font-weight:400}.companies-list__table-cell--action{text-align:right}.companies-list__empty{min-height:220px;width:100%;flex-direction:column;gap:1.5rem;background-color:rgb(var(--stone-300))}.companies-list__empty,.companies-list__empty-icon{display:flex;align-items:center;justify-content:center}.companies-list__empty-icon{width:80px;height:80px;border-radius:calc(var(--radius) * .25);background-color:rgb(var(--stone-600))}.companies-list__empty-icon-svg{--tw-text-opacity:1;color:rgb(var(--white)/var(--tw-text-opacity,1))}.companies-list__empty-text{font-size:1rem!important;line-height:1.5!important;letter-spacing:-.02em!important;font-weight:600;color:rgb(var(--stone-900))}.pagination{width:100%;padding-top:1rem}.pagination,.pagination__nav{display:flex;justify-content:center}.pagination__nav{flex-direction:row;align-items:center;gap:.25rem}.pagination__item{display:inline-flex;height:2.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;border-radius:6px;background-color:rgb(var(--transparent));font-size:.875rem;letter-spacing:-.01em;font-weight:500;line-height:1.5;--tw-text-opacity:1;color:rgb(var(--base-card-foreground)/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pagination__item:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgb(var(--stone-400));--tw-ring-offset-width:2px;--tw-ring-offset-color:rgb(var(--white)/1)}.pagination__item:disabled{cursor:not-allowed;opacity:.5}.pagination__item:not(:disabled):hover{background-color:rgb(var(--stone-200)/.6)}.pagination__item--previous{gap:.25rem;padding-right:1rem;padding-left:10px}.pagination__item--next{gap:.25rem;padding-left:1rem;padding-right:10px}.pagination__item--link{width:2.5rem;height:2.5rem}.pagination__item--active{background-color:rgb(var(--stone-700));--tw-text-opacity:1;color:rgb(var(--white)/var(--tw-text-opacity,1))}.pagination__item--active:not(:disabled):hover{background-color:rgb(var(--stone-600))}.pagination__item--ellipsis{pointer-events:none;width:2.25rem;height:2.25rem;padding:10px}.pagination__icon{width:1rem;height:1rem}.pagination__label{line-height:1.5}.how-to-use-card{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:calc(var(--radius) * .25);--tw-bg-opacity:1;background-color:rgb(var(--white)/var(--tw-bg-opacity,1));padding:1.5rem 2rem;--tw-shadow:0px 4px 4px -4px rgba(12,12,13,0.04),0px 16px 32px -4px rgba(12,12,13,0.04);--tw-shadow-colored:0px 4px 4px -4px var(--tw-shadow-color),0px 16px 32px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.how-to-use-card{padding-top:2rem;padding-bottom:2rem}}.how-to-use-card__icon{margin-bottom:1.5rem;height:2.25rem;width:2.25rem;--tw-text-opacity:1;color:rgb(var(--info-green)/var(--tw-text-opacity,1))}@media (min-width:640px){.how-to-use-card__icon{height:46px;width:46px}}.how-to-use-card__title{margin-bottom:.75rem;font-size:1.125rem;line-height:1.5;letter-spacing:-.02em;font-weight:600;--tw-text-opacity:1;color:rgb(var(--base-card-foreground)/var(--tw-text-opacity,1))}.how-to-use-card__description{--tw-text-opacity:1;color:rgb(var(--base-muted-foreground)/var(--tw-text-opacity,1))}.company-selector-modal{height:100%;width:100%;gap:1.5rem;border-radius:0;border-width:1px;--tw-border-opacity:1;border-color:rgb(var(--base-border)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--white)/var(--tw-bg-opacity,1));padding:1.5rem;--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.company-selector-modal{height:auto;border-radius:calc(var(--radius) * .25)}}.company-selector-modal__header{width:100%;gap:.25rem;text-align:left}.company-selector-modal__title{font-size:1.125rem;letter-spacing:-.02em;font-weight:600;line-height:1.5;--tw-text-opacity:1;color:rgb(var(--base-card-foreground)/var(--tw-text-opacity,1))}.company-selector-modal__description{font-size:.875rem;letter-spacing:-.01em;line-height:1.5;color:rgb(var(--grey-600))}.company-selector-modal__list{display:flex;width:100%;flex-direction:column;gap:.75rem}.company-selector-modal__card{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;border-radius:8px;border-width:1px;--tw-border-opacity:1;border-color:rgb(var(--base-border)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--white)/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.company-selector-modal__card:hover{--tw-border-opacity:1;border-color:rgb(var(--info-green)/var(--tw-border-opacity,1));background-color:rgb(var(--info-green-soft)/.3)}.company-selector-modal__card-content{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem}.company-selector-modal__card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:rgb(var(--base-card-foreground)/var(--tw-text-opacity,1))}.company-selector-modal__card-subtitle,.company-selector-modal__card-title{font-size:.875rem;letter-spacing:-.01em;line-height:1.5;--tw-text-opacity:1}.company-selector-modal__card-subtitle{font-weight:400;color:rgb(var(--base-muted-foreground)/var(--tw-text-opacity,1))}.company-selector-modal__card-action{flex-shrink:0}.company-selector-modal__card-action button{border-style:none;background-color:rgb(var(--transparent))}.no-access-modal{height:100%;width:100%;gap:0;border-radius:0;border-width:1px;--tw-border-opacity:1;border-color:rgb(var(--base-border)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--white)/var(--tw-bg-opacity,1));padding:2.5rem 1.5rem 1.5rem;--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.no-access-modal{height:auto;max-width:512px;border-radius:calc(var(--radius) * .25)}}.no-access-modal__header{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.no-access-modal__content{gap:2.5rem}.no-access-modal__content,.no-access-modal__message{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.no-access-modal__message{gap:1.5rem}.no-access-modal__icon-container{display:flex;width:100px;height:100px;align-items:center;justify-content:center;border-radius:24px;background-color:rgb(var(--no-access-icon-container))}.no-access-modal__icon{width:2.25rem;height:2.25rem;color:rgb(var(--no-access-icon))}.no-access-modal__title{white-space:pre-line;text-align:center;font-size:1.125rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;color:rgb(var(--grey-800))}.no-access-modal__actions{display:flex;width:100%;flex-direction:column;gap:.5rem}@media (min-width:640px){.no-access-modal__actions{flex-direction:row;gap:.5rem}}.no-access-modal__button{margin-left:auto;margin-right:auto;width:100%;--tw-bg-opacity:1;background-color:rgb(var(--info-green)/var(--tw-bg-opacity,1));font-weight:700;--tw-text-opacity:1;color:rgb(var(--white)/var(--tw-text-opacity,1))}.no-access-modal__button:hover{background-color:rgb(var(--info-green)/.8)}