div.account-dashboard{display:flex;flex-direction:row;font-family:var(--font-family);background:rgb(var(--navigation-background));height:100vh;overflow:hidden}div.account-dashboard div.dashboard-sidebar{display:flex;flex-direction:column;width:255px;background:rgb(var(--navigation-background));color:rgb(var(--tint-color));--color:var(--navigation-color);flex-shrink:0;padding:10px 0;position:relative;z-index:100}div.account-dashboard div.dashboard-sidebar div.sidebar-header{display:none}div.account-dashboard div.dashboard-sidebar div.brand{display:flex;flex-direction:column;gap:1em;padding:1em .75em;font-size:1.75em;color:rgb(var(--color))}div.account-dashboard div.dashboard-sidebar div.brand a{display:flex;flex-direction:row;align-items:center;color:rgb(var(--color));text-decoration:none;transition:all var(--transition)}div.account-dashboard div.dashboard-sidebar div.brand a:hover{color:rgb(var(--tint))}div.account-dashboard div.dashboard-sidebar div.team-selector-section{padding:0 .75em 1em;border-bottom:1px solid rgba(var(--color),.1);margin-bottom:.5em}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header{display:flex;align-items:center;justify-content:space-between;padding:.75em;background:rgba(var(--tint),.05);border:1px solid rgba(var(--tint),.1);border-radius:8px;transition:all var(--transition)}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header:hover{background:rgba(var(--tint),.1);border-color:rgba(var(--tint),.5)}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header a.team-info{display:flex;gap:.75em;flex:1;text-decoration:none}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header a.team-info div.team-avatar{width:36px;height:36px;background:linear-gradient(135deg,rgb(var(--tint)),rgba(var(--tint),.8));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header a.team-info div.team-avatar.--small{width:28px;height:28px;font-size:.8rem}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header a.team-info div.team-details{display:flex;flex-direction:column;gap:.25em;min-width:0}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header a.team-info div.team-details span.team-name{font-weight:600;color:rgb(var(--color));font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header a.team-info div.team-details span.team-members{font-size:.75rem;color:rgba(var(--color),.6)}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header button.team-selector-button{background:none;border:none;color:rgba(var(--color),.6);cursor:pointer;padding:.5em;border-radius:4px;transition:all var(--transition);display:flex;align-items:center;justify-content:center;flex-shrink:0}div.account-dashboard div.dashboard-sidebar div.team-selector-section div.team-header button.team-selector-button:hover{background:rgba(var(--color),.1);color:rgb(var(--color))}div.account-dashboard div.dashboard-sidebar div.team-list{min-width:280px}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item{display:flex;align-items:center;gap:1em;padding:.75rem;color:rgb(var(--color));text-decoration:none;border-radius:6px;transition:all var(--transition);position:relative}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item:hover{background:rgba(var(--tint),.05)}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item.--active{background:rgba(var(--tint),.1);color:rgb(var(--tint))}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item.--action{border-top:1px solid rgba(var(--border),.1);margin-top:.5rem;padding-top:.75rem}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item div.team-avatar{width:36px;height:36px;background:linear-gradient(135deg,rgb(var(--tint)),rgba(var(--tint),.8));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item div.team-avatar.--small{width:28px;height:28px;font-size:.8rem}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item div.team-info{display:flex;flex-direction:column;gap:.25rem;flex:1}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item div.team-info span.name{font-weight:500;font-size:.9rem}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item div.team-info span.members{font-size:.75rem;opacity:.7}div.account-dashboard div.dashboard-sidebar div.team-list a.team-item .check-icon{color:rgb(var(--tint));margin-left:auto}div.account-dashboard div.dashboard-sidebar div.links{display:flex;flex-direction:column;gap:.1em;padding:.5em;font-size:14px}div.account-dashboard div.dashboard-sidebar div.links.--bottom{margin-top:auto}div.account-dashboard div.dashboard-sidebar div.links a.--team-selector{gap:1em;padding:.5em}div.account-dashboard div.dashboard-sidebar div.links a.--team-selector .indicator{margin-left:auto;opacity:.5}div.account-dashboard div.dashboard-sidebar div.links a.--team-selector .avatar{width:2.5em;height:2.5em;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius)}div.account-dashboard div.dashboard-sidebar div.links>div.title{display:flex;flex-direction:row;align-items:center;gap:.5em}div.account-dashboard div.dashboard-sidebar div.links>div.title>a.title,div.account-dashboard div.dashboard-sidebar div.links>div.title>span.title{display:flex;flex-direction:row;align-items:center;font-size:.8em;font-weight:700;color:rgba(var(--color),.5);height:3em;padding:0 .5em;text-decoration:none}div.account-dashboard div.dashboard-sidebar div.links>div.title div.actions{display:flex;flex-direction:row;align-items:center;gap:.5em;margin-left:auto}div.account-dashboard div.dashboard-sidebar div.links>div.title div.actions a.action{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em;width:2em;height:2em;border-radius:var(--radius);transition:all var(--transition);background:rgba(var(--color),.1);color:rgb(var(--color))}div.account-dashboard div.dashboard-sidebar div.links>div.title div.actions a.action:hover{background:rgba(var(--color),.2)}div.account-dashboard div.dashboard-sidebar div.links>div.title div.actions a.action>span.text{font-size:.8em}div.account-dashboard div.dashboard-sidebar div.links div.item{display:flex;flex-direction:column;gap:.25em;border-radius:var(--radius);transition:all var(--transition);position:relative}div.account-dashboard div.dashboard-sidebar div.links div.item.--disabled{opacity:.25;pointer-events:none}div.account-dashboard div.dashboard-sidebar div.links div.item.active{color:rgb(var(--tint-color))}div.account-dashboard div.dashboard-sidebar div.links div.item.active:before{content:"";position:absolute;top:10px;left:-3px;bottom:10px;width:3px;background:rgb(var(--tint-color));border-radius:var(--radius);animation:slide-in .3s ease-in-out;margin:auto 0}@keyframes slide-in{0%{left:-10px;opacity:0}to{left:-3px;opacity:1}}div.account-dashboard div.dashboard-sidebar div.links div.item div.sub{padding:.5em 1em}div.account-dashboard div.dashboard-sidebar div.links div.item div.sub div.item a.link{position:relative;padding:.5em 1em}div.account-dashboard div.dashboard-sidebar div.links div.item div.sub div.item a.link:before{content:"";position:absolute;top:0;left:.5em;bottom:0;width:4px;height:4px;background:rgb(var(--color));border-radius:var(--radius);opacity:.5;margin:auto 0}div.account-dashboard div.dashboard-sidebar div.links a.link{display:flex;flex-direction:row;align-items:center;color:inherit;text-decoration:none;padding:.5em;border-radius:var(--radius);transition:all var(--transition);gap:1em}div.account-dashboard div.dashboard-sidebar div.links a.link.--top{align-items:flex-start}div.account-dashboard div.dashboard-sidebar div.links a.link:hover{background:rgba(var(--tint-color),.1);color:rgb(var(--tint-color))}div.account-dashboard div.dashboard-sidebar div.links a.link span.iconify{font-size:1.5em}div.account-dashboard div.dashboard-sidebar div.links a.link span.text{font-size:1em;font-weight:500;opacity:.8;flex:1}div.account-dashboard div.dashboard-sidebar div.links a.link span.pre{font-size:.8em;font-weight:500;color:rgba(var(--color),.5)}div.account-dashboard div.dashboard-sidebar div.links a.link div.status{display:flex;flex-direction:row;align-items:center;gap:.5em;font-size:.8em;color:rgb(var(--tint))}div.account-dashboard div.dashboard-sidebar div.links a.link div.status span.iconify{font-size:1.5em}div.account-dashboard div.dashboard-sidebar div.links a.link img.icon{width:1.75em;height:1.75em;padding:.25em;background:rgb(var(--background));border-radius:var(--radius)}div.account-dashboard div.dashboard-sidebar div.links a.link div.details{display:flex;flex-direction:column;gap:.25em}div.account-dashboard div.dashboard-sidebar div.links a.link span.badge{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:.8em;min-width:1em;padding:.25em .5em;height:1.5em;border-radius:100px;background:rgb(var(--tint));color:rgb(var(--tint-color))}div.account-dashboard div.dashboard-sidebar.--compact{width:60px}div.account-dashboard div.dashboard-sidebar.--compact div.team-selector-section{padding:0 .5em 1em}div.account-dashboard div.dashboard-sidebar.--compact div.team-selector-section div.team-header{padding:.5em;flex-direction:column;gap:0}div.account-dashboard div.dashboard-sidebar.--compact div.team-selector-section div.team-header div.team-info{flex-direction:column;gap:0}div.account-dashboard div.dashboard-sidebar.--compact div.team-selector-section div.team-header div.team-info div.team-details{display:none}div.account-dashboard div.dashboard-sidebar.--compact div.team-selector-section div.team-header div.team-info div.team-avatar{width:32px;height:32px;font-size:.8rem}div.account-dashboard div.dashboard-sidebar.--compact div.team-selector-section div.team-header button.team-selector-button{margin-top:.25rem;padding:.125rem}div.account-dashboard div.dashboard-sidebar.--compact div.links{padding:.5em .25em}div.account-dashboard div.dashboard-sidebar.--compact div.links a.link{justify-content:center;padding:.5em}div.account-dashboard div.dashboard-sidebar.--compact div.links a.link span.badge,div.account-dashboard div.dashboard-sidebar.--compact div.links a.link span.text{display:none}div.account-dashboard div.dashboard-sidebar.--compact div.links a.link .icon{margin:0}div.account-dashboard div.dashboard-sidebar.--compact div.links a.link .--after{display:none}div.account-dashboard div.dashboard-sidebar.--compact div.links div.item{position:relative}div.account-dashboard div.dashboard-sidebar.--compact div.links div.item.active:before{left:-6px}div.account-dashboard div.dashboard-sidebar.--compact div.links div.item[data-title]:hover:after{content:attr(data-title);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:.75rem;background:rgba(var(--navigation-background),.95);color:rgb(var(--color));padding:.5rem .75rem;border-radius:6px;font-size:.8rem;white-space:nowrap;z-index:1000;box-shadow:0 4px 12px #00000026;border:1px solid rgba(var(--border),.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;opacity:0;animation:tooltip-fade-in .2s ease forwards;height:-moz-fit-content;height:fit-content}div.account-dashboard div.dashboard-sidebar.--compact div.links>div.title span.title{display:none}div.account-dashboard div.dashboard-sidebar.--compact div.links>div.title div.actions{justify-content:center;width:100%;margin-left:0}div.view-toolbar{gap:1em;padding:.5em .75em;background:linear-gradient(45deg,rgb(var(--background-second)) 0,rgba(var(--tint),.1));border-bottom:1px solid rgba(var(--tint),.1);-webkit-user-select:none;-moz-user-select:none;user-select:none}div.view-toolbar,div.view-toolbar div.search{display:flex;flex-direction:row;align-items:center}div.view-toolbar div.search{gap:.5em;background:rgb(var(--background));border:1px solid rgb(var(--border));border-radius:var(--radius);padding:.1em .5em}div.view-toolbar div.search input{width:220px;background:none;border:none;height:100%}div.view-toolbar div.tools{display:flex;flex-direction:row;align-items:center;gap:1em;height:2em}div.view-toolbar div.tools.--right{margin-left:auto}div.view-toolbar div.tools.--left{margin-right:auto}div.view-toolbar div.tools a.tool,div.view-toolbar div.tools div.tool{display:flex;flex-direction:row;align-items:center;gap:.5em;padding:.5em;height:1.1em;border-radius:var(--radius);transition:all var(--transition)}div.view-toolbar div.tools a.tool:hover,div.view-toolbar div.tools div.tool:hover{background:rgba(var(--color),.1)}div.view-toolbar div.tools a.tool>span.text,div.view-toolbar div.tools div.tool>span.text{font-size:.8em}div.view-toolbar div.tools a.tool>span.userinitials,div.view-toolbar div.tools div.tool>span.userinitials{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:.8em;width:2.5em;height:2.5em;border-radius:5em;background:rgb(var(--tint));color:rgb(var(--tint-color));position:relative}div.view-toolbar div.tools a.tool>div.usermetas,div.view-toolbar div.tools div.tool>div.usermetas{display:flex;flex-direction:column;gap:.1em}div.view-toolbar div.tools a.tool>div.usermetas div.name,div.view-toolbar div.tools div.tool>div.usermetas div.name{display:flex;flex-direction:row;align-items:center;font-weight:700;color:rgb(var(--color));gap:.25em}div.view-toolbar div.tools a.tool>div.usermetas div.meta,div.view-toolbar div.tools div.tool>div.usermetas div.meta{font-size:.8em;color:rgba(var(--color),.8)}div.view-toolbar div.tools a.tool>span.iconify,div.view-toolbar div.tools div.tool>span.iconify{font-size:1.5em;color:rgb(var(--color))}div.dashboard-view{display:flex;flex-direction:column;flex:1;overflow-y:auto;font-size:14px;background:rgb(var(--background));border-radius:var(--radius) 0 0 var(--radius);color:rgb(var(--color))}div.dashboard-view.full-view{display:flex;flex-direction:column;flex:1;overflow:hidden}div.dashboard-view div.double-view{display:flex;flex-direction:row;gap:1em;flex:1;position:relative;height:100%;overflow:hidden;overflow-y:auto}div.dashboard-view div.double-view div.menu{display:flex;flex-direction:column;gap:1em;position:sticky;top:0;padding:1em}div.dashboard-view div.double-view div.menu div.links{display:flex;flex-direction:column;gap:.25em;padding:1em;font-size:14px;width:230px}div.dashboard-view div.double-view div.menu div.links.--bottom{margin-top:auto}div.dashboard-view div.double-view div.menu div.links a.link{display:flex;flex-direction:row;align-items:center;color:inherit;text-decoration:none;padding:.75em 1em;border-radius:var(--radius);transition:all var(--transition);gap:1em}div.dashboard-view div.double-view div.menu div.links a.link:hover{background:rgba(var(--color),.1)}div.dashboard-view div.double-view div.view,div.dashboard-view div.header{display:flex;flex-direction:column}div.dashboard-view div.header{gap:.5em;padding:2em 1em}div.dashboard-view div.header.--heavy{background:rgb(var(--background-second));border-bottom:1px solid rgb(var(--border))}div.dashboard-view div.header.--slim{padding:.5em 1em}div.dashboard-view div.header div.icon{display:flex;flex-direction:row;align-items:center;gap:1em;width:2em;height:2em;border-radius:var(--radius);background:rgb(var(--background));color:rgb(var(--tint));padding:.5em;border:1px solid rgba(var(--tint),.2)}div.dashboard-view div.header div.icon>span.iconify{font-size:2em}div.dashboard-view div.header div.title{display:flex;flex-direction:column;gap:.5em}div.dashboard-view div.header div.title>span.title{font-size:1.25em;font-weight:700;color:rgb(var(--color))}div.dashboard-view div.header div.title>span.text{font-size:1em;color:rgba(var(--color),.8)}div.dashboard-view div.header div.metas{display:flex;flex-direction:row;align-items:center;gap:1em}div.dashboard-view div.header a.meta,div.dashboard-view div.header div.meta{display:flex;flex-direction:row;align-items:center;gap:.5em;font-size:.8em;color:rgb(var(--color))}div.dashboard-view div.header a.meta span.iconify,div.dashboard-view div.header div.meta span.iconify{font-size:1.5em}div.dashboard-view div.header a.meta:hover{color:rgb(var(--tint))}div.dashboard-view div.header div.actions{display:flex;flex-direction:row;align-items:center;gap:.5em;margin-left:auto;font-size:.9em}div.dashboard-view div.header div.compo{display:flex;flex-direction:row;gap:2em}div.dashboard-view div.header div.compo.--center{align-items:center}div.view-wrapper{display:flex;flex-direction:column;flex:1;overflow-y:auto}@media(max-width:768px){div.account-dashboard{height:100vh;height:100dvh;overflow:hidden;position:relative}div.account-dashboard:before{content:"";position:fixed;inset:0;background:#00000080;z-index:90;opacity:0;visibility:hidden;transition:all .3s ease}div.account-dashboard.--sidebar-open:before{opacity:1;visibility:visible}div.account-dashboard div.dashboard-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:100;width:min(280px,85vw);max-width:320px;height:100vh;height:100dvh;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 20px #0000001a;overflow-y:auto}div.account-dashboard div.dashboard-sidebar.--open{transform:translate(0)}div.account-dashboard div.dashboard-sidebar div.sidebar-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem;background:rgb(var(--navigation-background));position:sticky;z-index:110;top:0}div.account-dashboard div.dashboard-sidebar div.sidebar-header div.brand{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1em;font-size:1.5rem;color:rgb(var(--color));flex:1;padding:0;border:none}div.account-dashboard div.dashboard-sidebar div.sidebar-header div.brand a{display:flex;flex-direction:row;align-items:center;color:rgb(var(--color));text-decoration:none;transition:all var(--transition)}div.account-dashboard div.dashboard-sidebar div.sidebar-header div.brand a:hover{color:rgb(var(--tint))}div.account-dashboard div.dashboard-sidebar div.sidebar-header button.close-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:rgb(var(--color));cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:all var(--transition);display:flex;align-items:center;justify-content:center;width:2.5rem;height:1.5rem;flex-shrink:0;margin-left:auto}div.account-dashboard div.dashboard-sidebar div.sidebar-header button.close-button:hover{background:rgba(var(--color),.1);color:rgb(var(--tint))}div.account-dashboard div.dashboard-sidebar div.sidebar-header button.close-button:active{transform:scale(.95)}div.account-dashboard div.dashboard-sidebar div.sidebar-header button.close-button span.iconify{font-size:1.25rem}div.account-dashboard div.dashboard-sidebar div.links a.link{padding:.75em .75rem}div.account-dashboard div.dashboard-sidebar div.links a.link span.text{font-size:.95rem}div.account-dashboard div.dashboard-sidebar div.links a.link span.iconify{font-size:1.25rem}div.account-dashboard div.dashboard-view{width:100%;margin-left:0;border-radius:0}div.account-dashboard div.view-toolbar{position:sticky;top:0;left:0;right:0;z-index:50;background:rgb(var(--background-second));border-bottom:1px solid rgb(var(--border));padding:.75rem 1rem}div.account-dashboard div.view-toolbar .mobile-menu-button{cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:background-color .2s ease}div.account-dashboard div.view-toolbar .mobile-menu-button:hover{background-color:rgba(var(--color),.1)}div.account-dashboard div.view-toolbar .mobile-menu-button span.iconify{font-size:1.5rem}div.account-dashboard div.view-toolbar div.search{flex:1;max-width:300px}div.account-dashboard div.view-toolbar div.search input{width:100%;min-width:0}div.account-dashboard div.view-toolbar div.tools.--right{margin-left:auto}div.account-dashboard div.view-toolbar div.tools a.tool,div.account-dashboard div.view-toolbar div.tools div.tool{padding:.5rem}div.account-dashboard div.view-toolbar div.tools a.tool span.text,div.account-dashboard div.view-toolbar div.tools div.tool span.text{display:none}div.account-dashboard div.view-toolbar div.tools a.tool span.iconify,div.account-dashboard div.view-toolbar div.tools div.tool span.iconify{font-size:1.25rem}}@media(max-width:480px){div.account-dashboard div.dashboard-sidebar{width:100vw;max-width:none}div.account-dashboard div.view-toolbar{padding:.5rem}div.account-dashboard div.view-toolbar div.search{max-width:none}div.account-dashboard div.view-toolbar div.search input{font-size:16px}}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(-50%) translate(-8px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.notifications-list[data-v-56c830f9]{display:flex;flex-direction:column;gap:.25em}.notification-item[data-v-56c830f9]{display:flex;align-items:flex-start;gap:1.5em;padding:1rem 2em;cursor:pointer;transition:all .2s ease;position:relative;opacity:.8}.notification-item[data-v-56c830f9]:hover{background:rgba(var(--color-background-secondary),.5)}.notification-item.--unread[data-v-56c830f9]{opacity:1}.notification-item.--unread .notification-title[data-v-56c830f9]{font-weight:600}.notification-icon[data-v-56c830f9]{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:2em;color:rgb(var(--tint))}.notification-content[data-v-56c830f9]{flex:1;min-width:0}.notification-header[data-v-56c830f9]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.notification-title[data-v-56c830f9]{display:flex;align-items:center;gap:2em;font-size:.95rem;font-weight:500;color:var(--color-text);margin:0;line-height:1.3;flex:1}.notification-title span.iconify[data-v-56c830f9]{font-size:2em}.notification-time[data-v-56c830f9]{font-size:.8rem;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.--compact .notification-time[data-v-56c830f9]{font-size:.75rem}.notification-text[data-v-56c830f9]{font-size:.9em;color:var(--color-text-muted);line-height:1.4;margin:0;white-space:pre-line}.notification-actions[data-v-56c830f9]{display:flex;gap:.5rem;margin-top:.75rem}.action-button[data-v-56c830f9]{padding:.4rem .8rem;font-size:.8rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.action-button.--primary[data-v-56c830f9]{background:rgb(var(--tint));color:#fff}.action-button.--primary[data-v-56c830f9]:hover{background:rgb(var(--tint),.8)}.action-button.--secondary[data-v-56c830f9]{background:rgba(var(--color),.1);color:var(--color);border:1px solid rgba(var(--color),.3)}.action-button.--secondary[data-v-56c830f9]:hover{background:rgba(var(--color),.2)}.action-button.--danger[data-v-56c830f9]{background:rgba(var(--red),.1);color:rgb(var(--red))}.action-button.--danger[data-v-56c830f9]:hover{background:rgba(var(--red),.2)}.unread-indicator[data-v-56c830f9]{position:absolute;left:0;top:0;bottom:0;width:3px;background:rgb(var(--tint))}.management-actions[data-v-56c830f9]{display:flex;align-items:center;gap:.25rem;opacity:0;transition:opacity .2s ease}.notification-item:hover .management-actions[data-v-56c830f9]{opacity:1}.action-btn[data-v-56c830f9]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid rgba(var(--color-border),.3);border-radius:6px;color:var(--color-text-muted);cursor:pointer;transition:all .2s ease}.action-btn[data-v-56c830f9]:hover{background:rgba(var(--color-border),.1);color:var(--color-text)}.action-btn.mark-read[data-v-56c830f9]:hover{background:rgba(var(--green),.1);color:rgb(var(--green));border-color:rgba(var(--green),.3)}.action-btn.archive[data-v-56c830f9]:hover{background:rgba(var(--orange),.1);color:rgb(var(--orange));border-color:rgba(var(--orange),.3)}.action-btn.delete[data-v-56c830f9]:hover{background:rgba(var(--red),.1);color:rgb(var(--red));border-color:rgba(var(--red),.3)}.notifications-empty[data-v-56c830f9]{display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;color:var(--color-text-muted);text-align:center}.notifications-empty span.iconify[data-v-56c830f9]{font-size:3rem;margin-bottom:1rem;opacity:.5;color:rgb(var(--green))}.notifications-empty p[data-v-56c830f9]{margin:0;font-size:.9rem}.notifications-list.--compact .notification-item[data-v-56c830f9]{padding:.75rem 1rem}.notifications-list.--compact .notification-item[data-v-56c830f9]:last-child{border-bottom:none}.notifications-list.--compact .management-actions[data-v-56c830f9]{display:none}.presence-status[data-v-8ec5cd18]{position:relative;cursor:pointer;transition:all .2s ease}.presence-status[data-v-8ec5cd18]:hover{background-color:rgba(var(--tint),.1)}.presence-status.--online .presence-icon[data-v-8ec5cd18]{color:rgb(var(--green))}.presence-status.--busy .presence-icon[data-v-8ec5cd18]{color:rgb(var(--yellow))}.presence-status.--invisible .presence-icon[data-v-8ec5cd18]{color:rgba(var(--color),.5)}.presence-status.--offline .presence-icon[data-v-8ec5cd18]{color:rgb(var(--red))}@media(max-width:768px){.presence-status .presence-indicator[data-v-8ec5cd18]{display:none}}.presence-status .presence-indicator[data-v-8ec5cd18]{position:absolute;bottom:0;right:0;width:6px;height:6px;border-radius:50%;border:2px solid rgb(var(--background));background:currentColor}.notifications-trigger[data-v-8ec5cd18]{position:relative;cursor:pointer}.notification-icon[data-v-8ec5cd18]{position:relative;display:inline-flex;align-items:center}.notification-badge[data-v-8ec5cd18]{position:absolute;top:0;right:-8px;background:rgb(var(--red));color:#fff;font-size:.7rem;font-weight:600;padding:.2rem;border-radius:10px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0000001a;z-index:1;animation:pulse-notification-8ec5cd18 2s infinite}@keyframes pulse-notification-8ec5cd18{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media(max-width:768px){.notification-badge[data-v-8ec5cd18]{top:-6px;right:-6px;font-size:.65rem;min-width:14px;height:14px;padding:.15rem .3rem}}.welcome-home[data-v-afb18332]{background:rgb(var(--background));border-radius:1.5em;position:relative;overflow:hidden;border:1px solid rgb(var(--border))}.welcome-content[data-v-afb18332],.welcome-home[data-v-afb18332]{display:flex;flex-direction:column}.welcome-content[data-v-afb18332]{height:100%}.hero-section[data-v-afb18332]{position:relative;padding:3em 2em;text-align:center;background:linear-gradient(135deg,rgba(var(--tint),.1) 0,rgba(var(--tint),.05));overflow:hidden}.hero-background[data-v-afb18332]{position:absolute;inset:0;pointer-events:none}.gradient-orb[data-v-afb18332]{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3;animation:float-afb18332 6s ease-in-out infinite}.gradient-orb.orb-1[data-v-afb18332]{width:120px;height:120px;background:rgb(var(--blue));top:20%;left:15%;animation-delay:0s}.gradient-orb.orb-2[data-v-afb18332]{width:80px;height:80px;background:rgb(var(--purple));top:60%;right:20%;animation-delay:2s}.gradient-orb.orb-3[data-v-afb18332]{width:100px;height:100px;background:rgb(var(--tint));bottom:20%;left:60%;animation-delay:4s}@keyframes float-afb18332{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content[data-v-afb18332]{position:relative;z-index:1}.brand-logo[data-v-afb18332]{margin-bottom:2em}.brand-logo svg[data-v-afb18332]{width:auto;height:32px;filter:drop-shadow(0 4px 8px rgba(var(--tint),.2))}.hero-title[data-v-afb18332]{font-size:2em;font-weight:800;line-height:1.2;margin:0 0 1em;color:rgb(var(--text))}.hero-title .gradient-text[data-v-afb18332]{background:linear-gradient(45deg,rgb(var(--tint)),rgb(var(--blue)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-afb18332]{font-size:1em;color:rgb(var(--text-light));max-width:500px;margin:0 auto}.options-section[data-v-afb18332]{padding:2em;flex:1}.options-grid[data-v-afb18332]{display:grid;grid-template-columns:1fr 1fr;gap:1.5em}.option-card[data-v-afb18332]{position:relative;background:rgb(var(--surface));border:2px solid rgb(var(--border));border-radius:1.5em;padding:1.8em;cursor:pointer;transition:all .3s ease;overflow:hidden;min-height:280px;display:flex;flex-direction:column}.option-card[data-v-afb18332]:hover{transform:translateY(-4px)}.option-card:hover .card-action[data-v-afb18332]{transform:translate(4px)}.option-card.create-team[data-v-afb18332]{--tint:var(--blue)}.option-card.join-team[data-v-afb18332]{--tint:var(--purple)}.option-card[data-v-afb18332]:hover{border-color:rgb(var(--tint));box-shadow:0 20px 40px rgba(var(--tint),.15)}.card-background[data-v-afb18332]{position:absolute;top:0;right:0;width:100px;height:100px;opacity:.1;overflow:hidden}.pattern-dots[data-v-afb18332]{background-image:radial-gradient(circle,rgb(var(--blue)) 2px,transparent 2px);background-size:20px 20px;width:100%;height:100%}.pattern-grid[data-v-afb18332]{background-image:linear-gradient(rgb(var(--purple)) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--purple)) 1px,transparent 1px);background-size:15px 15px;width:100%;height:100%}.card-icon[data-v-afb18332]{width:64px;height:64px;border-radius:1em;display:flex;align-items:center;justify-content:center;margin-bottom:1.5em;font-size:2em;position:relative;z-index:1}.create-team .card-icon[data-v-afb18332]{background:linear-gradient(135deg,rgba(var(--blue),.1),rgba(var(--blue),.2));color:rgb(var(--blue))}.join-team .card-icon[data-v-afb18332]{background:linear-gradient(135deg,rgba(var(--purple),.1),rgba(var(--purple),.2));color:rgb(var(--purple))}.card-content[data-v-afb18332]{flex:1;position:relative;z-index:1}.card-title[data-v-afb18332]{font-size:1.5em;font-weight:700;margin:0 0 .75em;color:rgb(var(--text))}.card-description[data-v-afb18332]{font-size:1em;color:rgb(var(--text-light));line-height:1.5;margin:0 0 1.5em}.card-features[data-v-afb18332]{display:flex;flex-direction:column;gap:.5em}.feature-item[data-v-afb18332]{display:flex;align-items:center;gap:.5em;font-size:.875em;color:rgb(var(--text-light))}.feature-item .iconify[data-v-afb18332]{color:rgb(var(--green));font-size:.875em}.card-action[data-v-afb18332]{display:flex;align-items:center;justify-content:space-between;margin-top:1.5em;padding-top:1.5em;border-top:1px solid rgb(var(--border));transition:transform .2s ease;position:relative;z-index:1}.action-text[data-v-afb18332]{font-weight:600;color:rgb(var(--tint))}.form-content[data-v-afb18332]{display:flex;flex-direction:column;height:100%}.form-header[data-v-afb18332]{position:relative;padding:2em;background:linear-gradient(135deg,rgba(var(--tint),.1) 0,rgba(var(--tint),.05));border-radius:1.5em 1.5em 0 0}.back-button[data-v-afb18332]{position:absolute;top:1.5em;left:1.5em;width:40px;height:40px;border-radius:.75em;border:1px solid rgb(var(--border));background:rgb(var(--surface));color:rgb(var(--text));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.back-button[data-v-afb18332]:hover{border-color:rgb(var(--tint));transform:translate(-2px)}.form-title-section[data-v-afb18332]{text-align:center;padding-top:1em}.form-icon[data-v-afb18332]{width:44px;height:44px;border-radius:.6em;background:linear-gradient(135deg,rgba(var(--tint),.1),rgba(var(--tint),.2));color:rgb(var(--tint));display:flex;align-items:center;justify-content:center;margin:0 auto .5em;font-size:2em}.form-title[data-v-afb18332]{font-size:2em;font-weight:700;margin:0 0 .5em;color:rgb(var(--text))}.form-subtitle[data-v-afb18332]{font-size:1em;color:rgb(var(--text-light));margin:0}.form-notice[data-v-afb18332]{margin:1.5em 2em;padding:1.5em;background:rgba(var(--yellow),.1);border:1px solid rgba(var(--yellow),.2);border-radius:1em;display:flex;gap:1em}.notice-icon[data-v-afb18332]{color:rgb(var(--yellow));font-size:1.5em;flex-shrink:0}.notice-content[data-v-afb18332]{flex:1}.notice-title[data-v-afb18332]{font-size:1em;font-weight:600;margin:0 0 .5em;color:rgb(var(--text))}.notice-text[data-v-afb18332]{font-size:.875em;color:rgb(var(--text-light));margin:0;line-height:1.4}.form-container[data-v-afb18332]{flex:1;padding:2em}.form-grid[data-v-afb18332]{display:grid;grid-template-columns:1fr 1fr;gap:1.5em}.form-group[data-v-afb18332]{display:flex;flex-direction:column;gap:.75em}.form-group.full-width[data-v-afb18332]{grid-column:1/-1}.form-label[data-v-afb18332]{display:flex;align-items:center;gap:.5em;font-size:.875em;font-weight:600;color:rgb(var(--text))}.form-label .iconify[data-v-afb18332]{color:rgb(var(--tint))}.form-input[data-v-afb18332]{padding:.875em 1em;border:2px solid rgb(var(--border));border-radius:.75em;font-size:1em;background:rgb(var(--surface));color:rgb(var(--text));transition:all .2s ease}.form-input[data-v-afb18332]:focus{outline:none;border-color:rgb(var(--tint));box-shadow:0 0 0 3px rgba(var(--tint),.1)}.form-input[data-v-afb18332]::-moz-placeholder{color:rgba(var(--color),.5)}.form-input[data-v-afb18332]::placeholder{color:rgba(var(--color),.5)}.select-wrapper[data-v-afb18332]{position:relative}.form-select[data-v-afb18332]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.875em 3em .875em 1em;border:2px solid rgb(var(--border));border-radius:.75em;font-size:1em;background:rgb(var(--surface));color:rgb(var(--text));width:100%;cursor:pointer;transition:all .2s ease}.form-select[data-v-afb18332]:focus{outline:none;border-color:rgb(var(--tint));box-shadow:0 0 0 3px rgba(var(--tint),.1)}.select-icon[data-v-afb18332]{position:absolute;right:1em;top:50%;transform:translateY(-50%);color:rgb(var(--text-light));pointer-events:none}.info-content[data-v-afb18332]{display:flex;flex-direction:column;height:100%}.info-header[data-v-afb18332]{position:relative;padding:2em;background:linear-gradient(135deg,rgba(var(--purple),.1) 0,rgba(var(--purple),.05));border-radius:1.5em 1.5em 0 0}.info-title-section[data-v-afb18332]{text-align:center;padding-top:1em}.info-icon[data-v-afb18332]{width:64px;height:64px;border-radius:1em;background:linear-gradient(135deg,rgba(var(--purple),.1),rgba(var(--purple),.2));color:rgb(var(--purple));display:flex;align-items:center;justify-content:center;margin:0 auto 1.5em;font-size:2em}.info-title[data-v-afb18332]{font-size:2em;font-weight:700;margin:0 0 .5em;color:rgb(var(--text))}.info-subtitle[data-v-afb18332]{font-size:1em;color:rgb(var(--text-light));margin:0}.info-card[data-v-afb18332]{flex:1;padding:2em;display:flex;flex-direction:column;gap:2em}.info-visual[data-v-afb18332]{text-align:center}.invitation-graphic[data-v-afb18332]{display:inline-flex;align-items:center;gap:1em;padding:1.5em;background:rgba(var(--purple),.05);border-radius:1em;border:1px solid rgba(var(--purple),.1)}.invitation-icon[data-v-afb18332],.team-icon[data-v-afb18332]{width:48px;height:48px;border-radius:.75em;display:flex;align-items:center;justify-content:center;font-size:1.5em}.invitation-icon[data-v-afb18332]{background:rgba(var(--blue),.1);color:rgb(var(--blue))}.team-icon[data-v-afb18332]{background:rgba(var(--purple),.1);color:rgb(var(--purple))}.invitation-arrow[data-v-afb18332]{color:rgb(var(--tint));font-size:1.5em}.steps-title[data-v-afb18332]{font-size:1.25em;font-weight:600;margin:0 0 1.5em;color:rgb(var(--text))}.steps-list[data-v-afb18332]{display:flex;flex-direction:column;gap:1.5em}.step-item[data-v-afb18332]{gap:1em}.step-item[data-v-afb18332],.step-number[data-v-afb18332]{display:flex;align-items:center}.step-number[data-v-afb18332]{width:32px;height:32px;border-radius:50%;background:rgb(var(--tint));color:#fff;justify-content:center;font-weight:600;font-size:.875em;flex-shrink:0}.step-content[data-v-afb18332]{flex:1}.step-content h4[data-v-afb18332]{font-size:1em;font-weight:600;margin:0 0 .5em;color:rgb(var(--text))}.step-content p[data-v-afb18332]{font-size:.875em;color:rgb(var(--text-light));margin:0;line-height:1.4}.form-actions[data-v-afb18332],.info-actions[data-v-afb18332],.welcome-actions[data-v-afb18332]{display:flex;align-items:center;justify-content:space-between;padding:2em;border-top:1px solid rgb(var(--border))}@media(max-width:768px){.hero-title[data-v-afb18332]{font-size:2em}.hero-subtitle[data-v-afb18332]{font-size:1em}.form-grid[data-v-afb18332],.options-grid[data-v-afb18332]{grid-template-columns:1fr}.form-actions[data-v-afb18332],.info-actions[data-v-afb18332]{flex-direction:column;gap:1em;align-items:stretch}}@media(max-width:480px){.form-header[data-v-afb18332],.hero-section[data-v-afb18332],.info-header[data-v-afb18332]{padding:2em 1.5em}.form-container[data-v-afb18332],.info-card[data-v-afb18332],.option-card[data-v-afb18332],.options-section[data-v-afb18332]{padding:1.5em}.option-card[data-v-afb18332]{min-height:240px}}div.list{display:flex;flex-direction:column;gap:1em}div.list a.item,div.list div.item{display:flex;flex-direction:row;gap:2em;padding:.5em 1em;border-radius:var(--radius);transition:all var(--transition);color:rgb(var(--color));text-decoration:none}div.list a.item.--center,div.list div.item.--center{align-items:center}div.list a.item>span.iconify,div.list div.item>span.iconify{font-size:2em}div.list a.item>div.icon,div.list div.item>div.icon{display:flex;align-items:center;justify-content:center;width:2em;height:2em;font-size:1.5em;color:rgb(var(--color));background:rgb(var(--background));border-radius:var(--radius);transition:all var(--transition);border:1px solid rgb(var(--border))}div.list a.item>div.content,div.list div.item>div.content{display:flex;flex-direction:column;gap:.5em}div.list a.item>div.content.--flex,div.list div.item>div.content.--flex{flex:1}div.list a.item>div.content.--inline,div.list div.item>div.content.--inline{flex-direction:row;align-items:center;gap:1em}div.list a.item>div.content>div.head,div.list div.item>div.content>div.head{display:flex;flex-direction:row;align-items:center;gap:1em}div.list a.item>div.content>div.head>span.title,div.list div.item>div.content>div.head>span.title{font-size:1em;font-weight:700}div.list a.item>div.content>div.head div.title,div.list div.item>div.content>div.head div.title{display:flex;flex-direction:column;gap:.5em}div.list a.item>div.content>div.head div.title>span.title,div.list div.item>div.content>div.head div.title>span.title{font-size:1em;font-weight:700;color:rgb(var(--color))}div.list a.item>div.content>div.head div.title>span.text,div.list div.item>div.content>div.head div.title>span.text{font-size:.85em;color:rgb(var(--color))}div.list a.item>div.content>div.head div.title>span.iconify,div.list div.item>div.content>div.head div.title>span.iconify{font-size:1.5em;color:rgb(var(--tint))}div.list a.item>div.content>.title,div.list div.item>div.content>.title{font-size:1em;font-weight:700}div.list a.item>div.content>.text,div.list div.item>div.content>.text{font-size:.8em;color:rgb(var(--color))}div.list a.item>div.content>div.details,div.list div.item>div.content>div.details{display:flex;flex-direction:column;gap:.25em}div.list a.item>div.content>div.details>span.title,div.list div.item>div.content>div.details>span.title{font-size:1em;font-weight:700}div.list a.item>div.content>div.details>span.text,div.list div.item>div.content>div.details>span.text{font-size:.8em;color:rgb(var(--color))}div.list a.item>div.content>div.actions,div.list div.item>div.content>div.actions{display:flex;flex-direction:row;align-items:center;gap:1.5em;margin-top:.5em}div.list a.item>div.content>div.actions>div.checboxes,div.list div.item>div.content>div.actions>div.checboxes{display:flex;flex-direction:row;align-items:center;gap:1.5em}div.list a.item>div.content>div.actions>div.checboxes>div.checkbox,div.list div.item>div.content>div.actions>div.checboxes>div.checkbox{display:flex;flex-direction:row;align-items:center;gap:.5em;font-size:.8em}div.list a.item>div.content>div.actions>div.checboxes>div.checkbox input,div.list div.item>div.content>div.actions>div.checboxes>div.checkbox input{margin:0}div.list a.item>div.content>div.actions>div.radios,div.list div.item>div.content>div.actions>div.radios{display:flex;flex-direction:row;align-items:center;gap:1.5em}div.list a.item>div.content>div.actions>div.radios>div.radio,div.list div.item>div.content>div.actions>div.radios>div.radio{display:flex;flex-direction:row;align-items:center;gap:.5em;font-size:.8em}div.list a.item>div.content>div.actions>div.radios>div.radio input,div.list div.item>div.content>div.actions>div.radios>div.radio input{margin:0}div.list a.item>div.actions,div.list div.item>div.actions{display:flex;flex-direction:row;align-items:center;gap:.5em;margin-left:auto}div.massive{display:flex;flex-direction:column;background:linear-gradient(rgba(var(--tint),.25),transparent);color:rgb(var(--shade-color));gap:1em;padding:5em 0}div.massive div.content{display:flex;flex-direction:row;justify-content:space-between}div.massive div.content div.head{display:flex;flex-direction:column;gap:.5em;padding:0 1em}div.massive div.content div.head>span.name{display:flex;flex-direction:row;align-items:center;gap:.25em;font-size:1.5em;font-weight:500}div.massive div.content div.head>span.title{display:flex;flex-direction:row;align-items:center;gap:.25em;font-size:2.25em;font-weight:400}div.massive div.content div.actions{display:flex;flex-direction:column;gap:1em;width:240px}div.massive div.content div.actions a.button{padding:.5em 1em;justify-content:start;text-align:left;gap:1.5em}@media(max-width:768px){div.massive{padding:2em 0}div.massive div.content{flex-direction:column;align-items:center;justify-content:center;gap:2em}div.massive div.content div.head>span.name{font-size:1.25em}div.massive div.content div.head>span.title{font-size:2em}}div.zones-wrapper{display:flex;flex-direction:column;padding:1em;gap:1em}div.zones-wrapper.--large-gap{gap:2em}div.zones-wrapper.--flex-full{display:flex;flex-direction:column;flex:1}div.zones-wrapper.--inline{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em}div.zones-wrapper.--no-padding{padding:0}div.zones-wrapper div.zone{display:flex;flex-direction:column;background:rgb(var(--background-second));border:1px solid rgb(var(--border));border-radius:var(--radius);box-shadow:var(--shadow)}div.zones-wrapper div.zone.--small{width:300px}div.zones-wrapper div.zone.--large{width:500px}div.zones-wrapper div.zone.--flex{flex:1}div.zones-wrapper div.zone>div.head{display:flex;flex-direction:column;gap:.5em;padding:1em .25em;min-height:2em}div.zones-wrapper div.zone>div.head div.group{display:flex;flex-direction:row;align-items:center;gap:2em;padding:0 1em;flex:1}div.zones-wrapper div.zone>div.head div.group>span.iconify{font-size:2em;color:rgb(var(--color))}div.zones-wrapper div.zone>div.head div.title{display:flex;flex-direction:column;gap:.5em}div.zones-wrapper div.zone>div.head div.title>span.title{font-size:1em;font-weight:700;color:rgb(var(--color))}div.zones-wrapper div.zone>div.head div.title>span.text{font-size:1em;color:rgb(var(--color))}div.zones-wrapper div.zone>div.head div.title>span.iconify{font-size:1.5em;color:rgb(var(--tint))}div.zones-wrapper div.zone>div.head div.actions{display:flex;flex-direction:row;align-items:center;gap:.5em;margin-left:auto}div.zones-wrapper div.zone>div.head div.actions a.action{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em;width:2em;height:2em;border-radius:var(--radius);transition:all var(--transition);background:rgba(var(--color),.1);color:rgb(var(--color))}div.zones-wrapper div.zone>div.head div.actions a.action:hover{background:rgba(var(--color),.2)}div.zones-wrapper div.zone>div.head div.actions a.action.--right{margin-left:auto}div.zones-wrapper div.zone>div.head div.sub{display:flex;flex-direction:row;align-items:center;gap:.5em;font-size:.8em;color:rgb(var(--tint))}div.zones-wrapper div.zone>div.head div.sub span.iconify{font-size:1.5em}div.zones-wrapper div.zone>div.head div.status{display:flex;flex-direction:row;align-items:center;gap:.5em;font-size:.8em;color:rgb(var(--tint))}div.zones-wrapper div.zone>div.head div.status span.iconify{font-size:1.5em}div.zones-wrapper div.zone>div.content{display:flex;flex-direction:column;gap:1em;padding:1em;flex:1;background:rgb(var(--background));border-radius:var(--radius);border:1px solid rgb(var(--border));margin:5px}div.zones-wrapper div.zone>div.content.--small-padding{padding:.5em}div.zones-wrapper div.zone>div.content.--no-padding{padding:0}div.zones-wrapper div.zone>div.content div.text{padding:0 1em;font-size:1em}div.zones-wrapper div.zone>div.content div.spacer{flex:1}div.zones-wrapper div.zone>div.content div.tree{display:flex;flex-direction:column;gap:.5em;padding:0 1em}div.zones-wrapper div.zone>div.content div.tree>div.item{display:flex;flex-direction:row;align-items:center;gap:.5em;padding:.5em 0;font-size:1em}div.zones-wrapper div.zone>div.content div.tree>div.item>span.iconify{font-size:2em;color:rgb(var(--tint))}div.zones-wrapper div.zone>div.content div.inline-view{display:flex;flex-direction:row}div.zones-wrapper div.zone>div.content div.inline-view.--gap{gap:1em}div.zones-wrapper div.zone>div.content div.inline-view>div.item{display:flex;flex-direction:column}div.zones-wrapper div.zone>div.content div.inline-view>div.item.--small{width:300px}div.zones-wrapper div.zone>div.content div.inline-view>div.item.--flex{flex:1}@media(max-width:768px){div.zones-wrapper{padding:0}div.zones-wrapper.--inline{flex-direction:column;gap:1em}div.zones-wrapper.--large-gap{gap:1em}}div.placeholder{flex-direction:column;flex:1;gap:3em;padding:1em;font-size:1em}div.placeholder,div.placeholder>div.icon{display:flex;align-items:center;justify-content:center}div.placeholder>div.icon{flex-direction:row;color:rgb(var(--color));font-size:3em}div.placeholder>div.text{display:flex;flex-direction:column;text-align:center;gap:.5em}div.placeholder>div.text>div.title{font-size:1.5em;font-weight:600}div.placeholder>div.text>div.sub{font-size:1em}div.placeholder>div.actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1em}span.label{display:inline-flex;flex-direction:row;align-items:center;gap:.5em;border-radius:var(--radius);background:rgba(var(--tint),.1);color:rgb(var(--tint));padding:.5em 1em;width:-moz-fit-content;width:fit-content}span.label,span.label>span.text{font-size:.8em}span.label>span.iconify{font-size:1.1em}div.table{display:flex;flex-direction:column;border:1px solid rgb(var(--border));border-radius:var(--radius);container-type:inline-size}div.table.--flat{border:none}div.table table{display:table;width:100%;border-collapse:collapse}@container (max-width: 768px){div.table table,div.table table thead,div.table table thead tr{display:block}div.table table thead tr th{display:block;padding:.5em 1em;font-size:.9em}div.table table thead tr th:first-child,div.table table thead tr th:last-child{padding-left:1em;padding-right:1em}div.table table tbody{display:block}div.table table tbody tr{display:block;margin-bottom:.5em;border:1px solid rgba(var(--border),.5);border-radius:var(--radius)}div.table table tbody tr td{display:block;padding:.5em 1em;border-bottom:1px solid rgba(var(--color),.05)}div.table table tbody tr td:first-child,div.table table tbody tr td:last-child{padding-left:1em;padding-right:1em}div.table table tbody tr td:last-child{border-bottom:none}div.table table tbody tr:last-child{margin-bottom:0}}@media(max-width:768px)and (min-width:481px){div.table table{font-size:.9em}div.table table td,div.table table th{padding:.75em}div.table table td:first-child,div.table table th:first-child{padding-left:1em}div.table table td:last-child,div.table table th:last-child{padding-right:1em}}@media(max-width:480px){div.table table{overflow-x:auto}div.table table:not(:has(tbody tr)){min-width:100%}}div.table table thead{display:table-header-group;vertical-align:middle;border-color:inherit;border-bottom:1px solid rgb(var(--border))}div.table table thead tr{display:table-row;vertical-align:inherit;border-color:inherit}div.table table thead tr th{display:table-cell;vertical-align:inherit;border-color:inherit;padding:1em;font-size:1em;font-weight:700;text-align:left}div.table table thead tr th:first-child{padding-left:2em}div.table table thead tr th:last-child{padding-right:2em}div.table table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}div.table table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}div.table table tbody tr:last-child td{border-bottom:none}div.table table tbody tr:hover td{background-color:rgba(var(--tint),.1)}div.table table tbody tr td{display:table-cell;vertical-align:inherit;border-color:inherit;padding:1em;font-size:1em;color:rgb(var(--color));border-bottom:1px solid rgba(var(--color),.1);transition:all var(--transition);cursor:pointer}div.table table tbody tr td:first-child{padding-left:2em}div.table table tbody tr td:last-child{padding-right:2em}div.table table tbody tr td div.meta{display:flex;flex-direction:row;align-items:center;gap:1em}div.table table tbody tr td div.meta>span.iconify{font-size:1.5em}div.table table tbody tr.--selected{background-color:rgba(var(--tint),.3);color:rgb(var(--tint))}div.table table tbody tr.--disabled{opacity:.5;pointer-events:none}
