body{margin:0;background:#F9F7FC;color:#1F2A44;font-family:'Plus Jakarta Sans',-apple-system,'Segoe UI',sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:#574691;text-decoration:none}
a:hover{color:#6A5BA8}
@keyframes modalIn{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}
@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Modal Conta (Account overlay) — arquivo externo p/ CSP style-src 'self' */
#acc-ov{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) 16px max(12px,env(safe-area-inset-bottom));box-sizing:border-box;font-family:'Plus Jakarta Sans',system-ui,sans-serif;-webkit-tap-highlight-color:transparent}
#acc-ov .bd{position:absolute;inset:0;background:rgba(31,42,68,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
#acc-ov .cd{position:relative;width:400px;max-width:100%;max-height:min(92vh,92dvh,720px);overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;background:#fff;border-radius:20px;box-shadow:0 30px 70px rgba(31,42,68,.32);animation:modalIn .22s cubic-bezier(.2,.8,.2,1);z-index:1}
/* mobile: sheet inferior, full-width, rolagem confiável */
@media (max-width:540px){
  #acc-ov{align-items:flex-end;padding:0;padding-top:max(8px,env(safe-area-inset-top))}
  #acc-ov .cd{
    width:100%;max-width:100%;
    max-height:min(94dvh,94vh);
    border-radius:18px 18px 0 0;
    padding-bottom:max(12px,env(safe-area-inset-bottom));
  }
  #acc-ov .acc-auth{padding:22px 18px max(18px,env(safe-area-inset-bottom))}
  #acc-ov .acc-panel{max-height:min(94dvh,94vh);overflow-y:auto;-webkit-overflow-scrolling:touch}
  #acc-ov .seg button{font-size:12px;padding:10px 4px}
}
/* login / signup / recover — padding próprio */
#acc-ov .acc-auth{padding:26px 24px 22px}
#acc-ov .acc-auth-x{
  position:absolute;top:12px;right:12px;width:34px;height:34px;border:none;border-radius:50%;
  background:#F2EFF9;color:#574691;font-weight:700;cursor:pointer;font-size:15px;line-height:1;
}
#acc-ov .acc-auth-x:hover{background:#E5E0F0}
#acc-ov .acc-auth-title{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px;color:#1F2A44;padding-right:36px;line-height:1.25}
#acc-ov .acc-auth-sub{font-size:13.5px;color:#8B90AC;margin:0 0 16px;line-height:1.45}
#acc-ov .acc-hint{font-size:13px;color:#5C6484;margin:12px 0 0;line-height:1.5}
#acc-ov .acc-turnstile-wrap{margin:16px 0 4px;min-height:65px;display:flex;justify-content:center}
#acc-ov .acc-turnstile{width:100%;max-width:320px;min-height:65px}
#acc-ov .acc-auth input[type=text]{
  width:100%;box-sizing:border-box;font:inherit;font-size:16px;
  background:#F9F7FC;border:1.5px solid #E5E0F0;border-radius:12px;
  padding:13px 14px;min-height:48px;color:#1F2A44;outline:none;
  -webkit-appearance:none;appearance:none;
}
#acc-ov .acc-auth input[type=text]::placeholder{color:#C9C0E4;font-weight:500}
#acc-ov .acc-auth input[type=text]:focus{border-color:#6A5BA8;background:#fff;box-shadow:0 0 0 3px rgba(106,91,168,.14)}
#acc-ov .seg{display:flex;gap:4px;margin:0 0 18px;padding:4px;background:#F2EFF9;border-radius:12px}
#acc-ov .seg button{
  flex:1;font:inherit;border:none;cursor:pointer;background:transparent;color:#5C6484;
  font-weight:700;font-size:13px;border-radius:9px;padding:10px 6px;min-height:42px;transition:all .15s;
}
#acc-ov .seg button.on{background:#6A5BA8;color:#fff;box-shadow:0 4px 12px rgba(106,91,168,.28)}
#acc-ov .acc-auth label:not(.consent){
  display:block;font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin:14px 0 7px;
}
#acc-ov .acc-field{position:relative;width:100%;overflow:hidden;border-radius:12px}
/* reduz ícones de autofill do browser (Safari/extensões) dentro do campo */
#acc-ov .acc-field input{padding-right:14px!important}
#acc-ov .acc-auth input[type=email],
#acc-ov .acc-auth input[type=password]{
  width:100%;box-sizing:border-box;font:inherit;font-size:16px;
  background:#F9F7FC;border:1.5px solid #E5E0F0;border-radius:12px;
  padding:13px 14px;min-height:48px;color:#1F2A44;outline:none;
  -webkit-appearance:none;appearance:none;
}
#acc-ov .acc-auth input::placeholder{color:#C9C0E4;font-weight:500}
#acc-ov .acc-auth input:focus{border-color:#6A5BA8;background:#fff;box-shadow:0 0 0 3px rgba(106,91,168,.14)}
/* esconde botões nativos feios de autofill / hide-my-email (Safari etc.) */
#acc-ov .acc-auth input::-webkit-credentials-auto-fill-button,
#acc-ov .acc-auth input::-webkit-contacts-auto-fill-button,
#acc-ov .acc-auth input::-webkit-strong-password-auto-fill-button{
  visibility:hidden;pointer-events:none;position:absolute;right:0;width:0;height:0;margin:0;padding:0;opacity:0;
}
#acc-ov .consent{display:flex;gap:10px;align-items:flex-start;margin-top:14px;font-size:12.5px;color:#3A4160;line-height:1.45;cursor:pointer}
#acc-ov .consent input{margin-top:3px;accent-color:#6A5BA8;flex:none;width:18px;height:18px}
#acc-ov .consent a{color:#574691;font-weight:700;text-decoration:underline}
#acc-ov .err{color:#C0455A;font-size:13px;font-weight:600;margin-top:12px;min-height:0;line-height:1.4}
#acc-ov .foot{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
#acc-ov .foot button{
  flex:1;font:inherit;border:none;cursor:pointer;font-weight:700;font-size:15px;border-radius:12px;
  padding:14px 16px;min-height:48px;transition:all .15s;min-width:110px;touch-action:manipulation;
}
#acc-ov .ghost{background:#fff;border:1.5px solid #E5E0F0!important;color:#5C6484}
#acc-ov .ghost:hover{border-color:#D3CBE8!important;background:#F9F7FC}
#acc-ov .primary{background:#6A5BA8;color:#fff;box-shadow:0 6px 18px rgba(106,91,168,.32)}
#acc-ov .primary:hover{background:#574691}
#acc-ov .primary:disabled{opacity:.4;cursor:default;box-shadow:none}
#acc-ov .danger{background:#fff;border:1px solid rgba(192,69,90,.35);color:#C0455A}
#acc-ov .full{width:100%;margin-top:9px}
#acc-ov .stat{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#F2EFF9;border-radius:11px;padding:11px 14px;font-size:12.5px;font-weight:700;color:#5C6484}
#acc-ov .stat span{min-width:0}

/* ---- Conta logada (hero + lista) — só .acc-panel ---- */
#acc-ov .acc-panel{padding:0;overflow:hidden}
#acc-ov .acc-hero{
  position:relative;
  display:flex;align-items:center;gap:14px;
  padding:22px 22px 18px;
  background:linear-gradient(135deg,#8B7DC7 0%,#6A5BA8 55%,#574691 100%);
  color:#fff;
}
#acc-ov .acc-x{
  position:absolute;top:12px;right:12px;
  width:32px;height:32px;border:none;border-radius:50%;
  background:rgba(255,255,255,.18);color:#fff;font-weight:700;cursor:pointer;font-size:14px;
}
#acc-ov .acc-x:hover{background:rgba(255,255,255,.28)}
#acc-ov .acc-avatar{
  width:52px;height:52px;border-radius:50%;flex:none;
  background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.45);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:20px;color:#fff;
}
#acc-ov .acc-kicker{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.85;margin:0 0 2px}
#acc-ov .acc-title{font-size:18px;font-weight:800;letter-spacing:-.02em;margin:0 0 4px;color:#fff}
#acc-ov .acc-email{font-size:12.5px;opacity:.9;margin:0 0 8px;word-break:break-all}
#acc-ov .acc-badge{
  display:inline-block;font-size:11px;font-weight:800;
  background:rgba(255,255,255,.2);border-radius:999px;padding:4px 10px;
}
#acc-ov .acc-sync{
  display:flex;align-items:flex-start;gap:12px;
  margin:16px 18px 8px;padding:12px 14px;
  background:rgba(46,155,110,.08);border:1px solid rgba(46,155,110,.22);
  border-radius:14px;
}
#acc-ov .acc-sync-dot{
  width:10px;height:10px;border-radius:50%;background:#2E9B6E;flex:none;margin-top:4px;
  box-shadow:0 0 0 4px rgba(46,155,110,.15);
}
#acc-ov .acc-sync b{display:block;font-size:13.5px;color:#1F2A44;font-weight:700}
#acc-ov .acc-sync-sub{font-size:12px;color:#5C6484;margin-top:2px;line-height:1.4}
#acc-ov .acc-list{display:flex;flex-direction:column;gap:0;margin:8px 18px;border:1px solid #E5E0F0;border-radius:16px;overflow:hidden}
#acc-ov .acc-row{
  display:flex;align-items:center;gap:12px;width:100%;text-align:left;
  border:none;border-bottom:1px solid #F2EFF9;background:#fff;cursor:pointer;
  padding:13px 14px;font:inherit;color:#1F2A44;transition:background .12s;
}
#acc-ov .acc-list .acc-row:last-child{border-bottom:none}
#acc-ov .acc-row:hover{background:#F9F7FC}
#acc-ov .acc-ico{
  width:36px;height:36px;border-radius:11px;flex:none;
  background:#F2EFF9;display:flex;align-items:center;justify-content:center;font-size:15px;
}
#acc-ov .acc-row-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
#acc-ov .acc-row-txt b{font-size:13.5px;font-weight:700;color:#1F2A44}
#acc-ov .acc-row-txt small{font-size:11.5px;color:#8B90AC;font-weight:500;line-height:1.35}
#acc-ov .acc-chev{color:#C9C0E4;font-size:18px;font-weight:700;flex:none}
#acc-ov .acc-danger-zone{margin:12px 18px 0}
#acc-ov .acc-row-danger{
  border:1px solid rgba(192,69,90,.28);border-radius:16px;background:#fff;
}
#acc-ov .acc-row-danger:hover{background:rgba(192,69,90,.05)}
#acc-ov .acc-row-danger .acc-ico{background:rgba(192,69,90,.1)}
#acc-ov .acc-row-danger .acc-row-txt b{color:#C0455A}
#acc-ov .acc-close-btn{
  display:block;width:calc(100% - 36px);margin:14px 18px 18px;
  font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#F9F7FC;
  color:#5C6484;font-weight:700;font-size:14px;border-radius:12px;padding:12px;
}
#acc-ov .acc-close-btn:hover{border-color:#D3CBE8;background:#F2EFF9}
#acc-ov .acc-del{padding:28px 24px 22px;text-align:center}
#acc-ov .acc-del-ico{
  width:56px;height:56px;border-radius:16px;margin:0 auto 12px;
  background:rgba(192,69,90,.1);display:flex;align-items:center;justify-content:center;font-size:24px;
}
#acc-ov .acc-del .acc-title{color:#1F2A44;margin-bottom:8px}
#acc-ov .acc-del-txt{font-size:13.5px;color:#5C6484;line-height:1.5;margin:0 0 18px}
#acc-ov .acc-del-btn{background:#C0455A!important;box-shadow:0 6px 16px rgba(192,69,90,.28)!important}

