.rc-shell{padding:clamp(38px,6vw,64px) 0 clamp(56px,8vw,92px)}.rc-head{text-align:center;max-width:720px;margin:0 auto clamp(28px,4vw,40px)}.rc-head h1{letter-spacing:-.4px;margin:10px 0 14px;font-size:clamp(1.9rem,3.4vw,2.6rem)}.rc-head p{color:var(--text-2);max-width:60ch;margin:0 auto;font-size:1rem;line-height:1.65}.rc-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--brand-strong);background:var(--brand-soft);border:1px solid var(--brand-tint);border-radius:999px;padding:5px 13px;font-size:.76rem;font-weight:700;display:inline-block}.rc-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:760px;margin:0 auto;padding:clamp(22px,3.4vw,34px);box-shadow:0 18px 48px #15201a12}.rc-drop{border:2px dashed var(--border-strong);background:var(--page-bg);text-align:center;cursor:pointer;border-radius:14px;padding:clamp(28px,5vw,48px) 22px;transition:border-color .15s,background .15s}.rc-drop:hover{border-color:var(--brand)}.rc-drop[data-drag="1"]{border-color:var(--brand);background:var(--brand-soft)}.rc-drop[data-disabled="1"]{cursor:default;opacity:.6}.rc-drop svg{color:var(--brand);margin-bottom:12px}.rc-drop-title{color:var(--text-1);margin-bottom:5px;font-size:1.02rem;font-weight:700}.rc-drop-sub{color:var(--text-3);font-size:.87rem}.rc-file{border:1px solid var(--border);background:var(--page-bg);border-radius:11px;align-items:center;gap:12px;margin-top:16px;padding:13px 15px;display:flex}.rc-file-name{color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.rc-file-size{color:var(--text-3);font-size:.8rem}.rc-file-x{border:1px solid var(--border);background:var(--surface);color:var(--text-2);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;display:flex}.rc-file-x:hover{border-color:var(--border-strong)}.rc-btn{cursor:pointer;background:var(--cta);color:var(--on-cta);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:12px 22px;font-family:inherit;font-size:.95rem;font-weight:700;display:inline-flex}.rc-btn:hover{background:var(--cta-hover)}.rc-btn[disabled]{opacity:.5;cursor:default}.rc-btn--ghost{background:var(--surface);color:var(--text-1);border-color:var(--border-strong)}.rc-btn--ghost:hover{background:var(--page-bg)}.rc-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.rc-note{color:var(--text-3);margin-top:14px;font-size:.82rem;line-height:1.55}.rc-steps{margin:20px 0 0;padding:0;list-style:none}.rc-steps li{color:var(--text-3);align-items:center;gap:11px;padding:8px 0;font-size:.92rem;display:flex}.rc-steps li[data-state=doing]{color:var(--text-1);font-weight:650}.rc-steps li[data-state=done]{color:var(--text-2)}.rc-dot{background:var(--border-strong);border-radius:50%;flex:none;width:9px;height:9px}.rc-steps li[data-state=doing] .rc-dot{background:var(--brand);animation:1.1s ease-in-out infinite rc-pulse}.rc-steps li[data-state=done] .rc-dot{background:var(--brand)}@keyframes rc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}.rc-verdict{border:1px solid;border-radius:13px;align-items:flex-start;gap:15px;margin-bottom:22px;padding:18px 20px;display:flex}.rc-verdict h2{letter-spacing:-.2px;margin:0 0 5px;font-size:1.12rem}.rc-verdict p{margin:0;font-size:.92rem;line-height:1.6}.rc-verdict--green{color:#1a4f31;background:#eef6f0;border-color:#bcdcc7}.rc-verdict--amber{color:#6b4d12;background:#fdf5e6;border-color:#eddab0}.rc-verdict--red{color:#8f2d1d;background:#fbeceb;border-color:#eec6bd}.rc-verdict-icon{flex:none;margin-top:2px}.rc-grid{background:var(--border);border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;margin-bottom:22px;display:grid;overflow:hidden}.rc-cell{background:var(--surface);padding:13px 15px}.rc-cell dt{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);margin-bottom:4px;font-size:.74rem;font-weight:700}.rc-cell dd{color:var(--text-1);word-break:break-word;margin:0;font-size:.96rem;font-weight:650}.rc-sub{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin:0 0 12px;font-size:.78rem;font-weight:700}.rc-checks{border:1px solid var(--border);border-radius:12px;margin:0 0 22px;padding:0;list-style:none;overflow:hidden}.rc-checks li{border-bottom:1px solid var(--border);background:var(--surface);gap:12px;padding:14px 16px;display:flex}.rc-checks li:last-child{border-bottom:none}.rc-check-label{color:var(--text-1);margin-bottom:3px;font-size:.92rem;font-weight:700}.rc-check-detail{color:var(--text-2);font-size:.86rem;line-height:1.55}.rc-pip{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.rc-pip[data-s=pass]{background:#2e7d54}.rc-pip[data-s=warn]{background:#c79a2b}.rc-pip[data-s=fail]{background:#c2422f}.rc-pip[data-s=info]{background:var(--text-3)}.rc-gate{border:1px solid var(--border);background:var(--page-bg);border-radius:13px;padding:18px 20px}.rc-gate h3{letter-spacing:-.2px;margin:0 0 6px;font-size:1rem}.rc-gate p{color:var(--text-2);margin:0 0 14px;font-size:.87rem;line-height:1.6}.rc-gate-row{flex-wrap:wrap;gap:10px;display:flex}.rc-input{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-1);box-sizing:border-box;border-radius:10px;outline:none;flex:240px;padding:11px 13px;font-family:inherit;font-size:.93rem}.rc-input:focus,.rc-input:focus-visible{border-color:var(--border-strong);box-shadow:none;outline:none}.rc-input[data-invalid="1"]{border-color:var(--danger)}.rc-err{color:var(--danger-text);margin-top:8px;font-size:.82rem;font-weight:600}.rc-alert{border:1px solid var(--danger-tint);background:var(--danger-bg);color:var(--danger-text);border-radius:11px;margin-bottom:18px;padding:14px 16px;font-size:.9rem;line-height:1.6}.rc-spin{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite rc-spin}@keyframes rc-spin{to{transform:rotate(360deg)}}.dc-up-ddbtn:hover{border-color:#c4cac3}.dc-up-ddopt:hover{background:#f2f4f1}.dc-up-dz:hover{border-color:#2e7d54}.dc-up-tbtn:hover{border-color:#c4cac3}.dc-up-colrow:hover,.dc-up-eye:hover{background:#f2f4f1}.dc-up-x:hover,.dc-up-sec:hover{border-color:#c4cac3}.dc-up-review:hover{color:#fff;background:#26342c;text-decoration:none}.dc-up-retry:hover{border-color:#c4cac3}.dc-upload{-webkit-font-smoothing:antialiased;color:#1a2b21;font-family:Hanken Grotesk,system-ui,sans-serif}.dc-upload *{box-sizing:border-box}.dc-upload a{color:#2e7d54;cursor:pointer;text-decoration:none}.dc-upload a:hover{color:#215c3e;text-decoration:underline}.dc-upload ::selection{background:#cfe3d4}.dc-upload .dc-hoverborder:hover{border-color:#c4cac3}.dc-upload .dc-darkbtn:hover{background:#26342c}.dc-upload .dc-dropzone:hover{border-color:#2e7d54}.dc-upload .dc-toolbtn:hover{background:#eceeeb}.dc-upload .dc-input:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-upload [contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:#9aa49c;pointer-events:none}@keyframes vat-spin{to{transform:rotate(360deg)}}.dc-portal{-webkit-font-smoothing:antialiased;color:#1a2b21;font-family:Hanken Grotesk,system-ui,sans-serif}.dc-portal *{box-sizing:border-box}.dc-portal a{color:#2e7d54;text-decoration:none}.dc-portal a:hover{color:#215c3e;text-decoration:underline}.dc-portal ::selection{background:#cfe3d4}.dc-portal[data-theme=dark]{color:#e7ece8;background-color:#151a17!important}.dc-portal[data-theme=dark] [style*="background: rgb(255, 255, 255)"]{background-color:#1b221e!important}.dc-portal[data-theme=dark] [style*="background: rgb(242, 244, 238)"]{background-color:#0e1310!important}.dc-portal[data-theme=dark] [style*="background: rgb(232, 240, 233)"]{background-color:#22352b!important}.dc-portal[data-theme=dark] [style*="color: rgb(26, 43, 33)"]{color:#e7ece8!important}.dc-portal[data-theme=dark] [style*="color: rgb(61, 74, 66)"]{color:#c1c9c3!important}.dc-portal[data-theme=dark] [style*="color: rgb(111, 123, 115)"]{color:#94a099!important}.dc-portal[data-theme=dark] [style*="color: rgb(138, 148, 140)"]{color:#8b968f!important}.dc-portal[data-theme=dark] [style*="color: rgb(74, 87, 80)"]{color:#c1c9c3!important}.dc-portal[data-theme=dark] [style*="color: rgb(37, 99, 69)"]{color:#7fd2a4!important}.dc-portal[data-theme=dark] [style*="solid rgb(221, 225, 220)"],.dc-portal[data-theme=dark] [style*="solid rgb(232, 234, 230)"],.dc-portal[data-theme=dark] [style*="solid rgb(224, 227, 222)"],.dc-portal[data-theme=dark] [style*="solid rgb(236, 238, 235)"],.dc-portal[data-theme=dark] [style*="solid rgb(242, 244, 241)"]{border-color:#2e3a34!important}.dc-portal[data-theme=dark] [style*="0px 0px rgb(232, 234, 230)"]{box-shadow:1px 0 #2e3a34,0 1px #2e3a34!important}.dc-portal[data-theme=dark] img[alt=Vatty]{filter:brightness(0)invert()}.dc-portal[data-theme=dark] [style*="background: rgb(244, 246, 244)"]{background-color:#191f1b!important}.dc-portal[data-theme=dark] [style*="background: rgb(19, 32, 25)"]{color:#fff!important;background-color:#2f8659!important}.dc-portal[data-theme=dark] [style*="background: rgb(247, 248, 245)"]{background-color:#0e1310!important}.dc-portal[data-theme=dark] [style*="background: rgb(250, 251, 249)"]{background-color:#141a16!important}.dc-portal[data-theme=dark] input,.dc-portal[data-theme=dark] textarea{color:#e7ece8!important;background-color:#222a26!important;border-color:#37433c!important}.dc-portal[data-theme=dark] button[style*="text-align: left"]{background-color:#222a26!important;border-color:#37433c!important}.dc-portal[data-theme=dark] svg text{fill:#e7ece8!important}.dc-portal[data-theme=dark] [style*="rgba(20, 32, 25, 0.45)"],.dc-portal[data-theme=dark] [style*="rgba(20, 32, 25, 0.4)"],.dc-portal[data-theme=dark] [style*="rgba(20, 32, 25, 0.5)"],.dc-portal[data-theme=dark] [style*="rgba(20, 32, 25, 0.55)"],.dc-portal[data-theme=dark] [style*="rgba(20, 32, 25, 0.6)"]{-webkit-backdrop-filter:blur(4px)!important;background-color:#0000004d!important}.dc-portal[data-theme=dark] [style*="background: rgb(253, 248, 236)"]{background-color:#231d0f!important}.dc-portal[data-theme=dark] [style*="solid rgb(240, 227, 192)"],.dc-portal[data-theme=dark] [style*="solid rgb(236, 223, 186)"]{border-color:#4a3d1e!important}.dc-portal[data-theme=dark] [style*="color: rgb(154, 116, 24)"]{color:#e0b968!important}.dc-portal[data-theme=dark] [style*="background: rgb(251, 252, 250)"]{background-color:#141a16!important}.dc-portal[data-theme=dark] [style*="dashed rgb(201, 208, 200)"],.dc-portal[data-theme=dark] [style*="dashed rgb(196, 202, 195)"],.dc-portal[data-theme=dark] [style*="dashed rgb(221, 225, 220)"]{border-color:#2e3a34!important}.dc-portal[data-theme=dark] circle[stroke=\#e8eae6]{stroke:#2e3a34!important}.dc-portal[data-theme=dark] [style*="cursor: pointer"]:hover{background-color:#0000!important}.dc-portal[data-theme=dark] [style*="background: none"]:hover,.dc-portal[data-theme=dark] [style*="background: transparent"]:hover{background:0 0!important}.dc-portal[data-theme=dark] input:hover,.dc-portal[data-theme=dark] textarea:hover,.dc-portal[data-theme=dark] input[style*="background: none"]:hover{background-color:#222a26!important}.dc-portal[data-theme=dark] [style*="background: rgb(255, 255, 255)"]:hover{background-color:#1b221e!important}.dc-portal[data-theme=dark] [style*="background: rgb(242, 244, 238)"]:hover{background-color:#0e1310!important}.dc-portal[data-theme=dark] [style*="background: rgb(232, 240, 233)"]:hover{background-color:#22352b!important}.dc-portal[data-theme=dark] [style*="background: rgb(244, 246, 244)"]:hover{background-color:#191f1b!important}.dc-portal[data-theme=dark] [style*="background: rgb(19, 32, 25)"]:hover{background-color:#2f8659!important}.dc-portal[data-theme=dark] [style*="background: rgb(247, 248, 245)"]:hover{background-color:#0e1310!important}.dc-portal[data-theme=dark] [style*="background: rgb(250, 251, 249)"]:hover{background-color:#141a16!important}.dc-portal[data-theme=dark] [style*="background: rgb(253, 248, 236)"]:hover{background-color:#231d0f!important}.dc-portal[data-theme=dark] [style*="background: rgb(251, 252, 250)"]:hover{background-color:#141a16!important}.dc-portal[data-theme=dark] [style*="background: rgb(236, 238, 235)"]:hover{background-color:#2e3a34!important}.dc-portal[data-theme=dark] [style*="background: rgb(46, 125, 84)"]:hover{background-color:#2e7d54!important}.dc-portal[data-theme=dark] [style*="background: rgb(150, 48, 47)"]:hover{background-color:#96302f!important}.dc-portal[data-theme=dark][style*="background: rgb(255, 255, 255)"]{background-color:#1b221e!important}.dc-portal[data-theme=dark][style*="solid rgb(232, 234, 230)"]{border-color:#2e3a34!important}.dc-portal[data-theme=dark] [style*="background: rgb(236, 238, 235)"]{background-color:#2e3a34!important}.dc-portal .dc-hoverborder:hover{border-color:#c4cac3}.dc-portal .dc-darkbtn:hover{background:#26342c}.dc-portal .dc-eyebtn:hover,.dc-portal .dc-colrow:hover{background:#f2f4f1}.dc-portal .dc-closebtn:hover{background:#f2f4f1;border-color:#c4cac3}.dc-portal .dc-dropzone:hover{border-color:#2e7d54}.dc-portal .dc-calcell:hover{background:#e8f0e9}.dc-portal .dc-input:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-portal .dc-input2:focus{border-color:#2e7d54}@keyframes ringDraw{0%{stroke-dashoffset:326.7px}}[data-marker] [data-tip]{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s}[data-marker]:hover [data-tip]{opacity:1;visibility:visible}@media (width<=640px){#stat-row>div{padding:14px 16px!important}#stat-row>div>div:first-child{margin-bottom:8px!important}#stat-row>div>div:nth-child(2){margin-bottom:6px!important;font-size:22px!important}#stat-row>div>div:nth-child(3){font-size:12.5px!important}}.dc-stat-cell:hover{background:#fafbf9}.dc-btn-outline:hover{border-color:#c4cac3}.dc-btn-outline-link:hover{border-color:#c4cac3;text-decoration:none}.dc-search-box:hover,.dc-ctl-btn:hover{border-color:#c4cac3}.dc-menu-opt:hover,.dc-row-action:hover{background:#f2f4f1}.dc-cmp-search:hover,.dc-cmp-tbtn:hover{border-color:#c4cac3}.dc-cmp-sortrow:hover,.dc-cmp-colrow:hover{background:#f2f4f1}.dc-cmp-link{color:#2e7d54;cursor:pointer}.dc-cmp-link:hover{color:#215c3e;text-decoration:underline}.dc-cmp-row:hover,.dc-cmp-row:hover .dc-cmp-sticky{background:#f7f8f5}.dc-cmp-eye:hover{background:#f2f4f1}.dc-cmp-primary:hover{background:#26342c}.dc-cmp-mclose:hover{background:#f2f4f1;border-color:#c4cac3}.dc-cmp-cancel:hover,.dc-rslv-auto:hover{border-color:#c4cac3}.dc-rslv-tab:hover{color:#1a2b21}.dc-rslv-stage:hover{background:#fafbf9}.dc-rslv-search:hover,.dc-rslv-tbtn:hover,.dc-rslv-fpill:hover{border-color:#c4cac3}.dc-rslv-clear{color:#2e7d54;cursor:pointer}.dc-rslv-clear:hover{color:#215c3e;text-decoration:underline}.dc-rslv-chipx:hover{background:#1f523747}.dc-rslv-colrow:hover{background:#f2f4f1}.dc-rslv-link{color:#2e7d54;cursor:pointer}.dc-rslv-link:hover{color:#215c3e;text-decoration:underline}.dc-rslv-iconbtn:hover,.dc-rslv-menuitem:hover{background:#f2f4f1}.dc-rslv-menuitem-danger:hover{background:#fbe9e9}.dc-rslv-btn-secondary:hover{border-color:#c4cac3}.dc-rslv-modalclose:hover{background:#f2f4f1;border-color:#c4cac3}.dc-rslv-input:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-rslv-input-plain:focus{border-color:#2e7d54}.dc-rslv-fmtbtn:hover{background:#eceeeb}.dc-rslv-selbtn:hover{border-color:#c4cac3}.dc-rslv-ddrow:hover{background:#f2f4f1}.dc-rslv-calnav:hover{border-color:#c4cac3}.dc-rslv-calcell:hover{background:#e8f0e9}.dc-rslv-btn-primary:hover{background:#26342c}.dc-rslv-btn-danger:hover{background:#96302f}.dc-rslv-tplcard:hover{border-color:#c4cac3}.dc-rslv-tplinput:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-rcpt-search:hover,.dc-rcpt-tbtn:hover,.dc-rcpt-fpill:hover{border-color:#c4cac3}.dc-rcpt-chip-x:hover{background:#1f523747}.dc-rcpt-colrow:hover{background:#f2f4f1}.dc-rcpt-clear{color:#2e7d54;cursor:pointer}.dc-rcpt-clear:hover{color:#215c3e;text-decoration:underline}.dc-rcpt-link{color:#2e7d54;cursor:pointer}.dc-rcpt-link:hover{color:#215c3e;text-decoration:underline}.dc-rcpt-row:hover,.dc-rcpt-row:hover .dc-rcpt-sticky{background:#f7f8f5}.dc-rcpt-eye:hover{background:#f2f4f1}.dc-ntf-tbtn:hover,.dc-ntf-fpill:hover{border-color:#c4cac3}.dc-ntf-chip-x:hover{background:#1f523747}.dc-ntf-clear,.dc-ntf-mark{color:#2e7d54;cursor:pointer}.dc-ntf-clear:hover,.dc-ntf-mark:hover{color:#215c3e;text-decoration:underline}.dc-ntf-row:hover{background:#fafbf9}.dc-ntf-chev:hover{background:#f2f4f1;text-decoration:none}.dc-ntf-del{transition:background-color .12s,color .12s,border-color .12s}.dc-ntf-del:hover{color:#b13a3a;background:#fbe9e9;border-color:#f0cccc}.ins-row:hover{background:#f7f8f5}.dc-help-search:hover{border-color:#c4cac3}.dc-help-acc-head:hover{background:#fafbf9}.dc-acc-seccard:hover{border-color:#c4cac3}.dc-acc-input:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-acc-input-danger:focus{border-color:#a03b2e;box-shadow:0 0 0 3px #a03b2e1f}.dc-acc-btn-dark:hover{background:#26342c}.dc-acc-btn-ghost:hover{border-color:#c4cac3}.dc-acc-btn-danger:hover{background:#fbf1ef;border-color:#d9a79f}.dc-acc-pw-toggle:hover{background:#e7e7e4}.dc-acc-icon-btn:hover{background:#f2f4f1}.dc-acc-icon-btn-danger:hover{background:#fbf1ef;border-color:#d9a79f}.dc-admin *{box-sizing:border-box}.dc-admin a{color:#2e7d54;text-decoration:none}.dc-admin a:hover{color:#215c3e;text-decoration:underline}.dc-admin ::selection{background:#cfe3d4}.dc-adm-bar{transition:background .12s}.dc-adm-bar:hover{background:#2e7d54!important}.dc-admin[data-theme=dark]{color:#e7ece8;background-color:#151a17!important}.dc-admin[data-theme=dark] [style*="background: rgb(255, 255, 255)"]{background-color:#1b221e!important}.dc-admin[data-theme=dark] [style*="background: rgb(242, 244, 238)"]{background-color:#0e1310!important}.dc-admin[data-theme=dark] [style*="background: rgb(232, 240, 233)"]{background-color:#22352b!important}.dc-admin[data-theme=dark] [style*="color: rgb(26, 43, 33)"]{color:#e7ece8!important}.dc-admin[data-theme=dark] [style*="color: rgb(61, 74, 66)"]{color:#c1c9c3!important}.dc-admin[data-theme=dark] [style*="color: rgb(111, 123, 115)"]{color:#94a099!important}.dc-admin[data-theme=dark] [style*="color: rgb(138, 148, 140)"]{color:#8b968f!important}.dc-admin[data-theme=dark] [style*="color: rgb(74, 87, 80)"]{color:#c1c9c3!important}.dc-admin[data-theme=dark] [style*="color: rgb(37, 99, 69)"]{color:#7fd2a4!important}.dc-admin[data-theme=dark] [style*="solid rgb(221, 225, 220)"],.dc-admin[data-theme=dark] [style*="solid rgb(232, 234, 230)"],.dc-admin[data-theme=dark] [style*="solid rgb(224, 227, 222)"],.dc-admin[data-theme=dark] [style*="solid rgb(236, 238, 235)"],.dc-admin[data-theme=dark] [style*="solid rgb(242, 244, 241)"]{border-color:#2e3a34!important}.dc-admin[data-theme=dark] [style*="0px 0px rgb(232, 234, 230)"]{box-shadow:1px 0 #2e3a34,0 1px #2e3a34!important}.dc-admin[data-theme=dark] img[alt=Vatty]{filter:brightness(0)invert()}.dc-admin[data-theme=dark] [style*="background: rgb(244, 246, 244)"]{background-color:#191f1b!important}.dc-admin[data-theme=dark] [style*="background: rgb(19, 32, 25)"]{color:#fff!important;background-color:#2f8659!important}.dc-admin[data-theme=dark] [style*="background: rgb(247, 248, 245)"]{background-color:#0e1310!important}.dc-admin[data-theme=dark] [style*="background: rgb(250, 251, 249)"]{background-color:#141a16!important}.dc-admin[data-theme=dark] input,.dc-admin[data-theme=dark] textarea{color:#e7ece8!important;background-color:#222a26!important;border-color:#37433c!important}.dc-admin[data-theme=dark] button[style*="text-align: left"]{background-color:#222a26!important;border-color:#37433c!important}.dc-admin[data-theme=dark] svg text{fill:#e7ece8!important}.dc-admin[data-theme=dark] [style*="rgba(20, 32, 25, 0.45)"],.dc-admin[data-theme=dark] [style*="rgba(20, 32, 25, 0.4)"],.dc-admin[data-theme=dark] [style*="rgba(20, 32, 25, 0.5)"],.dc-admin[data-theme=dark] [style*="rgba(20, 32, 25, 0.55)"],.dc-admin[data-theme=dark] [style*="rgba(20, 32, 25, 0.6)"]{-webkit-backdrop-filter:blur(4px)!important;background-color:#0000004d!important}.dc-admin[data-theme=dark] [style*="background: rgb(253, 248, 236)"]{background-color:#231d0f!important}.dc-admin[data-theme=dark] [style*="solid rgb(240, 227, 192)"],.dc-admin[data-theme=dark] [style*="solid rgb(236, 223, 186)"]{border-color:#4a3d1e!important}.dc-admin[data-theme=dark] [style*="color: rgb(154, 116, 24)"]{color:#e0b968!important}.dc-admin[data-theme=dark] [style*="background: rgb(251, 252, 250)"]{background-color:#141a16!important}.dc-admin[data-theme=dark] [style*="dashed rgb(201, 208, 200)"],.dc-admin[data-theme=dark] [style*="dashed rgb(196, 202, 195)"],.dc-admin[data-theme=dark] [style*="dashed rgb(221, 225, 220)"]{border-color:#2e3a34!important}.dc-admin[data-theme=dark] circle[stroke=\#e8eae6]{stroke:#2e3a34!important}.dc-admin[data-theme=dark] #app-sidebar nav a:hover{color:#e7ece8!important;background:#222c27!important}.dc-admin[data-theme=dark] #app-sidebar button:hover{background:#222c27!important}.dc-admin[data-theme=dark] [style*="cursor: pointer"]:hover{background-color:#0000!important}.dc-admin[data-theme=dark] [style*="background: none"]:hover,.dc-admin[data-theme=dark] [style*="background: transparent"]:hover{background:0 0!important}.dc-admin[data-theme=dark] input:hover,.dc-admin[data-theme=dark] textarea:hover,.dc-admin[data-theme=dark] input[style*="background: none"]:hover{background-color:#222a26!important}.dc-admin[data-theme=dark] [style*="background: rgb(255, 255, 255)"]:hover{background-color:#1b221e!important}.dc-admin[data-theme=dark] [style*="background: rgb(242, 244, 238)"]:hover{background-color:#0e1310!important}.dc-admin[data-theme=dark] [style*="background: rgb(232, 240, 233)"]:hover{background-color:#22352b!important}.dc-admin[data-theme=dark] [style*="background: rgb(244, 246, 244)"]:hover{background-color:#191f1b!important}.dc-admin[data-theme=dark] [style*="background: rgb(19, 32, 25)"]:hover{background-color:#2f8659!important}.dc-admin[data-theme=dark] [style*="background: rgb(247, 248, 245)"]:hover{background-color:#0e1310!important}.dc-admin[data-theme=dark] [style*="background: rgb(250, 251, 249)"]:hover{background-color:#141a16!important}.dc-admin[data-theme=dark] [style*="background: rgb(253, 248, 236)"]:hover{background-color:#231d0f!important}.dc-admin[data-theme=dark] [style*="background: rgb(251, 252, 250)"]:hover{background-color:#141a16!important}.dc-admin[data-theme=dark] [style*="background: rgb(236, 238, 235)"]:hover{background-color:#2e3a34!important}.dc-admin[data-theme=dark] [style*="background: rgb(46, 125, 84)"]:hover{background-color:#2e7d54!important}.dc-admin[data-theme=dark] [style*="background: rgb(150, 48, 47)"]:hover{background-color:#96302f!important}.dc-admin[data-theme=dark][style*="background: rgb(255, 255, 255)"]{background-color:#1b221e!important}.dc-admin[data-theme=dark][style*="solid rgb(232, 234, 230)"]{border-color:#2e3a34!important}.dc-admin[data-theme=dark] [style*="background: rgb(236, 238, 235)"]{background-color:#2e3a34!important}.dc-admin[data-theme=dark] rect[fill=\#e8f0e9]{fill:#22352b!important}.dc-admin[data-theme=dark] rect[fill=\#2e7d54]{fill:#3f9b6b!important}@media (width<=760px){.dc-admin #hdr-user-name{display:none!important}}@media (width<=520px){.dc-admin #hdr-logo{height:21px!important}}.dc-admin .dc-rowhover:hover,.dc-admin .dc-collapse:hover{background:#f2f4f1}.dc-admin a.dc-back:hover{color:#1a2b21;border-color:#c4cac3;text-decoration:none}.dc-admin a.dc-menuitem:hover{background:#f2f4f1;text-decoration:none}.dc-admin a.dc-menuitem:active{background:#dfe5de;text-decoration:none}.dc-admin a.dc-nav:hover{background:#f2f4f1;text-decoration:none}.dc-admin a.dc-nav-active:hover{text-decoration:none}.dc-admin select.dc-adm-select{appearance:none;color:#1a2b21;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f7b73' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:15px 15px;border:1px solid #dde1dc;border-radius:9px;outline:none;width:100%;height:38px;padding:0 38px 0 12px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;transition:border-color .12s}.dc-admin select.dc-adm-select:hover{border-color:#c4cac3}.dc-admin select.dc-adm-select:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-admin select.dc-adm-select::-ms-expand{display:none}.dc-admin input.dc-adm-date{color:#1a2b21;cursor:pointer;background-color:#fff;border:1px solid #dde1dc;border-radius:9px;outline:none;width:100%;height:38px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .12s}.dc-admin input.dc-adm-date:hover{border-color:#c4cac3}.dc-admin input.dc-adm-date:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-admin input.dc-adm-date::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.55;filter:grayscale()}.dc-admin input.dc-adm-date::-webkit-calendar-picker-indicator:hover{opacity:.85}.dc-admin[data-theme=dark] select.dc-adm-select,.dc-admin[data-theme=dark] input.dc-adm-date{color:#e7ece8!important;background-color:#222a26!important;border-color:#37433c!important}.dc-admin[data-theme=dark] input.dc-adm-date::-webkit-calendar-picker-indicator{filter:invert()grayscale()}.dc-admin .dc-sys-input:focus{border-color:#2e7d54;box-shadow:0 0 0 3px #2e7d541f}.dc-admin .dc-sys-show:hover{background:#e7e7e4}.dc-admin .dc-sys-save:hover{background:#26342c}.dc-admin select.dc-select:hover,.dc-admin .dc-hoverborder:hover{border-color:#c4cac3}.dc-admin .dc-hoverborder:hover,.dc-per-search:hover,.dc-per-tbtn:hover{border-color:#c4cac3}.dc-per-stat:hover{background:#fafbf9}.dc-per-fpill:hover{border-color:#c4cac3}.dc-per-chip-x:hover{background:#1f523747}.dc-per-colrow:hover{background:#f2f4f1}.dc-per-clear{color:#2e7d54;cursor:pointer}.dc-per-clear:hover{color:#215c3e;text-decoration:underline}.dc-per-link{color:#2e7d54;cursor:pointer}.dc-per-link:hover{color:#215c3e;text-decoration:underline}.dc-per-eye:hover{background:#f2f4f1;text-decoration:none}.dc-per-mclose:hover{background:#f2f4f1;border-color:#c4cac3}.dc-per-ddbtn:hover{border-color:#c4cac3}.dc-per-ddrow:hover{background:#f2f4f1}.dc-per-calnav:hover{border-color:#c4cac3}.dc-per-calcell:hover{background:#e8f0e9}.dc-per-nbtn:hover{background:#eceeeb}.dc-per-notes:empty:before{content:attr(data-placeholder);color:#9aa49c}.dc-per-cancel:hover{border-color:#c4cac3}.dc-per-primary:hover{background:#26342c}.dc-perd-slide{transition:opacity .2s,transform .2s,max-height .24s,margin .24s,padding .24s}.dc-perd-slide.is-out{opacity:0;pointer-events:none;overflow:hidden;transform:translate(14px);max-height:0!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}@keyframes dc-perd-slidein{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.dc-perd-sbtn:hover,.dc-perd-search:hover,.dc-perd-tbtn:hover{border-color:#c4cac3}.dc-perd-dbtn:hover{background:#26342c}.dc-perd-fpill:hover{border-color:#c4cac3}.dc-perd-chip-x:hover{background:#1f523747}.dc-perd-colrow:hover{background:#f2f4f1}.dc-perd-clear{color:#2e7d54;cursor:pointer}.dc-perd-clear:hover{color:#215c3e;text-decoration:underline}.dc-perd-link{color:#2e7d54;cursor:pointer}.dc-perd-link:hover{color:#215c3e;text-decoration:underline}.dc-perd-row:hover,.dc-perd-row:hover .dc-perd-sticky{background:#f7f8f5}.dc-perd-eye:hover,.dc-perd-prev:hover{background:#f2f4f1}.dc-perd-remove:hover{color:#b13a3a;border-color:#c4cac3}.dc-perd-add:hover{background:#e8f0e9}.dc-perd-close:hover{background:#f2f4f1;border-color:#c4cac3}.dc-perd-tool:hover{background:#eceeeb}.dc-perd-opt:hover{background:#f2f4f1}.dc-co-crumb{color:#8a948c;font-weight:400;text-decoration:none}.dc-co-crumb:hover{color:#2e7d54;text-decoration:none}.dc-co-btn:hover{border-color:#c4cac3}.dc-co-primary:hover{color:#fff;background:#26342c;text-decoration:none}.dc-co-access-btn:hover{border-color:#c4cac3}.dc-co-eye:hover{background:#f2f4f1;text-decoration:none}.dc-co-row{cursor:pointer}.dc-co-row:hover,.dc-co-row:hover .dc-co-sticky{background:#f7f8f5}.dc-co-link{color:#2e7d54;cursor:pointer;text-decoration:none}.dc-co-link:hover{color:#215c3e;text-decoration:underline}.dc-co-switchrow:hover{background:#f2f4f1}@media (width<=640px){#stat-row>div{padding:14px 16px!important}#stat-row>div>div:first-child{margin-bottom:8px!important}#stat-row>div>div:nth-child(2){margin-bottom:6px!important;font-size:22px!important}#stat-row>div>div:nth-child(3){font-size:12.5px!important}}@keyframes dc-co-spin{to{transform:rotate(360deg)}}.dc-co-spin{animation:.8s linear infinite dc-co-spin}.dc-admin .dc-stathover:hover{background:#fafbf9}.dc-admin .dc-close:hover{background:#f2f4f1;border-color:#c4cac3}.dc-admin .dc-tbtn:hover{background:#eceeeb}.dc-admin .dc-dangerbtn:hover{background:#faf3f2}.dc-admin .dc-hoverborder:hover{border-color:#c4cac3}.dc-admin .dc-rowhover:hover{background:#f2f4f1}.dc-admin a.dc-iconlink:hover{background:#f2f4f1;text-decoration:none}
