.dashboard-layout,.dashboard-layout *{font-family:Share Tech,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.dashboard-layout h1,.dashboard-layout h2,.dashboard-layout h3,.dashboard-layout h4,.dashboard-layout h5,.dashboard-layout h6{font-family:Share Tech,Merriweather Sans,Playfair Display,Georgia,Times New Roman,serif}.dashboard-layout{background:var(--base);min-height:100vh}.dashboard-nav{background:var(--base-opp);border-bottom:1px solid var(--st-medium);z-index:1000;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.dashboard-nav__container{max-width:1920px;margin:0 auto;padding:0}.dashboard-nav__top{border-bottom:1px solid var(--st-medium);justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}@media only screen and (min-width:1024px){.dashboard-nav__top{display:none}}.dashboard-nav__brand{font-size:2rem;font-weight:var(--fw-bold);color:var(--t-bright);transition:color var(--_animspeed)ease-in-out;align-items:center;gap:.8rem;text-decoration:none;display:flex}.dashboard-nav__brand:hover{color:var(--accent)}.dashboard-nav__mobile-toggle{cursor:pointer;color:var(--t-bright);transition:color var(--_animspeed)ease-in-out;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.dashboard-nav__mobile-toggle:hover{color:var(--accent)}.dashboard-nav__hamburger{flex-direction:column;justify-content:center;gap:.4rem;width:2.4rem;height:2.4rem;display:flex}.dashboard-nav__hamburger span{background:currentColor;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.dashboard-nav__hamburger.active span:first-child{transform:rotate(45deg)translate(.5rem,.5rem)}.dashboard-nav__hamburger.active span:nth-child(2){opacity:0}.dashboard-nav__hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(.5rem,-.5rem)}.dashboard-nav__menu{justify-content:space-between;align-items:center;gap:3rem;padding:0 3rem;display:flex}@media only screen and (max-width:1023px){.dashboard-nav__menu{background:var(--base-opp);border-right:1px solid var(--st-medium);z-index:1001;flex-direction:column;align-items:stretch;width:28rem;max-width:85vw;height:100vh;padding:2rem 0;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:2px 0 20px #0000001a}.dashboard-nav__menu.open{transform:translate(0)}}@media only screen and (min-width:768px){.dashboard-nav__menu{padding:0 6rem}}@media only screen and (min-width:1200px){.dashboard-nav__menu{padding:0 9rem}}.dashboard-nav__links{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}@media only screen and (max-width:1023px){.dashboard-nav__links{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:0 1.5rem}}.dashboard-nav__link{color:var(--t-muted);border-radius:var(--_radius-m);transition:all var(--_animspeed)ease-in-out;font-size:1.4rem;font-weight:var(--fw-medium);white-space:nowrap;align-items:center;gap:.8rem;padding:1rem 1.5rem;text-decoration:none;display:flex;position:relative}.dashboard-nav__link i{flex-shrink:0;font-size:1.6rem}.dashboard-nav__link--logo{justify-content:center;align-items:center;margin-right:1rem;display:flex;padding:.5rem 1rem!important}.dashboard-nav__link--logo:hover{background:0 0!important}.dashboard-nav__logo-image{object-fit:contain;width:auto;max-width:120px;height:32px}.dashboard-nav__logo-text{color:var(--accent);font-size:1.6rem;font-weight:600}@media only screen and (max-width:1023px){.dashboard-nav__link--logo{width:auto;margin-bottom:1rem;margin-right:0;padding:.75rem 1rem!important}.dashboard-nav__link{border-left:3px solid #0000;border-radius:0;width:100%;padding:1.2rem 1.5rem}}.dashboard-nav__link:hover{color:var(--t-bright);background:rgba(var(--accent-rgb),.1)}.dashboard-nav__link.active{color:var(--accent);background:rgba(var(--accent-rgb),.15)}@media only screen and (max-width:1023px){.dashboard-nav__link.active{border-left-color:var(--accent);background:rgba(var(--accent-rgb),.1)}}.dashboard-nav__dropdown{position:relative}.dashboard-nav__dropdown-toggle{cursor:pointer;text-align:left;width:100%;color:var(--t-muted);transition:all var(--_animspeed)ease-in-out;font-size:1.3rem;font-weight:var(--fw-medium);background:0 0;border:none;align-items:center;gap:.8rem;padding:1rem 1.5rem;text-decoration:none;display:flex}.dashboard-nav__dropdown-toggle:hover{color:var(--t-bright);background:rgba(var(--accent-rgb),.1)}.dashboard-nav__dropdown-toggle.active{color:var(--accent);background:rgba(var(--accent-rgb),.15)}.dashboard-nav__dropdown-icon{margin-left:auto;font-size:1.2rem;transition:transform .3s}.dashboard-nav__dropdown-icon.open{transform:rotate(180deg)}.dashboard-nav__dropdown-menu{background:var(--base-opp);border:1px solid var(--st-medium);border-radius:var(--_radius-m);opacity:0;visibility:hidden;z-index:100;min-width:22rem;max-height:0;margin-top:.5rem;transition:all .3s;position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(-1rem);box-shadow:0 4px 20px #00000026}.dashboard-nav__dropdown:hover .dashboard-nav__dropdown-menu,.dashboard-nav__dropdown-menu.open{opacity:1;visibility:visible;max-height:50rem;transform:translateY(0)}@media only screen and (max-width:1023px){.dashboard-nav__dropdown-menu{box-shadow:none;border:none;border-left:3px solid var(--st-medium);background:0 0;border-radius:0;min-width:auto;max-height:0;margin:0 0 0 1.5rem;padding:0;position:static;transform:none}.dashboard-nav__dropdown-menu.open{max-height:50rem;margin-top:.5rem}}.dashboard-nav__dropdown-link{color:var(--t-muted);transition:all var(--_animspeed)ease-in-out;font-size:1.3rem;font-weight:var(--fw-medium);align-items:center;gap:.8rem;padding:1rem 1.5rem;text-decoration:none;display:flex}.dashboard-nav__dropdown-link i{flex-shrink:0;font-size:1.4rem}.dashboard-nav__dropdown-link:hover{color:var(--t-bright);background:rgba(var(--accent-rgb),.1)}.dashboard-nav__dropdown-link.active{color:var(--accent);background:rgba(var(--accent-rgb),.15)}.dashboard-nav__user{border-top:1px solid var(--st-medium);align-items:center;gap:1.5rem;padding:1rem 0;display:flex}@media only screen and (min-width:1024px){.dashboard-nav__user{border-top:none;margin-left:2rem;padding:0}}@media only screen and (max-width:1023px){.dashboard-nav__user{flex-direction:column;align-items:stretch;gap:1rem;margin-top:auto;padding:1.5rem}}.dashboard-nav__user-info{color:var(--t-muted);white-space:nowrap;font-size:1.3rem}@media only screen and (max-width:1023px){.dashboard-nav__user-info{text-align:center;background:rgba(var(--accent-rgb),.05);border-radius:var(--_radius-m);padding:1rem}}.dashboard-nav__signout{color:var(--t-muted);border:1px solid var(--st-medium);border-radius:var(--_radius-m);cursor:pointer;transition:all var(--_animspeed)ease-in-out;font-size:1.3rem;font-weight:var(--fw-medium);background:0 0;align-items:center;gap:.6rem;padding:.8rem 1.5rem;display:flex}.dashboard-nav__signout i{font-size:1.4rem}.dashboard-nav__signout:hover{color:var(--t-bright);border-color:var(--accent);background:rgba(var(--accent-rgb),.1)}@media only screen and (max-width:1023px){.dashboard-nav__signout{justify-content:center;width:100%}}.dashboard-nav__overlay{display:none}@media only screen and (max-width:1023px){.dashboard-nav__overlay{z-index:1000;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;transition:all .3s;display:block;position:fixed;inset:0}.dashboard-nav__overlay.open{opacity:1;visibility:visible}}.dashboard-main{max-width:1920px;margin:0 auto;padding:3rem}@media only screen and (min-width:768px){.dashboard-main{padding:4rem 6rem}}@media only screen and (min-width:1200px){.dashboard-main{padding:5rem 9rem}}.dashboard-headline{margin-bottom:4rem}.dashboard-headline__title{font-size:2rem;font-weight:var(--fw-bold);color:var(--t-bright);margin-bottom:1rem;line-height:1.2}@media only screen and (min-width:768px){.dashboard-headline__title{font-size:2.2rem}}@media only screen and (min-width:1200px){.dashboard-headline__title{font-size:2.4rem}}.dashboard-headline__subtitle{color:var(--t-muted);font-size:1.6rem;line-height:1.6}.dashboard-stats-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem;display:grid}@media only screen and (min-width:768px){.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.dashboard-stats-grid{grid-template-columns:repeat(4,1fr)}}.dashboard-stat-card{background:var(--base-opp);border:1px solid var(--st-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex-direction:row;align-items:center;gap:1.5rem;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.dashboard-stat-card:before{content:"";background:linear-gradient(90deg,var(--accent)0%,rgba(var(--accent-rgb),.6)100%);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dashboard-stat-card:hover{border-color:rgba(var(--accent-rgb),.4);transform:translateY(-6px);box-shadow:0 12px 32px #0000001f,0 4px 8px #00000014}.dashboard-stat-card:hover:before{transform:scaleX(1)}[color-scheme=dark] .dashboard-stat-card{box-shadow:0 2px 8px #0003}[color-scheme=dark] .dashboard-stat-card:hover{box-shadow:0 12px 32px #0006,0 4px 8px #0000004d}.dashboard-stat-card__icon{background:rgba(var(--accent-rgb),.1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:5rem;min-width:5rem;height:5rem;font-size:2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-stat-card:hover .dashboard-stat-card__icon{background:var(--accent);box-shadow:0 4px 12px rgba(var(--accent-rgb),.3)}.dashboard-stat-card__value{font-size:3.6rem;font-weight:var(--fw-bold);color:var(--t-bright);letter-spacing:-.03em;margin-bottom:.25rem;line-height:1}.dashboard-stat-card__label{color:var(--t-muted);font-size:1.4rem;font-weight:var(--fw-medium);letter-spacing:.01em}.dashboard-stat-card__content{flex-direction:column;flex:1;gap:.5rem;display:flex}.dashboard-stat-card__link{color:var(--accent);border:1px solid var(--st-medium);border-radius:var(--_radius-m);font-size:1.3rem;font-weight:var(--fw-medium);align-items:center;gap:.6rem;width:fit-content;margin-top:auto;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s;display:inline-flex}.dashboard-stat-card__link:hover{border-color:var(--accent);background:rgba(var(--accent-rgb),.1);transform:translate(4px)}.dashboard-actions-card{background:var(--base-opp);border:1px solid var(--st-medium);border-radius:var(--_radius-m);margin-bottom:2.5rem;padding:3rem;transition:all .3s;position:relative;overflow:hidden}.dashboard-actions-card:before{content:"";background:var(--accent);transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dashboard-actions-card:hover:before{transform:scaleX(1)}.dashboard-actions-card__title{font-size:1.9rem;font-weight:var(--fw-bold);color:var(--t-bright);align-items:center;gap:.8rem;margin-bottom:2rem;display:flex}.dashboard-ticket-info{flex-direction:column;gap:1.5rem;display:flex}.dashboard-ticket-info__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.dashboard-ticket-info__title{font-size:1.8rem;font-weight:var(--fw-bold);color:var(--t-bright);flex:1;min-width:200px}.dashboard-ticket-info__description{color:var(--t-muted);margin:0;font-size:1.5rem;line-height:1.7}.dashboard-ticket-info__details{color:var(--t-muted);border-top:1px solid var(--st-medium);flex-wrap:wrap;gap:2rem;margin-top:.5rem;padding-top:1.5rem;font-size:1.3rem;display:flex}.dashboard-ticket-info__detail{color:var(--t-muted);align-items:center;gap:.5rem;display:flex}.dashboard-ticket-info__detail strong{color:var(--t-bright);font-weight:var(--fw-semibold)}.dashboard-ticket-info__detail span,[color-scheme=dark] .dashboard-ticket-info__detail{color:var(--t-muted)}[color-scheme=dark] .dashboard-ticket-info__detail strong{color:var(--t-bright)}[color-scheme=dark] .dashboard-ticket-info__detail span{color:var(--t-muted)}.dashboard-actions-list{flex-direction:column;gap:1rem;display:flex}.dashboard-action-btn{font-size:1.3rem;font-weight:var(--fw-medium);text-align:center;border:1.5px solid var(--st-medium);background:var(--base-opp);color:var(--t-bright);border-radius:8px;align-items:center;gap:.8rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 1px 2px #0000000d}.dashboard-action-btn:hover{border-color:var(--accent);color:var(--accent);background:rgba(var(--accent-rgb),.1);box-shadow:0 4px 12px rgba(var(--accent-rgb),.2)}.dashboard-action-btn--primary{background:var(--accent);color:var(--base-opp);border-color:var(--accent);box-shadow:0 2px 8px rgba(var(--accent-rgb),.3)}.dashboard-action-btn--primary:hover{background:rgba(var(--accent-rgb),.9);color:var(--base-opp);box-shadow:0 6px 20px rgba(var(--accent-rgb),.4);opacity:1;transform:translateY(-2px)}.dashboard-action-btn--outline{border:1.5px solid var(--st-medium);color:var(--t-bright);background:0 0}.dashboard-action-btn--outline:hover{border-color:var(--accent);background:rgba(var(--accent-rgb),.1);color:var(--accent)}.dashboard-action-btn--secondary{background:var(--base-opp);color:var(--t-bright)}.dashboard-action-btn--secondary:hover{border-color:var(--accent);background:rgba(var(--accent-rgb),.1);color:var(--accent)}.dashboard-content-list{grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:1.5rem;margin-top:3rem;display:grid}:is(.dashboard-content-list:has(>.dashboard-empty-state:only-child),.dashboard-content-list:has(>p.dashboard-empty-state:only-child)){background:var(--base-opp);border:1px solid var(--st-medium);border-radius:8px;grid-template-columns:none;display:block;overflow:hidden}.dashboard-content-item{color:inherit;background:var(--base-opp);border:1px solid var(--st-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex-direction:column;gap:1.5rem;padding:2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.dashboard-content-item,.dashboard-content-item *{color:inherit}.dashboard-content-item .dashboard-content-item__detail,.dashboard-content-item .dashboard-content-item__detail span,[color-scheme=dark] .dashboard-content-item .dashboard-content-item__detail,[color-scheme=dark] .dashboard-content-item .dashboard-content-item__detail span{color:var(--t-muted)!important}.dashboard-content-item:before{content:"";background:linear-gradient(90deg,var(--accent)0%,rgba(var(--accent-rgb),.6)100%);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dashboard-content-item:after{content:"";background:linear-gradient(135deg,rgba(var(--accent-rgb),.02)0%,transparent 100%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.dashboard-content-item:hover:before{transform:scaleX(1)}.dashboard-content-item:hover{border-color:rgba(var(--accent-rgb),.4);background:linear-gradient(135deg,var(--base-opp)0%,rgba(var(--accent-rgb),.02)100%);transform:translateY(-6px);box-shadow:0 12px 32px #0000001f,0 4px 8px #00000014}.dashboard-content-item:hover:after{opacity:1}[color-scheme=dark] .dashboard-content-item{border-color:#ffffff14;box-shadow:0 1px 3px #0003,0 1px 2px #0000004d}[color-scheme=dark] .dashboard-content-item:hover{border-color:rgba(var(--accent-rgb),.5);box-shadow:0 12px 32px #0006,0 4px 8px #0000004d}.dashboard-content-item__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;margin-bottom:1.5rem;display:flex}.dashboard-content-item__title{font-size:1.8rem;font-weight:var(--fw-bold);color:var(--t-bright);letter-spacing:-.02em;flex:1;min-width:200px;line-height:1.3;text-decoration:none;transition:all .3s}.dashboard-content-item:hover .dashboard-content-item__title{color:var(--accent)}.dashboard-content-item__info{color:var(--t-muted);margin-top:.5rem;margin-bottom:1rem;font-size:1.5rem;line-height:1.7}.dashboard-content-item__details{color:var(--t-muted);border-top:1px solid #80808033;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;padding-top:1.5rem;font-size:1.3rem;display:flex}.dashboard-content-item__detail{color:var(--t-muted);background:#8080801a;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.2rem;transition:all .2s;display:inline-flex}[color-scheme=dark] .dashboard-content-item__detail{color:var(--t-muted);background:#80808026}.dashboard-content-item__detail:hover{background:rgba(var(--accent-rgb),.1);color:var(--accent)}.dashboard-content-item__detail i{opacity:.8;font-size:1.3rem}.dashboard-content-item__detail a{color:var(--accent-color);text-decoration:none}.dashboard-content-item__detail a:hover{text-decoration:underline}.dashboard-content-item__detail span{color:inherit}.dashboard-filter-bar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.dashboard-filter-btn{background:var(--base-opp);border:1px solid var(--st-medium);color:var(--t-muted);cursor:pointer;transition:all var(--_animspeed)ease-in-out;font-size:1.3rem;font-weight:var(--fw-medium);border-radius:4px;padding:.8rem 1.5rem}.dashboard-filter-btn:hover{color:var(--t-bright);border-color:var(--st-bright)}.dashboard-filter-btn.active{background:var(--accent);color:var(--base-opp);border-color:var(--accent)}.dashboard-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.dashboard-page-header__title{font-size:3.6rem;font-weight:var(--fw-bold);color:var(--t-bright)}@media only screen and (min-width:768px){.dashboard-page-header__title{font-size:4.8rem}}.dashboard-page-header__action{background:var(--accent);color:var(--base-opp);font-size:1.4rem;font-weight:var(--fw-medium);transition:all var(--_animspeed)ease-in-out;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;display:inline-flex}.dashboard-page-header__action:hover{opacity:.9}.dashboard-page-header__subtitle{color:var(--t-muted);margin-top:.5rem;font-size:1.4rem}.dashboard-section{margin-bottom:5rem}.dashboard-section__title{font-size:2.2rem;font-weight:var(--fw-bold);color:var(--t-bright);border-bottom:2px solid var(--st-medium);margin-bottom:3rem;padding-bottom:1.5rem}.dashboard-section__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-section__text{color:var(--t-muted);margin:0;font-size:1.5rem;line-height:1.8}.dashboard-card{background:var(--base-opp);border:1px solid var(--st-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.dashboard-status-badge{font-size:1.1rem;font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000;border-radius:2rem;align-items:center;padding:.4rem 1rem;display:inline-flex}.dashboard-status-badge--open{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf244d}[color-scheme=dark] .dashboard-status-badge--open{color:#fbbf24;background:#fbbf2440;border-color:#fbbf2480}.dashboard-status-badge--in-progress{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f64d}[color-scheme=dark] .dashboard-status-badge--in-progress{color:#93c5fd;background:#3b82f640;border-color:#3b82f680}.dashboard-status-badge--resolved{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}[color-scheme=dark] .dashboard-status-badge--resolved{color:#86efac;background:#22c55e40;border-color:#22c55e80}.dashboard-status-badge--closed{color:#9ca3af;background:#9ca3af26;border:1px solid #9ca3af4d}[color-scheme=dark] .dashboard-status-badge--closed{color:#d1d5db;background:#9ca3af40;border-color:#9ca3af80}.dashboard-status-badge--small{margin-left:1rem;padding:.3rem .8rem;font-size:1rem}.dashboard-priority-badge{border-radius:var(--_radius-s);font-size:1.1rem;font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.5px;align-items:center;padding:.3rem .8rem;display:inline-flex}.dashboard-priority-badge--high{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.dashboard-priority-badge--medium{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf244d}.dashboard-priority-badge--low{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}.dashboard-priority-badge--urgent{color:#dc2626;background:#dc262626;border:1px solid #dc26264d;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.dashboard-content-item--modern{background:linear-gradient(135deg,var(--base-opp)0%,rgba(var(--accent-rgb),.01)100%);border-left:3px solid #0000;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-content-item--modern:hover{border-left-color:var(--accent);background:linear-gradient(135deg,var(--base-opp)0%,rgba(var(--accent-rgb),.03)100%)}.dashboard-content-item--modern .dashboard-content-item__header{border-bottom:1px solid #80808033;margin-bottom:0;padding-bottom:1rem}.dashboard-content-item__description{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.dashboard-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.dashboard-loading__spinner{border:3px solid var(--st-medium);border-top-color:var(--accent);border-radius:50%;width:4rem;height:4rem;margin-bottom:1.5rem;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-loading p{color:var(--text-muted);font-size:1.4rem}.dashboard-status-badge--pending{color:#f97316;background:#f9731626;border:1px solid #f973164d}[color-scheme=dark] .dashboard-status-badge--pending{color:#fdba74;background:#f9731640;border-color:#f9731680}.dashboard-status-badge--confirmed{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}[color-scheme=dark] .dashboard-status-badge--confirmed{color:#86efac;background:#22c55e40;border-color:#22c55e80}.dashboard-status-badge--cancelled{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}[color-scheme=dark] .dashboard-status-badge--cancelled{color:#f87171;background:#ef444440;border-color:#ef444480}.dashboard-status-badge--completed{color:#9ca3af;background:#9ca3af26;border:1px solid #9ca3af4d}[color-scheme=dark] .dashboard-status-badge--completed{color:#d1d5db;background:#9ca3af40;border-color:#9ca3af80}.dashboard-chat-container{flex-direction:column;height:auto;min-height:40rem;max-height:calc(100vh - 25rem);display:flex}.dashboard-chat-messages{background:var(--base-opp);border:1px solid var(--st-medium);border-radius:8px;flex:1;min-height:30rem;max-height:calc(100vh - 35rem);margin-bottom:2rem;padding:2rem;overflow-y:auto}.dashboard-chat-message{max-width:80%;margin-bottom:2rem;display:flex}.dashboard-chat-message--user{justify-content:flex-end;margin-left:auto}.dashboard-chat-message--assistant{justify-content:flex-start}.dashboard-chat-message__bubble{word-wrap:break-word;border-radius:8px;padding:1.5rem 2rem;font-size:1.4rem;line-height:1.6}.dashboard-chat-message--user .dashboard-chat-message__bubble{background:var(--accent);color:var(--base-opp)}.dashboard-chat-message--assistant .dashboard-chat-message__bubble{background:var(--base-tint);color:var(--t-bright);border:1px solid var(--st-medium)}.dashboard-chat-empty{text-align:center;color:var(--t-muted);padding:6rem 2rem}.dashboard-chat-empty__title{color:var(--t-bright);margin-bottom:1rem;font-size:1.8rem}.dashboard-chat-empty__text{font-size:1.4rem}.dashboard-chat-form{flex-wrap:wrap;gap:1rem;display:flex;position:relative}.dashboard-headline__header{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;display:flex}.dashboard-headline__actions{align-items:center;gap:1rem;display:flex}.dashboard-chat-new-btn{background:var(--accent);color:var(--base-opp);border:1px solid var(--accent);border-radius:var(--_radius-s);font-size:1.3rem;font-weight:var(--fw-medium);cursor:pointer;transition:all var(--_animspeed)ease-in-out;align-items:center;gap:.5rem;padding:.8rem 1.5rem;display:flex}.dashboard-chat-new-btn:hover{opacity:.9;box-shadow:0 4px 12px rgba(var(--accent-rgb),.3);transform:translateY(-2px)}.dashboard-chat-new-btn__icon{font-size:1.6rem;font-weight:var(--fw-bold);line-height:1}.dashboard-chat-language-select{min-width:120px}.dashboard-chat-message__content{color:var(--t-bright);word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}.dashboard-chat-message__content>:first-child{margin-top:0}.dashboard-chat-message__content>:last-child{margin-bottom:0}.dashboard-chat-message__content h1,.dashboard-chat-message__content h2,.dashboard-chat-message__content h3,.dashboard-chat-message__content h4,.dashboard-chat-message__content h5,.dashboard-chat-message__content h6{font-weight:var(--fw-bold);color:var(--t-bright);margin-top:1.5rem;margin-bottom:1rem;line-height:1.3}.dashboard-chat-message__content h1{font-size:2rem}.dashboard-chat-message__content h2{font-size:1.8rem}.dashboard-chat-message__content h3{font-size:1.6rem}.dashboard-chat-message__content h4{font-size:1.4rem}.dashboard-chat-message__content p{color:var(--t-bright);margin-bottom:1rem;line-height:1.6}.dashboard-chat-message__content p:last-child{margin-bottom:0}.dashboard-chat-message__content ul,.dashboard-chat-message__content ol{color:var(--t-bright);margin:1rem 0;padding-left:2rem}.dashboard-chat-message__content li{margin-bottom:.5rem;line-height:1.6}.dashboard-chat-message__content strong,.dashboard-chat-message__content b{font-weight:var(--fw-bold);color:var(--t-bright)}.dashboard-chat-message__content em,.dashboard-chat-message__content i{font-style:italic}.dashboard-chat-message__content code{background:rgba(var(--accent-rgb),.15);color:var(--accent);border-radius:3px;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:.9em}.dashboard-chat-message__content pre{background:var(--base);border:1px solid var(--st-medium);border-radius:var(--_radius-s);margin:1rem 0;padding:1rem;overflow-x:auto}.dashboard-chat-message__content pre code{color:var(--t-bright);background:0 0;padding:0}.dashboard-chat-message__content blockquote{border-left:3px solid var(--accent);color:var(--t-muted);margin:1rem 0;padding-left:1rem;font-style:italic}.dashboard-chat-message__content a{color:var(--accent);transition:color var(--_animspeed)ease-in-out;text-decoration:underline}.dashboard-chat-message__content a:hover{opacity:.8}.dashboard-chat-message__content hr{border:none;border-top:1px solid var(--st-medium);margin:1.5rem 0}.dashboard-chat-message__content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:1.3rem}.dashboard-chat-message__content th,.dashboard-chat-message__content td{border:1px solid var(--st-medium);text-align:left;padding:.5rem}.dashboard-chat-message__content th{background:var(--base);font-weight:var(--fw-bold)}.dashboard-chat-form__file-controls{align-items:center;gap:.5rem;display:flex}.dashboard-chat-form__file-label{border:1px solid var(--st-medium);color:var(--t-bright);background:var(--base-opp);cursor:pointer;transition:all var(--_animspeed)ease-in-out;border-radius:4px;align-items:center;gap:.5rem;margin:0;padding:1rem 1.5rem;font-size:1.4rem;display:inline-flex}.dashboard-chat-form__file-label--button{cursor:pointer}.dashboard-chat-form__file-label:hover{border-color:var(--st-bright)}.dashboard-chat-form__file-input{display:none}.dashboard-chat-form__input{border:1px solid var(--st-medium);background:var(--base-opp);min-width:200px;color:var(--t-bright);font-size:1.4rem;font-family:var(--_font-accent);border-radius:4px;flex:1;padding:1.2rem 1.5rem}.dashboard-chat-form__input:focus{border-color:var(--st-bright);outline:none}.dashboard-chat-form__submit{background:var(--accent);color:var(--base-opp);cursor:pointer;font-size:1.4rem;font-weight:var(--fw-medium);transition:all var(--_animspeed)ease-in-out;border:none;border-radius:4px;padding:1.2rem 2.4rem}.dashboard-chat-form__submit:hover:not(:disabled){opacity:.9}.dashboard-chat-form__submit:disabled{opacity:.5;cursor:not-allowed}.dashboard-chat-files{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-chat-file-tag{background:rgba(var(--accent-rgb),.2);color:var(--accent);border-radius:2rem;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:1.2rem;display:inline-flex}.dashboard-chat-file-tag__remove{color:inherit;cursor:pointer;width:2rem;height:2rem;transition:background var(--_animspeed)ease-in-out;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.6rem;line-height:1;display:flex}.dashboard-chat-file-tag__remove:hover{background:#0000001a}.dashboard-chat-actions{border-top:1px solid var(--st-medium);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.dashboard-chat-action-btn{border-radius:var(--_radius-s);font-size:1.3rem;font-weight:var(--fw-medium);cursor:pointer;transition:all var(--_animspeed)ease-in-out;border:1px solid #0000;padding:.8rem 1.6rem}.dashboard-chat-action-btn--primary{background:var(--accent);color:var(--base-opp);border-color:var(--accent)}.dashboard-chat-action-btn--primary:hover{opacity:.9;box-shadow:0 4px 12px rgba(var(--accent-rgb),.3)}.dashboard-chat-action-btn--secondary{color:var(--accent);border-color:var(--accent);background:0 0}.dashboard-chat-action-btn--secondary:hover{background:rgba(var(--accent-rgb),.1);transform:translateY(-2px)}.dashboard-file-selector{background:var(--base-opp);border:1px solid var(--st-medium);border-radius:var(--_radius-m);z-index:10;flex-direction:column;max-height:20rem;margin-bottom:1rem;display:flex;position:absolute;bottom:100%;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.dashboard-file-selector__header{border-bottom:1px solid var(--st-medium);justify-content:space-between;align-items:center;padding:.8rem 1.2rem;display:flex}.dashboard-file-selector__header h3{font-size:1.3rem;font-weight:var(--fw-medium);color:var(--t-bright);margin:0}.dashboard-file-selector__close{color:var(--t-muted);cursor:pointer;width:2.4rem;height:2.4rem;transition:all var(--_animspeed)ease-in-out;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:2rem;line-height:1;display:flex}.dashboard-file-selector__close:hover{background:var(--st-medium);color:var(--t-bright)}.dashboard-file-selector__loading,.dashboard-file-selector__empty{text-align:center;color:var(--t-muted);padding:2rem 1.5rem;font-size:1.3rem}.dashboard-file-selector__list{max-height:18rem;padding:.5rem;overflow-y:auto}.dashboard-file-selector__item{border:1px solid var(--st-medium);border-radius:var(--_radius-s);cursor:pointer;transition:all var(--_animspeed)ease-in-out;background:var(--base);align-items:center;margin-bottom:.3rem;padding:.5rem .8rem;display:flex}.dashboard-file-selector__checkbox{flex-shrink:0;width:1.4rem;height:1.4rem;margin-right:.4rem}.dashboard-file-selector__item:hover{border-color:var(--st-bright);background:var(--base-opp)}.dashboard-file-selector__item--selected{border-color:var(--accent);background:rgba(var(--accent-rgb),.1)}.dashboard-file-selector__item-content{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.dashboard-file-selector__item-name{font-size:1.2rem;font-weight:var(--fw-medium);color:var(--t-bright);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-file-selector__item-meta{color:var(--t-muted);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;overflow:hidden}.dashboard-loading{color:var(--t-muted);justify-content:center;align-items:center;padding:6rem;font-size:1.6rem;display:flex}.dashboard-empty-state{background:var(--base-opp);border:1px solid var(--st-medium);border-radius:var(--_radius-m);text-align:center;color:var(--t-muted);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:60rem;margin:4rem auto;padding:6rem 3rem;display:flex;position:relative;overflow:hidden}.dashboard-empty-state:before{content:"";background:var(--accent);transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dashboard-empty-state:hover:before{transform:scaleX(1)}.dashboard-content-list>.dashboard-empty-state,.dashboard-content-list>p.dashboard-empty-state{background:var(--base-opp);border:1px solid var(--st-medium);border-radius:var(--_radius-m);text-align:center;color:var(--t-muted);max-width:60rem;margin:4rem auto;padding:6rem 3rem;font-size:1.5rem;line-height:1.6;display:block;position:relative;overflow:hidden}.dashboard-content-list>.dashboard-empty-state:before,.dashboard-content-list>p.dashboard-empty-state:before{content:"";background:var(--accent);transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.dashboard-content-list>.dashboard-empty-state:hover:before,.dashboard-content-list>p.dashboard-empty-state:hover:before{transform:scaleX(1)}.dashboard-empty-state__icon{opacity:.6;margin-bottom:2rem;font-size:6rem;display:block}.dashboard-empty-state__title{font-size:2rem;font-weight:var(--fw-bold);color:var(--t-bright);margin-bottom:1rem}.dashboard-empty-state__text{max-width:40rem;margin:0 auto;font-size:1.5rem;line-height:1.6}.dashboard-grid{gap:2rem;display:grid}.dashboard-grid--1{grid-template-columns:1fr}@media only screen and (min-width:768px){.dashboard-grid--2{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.dashboard-grid--3{grid-template-columns:repeat(3,1fr)}}.dashboard-status-list{flex-direction:column;gap:0;display:flex}.dashboard-status-item{border-bottom:1px solid var(--st-medium);justify-content:space-between;padding:1rem 0;font-size:1.4rem;display:flex}.dashboard-status-item:last-child{border-bottom:none}.dashboard-status-item__label{color:var(--t-muted)}.dashboard-status-item__value{font-weight:var(--fw-bold);color:var(--t-bright)}.dashboard-form-container{flex-direction:column;gap:2.5rem;max-width:800px;margin:3rem auto 0;display:flex}.dashboard-form-group{flex-direction:column;gap:.8rem;display:flex}.dashboard-form-label{font-size:1.4rem;font-weight:var(--fw-medium);color:var(--t-bright)}.dashboard-form-input[type=file]{border:1px solid var(--st-medium);border-radius:var(--_radius-m);background:var(--base-opp);color:var(--t-bright);cursor:pointer;width:100%;padding:1rem;font-size:1.4rem;transition:all .3s}.dashboard-form-input[type=file]:hover{border-color:var(--accent);background:rgba(var(--accent-rgb),.05)}.dashboard-form-input[type=file]:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1);outline:none}.dashboard-form-help{color:var(--t-muted);margin-top:.5rem;font-size:1.3rem;font-style:italic}.dashboard-file-upload{width:100%;position:relative}.dashboard-file-upload__input{clip:rect(0,0,0,0);white-space:nowrap;opacity:0;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dashboard-file-upload__label{background:var(--base-opp);border:2px dashed var(--st-medium);border-radius:var(--_radius-m);cursor:pointer;align-items:center;gap:2rem;padding:3rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-file-upload__label:hover{border-color:var(--accent);background:rgba(var(--accent-rgb),.05);box-shadow:0 4px 12px #0000001a}.dashboard-file-upload__input:disabled+.dashboard-file-upload__label{opacity:.6;cursor:not-allowed;pointer-events:none}.dashboard-file-upload__icon{background:rgba(var(--accent-rgb),.1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:6rem;height:6rem;font-size:4rem;transition:all .3s;display:flex}.dashboard-file-upload__label:hover .dashboard-file-upload__icon{background:rgba(var(--accent-rgb),.2);transform:scale(1.1)}.dashboard-file-upload__spinner{animation:1s linear infinite spin;display:inline-block}.dashboard-file-upload__content{flex-direction:column;flex:1;gap:.5rem;display:flex}.dashboard-file-upload__text{font-size:1.6rem;font-weight:var(--fw-medium);color:var(--t-bright)}.dashboard-file-upload__hint{color:var(--t-muted);font-size:1.3rem}.dashboard-file-upload__progress{background:var(--st-medium);border-radius:0 0 var(--_radius-m)var(--_radius-m);height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.dashboard-file-upload__progress-bar{background:var(--accent);width:0%;height:100%;animation:2s ease-in-out infinite progress}@keyframes progress{0%{width:0%}50%{width:70%}to{width:100%}}[color-scheme=dark] .dashboard-file-upload__label:hover{box-shadow:0 4px 12px #0000004d}.dashboard-tabs{border-bottom:2px solid var(--st-medium);scrollbar-width:none;-ms-overflow-style:none;gap:1rem;margin-bottom:3rem;display:flex;overflow-x:auto}.dashboard-tabs::-webkit-scrollbar{display:none}.dashboard-tab{font-size:1.5rem;font-weight:var(--fw-medium);color:var(--t-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.8rem;margin-bottom:-2px;padding:1.2rem 2rem;transition:all .3s;display:flex;position:relative}.dashboard-tab:hover{color:var(--t-bright);background:rgba(var(--accent-rgb),.05)}.dashboard-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:var(--fw-bold)}.dashboard-tab span:first-child{font-size:1.8rem}.dashboard-tab__badge{min-width:2rem;height:2rem;font-size:1.1rem;font-weight:var(--fw-bold);background:var(--accent);color:var(--base-opp);border-radius:1rem;justify-content:center;align-items:center;margin-left:.5rem;padding:0 .6rem;display:inline-flex}.dashboard-tab-content{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-messages-container{background:var(--base);border-radius:var(--_radius-m);scroll-behavior:smooth;flex-direction:column;gap:1.5rem;max-height:60rem;margin-bottom:2rem;padding:2rem;display:flex;overflow-y:auto}.dashboard-messages-container::-webkit-scrollbar{width:8px}.dashboard-messages-container::-webkit-scrollbar-track{background:var(--base-tint);border-radius:4px}.dashboard-messages-container::-webkit-scrollbar-thumb{background:var(--st-medium);border-radius:4px}.dashboard-messages-container::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.dashboard-message{align-items:flex-start;width:100%;animation:.3s fadeIn;display:flex}.dashboard-message--user{justify-content:flex-start}.dashboard-message--staff{justify-content:flex-end}.dashboard-message__bubble{word-wrap:break-word;border-radius:1.8rem;max-width:70%;padding:1.2rem 1.6rem;position:relative}.dashboard-message--user .dashboard-message__bubble{background:var(--base-opp);border:1px solid var(--st-medium);color:var(--t-bright);border-bottom-left-radius:.4rem}[color-scheme=dark] .dashboard-message--user .dashboard-message__bubble{background:var(--base-tint);border-color:var(--st-medium)}.dashboard-message--staff .dashboard-message__bubble{background:rgba(var(--accent-rgb),.9);color:var(--base-opp);border-bottom-right-radius:.4rem}[color-scheme=dark] .dashboard-message--staff .dashboard-message__bubble{background:rgba(var(--accent-rgb),1)}.dashboard-message__header{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:.6rem;display:flex}.dashboard-message__sender{font-size:1.2rem;font-weight:var(--fw-bold);opacity:.9}.dashboard-message--staff .dashboard-message__sender{color:var(--base-opp)}.dashboard-message__badge{font-size:1rem;font-weight:var(--fw-medium);color:var(--base-opp);background:#fff3;border-radius:.8rem;align-items:center;padding:.2rem .6rem;display:inline-flex}.dashboard-message--user .dashboard-message__badge{background:rgba(var(--accent-rgb),.15);color:var(--accent)}.dashboard-message__time{opacity:.7;margin-left:auto;font-size:1.1rem}.dashboard-message--staff .dashboard-message__time{color:var(--base-opp)}.dashboard-message__content{color:inherit;margin:0;font-size:1.4rem;line-height:1.6}.dashboard-message--staff .dashboard-message__content{color:var(--base-opp)}@media only screen and (min-width:1200px){.dashboard-tab-content>div>div[style*="gridTemplateColumns: '1fr'"]{grid-template-columns:2fr 1fr!important}}@media only screen and (max-width:767px){.dashboard-message__bubble{max-width:85%}.dashboard-messages-container{padding:1.5rem}}.dashboard-form-input,.dashboard-form-textarea{background:var(--base-opp);border:1.5px solid var(--st-medium);color:var(--t-bright);border-radius:8px;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:1.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.dashboard-form-input::placeholder{color:var(--t-muted);opacity:.7}.dashboard-form-input:hover,.dashboard-form-textarea:hover{border-color:rgba(var(--accent-rgb),.3);box-shadow:0 2px 4px #00000014}.dashboard-form-input:focus,.dashboard-form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1),0 2px 8px #0000001a;background:var(--base-opp);outline:none}[color-scheme=dark] .dashboard-form-input,[color-scheme=dark] .dashboard-form-textarea{border-color:#ffffff1a}[color-scheme=dark] .dashboard-form-input:hover,[color-scheme=dark] .dashboard-form-textarea:hover{border-color:rgba(var(--accent-rgb),.4)}[color-scheme=dark] .dashboard-form-input:focus,[color-scheme=dark] .dashboard-form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.2),0 2px 8px #0000004d}.dashboard-search-wrapper{width:100%;position:relative}.dashboard-search-wrapper .dashboard-form-input{padding-left:3rem}.dashboard-search-icon{color:var(--t-muted);pointer-events:none;z-index:1;font-size:1.2rem;transition:color .2s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.dashboard-search-wrapper:focus-within .dashboard-search-icon{color:var(--accent)}.dashboard-select{background:var(--base-opp);border:1.5px solid var(--st-medium);color:var(--t-bright);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border-radius:8px;min-width:150px;padding:.875rem 3rem .875rem 1.25rem;font-size:1.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.dashboard-select:hover{border-color:rgba(var(--accent-rgb),.3);box-shadow:0 2px 4px #00000014}.dashboard-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1),0 2px 8px #0000001a;outline:none}[color-scheme=dark] .dashboard-select{border-color:#ffffff1a}[color-scheme=dark] .dashboard-select:hover{border-color:rgba(var(--accent-rgb),.4)}[color-scheme=dark] .dashboard-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.2),0 2px 8px #0000004d}.dashboard-form-textarea{resize:vertical;min-height:10rem}.dashboard-form-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media only screen and (min-width:768px){.dashboard-form-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.dashboard-nav__container{flex-direction:column;align-items:flex-start}.dashboard-nav__links{flex-direction:column;align-items:flex-start;width:100%}.dashboard-nav__link{width:100%;padding:1rem}.dashboard-main{padding:2rem 1.5rem}.dashboard-headline__title,.dashboard-page-header__title{font-size:2.8rem}.dashboard-stat-card{padding:2rem}.dashboard-chat-container{min-height:35rem;max-height:calc(100vh - 30rem)}.dashboard-chat-messages{min-height:25rem;max-height:calc(100vh - 40rem)}.dashboard-chat-message{max-width:90%}}.dashboard-meeting-teams-link,.dashboard-meeting-ticket-link{margin-top:.5rem;display:inline-block}.dashboard-meeting-status-message{color:var(--t-muted);margin-top:1rem;font-size:1.3rem}.dashboard-meeting-notification-message{color:var(--accent);margin-top:1rem;font-size:1.3rem}
.mxd-header,.mxd-header__nav,.mxd-header__controls{align-items:center!important}:root{--base:var(--base--light);--base-rgb:var(--base-rgb--light);--base-tint:var(--base-tint--light);--base-shade:var(--base-shade--light);--base-opp:#fff;--base-opp-tint:#fff;--accent:var(--accent--light);--accent-rgb:var(--accent-rgb--light);--primary:var(--accent--light);--additional:var(--additional--light);--additional-rgb:var(--additional-rgb--light);--neutral-transparent:var(--neutral-transparent--light);--st-bright:var(--st-bright--light);--st-medium:var(--st-medium--light);--st-muted:var(--st-muted--light);--st-opp-bright:var(--st-opp-bright--light);--fw-regular:var(--fw-regular--light);--fw-medium:var(--fw-medium--light);--fw-semibold:var(--fw-semibold--light);--fw-bold:var(--fw-bold--light);--fw-regular-opp:var(--fw-regular-opp--light);--fw-medium-opp:var(--fw-medium-opp--light);--t-bright:var(--t-bright--light);--t-medium:var(--t-medium--light);--t-muted:var(--t-muted--light);--t-muted-extra:var(--t-muted-extra--light);--t-opp-bright:var(--t-opp-bright--light);--t-opp-medium:var(--t-opp-medium--light);--t-opp-muted:var(--t-opp-muted--light)}[color-scheme=dark]{--base:var(--base--dark);--base-rgb:var(--base-rgb--dark);--base-tint:var(--base-tint--dark);--base-shade:var(--base-shade--dark);--base-opp:var(--base-tint--dark);--base-opp-tint:var(--base-tint--dark);--accent:var(--accent--dark);--accent-rgb:var(--accent-rgb--dark);--primary:var(--accent--dark);--additional:var(--additional--dark);--additional-rgb:var(--additional-rgb--dark);--neutral-transparent:var(--neutral-transparent--dark);--st-bright:var(--st-bright--dark);--st-medium:var(--st-medium--dark);--st-muted:var(--st-muted--dark);--st-opp-bright:var(--st-opp-bright--dark);--fw-regular:var(--fw-regular--dark);--fw-medium:var(--fw-medium--dark);--fw-semibold:var(--fw-semibold--dark);--fw-bold:var(--fw-bold--dark);--fw-regular-opp:var(--fw-regular-opp--dark);--fw-medium-opp:var(--fw-medium-opp--dark);--t-bright:var(--t-bright--dark);--t-medium:var(--t-medium--dark);--t-muted:var(--t-muted--dark);--t-muted-extra:var(--t-muted-extra--dark);--t-opp-bright:var(--t-opp-bright--dark);--t-opp-medium:var(--t-opp-medium--dark);--t-opp-muted:var(--t-opp-muted--dark)}html{scroll-behavior:smooth;background:var(--base);font-family:Share Tech,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{background:var(--base);color:var(--t-medium);font-family:Share Tech,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root a:not([class*=t-]):not([class*=st-]):not([class*=btn]):not([class*=mxd-]){color:var(--t-bright)}:root a:not([class*=t-]):not([class*=st-]):not([class*=btn]):not([class*=mxd-]):hover,:root a:not([class*=t-]):not([class*=st-]):not([class*=btn]):not([class*=mxd-]):focus{color:var(--accent)}:root p:not([class*=t-]):not([class*=st-]),:root h1:not([class*=t-]):not([class*=st-]),:root h2:not([class*=t-]):not([class*=st-]),:root h3:not([class*=t-]):not([class*=st-]),:root h4:not([class*=t-]):not([class*=st-]),:root h5:not([class*=t-]):not([class*=st-]),:root h6:not([class*=t-]):not([class*=st-]),:root span:not([class*=t-]):not([class*=st-]),:root div:not([class*=t-]):not([class*=st-]):not([class*=mxd-]),:root li:not([class*=t-]):not([class*=st-]),:root td:not([class*=t-]):not([class*=st-]),:root th:not([class*=t-]):not([class*=st-]){color:var(--t-medium)}:root h1:not([class*=t-]):not([class*=st-]),:root h2:not([class*=t-]):not([class*=st-]),:root h3:not([class*=t-]):not([class*=st-]),:root h4:not([class*=t-]):not([class*=st-]),:root h5:not([class*=t-]):not([class*=st-]),:root h6:not([class*=t-]):not([class*=st-]){color:var(--t-bright)}:root [style*="color: white"]:not([class*=t-opp]):not([class*=st-opp]),:root [style*="color:#fff"]:not([class*=t-opp]):not([class*=st-opp]),:root [style*="color: #fff"]:not([class*=t-opp]):not([class*=st-opp]),:root [style*=color\:white]:not([class*=t-opp]):not([class*=st-opp]){color:var(--t-bright)!important}.mxd-nav__wrap{pointer-events:none;display:block}.mxd-nav__wrap.active_menu{pointer-events:all}.mxd-menu__wrapper{pointer-events:none;display:block}.mxd-menu__wrapper.active_menu{pointer-events:all}.mxd-menu__wrapper .fade-in-elm{visibility:hidden;opacity:0;transition:all .6s}.mxd-menu__wrapper.active_menu .fade-in-elm{visibility:visible;opacity:1}.mxd-menu__wrapper .fade-in-up-elm{visibility:hidden;opacity:0;transition:all .6s;transform:translateY(25px)}.mxd-menu__wrapper.active_menu .fade-in-up-elm{visibility:visible;opacity:1;transform:translateY(0)}.submenu{height:0;padding-top:0;display:block;overflow:hidden}.videoModal__bodyOpen{overflow:hidden}.videoModal__overlay{z-index:111;background:#000c;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.videoModal__content{background:0 0;border:none;outline:none;overflow:hidden}.videoModal__playerWrap{aspect-ratio:16/9;width:min(90vw,1600px);max-width:1200px;position:relative}.swiper-navigation-icon{display:none}.hamburger__line{transition:all .3s;background-color:var(--t-bright)!important}.nav-open .hamburger__line:first-child{transform:translateY(5px)rotate(45deg)}.nav-open .hamburger__line:last-child{transform:translateY(-5px)rotate(-45deg)}.loading__item,.loading__fade{opacity:0}[color-scheme=dark] .bg-white,[color-scheme=dark] [class*=bg-white]{background-color:var(--base-opp)!important}[color-scheme=dark] .bg-gray-50,[color-scheme=dark] [class*=bg-gray-50]{background-color:var(--base)!important}[color-scheme=dark] .bg-gray-100,[color-scheme=dark] [class*=bg-gray-100],[color-scheme=dark] .bg-gray-200,[color-scheme=dark] [class*=bg-gray-200],[color-scheme=dark] .bg-gray-700,[color-scheme=dark] [class*=bg-gray-700]{background-color:var(--base-tint)!important}[color-scheme=dark] .bg-gray-800,[color-scheme=dark] [class*=bg-gray-800]{background-color:var(--base-opp)!important}[color-scheme=dark] .bg-gray-900,[color-scheme=dark] [class*=bg-gray-900]{background-color:var(--base)!important}[color-scheme=dark] .text-gray-700,[color-scheme=dark] [class*=text-gray-700]{color:var(--t-bright)!important}[color-scheme=dark] .text-gray-500,[color-scheme=dark] [class*=text-gray-500],[color-scheme=dark] .text-gray-300,[color-scheme=dark] [class*=text-gray-300],[color-scheme=dark] .text-gray-400,[color-scheme=dark] [class*=text-gray-400]{color:var(--t-muted)!important}[color-scheme=dark] .text-gray-900,[color-scheme=dark] [class*=text-gray-900],[color-scheme=dark] .text-white,[color-scheme=dark] [class*=text-white]{color:var(--t-bright)!important}[color-scheme=dark] .border-gray-200,[color-scheme=dark] [class*=border-gray-200],[color-scheme=dark] .border-gray-300,[color-scheme=dark] [class*=border-gray-300],[color-scheme=dark] .border-gray-600,[color-scheme=dark] [class*=border-gray-600],[color-scheme=dark] .border-gray-700,[color-scheme=dark] [class*=border-gray-700],[color-scheme=dark] .divide-gray-200,[color-scheme=dark] [class*=divide-gray-200],[color-scheme=dark] .divide-gray-700,[color-scheme=dark] [class*=divide-gray-700]{border-color:var(--st-medium)!important}[color-scheme=dark] .hover\:bg-gray-100:hover,[color-scheme=dark] [class*=hover\:bg-gray-100]:hover,[color-scheme=dark] .hover\:bg-gray-200:hover,[color-scheme=dark] [class*=hover\:bg-gray-200]:hover,[color-scheme=dark] .hover\:bg-gray-300:hover,[color-scheme=dark] [class*=hover\:bg-gray-300]:hover,[color-scheme=dark] .hover\:bg-gray-600:hover,[color-scheme=dark] [class*=hover\:bg-gray-600]:hover,[color-scheme=dark] .hover\:bg-gray-700:hover,[color-scheme=dark] [class*=hover\:bg-gray-700]:hover{background-color:var(--base-tint)!important}[color-scheme=dark] .hover\:text-gray-200:hover,[color-scheme=dark] [class*=hover\:text-gray-200]:hover,[color-scheme=dark] .hover\:text-gray-700:hover,[color-scheme=dark] [class*=hover\:text-gray-700]:hover{color:var(--t-bright)!important}[color-scheme=dark] .text-indigo-600,[color-scheme=dark] [class*=text-indigo-600],[color-scheme=dark] .text-indigo-400,[color-scheme=dark] [class*=text-indigo-400]{color:var(--accent)!important}[color-scheme=dark] .border-indigo-500,[color-scheme=dark] [class*=border-indigo-500],[color-scheme=dark] .focus\:border-indigo-500:focus,[color-scheme=dark] [class*=focus\:border-indigo-500]:focus{border-color:var(--accent)!important}[color-scheme=dark] .focus\:ring-indigo-500:focus,[color-scheme=dark] [class*=focus\:ring-indigo-500]:focus{--tw-ring-color:var(--accent)!important}[color-scheme=dark] .bg-green-100,[color-scheme=dark] [class*=bg-green-100]{background-color:rgba(var(--additional-rgb),.2)!important}[color-scheme=dark] .bg-green-900,[color-scheme=dark] [class*=bg-green-900]{background-color:rgba(var(--additional-rgb),.3)!important}[color-scheme=dark] .text-green-600,[color-scheme=dark] [class*=text-green-600],[color-scheme=dark] .text-green-400,[color-scheme=dark] [class*=text-green-400]{color:var(--additional)!important}[color-scheme=dark] .bg-red-100,[color-scheme=dark] [class*=bg-red-100]{background-color:#ef444433!important}[color-scheme=dark] .bg-red-900,[color-scheme=dark] [class*=bg-red-900]{background-color:#ef44444d!important}[color-scheme=dark] .text-red-600,[color-scheme=dark] [class*=text-red-600]{color:#ef4444!important}[color-scheme=dark] .text-red-400,[color-scheme=dark] [class*=text-red-400]{color:#f87171!important}[color-scheme=dark] .border-indigo-600,[color-scheme=dark] [class*=border-indigo-600]{border-color:var(--accent)!important}
