@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@keyframes ui-slide-in-right{0%{opacity:1;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes ui-slide-in-left{0%{opacity:1;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:0;pointer-events:none}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.login-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.login-modal{background:#fff;border-radius:1.6rem;width:100%;max-width:44rem;padding:4rem;animation:.3s ease-out slideUp;position:relative;box-shadow:0 10px 40px #0003}.login-modal__close{color:#999;cursor:pointer;background:0 0;border:none;font-size:2.8rem;transition:color .2s;position:absolute;top:2rem;right:2rem}.login-modal__close:hover{color:#333}.login-modal__content{flex-direction:column;align-items:center;display:flex}.login-modal__title{color:#333;margin-bottom:1rem;font-size:2.8rem;font-weight:700}.login-modal__subtitle{color:#999;text-align:center;margin-bottom:3.5rem;font-size:1.5rem}.login-modal__form{flex-direction:column;gap:2.5rem;width:100%;display:flex}.login-modal__field{flex-direction:column;gap:.8rem;display:flex}.login-modal__field label{color:#333;font-size:1.4rem;font-weight:600}.login-modal__field input{border:1px solid #e2e8f0;border-radius:.8rem;padding:1.4rem;font-size:1.6rem;transition:all .2s}.login-modal__field input:focus{border-color:#ff5a30;outline:none;box-shadow:0 0 0 3px #ff5a301a}.login-modal__submit{color:#fff;cursor:pointer;background-color:#ff5a30;border:none;border-radius:.8rem;margin-top:1rem;padding:1.4rem;font-size:1.6rem;font-weight:600;transition:background-color .2s}.login-modal__submit:hover{background-color:#cc4626}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.main-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:normal;align-items:center;height:64px;padding-left:2rem;display:flex;position:sticky;top:0}@media (width>=48em){.main-header{justify-content:center;padding-left:0}}.main-header__left{align-items:center;gap:5rem;display:flex}.main-header__right{align-items:center;gap:3rem;display:flex;position:absolute;right:2rem}.main-header__icon{color:#64748b;cursor:pointer;font-size:3rem}.main-header__icon:hover{color:#1e293b}.main-header__hamburger{color:#64748b;cursor:pointer;z-index:101;background:0 0;border:none;justify-content:center;align-items:center;font-size:3rem;display:flex}@media (width>=651px){.main-header__hamburger{display:none}}.main-nav{align-items:center;gap:1rem;font-size:1.6rem;display:flex}@media (width<=650px){.main-nav{z-index:100;background:#fff;flex-direction:column;gap:2rem;width:100%;height:calc(100vh - 64px);padding:2rem;display:none;position:fixed;top:64px;left:0}.main-nav--open{display:flex}.main-nav__divider{display:none}.main-nav__link{text-align:center;width:100%;padding:1rem;font-size:2rem}}.main-nav__button{color:#fff;cursor:pointer;background-color:#ff5a30;border:1px solid #ff5a30;border-radius:4px;padding:.5rem 1rem}.main-nav__button:hover{color:#000;background:0 0;border:1px solid #999}@media (width<=650px){.main-nav__button{display:none}}.main-nav__link{color:#64748b;font-weight:500;text-decoration:none;transition:color .2s}.main-nav__link:hover{color:#1e293b}.main-nav__link--active{color:#1e293b;font-weight:600}.main-nav__divider{color:#e5e7eb;-webkit-user-select:none;user-select:none}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}.chat-button{color:#fff;cursor:pointer;z-index:1000;background-color:#1a1a1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:3rem;right:3rem;box-shadow:0 4px 12px #0003}.chat-button:hover{background-color:#333;transform:scale(1.05)}.chat-button__icon{font-size:3rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.module{flex-direction:column;min-height:calc(100vh - 64px);display:flex}.module__content{text-align:center;flex-direction:column;align-items:center;gap:10rem;padding:2rem;display:flex}.module__content-header-title{margin-bottom:.5rem;font-size:6rem}.module__content-header-subtitle{font-size:3rem;font-weight:500}.module__subtitle{color:#666;margin-bottom:2.5rem}.module__modules{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1000px;display:flex}@media (width>=48em){.module__modules{flex-direction:row;justify-content:center}}.module__card{width:100%;height:-webkit-fill-available;height:-moz-available;height:stretch;color:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.module__card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.module__card-icon{margin-bottom:1rem;font-size:4rem}.module__card-name{margin-bottom:.5rem;font-size:1.75rem}.module__card-desc{color:#888;text-align:center;font-size:1.1rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.produkte-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}.produkte-page__image-section img{width:100%}.produkte-page__header{text-align:center;margin-bottom:3rem}.produkte-page__tabs{border-bottom:1px solid #999;justify-content:center;gap:2.5rem;width:max-content;margin:0 auto 4rem;display:flex}.produkte-page__tab{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:1.2rem 0;font-family:inherit;font-size:1.5rem;font-weight:600;transition:all .2s;position:relative}.produkte-page__tab:hover,.produkte-page__tab--active{color:#111827}.produkte-page__tab--active:after{content:"";background:#111827;height:3px;position:absolute;bottom:-1px;left:0;right:0}.produkte-page__content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px -1px #0000001a}.produkte-page__tab-content{text-align:center;grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=64em){.produkte-page__tab-content{text-align:left;grid-template-columns:1fr 1fr}}.produkte-page__text-section h2{color:#111827;margin-bottom:2rem;font-size:2.8rem}.produkte-page__text-section p{color:#4b5563;margin-bottom:3rem;font-size:1.8rem;line-height:1.6}.produkte-page__features{flex-direction:column;align-items:center;padding:0;list-style:none;display:flex}@media (width>=64em){.produkte-page__features{display:block}}.produkte-page__features li{color:#111827;margin-bottom:1.5rem;padding-left:2rem;font-size:1.6rem;font-weight:600;position:relative}.produkte-page__features li:before{content:"•";color:#111827;position:absolute;left:0}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.side-tabs{background-color:#fff;border-right:1px solid #eef2f6;flex-direction:column;width:26rem;height:100%;padding:1rem 0;transition:width .3s;display:flex;position:relative}@media (width<=48em){.side-tabs{width:100%}}.side-tabs__menu{flex-direction:column;align-items:center;gap:1rem;height:100%;display:flex}.side-tabs__menu--logo{width:10rem;height:auto;padding:2rem 1rem}@media (width<=48em){.side-tabs__menu--logo{width:20rem}}.side-tabs__group{flex-direction:column;gap:1rem;width:100%;display:flex}.side-tabs__group-container::-webkit-scrollbar{width:.5rem}.side-tabs__group-container::-webkit-scrollbar-thumb{background-color:#cacaca4d;border-radius:10px}.side-tabs__group-container::-webkit-scrollbar-track{background-color:#ffffff1a}.side-tabs__group-container{width:100%;height:calc(100vh - 9rem);overflow-y:auto}@media (width<=48em){.side-tabs__group-container{width:100%;height:auto}}.side-tabs__group:not(:last-child){margin-bottom:2rem}.side-tabs__group--border{border-bottom:1px solid #e0e0e0;padding-bottom:3rem}.side-tabs__group-title{color:#9e9e9e;text-transform:uppercase;letter-spacing:.05rem;width:100%;margin-bottom:.8rem;padding:0 2.5rem;font-size:1.1rem;font-weight:600}@media (width<=48em){.side-tabs__group-title{padding:0 4.5rem}}.side-tabs__logo{text-align:center;margin-bottom:2rem;font-size:2rem}.side-tabs__items{flex-direction:column;gap:.5rem;display:flex}@media (width<=48em){.side-tabs__items{width:100%}}.side-tabs__item{color:#999;border-radius:8px;justify-content:flex-start;align-items:center;gap:1.2rem;width:90%;height:3.5rem;margin:0 auto;padding:0 1.5rem;text-decoration:none;transition:all .2s;display:flex}.side-tabs__item:hover:not(.side-tabs__item--active){color:#333;background-color:#f1f4fa}.side-tabs__item--active{color:#ff5a30;background-color:#f1f4fa}@media (width<=48em){.side-tabs__item{justify-content:flex-start;gap:1.5rem;width:100%;height:4.5rem;padding:0 4.5rem}.side-tabs__item:hover .side-tabs__tooltip{opacity:1;visibility:visible;position:static;transform:none}}.side-tabs__icon{color:inherit;justify-content:center;align-items:center;font-size:2.5rem;display:flex}@media (width<=48em){.side-tabs__icon{font-size:2.2rem}}.side-tabs__tooltip{white-space:nowrap;opacity:1;visibility:visible;z-index:1000;color:inherit;font-size:1.4rem;font-weight:500;transition:all .2s}@media (width<=48em){.side-tabs__tooltip{font-size:1.6rem}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.margin-layout{display:flex;position:relative;overflow:hidden}.margin-layout__sidebar{background-color:#fff;border-right:1px solid #e0e0e0;width:auto;min-height:100vh}.margin-layout__main{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.margin-layout__header{background-color:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0;align-items:center;gap:1rem;height:60px;padding:0 1rem;display:flex}.margin-layout__toggle{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:2rem;display:none}.margin-layout__toggle:hover{background-color:#f0f0f0}.margin-layout__toggle--close{font-size:1.8rem}.margin-layout__overlay{z-index:999;background-color:#0006;display:none;position:absolute;inset:0}.margin-layout__content{background-color:#f8f9fa;flex:1;overflow-y:auto}.margin-layout__content-main{width:90%;max-width:160rem;height:calc(100vh - 8rem);margin:0 auto}@media (width<=768px){.margin-layout__sidebar{z-index:1000;width:280px;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.margin-layout__sidebar-header{justify-content:flex-end;padding:1rem;display:flex}.margin-layout__toggle{justify-content:center;align-items:center;display:flex}.margin-layout--sidebar-open .margin-layout__sidebar{transform:translate(0)}.margin-layout--sidebar-open .margin-layout__overlay{display:block}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.dashboard{flex-direction:column;gap:3rem;margin:2rem auto;display:flex}.dashboard__description{color:#999;margin:.5rem 0 0}@media (width<=48em){.dashboard__description{font-size:1.4rem}}.dashboard__logo{width:100%;max-width:60rem}.dashboard__header{background-color:#fff;border-radius:8px;padding:4rem;box-shadow:0 2px 4px #0000001a}@media (width<=48em){.dashboard__header{padding:2rem}}.dashboard__header h1{font-size:var(--fs-h1);color:#333;margin:0}@media (width<=48em){.dashboard__header h1{font-size:2.2rem}}.dashboard__calculate__highlight{color:red}.dashboard__actions{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem;display:grid}@media (width<=64em){.dashboard__actions{grid-template-columns:repeat(2,1fr)}}@media (width<=48em){.dashboard__actions{grid-template-columns:1fr}}.dashboard__action-card{cursor:pointer;background:#fff;border-radius:1.2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:14rem;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.dashboard__action-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.dashboard__action-card__icon-wrapper{color:#ff5a30;background-color:#fff1f0;border-radius:1.2rem;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2.2rem;transition:all .3s;display:flex}.dashboard__action-card__label{color:#333;text-align:center;font-size:1.4rem;font-weight:500}.dashboard__overview-section{text-align:left}.dashboard__overview-title{color:#999;text-transform:uppercase;letter-spacing:.1rem;margin-bottom:2rem;font-size:1.2rem;font-weight:600}.dashboard__overview-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}@media (width<=64em){.dashboard__overview-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=48em){.dashboard__overview-grid{grid-template-columns:1fr}}.dashboard__overview-card{text-align:left;cursor:pointer;background:#fff;border-radius:1.2rem;flex-direction:column;gap:1.5rem;width:100%;min-height:22rem;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.dashboard__overview-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.dashboard__overview-card__header{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard__overview-card__header span{color:#999;text-transform:uppercase;letter-spacing:.05rem;font-size:1.1rem;font-weight:600}.dashboard__overview-card__header svg{font-size:2rem}.dashboard__overview-card__content{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:1.2rem;display:flex}.dashboard__overview-card__content-icon{color:#1e2533;background-color:#f1f4fa;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2.22rem;display:flex}.dashboard__overview-card__content h3{color:#1e2533;margin:0;font-size:1.6rem;font-weight:600}.dashboard__overview-card__content p{color:#999;margin:0;font-size:1.3rem}.dashboard__overview-card--potential .dashboard__overview-card__header svg,.dashboard__overview-card--potential .dashboard__overview-card__content-icon{color:#27ae60}.dashboard__overview-card--potential .dashboard__overview-card__content-icon{background-color:#e8f8f0}.dashboard__overview-card--bestseller .dashboard__overview-card__header svg,.dashboard__overview-card--bestseller .dashboard__overview-card__content-icon{color:#f39c12}.dashboard__overview-card--bestseller .dashboard__overview-card__content-icon{background-color:#fdf5e6}.dashboard__detail-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:2.5rem;margin-bottom:2rem;display:grid}@media (width<=64em){.dashboard__detail-grid{grid-template-columns:1fr}}.dashboard__detail-card{text-align:left;background:#fff;border-radius:1.2rem;flex-direction:column;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 4px 15px #0000000d}.dashboard__detail-card--large{grid-column:span 2}@media (width<=64em){.dashboard__detail-card--large{grid-column:span 1}}.dashboard__detail-card__header{justify-content:space-between;align-items:center;display:flex}.dashboard__detail-card__header-left{align-items:center;gap:1rem;font-size:1.5rem;font-weight:500;display:flex}.dashboard__detail-card__header-left svg{font-size:1.8rem}.dashboard__detail-card__header-link{color:#1e2533;cursor:pointer;font-size:1.3rem}.dashboard__detail-card__header-link:hover{text-decoration:underline}.dashboard__detail-card__body{padding-top:1rem}.dashboard__detail-card__body--center{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 0;display:flex}.dashboard__detail-card__body--center p,.dashboard__detail-card__text-small{color:#999;margin-bottom:2rem;font-size:1.3rem}.dashboard__detail-card__text-muted{color:#94a3b8;margin-bottom:1.5rem;font-size:1.4rem}.dashboard__detail-card__text-label{color:#64748b;margin-bottom:1.2rem;font-size:1.2rem;display:block}.dashboard__detail-card__btn-full{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:.8rem;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.2rem;font-size:1.4rem;font-weight:600;transition:background-color .2s;display:flex}.dashboard__detail-card__btn-full:hover{background-color:#2e394e}.dashboard__detail-card__btn-full svg{font-size:1.6rem}.dashboard__detail-card__main-value{color:#1e2533;font-size:3rem;font-weight:700}.dashboard__detail-card__sub-value{color:#999;margin-top:.5rem;font-size:1.3rem}.dashboard__detail-card__footer{color:#999;border-top:1px solid #f1f4fa;margin-top:2rem;padding-top:1.5rem;font-size:1.2rem}.dashboard__detail-card__empty-icon{color:#f1f4fa;margin-bottom:1.5rem;font-size:4rem}.dashboard__detail-card__connect{margin:2rem 0}.dashboard__detail-card__connect span{color:#999;margin-bottom:1rem;font-size:1.2rem;display:block}.dashboard__detail-card__connect-buttons{justify-content:center;gap:1rem;display:flex}.dashboard__detail-card__btn-connect{color:#1e2533;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.8rem;align-items:center;gap:.8rem;padding:.8rem 1.8rem;font-size:1.4rem;font-weight:500;transition:all .2s;display:flex}.dashboard__detail-card__btn-connect:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard__detail-card__btn-connect svg{font-size:1.8rem}.dashboard__detail-card__btn-add-inline{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:1rem;font-size:1.4rem;font-weight:500;display:flex}.dashboard__detail-card__btn-add-inline:hover{color:#1e2533}.dashboard__detail-card__icon-circle{border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2rem;display:flex}.dashboard__detail-card__icon-circle--purple{color:#6b2bd8;background-color:#f0ebf9}.dashboard__detail-card__title{color:#1e2533;font-size:1.5rem;font-weight:600}.dashboard__detail-card__subtitle{color:#999;font-size:1.2rem}.dashboard__detail-card__badge{color:#999;background:#f1f4fa;border-radius:2rem;padding:.5rem 1rem;font-size:1.1rem;font-weight:600}.dashboard__detail-card__trend{color:#999;margin-top:.8rem;font-size:1.3rem}.dashboard__detail-card__stats-grid{background:#f8f9fb;border-radius:1rem;grid-template-columns:1fr 1fr;gap:2rem;margin:2.5rem 0;padding:2rem;display:grid}.dashboard__detail-card__stat-label{color:#999;margin-bottom:.5rem;font-size:1.2rem}.dashboard__detail-card__stat-value{color:#1e2533;font-size:2.2rem;font-weight:700}.dashboard__detail-card__stat-sub{color:#999;font-size:1.1rem}.dashboard__detail-card__progress-section{margin-bottom:2.5rem}.dashboard__detail-card__progress-header{color:#999;justify-content:space-between;margin-bottom:1rem;font-size:1.2rem;display:flex}.dashboard__detail-card__progress-bar{background:#f1f4fa;border-radius:1rem;height:.8rem;margin-bottom:1rem}.dashboard__detail-card__progress-fill{background:#e0e6ed;border-radius:1rem;width:5%;height:100%}.dashboard__detail-card__progress-footer{color:#999;text-align:center;font-size:1.2rem}.dashboard__detail-card__info-box{color:#999;background:#f8f9fb;border-radius:.8rem;align-items:flex-start;gap:1rem;padding:1.2rem 1.5rem;font-size:1.2rem;line-height:1.4;display:flex}.dashboard__detail-card__info-box svg{flex-shrink:0;font-size:1.8rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.calculator{flex-direction:column;gap:2rem;display:flex}.calculator__stepper{border-bottom:1px solid #e0e0e0;gap:1rem;padding:2rem 0;display:flex}.calculator__step{color:#999;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:.8rem;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:500;transition:all .2s;display:flex}.calculator__step svg{font-size:2.5rem}.calculator__step--active{color:#ff5a30;background-color:#ff5a300d;border:1px solid #ff5a30;box-shadow:0 0 0 1px #ff5a3033}.calculator__step-icon{color:#e0e0e0;align-self:center;font-size:2rem}.calculator__content{background:#fff;border-radius:8px;min-height:400px;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.calculator__view-header{margin-bottom:2rem}.calculator__view-header h2{color:#333;font-size:1.8rem;font-weight:600}.calculator__sub-tabs{background-color:#f5f5f5;border-radius:8px;gap:1.5rem;width:fit-content;margin-bottom:2.5rem;padding:.5rem;display:flex}.calculator__sub-tab{color:#999;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.8rem 1.6rem;font-size:1.3rem;font-weight:500;transition:all .2s}.calculator__sub-tab--active{color:#fff;background-color:#1e2533}.calculator__count{opacity:.7;margin-left:.4rem;font-size:1.1rem}.calculator__inner-content{text-align:center;color:#999;border:1px dashed #e0e0e0;border-radius:8px;padding:4rem}@media (width<=48em){.calculator__stepper{gap:1.5rem}.calculator__content{padding:1.5rem}.calculator__sub-tabs{width:100%;overflow-x:auto}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.contracts{background-color:#fafafb;min-height:100vh;padding:3rem}.contracts__header{margin-bottom:3rem}.contracts__header-title{align-items:center;gap:1.5rem;display:flex}.contracts__header-title h1{color:#1a202c;margin:0;font-size:2.22rem;font-weight:700}.contracts__header-title p{color:#718096;margin:.2rem 0 0;font-size:1.3rem}.contracts__header-icon{color:#f6ad55;background-color:#fff9e6;border-radius:1.2rem;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;font-size:2.4rem;display:flex}.contracts__stats{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}@media (width<=1200px){.contracts__stats{grid-template-columns:repeat(2,1fr)}}.contracts__filters{background:#fff;border:1px solid #edf2f7;border-radius:1.2rem;margin-bottom:2.5rem;padding:1.5rem 2rem;box-shadow:0 2px 10px #00000005}.contracts__filters-group{gap:1.5rem;display:flex}.contracts__empty{background:#fff;border:1px solid #edf2f7;border-radius:1.6rem;justify-content:center;align-items:center;padding:8rem 2rem;display:flex;box-shadow:0 4px 20px #00000005}.stat-card{background:#fff;border:1px solid #edf2f7;border-radius:1.6rem;justify-content:space-between;align-items:center;padding:2rem;display:flex;box-shadow:0 4px 15px #00000005}.stat-card__info{flex-direction:column;gap:.5rem;display:flex}.stat-card__label{color:#718096;font-size:1.3rem;font-weight:500}.stat-card__value{font-size:2.4rem;font-weight:700}.stat-card__icon{opacity:.8;font-size:2.6rem}.stat-card--red{background-color:#fff5f5;border-color:#fed7d7}.stat-card--red .stat-card__value,.stat-card--red .stat-card__icon{color:#e53e3e}.stat-card--orange{background-color:#fffaf0;border-color:#feebc8}.stat-card--orange .stat-card__value,.stat-card--orange .stat-card__icon{color:#dd6b20}.stat-card--green{background-color:#f0fff4;border-color:#c6f6d5}.stat-card--green .stat-card__value,.stat-card--green .stat-card__icon{color:#38a169}.stat-card--gray{background-color:#f7fafc;border-color:#edf2f7}.stat-card--gray .stat-card__value,.stat-card--gray .stat-card__icon{color:#2d3748}.filter-select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.8rem;align-items:center;gap:1rem;min-width:14rem;padding:.8rem 1.5rem;display:flex}.filter-select__icon{color:#94a3b8;font-size:1.6rem}.filter-select select{color:#475569;cursor:pointer;background:0 0;border:none;width:100%;font-size:1.4rem;font-weight:500}.filter-select select:focus{outline:none}.empty-state{text-align:center;max-width:40rem}.empty-state__icon{color:#e2e8f0;margin-bottom:2rem;font-size:4.8rem}.empty-state__title{color:#1a202c;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.empty-state__text{color:#718096;margin-bottom:3rem;font-size:1.4rem;line-height:1.6}.empty-state__button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.8rem;padding:1rem 2.5rem;font-size:1.4rem;font-weight:600;transition:all .2s}.empty-state__button:hover{background:#f1f5f9;border-color:#cbd5e1}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.cockpit-side-tabs{background-color:#1a202c;flex-direction:column;height:100%;padding:1rem 0;transition:width .3s;display:flex;position:relative}.cockpit-side-tabs__menu{flex-direction:column;align-items:flex-start;gap:1rem;height:calc(100% - 5rem);display:flex}@media (width>=48em){.cockpit-side-tabs__menu{height:100%}}.cockpit-side-tabs__logo-placeholder{color:#fff;text-align:left;cursor:pointer;width:100%;padding:2rem 1.5rem;font-size:1.5rem;font-weight:700}.cockpit-side-tabs__group{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.cockpit-side-tabs__group-container{width:100%;height:calc(100vh - 11rem);overflow-y:auto}.cockpit-side-tabs__group-container::-webkit-scrollbar{width:.5rem}.cockpit-side-tabs__group-container::-webkit-scrollbar-thumb{background-color:#cacaca4d;border-radius:1rem}.cockpit-side-tabs__group-container::-webkit-scrollbar-track{background-color:#ffffff1a}.cockpit-side-tabs__group-container{padding:0 1rem}.cockpit-side-tabs__group:not(:last-child){margin-bottom:2rem}.cockpit-side-tabs__group-title{color:#fff6;text-transform:uppercase;text-align:left;letter-spacing:.05em;width:100%;margin-bottom:.5rem;padding:0 .5rem;font-size:1.2rem;font-weight:600}.cockpit-side-tabs__items{flex-direction:column;gap:1rem;width:100%;display:flex}.cockpit-side-tabs__item{color:#ffffffd9;border-radius:8px;align-items:center;gap:1rem;width:100%;height:3rem;padding:0 1rem;text-decoration:none;transition:all .2s;display:flex}.cockpit-side-tabs__item:hover{color:#fff;background-color:#ffffff0d}.cockpit-side-tabs__item--active{color:#fff;background-color:#ffffff1a;font-weight:600}.cockpit-side-tabs__item-icon{justify-content:center;align-items:center;font-size:2rem;display:flex}.cockpit-side-tabs__item-name{letter-spacing:.01em;font-size:1.5rem}@media (width<=768px){.cockpit-side-tabs__item-name{display:block}.cockpit-side-tabs__group-title{padding:0 1rem}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.cockpit-layout{display:flex;position:relative;overflow:hidden}.cockpit-layout__sidebar{background-color:#fff;width:auto;min-height:100vh}.cockpit-layout__main{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.cockpit-layout__header{background-color:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0;align-items:center;gap:1rem;height:6rem;padding:0 1rem;display:flex}.cockpit-layout__header--icon{cursor:pointer;font-size:3rem}.cockpit-layout__header--icon:hover{color:#1e2533}.cockpit-layout__header--avatar{color:#fff;background-color:#999;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.5rem;display:flex;overflow:hidden}.cockpit-layout__header--avatar img{object-fit:cover;width:100%;height:100%}.cockpit-layout__header--user-details{font-size:1.5rem}.cockpit-layout__header--user-role{font-size:1rem}.cockpit-layout__header--user-profile{align-items:center;gap:.75rem;display:flex}.cockpit-layout__header--divider{background:#000;width:1px;height:4rem}.cockpit-layout__header-content{justify-content:flex-end;align-items:center;width:100%;display:flex}.cockpit-layout__header--right-container{flex-direction:row;align-items:center;gap:2rem;font-size:3rem;display:flex}.cockpit-layout__toggle{cursor:pointer;color:#333;background:0 0;border:none;border-radius:.4rem;padding:.5rem;font-size:2rem;display:none}.cockpit-layout__toggle:hover{background-color:#f0f0f0}.cockpit-layout__toggle--close{font-size:1.8rem}.cockpit-layout__overlay{z-index:999;background-color:#0006;display:none;position:absolute;inset:0}.cockpit-layout__content{background-color:#f8f9fa;flex:1;overflow-y:auto}.cockpit-layout__content-main{height:calc(100vh - 8rem)}@media (width<=768px){.cockpit-layout__sidebar{z-index:1000;width:28rem;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.cockpit-layout__sidebar-header{justify-content:flex-end;padding:1rem;display:flex}.cockpit-layout__toggle{justify-content:center;align-items:center;display:flex}.cockpit-layout--sidebar-open .cockpit-layout__sidebar{transform:translate(0)}.cockpit-layout--sidebar-open .cockpit-layout__overlay{display:block}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.cockpit-dashboard{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.cockpit-dashboard__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.cockpit-dashboard__title{margin:0;font-size:2rem}@media (width>=31em){.cockpit-dashboard__title{font-size:3.5rem}}.cockpit-dashboard__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.cockpit-dashboard__subtitle{font-size:2rem}}.cockpit-dashboard__grid{text-align:left;grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=75em){.cockpit-dashboard__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=100em){.cockpit-dashboard__grid{grid-template-columns:repeat(4,1fr)}}.cockpit-dashboard__chart-sidebar-layout{grid-template-columns:1fr;align-items:flex-start;gap:2rem;width:100%;max-width:100%;margin:0 auto;display:grid}@media (width>=75em){.cockpit-dashboard__chart-sidebar-layout{grid-template-columns:2.2fr .8fr}}@media (width>=100em){.cockpit-dashboard__chart-sidebar-layout{grid-template-columns:2.5fr 1fr}}.cockpit-dashboard__chart-container{width:100%;min-width:0;overflow:hidden}.cockpit-dashboard__sidebar{flex-direction:column;gap:2rem;height:100%;display:flex}.business-units-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.business-units-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.business-units-card{text-align:left;height:100%;padding:1.5rem}.business-units-card__header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.business-units-card__icon{width:2rem;height:2rem}.business-units-card__title{color:#333;margin:0;font-size:2rem;font-weight:700}.business-units-card__list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.business-units-card__add-btn{color:#1e2533;cursor:pointer;background:0 0;border:1px dashed #cbd5e1;border-radius:.75rem;width:100%;padding:.75rem;font-weight:600;transition:all .2s}.business-units-card__add-btn:hover{background-color:#f8fafc;border-color:#1e2533}.business-unit-item{background-color:#f8fafc;border-left:4px solid #0000;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:transform .2s;display:flex}.business-unit-item:hover{transform:translate(4px)}.business-unit-item__main{text-align:left;flex-direction:column;gap:.25rem;display:flex}.business-unit-item__name{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.business-unit-item__locations{color:#64748b;margin:0;font-size:1rem}.business-unit-item__stats{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.business-unit-item__value{color:#ff5a30;font-size:1.2rem;font-weight:600}.business-unit-item__percentage{font-size:1.2rem;font-weight:700}.business-unit-item__percentage--positive{color:#10b981}.business-unit-item__percentage--negative{color:#f43f5e}.stat-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.stat-card{cursor:pointer}.stat-card__content{flex-direction:column;gap:1rem;height:100%;display:flex}.stat-card__title{color:#1e253380;letter-spacing:.05em;margin:0;font-size:1.3rem;font-weight:700}.stat-card__value-container{align-items:baseline;display:flex}.stat-card__value{color:#1e2533;font-size:2.2rem;font-weight:700}@media (width>=31em){.stat-card__value{font-size:3rem}}.stat-card__unit{color:#1e253399;margin-left:.5rem;font-size:1.1rem;font-weight:400}@media (width>=31em){.stat-card__unit{font-size:1.5rem}}.stat-card__subtitle{color:#1e253380;margin:auto 0 0;font-size:1.1rem}@media (width>=31em){.stat-card__subtitle{font-size:1.5rem}}.stat-card__badge{border-radius:2rem;width:fit-content;margin-top:auto;padding:.5rem .8rem;font-size:1.1rem;font-weight:600}@media (width>=48em){.stat-card__badge{padding:.75rem 1rem;font-size:1.5rem}}.stat-card__badge--positive{color:#27ae60;background-color:#2ecc711a}.stat-card__badge--negative{color:#c0392b;background-color:#e74c3c1a}.stat-card__link{color:#d63031;margin-top:auto;font-size:1.1rem;font-weight:600;text-decoration:none;transition:opacity .2s}@media (width>=48em){.stat-card__link{font-size:1.5rem}}.stat-card__link:hover{opacity:.8}.stat-card__icon{color:#1e253308;pointer-events:none;font-size:4rem;transition:color .2s;position:absolute;top:10px;right:10px}@media (width>=48em){.stat-card__icon{font-size:6rem}}.stat-card--primary .stat-card__icon{color:#4834d41a}.stat-card--warning .stat-card__icon{color:#f9ca241f}.stat-card--warning .stat-card__value{color:#f0932b}.stat-card--success .stat-card__icon{color:#6ab04c1f}.stat-card--danger .stat-card__icon{color:#eb4d4b1f}.stat-card--danger .stat-card__link{color:#eb4d4b}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.consumption-chart{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.consumption-chart:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.consumption-chart{flex-direction:column;height:100%;padding:1.5rem;display:flex;position:relative;overflow:hidden}.consumption-chart__header{z-index:3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.consumption-chart__title-group{align-items:center;gap:.75rem;display:flex}.consumption-chart__icon-wrapper{color:#1e2533;background-color:#fff;border-radius:.75rem;justify-content:center;align-items:center;display:flex;box-shadow:0 .4rem 1.2rem #0000000d}.consumption-chart__icon{font-size:5rem}.consumption-chart__title{margin:0;font-size:2rem}.consumption-chart__unit-badge{color:#1e2533;background-color:#1e25331a;border-radius:2rem;padding:.25rem .75rem;font-size:1rem;font-weight:600}.consumption-chart__container{z-index:3;flex:1;width:100%;min-height:35rem;margin-top:auto;position:relative}.consumption-chart .recharts-cartesian-grid-horizontal line{stroke-opacity:.5}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.esg-co2{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.esg-co2__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.esg-co2__title{margin:0;font-size:2rem}@media (width>=31em){.esg-co2__title{font-size:3.5rem}}.esg-co2__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.esg-co2__subtitle{font-size:2rem}}.esg-co2__top-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=75em){.esg-co2__top-grid{grid-template-columns:repeat(3,1fr)}}.esg-co2__middle-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=75em){.esg-co2__middle-grid{grid-template-columns:1.2fr 1fr}}.esg-co2__bottom-container{width:100%}.esg-co2__header-right{position:absolute;top:0;right:0}.esg-co2__icon{color:#10b981;font-size:4rem}.esg-card__icon--co2{color:#10b981;font-size:2rem}.esg-card__icon--green-energy{color:#f59e0b;font-size:2rem}.esg-card__icon--compliance{color:#3b82f6;font-size:2rem}.esg-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.esg-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.esg-card{flex-direction:column;gap:1rem;display:flex}.esg-card__header{align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;display:flex}.esg-card__content{justify-content:space-between;align-items:center;display:flex}.esg-card__value-group{flex-direction:column;display:flex}.esg-card__value{color:#1e293b;font-size:4rem;font-weight:600;line-height:1}.esg-card__unit{color:#64748b;margin-left:.5rem;font-size:2rem;font-weight:500}.esg-card__badge{margin-top:.5rem;font-size:1.5rem;font-weight:600}.esg-card__badge--positive{color:#10b981;background:#d1fae5;border-radius:4px;width:fit-content;padding:2px 8px}.esg-card__badge--neutral{color:#64748b;font-weight:500}.esg-card__badge--audit{color:#3b82f6;background:#eff6ff;border-radius:4px;width:fit-content;padding:2px 8px}.esg-card__icon-bg{color:#00000008;font-size:4rem}.environment-section,.social-section{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.environment-section:hover,.social-section:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.environment-section,.social-section{text-align:left}.environment-section__header,.social-section__header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.environment-section__title-group,.social-section__title-group{flex-direction:column;display:flex}.environment-section__title,.social-section__title{margin:0;font-size:1.5rem;font-weight:700}@media (width>=31em){.environment-section__title,.social-section__title{font-size:2rem}}.environment-section__subtitle,.social-section__subtitle{color:#64748b;margin:0;font-size:1.2rem}@media (width>=31em){.environment-section__subtitle,.social-section__subtitle{font-size:1.6rem}}.environment-section__icon-wrapper,.social-section__icon-wrapper{color:#10b981;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:3rem;display:flex}.progress-item{margin-bottom:1.5rem}.progress-item__label-group{justify-content:space-between;margin-bottom:.5rem;font-size:1.2rem;font-weight:500;display:flex}@media (width>=31em){.progress-item__label-group{font-size:1.6rem}}.progress-item__bar-bg{background:#f1f5f9;border-radius:4px;height:8px;overflow:hidden}.progress-item__bar-fill{background:#10b981;border-radius:4px;height:100%}.progress-item__bar-fill--65{width:65%}.progress-item__bar-fill--42{width:42%}.progress-item__desc{color:#64748b;margin-top:.5rem;font-size:1.2rem}@media (width>=31em){.progress-item__desc{font-size:1.6rem}}.social-list{flex-direction:column;gap:1.5rem;display:flex}.social-item{gap:1rem;display:flex}.social-item__icon{color:#64748b;margin-top:.25rem;font-size:2rem}@media (width>=31em){.social-item__icon{font-size:3rem}}.social-item__content{flex-direction:column;display:flex}.social-item__name{font-size:1.2rem;font-weight:700}@media (width>=31em){.social-item__name{font-size:1.6rem}}.social-item__desc{color:#64748b;font-size:1.2rem}@media (width>=31em){.social-item__desc{font-size:1.6rem}}.social-item__status{color:#10b981;margin-top:.25rem;font-size:1.2rem;font-weight:600}@media (width>=31em){.social-item__status{font-size:1.6rem}}.governance-section{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.governance-section:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.governance-section{text-align:left}.governance-section__header{flex-direction:row;align-items:center;gap:.75rem;display:flex}.governance-section__header svg{color:#10b981;font-size:3rem}.governance-section__grid{grid-template-columns:repeat(1,1fr);gap:1rem;margin-top:1.5rem;display:grid}@media (width>=75em){.governance-section__grid{grid-template-columns:repeat(3,1fr)}}.gov-subcard{background:#f8fafc;border-radius:.75rem;padding:1.25rem}.gov-subcard__label{color:#999;text-transform:uppercase;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}@media (width>=31em){.gov-subcard__label{font-size:1.6rem}}.gov-subcard__main{align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:flex}@media (width>=31em){.gov-subcard__main{font-size:2rem}}.gov-subcard__desc{color:#94a3b8;font-size:1.1rem}@media (width>=31em){.gov-subcard__desc{font-size:1.3rem}}.gov-subcard__icon{color:#10b981}.gov-subcard--orange .gov-subcard__icon{color:#f59e0b}.gov-subcard--blue .gov-subcard__icon{color:#3b82f6}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.companies-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.companies-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.companies-view__title{margin:0;font-size:2rem}@media (width>=31em){.companies-view__title{font-size:3.5rem}}.companies-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.companies-view__subtitle{font-size:2rem}}.companies-view__header{justify-content:center;align-items:center;gap:1.5rem}.companies-view__header__content{flex-direction:column;align-items:center;display:flex}.companies-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.companies-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.companies-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.companies-view__header__title{font-size:3.5rem}}.companies-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.companies-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.companies-view__header__subtitle{font-size:2rem}}.companies-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.companies-view__header__add-btn:hover{background-color:#24262b}.companies-view__header__add-btn svg{font-size:1.6rem}.companies-view__content{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.companies-view__content:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.companies-view__content{width:100%;padding:0;overflow:visible}.companies-view__content:hover{transform:none}.companies-view__search-bar{border-bottom:1px solid #eee;align-items:center;padding:2.5rem;display:flex;position:relative}.companies-view__search-bar input{border:1px solid #e0e0e0;border-radius:.8rem;outline:none;width:100%;padding:1.2rem 1.2rem 1.2rem 4rem;font-size:1.4rem;transition:border-color .2s}.companies-view__search-bar input:focus{border-color:#6b2bd8}.companies-view__search-icon{color:#999;font-size:1.8rem;position:absolute;left:4rem}.companies-table{border-collapse:collapse;width:100%;overflow:auto}.companies-table__body{word-break:break-word;min-width:100rem}.companies-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:2fr 1fr 2fr 1.5fr .5fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.companies-table__row{border-bottom:1px solid #eee;grid-template-columns:2fr 1fr 2fr 1.5fr .5fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.companies-table__row:last-child{border-bottom:none}.companies-table__row:hover{background-color:#fcfcfc}.companies-table__col{align-items:center;font-size:1.4rem;display:flex}.companies-table__col.text-right{justify-content:flex-end}.company-info{flex-direction:column;display:flex}.company-info__name{color:#1e2533;font-size:1.6rem;font-weight:600}.company-info__id{color:#999;font-size:1.2rem}.role-badge--holding{text-transform:uppercase;color:#6b2bd8;background-color:#6b2bd81a;border-radius:4px;padding:.4rem 1rem;font-size:1.4rem;font-weight:600}.role-badge--besitz{text-transform:uppercase;color:#3b82f6;background-color:#3b82f61a;border-radius:4px;padding:.4rem 1rem;font-size:1.4rem;font-weight:600}.role-badge--betrieb{text-transform:uppercase;color:#10b981;background-color:#10b9811a;border-radius:4px;padding:.4rem 1rem;font-size:1.4rem;font-weight:600}.location-info,.contact-info{color:#333;align-items:center;gap:.8rem;display:flex}.location-info__icon,.contact-info__icon{color:#999;flex-shrink:0;font-size:2rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.objects-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.objects-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.objects-view__title{margin:0;font-size:2rem}@media (width>=31em){.objects-view__title{font-size:3.5rem}}.objects-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.objects-view__subtitle{font-size:2rem}}.objects-view__header{justify-content:center;align-items:center;gap:1.5rem}.objects-view__header__content{flex-direction:column;align-items:center;display:flex}.objects-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.objects-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.objects-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.objects-view__header__title{font-size:3.5rem}}.objects-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.objects-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.objects-view__header__subtitle{font-size:2rem}}.objects-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.objects-view__header__add-btn:hover{background-color:#24262b}.objects-view__header__add-btn svg{font-size:1.6rem}.objects-view__content{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.objects-view__content:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.objects-view__content{width:100%;padding:0;overflow:visible}.objects-view__content:hover{transform:none}.objects-view__search-bar{border-bottom:1px solid #eee;align-items:center;padding:2.5rem;display:flex;position:relative}.objects-view__search-bar input{border:1px solid #e0e0e0;border-radius:.8rem;outline:none;width:100%;padding:1.2rem 1.2rem 1.2rem 4rem;font-size:1.4rem;transition:border-color .2s}.objects-view__search-bar input:focus{border-color:#6b2bd8}.objects-view__search-icon{color:#999;font-size:1.8rem;position:absolute;left:4rem}.objects-table{border-collapse:collapse;width:100%;overflow:auto}.objects-table__body{word-break:break-word;min-width:100rem}.objects-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:2.5fr 1fr 2fr 2fr 1.5fr .5fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.objects-table__row{border-bottom:1px solid #eee;grid-template-columns:2.5fr 1fr 2fr 2fr 1.5fr .5fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.objects-table__row:last-child{border-bottom:none}.objects-table__row:hover{background-color:#fcfcfc}.objects-table__col{align-items:center;font-size:1.4rem;display:flex}.objects-table__col.text-right{justify-content:flex-end}.object-info{flex-direction:column;display:flex}.object-info__name{color:#1e2533;font-size:1.6rem;font-weight:600}.object-info__id{color:#999;font-size:1.2rem}.type-badge{text-transform:uppercase;color:#475569;background-color:#f1f4fa;border-radius:4px;padding:.3rem .8rem;font-size:1.2rem;font-weight:600}.type-badge--fitness{color:#0369a1;background-color:#e0f2fe}.type-badge--gaming{color:#334155;background-color:#f1f5f9}.location-info{align-items:flex-start;gap:.8rem;display:flex}.location-info__icon{color:#999;margin-top:.3rem;font-size:1.8rem}.location-info__text{flex-direction:column;display:flex}.location-info__text small{color:#999;font-size:1.2rem}.owner-info{color:#333;align-items:center;gap:.8rem;display:flex}.owner-info__icon{color:#999;flex-shrink:0;font-size:2rem}.details-info{color:#999;flex-wrap:wrap;gap:1.5rem;display:flex}.details-info__item{align-items:center;gap:.5rem;font-size:1.3rem;display:flex}.details-info__item svg{font-size:1.6rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.contracts-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.contracts-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.contracts-view__title{margin:0;font-size:2rem}@media (width>=31em){.contracts-view__title{font-size:3.5rem}}.contracts-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.contracts-view__subtitle{font-size:2rem}}.contracts-view__header{justify-content:center;align-items:center;gap:1.5rem}.contracts-view__header__content{flex-direction:column;align-items:center;display:flex}.contracts-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.contracts-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.contracts-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.contracts-view__header__title{font-size:3.5rem}}.contracts-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.contracts-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.contracts-view__header__subtitle{font-size:2rem}}.contracts-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.contracts-view__header__add-btn:hover{background-color:#24262b}.contracts-view__header__add-btn svg{font-size:1.6rem}.contracts-view__header{gap:0}.contracts-view__header__content{align-items:center;margin-bottom:2rem}.contracts-view__header__title--container{align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.contracts-view__header__export-btn{color:#1e2533;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:.8rem;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.4rem;font-weight:600;transition:all .2s;display:flex}.contracts-view__header__export-btn:hover{background-color:#f8f9fa;border-color:#1e2533}.contracts-view__header__export-btn svg{font-size:1.8rem}.contracts-view__stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.contracts-view__stats .stat-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.contracts-view__stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.contracts-view__stats .stat-card{align-items:center;gap:2rem;padding:2.5rem;display:flex}.contracts-view__stats .stat-card__icon{border-radius:1.2rem;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:2.4rem;display:flex}.contracts-view__stats .stat-card__icon--blue{color:#6b2bd8;background-color:#6b2bd81a}.contracts-view__stats .stat-card__icon--purple{color:#9c27b0;background-color:#9c27b01a}.contracts-view__stats .stat-card__icon--orange{color:#ff9800;background-color:#ff98001a}.contracts-view__stats .stat-card__info{flex-direction:column;gap:.4rem;display:flex}.contracts-view__stats .stat-card__label{color:#999;font-size:1.3rem;font-weight:500}.contracts-view__stats .stat-card__value{color:#1e2533;font-size:2.2rem;font-weight:700}.contracts-view__stats .stat-card__value small{color:#f44336;margin-left:.5rem;font-size:1.4rem;font-weight:600}.contracts-view__table-container{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.contracts-view__table-container:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.contracts-view__table-container{padding:0;overflow:visible}.contracts-view__toolbar{border-bottom:1px solid #eee;flex-flow:column wrap;justify-content:center;align-items:center;gap:2rem;padding:2.5rem;display:flex}.contracts-view__toolbar .tabs{flex-wrap:wrap;gap:1rem;display:flex}.contracts-view__toolbar .tabs .tab-btn{color:#999;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:.6rem;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:700;transition:all .2s}@media (width>=31em){.contracts-view__toolbar .tabs .tab-btn{padding:.8rem 1.6rem;font-size:1.5rem}}.contracts-view__toolbar .tabs .tab-btn:hover{background-color:#f8f9fa}.contracts-view__toolbar .tabs .tab-btn.active{color:#fff;background-color:#1e2533;border-color:#1e2533}.contracts-view__toolbar .search-bar{align-items:center;display:flex;position:relative}.contracts-view__toolbar .search-bar svg{color:#999;font-size:1.6rem;position:absolute;left:1.2rem}.contracts-view__toolbar .search-bar input{border:1px solid #e0e0e0;border-radius:.6rem;outline:none;width:25rem;padding:.8rem 1.2rem .8rem 3.5rem;font-size:1.3rem}.contracts-view__toolbar .search-bar input:focus{border-color:#6b2bd8}.contracts-table{border-collapse:collapse;width:100%;overflow:auto}.contracts-table__body{word-break:break-word;min-width:100rem}.contracts-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:2.5fr 1.5fr 1.5fr 1fr 1.5fr 1.2fr .5fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.contracts-table__row{border-bottom:1px solid #eee;grid-template-columns:2.5fr 1.5fr 1.5fr 1fr 1.5fr 1.2fr .5fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.contracts-table__row:last-child{border-bottom:none}.contracts-table__row:hover{background-color:#fcfcfc}.contracts-table__col{align-items:center;font-size:1.4rem;display:flex}.contracts-table__col.text-right{justify-content:flex-end}.contracts-table .contract-info{flex-direction:column;gap:.2rem;display:flex}.contracts-table .contract-info__name{color:#1e2533;font-size:1.6rem;font-weight:700}.contracts-table .contract-info__details{color:#333;font-size:1.2rem}.contracts-table .contract-info__id{color:#999;text-transform:uppercase;font-size:1rem}.contracts-table .category-tag{color:#1e2533;background-color:#f5f7f9;border-radius:.6rem;align-items:center;gap:.8rem;width:fit-content;padding:.5rem 1rem;font-size:1.3rem;display:flex}.contracts-table .category-tag svg{color:#999;font-size:1.6rem}.contracts-table .partner-name{color:#1e2533;font-weight:600}.contracts-table .status-pill{text-transform:uppercase;color:#999;background-color:#9999991a;border-radius:2rem;padding:.3rem 1rem;font-size:1.1rem;font-weight:600}.contracts-table .status-pill--active{color:#10b981;background-color:#10b9811a}.contracts-table .status-pill--review{color:#f59e0b;background-color:#f59e0b1a}.contracts-table .date-value,.contracts-table .volume-value{color:#333;font-weight:600}.contracts-table .action-btn{color:#999;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;padding:.6rem;transition:all .2s;display:flex}.contracts-table .action-btn:hover{color:#fff;background-color:#6b2bd8;border-color:#6b2bd8}.contracts-table .action-btn svg{font-size:1.8rem}@media (width<=1200px){.contracts-view__stats{grid-template-columns:1fr}.contracts-view__toolbar{flex-direction:column;align-items:flex-start;gap:2rem}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.documents-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.documents-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.documents-view__title{margin:0;font-size:2rem}@media (width>=31em){.documents-view__title{font-size:3.5rem}}.documents-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.documents-view__subtitle{font-size:2rem}}.documents-view__header{justify-content:center;align-items:center;gap:1.5rem}.documents-view__header__content{flex-direction:column;align-items:center;display:flex}.documents-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.documents-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.documents-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.documents-view__header__title{font-size:3.5rem}}.documents-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.documents-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.documents-view__header__subtitle{font-size:2rem}}.documents-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.documents-view__header__add-btn:hover{background-color:#24262b}.documents-view__header__add-btn svg{font-size:1.6rem}.documents-view__header__upload-btn{cursor:pointer;color:#fff;background:#d81b60;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 2rem;font-weight:600;transition:background-color .2s;display:flex}.documents-view__content{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.documents-view__content:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.documents-view__content{padding:0;overflow:visible}.documents-view__content:hover{transform:none}.documents-view__toolbar{border-bottom:1px solid #eee;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;display:flex}@media (width>=31em){.documents-view__toolbar{flex-direction:row;align-items:center}}.documents-view__toolbar .search-bar{flex:1;align-items:center;max-width:40rem;display:flex;position:relative}.documents-view__toolbar .search-bar svg{color:#999;font-size:1.6rem;position:absolute;left:1.2rem}.documents-view__toolbar .search-bar input{border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:1rem 1rem 1rem 4rem;font-size:1.3rem}.documents-view__toolbar .search-bar input:focus{border-color:#3b82f6;outline:none}.documents-view__toolbar .filter-group{align-items:center;gap:1.5rem;display:flex}.documents-view__toolbar .filter-group .filter-icon{color:#999;font-size:1.8rem}.documents-view__toolbar .filter-group .status-select{cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:.8rem 1.5rem;font-size:1.3rem}.documents-view__toolbar .filter-group .status-select:focus{border-color:#3b82f6;outline:none}.documents-view .documents-table{border-collapse:collapse;width:100%;overflow:auto}.documents-view .documents-table__body{word-break:break-word;min-width:100rem}.documents-view .documents-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:2.5fr 2fr 1.2fr 1.5fr 1fr 1fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.documents-view .documents-table__row{border-bottom:1px solid #eee;grid-template-columns:2.5fr 2fr 1.2fr 1.5fr 1fr 1fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.documents-view .documents-table__row:last-child{border-bottom:none}.documents-view .documents-table__row:hover{background-color:#fcfcfc}.documents-view .documents-table__col{align-items:center;font-size:1.4rem;display:flex}.documents-view .documents-table__col.text-right{justify-content:flex-end}.documents-view .documents-table .doc-info{flex-direction:column;gap:.4rem;display:flex}.documents-view .documents-table .doc-info__main{align-items:center;gap:.8rem;display:flex}.documents-view .documents-table .doc-info__icon{color:#999;font-size:1.8rem}.documents-view .documents-table .doc-info__name{color:#1e2533;font-size:1.5rem;font-weight:700}.documents-view .documents-table .doc-info__type{color:#999;margin-left:2.6rem;font-size:1.1rem}.documents-view .documents-table .ref-info{flex-direction:column;gap:.4rem;display:flex}.documents-view .documents-table .ref-info__name{color:#1e2533;font-weight:500}.documents-view .documents-table .ref-info__details{color:#bbb;font-size:1.1rem}.documents-view .documents-table .uploader-info,.documents-view .documents-table .date-info{color:#333}.documents-view .documents-table .status-badge{border-radius:6px;padding:.5rem 1rem;font-size:1.15rem;font-weight:700}.documents-view .documents-table .status-badge--ausstehend{color:#ffb300;background-color:#fff8e1}.documents-view .documents-table .status-badge--geprüft{color:#1e88e5;background-color:#e3f2fd}.documents-view .documents-table .status-badge--freigegeben{color:#43a047;background-color:#e8f5e9}.documents-view .documents-table .action-btn{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.8rem;font-size:1.8rem;transition:all .2s;display:flex}.documents-view .documents-table .action-btn:hover{color:#1e2533;background-color:#f0f0f0}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.active-assets{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.active-assets:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.active-assets{margin-top:1.5rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.billing-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.billing-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.billing-view__title{margin:0;font-size:2rem}@media (width>=31em){.billing-view__title{font-size:3.5rem}}.billing-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.billing-view__subtitle{font-size:2rem}}.billing-view__header{justify-content:center;align-items:center;gap:1.5rem}.billing-view__header__content{flex-direction:column;align-items:center;display:flex}.billing-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.billing-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.billing-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.billing-view__header__title{font-size:3.5rem}}.billing-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.billing-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.billing-view__header__subtitle{font-size:2rem}}.billing-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.billing-view__header__add-btn:hover{background-color:#24262b}.billing-view__header__add-btn svg{font-size:1.6rem}.billing-view__header__toggle-group{align-items:center;gap:1rem;margin-bottom:.2rem;display:flex}.billing-view__header__toggle-group .billing-btn{color:#999;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:.8rem;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-size:1.4rem;font-weight:600;transition:all .2s;display:flex}.billing-view__header__toggle-group .billing-btn:hover{color:#6b2bd8;border-color:#6b2bd8}.billing-view__header__toggle-group .billing-btn.active{color:#fff;background-color:#e91e63;border-color:#e91e63}.billing-view__header__toggle-group .billing-btn svg{font-size:1.8rem}.billing-view__stats{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:2rem;display:grid}.billing-view__stats .stat-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.billing-view__stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.billing-view__stats .stat-card{align-items:center;gap:2rem;padding:3rem;display:flex}.billing-view__stats .stat-card:hover{transform:translateY(-.4rem)}.billing-view__stats .stat-card__icon{border-radius:1.2rem;justify-content:center;align-items:center;width:5.5rem;height:5.5rem;font-size:2.4rem;display:flex}.billing-view__stats .stat-card__icon--green{color:#10b981;background-color:#10b9811a}.billing-view__stats .stat-card__icon--blue{color:#3b82f6;background-color:#3b82f61a}.billing-view__stats .stat-card__icon--purple{color:#6b2bd8;background-color:#6b2bd81a}.billing-view__stats .stat-card__info{flex-direction:column;gap:.4rem;display:flex}.billing-view__stats .stat-card__label{color:#999;font-size:1.3rem;font-weight:500}.billing-view__stats .stat-card__value{color:#1e2533;font-size:2.4rem;font-weight:700}.billing-view__stats .stat-card__subtext{font-size:1.1rem;font-weight:600}.billing-view__stats .stat-card__subtext.green{color:#10b981}.billing-view__stats .stat-card__subtext.blue{color:#3b82f6}.billing-view__stats .stat-card__subtext.purple{color:#6b2bd8}.billing-view__content{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.billing-view__content:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.billing-view__content{padding:0;overflow:visible}.billing-view__content:hover{transform:none}.billing-view__content .content-header{text-align:center;border-bottom:1px solid #eee;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2.5rem;display:flex}@media (width>=64em){.billing-view__content .content-header{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}}.billing-view__content .content-header__title h2{color:#1e2533;margin:0;font-size:1.8rem}.billing-view__content .content-header__title p{color:#999;margin:.4rem 0 0;font-size:1.3rem}.billing-view__content .content-header__actions{gap:1rem;display:flex}.billing-view__content .content-header .filter-btn,.billing-view__content .content-header .export-btn,.billing-view__content .content-header .action-main-btn{cursor:pointer;border-radius:.6rem;align-items:center;gap:.8rem;padding:.8rem 1.4rem;font-size:1.3rem;font-weight:600;transition:all .2s;display:flex}.billing-view__content .content-header .filter-btn{color:#999;background:0 0;border:1px solid #e0e0e0}.billing-view__content .content-header .filter-btn:hover{background-color:#f8f9fa;border-color:#999}.billing-view__content .content-header .export-btn{color:#1e2533;background:0 0;border:1px solid #e0e0e0}.billing-view__content .content-header .export-btn:hover{background-color:#f8f9fa;border-color:#1e2533}.billing-view__content .content-header .action-main-btn{color:#fff;background-color:#e91e63;border:1px solid #e91e63}.billing-view__content .content-header .action-main-btn:hover{background-color:#d81b60;border-color:#d81b60}.billing-view__content .content-header svg{font-size:1.6rem}.billing-table{border-collapse:collapse;width:100%;overflow:auto}.billing-table__body{word-break:break-word;min-width:100rem}.billing-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:1fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.billing-table__row{border-bottom:1px solid #eee;grid-template-columns:1fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.billing-table__row:last-child{border-bottom:none}.billing-table__row:hover{background-color:#fcfcfc}.billing-table__col{align-items:center;font-size:1.4rem;display:flex}.billing-table__col.text-right{justify-content:flex-end}.billing-table--fleet .billing-table__header,.billing-table--fleet .billing-table__row{grid-template-columns:2fr 2fr 1.5fr 1.5fr 2fr 2fr}.billing-table--tenant .billing-table__header,.billing-table--tenant .billing-table__row{grid-template-columns:2.5fr 2fr 1.5fr 1.5fr 1.5fr 1fr 1.5fr}.billing-table .emp-info,.billing-table .vehicle-info,.billing-table .object-info{flex-direction:column;gap:.2rem;display:flex}.billing-table .emp-info__name,.billing-table .vehicle-info__name,.billing-table .object-info__name{color:#1e2533;font-size:1.4rem;font-weight:600}.billing-table .emp-info__id,.billing-table .vehicle-info__id,.billing-table .object-info__id{color:#999;font-size:1.5rem;font-weight:600}.billing-table .emp-info__addr,.billing-table .vehicle-info__addr,.billing-table .object-info__addr{color:#999;align-items:center;gap:.4rem;font-size:1.1rem;display:flex}.billing-table .emp-info__addr svg,.billing-table .vehicle-info__addr svg,.billing-table .object-info__addr svg{font-size:1.3rem}.billing-table .emp-info__rfid,.billing-table .vehicle-info__rfid,.billing-table .object-info__rfid{color:#999;align-items:center;gap:.4rem;font-size:1.2rem;display:flex}.billing-table .emp-info__rfid svg,.billing-table .vehicle-info__rfid svg,.billing-table .object-info__rfid svg{font-size:1.4rem}.billing-table .usage-value{font-size:1.4rem;font-weight:600}.billing-table .usage-value--home{color:#1e2533}.billing-table .usage-value--public{color:#999}.billing-table .saving-value{color:#10b981;font-size:1.4rem;font-weight:700}.billing-table .tenant-name{color:#1e2533;font-size:1.4rem}.billing-table .meter-badge{text-transform:uppercase;color:#999;text-transform:none;background-color:#0000;border:1px solid #e0e0e0;border-radius:4px;padding:.2rem .6rem;font-size:1.1rem;font-weight:600}.billing-table .usage-main{color:#1e2533;font-size:1.4rem;font-weight:600}.billing-table .tariff-link{color:#6b2bd8;background-color:#6b2bd80d;border-radius:.4rem;padding:.3rem .8rem;font-size:1.2rem;font-weight:600}.billing-table .amount-value{color:#1e2533;font-size:1.4rem;font-weight:700}.billing-table .status-badge{white-space:nowrap;border-radius:2rem;align-items:center;gap:.6rem;padding:.4rem 1.2rem;font-size:1.2rem;font-weight:600;display:flex}.billing-table .status-badge--ready{color:#2e7d32;background-color:#e8f5e9}.billing-table .status-badge--pending{color:#ef6c00;background-color:#fff3e0}.billing-table .status-badge svg{font-size:1.4rem}.billing-table .status-pill{text-transform:uppercase;letter-spacing:.05rem;border-radius:2rem;padding:.3rem 1rem;font-size:1.1rem;font-weight:700;display:inline-flex}.billing-table .status-pill--billed{color:#10b981;background-color:#10b9811a}.billing-table .status-pill--pending{color:#f59e0b;background-color:#f59e0b1a}.billing-table .status-pill--processing{color:#3b82f6;background-color:#3b82f61a}@media (width<=1200px){.billing-view__stats{grid-template-columns:1fr}}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.projects-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.projects-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.projects-view__title{margin:0;font-size:2rem}@media (width>=31em){.projects-view__title{font-size:3.5rem}}.projects-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.projects-view__subtitle{font-size:2rem}}.projects-view__header{justify-content:center;align-items:center;gap:1.5rem}.projects-view__header__content{flex-direction:column;align-items:center;display:flex}.projects-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.projects-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.projects-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.projects-view__header__title{font-size:3.5rem}}.projects-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.projects-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.projects-view__header__subtitle{font-size:2rem}}.projects-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.projects-view__header__add-btn:hover{background-color:#24262b}.projects-view__header__add-btn svg{font-size:1.6rem}.projects-view__content{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.projects-view__content:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.projects-view__content{width:100%;padding:0;overflow:visible}.projects-view__content:hover{transform:none}.projects-view__search-bar{border-bottom:1px solid #eee;align-items:center;padding:2.5rem;display:flex;position:relative}.projects-view__search-bar input{border:1px solid #e0e0e0;border-radius:.8rem;outline:none;width:100%;padding:1.2rem 1.2rem 1.2rem 4rem;font-size:1.4rem;transition:border-color .2s}.projects-view__search-bar input:focus{border-color:#6b2bd8}.projects-view__search-icon{color:#999;font-size:1.8rem;position:absolute;left:4rem}.projects-table{border-collapse:collapse;width:100%;overflow:auto}.projects-table__body{word-break:break-word;min-width:100rem}.projects-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:2.5fr 1fr 2fr 1.5fr 1.5fr .5fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.projects-table__row{border-bottom:1px solid #eee;grid-template-columns:2.5fr 1fr 2fr 1.5fr 1.5fr .5fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.projects-table__row:last-child{border-bottom:none}.projects-table__row:hover{background-color:#fcfcfc}.projects-table__col{align-items:center;font-size:1.4rem;display:flex}.projects-table__col.text-right{justify-content:flex-end}.project-info{flex-direction:column;display:flex}.project-info__name{color:#1e2533;font-size:1.6rem;font-weight:600}.project-info__object{color:#333;font-size:1.3rem}.project-info__id{color:#999;font-size:1.2rem}.status-badge--execution{color:#3b82f6;background-color:#3b82f61a}.timeline-info,.budget-info,.manager-info{color:#333;align-items:center;gap:.8rem;display:flex}.timeline-info__icon,.budget-info__icon,.manager-info__icon{color:#999;flex-shrink:0;font-size:2rem}.timeline-info__icon{margin-top:.3rem}.timeline-info__text{color:#999;flex-direction:column;font-size:1.3rem;display:flex}.timeline-info__text span{line-height:1.4}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.services-board-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.services-board-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.services-board-view__title{margin:0;font-size:2rem}@media (width>=31em){.services-board-view__title{font-size:3.5rem}}.services-board-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.services-board-view__subtitle{font-size:2rem}}.services-board-view__header{justify-content:center;align-items:center;gap:1.5rem}.services-board-view__header__content{flex-direction:column;align-items:center;display:flex}.services-board-view__header__icon-wrapper{color:#fff;background-color:#e91e63;border-radius:12px;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.5rem;display:flex}@media (width>=31em){.services-board-view__header__icon-wrapper{width:6rem;height:6rem;font-size:3rem}}.services-board-view__header__title{font-size:2.5rem;font-weight:700}@media (width>=31em){.services-board-view__header__title{font-size:3.5rem}}.services-board-view__header__title--container{justify-content:center;align-items:center;gap:1rem;display:flex}.services-board-view__header__subtitle{color:#999;font-size:1.5rem}@media (width>=31em){.services-board-view__header__subtitle{font-size:2rem}}.services-board-view__header__add-btn{color:#fff;cursor:pointer;background-color:#1e2533;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-weight:600;transition:background-color .2s;display:flex}.services-board-view__header__add-btn:hover{background-color:#24262b}.services-board-view__header__add-btn svg{font-size:1.6rem}.services-board-view__content{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.services-board-view__content:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.services-board-view__content{width:100%;padding:0;overflow:visible}.services-board-view__content:hover{transform:none}.services-board-view__search-bar{border-bottom:1px solid #eee;align-items:center;padding:2.5rem;display:flex;position:relative}.services-board-view__search-bar input{border:1px solid #e0e0e0;border-radius:.8rem;outline:none;width:100%;padding:1.2rem 1.2rem 1.2rem 4rem;font-size:1.4rem;transition:border-color .2s}.services-board-view__search-bar input:focus{border-color:#6b2bd8}.services-board-view__search-icon{color:#999;font-size:1.8rem;position:absolute;left:4rem}.services-table{border-collapse:collapse;width:100%;overflow:auto}.services-table__body{word-break:break-word;min-width:100rem}.services-table__header{color:#999;letter-spacing:.05rem;background-color:#fafafa;border-bottom:1px solid #eee;grid-template-columns:2.5fr 2.5fr 1.5fr 1.5fr .5fr;min-width:100rem;padding:1.5rem 2.5rem;font-size:1.2rem;font-weight:700;display:grid}.services-table__row{border-bottom:1px solid #eee;grid-template-columns:2.5fr 2.5fr 1.5fr 1.5fr .5fr;align-items:center;gap:1rem;padding:2rem 2.5rem;transition:background-color .1s;display:grid}.services-table__row:last-child{border-bottom:none}.services-table__row:hover{background-color:#fcfcfc}.services-table__col{align-items:center;font-size:1.4rem;display:flex}.services-table__col.text-right{justify-content:flex-end}.service-info{flex-direction:column;display:flex}.service-info__type{color:#1e2533;font-size:1.5rem;font-weight:600}.service-info__desc{color:#333;font-size:1.3rem}.service-info__id{color:#999;font-size:1.1rem}.project-object-info{flex-direction:column;gap:.6rem;display:flex}.project-object-info .project-line,.project-object-info .object-line{color:#333;align-items:center;gap:.8rem;font-size:1.4rem;display:flex}.project-object-info .project-line svg,.project-object-info .object-line svg{flex-shrink:0;font-size:1.8rem}.project-object-info .project-line svg{color:#e91e63}.project-object-info .object-line{color:#999;font-size:1.2rem}.project-object-info .object-line svg{color:#999}.status-badge{text-transform:uppercase;color:#999;background-color:#9999991a;border-radius:4px;padding:.3rem .8rem;font-size:1.2rem;font-weight:600}.status-badge--planning{color:#ffb300;background-color:#fff8e1}.status-badge--requested{color:#fbc02d;background-color:#fffde7}.status-badge--in_progress{color:#1e88e5;background-color:#e3f2fd}.status-badge--completed{color:#43a047;background-color:#e8f5e9}.partner-name{color:#333;font-size:1.4rem}.action-btn{color:#999;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;padding:.6rem;transition:all .2s;display:flex}.action-btn:hover{color:#fff;background-color:#6b2bd8;border-color:#6b2bd8}.action-btn svg{font-size:1.8rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.partners-view{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.partners-view:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.partners-view{margin-top:1.5rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.legal-tax-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.legal-tax-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.legal-tax-view__title{margin:0;font-size:2rem}@media (width>=31em){.legal-tax-view__title{font-size:3.5rem}}.legal-tax-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.legal-tax-view__subtitle{font-size:2rem}}.legal-tax-view__grid{flex-direction:column;gap:2rem;display:flex}@media (width>=75em){.legal-tax-view__grid{flex-direction:row}}.legal-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.legal-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.legal-card{flex-direction:column;width:100%;display:flex}.legal-card__header{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.legal-card__icon-wrapper{border-radius:1.2rem;justify-content:center;align-items:center;width:6rem;height:6rem;font-size:3rem;display:flex}.legal-card__icon-wrapper--red{color:#ef5350;background-color:#ef53501a}.legal-card__icon-wrapper--blue{color:#3b82f6;background-color:#3b82f61a}.legal-card__title-group{text-align:center}.legal-card__title-group h3{color:#333;margin:0;font-size:2rem;font-weight:600}@media (width>=48em){.legal-card__title-group h3{font-size:2.2rem}}.legal-card__title-group p{color:#999;margin:.5rem 0 0;font-size:1.5rem}.legal-card__content{flex-direction:column;gap:2rem;display:flex}.status-box{border:1px solid #0000;border-radius:1rem;padding:1.5rem}.status-box__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.status-box__header h4{margin:0;font-size:1.8rem;font-weight:600}.status-box__icon{font-size:2.2rem}.status-box p{color:#333;margin:0;font-size:1.5rem;line-height:1.6}.status-box--success{background-color:#10b9810d;border-color:#10b98133}.status-box--success h4,.status-box--success .status-box__icon{color:#10b981}.status-box--warning{background-color:#f59e0b0d;border-color:#f59e0b33}.status-box--warning h4,.status-box--warning .status-box__icon{color:#f59e0b}.status-box--warning .btn-correction{color:#999;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;padding:.6rem;transition:all .2s;display:flex}.status-box--warning .btn-correction:hover{color:#fff;background-color:#6b2bd8;border-color:#6b2bd8}.status-box--warning .btn-correction svg{font-size:1.8rem}.status-box--warning .btn-correction{width:fit-content;margin-top:1.5rem;padding:.8rem 1.5rem;font-size:1.5rem}.project-item{background-color:#f8f9fa;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.project-item__info h4{color:#333;margin:0;font-size:1.8rem;font-weight:600}.project-item__info span{color:#999;font-size:1.2rem}.project-item .badge--active{text-transform:uppercase;color:#10b981;background-color:#10b9811a;border-radius:4px;padding:.4rem 1rem;font-size:1.4rem;font-weight:600}.project-item .badge--planning{text-transform:uppercase;color:#999;background-color:#9999991a;border-radius:4px;padding:.4rem 1rem;font-size:1.4rem;font-weight:600}.documents-section h5{letter-spacing:.05em;color:#999;margin:1rem 0 1.5rem;font-size:1.5rem;font-weight:700}.doc-list{flex-direction:column;gap:1rem;display:flex}.doc-item{cursor:pointer;border:1px solid #9993;border-radius:.8rem;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.doc-item:hover{background-color:#f1f4fa;border-color:#3b82f6}.doc-item svg{color:#3b82f6;font-size:1.8rem}.doc-item span{color:#333;font-size:1.3rem}span{font-size:1.3rem}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.notifications-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.notifications-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.notifications-view__title{margin:0;font-size:2rem}@media (width>=31em){.notifications-view__title{font-size:3.5rem}}.notifications-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.notifications-view__subtitle{font-size:2rem}}.notifications-view{width:95%;max-width:140rem}.notifications-view__controls{flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin:2rem 0;display:flex}.notifications-view .filter-chips{flex-wrap:wrap;gap:1rem;display:flex}.notifications-view .filter-chips .filter-chip{color:#333;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.8rem;align-items:center;gap:.8rem;padding:.8rem 1.6rem;font-size:1.4rem;transition:all .2s;display:flex}.notifications-view .filter-chips .filter-chip svg{font-size:1.6rem}.notifications-view .filter-chips .filter-chip:hover{background-color:#6b2bd805;border-color:#6b2bd8}.notifications-view .filter-chips .filter-chip--active{color:#fff;background-color:#e91e63;border-color:#e91e63}.notifications-view .filter-chips .filter-chip--active:hover{background-color:#e91e63}.notifications-view .unread-toggle{color:#333;background:#f1f5f9;border-radius:.8rem;align-items:center;gap:1.2rem;width:fit-content;padding:.8rem 1.2rem;font-size:1.4rem;display:flex}.notifications-view .unread-toggle .switch{width:4.4rem;height:2.4rem;display:inline-block;position:relative}.notifications-view .unread-toggle .switch input{opacity:0;width:0;height:0}.notifications-view .unread-toggle .switch .slider{cursor:pointer;background-color:#cbd5e1;border-radius:2.4rem;transition:all .4s;position:absolute;inset:0}.notifications-view .unread-toggle .switch .slider:before{content:"";background-color:#fff;border-radius:50%;width:1.8rem;height:1.8rem;transition:all .4s;position:absolute;bottom:.3rem;left:.3rem}.notifications-view .unread-toggle .switch input:checked+.slider{background-color:#6b2bd8}.notifications-view .unread-toggle .switch input:checked+.slider:before{transform:translate(2rem)}.notifications-view__list{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.notification-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.notification-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.notification-card{align-items:flex-start;gap:2rem;padding:2rem;transition:all .2s;display:flex}.notification-card:hover{box-shadow:0 8px 24px #00000014}.notification-card__icon-box{color:#64748b;background-color:#f8fafc;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;font-size:2.2rem;display:flex}.notification-card__main{flex-grow:1}.notification-card__meta{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.notification-card__meta .tag{color:#7f8fa4;background:#f1f5f9;border-radius:.4rem;padding:.2rem .6rem;font-size:1rem;font-weight:700}.notification-card__meta .dot{color:#cbd5e1}.notification-card__meta .subtag{color:#999;font-size:1.2rem}.notification-card__title{color:#333;margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.notification-card__desc{color:#475569;margin:0 0 1.5rem;font-size:1.4rem;line-height:1.5}.notification-card__footer{border-top:1px solid #f1f5f9;align-items:center;gap:2rem;padding-top:1.5rem;display:flex}.notification-card__footer .status-indicator{align-items:center;gap:.6rem;font-size:1.2rem;font-weight:600;display:flex}.notification-card__footer .status-indicator:before{content:"";border-radius:50%;width:.8rem;height:.8rem}.notification-card__footer .status-indicator--info:before{background-color:#999}.notification-card__footer .status-indicator--hint:before{background-color:#3b82f6}.notification-card__footer .status-indicator--important:before{background-color:#f59e0b}.notification-card__footer .btn-action{color:#6b2bd8;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:1.3rem;font-weight:700;display:flex}.notification-card__footer .btn-action:hover{text-decoration:underline}.notification-card__aside{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1.5rem;display:flex}.notification-card__aside .time{color:#999;font-size:1.2rem}.notification-card__aside .btn-delete{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;padding:.6rem;transition:all .2s}.notification-card__aside .btn-delete:hover{color:#ef5350;background-color:#ef53500d}.notification-card__aside .btn-delete svg{font-size:1.8rem}*,:before,:after{box-sizing:border-box}html,body{color:#333;background-color:#fafaf8;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:62.5%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1{font-size:var(--fs-h1,3.2rem)}h2{font-size:var(--fs-h2,2.4rem)}h3{font-size:var(--fs-h3,1.8rem)}p{font-size:var(--fs-p,1.8rem)}@media (width<=48rem){:root{--fs-h1:2.8rem;--fs-h2:2rem;--fs-h3:1.4rem}}:root{--main-color:#ff5a30;--fs-h1:3.5rem;--fs-h2:2.4rem;--fs-h3:1.6rem}@media (prefers-reduced-motion:reduce){@keyframes ui-slide-in-right{0%{transform:none}to{transform:none}}@keyframes ui-slide-in-left{0%{transform:none}to{transform:none}}@keyframes ui-fade-out{0%{opacity:1}to{opacity:1}}}.settings-view{flex-direction:column;gap:3rem;width:90%;max-width:160rem;margin:2rem auto;padding-bottom:2rem;display:flex}.settings-view__header{text-align:center;border-bottom:1px solid #999;flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex}.settings-view__title{margin:0;font-size:2rem}@media (width>=31em){.settings-view__title{font-size:3.5rem}}.settings-view__subtitle{color:#999;margin:0;font-size:1.2rem}@media (width>=31em){.settings-view__subtitle{font-size:2rem}}.settings-view__grid{flex-flow:column wrap;gap:2rem;display:flex}@media (width>=31em){.settings-view__grid{flex-direction:row;justify-content:center;align-items:center}}.settings-card{background:#fff;border-radius:1.2rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.settings-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.settings-card{cursor:pointer;border:1px solid #0000;flex-direction:column;width:50rem;padding:3rem;transition:all .2s;display:flex}.settings-card:hover{border-color:#e91e63}.settings-card:hover .settings-card__icon-wrapper{color:#fff;background-color:#e91e63;border-color:#e91e63}.settings-card:hover .settings-card__title{color:#e91e63}.settings-card__icon-wrapper{color:#64748b;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:1rem;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;margin-bottom:2.5rem;font-size:2.2rem;transition:all .2s;display:flex}.settings-card__title{color:#333;margin:0 0 1.2rem;font-size:1.8rem;font-weight:700;transition:color .2s}.settings-card__description{color:#999;margin:0;font-size:1.4rem;line-height:1.6}