/* ---- Gate login (fundo gráfico + parallax no mouse) ---- */
#pep-gate{
  --mx:0;/* -1..1 mouse X */
  --my:0;
  --px:50%;/* 0..100% posição spotlight */
  --py:50%;
  position:relative;min-height:100vh;min-height:100dvh;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:max(28px,env(safe-area-inset-top)) 20px max(28px,env(safe-area-inset-bottom));
  box-sizing:border-box;overflow:hidden;
  background:linear-gradient(155deg,#F4F0FA 0%,#E8E2F4 42%,#F9F7FC 100%);
}
#pep-gate .pep-gate-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
#pep-gate .pep-gate-svg{
  position:absolute;inset:-3%;width:106%;height:106%;display:block;
  transform:translate3d(calc(var(--mx) * -18px),calc(var(--my) * -14px),0);
  transition:transform .18s ease-out;
  will-change:transform;
}
#pep-gate .pep-gate-spotlight{
  position:absolute;inset:0;pointer-events:none;z-index:1;
  background:
    radial-gradient(420px circle at var(--px) var(--py),rgba(255,255,255,.42) 0%,rgba(255,255,255,.12) 28%,transparent 58%),
    radial-gradient(280px circle at var(--px) var(--py),rgba(106,91,168,.16) 0%,transparent 55%);
  mix-blend-mode:soft-light;
  transition:background-position .12s ease-out;
  will-change:background;
}
#pep-gate .pep-gate-orb{
  position:absolute;border-radius:50%;filter:blur(48px);opacity:.55;
  will-change:transform;
  transition:transform .2s ease-out;
}
#pep-gate .pep-gate-orb-a{
  width:min(52vw,420px);height:min(52vw,420px);
  left:-12%;top:-8%;
  background:radial-gradient(circle at 35% 35%,rgba(139,125,199,.55),rgba(106,91,168,.12) 60%,transparent 70%);
  transform:translate3d(calc(var(--mx) * 28px),calc(var(--my) * 22px),0);
}
#pep-gate .pep-gate-orb-b{
  width:min(48vw,380px);height:min(48vw,380px);
  right:-10%;bottom:5%;
  background:radial-gradient(circle at 50% 50%,rgba(87,70,145,.35),rgba(180,168,227,.1) 65%,transparent 72%);
  transform:translate3d(calc(var(--mx) * -32px),calc(var(--my) * -20px),0);
}
#pep-gate .pep-gate-orb-c{
  width:min(36vw,280px);height:min(36vw,280px);
  left:28%;bottom:-12%;
  background:radial-gradient(circle at 40% 40%,rgba(46,155,110,.14),transparent 70%);
  transform:translate3d(calc(var(--mx) * 16px),calc(var(--my) * -28px),0);
}
/* camadas extras de profundidade no SVG via group — orbs + svg + spotlight = parallax */
#pep-gate .pep-gate-fg{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;
  max-width:380px;text-align:center;
  /* fica acima do modal? modal z 100 — gate é fundo; texto do gate some sob o modal (ok) */
  padding:8px 12px 120px;
}
#pep-gate .pep-gate-brand{
  display:flex;align-items:center;gap:14px;margin-bottom:14px;
  text-align:left;
}
#pep-gate .pep-gate-logo{
  width:48px;height:48px;border-radius:14px;display:block;flex:none;
  box-shadow:0 10px 28px rgba(106,91,168,.28);
}
#pep-gate .pep-gate-title{
  font-weight:800;font-size:24px;letter-spacing:-.03em;color:#1F2A44;line-height:1.15;
}
#pep-gate .pep-gate-title span{color:#6A5BA8}
#pep-gate .pep-gate-kicker{
  font-size:13px;color:#8B90AC;font-weight:600;margin-top:3px;
}
#pep-gate .pep-gate-copy{
  margin:0;font-size:14px;line-height:1.55;color:#5C6484;font-weight:500;
}
@media (prefers-reduced-motion:reduce){
  #pep-gate .pep-gate-orb,
  #pep-gate .pep-gate-svg,
  #pep-gate .pep-gate-spotlight{transition:none!important;transform:none!important}
  #pep-gate .pep-gate-spotlight{opacity:.35}
}
@media (max-width:480px){
  #pep-gate .pep-gate-fg{padding-bottom:max(100px,18vh)}
  #pep-gate .pep-gate-title{font-size:21px}
  #pep-gate .pep-gate-spotlight{
    background:
      radial-gradient(280px circle at var(--px) var(--py),rgba(255,255,255,.38) 0%,rgba(255,255,255,.1) 32%,transparent 60%),
      radial-gradient(200px circle at var(--px) var(--py),rgba(106,91,168,.14) 0%,transparent 55%);
  }
}

