.dashboard{display:flex;min-height:100vh}.dashboard__sidebar{width:280px;background:#1a1a2e;color:#fff;position:fixed;height:100vh;overflow-y:auto;z-index:99;transition:transform .3s ease}@media screen and (max-width:1024px){.dashboard__sidebar{transform:translateX(-100%);z-index:1000}.dashboard__sidebar--open{transform:translateX(0)}}.dashboard__main{flex:1;margin-left:280px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:1024px){.dashboard__main{margin-left:0}}.dashboard-body{background:var(--wp--preset--color--beige)}.dashboard__header{height:94px;position:sticky;top:0;z-index:20}.dashboard__content{flex:1;padding-right:10px;padding-bottom:10px}@media screen and (max-width:1024px){.dashboard__content{padding:0 10px 10px}}.dashboard-sidebar{display:flex;flex-direction:column;height:100%}.dashboard-sidebar__header{height:74px;padding:15px}.dashboard-sidebar__back{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.6);text-decoration:none;font-size:14px;transition:color .2s ease}.dashboard-sidebar__back-icon{font-size:18px}.dashboard-sidebar__nav{flex:1;overflow-y:auto;padding:15px}.dashboard-sidebar__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.dashboard-sidebar__link{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:16px;position:relative;transition:all .2s ease}.dashboard-sidebar__item{width:100%}.dashboard-sidebar__item .dashboard-sidebar__item{max-width:calc(100% - 15px)}.dashboard-sidebar .dashboard-sidebar__menu>.dashboard-sidebar__item>.dashboard-sidebar__link{padding:12px 15px;border-radius:5px}.dashboard-sidebar .dashboard-sidebar__menu>.dashboard-sidebar__item>.dashboard-sidebar__link:hover{background:var(--wp--preset--color--beige)}.dashboard-sidebar .dashboard-sidebar__menu>.dashboard-sidebar__item--active>.dashboard-sidebar__link{background:var(--wp--preset--color--blue-light-2);color:var(--wp--preset--color--primary)}.dashboard-sidebar .dashboard-sidebar__menu>.dashboard-sidebar__item--active>.dashboard-sidebar__link .dashboard-sidebar__icon svg path{fill:var(--wp--preset--color--primary)}.dashboard-sidebar .dashboard-sidebar__menu>.dashboard-sidebar__item--active>.dashboard-sidebar__link:hover{background:var(--wp--preset--color--blue-light-2)}.dashboard-sidebar__item--active>.dashboard-sidebar__link{font-weight:600}.dashboard-sidebar__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.dashboard-sidebar__label{flex:1}.dashboard-sidebar__badge{font-weight:600;padding:0 8px;border-radius:50px;text-transform:uppercase;font-size:10px}.dashboard-sidebar__badge--soon{background:var(--wp--preset--color--blue-light);color:var(--wp--preset--color--primary)}.dashboard-sidebar__badge--count{margin-left:auto;display:flex;align-items:center;justify-content:center;border-radius:25px;height:22px;min-width:22px;padding:0 5px;background:var(--wp--preset--color--primary);color:var(--wp--preset--color--white);font-size:12px;font-weight:600}.dashboard-sidebar__item--soon{pointer-events:none}.dashboard-sidebar__item--soon .dashboard-sidebar__link{cursor:default}.dashboard-sidebar__item--soon .dashboard-sidebar__icon,.dashboard-sidebar__item--soon .dashboard-sidebar__label{opacity:.5;font-size:14px}.dashboard-sidebar__arrow{display:flex;align-items:center;transition:transform .2s ease}.dashboard-sidebar__arrow--open{transform:rotate(180deg)}.dashboard-sidebar__submenu{list-style:none;margin:0;display:flex;align-items:flex-start;flex-direction:column;gap:12px;padding:10px 0}.dashboard-sidebar__submenu--level-1 .dashboard-sidebar__link{padding-left:20px;font-size:14px}.dashboard-sidebar__submenu--level-2 .dashboard-sidebar__link{padding-left:40px;font-size:14px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;height:100%}.dashboard-header__content{height:100%;padding:0 15px 0 30px;width:100%}@media screen and (max-width:1024px){.dashboard-header__content{padding:0 15px}}.dashboard-header__menu-toggle{display:none;align-items:center;justify-content:center;width:50px;height:50px;background:none;border:none;cursor:pointer;flex-shrink:0;border-radius:5px;background:var(--wp--preset--color--blue-light-2)}.dashboard-header__menu-toggle svg{width:21px;height:20px}.dashboard-header__menu-toggle svg path{fill:var(--wp--preset--color--primary)}@media screen and (max-width:1024px){.dashboard-header__menu-toggle{display:flex}}.dashboard-header__left{display:flex;align-items:center}@media screen and (max-width:1024px){.dashboard-header__left{display:none}}.dashboard-header__right{display:flex;align-items:center}@media screen and (max-width:1024px){.dashboard-header{padding-left:10px}}.dashboard-breadcrumbs__list{display:flex;align-items:center;gap:5px;list-style:none;margin:0;padding:0}.dashboard-breadcrumbs__item{display:flex;align-items:center;gap:5px;font-size:14px;color:var(--wp--preset--color--grey-dark)}.dashboard-breadcrumbs__item--current{color:var(--wp--preset--color--black);font-weight:500}.dashboard-actions__notifications{position:relative;height:46px;width:46px;border-radius:50%}.dashboard-actions__logout{height:46px}@media screen and (max-width:767px){.dashboard-actions__logout{font-size:0;gap:0;padding:0;width:46px}}.dashboard-actions__badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:#de1a1a;color:#fff;font-size:11px;font-weight:600;border-radius:9px}.dashboard-actions__badge,.dashboard-actions__icon{display:flex;align-items:center;justify-content:center}.dashboard-actions__avatar{width:40px;height:40px;border-radius:5px;-o-object-fit:cover;object-fit:cover}.dashboard-actions__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--wp--preset--color--primary);color:#fff;font-weight:600;font-size:14px}.dashboard-mobile-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--wp--preset--color--black)}@media screen and (max-width:1024px){.dashboard-mobile-toggle{display:flex}}.dashboard-overlay{display:none;position:fixed;inset:0;background:color-mix(in srgb,var(--wp--preset--color--secondary) 45%,transparent);z-index:999}.dashboard-overlay--visible{display:block}.dashboard-page{background:#fff;border-radius:10px;border:1px solid #e5e5e5}.dashboard-page__header{padding:24px;border-bottom:1px solid #e5e5e5}@media screen and (max-width:767px){.dashboard-page__header{padding:16px}}.dashboard-page__title{font-size:24px;font-weight:700;margin:0;color:var(--wp--preset--color--black)}@media screen and (max-width:767px){.dashboard-page__title{font-size:20px}}.dashboard-page__subtitle{font-size:14px;color:var(--wp--preset--color--grey-dark);margin:8px 0 0}.dashboard-page__body{padding:24px}@media screen and (max-width:767px){.dashboard-page__body{padding:16px}}.dashboard-page__footer{padding:24px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-start}@media screen and (max-width:767px){.dashboard-page__footer{padding:16px}}.dashboard-notice{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px}.dashboard-notice--success{background:rgba(53,164,44,.1);color:#35a42c}.dashboard-notice--error{background:rgba(222,26,26,.1);color:#de1a1a}.dashboard-notice__icon{flex-shrink:0;padding-top:2px}.dashboard-notice__icon svg{width:18px;height:18px}.dashboard-notice__message{flex:1}.overview-page{display:grid;grid-template-columns:1fr 400px;gap:10px}.overview-page__main,.overview-page__sidebar{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:1024px){.overview-page{display:flex;flex-direction:column-reverse}.overview-page .overview-quick-actions{display:none}}#dashboard-overview-sidebar{display:flex;flex-direction:column;gap:10px}.overview-card{background:#fff;border-radius:10px;border:1px solid #e5e5e5;padding:24px}.overview-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.overview-card__title{font-size:18px;font-weight:600;margin:0;color:var(--wp--preset--color--black)}.overview-card__link{font-size:14px;color:var(--wp--preset--color--primary);text-decoration:none}.overview-card__link:hover{text-decoration:underline}.overview-profil-card__content{display:flex;gap:30px;align-items:stretch}@media screen and (max-width:767px){.overview-profil-card__content{flex-direction:column;align-items:center;text-align:center}}.overview-profil-card__avatar{width:125px;height:125px;flex-shrink:0;border-radius:8px;overflow:hidden}.overview-profil-card__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.overview-profil-card__avatar--empty{background:var(--wp--preset--color--blue-light-2) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230073aa'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") 50%/50% no-repeat}.overview-profil-card__info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px}.overview-profil-card__info-content{display:flex;flex-direction:column;justify-content:center;gap:6px}.overview-profil-card__label{display:inline-block;padding:4px 12px;background:var(--wp--preset--color--blue-light);color:var(--wp--preset--color--primary);font-size:13px;border-radius:50px;align-self:flex-start}@media screen and (max-width:767px){.overview-profil-card__label{align-self:center}}.overview-profil-card__title{font-size:22px;font-weight:700;margin:0;color:var(--wp--preset--color--black)}.overview-profil-card__description{font-size:14px;color:var(--wp--preset--color--primary);margin:0;line-height:1.4}.overview-profil-card__meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:8px}@media screen and (max-width:767px){.overview-profil-card__meta{justify-content:center}}.overview-profil-card__meta-item{display:flex;align-items:center;gap:6px;font-size:14px}.overview-profil-card__meta-item svg{color:var(--wp--preset--color--primary);flex-shrink:0}.overview-profil-card__meta-value{font-weight:600;color:var(--wp--preset--color--black)}.overview-profil-card__meta-label{color:var(--wp--preset--color--grey-dark)}.overview-profil-card__scores{display:flex;align-items:center;gap:20px}.overview-profil-card__score{display:flex;align-items:center;gap:6px;font-size:13px}.overview-profil-card__score-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.overview-profil-card__score-value{font-weight:600}.overview-profil-card__score-label{color:var(--wp--preset--color--grey-dark)}.overview-scores__gauges{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}.circular-gauge{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.circular-gauge__svg{transform:rotate(0deg)}.circular-gauge__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;margin-top:-10px}.circular-gauge__value{font-size:18px;font-weight:700;color:#35a42c}.circular-gauge__label{font-size:13px;color:var(--wp--preset--color--grey-dark);text-align:center}.overview-visits__controls{display:flex;align-items:center;gap:12px}.overview-visits__range-buttons{display:flex;gap:4px}.overview-visits__range-btn{padding:4px 8px;font-size:12px;font-weight:500;border:1px solid var(--wp--preset--color--grey);border-radius:4px;background:var(--wp--preset--color--white);color:var(--wp--preset--color--grey-dark);cursor:pointer;transition:all .15s ease}.overview-visits__range-btn:hover:not(.overview-visits__range-btn--disabled):not(.overview-visits__range-btn--active){border-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--primary)}.overview-visits__range-btn--active{background:var(--wp--preset--color--primary);border-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}.overview-visits__range-btn--disabled{opacity:.4;cursor:not-allowed}.overview-visits__period-select{-moz-appearance:none;appearance:none;border:none;background:transparent url(../images/dropdown.svg) 100% no-repeat;background-size:20px auto;padding:0 25px 0 0;height:30px;line-height:30px;font-size:14px;color:var(--wp--preset--color--secondary);text-decoration:underline;cursor:pointer}.overview-visits__period-select:focus{outline:none}.overview-visits__kpis{display:flex;gap:12px;margin-bottom:20px}@media screen and (max-width:767px){.overview-visits__kpis{gap:8px}}.overview-visits__kpi{flex:1;display:flex;flex-direction:column;gap:2px;padding:12px;position:relative}.overview-visits__kpi-value{font-size:24px;font-weight:700;color:var(--wp--preset--color--black)}@media screen and (max-width:767px){.overview-visits__kpi-value{font-size:20px}}.overview-visits__kpi-value--blurred{filter:blur(6px);-moz-user-select:none;user-select:none}.overview-visits__kpi-label{font-size:13px;color:var(--wp--preset--color--grey-dark)}.overview-visits__kpi-evolution{position:absolute;top:8px;right:8px;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px}.overview-visits__kpi-evolution--positive{background:rgba(53,164,44,.15);color:#35a42c}.overview-visits__kpi-evolution--negative{background:rgba(222,26,26,.15);color:#de1a1a}.overview-visits__chart-container{position:relative;min-height:200px}.overview-visits__error,.overview-visits__loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--wp--preset--color--grey-dark);font-size:14px}.overview-visits__content{position:relative}.overview-visits__chart{width:100%}.overview-visits__chart-svg{width:100%;height:160px}.overview-visits__chart-labels{display:flex;justify-content:space-between;margin-top:10px;padding:0 10px 0 40px}.overview-visits__chart-label{font-size:12px;color:var(--wp--preset--color--grey-dark)}.overview-visits__month-indicators{position:relative;height:28px;margin-top:8px;margin-left:40px;margin-right:10px}.overview-visits__month-indicator{position:absolute;display:flex;flex-direction:column;align-items:center}.overview-visits__month-line{width:100%;height:3px;background:var(--wp--preset--color--primary);border-radius:2px}.overview-visits__month-name{font-size:11px;color:var(--wp--preset--color--primary);font-weight:500;margin-top:4px;white-space:nowrap}.overview-visits__locked-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.85);display:flex;align-items:center;justify-content:center;z-index:10}.overview-visits__locked-content{display:flex;flex-direction:column;align-items:center;gap:8px}.overview-visits__locked-icon{display:flex;align-items:center;justify-content:center}.overview-visits__locked-title{font-size:14px;font-weight:600;color:var(--wp--preset--color--black)}.overview-visits__overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.85);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px}.overview-visits__promo{display:flex;align-items:flex-start;gap:12px;background:var(--wp--preset--color--beige);border-radius:10px;padding:20px;max-width:400px}.overview-visits__promo-icon{flex-shrink:0;color:var(--wp--preset--color--grey-dark)}.overview-visits__promo-content strong{display:block;margin-bottom:8px;color:var(--wp--preset--color--black)}.overview-visits__promo-content p{font-size:14px;color:var(--wp--preset--color--grey-dark);margin:0 0 12px;line-height:1.5}.overview-visits__promo-link{font-size:14px;color:var(--wp--preset--color--primary);font-weight:500}.overview-visits__promo-link:hover{text-decoration:underline}.overview-alert{display:flex;align-items:flex-start;gap:6px;padding:16px;border-radius:10px}.overview-alert--warning{background:rgba(233,120,56,.15)}.overview-alert__icon{flex-shrink:0;color:#e97838}.overview-alert__content{flex:1}.overview-alert__message{line-height:1.5;margin:0 0 8px}.overview-alert__link,.overview-alert__message{font-size:14px;color:var(--wp--preset--color--black)}.overview-alert__link{font-weight:600;text-decoration:underline}.overview-alert__link:hover{text-decoration:none}.overview-quick-actions__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.overview-quick-actions__item--active .overview-quick-actions__link{font-weight:600}.overview-quick-actions__link{display:block;font-size:15px;color:var(--wp--preset--color--black);text-decoration:none;transition:color .2s}.overview-quick-actions__link:hover{color:var(--wp--preset--color--primary)}.dashboard-home__widgets{display:flex;flex-wrap:wrap;gap:15px}.dashboard-home__widgets .dashboard-home__widget,.dashboard-home__widgets .widget{flex:1;min-width:280px}@media screen and (max-width:767px){.dashboard-home__widgets .dashboard-home__widget,.dashboard-home__widgets .widget{min-width:100%}}.dashboard-home__widgets .dashboard-home__widget .reinsurance-archive-sidebar,.dashboard-home__widgets .widget .reinsurance-archive-sidebar{display:flex!important}.dashboard-home__widgets .dashboard-home__widget .reinsurance-archive-sidebar__list,.dashboard-home__widgets .dashboard-home__widget .reinsurance-archive-sidebar__list p,.dashboard-home__widgets .widget .reinsurance-archive-sidebar__list,.dashboard-home__widgets .widget .reinsurance-archive-sidebar__list p{color:var(--wp--preset--color--grey)}.dashboard-home__widgets .container{max-width:100%!important;padding:0}.profil-card-mini__image{flex-shrink:0}.profil-card-mini__content{overflow:hidden}.profil-card-mini__title a:hover{color:var(--wp--preset--color--primary)}.profil-card-mini__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profil-card-mini__edit{flex-shrink:0}.profil-card-mini__edit svg{width:16px;height:16px}
