@charset "UTF-8";:root{--primary-color: #698B22;--secondary-color: #9ACD32;--text-color: #373D3F;--text-bright-color: #C9C9C9;--background-color: #373D3F;--background-bright-color: #C9C9C9;--accent-color: #3399FF;--warning-color: #FFC000;--danger-color: #FF0000;--workspace-canvas-color: color-mix(in srgb, var(--background-bright-color) 28%, white);--workspace-surface-color: color-mix(in srgb, var(--background-bright-color) 14%, white);--workspace-surface-muted-color: color-mix(in srgb, var(--background-bright-color) 32%, white);--workspace-border-color: color-mix(in srgb, var(--text-color) 15%, transparent);--workspace-primary-soft-color: color-mix(in srgb, var(--primary-color) 13%, transparent);--workspace-rail-active-color: color-mix(in srgb, var(--primary-color) 28%, var(--background-color));--workspace-on-rail-active-color: #FFFFFF;--workspace-on-primary-color: #FFFFFF;--workspace-focus-color: color-mix(in srgb, var(--primary-color) 46%, transparent);--workspace-shadow-color: color-mix(in srgb, var(--background-color) 18%, transparent);--workspace-shadow-strong-color: color-mix(in srgb, var(--background-color) 38%, transparent);--workspace-overlay-color: color-mix(in srgb, var(--background-color) 68%, transparent);--header-height: 70px;--main-nav-height: 30px;--page-title-height: 20px;--page-title-gap: 8px;--footer-height: 40px;--side-nav-width: 20%;--main-gap: 1rem;--h1-font-size: 1.75rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--h4-font-size: 1.15rem;--h5-font-size: 1rem;--h6-font-size: .85rem;--h1-font-weight: 700;--h2-font-weight: 600;--h3-font-weight:500;--h3-font-style: italic;--h4-font-weight: 400;--h5-font-style: italic;--h5-font-weight:300;--h6-font-style: italic;--h6-font-weight:250;--heading-color: var(--primary-color)}app-workspace-shell{display:block;height:100%;min-height:0}.workspace-shell{display:grid;grid-template-columns:104px minmax(0,1fr);min-height:100%;background:var(--workspace-canvas-color);color:var(--text-color)}.workspace-rail{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;align-items:center;gap:1.25rem;min-height:100%;padding:1rem .75rem;background:var(--background-color);box-sizing:border-box}.workspace-home,.workspace-navigation__item,.workspace-logout{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;width:80px;min-height:58px;padding:.4rem .25rem;border:1px solid transparent;border-radius:14px;color:var(--text-bright-color);text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.workspace-home{background:var(--primary-color);color:var(--text-bright-color)}.workspace-home:link,.workspace-home:visited{background:var(--primary-color);color:var(--text-bright-color);text-decoration:none}.workspace-navigation{display:grid;gap:.45rem}.workspace-navigation__label{max-width:100%;font-size:.66rem;font-weight:700;line-height:1.05;text-align:center;white-space:normal}.workspace-home>.material-icons,.workspace-navigation__item>.material-icons,.workspace-logout>.material-icons{display:block;flex:0 0 auto;width:1em;line-height:1;text-align:center}.workspace-home:hover,.workspace-home:focus-visible,.workspace-home:active{border-color:var(--primary-color);background:var(--background-bright-color);color:var(--primary-color);outline:2px solid var(--workspace-focus-color)}.workspace-navigation__item:link,.workspace-navigation__item:visited,.workspace-logout:link,.workspace-logout:visited{color:var(--text-bright-color);text-decoration:none}.workspace-navigation__item:hover,.workspace-navigation__item:focus-visible,.workspace-navigation__item.is-active{border-color:var(--primary-color);background:var(--workspace-rail-active-color);color:var(--workspace-on-rail-active-color);outline:0;transform:translateY(-1px)}.workspace-navigation__item.is-disabled{cursor:not-allowed;opacity:.38}.workspace-logout{margin-top:auto}.workspace-logout:hover,.workspace-logout:focus-visible{border-color:var(--primary-color);background:var(--background-bright-color);color:var(--primary-color);outline:2px solid var(--workspace-focus-color);transform:translateY(-1px)}.workspace-mobile-logout{display:none}.workspace-main{min-width:0}.workspace-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding:1.35rem clamp(1rem,2.4vw,2.5rem) 1.1rem;border-bottom:1px solid var(--workspace-border-color);background:var(--workspace-surface-color)}.workspace-header__eyebrow{margin:0 0 .25rem;color:var(--primary-color);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.workspace-header h1{margin:0;color:var(--text-color);font-size:clamp(1.45rem,2vw,2.1rem);line-height:1.08}.workspace-header__subtitle{max-width:760px;margin:.45rem 0 0;color:var(--text-color);font-size:.94rem;line-height:1.45;opacity:.75}.workspace-content{width:100%;max-width:1680px;margin:0 auto;padding:clamp(1rem,2.4vw,2.5rem);box-sizing:border-box}.workspace-mobile-nav{display:none}@media (max-width: 900px){.workspace-shell{grid-template-columns:92px minmax(0,1fr)}.workspace-rail{padding-inline:.5rem}.workspace-home,.workspace-navigation__item,.workspace-logout{width:72px}.workspace-header{align-items:flex-start}}@media (max-width: 700px){.workspace-shell{display:block;min-height:100%;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.workspace-rail{display:none}.workspace-header{padding:1rem}.workspace-header__actions{align-self:center}.workspace-mobile-logout,.workspace-mobile-logout:link,.workspace-mobile-logout:visited{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--workspace-border-color);border-radius:12px;background:var(--workspace-surface-muted-color);color:var(--primary-color);text-decoration:none}.workspace-mobile-logout:hover,.workspace-mobile-logout:focus-visible{border-color:var(--primary-color);background:var(--primary-color);color:var(--text-bright-color);outline:2px solid var(--workspace-focus-color)}.workspace-content{padding:1rem}.workspace-mobile-nav{position:fixed;right:0;bottom:var(--footer-height);left:0;z-index:100;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);min-height:64px;padding:.35rem .35rem calc(.35rem + env(safe-area-inset-bottom));border-top:1px solid var(--workspace-border-color);background:var(--workspace-surface-color);box-shadow:0 -8px 28px var(--workspace-shadow-color)}.workspace-mobile-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;border-radius:10px;color:var(--text-color);font-size:.66rem;line-height:1.1;text-align:center;text-decoration:none}.workspace-mobile-nav__item:link,.workspace-mobile-nav__item:visited{color:var(--text-color);text-decoration:none}.workspace-mobile-nav__item .material-icons{font-size:1.35rem}.workspace-mobile-nav__item.is-active{background:var(--workspace-primary-soft-color);color:var(--primary-color);font-weight:700}.workspace-mobile-nav__item.is-active:link,.workspace-mobile-nav__item.is-active:visited{color:var(--primary-color)}.workspace-mobile-nav__item.is-disabled{opacity:.4}}@media (prefers-reduced-motion: reduce){.workspace-home,.workspace-navigation__item,.workspace-logout{transition:none}}.crm-start-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.65fr);gap:clamp(1rem,3vw,3rem);min-height:285px;padding:clamp(1.25rem,3vw,3rem);overflow:hidden;border-radius:22px;background:var(--background-color);color:var(--text-bright-color);box-shadow:0 18px 50px var(--workspace-shadow-color)}.crm-start-hero:before{position:absolute;inset:auto -8% -55% 35%;height:330px;border-radius:50%;background:var(--workspace-rail-active-color);content:"";filter:blur(1px);opacity:.75}.crm-start-hero__content{position:relative;z-index:2;align-self:center;max-width:780px}.crm-start-hero__date{display:inline-flex;margin-bottom:1rem;padding:.35rem .7rem;border:1px solid var(--primary-color);border-radius:999px;color:var(--text-bright-color);font-size:.76rem;font-weight:700}.crm-start-hero h2{margin:0;color:var(--text-bright-color);font-size:clamp(1.7rem,3vw,3rem);line-height:1.08}.crm-start-hero p{max-width:680px;margin:1rem 0 0;font-size:clamp(.92rem,1.25vw,1.08rem);line-height:1.55}.crm-start-hero__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.crm-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.65rem 1rem;border:1px solid transparent;border-radius:11px;font:inherit;font-size:.86rem;font-weight:750;cursor:pointer;text-decoration:none;transition:transform .15s ease,background-color .15s ease}.crm-button:hover,.crm-button:focus-visible{outline:2px solid var(--workspace-focus-color);transform:translateY(-1px)}.crm-button--primary{background:var(--primary-color);color:var(--text-bright-color)}.crm-button.crm-button--primary:link,.crm-button.crm-button--primary:visited{background:var(--primary-color);color:var(--text-bright-color);text-decoration:none}.crm-button.crm-button--primary:hover,.crm-button.crm-button--primary:focus-visible,.crm-button.crm-button--primary:active{border-color:var(--primary-color);background:var(--background-bright-color);color:var(--primary-color)}.crm-button--secondary{border-color:var(--primary-color);background:transparent;color:var(--text-bright-color)}.crm-button--quiet{background:transparent;color:var(--text-bright-color)}.crm-button .material-icons{font-size:1.15rem}.crm-start-hero__visual{position:relative;z-index:2;display:grid;place-items:center;min-height:210px}.crm-start-hero__visual>.material-icons{display:grid;place-items:center;width:118px;height:118px;border:1px solid var(--primary-color);border-radius:34px;background:var(--workspace-primary-soft-color);color:var(--text-bright-color);font-size:4rem;transform:rotate(-6deg)}.crm-start-hero__visual i{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--primary-color)}.crm-start-hero__visual i:nth-child(2){top:18%;left:12%}.crm-start-hero__visual i:nth-child(3){right:11%;bottom:20%}.crm-start-hero__visual i:nth-child(4){right:6%;top:14%;width:7px;height:7px}.crm-priority{margin-top:clamp(1.5rem,3vw,2.75rem)}.crm-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);gap:2rem;align-items:end;margin-bottom:1rem}.crm-section-heading span{color:var(--primary-color);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.crm-section-heading h2{margin:.2rem 0 0;color:var(--text-color);font-size:clamp(1.3rem,2vw,1.85rem)}.crm-section-heading p{margin:0;color:var(--text-color);font-size:.88rem;line-height:1.5;opacity:.7}.crm-area-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.crm-area-card{display:flex;flex-direction:column;min-height:218px;padding:1.15rem;border:1px solid var(--workspace-border-color);border-radius:17px;background:var(--workspace-surface-color);color:var(--text-color);box-shadow:0 8px 24px var(--workspace-shadow-color);text-decoration:none;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.crm-area-card:hover,.crm-area-card:focus-visible{border-color:var(--primary-color);box-shadow:0 14px 34px var(--workspace-shadow-color);outline:none;transform:translateY(-3px)}.crm-area-card--priority{border-top:4px solid var(--primary-color)}.crm-area-card--unavailable{pointer-events:none;opacity:.48}.crm-area-card__topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.crm-area-card__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--workspace-primary-soft-color);color:var(--primary-color)}.crm-area-card__status{padding:.28rem .55rem;border-radius:999px;background:var(--workspace-surface-muted-color);color:var(--primary-color);font-size:.68rem;font-weight:750}.crm-area-card h3{margin:1rem 0 .5rem;color:var(--text-color);font-size:1.05rem;font-style:normal;font-weight:700}.crm-area-card p{margin:0;color:var(--text-color);font-size:.84rem;line-height:1.5;opacity:.72}.crm-area-card__link{display:inline-flex;align-items:center;gap:.25rem;margin-top:auto;padding-top:1rem;color:var(--primary-color);font-size:.8rem;font-weight:750}.crm-area-card__link .material-icons{font-size:1rem}.crm-foundation-info{color:var(--text-color);line-height:1.55}.crm-foundation-info p{margin-top:0}.crm-foundation-info ul{margin-bottom:0;padding-left:1.25rem}@media (max-width: 1120px){.crm-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.crm-start-hero{display:block;min-height:auto;padding:1.25rem;border-radius:17px}.crm-start-hero__visual{display:none}.crm-start-hero__actions{display:grid}.crm-button{width:100%;box-sizing:border-box}.crm-section-heading{display:block}.crm-section-heading p{margin-top:.65rem}.crm-area-grid{grid-template-columns:1fr}.crm-area-card{min-height:185px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.crm-customers{display:grid;gap:1.25rem}.crm-customers__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.crm-customers__eyebrow{color:var(--primary-color);font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.crm-customers__header h1{margin:.3rem 0 .45rem;color:var(--text-color);font-size:clamp(1.65rem,3vw,2.35rem)}.crm-customers__header p{max-width:720px;margin:0;color:var(--text-color);line-height:1.55;opacity:.72}.crm-customers__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.crm-customers__action,.crm-customers__refresh,.crm-customers__pagination button,.crm-customers__state button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.65rem .9rem;border:1px solid var(--primary-color);border-radius:11px;font:inherit;font-size:.86rem;font-weight:750;text-decoration:none;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.crm-customers__action--primary,.crm-customers__action--primary:link,.crm-customers__action--primary:visited,.crm-customers__state button{background:var(--primary-color);color:var(--text-bright-color)}.crm-customers__action--secondary,.crm-customers__action--secondary:link,.crm-customers__action--secondary:visited,.crm-customers__refresh,.crm-customers__pagination button{background:transparent;color:var(--primary-color)}.crm-customers__action:hover,.crm-customers__action:focus-visible,.crm-customers__refresh:hover:not(:disabled),.crm-customers__pagination button:hover:not(:disabled),.crm-customers__state button:hover{background:var(--background-bright-color);color:var(--primary-color);transform:translateY(-1px)}.crm-customers__toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:.75rem;padding:.85rem;border:1px solid var(--workspace-border-color);border-radius:16px;background:var(--workspace-surface-color);box-shadow:0 8px 26px var(--workspace-shadow-color)}.crm-customers__search{display:flex;align-items:center;gap:.65rem;min-height:44px;padding:0 .85rem;border:1px solid var(--workspace-border-color);border-radius:11px;background:var(--background-bright-color);color:var(--text-color)}.crm-customers__search:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--workspace-primary-soft-color)}.crm-customers__search .material-icons{color:var(--primary-color);font-size:1.2rem}.crm-customers__search input{width:100%;border:0;outline:0;background:transparent;color:var(--text-color);font:inherit}.crm-customers__filter{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;color:var(--text-color);font-size:.86rem;font-weight:650;white-space:nowrap}.crm-customers__filter input{width:18px;height:18px;accent-color:var(--primary-color)}.crm-customers__refresh:disabled,.crm-customers__pagination button:disabled{cursor:not-allowed;opacity:.45}.crm-customers__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.crm-customers__summary article{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.8rem 1rem;border-left:3px solid var(--primary-color);border-radius:10px;background:var(--workspace-surface-color);color:var(--text-color)}.crm-customers__summary span{font-size:.78rem;opacity:.68}.crm-customers__summary strong{color:var(--primary-color);font-size:1.25rem}.crm-customers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,315px),1fr));gap:.9rem}.crm-customer-card{display:grid;gap:1rem;min-width:0;padding:1rem;border:1px solid var(--workspace-border-color);border-radius:16px;background:var(--workspace-surface-color);color:var(--text-color);text-decoration:none;box-shadow:0 8px 24px var(--workspace-shadow-color);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.crm-customer-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 14px 34px var(--workspace-shadow-color)}.crm-customer-card__identity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem}.crm-customer-card__avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--workspace-primary-soft-color);color:var(--primary-color);font-weight:850;letter-spacing:.04em}.crm-customer-card h2{margin:0 0 .22rem;overflow:hidden;color:var(--text-color);font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.crm-customer-card__status{color:var(--primary-color);font-size:.72rem;font-weight:750}.crm-customer-card__status--inactive{color:var(--text-color);opacity:.55}.crm-customer-card__open{color:var(--primary-color);font-size:1.1rem}.crm-customer-card__facts{display:grid;gap:.65rem;margin:0}.crm-customer-card__facts div{display:grid;grid-template-columns:minmax(92px,.55fr) 1fr;gap:.6rem}.crm-customer-card__facts dt,.crm-customer-card__facts dd{min-width:0;margin:0;font-size:.78rem}.crm-customer-card__facts dt{display:flex;align-items:center;gap:.3rem;opacity:.58}.crm-customer-card__facts dt .material-icons{font-size:.95rem}.crm-customer-card__facts dd{overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.crm-customer-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;padding-top:.8rem;border-top:1px solid var(--workspace-border-color)}.crm-customer-card__segments{display:flex;gap:.35rem}.crm-customer-card__segments span{padding:.25rem .42rem;border-radius:6px;background:var(--workspace-primary-soft-color);color:var(--primary-color);font-size:.68rem;font-weight:800}.crm-customer-card__footer small{text-align:right;opacity:.56}.crm-customers__state{display:grid;justify-items:center;gap:.55rem;min-height:230px;padding:2rem;border:1px dashed var(--workspace-border-color);border-radius:16px;color:var(--text-color);text-align:center}.crm-customers__state>.material-icons{color:var(--primary-color);font-size:2.4rem}.crm-customers__state h2,.crm-customers__state p{margin:0}.crm-customers__state p{opacity:.68}.crm-customers__spinner{width:32px;height:32px;border:3px solid var(--workspace-border-color);border-top-color:var(--primary-color);border-radius:50%;animation:crm-customer-spin .75s linear infinite}.crm-customers__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;color:var(--text-color);font-size:.82rem}@keyframes crm-customer-spin{to{transform:rotate(360deg)}}@media (max-width: 840px){.crm-customers__header{align-items:stretch;flex-direction:column}.crm-customers__header-actions{justify-content:flex-start}.crm-customers__toolbar{grid-template-columns:1fr auto}.crm-customers__search{grid-column:1/-1}}@media (max-width: 560px){.crm-customers{gap:1rem}.crm-customers__header-actions,.crm-customers__action{width:100%}.crm-customers__toolbar{grid-template-columns:1fr}.crm-customers__search{grid-column:auto}.crm-customers__summary{grid-template-columns:1fr;gap:.45rem}.crm-customers__summary article{padding:.65rem .8rem}.crm-customer-card__facts div{grid-template-columns:1fr;gap:.18rem}.crm-customer-card__footer{align-items:flex-start;flex-direction:column}.crm-customer-card__footer small{text-align:left}.crm-customers__pagination{justify-content:space-between;gap:.45rem}.crm-customers__pagination button{min-width:44px;padding:.55rem;font-size:0}.crm-customers__pagination button .material-icons{font-size:1.2rem}}.crm-customer-profile{display:grid;gap:1.1rem}.crm-customer-profile__back{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;color:var(--primary-color);font-size:.84rem;font-weight:750;text-decoration:none}.crm-customer-profile__back .material-icons{font-size:1.05rem}.crm-customer-profile__hero{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:clamp(1rem,3vw,1.6rem);border:1px solid var(--workspace-border-color);border-radius:18px;background:var(--workspace-surface-color);box-shadow:0 10px 30px var(--workspace-shadow-color)}.crm-customer-profile__title{display:flex;align-items:center;gap:.9rem;min-width:0}.crm-customer-profile__icon{display:grid;flex:0 0 auto;place-items:center;width:58px;height:58px;border-radius:16px;background:var(--workspace-primary-soft-color);color:var(--primary-color);font-size:1.8rem}.crm-customer-profile__eyebrow{color:var(--primary-color);font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.crm-customer-profile h1{margin:.2rem 0 .25rem;overflow:hidden;color:var(--text-color);font-size:clamp(1.35rem,3vw,2rem);text-overflow:ellipsis}.crm-customer-profile__status{color:var(--primary-color);font-size:.75rem;font-weight:750}.crm-customer-profile__status--inactive{color:var(--text-color);opacity:.55}.crm-customer-profile__maintain,.crm-customer-profile__state button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.65rem .9rem;border:1px solid var(--primary-color);border-radius:11px;background:var(--primary-color);color:var(--text-bright-color);font:inherit;font-size:.84rem;font-weight:750;cursor:pointer;transition:background-color .16s ease,color .16s ease}.crm-customer-profile__maintain:hover,.crm-customer-profile__maintain:focus-visible,.crm-customer-profile__state button:hover{background:var(--background-bright-color);color:var(--primary-color)}.crm-customer-profile__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.crm-customer-profile__highlights article{display:flex;align-items:center;gap:.65rem;min-width:0;padding:.85rem 1rem;border:1px solid var(--workspace-border-color);border-radius:13px;background:var(--workspace-surface-color);color:var(--text-color)}.crm-customer-profile__highlights .material-icons{color:var(--primary-color)}.crm-customer-profile__highlights div{display:grid;min-width:0}.crm-customer-profile__highlights small,.crm-customer-profile__relationship small{font-size:.7rem;opacity:.58}.crm-customer-profile__highlights strong{overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.crm-customer-profile__content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.crm-customer-profile__panel{min-width:0;padding:1rem;border:1px solid var(--workspace-border-color);border-radius:16px;background:var(--workspace-surface-color);color:var(--text-color);box-shadow:0 8px 24px var(--workspace-shadow-color)}.crm-customer-profile__panel--wide{grid-column:1/-1}.crm-customer-profile__panel>header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.crm-customer-profile__panel>header .material-icons{color:var(--primary-color)}.crm-customer-profile__panel h2{margin:0;font-size:1rem}.crm-customer-profile__panel dl{display:grid;gap:.8rem;margin:0}.crm-customer-profile__panel dl div{display:grid;grid-template-columns:minmax(90px,.35fr) 1fr;gap:.75rem}.crm-customer-profile__panel dt,.crm-customer-profile__panel dd{min-width:0;margin:0;font-size:.84rem}.crm-customer-profile__panel dt{opacity:.6}.crm-customer-profile__panel dd,.crm-customer-profile__panel a{color:var(--text-color);font-weight:650;overflow-wrap:anywhere}.crm-customer-profile__panel address{display:grid;gap:.28rem;font-style:normal;font-size:.88rem;line-height:1.4}.crm-customer-profile__relationship{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.crm-customer-profile__relationship div{display:grid;gap:.25rem;padding:.75rem;border-radius:10px;background:var(--workspace-primary-soft-color)}.crm-customer-profile__relationship strong{color:var(--primary-color);font-size:.88rem}.crm-customer-profile__note{display:flex;align-items:flex-start;gap:.45rem;margin:1rem 0 0;color:var(--text-color);font-size:.76rem;line-height:1.45;opacity:.68}.crm-customer-profile__note .material-icons{color:var(--primary-color);font-size:1rem}.crm-customer-profile__state{display:grid;justify-items:center;gap:.6rem;min-height:280px;padding:2rem;border:1px dashed var(--workspace-border-color);border-radius:16px;color:var(--text-color);text-align:center}.crm-customer-profile__state>.material-icons{color:var(--primary-color);font-size:2.5rem}.crm-customer-profile__state h1,.crm-customer-profile__state p{margin:0}.crm-customer-profile__spinner{width:32px;height:32px;border:3px solid var(--workspace-border-color);border-top-color:var(--primary-color);border-radius:50%;animation:crm-customer-profile-spin .75s linear infinite}@keyframes crm-customer-profile-spin{to{transform:rotate(360deg)}}@media (max-width: 850px){.crm-customer-profile__hero{align-items:stretch;flex-direction:column}.crm-customer-profile__maintain{width:fit-content}.crm-customer-profile__highlights{grid-template-columns:1fr}.crm-customer-profile__relationship{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 580px){.crm-customer-profile__title{align-items:flex-start}.crm-customer-profile__icon{width:48px;height:48px;border-radius:13px}.crm-customer-profile__maintain{width:100%}.crm-customer-profile__content{grid-template-columns:1fr}.crm-customer-profile__panel--wide{grid-column:auto}.crm-customer-profile__panel dl div,.crm-customer-profile__relationship{grid-template-columns:1fr}}:host{display:block}.crm-visits,.crm-visit-editor,.crm-visit-editor__panel{display:grid;gap:1rem}.crm-visits__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.crm-visits__eyebrow{color:var(--primary-color);font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.crm-visits__header h1{margin:.3rem 0 .4rem;color:var(--text-color);font-size:clamp(1.65rem,3vw,2.35rem)}.crm-visits__header p{max-width:760px;margin:0;line-height:1.55;opacity:.72}.crm-visit-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:42px;padding:.65rem .9rem;border:1px solid var(--primary-color);border-radius:11px;font:inherit;font-weight:750;cursor:pointer}.crm-visit-button--primary{background:var(--primary-color);color:var(--text-bright-color)}.crm-visit-button--secondary{background:transparent;color:var(--primary-color)}.crm-visit-button:hover:not(:disabled),.crm-visit-button:focus-visible{background:var(--background-bright-color);color:var(--primary-color)}.crm-visit-button:disabled{cursor:wait;opacity:.55}.crm-visits__summary{display:grid;grid-template-columns:minmax(0,360px);gap:.75rem}.crm-visits__summary article{display:flex;align-items:center;gap:.7rem;padding:.8rem 1rem;border-left:3px solid var(--primary-color);border-radius:12px;background:var(--workspace-surface-color)}.crm-visits__summary article>.material-icons,.crm-visits__summary strong{color:var(--primary-color)}.crm-visits__summary div{display:grid;color:var(--text-color)}.crm-visits__summary small{opacity:.66}.crm-visits__state{display:grid;place-items:center;gap:.5rem;min-height:220px;padding:2rem;border:1px dashed var(--workspace-border-color);border-radius:18px;background:var(--workspace-surface-color);text-align:center}.crm-visits__state h2,.crm-visits__state p{margin:0}.crm-visits__state>.material-icons{color:var(--primary-color);font-size:2rem}.crm-visits__spinner{width:30px;height:30px;border:3px solid var(--workspace-border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.crm-visits__list{display:grid;gap:.8rem}.crm-visit-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;padding:1rem;border:1px solid var(--workspace-border-color);border-radius:16px;background:var(--workspace-surface-color);box-shadow:0 8px 24px var(--workspace-shadow-color)}.crm-visit-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--workspace-primary-soft-color);color:var(--primary-color)}.crm-visit-card__main{min-width:0}.crm-visit-card__main>p{margin:.45rem 0;line-height:1.45}.crm-visit-card__title,.crm-visit-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.crm-visit-card__title h2{margin:0;font-size:1rem}.crm-visit-card__title span,.crm-visit-card__rating{color:var(--primary-color);font-size:.76rem;font-weight:800}.crm-visit-card__meta{gap:.8rem;font-size:.79rem;opacity:.7}.crm-visit-card__meta span{display:inline-flex;align-items:center;gap:.2rem}.crm-visit-card__meta .material-icons{font-size:1rem}.crm-visit-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem}.crm-visit-steps button{display:grid;justify-items:center;gap:.2rem;padding:.5rem .2rem;border:0;border-radius:10px;background:transparent;color:var(--text-color);font:inherit;cursor:pointer;opacity:.55}.crm-visit-steps button>span{display:grid;place-items:center;width:29px;height:29px;border:1px solid var(--workspace-border-color);border-radius:50%;font-weight:800}.crm-visit-steps button.is-current,.crm-visit-steps button.is-complete{color:var(--primary-color);opacity:1}.crm-visit-steps button.is-current>span,.crm-visit-steps button.is-complete>span{border-color:var(--primary-color);background:var(--workspace-primary-soft-color)}.crm-visit-editor__panel{padding:1rem;border:1px solid var(--workspace-border-color);border-radius:16px;background:var(--workspace-surface-muted-color)}.crm-visit-editor__panel>header{display:flex;gap:.65rem}.crm-visit-editor__panel>header>.material-icons{color:var(--primary-color)}.crm-visit-editor__panel h3{margin:0}.crm-visit-editor__panel header p{margin:.2rem 0 0;font-size:.84rem;opacity:.68}.crm-visit-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.crm-visit-editor__grid--three,.crm-visit-editor__grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-visit-editor__hint,.crm-visit-review__notice{margin:0;padding:.7rem .85rem;border-left:3px solid var(--primary-color);border-radius:8px;background:var(--workspace-primary-soft-color);font-size:.83rem}.crm-visit-editor__templates{display:flex;flex-wrap:wrap;gap:.4rem}.crm-visit-editor__templates button{padding:.38rem .6rem;border:1px solid var(--workspace-border-color);border-radius:2rem;background:var(--workspace-surface-color);color:var(--primary-color);font:inherit;font-size:.75rem}.crm-visit-editor__message{display:flex;gap:.45rem;padding:.65rem;border:1px solid var(--workspace-border-color);border-radius:10px}.crm-visit-editor__message--error{border-color:var(--danger-color);color:var(--danger-color)}.crm-visit-review dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0}.crm-visit-review dl div{padding:.7rem;border-radius:10px;background:var(--workspace-surface-color)}.crm-visit-review dt{font-size:.72rem;font-weight:750;opacity:.6}.crm-visit-review dd{margin:.2rem 0 0;overflow-wrap:anywhere}@media (max-width: 760px){.crm-visits__header{align-items:stretch;flex-direction:column}.crm-visits__header .crm-visit-button{width:100%}.crm-visits__summary,.crm-visit-editor__grid,.crm-visit-editor__grid--three,.crm-visit-editor__grid--compact,.crm-visit-review dl{grid-template-columns:1fr}.crm-visit-card{grid-template-columns:auto minmax(0,1fr)}.crm-visit-card__rating{grid-column:2}.crm-visit-steps small{display:none}.crm-visit-editor__panel{padding:.75rem}}@media (max-width: 460px){.crm-visit-card__icon{display:none}.crm-visit-card{grid-template-columns:1fr}.crm-visit-card__rating{grid-column:1}.crm-visits__summary{grid-template-columns:1fr}}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:Calibri,Arial,sans-serif;background-color:var(--background-color);color:var(--text-bright-color)}*,*:before,*:after{box-sizing:border-box}h1{font-size:var(--h1-font-size);font-weight:var(--h1-font-weight);color:var(--primary-color);margin:.5rem 0}h2{font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);color:var(--primary-color);margin:.5rem 0}h3{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);font-style:var(--h3-font-style);color:var(--secondary-color);margin:.25rem 0}h4{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);color:var(--primary-color);margin:.25rem 0}h5{font-size:var(--h5-font-size);font-weight:var(--h5-font-weight);font-style:var(--h5-font-style);color:var(--secondary-color);margin:.25rem 0}.markdown-content{color:var(--text-bright-color);line-height:1.6;font-size:1rem}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{position:relative;scroll-margin-top:6rem}.markdown-content h1:hover a.anchor,.markdown-content h2:hover a.anchor,.markdown-content h3:hover a.anchor,.markdown-content h4:hover a.anchor,.markdown-content h5:hover a.anchor,.markdown-content h6:hover a.anchor{opacity:1}.markdown-content a.anchor{position:absolute;left:-1.5rem;top:50%;transform:translateY(-50%);opacity:0;text-decoration:none;color:var(--secondary-color);transition:opacity .15s ease-in-out}.markdown-content ul,.markdown-content ol{margin:.5rem 0 .75rem 1.25rem}.markdown-content ul ul,.markdown-content ul ol,.markdown-content ol ul,.markdown-content ol ol{margin-left:1rem}.markdown-content hr{border:0;height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,.15),transparent);margin:1rem 0}.markdown-content blockquote{background:color-mix(in srgb,var(--accent-color) 6%,transparent);border-left:4px solid var(--accent-color, #3399ff);border-radius:.25rem;padding-left:1rem;color:var(--text-bright-color, #555);margin:.75rem 0}.markdown-content h1{font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);color:var(--primary-color);margin:.5rem 0;position:relative;scroll-margin-top:6rem}.markdown-content h2{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);font-style:var(--h3-font-style);color:var(--secondary-color);margin:.25rem 0}.markdown-content h3{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);color:var(--primary-color);margin:.25rem 0}.markdown-content h4{font-size:var(--h5-font-size);font-weight:var(--h5-font-weight);font-style:var(--h5-font-style);color:var(--secondary-color);margin:.25rem 0}.markdown-content h5{font-size:var(--h6-font-size, .95rem);font-weight:var(--h6-font-weight, 600);color:var(--text-bright-color);margin:.25rem 0}.markdown-content h6{font-size:var(--h6-font-size);font-weight:var(--h6-font-weight);color:var(--text-bright-color);margin:.25rem 0;text-transform:uppercase;letter-spacing:.03em}.markdown-content p{margin:.75rem 0}.markdown-content li{margin:.25rem 0}.markdown-content a{color:var(--primary-color);text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content code{background:var(--code-bg, #f6f8fa);border-radius:.25em;padding:.15em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.95em}.markdown-content pre{background:var(--code-bg, #f6f8fa);padding:.75rem;border-radius:.5rem;overflow-x:auto}.markdown-content pre{position:relative}.markdown-content pre code{display:block}.markdown-content pre+pre{margin-top:.75rem}.markdown-content img{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 2px 6px #0000000f}.markdown-content mark{background:#fffa9e;padding:0 .2em;border-radius:.15em}.markdown-content :target{outline:2px solid var(--accent-color, #3399ff);outline-offset:.2rem;background:color-mix(in srgb,var(--accent-color) 6%,transparent);border-radius:.25rem}button,button[type=submit]{padding:.35rem .6rem;border:none;border-radius:4px;background-color:var(--primary-color);color:var(--text-bright-color);font-size:.85rem;cursor:pointer;align-self:flex-start}button:hover:not(:disabled),button[type=submit]:hover:not(:disabled){background-color:var(--secondary-color);color:var(--text-color)}button:disabled,button[type=submit]:disabled{opacity:.6;cursor:not-allowed}button.button-table{padding:.35rem .9rem;font-size:.8rem;line-height:1.1;border-radius:.25rem}input[type=text],input[type=password],input[type=number],input[type=date],textarea{background-color:var(--background-bright-color);color:var(--text-color);border:1px solid var(--background-bright-color);border-radius:.25rem;padding:.5rem;font-size:1rem;width:100%}input[type=text]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,textarea:focus{outline:1px solid var(--secondary-color);outline-offset:2px;box-shadow:none}select{background-color:var(--background-bright-color);color:var(--text-color);border:1px solid var(--background-bright-color);border-radius:.25rem;padding:.5rem;font-size:1rem;width:100%;cursor:pointer}select:focus{outline:1px solid var(--secondary-color);outline-offset:2px;box-shadow:none}.form-group{margin-bottom:.5rem}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;justify-content:center;align-items:center;display:flex;animation:fadeIn .2s ease-out}.modal-content{position:relative;background-color:var(--background-bright-color);color:var(--text-color);width:400px;padding:20px;border-radius:8px;text-align:center}.modal-content input[type=text],.modal-content input[type=password],.modal-content input[type=number],.modal-content input[type=date],.modal-content input[type=email],.modal-content input[type=tel],.modal-content textarea,.modal-content select{border:1px solid var(--background-color);background-color:var(--background-bright-color)}.modal-header{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:15px}.modal-header img{position:absolute;top:-40px;left:-40px;width:50px;height:50px}.modal-body{font-size:16px;margin-bottom:20px}.modal-footer{display:flex;justify-content:center;gap:10px}.modal-footer .button{width:120px;height:35px;font-size:14px;cursor:pointer}.checkbox-list{list-style:none;padding:5px;margin:0;max-height:350px;overflow-y:auto;border:1px solid var(--background-bright-color);border-radius:5px}.checkbox-list li{display:flex;align-items:center;padding:2px 0}.checkbox-container{display:flex;align-items:center;gap:8px;margin-bottom:2px}.checkbox-container input[type=checkbox],.checkbox-container input[type=radio],input[type=checkbox],input[type=radio]{width:14px;height:14px;margin:0;cursor:pointer;appearance:auto;accent-color:var(--secondary-color)}input[type=checkbox]:focus,input[type=radio]:focus{outline:1px solid var(--secondary-color);outline-offset:2px}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}.checkbox-container label{font-size:14px;cursor:pointer}select:disabled{cursor:not-allowed}.info-text-box{display:flex;align-items:center;gap:.75rem;background-color:var(--background-color);border:1px solid var(--background-bright-color);border-radius:4px;padding:.75rem 1rem;margin-bottom:1.25rem}.info-text-box .info-icon{width:20px;height:20px;margin-top:2px;flex-shrink:0}.info-text-box p{margin:0;font-size:.9rem;color:var(--text-bright-color)}.warning-text{color:var(--warning-color);font-size:.85rem;margin-top:4px;display:block}.hint-text{color:var(--text-bright-color);font-size:.85rem;margin-top:4px;display:block}.hint-text-dark{color:var(--text-color);font-size:.85rem;margin-top:4px;display:block;padding:.5rem}.side-summary-box{background-color:var(--background-color);padding:.25rem;margin-bottom:.25rem;font-size:.9rem}.side-summary-divider{border:none;border-top:2px solid var(--background-bright-color);margin:.75rem 0}.side-summary-button{width:100%;justify-content:center;padding:.35rem .6rem;margin-top:.5rem}.side-summary-button button{width:100%}@media print{#print-area,#print-area *{-webkit-print-color-adjust:exact;print-color-adjust:exact}body *{visibility:hidden!important}#print-area,#print-area *{visibility:visible!important}#print-area{position:absolute;left:0;top:0;width:100%}#print-area .print-header{margin:0 0 .75rem;text-align:center}#print-area .print-header h2{color:var(--primary-color);margin:0 0 .25rem;font-size:1.4rem;font-weight:700}#print-area .print-header .print-date{text-align:center;opacity:.85;font-size:.95rem;margin-bottom:.5rem}#print-area .print-header{text-align:center;margin:0 0 .75rem}#print-area .print-header h3{color:var(--primary-color);margin:0 0 .25rem;font-size:1.25rem;font-weight:700}#print-area .print-date-line{display:inline-flex;gap:.35rem;align-items:baseline}#print-area .print-date-label{font-weight:600}.print-only{display:block!important}#print-area .print-header .print-only{color:var(--primary-color);margin:0 0 .25rem;font-size:1.25rem;font-weight:700;text-align:center}}a,a:link{color:var(--primary-color);text-decoration:none;transition:color .12s ease-in-out}a:visited{color:var(--primary-color)}a:hover,a:focus-visible,a:active{color:var(--secondary-color);text-decoration:underline}:root{--badge-height: 24px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:0 .75rem;border-radius:9999px;font-size:.75rem;line-height:1;height:var(--badge-height);min-height:var(--badge-height);color:var(--text-bright-color)}.badge-open{background:var(--warning-color);color:var(--text-color)}.badge-progress{background:var(--accent-color);color:var(--text-color)}.badge-answered{background:var(--secondary-color);color:var(--text-color)}.badge-closed{background:var(--danger-color);color:var(--text-color)}.badge-prio-low{background:var(--accent-color);color:var(--text-color)}.badge-prio-medium{background:var(--secondary-color);color:var(--text-color)}.badge-prio-high{background:var(--warning-color);color:var(--text-color)}.badge-prio-critical{background:var(--danger-color);color:var(--text-color)}