/* ---- Tour (mobile-first, print grande) ---- */
#pep-tour{
  position:fixed;inset:0;z-index:120;
  display:flex;align-items:stretch;justify-content:center;
  padding:0;box-sizing:border-box;
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  -webkit-tap-highlight-color:transparent;
}
#pep-tour .pep-tour-bd{position:absolute;inset:0;background:rgba(31,42,68,.62);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
#pep-tour .pep-tour-cd{
  position:relative;z-index:1;
  width:100%;max-width:100%;
  height:100%;max-height:100%;
  margin:0;overflow:hidden;
  background:#fff;
  border-radius:0;
  box-shadow:none;
  display:flex;flex-direction:column;
}
/* print grande + seta no ponto (contain = % da seta bate com a imagem) */
#pep-tour .pep-tour-media{
  flex:0 0 auto;
  width:100%;
  height:min(48vh,440px);
  min-height:220px;
  background:#EDEAF7;
  border-bottom:1px solid #E5E0F0;
  overflow:hidden;
  position:relative;
  display:flex;align-items:center;justify-content:center;
  padding:8px 8px 0;
  box-sizing:border-box;
}
#pep-tour .pep-tour-shot{
  position:relative;
  display:inline-block;
  max-width:100%;
  max-height:100%;
  line-height:0;
  border-radius:12px;
  overflow:visible;
  box-shadow:0 8px 28px rgba(31,42,68,.14);
}
#pep-tour .pep-tour-img{
  display:block;
  max-width:100%;
  max-height:min(46vh,420px);
  width:auto;height:auto;
  object-fit:contain;
  background:#F9F7FC;
  border-radius:12px;
}
/* pin: círculo + sonar preciso · legenda no lado "place" (sem seta) */
#pep-tour .pep-tour-callout{
  position:absolute;
  z-index:3;
  pointer-events:none;
  transform:translate(-50%,-50%);
  width:0;height:0;
}
#pep-tour .pep-tour-sonar{
  position:absolute;left:0;top:0;
  width:11px;height:11px;margin:-5.5px 0 0 -5.5px;
  border-radius:50%;
  background:#6A5BA8;
  border:2px solid #fff;
  box-shadow:0 1px 6px rgba(31,42,68,.35);
}
#pep-tour .pep-tour-sonar::before,
#pep-tour .pep-tour-sonar::after{
  content:"";position:absolute;inset:-3px;border-radius:50%;
  border:1.5px solid rgba(106,91,168,.55);
  animation:pepTourSonar 1.55s ease-out infinite;
}
#pep-tour .pep-tour-sonar::after{animation-delay:.5s}
@keyframes pepTourSonar{
  0%{transform:scale(.7);opacity:.85}
  100%{transform:scale(2.1);opacity:0}
}
#pep-tour .pep-tour-callout-label{
  position:absolute;
  white-space:nowrap;
  max-width:min(72vw,220px);
  overflow:hidden;text-overflow:ellipsis;
  background:#1F2A44;color:#fff;
  font-size:12px;font-weight:800;letter-spacing:.01em;line-height:1.25;
  padding:7px 10px;border-radius:9px;
  box-shadow:0 6px 16px rgba(31,42,68,.28);
}
#pep-tour .pep-tour-callout[data-place="bottom"] .pep-tour-callout-label{
  top:14px;left:50%;transform:translateX(-50%);
}
#pep-tour .pep-tour-callout[data-place="top"] .pep-tour-callout-label{
  bottom:14px;left:50%;transform:translateX(-50%);
}
#pep-tour .pep-tour-callout[data-place="right"] .pep-tour-callout-label{
  left:14px;top:50%;transform:translateY(-50%);
}
#pep-tour .pep-tour-callout[data-place="left"] .pep-tour-callout-label{
  right:14px;top:50%;transform:translateY(-50%);
}
#pep-tour .pep-tour-body{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding:18px 18px max(20px,env(safe-area-inset-bottom));
  display:flex;flex-direction:column;
}
#pep-tour .pep-tour-kicker{
  font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:#6A5BA8;margin:0 0 8px;line-height:1.3;
}
#pep-tour .pep-tour-title{
  font-size:22px;font-weight:800;letter-spacing:-.02em;color:#1F2A44;
  margin:0 0 10px;line-height:1.25;
}
#pep-tour .pep-tour-text{
  font-size:16px;line-height:1.55;color:#5C6484;margin:0 0 14px;
}
#pep-tour .pep-tour-example{
  margin:0 0 16px;padding:14px 16px;
  background:#F9F7FC;border:1px solid #E5E0F0;border-radius:14px;
  font-size:15px;line-height:1.5;color:#3D4563;
}
#pep-tour .pep-tour-example-label{
  display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:#6A5BA8;background:#EDE8F7;border-radius:8px;padding:4px 9px;margin:0 8px 0 0;vertical-align:middle;
}
#pep-tour .pep-tour-dots{display:flex;gap:7px;justify-content:center;margin:0 0 14px;flex-wrap:wrap}
#pep-tour .pep-tour-bar-track{height:8px;background:#EDEAF7;border-radius:99px;overflow:hidden;margin:0 0 16px;flex:none}
#pep-tour .pep-tour-foot{
  display:flex;gap:10px;align-items:center;flex-wrap:wrap;
  margin-top:auto;padding-top:8px;
  position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 28%);
  padding-bottom:2px;
}
#pep-tour .pep-tour-foot .grow{flex:1;min-width:8px}
#pep-tour .pep-tour-foot button{
  font:inherit;border:none;cursor:pointer;font-weight:700;
  font-size:16px;border-radius:14px;
  padding:14px 18px;min-height:48px;
  touch-action:manipulation;
}
#pep-tour .pep-tour-ghost{background:#fff;border:1.5px solid #E5E0F0!important;color:#5C6484;min-width:96px}
#pep-tour .pep-tour-primary{
  background:#6A5BA8;color:#fff;
  box-shadow:0 6px 18px rgba(106,91,168,.32);
  flex:1.2;min-width:120px;
}
#pep-tour .pep-tour-skip{
  background:transparent;color:#8B90AC;
  font-size:14px!important;padding:12px 8px!important;min-height:44px;
}
/* tablet+ */
@media (min-width:640px){
  #pep-tour{align-items:center;padding:max(16px,2vh) 20px;padding-bottom:max(16px,env(safe-area-inset-bottom))}
  #pep-tour .pep-tour-cd{
    width:min(720px,100%);
    height:auto;
    max-height:min(92vh,900px);
    border-radius:24px;
    box-shadow:0 30px 70px rgba(31,42,68,.35);
  }
  #pep-tour .pep-tour-media{height:min(44vh,400px);min-height:280px;border-radius:24px 24px 0 0;padding:12px 12px 0}
  #pep-tour .pep-tour-img{max-height:min(42vh,380px);border-radius:14px}
  #pep-tour .pep-tour-callout-label{font-size:14px;padding:10px 14px}
  #pep-tour .pep-tour-body{padding:22px 28px 26px}
  #pep-tour .pep-tour-title{font-size:24px}
  #pep-tour .pep-tour-text{font-size:16.5px}
  #pep-tour .pep-tour-foot{position:static;background:none;padding-top:4px}
}
/* desktop largo */
@media (min-width:900px){
  #pep-tour .pep-tour-cd{width:min(800px,100%);max-height:min(90vh,920px)}
  #pep-tour .pep-tour-media{height:min(50vh,460px);min-height:320px}
  #pep-tour .pep-tour-img{max-height:min(48vh,440px)}
  #pep-tour .pep-tour-title{font-size:26px}
  #pep-tour .pep-tour-text{font-size:17px;line-height:1.6}
  #pep-tour .pep-tour-example{font-size:15.5px;padding:16px 18px}
  #pep-tour .pep-tour-body{padding:24px 32px 28px}
  #pep-tour .pep-tour-foot button{font-size:16.5px;padding:15px 22px}
}
/* landscape phone: imagem menor, mais texto */
@media (max-height:500px) and (orientation:landscape){
  #pep-tour .pep-tour-media{height:100%;max-width:46%;min-height:0;border-bottom:none;border-right:1px solid #E5E0F0;padding:8px}
  #pep-tour .pep-tour-img{max-height:100%}
  #pep-tour .pep-tour-cd{flex-direction:row}
  #pep-tour .pep-tour-body{padding:14px 16px max(12px,env(safe-area-inset-bottom))}
  #pep-tour .pep-tour-title{font-size:18px}
  #pep-tour .pep-tour-text{font-size:14px;margin-bottom:10px}
  #pep-tour .pep-tour-example{font-size:13px;padding:10px 12px;margin-bottom:10px}
  #pep-tour .pep-tour-callout-label{font-size:12px;padding:7px 10px;max-width:140px}
}

