:root{--font-size:16px;--background:#fff;--foreground:oklch(14.5% 0 0);--card:#fff;--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:#030213;--primary-foreground:oklch(100% 0 0);--secondary:oklch(95% .0058 264.53);--secondary-foreground:#030213;--muted:#ececf0;--muted-foreground:#717182;--accent:#e9ebef;--accent-foreground:#030213;--destructive:#d4183d;--destructive-foreground:#fff;--border:#0000001a;--input:transparent;--input-background:#f3f3f5;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:#030213;--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100%;display:flex}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--muted)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.sidebar{z-index:40;background-color:var(--sidebar);border-right:1px solid var(--sidebar-border);width:260px;height:100%;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar--closed{transform:translate(-100%)}.sidebar__container{flex-direction:column;width:260px;height:100%;display:flex}.sidebar__header{border-bottom:1px solid var(--sidebar-border);justify-content:space-between;align-items:center;height:64px;padding:0 1rem;display:flex}.sidebar__title{color:var(--sidebar-foreground);font-weight:600}.sidebar__close-button{cursor:pointer;color:var(--sidebar-foreground);background:0 0;border:none;border-radius:.375rem;padding:.5rem}.sidebar__close-button:hover{background-color:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}@media (width>=1024px){.sidebar__close-button{display:none}}.sidebar__nav{flex-direction:column;flex:1;gap:.25rem;padding:.75rem;display:flex;overflow-y:auto}.sidebar__nav-item{cursor:pointer;text-align:left;width:100%;color:var(--sidebar-foreground);background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.sidebar__nav-item:hover{background-color:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}.sidebar__nav-item--active{background-color:var(--sidebar-accent);color:var(--sidebar-primary);border-left:2px solid var(--sidebar-primary)}.sidebar__footer{border-top:1px solid var(--sidebar-border);padding:.75rem}.sidebar__version{color:var(--muted-foreground);text-align:center;font-size:.75rem}.header{z-index:30;background-color:var(--background);border-bottom:1px solid var(--border);align-items:center;gap:1rem;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.header__menu-button{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:.375rem;padding:.5rem}.header__menu-button:hover{background-color:var(--accent);color:var(--accent-foreground)}.header__date{text-align:center;color:var(--foreground);flex:1;font-size:.875rem;font-weight:500}.header__user-area{align-items:center;gap:1rem;display:flex}.header__user-info{text-align:right;display:none}@media (width>=640px){.header__user-info{display:block}}.header__user-name{color:var(--foreground);font-size:.875rem;font-weight:500}.header__user-role{color:var(--muted-foreground);font-size:.75rem}.header__logout-button{border:1px solid var(--border);cursor:pointer;color:var(--foreground);background-color:#0000;border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.header__logout-button:hover{background-color:var(--accent);border-color:var(--accent);color:var(--accent-foreground)}@media (width>=640px){.header__logout-button span{display:inline}}@media (width<=639px){.header__logout-button span{display:none}}.icon--extra-small{width:1rem;height:1rem}.login-modal-container{z-index:200;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.login-modal-container.with-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00000080}.login-modal-container.no-overlay{background:0 0}.login-modal{background:var(--background);border:1px solid var(--border);border-radius:1rem;width:350px;padding:2rem;position:relative;box-shadow:0 10px 25px #0003}.login-close{cursor:pointer;background:0 0;border:none;position:absolute;top:1rem;right:1rem}.login-modal h2{color:var(--foreground);margin-bottom:1.5rem}.login-modal form{flex-direction:column;gap:1rem;display:flex}.login-modal input{border:1px solid var(--border);background:var(--input-background);color:var(--foreground);border-radius:.5rem;padding:.5rem}.login-modal button[type=submit]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.5rem}.login-error{color:#ef4444;font-size:.875rem}.layout{background-color:var(--background);height:100vh;display:flex;overflow:hidden}.layout.blurred{position:relative}.blur-background{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;pointer-events:none;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.main-content{flex-direction:column;flex:1;width:100%;margin-left:0;transition:margin-left .3s;display:flex;overflow-x:hidden}.main-content--shifted{margin-left:260px}.page-content{flex:1;width:100%;padding:1.5rem;overflow:auto}.mobile-overlay{z-index:35;cursor:pointer;background-color:#00000080;position:fixed;inset:0}@media (width>=1024px){.mobile-overlay{display:none}}.card{background-color:var(--card);border:1px solid var(--border);border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.card-header{flex-direction:column;gap:.25rem;padding:1.5rem 1.5rem 0;display:flex}.card-header--with-action{flex-direction:row;justify-content:space-between;align-items:flex-start}.card-header__text{flex:1}.card-header__action{margin-left:1rem}.card-title{font-size:1.25rem;font-weight:var(--font-weight-medium);color:var(--card-foreground);margin:0;line-height:1.4}.card-description{color:var(--muted-foreground);margin:0;font-size:.875rem}.card-content{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.card-content:last-child{padding-bottom:1.5rem}.label{font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--foreground);cursor:pointer}.input{color:#000;background-color:var(--input-background);border:1px solid var(--border);border-radius:15px;width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring);outline:none}.input::placeholder{color:#000}.button{font-size:.875rem;font-weight:var(--font-weight-medium);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;transition:all .2s;display:inline-flex}.button--default{background-color:var(--primary);color:var(--primary-foreground)}.button--default:hover{opacity:.9;transform:translateY(-1px)}.button--outline{border-color:var(--border);color:var(--foreground);background-color:#0000}.button--outline:hover{background-color:var(--accent);border-color:var(--accent);color:var(--accent-foreground)}.button--ghost{color:var(--foreground);background-color:#0000;border-color:#0000}.button--ghost:hover{background-color:var(--accent);color:var(--accent-foreground)}.button--default{height:2.25rem;padding:.5rem 1rem}.button--sm{height:2rem;padding:.25rem .75rem;font-size:.75rem}.button--lg{height:2.5rem;padding:.625rem 1.5rem}.button:disabled{opacity:.5;cursor:not-allowed}.settings-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.settings-page__header{margin-bottom:.5rem}.settings-page__title{color:var(--foreground);margin:0 0 .5rem;font-size:1.875rem;font-weight:700}.settings-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.profile-card__header{justify-content:space-between;align-items:flex-start;width:100%;flex-direction:row!important;display:flex!important}.profile-card__header-text{flex:1}.profile-card__header-action{margin-left:1rem}.profile-avatar{align-items:center;gap:1.5rem;display:flex}.profile-avatar__actions{flex-direction:column;gap:.5rem;display:flex}.profile-avatar__hint{color:var(--muted-foreground);margin:0;font-size:.75rem}.profile-form-horizontal{flex-wrap:wrap;gap:1rem;width:100%;display:flex}.profile-form-horizontal .profile-form__field{flex:1;min-width:160px}.profile-form__field{flex-direction:column;gap:.5rem;display:flex}.profile-info{flex-direction:column;gap:1rem;display:flex}.profile-info__field{flex-direction:column;gap:.25rem;display:flex}.profile-info__value{color:var(--foreground);margin:0;padding:.5rem 0;font-size:1rem}.profile-password{align-items:center;gap:.5rem;display:flex}.settings-message{margin-top:.5rem;font-size:.875rem}.settings-message.success{color:#10b981}.settings-message.error{color:#ef4444}.theme-selector{flex-wrap:wrap;gap:1.5rem;display:flex}.theme-card{cursor:pointer;border:2px solid var(--border);background-color:var(--background);border-radius:.75rem;flex:1;min-width:140px;transition:all .2s;overflow:hidden}.theme-card--active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}.theme-card__preview{width:100%;height:100px}.theme-card__preview--light{background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border-bottom:1px solid #e0e0e0}.theme-card__preview--dark{background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);border-bottom:1px solid #333}.theme-card__label{text-align:center;color:var(--foreground);background-color:var(--background);padding:.75rem;font-weight:500;display:block}.badge{white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge--default{background-color:var(--primary);color:var(--primary-foreground)}.badge--secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.badge--outline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.badge--destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.custom-select{width:100%;position:relative}.select-trigger{background-color:var(--input-background);border:1px solid var(--border);cursor:pointer;border-radius:.375rem;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex;color:#000!important}.select-trigger:focus-visible{border-color:var(--ring);box-shadow:0 0 0 2px var(--ring);outline:none}.select-arrow{width:1rem;height:1rem;color:var(--muted-foreground);transition:transform .2s}.select-arrow--open{transform:rotate(180deg)}.select-content{background-color:var(--background);border:1px solid var(--border);z-index:1000;border-radius:.375rem;width:100%;max-height:200px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.select-item{cursor:pointer;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s;color:#000!important}.select-item:hover{background-color:var(--accent)}.select-item--selected{background-color:var(--accent);font-weight:500}.dialog-overlay{z-index:1000;background-color:#00000080;position:fixed;inset:0}.dialog-content{background-color:var(--background);border:1px solid var(--border);z-index:1001;border-radius:.75rem;width:calc(100% - 2rem);max-width:500px;max-height:85vh;padding:1.5rem;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 20px 25px -5px #0000001a}.dialog-header{margin-bottom:1rem;padding-right:1.5rem}.dialog-close{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:1rem;right:1rem}.dialog-description{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.clients-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.clients-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.clients-page__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.875rem;font-weight:700}.clients-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.clients-filters{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (width<=768px){.kanban-column{width:260px}.search-wrapper{max-width:100%}}.calendar-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.calendar-page__header{margin-bottom:.5rem}.calendar-page__title{color:var(--foreground);margin:0 0 .5rem;font-size:1.875rem;font-weight:700}.calendar-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.calendar-card{overflow:hidden}.calendar-iframe-container{background:var(--background);width:100%}.calendar-iframe{background-color:var(--background);border:0;display:block}@media (width<=768px){.calendar-iframe{height:450px}}@media (width<=480px){.calendar-iframe{height:350px}}.calendar-error{text-align:center;color:var(--destructive);background-color:#d4183d1a;border-radius:.75rem;padding:2rem}.calendar-error a{color:var(--primary);text-decoration:underline}.calendar-info{border:1px solid var(--border);background-color:var(--accent);border-radius:.75rem;padding:1rem}.calendar-info__title{color:var(--accent-foreground);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.calendar-info__list{color:var(--accent-foreground);flex-direction:column;gap:.25rem;margin:0;padding-left:1.25rem;font-size:.875rem;display:flex}.calendar-info__link{color:inherit;text-decoration:underline}.calendar-info__link:hover{color:var(--primary)}.table-container{width:100%;overflow-x:auto}.custom-table{border-collapse:collapse;width:100%;font-size:.875rem}.table-header{border-bottom:1px solid var(--border);background-color:var(--muted)}.table-head{text-align:left;color:var(--foreground);padding:.75rem 1rem;font-weight:600}.table-body .table-row{border-bottom:1px solid var(--border);transition:background-color .2s}.table-body .table-row:hover{background-color:var(--accent)}.table-cell{color:var(--foreground);padding:.75rem 1rem}.personal-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.personal-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.personal-page__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.875rem;font-weight:700}.personal-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.add-manager-button{align-items:center;gap:.5rem;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.stat-card{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1rem;transition:box-shadow .2s}.stat-card__label{color:var(--muted-foreground);margin:0;font-size:.875rem;font-weight:500}.stat-card__value{color:var(--foreground);margin-top:.5rem;font-size:2rem;font-weight:700}.stat-card__value--green{color:#10b981}.stat-card__value--blue{color:#3b82f6}.search-bar{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1rem}.search-bar__input-wrapper{position:relative}.search-bar__icon{width:1rem;height:1rem;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-bar__input{width:100%;padding-left:2.25rem}.action-block{color:#ef4444}.action-unblock{color:#10b981}.badge--active{color:#065f46;background-color:#d1fae5}.badge--blocked{color:#991b1b;background-color:#fee2e2}.dialog-form{flex-direction:column;gap:1rem;display:flex}.dialog-form__field{flex-direction:column;gap:.5rem;display:flex}.dialog-form__section{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.dialog-form__section h4{color:var(--foreground);margin-bottom:1rem;font-size:.875rem;font-weight:600}.dialog-form__actions{gap:.5rem;margin-top:.5rem;display:flex}.dialog-form__actions button{flex:1}.notif-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.notif-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.notif-page__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.875rem;font-weight:700}.notif-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.notif-page__stats{gap:.5rem;display:flex}.stats-badge{padding:.25rem .75rem;font-size:.875rem}.stats-badge--new{color:#1e40af;background-color:#dbeafe}.filter-container{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;flex-direction:row;align-items:center;gap:1rem;padding:1rem;display:flex}.filter-select{flex-shrink:0;width:200px}.filter-input{flex:1;width:auto;max-width:280px}@media (width<=768px){.filter-container{flex-direction:column;align-items:stretch}.filter-select,.filter-input{width:100%;max-width:none}}.table-wrapper{border:1px solid var(--border);background-color:var(--card);border-radius:.75rem;overflow-x:auto}.actions-cell{white-space:nowrap}.action-buttons{justify-content:flex-end;gap:.25rem;display:flex}.action-take{color:#2563eb}.action-assign{color:#10b981}.action-reject{color:#ef4444}.empty-table{text-align:center;color:var(--muted-foreground);padding:2rem}.empty-table__hint{margin-top:.5rem;font-size:.75rem}.badge-status{font-weight:500}.badge-status--new{color:#1e40af;background-color:#dbeafe}.badge-status--processing{color:#92400e;background-color:#fef3c7}.badge-status--assigned{color:#065f46;background-color:#d1fae5}.badge-status--rejected{color:#991b1b;background-color:#fee2e2}.request-details{flex-direction:column;gap:1rem;display:flex}.detail-item{flex-direction:column;gap:.25rem;display:flex}.detail-label{color:var(--muted-foreground);margin:0;font-size:.75rem;font-weight:500}.detail-value{color:var(--foreground);margin:0;font-size:.875rem}.dialog-actions{gap:.5rem;margin-top:.5rem;display:flex}.dialog-action-btn{flex:1}.assign-manager-form{flex-direction:column;gap:1rem;display:flex}.text-right{text-align:right}.my-clients-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.my-clients-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.my-clients-page__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.875rem;font-weight:700}.my-clients-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.header-buttons{gap:.75rem;display:flex}.header-button{align-items:center;gap:.5rem;display:flex}.clients-form{flex-direction:column;gap:1rem;display:flex}.clients-form__field{flex-direction:column;gap:.5rem;display:flex}.clients-form__submit{width:100%;margin-top:.5rem}.my-clients-filters{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.search-wrapper{width:100%;max-width:280px;position:relative}.search-icon{width:1rem;height:1rem;color:var(--muted-foreground);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input{width:100%;padding-left:2.25rem}.view-type-buttons{gap:.5rem;display:flex}.kanban-wrapper{scrollbar-width:thin;width:100%;overflow-x:auto}.kanban-board{gap:1rem;width:max-content;padding-bottom:.5rem;display:flex}.kanban-column{background-color:var(--background);border-radius:.75rem;flex-direction:column;flex-shrink:0;gap:.75rem;width:300px;display:flex}.kanban-column__header{background-color:var(--muted);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.kanban-column__title-wrapper{align-items:center;gap:.5rem;display:flex}.drag-handle-wrapper{cursor:grab;display:inline-flex}.drag-handle-wrapper:active{cursor:grabbing}.drag-handle{width:1rem;height:1rem;color:var(--muted-foreground)}.kanban-column__title{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600}.kanban-column__actions{gap:.25rem;display:flex}.kanban-column__edit,.kanban-column__delete{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:.25rem;padding:.25rem}.kanban-column__edit:hover,.kanban-column__delete:hover{background-color:var(--accent);color:var(--foreground)}.kanban-column__count{font-size:.75rem}.kanban-column__cards{flex-direction:column;gap:.75rem;min-height:400px;display:flex}.client-card{cursor:grab;transition:transform .2s,box-shadow .2s}.client-card:active{cursor:grabbing}.client-card.dragging{opacity:.5}.client-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.client-card__content{flex-direction:column;gap:.5rem;padding-left:10px;display:flex}.client-card__name{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600}.client-card__phone,.client-card__manager{color:var(--foreground);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.client-card__icon{width:.75rem;height:.75rem;color:var(--muted-foreground)}.client-card__date{color:var(--muted-foreground);border-top:1px solid var(--border);padding-top:.25rem;font-size:.7rem}.kanban-empty{border:2px dashed var(--border);height:120px;color:var(--muted-foreground);background-color:var(--background);border-radius:.5rem;justify-content:center;align-items:center;font-size:.875rem;display:flex}.add-stage-dialog{flex-direction:column;gap:1rem;display:flex}.add-stage-dialog__field{flex-direction:column;gap:.5rem;display:flex}.add-stage-dialog__actions{gap:.5rem;margin-top:.5rem;display:flex}.add-stage-dialog__actions button{flex:1}@media (width<=768px){.kanban-column{width:260px}.search-wrapper{max-width:100%}}.statistics-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.statistics-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.statistics-page__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.875rem;font-weight:700}.statistics-page__subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.period-selector{align-items:center;gap:.5rem;display:flex}.period-selector__icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground)}.period-selector__trigger{width:160px}.stats-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.stat-card{transition:box-shadow .2s}.stat-card__header{flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:0;display:flex}.stat-card__title{color:var(--muted-foreground);margin:0;font-size:.875rem;font-weight:500}.stat-card__icon{width:1rem;height:1rem;color:var(--muted-foreground)}.stat-card__content{padding-top:0}.stat-card__value{color:var(--foreground);margin:.5rem 0 .25rem;font-size:2rem;font-weight:700}.stat-card__trend{color:var(--muted-foreground);margin:0;font-size:.75rem}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.managers-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.manager-card{background:linear-gradient(to bottom right, var(--card), var(--accent));border:1px solid var(--border);border-radius:.75rem;padding:1rem;transition:transform .2s}.manager-card:hover{transform:translateY(-2px)}.manager-card__name{color:var(--muted-foreground);margin:0;font-size:.875rem;font-weight:500}.manager-card__total{color:var(--primary);margin:.5rem 0 .25rem;font-size:2rem;font-weight:700}.manager-card__details{color:var(--muted-foreground);margin:0;font-size:.75rem}.badge-in-progress{color:#1e40af;background-color:#dbeafe;border-radius:9999px;justify-content:center;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-closed{color:#065f46;background-color:#d1fae5;border-radius:9999px;justify-content:center;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.text-center{text-align:center}.tabs{flex-direction:column;gap:1rem;display:flex}.tabs-list{background-color:var(--muted);border-radius:.75rem;justify-content:center;align-items:center;width:fit-content;padding:.25rem;display:inline-flex}.tabs-trigger{color:var(--foreground);cursor:pointer;background-color:#0000;border-radius:.625rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.tabs-trigger--active{background-color:var(--background);box-shadow:0 1px 2px #0000000d}.tabs-content{outline:none;flex:1}.avatar{background-color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex;position:relative;overflow:hidden}.avatar-image{object-fit:cover;width:100%;height:100%}.avatar-fallback{background-color:var(--accent);width:100%;height:100%;color:var(--accent-foreground);justify-content:center;align-items:center;font-size:1.125rem;font-weight:500;display:flex}.textarea{width:100%;color:var(--foreground);background-color:var(--input-background);border:1px solid var(--border);border-radius:var(--radius-md);resize:vertical;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.textarea:focus{border-color:var(--ring);box-shadow:0 0 0 3px var(--ring);outline:none}.textarea::placeholder{color:var(--muted-foreground)}.checkbox-wrapper{align-items:center;display:inline-flex;position:relative}.checkbox-input{opacity:0;width:0;height:0;position:absolute}.checkbox-custom{border:1px solid var(--border);background-color:var(--input-background);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;width:1rem;height:1rem;transition:all .2s;display:inline-flex}.checkbox-input:checked+.checkbox-custom{background-color:var(--primary);border-color:var(--primary)}.checkbox-icon{width:.75rem;height:.75rem;color:var(--primary-foreground)}.checkbox-input:focus+.checkbox-custom{box-shadow:0 0 0 2px var(--ring);outline:none}.client-page{flex-direction:column;gap:1.5rem;width:100%;display:flex}.back-button{align-items:center;gap:.5rem;width:fit-content;display:flex}.client-card{overflow:visible}.client-card__content{padding:1.5rem}.client-info{flex-direction:column;gap:1.5rem;display:flex}@media (width>=768px){.client-info{flex-direction:row;align-items:flex-start}}.client-avatar{flex-shrink:0;width:6rem;height:6rem}.client-avatar__fallback{background-color:var(--accent);color:var(--accent-foreground);font-size:1.5rem}.client-details{flex-direction:column;flex:1;gap:.75rem;display:flex}.client-name{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.client-contact{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.client-phone,.client-birthdate{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.label{color:var(--muted-foreground)}.client-right{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:1rem;min-width:180px;display:flex}.client-actions{flex-direction:column;gap:.5rem;width:100%;display:flex}.action-button{background-color:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);justify-content:center;padding:.5rem 1rem;font-size:.875rem}.action-button:hover{background-color:var(--accent);border-color:var(--accent)}.delete-button{color:var(--destructive);border-color:var(--destructive)}.delete-button:hover{background-color:var(--destructive);color:#fff;border-color:var(--destructive)}.client-meta{text-align:right;width:100%}.meta-item{margin-bottom:.75rem;font-size:.875rem}.meta-item:last-child{margin-bottom:0}.meta-label{color:var(--muted-foreground);margin-right:.25rem;font-weight:500}.badge-call{color:#1e40af;background-color:#dbeafe}.badge-meeting{color:#6b21a5;background-color:#f3e8ff}.badge-email{color:#065f46;background-color:#d1fae5}.badge-buyer{color:#1e40af;background-color:#dbeafe}.badge-entrepreneur{color:#6b21a5;background-color:#f3e8ff}.client-tabs{margin-top:0}.tabs-list-custom{background-color:var(--muted);border-radius:.75rem;grid-template-columns:repeat(3,1fr);width:100%;padding:.25rem;display:grid}.tab-trigger{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}.tab-trigger.tabs-trigger--active{background-color:var(--primary);color:var(--primary-foreground)}.section-title{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.history-header,.documents-header,.tasks-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.interactions-list{flex-direction:column;gap:1rem;display:flex}.interaction-card{overflow:hidden}.interaction-card__content{align-items:flex-start;gap:1rem;padding:1rem;display:flex}.interaction-icon{background-color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.interaction-details{flex:1}.interaction-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.interaction-date{color:var(--muted-foreground);font-size:.75rem}.interaction-description{color:var(--foreground);margin:0;font-size:.875rem}.documents-list__content{padding:0}.document-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.document-item:last-child{border-bottom:none}.document-info{align-items:center;gap:.75rem;display:flex}.document-icon{background-color:var(--accent);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.document-name{color:var(--foreground);margin:0;font-weight:500}.document-meta{color:var(--muted-foreground);margin:0;font-size:.75rem}.tasks-list__content{padding:0}.task-item{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem;display:flex}.task-item:last-child{border-bottom:none}.task-info{flex:1}.task-title{color:var(--foreground);margin:0;font-weight:500}.task-title--completed{color:var(--muted-foreground);text-decoration:line-through}.task-due{color:var(--muted-foreground);margin:0;font-size:.75rem}.interaction-form,.task-form{flex-direction:column;gap:1rem;display:flex}.form-field{flex-direction:column;gap:.5rem;display:flex}.dialog-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dialog-title{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.dialog-close{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;display:flex}.dialog-close:hover{background-color:var(--accent);color:var(--foreground)}.delete-dialog-content{flex-direction:column;gap:1rem;display:flex}.delete-warning{color:var(--destructive);margin:0;font-size:.875rem}.delete-dialog-actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.delete-confirm{background-color:var(--destructive);border-color:var(--destructive)}.delete-confirm:hover{background-color:var(--destructive);opacity:.9}.icon{flex-shrink:0}.icon--small{width:1rem;height:1rem}
