.accordion-root{border-radius:6px;width:100%;background-color:#fff}.accordion-item{overflow:hidden;margin-top:1px}.accordion-item:first-child{margin-top:0;border-top-left-radius:4px;border-top-right-radius:4px}.accordion-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.accordion-item:focus-within{position:relative;z-index:1}.accordion-header{display:flex;margin:4px 0}.accordion-trigger{font-family:inherit;padding:0 20px;height:45px;flex:1 1;display:flex;align-items:center;justify-content:space-between;font-size:15px;line-height:1;color:#404a61;background-color:#fff}.accordion-trigger:focus{outline:none;box-shadow:none}.accordion-trigger:hover{background-color:#d7e0ef}.accordion-content{overflow:hidden;font-size:15px;color:#404a61}.accordion-content[data-state=open]{animation:slide-down .3s cubic-bezier(.87,0,.13,1)}.accordion-content[data-state=closed]{animation:slide-up .3s cubic-bezier(.87,0,.13,1)}.accordion-content-text{padding:15px 20px}.accordion-chevron{transition:transform .3s cubic-bezier(.87,0,.13,1)}.accordion-trigger[data-state=open]>.accordion-chevron{transform:rotate(180deg)}@layer elements{.avatar-root{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:100%;background-color:rgba(0,0,0,.051)}.avatar-root-sm{width:38px;height:38px;font-size:12px}.avatar-root-md{width:45px;height:45px;font-size:15px}.avatar-root-lg{width:64px;height:64px;font-size:20px}.avatar-image{object-fit:cover}.avatar-fallback,.avatar-image{width:100%;height:100%;border-radius:inherit}.avatar-fallback{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#6e41e2;line-height:1;font-weight:500}.el-badge{font-size:.75rem;font-weight:500;line-height:1rem;letter-spacing:.01em;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase}.el-badge-blue{background-color:#1e75a6;color:#fff}.el-badge-purple{background-color:#776be0;color:#fff}.el-badge-pink{background-color:#ec4899;color:#fff}.el-badge-red{background-color:#ef4444;color:#fff}.el-badge-orange{background-color:#ea580c;color:#fff}.el-badge-yellow{background-color:#eab300;color:#fff}.el-badge-green{background-color:#16a34a;color:#fff}.el-badge-teal{background-color:#14b8a6;color:#fff}.el-badge-indigo{background-color:#4f46e5;color:#fff}.el-badge-violet{background-color:#8b5cf6;color:#fff}.el-badge-gray{background-color:#6b7280;color:#fff}.el-badge-black{background-color:#111827;color:#fff}}.el-box-base{position:relative;border-radius:8px;border:1px solid;padding:24px;width:100%;box-sizing:border-box}.el-box-default{border-color:#e5e7eb;background-color:#f9fafb;color:#111827}.el-box-info{border-color:#bfdbfe;background-color:#eff6ff;color:#1e3a8a}.el-box-success{border-color:#bbf7d0;background-color:#f0fdf4;color:#14532d}.el-box-warning{border-color:#fde68a;background-color:#fffbeb;color:#92400e}.el-box-error{border-color:#fecaca;background-color:#fef2f2;color:#991b1b}.el-box-primary{border-color:var(--primary-color,#3b82f6);background-color:var(--primary-bg,#eff6ff);color:var(--primary-text,#1e40af)}.el-box-content{display:flex;margin-top:16px;flex-direction:column;gap:12px}.el-box-base:focus-within{outline:2px solid var(--focus-color,#4f43ba)}@layer components{.breadcrumb{padding:0 1rem;overflow:hidden}.breadcrumb ol{flex-wrap:nowrap;list-style:none;margin:0;padding:.25rem 0}.breadcrumb li,.breadcrumb ol{display:flex;align-items:center;gap:.5rem}.breadcrumb li{margin-bottom:0;min-width:0}.breadcrumb li:first-child{flex-shrink:0}.breadcrumb li:not(:first-child){flex-shrink:1;min-width:4ch}.breadcrumb li:not(:last-child):after{content:"›";color:#7583a0;font-size:1.25rem;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;flex-shrink:0;display:flex;align-items:center;margin-top:-.125rem}.breadcrumb a{color:#596580;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s ease;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb a:hover{color:#7c72e1;text-decoration:underline}.breadcrumb a:focus{outline:2px solid #7c72e1;outline-offset:2px;border-radius:2px}.breadcrumb a[aria-current=page]{color:#151921;font-weight:600;cursor:default;pointer-events:none}.breadcrumb a[aria-current=page]:hover{color:#151921}}@layer elements{.el-callout{border-radius:.5rem;border:.0625rem solid;margin:1rem auto;overflow:hidden;width:100%;max-width:50rem;position:relative}.el-callout:focus-within{outline:.125rem solid #776be0}.el-callout-item{border:none}.el-callout-trigger{all:unset;font-family:inherit;width:100%;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:transparent;border:none}.el-callout-trigger:hover{background-color:rgba(0,0,0,.03)}.el-callout-trigger:focus-visible{outline:none}.el-callout-title{font-weight:600;font-size:.75rem;line-height:1.4;color:inherit}.el-callout-content{font-size:.75rem;overflow:hidden}.el-callout-content[data-state=open]{animation:slide-down .3s cubic-bezier(.87,0,.13,1)}.el-callout-content[data-state=closed]{animation:slide-up .3s cubic-bezier(.87,0,.13,1)}.el-callout-content-inner{padding:0 1rem 1rem}.el-callout-content-inner p{font-size:.75rem;margin-bottom:0}.el-callout-content-inner ol,.el-callout-content-inner ul{margin:0 0 .75rem;padding-left:1.25rem}.el-callout-content-inner ol:last-child,.el-callout-content-inner ul:last-child{margin-bottom:0}.el-callout-content-inner li{font-size:.75rem;margin-bottom:0}.el-callout-content-inner code{background-color:rgba(0,0,0,.1);padding:.125rem .25rem;border-radius:.1875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem}.el-callout:not(.el-callout-collapsible) .el-callout-header{padding:.75rem 1rem .5rem}.el-callout:not(.el-callout-collapsible) .el-callout-content{padding-bottom:0}.el-callout--info{background-color:#f0f5f7;border-color:#1e75a6;color:#145f8b}.el-callout--info .el-callout-icon{color:#145f8b}.el-callout--info .el-callout-trigger:hover{background-color:rgba(14,165,233,.05)}.el-callout--warning{background-color:#fff2e6;border-color:#dc791d;color:#89470b}.el-callout--warning .el-callout-icon{color:#89470b}.el-callout--warning .el-callout-trigger:hover{background-color:rgba(245,158,11,.05)}.el-callout--success{background-color:#ebf7ef;border-color:#3c7c52;color:#26673c}.el-callout--success .el-callout-icon{color:#26673c}.el-callout--success .el-callout-trigger:hover{background-color:rgba(34,197,94,.05)}.el-callout--error{background-color:#fff2f2;border-color:#c34141;color:#9b2424}.el-callout--error .el-callout-icon{color:#9b2424}.el-callout--error .el-callout-trigger:hover{background-color:rgba(239,68,68,.05)}.el-callout--note{background-color:#f0f5ff;border-color:#7583a0;color:#404a61}.el-callout--note .el-callout-icon{color:#404a61}.el-callout--note .el-callout-trigger:hover{background-color:rgba(100,116,139,.05)}.accordion-chevron{transition:transform .3s cubic-bezier(.87,0,.13,1);opacity:.7;transform:rotate(90deg)}.accordion-chevron svg rect[fill=white]{fill:transparent}.accordion-chevron svg rect[stroke="#D7E0EF"]{stroke:currentcolor;opacity:.3}.accordion-chevron svg path{stroke:currentcolor}.el-callout-trigger[data-state=open] .accordion-chevron{transform:rotate(270deg)}@keyframes slide-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes slide-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}}@layer elements{.el-card{border:1px solid #d7e0ef;overflow:hidden}.el-card.small{border-radius:.625rem}.el-card.medium{border-radius:1rem}a .el-card:hover{box-shadow:0 4px 16px 0 rgba(42,49,65,.1)}}