/* ══ Mobile app shell (sidebar → bottom nav) ══ */
@media (max-width:768px){
  .pep-shell{
    flex-direction:column!important;
    min-height:100dvh!important;
  }
  .pep-aside{
    position:fixed!important;
    left:0;right:0;bottom:0;top:auto!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    flex-direction:row!important;
    align-items:stretch!important;
    padding:6px 6px max(6px,env(safe-area-inset-bottom))!important;
    border-right:none!important;
    border-top:1px solid #E5E0F0!important;
    box-shadow:0 -8px 28px rgba(31,42,68,.08);
    z-index:40!important;
    overflow:hidden;
  }
  .pep-aside-brand{display:none!important}
  .pep-aside-user{
    display:none!important; /* conta via Config no nav */
  }
  .pep-aside-nav{
    flex-direction:row!important;
    flex:1 1 auto;
    gap:2px!important;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:0 2px;
  }
  .pep-aside-nav::-webkit-scrollbar{display:none}
  .pep-nav-btn{
    flex:0 0 auto!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:2px!important;
    min-width:58px!important;
    max-width:72px!important;
    padding:8px 6px!important;
    font-size:10px!important;
    line-height:1.15!important;
    border-radius:12px!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .pep-nav-ico{
    width:auto!important;
    font-size:16px!important;
    line-height:1!important;
  }
  .pep-nav-label{
    display:block;
    max-width:4.8em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:9.5px!important;
    font-weight:700;
  }
  .pep-main{
    padding:14px 14px calc(78px + env(safe-area-inset-bottom))!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }
  /* grids 2 colunas → 1 coluna */
  .pep-grid-2{
    grid-template-columns:1fr!important;
  }
  /* calendário: células menores no mobile */
  .pep-main button[title*="Clique"]{
    min-height:0;
  }
  /* topo do main: botões empilham melhor */
  .pep-main > div:first-child{
    gap:10px!important;
  }
}

/* --- DC static styles (assemble extract) --- */
.dc-000181aab3{width:34px;height:34px;border-radius:50%;background:#E5E0F0;display:flex;align-items:center;justify-content:center;font-weight:800;color:#574691;flex:none}
.dc-00a277e34b{font-size:9.5px;letter-spacing:.12em;font-weight:700;color:#AEB3CD}
.dc-015a5e7fbe{display:flex;align-items:center;gap:8px}
.dc-019f0c664a{flex:1;padding:26px 32px 48px;min-width:0;box-sizing:border-box}
.dc-01af41efcc{font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:700;color:#574691}
.dc-01e568525b{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}
.dc-01ef7fc99e{display:flex;gap:8px;align-items:center}
.dc-02587e0b1c{width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:22px;flex:none}
.dc-02617c9246{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.dc-02dd1474e3{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.dc-0353a5e37e{font-size:13px;font-weight:700;color:#8B90AC;flex:none;margin-left:8px}
.dc-04480b6c41{font-size:13px;color:#5C6484;margin-top:4px;line-height:1.45}
.dc-04ebd4f2af{font-size:10.5px;letter-spacing:.1em;color:#3A4160}
.dc-055ecc4b69{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#AEB3CD}
.dc-05e34870b5{display:flex;align-items:center;background:#F2EFF9;border:1px solid #E5E0F0;border-radius:9px;padding:0 9px}
.dc-07219f23e0{font:inherit;border:none;cursor:pointer;flex:1.3;background:#6A5BA8;color:#fff;font-weight:700;font-size:14px;border-radius:12px;padding:12px;box-shadow:0 6px 18px rgba(106,91,168,.32)}
.dc-08cde5ff86{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}
.dc-08ea1817de{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-start;justify-content:center;padding:max(16px,4vh) 16px 24px;overflow-y:auto;box-sizing:border-box}
.dc-08ef27ad90{font:inherit;border:1.5px dashed #C9C0E4;cursor:pointer;background:#F9F7FC;border-radius:13px;padding:13px;display:flex;align-items:center;justify-content:center;gap:9px;color:#574691;font-weight:700;font-size:13.5px;transition:border-color .15s}
.dc-08ef27ad90:hover{border-color:#6A5BA8}
.dc-090e4c8884{border-top:1px solid #E5E0F0;margin-top:14px;padding-top:12px;font-size:13px;color:#8B90AC}
.dc-0994fd1682{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:16px 20px;margin-bottom:16px}
.dc-09a5de3112{max-width:820px}
.dc-0a86354d23{display:flex;flex-direction:column;gap:16px;min-width:0}
.dc-0ad52163cb{font:inherit;border:none;cursor:pointer;background:#6A5BA8;color:#fff;font-weight:700;font-size:12.5px;border-radius:10px;padding:10px 12px;width:100%}
.dc-0ad52163cb:hover{background:#574691}
.dc-0bbe7d36a0{font-size:12.5px;color:#8B90AC;margin-top:5px}
.dc-0c1c63a595{margin-top:16px;background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:18px 20px}
.dc-0c26823dca{font-size:10.5px;letter-spacing:.08em;font-weight:700;color:#8B90AC;text-transform:uppercase}
.dc-0c4c59b37e{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin-bottom:9px}
.dc-0c88fe3a80{display:flex;align-items:center;gap:9px}
.dc-0ca2541e69{background:#F9F7FC;border:1px solid #E5E0F0;border-radius:14px;padding:12px}
.dc-0cbbc3748a{display:flex;align-items:center;gap:12px;margin-top:13px;border-top:1px solid #F2EFF9;padding-top:13px}
.dc-0ccdc23791{font:inherit;font-size:12px;border:none;background:none;outline:none;padding:9px 0;width:100%;min-width:0;color:#1F2A44}
.dc-0d3d737f80{max-width:980px}
.dc-102b338868{font-family:'IBM Plex Mono',monospace;font-size:16px;font-weight:700;color:#574691;line-height:1.3}
.dc-10615839a7{font:inherit;border:1px solid rgba(192,69,90,.35);cursor:pointer;flex:1;min-width:110px;background:rgba(192,69,90,.08);color:#C0455A;font-weight:700;font-size:14.5px;border-radius:12px;padding:13px;transition:background .15s}
.dc-10615839a7:hover{background:rgba(192,69,90,.14)}
.dc-1185b0585b{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:#3A4160}
.dc-118d3b7750{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.dc-11eda336b1{flex:1;height:70%;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#8B7DC7,#6A5BA8)}
.dc-1246c4ee80{font:inherit;border:1.5px solid #D3CBE8;cursor:pointer;flex:1;background:#F9F7FC;color:#574691;font-weight:700;font-size:13px;border-radius:11px;padding:12px 14px;min-width:180px;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.dc-1246c4ee80:hover{border-color:#6A5BA8;background:#F2EFF9}
.dc-131bbd5a1f{display:flex;gap:7px;margin-top:12px;flex-wrap:wrap}
.dc-13313b1a3a{display:flex;justify-content:space-between;align-items:center}
.dc-13a4967ca1{font-size:18px;letter-spacing:-.02em;display:block;line-height:1.3}
.dc-14fe7530e1{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.dc-1548d0eeb4{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin-bottom:10px}
.dc-155876e905{font-size:13px;color:#574691;font-weight:700}
.dc-16b8c14c53{font-size:12px;font-weight:700;color:#8B90AC;margin-right:6px}
.dc-1753610e0c{background:#fff;border:1px solid #E5E0F0;border-radius:18px;padding:18px 20px}
.dc-17962acd7a{font:inherit;border:none;cursor:pointer;background:#F2EFF9;color:#574691;width:30px;height:30px;border-radius:50%;font-weight:700;flex:none}
.dc-185e3c6a25{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end}
.dc-18ff847937{max-width:940px;display:flex;flex-direction:column;gap:16px}
.dc-195ee7ee0b{font-size:12.5px;color:#8B90AC;margin-top:12px;line-height:1.45}
.dc-196f46a120{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}
.dc-199641a8be{background:#2E9B6E;color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;border-radius:999px;padding:3px 9px}
.dc-1a6518b18b{font:inherit;border:none;cursor:pointer;width:100%;margin-top:16px;background:#6A5BA8;color:#fff;font-weight:700;font-size:15px;border-radius:12px;padding:14px;box-shadow:0 6px 18px rgba(106,91,168,.32);transition:background .15s}
.dc-1a6518b18b:hover{background:#574691}
.dc-1a9a245722{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.dc-1accb87202{margin-top:12px;background:#F9F7FC;border:1px solid #E5E0F0;border-radius:11px;padding:11px 13px;font-size:13px;color:#5C6484;font-style:italic}
.dc-1b0f4999d2{margin-top:16px}
.dc-1bb0524f3a{flex:none;align-self:center}
.dc-1c77c046b5{display:flex;justify-content:space-between;font-size:12.5px;color:#8B90AC;margin-top:10px}
.dc-1d1abaa3f2{font:inherit;border:none;background:none;outline:none;padding:14px 0;width:100%;min-width:0;min-height:44px;color:#1F2A44;font-size:16px;font-family:'IBM Plex Mono',monospace;font-weight:600}
.dc-1d3a21ee0d{background:linear-gradient(150deg,#8B7DC7,#6A5BA8 70%,#574691);border-radius:20px;padding:26px 28px;color:#fff}
.dc-1f53cf15aa{display:flex;flex-direction:column;gap:2px}
.dc-1f7aff4476{background:rgba(106,91,168,.1);color:#574691;font-size:11px;font-weight:800;letter-spacing:.05em;border-radius:999px;padding:4px 11px}
.dc-1fadc7d7b3{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}
.dc-212e4f50e5{display:flex;align-items:center;gap:8px;background:#F9F7FC;border:1px solid #E5E0F0;border-radius:10px;padding:0 11px;margin-top:10px}
.dc-220a058a2c{display:flex;gap:8px;margin-top:10px}
.dc-225d1060fe{font:inherit;border:none;cursor:pointer;background:#6A5BA8;color:#fff;font-weight:700;font-size:14px;border-radius:12px;padding:13px 16px}
.dc-225d1060fe:hover{background:#574691}
.dc-23803ee965{font-size:18px;letter-spacing:-.01em}
.dc-23ab1187b5{font-size:13.5px;color:#5C6484;line-height:1.55;margin:12px 0 0}
.dc-23be6741c9{text-align:center;font-size:11.5px;color:#AEB3CD;margin-top:8px}
.dc-24301c5842{font-size:14.5px}
.dc-24e4821ea8{background:linear-gradient(150deg,rgba(106,91,168,.09),rgba(106,91,168,.04));border:1px solid rgba(106,91,168,.25);border-radius:16px;padding:15px 17px}
.dc-24fe81fd66{position:relative;width:230px;height:290px;margin:0 auto;background:linear-gradient(160deg,#F2EFF9,#EDEAF7);border:1px solid #E5E0F0;border-radius:86px;cursor:crosshair;overflow:hidden}
.dc-251e008cd5{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.dc-25558ea7f4{font-size:12.5px;color:#8B90AC;flex:none;margin-top:2px}
.dc-26af12da8a{display:flex;flex-direction:column;gap:9px}
.dc-281f931b4d{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:9px 18px;margin-top:12px;font-size:13.5px;color:#3A4160}
.dc-2931b2caf2{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#574691;font-weight:700}
.dc-29c3217cf0{display:grid;grid-template-columns:380px 1fr;gap:18px;align-items:start}
.dc-2b583d7389{margin-bottom:14px}
.dc-2bd2f39357{font-size:11px;color:#8B90AC;margin-top:8px}
.dc-2c30f3edd4{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;color:#574691;font-weight:700;font-size:13px;border-radius:12px;padding:12px}
.dc-2c30f3edd4:hover{border-color:#6A5BA8}
.dc-2d1aae9a25{font-size:11.5px;color:#8B90AC;line-height:1.35}
.dc-2da67e90b9{font-size:12.5px;color:#8B90AC;margin-top:4px}
.dc-2fb5c21eed{height:100%;width:78%;border-radius:99px;background:linear-gradient(90deg,#8B7DC7,#6A5BA8)}
.dc-30887c1565{background:#fff;border:1px solid #E5E0F0;border-radius:14px;padding:13px 16px;display:flex;align-items:center;gap:12px}
.dc-3192f585be{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin-bottom:6px}
.dc-329d18e6f2{font-size:11px;color:#8B90AC;margin-top:4px}
.dc-32c1c57f35{color:#8B90AC;font-size:13px}
.dc-3411fcc750{background:linear-gradient(150deg,#6A5BA8,#574691);border-radius:18px;padding:18px;color:#fff;box-shadow:0 12px 30px rgba(106,91,168,.3)}
.dc-35078b0ecd{font:inherit;border:none;cursor:pointer;width:100%;margin-top:14px;background:#6A5BA8;color:#fff;font-weight:700;font-size:14.5px;border-radius:12px;padding:13px;box-shadow:0 6px 18px rgba(106,91,168,.32);transition:background .15s}
.dc-35078b0ecd:hover{background:#574691}
.dc-3510172950{display:flex;justify-content:space-between;align-items:baseline;margin-top:6px;padding-top:8px;border-top:1px solid #F2EFF9}
.dc-354dae5e9e{font:inherit;border:none;cursor:pointer;width:100%;background:#6A5BA8;color:#fff;font-weight:700;font-size:14px;border-radius:12px;padding:13px;margin-bottom:6px;box-shadow:0 4px 14px rgba(106,91,168,.3);transition:background .15s}
.dc-354dae5e9e:hover{background:#574691}
.dc-359d64e5f4{font-size:13px;color:#3A4160;margin-top:8px;line-height:1.55}
.dc-35f7c4cd57{height:100%;width:82%;border-radius:99px;background:linear-gradient(90deg,#8B7DC7,#6A5BA8)}
.dc-36febca9cf{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}
.dc-37754c6ecf{display:flex;gap:4px;background:#F2EFF9;border-radius:999px;padding:3px}
.dc-38a165ef66{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:16px 18px}
.dc-3922d32600{min-width:0}
.dc-3ae6e94e2a{font-size:12px;color:#8B90AC;font-weight:600}
.dc-3b28d19811{font-family:'IBM Plex Mono',monospace;color:#574691;font-weight:700}
.dc-3b4c9194bb{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);width:66px;height:66px;border:1.5px dashed #C9C0E4;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}
.dc-3c2f70cfd3{color:#2E9B6E}
.dc-3cc6ffba16{height:8px;background:#EDEAF7;border-radius:99px;overflow:hidden;margin-top:10px}
.dc-3d09498e64{font:inherit;border:1.5px solid #E5E0F0;cursor:pointer;background:#fff;color:#5C6484;font-weight:700;font-size:14px;border-radius:12px;padding:12px 16px}
.dc-3d09498e64:hover{border-color:#D3CBE8}
.dc-3dff9f435b{font-size:13px;color:#8B90AC;margin-bottom:10px;text-align:center}
.dc-3e076a427c{max-width:860px;display:flex;flex-direction:column;gap:14px}
.dc-3e0e40ed5c{background:#fff;border:1px solid #E5E0F0;border-radius:18px;padding:18px 20px;min-width:0}
.dc-3eb93aa34f{margin:0;font-size:23px;font-weight:800;letter-spacing:-.02em}
.dc-3ef6527d04{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}
.dc-3f3d1a3afc{font-size:11.5px;color:#8B90AC;text-align:center;line-height:1.6}
.dc-406b359293{flex:1;height:8px;background:#EDEAF7;border-radius:99px;overflow:hidden}
.dc-4143de0656{display:grid;grid-template-columns:1fr 320px;gap:18px;align-items:start}
.dc-41ea23e546{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:76px}
.dc-41eab644c5{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.dc-433de30b36{font-size:14px}
.dc-4357ce5c0a{font-size:9.5px;letter-spacing:.1em;font-weight:700;color:#8B90AC}
.dc-44968be318{background:#fff;border:1px solid #E5E0F0;border-radius:18px;padding:16px 18px}
.dc-45466db9b4{font:inherit;border:none;cursor:pointer;background:#fff;color:#574691;font-weight:700;font-size:14px;border-radius:12px;padding:13px 22px;flex:none;box-shadow:0 6px 18px rgba(31,42,68,.2);transition:transform .12s}
.dc-45db7759ac{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start;margin-top:16px}
.dc-45e66b5e60{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:#574691;margin-top:14px}
.dc-46610030dd{background:#fff;border:1px dashed #D3CBE8;border-radius:14px;padding:26px;text-align:center;color:#8B90AC;font-size:13.5px}
.dc-47a8b34e10{display:flex;justify-content:space-between;font-size:12.5px;color:#8B90AC;margin-top:5px}
.dc-489f449508{display:block;width:100%}
.dc-4910716c41{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin:14px 0 6px}
.dc-496539b040{font-size:11.5px;font-weight:700;background:rgba(255,255,255,.16);border-radius:999px;padding:4px 10px}
.dc-49abe2556f{height:10px;background:#EDEAF7;border-radius:99px;overflow:hidden}
.dc-49adf5cb51{display:flex;align-items:center;gap:16px;margin-top:16px}
.dc-49cd09213e{display:flex;gap:6px}
.dc-49f4d177d3{font-size:12.5px;color:#5C6484;margin-top:1px}
.dc-4b43b64db3{text-align:center;font-size:11.5px;color:#8B90AC;margin-top:12px}
.dc-4b7d9e594b{margin-top:auto;display:flex;align-items:center;gap:10px;padding:10px 8px;border-top:1px solid #F2EFF9;cursor:pointer}
.dc-4c0ce5f37f{width:46px;height:46px;border-radius:50%;background:#E5E0F0;display:flex;align-items:center;justify-content:center;font-weight:800;color:#574691;font-size:17px;flex:none}
.dc-4d2571b29f{font-family:'IBM Plex Mono',monospace;font-size:19px}
.dc-4e31868f17{flex:1;height:92%;border-radius:6px 6px 2px 2px;background:#E5E0F0}
.dc-4e330d89c1{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dc-4e6766cca2{display:flex;justify-content:space-between;font-size:13px;color:#3A4160}
.dc-4f5c3c4fca{display:block;font-size:9.5px;color:#8B90AC;font-weight:600;margin-top:2px}
.dc-4f88ff36a7{background:#fff;border:1px solid #E5E0F0;border-radius:14px;padding:13px 15px}
.dc-4fa3ebbb7a{display:flex;align-items:flex-end;gap:6px;height:74px;margin-top:12px}
.dc-50e5fc47ad{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}
.dc-51037c16bc{display:flex;align-items:center;gap:14px;margin-top:14px}
.dc-51436c6324{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:20px;max-width:640px}
.dc-5278e208c3{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.dc-52b85aca6a{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.dc-5311fc82a6{font-size:12px;color:#574691}
.dc-5313934ffe{display:flex;align-items:center;gap:4px;background:#F2EFF9;border-radius:8px;padding:3px 9px;flex:none}
.dc-537397225e{display:flex;justify-content:space-between;align-items:baseline}
.dc-540ffd9c07{font:inherit;border:1px solid rgba(192,69,90,.35);cursor:pointer;flex:1;background:#fff;color:#C0455A;font-weight:700;font-size:12.5px;border-radius:10px;padding:11px;min-width:150px}
.dc-540ffd9c07:hover{background:rgba(192,69,90,.06)}
.dc-54c2afb7ba{text-align:right}
.dc-55138eab4e{font-size:12.5px;color:#5C6484;margin-top:10px}
.dc-56393492ea{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.dc-56ce017b42{font-size:11.5px;color:#8B90AC;margin-top:10px;border-top:1px solid #F2EFF9;padding-top:9px}
.dc-56e43df912{font:inherit;border:none;cursor:pointer;width:100%;margin-top:8px;background:#6A5BA8;color:#fff;font-weight:700;font-size:12.5px;border-radius:10px;padding:10px}
.dc-56e43df912:hover{background:#574691}
.dc-577c30e410{flex:1;height:80%;border-radius:6px 6px 2px 2px;background:#D3CBE8}
.dc-57f05a9535{font-size:11px;color:#8B90AC;margin-bottom:4px}
.dc-5823c2613d{font-size:11.5px;color:#8B90AC;margin-top:8px;line-height:1.4}
.dc-58698b76ba{color:#8B90AC}
.dc-587f1dd917{flex:1;overflow-y:auto;min-height:0;margin-top:14px}
.dc-58fbefb441{position:absolute;inset:0;background:rgba(31,42,68,.45)}
.dc-59455cf022{font-size:11px;color:#8B90AC;font-weight:600}
.dc-59df608496{font:inherit;border:none;cursor:pointer;background:#6A5BA8;color:#fff;font-weight:700;font-size:13.5px;border-radius:11px;padding:12px 20px;flex:none;box-shadow:0 6px 18px rgba(106,91,168,.4)}
.dc-59df608496:hover{background:#8B7DC7}
.dc-59eddc679e{flex:1;min-width:0}
.dc-5a8e502205{height:8px;background:#EDEAF7;border-radius:99px;overflow:hidden;margin-top:6px}
.dc-5b07d57b05{background:#1F2A44;color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;border-radius:999px;padding:9px 18px;box-shadow:0 10px 28px rgba(31,42,68,.35)}
.dc-5b6965d246{font-size:10.5px;color:#8B90AC}
.dc-5b96b12daa{font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:#8B90AC;margin-top:4px}
.dc-5c9f90ebdd{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.dc-5cb24595a2{display:flex;justify-content:space-between;align-items:center;background:#F2EFF9;border-radius:11px;padding:10px 13px;margin-bottom:12px}
.dc-5d300571c8{background:#fff;border:1px solid #E5E0F0;border-radius:18px;padding:20px}
.dc-5d4e05cfa7{font-size:10px;letter-spacing:.1em;font-weight:700;color:#8B90AC}
.dc-5d554fffd9{font-size:12.5px;color:#8B90AC}
.dc-5d655b8b8f{display:flex;align-items:center;gap:11px}
.dc-5e0faad207{font-size:13px}
.dc-5ea99fbcb8{font:inherit;border:none;cursor:pointer;background:none;color:#574691;font-weight:700;font-size:13px}
.dc-5f0f077c2d{font-family:'IBM Plex Mono',monospace;font-size:20px;color:#574691}
.dc-5fa4ca550f{font-size:11.5px;color:#8B90AC;font-weight:600}
.dc-6061330caf{display:grid;grid-template-columns:repeat(3,minmax(160px,220px));gap:12px;margin-bottom:16px}
.dc-60c6e47294{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
.dc-61369fa2d0{display:flex;justify-content:space-between;font-size:12px;color:#8B90AC;margin-top:6px}
.dc-615be5f605{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC}
.dc-615f6ecdf7{font-size:15px;line-height:1}
.dc-619c4b0a0e{font-size:12px;color:#8B90AC}
.dc-620ccbcb14{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;flex-wrap:wrap}
.dc-62498a4044{font:inherit;border:none;cursor:pointer;flex:1;background:#2E9B6E;color:#fff;font-weight:700;font-size:12.5px;border-radius:11px;padding:11px}
.dc-62498a4044:hover{background:#237A56}
.dc-630971b2a6{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#3A4160}
.dc-63165ae8c3{font-size:11.5px;color:#8B90AC;margin-top:12px;line-height:1.45}
.dc-64191ecfc6{display:block;font-size:11.5px;color:#8B90AC}
.dc-64245ef65d{display:flex;align-items:center;gap:12px;border-bottom:1px solid #F2EFF9;padding-bottom:9px}
.dc-6596bb5d80{background:rgba(192,69,90,.08);border:1px solid rgba(192,69,90,.3);border-radius:11px;padding:10px 13px;font-size:12.5px;color:#C0455A;font-weight:600}
.dc-65b3488491{display:flex;align-items:baseline;gap:7px;margin-top:4px}
.dc-66cec400ef{display:flex;align-items:center;gap:8px;background:#F9F7FC;border:1px solid #E5E0F0;border-radius:10px;padding:0 11px;margin-top:10px;max-width:320px}
.dc-67ac628b3a{position:relative;width:440px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;box-sizing:border-box;background:#fff;border-radius:20px;padding:24px 26px;box-shadow:0 30px 70px rgba(31,42,68,.3);z-index:1}
.dc-67b19818e4{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.dc-69275fc490{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;opacity:.8}
.dc-69627fcd6d{color:#8B90AC;font-size:13.5px;margin-top:14px;line-height:1.45}
.dc-6a10f6889e{background:#F2EFF9;border-radius:11px;padding:9px 11px;display:flex;justify-content:space-between;align-items:center}
.dc-6a6c3d3f4f{width:70px;font-size:13px;font-weight:600;color:#3A4160;flex:none}
.dc-6b5886dbe9{font:inherit;border:none;cursor:pointer;flex:1.4;min-width:140px;background:#6A5BA8;color:#fff;font-weight:700;font-size:14.5px;border-radius:12px;padding:13px;box-shadow:0 6px 18px rgba(106,91,168,.32);transition:background .15s}
.dc-6b5886dbe9:hover{background:#574691}
.dc-6bf84b2c65{display:flex;justify-content:space-between;gap:8px;align-items:center}
.dc-6c06baaf0c{font:inherit;border:none;cursor:pointer;background:#6A5BA8;color:#fff;font-weight:700;font-size:13px;border-radius:999px;padding:9px 16px}
.dc-6c06baaf0c:hover{background:#574691}
.dc-6c0d09d5fa{flex:1;min-width:220px}
.dc-6c34cabb06{font-size:16px;min-width:140px;text-align:center}
.dc-6c49557f76{display:flex;gap:6px;background:#fff;border:1px solid #E5E0F0;border-radius:999px;padding:4px}
.dc-6d35813614{color:#1F2A44}
.dc-6dc7324a8a{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin:16px 0 8px}
.dc-6dffbb3367{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}
.dc-6e86e09c01{font-size:17px;flex:none}
.dc-6ec30f8d60{font-size:16px;display:block}
.dc-6f5cdd0b61{background:#fff;border:1px solid #E5E0F0;border-radius:14px;padding:13px 16px}
.dc-6f8a77758d{font-family:'IBM Plex Mono',monospace}
.dc-71e179386f{max-width:760px}
.dc-73b26b1523{border-top:1px solid #F2EFF9;margin-top:14px;padding-top:12px}
.dc-73ee1f6e9a{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:700;color:#574691;border:none;background:none;outline:none;padding:8px 0;width:52px;text-align:center}
.dc-73f3000675{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.dc-7571d172ae{font-size:13px;font-weight:700;color:#8B90AC;flex:none}
.dc-75da1f0c2b{position:relative;width:320px;height:420px;margin:0 auto;background:linear-gradient(160deg,#F2EFF9,#EDEAF7);border:1px solid #E5E0F0;border-radius:120px;cursor:crosshair;overflow:hidden}
.dc-7639ccc0be{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;color:#574691;font-weight:700;font-size:12px;border-radius:10px;padding:10px 12px;flex:none}
.dc-7639ccc0be:hover{border-color:#6A5BA8}
.dc-7659741002{font-size:15px;display:block}
.dc-766710f1be{font-family:'IBM Plex Mono',monospace;font-size:21px;color:#C0455A}
.dc-7681b2d2e6{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}
.dc-77fbf320d0{font-family:'IBM Plex Mono',monospace;font-size:17px;font-weight:700}
.dc-784b997164{display:flex;flex-direction:column;gap:18px;min-width:0}
.dc-78d82253f2{display:flex;gap:10px;margin-top:18px;flex:none}
.dc-78f0ad2d37{font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:700;color:#574691;width:18px;text-align:right}
.dc-7935f992a8{display:flex;gap:10px;margin-top:20px}
.dc-7c15ac577a{font:inherit;border:none;cursor:pointer;background:none;padding:0;display:flex;align-items:center;gap:12px;width:100%}
.dc-7c94738be5{display:block;font-size:12.5px;color:#8B90AC}
.dc-7cac5031e9{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.dc-7d2235f6a7{display:flex;align-items:center;gap:12px;margin-top:14px}
.dc-7e53d911a1{margin-top:12px;background:#F2EFF9;border-radius:11px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#8B90AC;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.dc-7e70c30e86{font-size:13px;color:#5C6484;margin-bottom:12px}
.dc-7eb2e49144{flex:1;min-width:0;text-align:left}
.dc-7fbf294c32{display:flex;gap:8px;margin-top:10px;align-items:center}
.dc-81282a3bbb{font-size:11px;color:#8B90AC;margin-top:8px;border-top:1px solid #F2EFF9;padding-top:8px}
.dc-81d1922b89{position:fixed;left:50%;transform:translateX(-50%);bottom:28px;background:#1F2A44;color:#fff;font-size:13.5px;font-weight:700;border-radius:999px;padding:12px 22px;box-shadow:0 10px 28px rgba(31,42,68,.35);animation:toastIn .25s cubic-bezier(.2,.8,.2,1);z-index:60;white-space:nowrap}
.dc-82129eb9f2{font-size:17px;display:block}
.dc-82af7938e5{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#F9F7FC;color:#574691;font-weight:700;font-size:12.5px;border-radius:999px;padding:8px 14px}
.dc-82af7938e5:hover{border-color:#6A5BA8}
.dc-82da4aa157{font-size:12.5px;color:#8B90AC;margin-top:2px}
.dc-8454d90713{font:inherit;border:1px solid #D3CBE8;cursor:pointer;width:100%;background:#F9F7FC;color:#574691;font-weight:700;font-size:13.5px;border-radius:12px;padding:11px;transition:border-color .15s,background .15s}
.dc-8454d90713:hover{border-color:#6A5BA8;background:#F2EFF9}
.dc-84d9eea061{background:#fff;border:1px solid #E5E0F0;border-radius:14px;padding:14px 12px 10px}
.dc-85e58f4dce{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}
.dc-87086f885a{display:flex;align-items:center;gap:9px;margin-bottom:12px}
.dc-87902e836d{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}
.dc-881f70f973{font-size:22px}
.dc-884d7fa759{font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:700;color:#574691}
.dc-89b744d473{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:12.5px;border-radius:10px;padding:11px;min-width:150px}
.dc-89b744d473:hover{border-color:#D3CBE8}
.dc-8a152e1557{display:flex;align-items:center;background:#F2EFF9;border:1px solid #E5E0F0;border-radius:10px;padding:0 11px}
.dc-8a1eea910a{color:#574691;font-family:'IBM Plex Mono',monospace}
.dc-8b12fd4254{flex:1;font:inherit;border:1px solid #E5E0F0;border-radius:11px;padding:11px 12px;background:#F2EFF9}
.dc-8c0dc7e876{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;color:#574691;font-weight:700;font-size:12.5px;border-radius:999px;padding:7px 13px}
.dc-8c0dc7e876:hover{border-color:#6A5BA8}
.dc-8da12b0095{font-size:12px;color:#8B90AC;line-height:1.4}
.dc-8dc9694129{display:flex;min-height:100vh;min-height:100dvh}
.dc-8dcde4ec3b{background:#fff;border:1px solid #E5E0F0;border-radius:14px;padding:12px 14px}
.dc-8dd2c7c05e{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,1fr);gap:16px;align-items:start}
.dc-8dd360c2ac{font:inherit;border:none;cursor:pointer;background:#F2EFF9;color:#574691;width:30px;height:30px;border-radius:50%;font-weight:700}
.dc-8fcc561a03{width:20px;text-align:center}
.dc-9209a4b714{flex:1;height:86%;border-radius:6px 6px 2px 2px;background:#E5E0F0}
.dc-939755289c{font-size:9px;color:#8B90AC;font-weight:700}
.dc-9405df25bc{flex:1;min-width:240px}
.dc-9410d5e0a3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}
.dc-94aa034c6c{font-size:19px}
.dc-953277f379{margin-top:8px;background:#F9F7FC;border:1px solid #E5E0F0;border-radius:11px;padding:11px 13px;font-size:13px;color:#5C6484;font-style:italic}
.dc-95ca7a892e{font:inherit;border:none;cursor:pointer;background:#6A5BA8;color:#fff;font-weight:700;font-size:14px;border-radius:11px;padding:11px 20px;box-shadow:0 4px 14px rgba(106,91,168,.3);transition:background .15s}
.dc-95ca7a892e:hover{background:#574691}
.dc-95fd837ece{display:flex;align-items:center;gap:12px}
.dc-97445a8d93{flex:1}
.dc-97e5a4e4a5{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}
.dc-98dc9ac30f{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:700;color:#574691}
.dc-99a2298d16{text-align:right;flex:none}
.dc-99dd315f26{font-size:14px;color:#1F2A44}
.dc-99dd504cd3{display:flex;gap:9px;flex-wrap:wrap}
.dc-9a5b6b6b5c{position:relative;height:13px}
.dc-9af9bf12d0{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:12.5px;border-radius:11px;padding:11px}
.dc-9af9bf12d0:hover{border-color:#6A5BA8}
.dc-9b8f1ecac6{font-size:11.5px;color:#8B90AC}
.dc-9bba235e44{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#8B90AC;font-weight:700;font-size:11px}
.dc-9bf8c05404{background:#1F2A44;border-radius:18px;padding:20px 22px;color:#fff;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.dc-9d3364c802{font-family:'IBM Plex Mono',monospace;font-size:21px;color:#574691}
.dc-9dde11a513{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:14.5px;border-radius:12px;padding:13px}
.dc-9dde11a513:hover{border-color:#D3CBE8}
.dc-9e13ba7ce9{font-size:11px;color:#8B90AC;margin-top:12px}
.dc-9e35088919{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;color:#574691;width:34px;height:34px;border-radius:10px;font-weight:800;font-size:16px;padding:0}
.dc-9e35088919:hover{border-color:#6A5BA8}
.dc-9e6a61def7{font-size:14.5px;display:block;margin-top:2px}
.dc-9fe443ee84{width:30px;height:30px;border-radius:8px;display:block;flex:none}
.dc-9ffa1bc700{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}
.dc-a0007f5939{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:7px;min-height:0}
.dc-a0953c189c{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;border-radius:13px;padding:11px 13px;display:flex;align-items:center;gap:11px;text-align:left;transition:border-color .15s}
.dc-a0953c189c:hover{border-color:#6A5BA8}
.dc-a16ea9cce4{color:#8B90AC;font-size:13px;font-weight:600}
.dc-a1954ec13e{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:13.5px;border-radius:12px;padding:11px;transition:border-color .15s}
.dc-a1954ec13e:hover{border-color:#D3CBE8}
.dc-a1c32b6507{display:flex;flex-direction:column;gap:9px;margin-top:12px}
.dc-a1df57d0ed{margin-top:16px;background:#F9F7FC;border:1px solid #E5E0F0;border-radius:12px;padding:12px 14px}
.dc-a2ce43be4f{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}
.dc-a307522d6f{display:flex;justify-content:space-between;font-size:12.5px;color:#8B90AC;margin-top:7px}
.dc-a3752a9a80{font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:700;color:#574691;flex:none}
.dc-a3fb6baf28{background:#fff;border:1px solid #E5E0F0;border-radius:14px;padding:13px 15px;display:flex;flex-direction:column;gap:7px;font-size:12.5px;color:#5C6484;font-weight:600}
.dc-a47cd448dd{display:flex;gap:7px}
.dc-a56c85e3df{display:flex;flex-direction:column;gap:10px}
.dc-a5bf588e34{font-size:12.5px;color:#8B90AC;margin-bottom:10px}
.dc-a5f0fd1de2{font-size:15px;display:block;margin-bottom:12px}
.dc-a66f737e6d{width:70px;font-size:12.5px;font-weight:600;color:#3A4160}
.dc-a76d597a07{display:flex;gap:8px}
.dc-a87945c755{text-align:center;font-size:12px;color:#8B90AC;margin-top:8px}
.dc-a8904c5219{flex:1;font:inherit;border:1px solid #E5E0F0;border-radius:11px;padding:11px 12px;background:#F2EFF9;font-family:'IBM Plex Mono',monospace}
.dc-a8bb6e642f{background:rgba(106,91,168,.07);border:1px solid rgba(106,91,168,.25);border-radius:14px;padding:13px 15px;font-size:13px;color:#574691;font-weight:600}
.dc-aa2a36fa7e{font-size:11.5px;color:#8B90AC;margin-top:6px;font-weight:600}
.dc-aa9549bea1{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#574691;text-transform:none;letter-spacing:0}
.dc-aaea601fa3{display:flex;align-items:flex-end;gap:14px;height:130px}
.dc-ab5e44dd8e{background:rgba(106,91,168,.07);border:1px solid rgba(106,91,168,.22);border-radius:12px;padding:12px 14px;margin-bottom:10px}
.dc-abfeeb0864{display:flex;justify-content:space-between;align-items:center;background:#F2EFF9;border-radius:11px;padding:11px 14px}
.dc-acb3499974{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:18px 20px;margin-top:6px}
.dc-ad14700279{max-width:860px;display:flex;flex-direction:column;gap:16px}
.dc-ad2c5d92f7{display:flex;align-items:center;gap:8px;margin-top:6px}
.dc-adfac2adce{display:flex;flex-direction:column;gap:10px;min-width:0}
.dc-aebf48eb8e{font-size:15.5px}
.dc-af9fad21ff{display:flex;align-items:center;background:#F2EFF9;border:1.5px solid #D3CBE8;border-radius:12px;padding:0 14px;min-height:48px}
.dc-b04c396f71{color:#8B90AC;font-size:13.5px}
.dc-b18f81b79d{width:20px;height:20px;border-radius:50%;background:#6A5BA8;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
.dc-b292bf6392{display:flex;gap:10px;margin-top:18px}
.dc-b2b1a3f8de{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;color:#574691;font-weight:700;font-size:13px;border-radius:999px;padding:8px 15px}
.dc-b2b1a3f8de:hover{border-color:#6A5BA8}
.dc-b30c59b10d{font-size:19px;letter-spacing:-.01em;display:block}
.dc-b4516f5511{font-size:13.5px;opacity:.85}
.dc-b4a8f7f79a{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:14px;border-radius:12px;padding:12px}
.dc-b6bfeccb5a{font-size:13px;color:#8B90AC}
.dc-b760525849{position:relative;margin-top:16px}
.dc-b771cc82db{position:absolute;inset:0;background:rgba(31,42,68,.55)}
.dc-b7c3ba46c3{font-size:11px;color:#8B90AC;font-weight:700}
.dc-b7e92ac58b{font-size:12.5px;color:#8B90AC;font-style:italic;margin-top:5px}
.dc-b832aaa438{margin-top:12px;background:#F9F7FC;border:1px solid #E5E0F0;border-radius:11px;padding:10px 13px;font-size:12.5px;color:#5C6484}
.dc-b87ca3241d{display:flex;align-items:center;gap:10px}
.dc-b892083e12{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;color:#2E9B6E}
.dc-b9efb4e57f{display:flex;align-items:center;gap:9px;font-weight:800;font-size:16px;padding:0 8px 18px}
.dc-b9fe79fc7e{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;color:#574691}
.dc-ba0fdf5ce8{font-size:11px;color:#8B90AC;margin-top:10px}
.dc-ba2984c3bf{margin-top:14px;display:flex;flex-direction:column;gap:12px}
.dc-ba935032f6{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:11px;font-weight:700;color:#8B90AC;border-bottom:1px solid #F2EFF9;padding-bottom:6px}
.dc-baf00a60de{display:flex;gap:7px;flex-wrap:wrap}
.dc-bb6acd8bf1{width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:19px;flex:none}
.dc-bbc056015a{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dc-bcd93c1b69{font:inherit;border:none;cursor:pointer;width:100%;margin-top:14px;background:#6A5BA8;color:#fff;font-weight:700;font-size:14.5px;border-radius:12px;padding:13px;box-shadow:0 6px 18px rgba(106,91,168,.5);transition:background .15s}
.dc-bcd93c1b69:hover{background:#8B7DC7}
.dc-bd979433ea{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:12px}
.dc-be26537941{display:flex;flex-direction:column;gap:8px}
.dc-bf2b033430{font-family:'IBM Plex Mono',monospace;font-size:23px;font-weight:700;line-height:1.15}
.dc-bfe2644a05{display:flex;align-items:center;gap:12px;margin-top:13px}
.dc-c0e4a90833{color:#574691;font-weight:800;font-size:17px;flex:none}
.dc-c1277352d8{position:relative;width:420px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;box-sizing:border-box;background:#fff;border-radius:20px;padding:24px 26px;box-shadow:0 30px 70px rgba(31,42,68,.3);z-index:1}
.dc-c172d7d122{color:#574691}
.dc-c206d57812{font:inherit;border:1px solid #E5E0F0;cursor:pointer;width:100%;margin-top:14px;background:#fff;color:#574691;font-weight:700;font-size:13px;border-radius:10px;padding:11px;transition:border-color .15s}
.dc-c206d57812:hover{border-color:#6A5BA8}
.dc-c22b38dc70{font-family:'IBM Plex Mono',monospace;font-weight:700;color:#574691}
.dc-c252faa891{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#8B90AC;font-weight:700}
.dc-c2a12a8722{margin-top:14px;color:#8B90AC;font-size:13.5px}
.dc-c2b4845dbc{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:700;color:#574691;border:none;background:none;outline:none;width:52px}
.dc-c300782d3c{font-size:8px;letter-spacing:.18em;color:#8B90AC;font-weight:700}
.dc-c35a0268c1{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;color:#574691;width:56px;text-align:right;flex:none}
.dc-c364827ba9{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8B90AC}
.dc-c3c9ab4585{display:flex;align-items:center;background:#F2EFF9;border:1px solid #E5E0F0;border-radius:11px;padding:0 12px}
.dc-c3f06ed8e5{color:#574691;font-weight:700}
.dc-c4601c4ebf{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0 12px;flex:none}
.dc-c4d1285393{font:inherit;font-size:13px;border:none;background:none;outline:none;padding:9px 0;width:100%;min-width:0;color:#1F2A44}
.dc-c4d9d3d89e{display:flex;flex-direction:column;gap:13px;margin-top:14px}
.dc-c53983f338{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin-top:14px}
.dc-c5a42d810c{position:relative;width:240px;margin:0 auto}
.dc-c6783796bf{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.dc-c6926f1dd7{display:flex;justify-content:space-between;align-items:center;gap:10px}
.dc-c6e20e0833{display:grid;grid-template-columns:1fr 300px;gap:18px;align-items:start}
.dc-c6e6e85dac{display:flex;gap:14px;align-items:stretch}
.dc-c713dc6a54{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:16px}
.dc-c74846be30{font-size:11.5px;color:#8B90AC;margin-top:6px}
.dc-c75c18f2f5{width:96px;font-size:13.5px;font-weight:600;color:#3A4160;flex:none;text-align:left}
.dc-c7da9158e3{display:flex;flex-direction:column;gap:14px}
.dc-c914490fde{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#8B90AC;font-weight:700;margin-bottom:9px}
.dc-ca2297f40e{width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:19px;flex:none}
.dc-ca9affbc90{width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:14px}
.dc-cb60b50cb7{display:flex;flex-direction:column;gap:8px;margin-top:18px}
.dc-cbad02d944{display:flex;align-items:center;background:#F2EFF9;border:1px solid #E5E0F0;border-radius:11px;padding:0 12px;max-width:280px}
.dc-ccb4de2ac7{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.dc-cd1a0dad92{font-size:11px;font-weight:700;color:#8B90AC;flex:none}
.dc-cddb0357ca{display:flex;align-items:flex-end;gap:6px;height:84px;margin-top:12px}
.dc-ce365cfd70{font:inherit;border:none;cursor:pointer;background:none;color:#8B90AC;font-weight:700;font-size:12.5px}
.dc-ce75894afb{display:flex;justify-content:space-between;align-items:center;flex:none}
.dc-ce9fa5ba61{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:18px}
.dc-d12347628f{flex:1;min-width:0;height:34px;display:block}
.dc-d1d940aefa{max-width:640px;display:flex;flex-direction:column;gap:14px}
.dc-d2aa80563a{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}
.dc-d2e05c6df0{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin:14px 0 8px}
.dc-d2f1c137e9{font-size:12.5px;font-family:'IBM Plex Mono',monospace;color:#574691}
.dc-d3b4c41461{font-size:17px;letter-spacing:-.01em}
.dc-d448218e55{background:#F2EFF9;border-radius:11px;padding:9px 11px}
.dc-d4cea01642{font-size:13.5px;opacity:.85;margin-top:4px}
.dc-d506e25baa{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);width:90px;height:90px;border:1.5px dashed #C9C0E4;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}
.dc-d735afcfde{font:inherit;border:1px solid #E5E0F0;cursor:pointer;background:#fff;color:#C0455A;width:30px;height:30px;border-radius:9px;flex:none;transition:border-color .15s}
.dc-d735afcfde:hover{border-color:#C0455A}
.dc-d90bfe39ba{display:flex;gap:9px}
.dc-d91ef3a50f{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dc-da3ecc3dbd{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#574691;font-weight:700;font-size:12.5px;border-radius:10px;padding:11px;min-width:150px}
.dc-da3ecc3dbd:hover{border-color:#6A5BA8}
.dc-da971ba4e5{display:flex;justify-content:space-between;align-items:baseline;margin-top:10px}
.dc-daf1f0c00f{background:linear-gradient(150deg,#8B7DC7,#6A5BA8 70%,#574691);border-radius:20px;padding:24px 26px;color:#fff;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.dc-db5fb5f034{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin-bottom:8px}
.dc-dc1a9c894a{font:inherit;border:none;background:none;outline:none;padding:10px 0;width:100%;color:#1F2A44;font-weight:700}
.dc-dc78d951d3{font-size:12px;color:#AEB3CD;margin-top:2px}
.dc-dc98c940da{font:inherit;border:none;background:none;outline:none;padding:11px 0;width:100%;color:#1F2A44;font-family:'IBM Plex Mono',monospace}
.dc-dd2fd42289{flex:1;height:76%;border-radius:6px 6px 2px 2px;background:#B4A8E3}
.dc-dd528b4458{color:#6A5BA8}
.dc-dd5ef0cb30{border-bottom:1px solid #F2EFF9;padding-bottom:9px}
.dc-ddbc01abb8{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:14px}
.dc-de00808e96{font-size:15px}
.dc-e05e56cb4f{font-size:12px;color:#8B90AC;margin-top:8px}
.dc-e12feb99b2{display:flex;flex-direction:column;gap:12px}
.dc-e131cd78d6{font:inherit;border:none;cursor:pointer;font-size:12px;font-weight:700;color:#574691;background:#F2EFF9;border-radius:999px;padding:6px 14px}
.dc-e131cd78d6:hover{background:#E5E0F0}
.dc-e1699a6013{width:224px;flex:none;background:#fff;border-right:1px solid #E5E0F0;display:flex;flex-direction:column;padding:18px 12px;position:sticky;top:0;height:100vh;height:100dvh;box-sizing:border-box;z-index:30}
.dc-e19795492b{font-size:11.5px;color:#8B90AC;margin-bottom:12px}
.dc-e27e261d0d{font:inherit;border:none;background:none;outline:none;padding:11px 0;width:100%;min-width:0;color:#1F2A44}
.dc-e2b01b0df3{max-width:640px}
.dc-e2b57b40d1{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;filter:saturate(.75);opacity:.75;pointer-events:none}
.dc-e45a62adf8{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8B1538;margin-bottom:8px}
.dc-e5d13be896{font-size:9px;letter-spacing:.2em;color:#8B90AC;font-weight:700}
.dc-e62ca13923{position:fixed;inset:0;z-index:55;display:flex;align-items:flex-start;justify-content:center;padding:max(16px,6vh) 16px 24px;overflow-y:auto;box-sizing:border-box}
.dc-e6d63a707f{font-size:12.5px;margin:12px 0 0;line-height:1.5}
.dc-e785b9bd64{font-size:13.5px}
.dc-e7c0e1a283{position:relative;width:440px;max-width:100%;max-height:none;overflow-y:visible;box-sizing:border-box;background:#fff;border-radius:20px;padding:24px 26px;box-shadow:0 30px 70px rgba(31,42,68,.3);z-index:1;flex:none;scrollbar-gutter:stable}
.dc-e92057e78c{font-size:12px;font-weight:700;color:#8B90AC}
.dc-e93bf4bed8{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#8B90AC;margin-bottom:6px}
.dc-e96a3400e2{background:#1F2A44;border-radius:12px;padding:11px 8px;text-align:center;color:#fff}
.dc-e99486b8a1{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center}
.dc-ea2d188d6d{background:#1F2A44;border-radius:16px;padding:18px;color:#fff}
.dc-eafec4d403{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:15px;border-radius:12px;padding:14px;transition:border-color .15s}
.dc-eafec4d403:hover{border-color:#D3CBE8}
.dc-eb143b6198{background:#F2EFF9;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700;color:#5C6484}
.dc-eb2eb533e6{font-size:13.5px;display:block}
.dc-eb98698bc6{font-size:12.5px;opacity:.8;margin-top:2px}
.dc-ebffbcccb8{font-size:13.5px;width:70px;flex:none}
.dc-ec7e89ced9{font-family:'IBM Plex Mono',monospace;color:#574691}
.dc-ed310cf69b{font-family:'IBM Plex Mono',monospace;font-size:26px;font-weight:700;color:#574691}
.dc-ee0622d5df{height:100%;width:64%;border-radius:99px;background:linear-gradient(90deg,#8B7DC7,#6A5BA8)}
.dc-ef6621fdf1{background:rgba(176,122,22,.07);border:1px solid rgba(176,122,22,.3);border-radius:14px;padding:13px 15px;font-size:12.5px;color:#B07A16;font-weight:600}
.dc-efc9d4d683{font:inherit;border:none;cursor:pointer;margin-top:18px;background:#fff;color:#574691;font-weight:700;font-size:14px;border-radius:12px;padding:13px 22px;box-shadow:0 6px 18px rgba(31,42,68,.2)}
.dc-f0a2bbc1ed{display:flex;flex-direction:column;gap:7px}
.dc-f16c741ab1{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;min-width:90px;background:#fff;color:#5C6484;font-weight:700;font-size:14.5px;border-radius:12px;padding:13px;transition:border-color .15s}
.dc-f16c741ab1:hover{border-color:#D3CBE8}
.dc-f19b29d7a1{font:inherit;border:none;background:none;outline:none;padding:11px 0;width:100%;color:#1F2A44}
.dc-f269a88cf1{background:#fff;border:1px solid #E5E0F0;border-radius:16px;padding:16px 18px;cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}
.dc-f269a88cf1:hover{border-color:#6A5BA8;transform:translateY(-2px);box-shadow:0 10px 26px rgba(31,42,68,.08)}
.dc-f2aaddf0f7{width:100%;accent-color:#6A5BA8;margin-top:12px}
.dc-f3afea5eee{flex:1;height:9px;background:#EDEAF7;border-radius:99px;overflow:hidden;display:flex}
.dc-f6a869bae8{display:flex;align-items:center;gap:9px;min-width:0}
.dc-f6c797b534{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.dc-f6d3556cc2{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#5C6484;font-weight:700;font-size:12px;border-radius:10px;padding:10px 6px}
.dc-f6d3556cc2:hover{border-color:#D3CBE8}
.dc-f726be9dd6{font-size:14.5px;color:#1F2A44}
.dc-f754bc2e99{font:inherit;border:1px solid #E5E0F0;cursor:pointer;flex:1;background:#fff;color:#C0455A;font-weight:700;font-size:12px;border-radius:10px;padding:10px 6px}
.dc-f754bc2e99:hover{border-color:#C0455A}
.dc-f7883e78cd{position:relative;width:440px;max-width:100%;box-sizing:border-box;background:#fff;border-radius:20px;padding:22px 24px;box-shadow:0 30px 70px rgba(31,42,68,.3);z-index:1}
.dc-f7b5be3673{position:relative;width:420px;max-width:100%;max-height:min(90dvh,640px);overflow-y:auto;box-sizing:border-box;background:#fff;border-radius:20px;padding:24px 22px;box-shadow:0 30px 70px rgba(31,42,68,.35);z-index:1}
.dc-f856dd137d{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}
.dc-f89585a97f{font-size:11px;letter-spacing:.06em;color:#574691;font-family:'IBM Plex Mono',monospace}
.dc-f90e2a7fbf{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
.dc-f959261a69{font:inherit;border:1.5px solid #E5E0F0;cursor:pointer;background:#fff;color:#574691;font-weight:700;font-size:13.5px;border-radius:11px;padding:10px 14px;display:inline-flex;align-items:center;gap:6px}
.dc-f959261a69:hover{border-color:#6A5BA8;background:#F9F7FC}
.dc-f9ada05eec{font:inherit;border:none;cursor:pointer;width:100%;margin-top:14px;background:#fff;color:#574691;font-weight:700;font-size:14px;border-radius:11px;padding:12px}
.dc-f9fd7e45bb{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;color:#574691;line-height:1.45;background:#F9F7FC;border-radius:10px;padding:8px 10px}
.dc-fc6e37a6a7{font-family:'IBM Plex Mono',monospace;font-size:18px;font-weight:700;color:#574691}
.dc-fcab66c416{background:#F9F7FC;border:1px dashed #C9C0E4;border-radius:16px;padding:22px 20px;text-align:center;color:#5C6484;font-size:13.5px;line-height:1.5}
.dc-fcf6fa82e3{position:relative;width:126px;margin:0 auto}
.dc-fd38259b66{font:inherit;border:none;cursor:pointer;background:#F2EFF9;color:#574691;width:32px;height:32px;border-radius:50%;font-weight:700}
.dc-fd5bdf88a6{font:inherit;border:none;cursor:pointer;flex:1;background:#6A5BA8;color:#fff;font-weight:700;font-size:13.5px;border-radius:12px;padding:11px;transition:background .15s}
.dc-fd5bdf88a6:hover{background:#574691}
.dc-fdd98fb847{position:relative;height:15px}
.dc-ff29a9da14{font-size:12.5px;color:#AEB3CD}
.dc-ff8e1ea4c9{background:#fff;border:1px solid #E5E0F0;border-radius:18px;padding:22px}
.dc-ffe01040ea{flex:none}
