@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap");.ssz-desk{--theme-brand_primary:255,42,217;--theme-brand_secondary:41,113,213;--theme-brand_gradient:linear-gradient(to top right,rgb(var(--theme-brand_primary)),rgb(var(--theme-brand_secondary)));--theme-page_background:11,11,14;--theme-area_background:18,20,25;--theme-area_background_light:24,27,34;--theme-area_background_lighter:29,32,41;--theme-area_background_veryLight:46,51,65;--theme-text_color:167,170,183;--theme-link:255,255,255;--theme-radius_main:8px;--desk-sidebar-width:248px;min-height:100vh;background:rgb(var(--theme-page_background));color:rgb(var(--theme-text_color));font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.ssz-desk *,.ssz-desk :after,.ssz-desk :before{box-sizing:border-box}.ssz-desk__layout{display:grid;min-height:100vh}@media (min-width:1024px){.ssz-desk__layout{grid-template-columns:var(--desk-sidebar-width) 1fr}}.ssz-desk__sidebar{position:relative;display:flex;flex-direction:column;background:rgb(var(--theme-area_background));border-bottom:1px solid rgb(var(--theme-area_background_veryLight))}@media (min-width:1024px){.ssz-desk__sidebar{border-bottom:none;border-right:1px solid rgb(var(--theme-area_background_veryLight))}}.ssz-desk__sidebar:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 0,rgb(var(--theme-brand_primary)/.08),transparent 45%);pointer-events:none}.ssz-desk__brand{position:relative;padding:1.35rem 1.25rem 1rem}.ssz-desk__brand-title{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1.1}.ssz-desk__brand-title .accent{background:var(--theme-brand_gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ssz-desk__brand-sub{margin:.35rem 0 0;font-size:.65rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--theme-text_color));opacity:.75}.ssz-desk__nav{position:relative;display:flex;gap:.25rem;overflow-x:auto;padding:0 .65rem 1rem;scrollbar-width:none}.ssz-desk__nav::-webkit-scrollbar{display:none}@media (min-width:1024px){.ssz-desk__nav{flex-direction:column;overflow:visible;flex:1;padding-bottom:.5rem}}.ssz-desk__nav-link{display:block;white-space:nowrap;padding:.55rem .85rem;border-radius:var(--theme-radius_main);font-size:.875rem;font-weight:500;color:rgb(var(--theme-text_color));text-decoration:none;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.ssz-desk__nav-link:hover{color:#fff;background:rgb(var(--theme-area_background_lighter))}.ssz-desk__nav-link.is-active{color:#fff;background:var(--theme-brand_gradient);background-size:200% auto;box-shadow:0 4px 14px rgb(var(--theme-brand_primary)/.35)}.ssz-desk__footer{position:relative;display:none;margin-top:auto;padding:1rem 1.25rem;border-top:1px solid rgb(var(--theme-area_background_veryLight));font-size:.75rem;color:rgb(var(--theme-text_color))}@media (min-width:1024px){.ssz-desk__footer{display:block}}.ssz-desk__signout{display:block;margin-top:.5rem;padding:0;border:none;background:none;font:inherit;font-size:.75rem;color:rgb(var(--theme-brand_primary));cursor:pointer;text-decoration:underline;text-underline-offset:2px}.ssz-desk__signout:hover{color:#fff}.ssz-desk__main{padding:1.75rem 1.25rem 3rem}@media (min-width:640px){.ssz-desk__main{padding:2rem 2rem 3.5rem}}.ssz-desk .desk-page-title{margin:0;font-size:clamp(1.65rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.15}.ssz-desk .desk-page-desc{margin:.4rem 0 0;font-size:.875rem;color:rgb(var(--theme-text_color));line-height:1.5}.ssz-desk .desk-section-title{margin:0;font-size:1.05rem;font-weight:600;color:#fff;letter-spacing:-.01em}.ssz-desk .desk-label{display:block;margin-bottom:.4rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--theme-text_color))}.ssz-desk .desk-card{background:rgb(var(--theme-area_background_light));border:1px solid rgb(var(--theme-area_background_veryLight));border-radius:calc(var(--theme-radius_main) + 2px);padding:1.25rem 1.35rem;box-shadow:0 5px 16px rgb(0 0 0/.22)}.ssz-desk .desk-card+.desk-card{margin-top:0}.ssz-desk .desk-stat-card{background:rgb(var(--theme-area_background_light));border:1px solid rgb(var(--theme-area_background_veryLight));border-radius:calc(var(--theme-radius_main) + 2px);padding:1.1rem 1.25rem;box-shadow:inset 0 1px 0 rgb(255 255 255/.03)}.ssz-desk .desk-stat-label{margin:0;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--theme-text_color))}.ssz-desk .desk-stat-value{margin:.5rem 0 0;font-size:1.75rem;font-weight:700;color:#fff;line-height:1}.ssz-desk .desk-stat-value.accent{background:var(--theme-brand_gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ssz-desk input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]),.ssz-desk select,.ssz-desk textarea{width:100%;padding:.65rem .85rem;border:1px solid rgb(var(--theme-area_background_veryLight));border-radius:var(--theme-radius_main);background:rgb(var(--theme-area_background));color:#fff;font-size:.875rem;font-family:inherit;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease}.ssz-desk input::-moz-placeholder,.ssz-desk textarea::-moz-placeholder{color:rgb(var(--theme-text_color));opacity:.55}.ssz-desk input::placeholder,.ssz-desk textarea::placeholder{color:rgb(var(--theme-text_color));opacity:.55}.ssz-desk input:focus,.ssz-desk select:focus,.ssz-desk textarea:focus{outline:none;border-color:rgb(var(--theme-brand_primary)/.65);box-shadow:0 0 0 3px rgb(var(--theme-brand_primary)/.18)}.ssz-desk select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;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='%23a7aab7' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.ssz-desk select option{background:rgb(var(--theme-area_background_light));color:#fff}.ssz-desk textarea{resize:vertical;min-height:6rem}.ssz-desk .desk-btn-primary,.ssz-desk button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border:none;border-radius:var(--theme-radius_main);background:var(--theme-brand_gradient);background-size:200% auto;color:#fff;font-size:.8125rem;font-weight:600;font-family:inherit;letter-spacing:.02em;cursor:pointer;transition:background-position .35s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgb(var(--theme-brand_primary)/.3)}.ssz-desk .desk-btn-primary:hover:not(:disabled),.ssz-desk button[type=submit]:hover:not(:disabled){background-position:60%;box-shadow:0 6px 20px rgb(var(--theme-brand_primary)/.4)}.ssz-desk .desk-btn-primary:active:not(:disabled),.ssz-desk button[type=submit]:active:not(:disabled){transform:scale(.98)}.ssz-desk .desk-btn-primary:disabled,.ssz-desk button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.ssz-desk .desk-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;border:1px solid rgb(var(--theme-area_background_veryLight));border-radius:var(--theme-radius_main);background:rgb(var(--theme-area_background));color:#fff;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease}.ssz-desk .desk-btn-ghost:hover{background:rgb(var(--theme-area_background_lighter));border-color:rgb(var(--theme-text_color)/.35)}.ssz-desk .desk-list{margin:0;padding:0;list-style:none}.ssz-desk .desk-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgb(var(--theme-area_background_veryLight));font-size:.875rem;color:rgb(var(--theme-text_color))}.ssz-desk .desk-list-item:last-child{border-bottom:none}.ssz-desk .desk-list-item .title,.ssz-desk .desk-list-item strong{color:#fff;font-weight:500}.ssz-desk .desk-list-item button{width:100%;text-align:left;padding:.75rem 0;border:none;border-bottom:1px solid rgb(var(--theme-area_background_veryLight));background:none;font:inherit;color:inherit;cursor:pointer;transition:color .15s ease}.ssz-desk .desk-link,.ssz-desk .desk-list-item button:hover{color:rgb(var(--theme-brand_primary))}.ssz-desk .desk-link{text-decoration:underline;text-underline-offset:2px;font-size:.875rem}.ssz-desk .desk-link:hover{color:#fff}.ssz-desk .desk-form{display:flex;flex-direction:column;gap:.85rem}.ssz-desk .desk-form-row{display:grid;gap:.85rem}@media (min-width:640px){.ssz-desk .desk-form-row.cols-2{grid-template-columns:1fr 1fr}}.ssz-desk .desk-field{display:block}.ssz-desk .desk-field-hint{display:block;margin-top:.35rem;font-size:.75rem;color:rgb(var(--theme-text_color));opacity:.75}.ssz-desk .desk-field-error{display:block;margin-top:.35rem;font-size:.75rem;color:#f87171}.ssz-desk .desk-grid-2{display:grid;gap:1.25rem;align-items:start}@media (min-width:1024px){.ssz-desk .desk-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem}}.ssz-desk .desk-bar-track{flex:1;height:2rem;border-radius:var(--theme-radius_main);background:rgb(var(--theme-area_background));overflow:hidden}.ssz-desk .desk-bar-fill{height:100%;border-radius:inherit;background:var(--theme-brand_gradient);background-size:200% auto}.ssz-desk .desk-pre{margin:0;padding:.85rem 1rem;border:1px solid rgb(var(--theme-area_background_veryLight));border-radius:var(--theme-radius_main);background:rgb(var(--theme-area_background));color:rgb(var(--theme-text_color));font-size:.75rem;overflow:auto}.ssz-desk__loading{display:flex;min-height:100vh;align-items:center;justify-content:center;background:rgb(var(--theme-page_background));color:rgb(var(--theme-text_color));font-family:Roboto,sans-serif}