@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");

.atelier-page{
  color-scheme:dark;
  --bg:#07090c;
  --bg-soft:#0a0d11;
  --surface:#0d1117;
  --surface-2:#090d12;
  --surface-3:#141a22;
  --ink:#f3f5f7;
  --muted:#87919e;
  --faint:#606b79;
  --line:rgba(255,255,255,.11);
  --line-strong:rgba(255,255,255,.24);
  --brand:#68e4ff;
  --brand-2:#8e78ff;
  --signal:#c7ff3d;
  --warning:#f7b955;
  --danger:#ff6b6b;
  --success:#58d7a3;
  --shadow:0 18px 58px rgba(0,0,0,.26);
  --shadow-soft:0 12px 34px rgba(0,0,0,.20);
  --radius-xl:8px;
  --radius-lg:8px;
  --radius-md:6px;
  --sans:"Manrope","PingFang SC","Microsoft YaHei UI","Microsoft YaHei",sans-serif;
  --display:"Manrope","PingFang SC","Microsoft YaHei UI","Microsoft YaHei",sans-serif;
  --mono:"Space Mono","SFMono-Regular",Consolas,monospace;
  background:var(--bg);
}

.atelier-page body{
  color:var(--ink);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    var(--bg);
  background-size:56px 56px;
  font-family:var(--sans);
  letter-spacing:0;
}

.atelier-page .paper-noise{
  z-index:0;
  opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mask-image:none;
}

.atelier-page .topbar{
  position:fixed;
  top:18px;
  left:20px;
  right:20px;
  z-index:50;
  height:66px;
  padding:0 12px 0 18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(7,9,12,.84);
  box-shadow:0 18px 70px rgba(0,0,0,.30);
  backdrop-filter:blur(22px) saturate(145%);
}

.atelier-page .brand{gap:12px}
.atelier-page .brand-mark{
  width:36px;
  height:36px;
  overflow:visible;
  border:1px solid rgba(199,255,61,.38);
  border-radius:50%;
  color:var(--signal);
  background:transparent;
  box-shadow:inset 0 0 18px rgba(199,255,61,.07);
  font:700 13px var(--mono);
}
.atelier-page .brand-mark::before{
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid rgba(104,228,255,.42);
  border-radius:50%;
}
.atelier-page .brand-mark::after{display:none}
.atelier-page .brand-mark i{top:0;right:1px;width:5px;height:5px;background:var(--signal);box-shadow:0 0 12px var(--signal)}
.atelier-page .brand b{font:700 12px/1 var(--mono);letter-spacing:.14em}
.atelier-page .brand small{margin-top:5px;color:var(--muted);font:400 8px/1 var(--mono);letter-spacing:.18em}
.atelier-page .top-actions{gap:8px}
.atelier-page .service-dot,
.atelier-page .nav-return,
.atelier-page .icon-button{
  min-height:40px;
  border:1px solid var(--line);
  border-radius:6px;
  background:rgba(255,255,255,.025);
  color:#aeb6c0;
  box-shadow:none;
}
.atelier-page .service-dot{display:flex;align-items:center;padding:0 13px;font:500 9px var(--mono);letter-spacing:.08em}
.atelier-page .service-dot i{width:6px;height:6px;margin-right:9px;background:var(--signal);box-shadow:0 0 0 5px rgba(199,255,61,.07),0 0 16px var(--signal)}
.atelier-page .service-dot i.offline{background:var(--danger);box-shadow:0 0 0 5px rgba(255,107,107,.08),0 0 14px rgba(255,107,107,.5)}
.atelier-page .nav-return{display:flex;align-items:center;padding:0 13px;color:var(--muted);font-size:11px;font-weight:600}
.atelier-page .nav-return:hover,.atelier-page .icon-button:hover{transform:none;border-color:var(--line-strong);color:var(--ink);background:rgba(255,255,255,.055)}
.atelier-page .icon-button{width:40px;padding:0;font-size:15px}

.atelier-page .shell{position:relative;z-index:1;width:min(1540px,100%);padding:112px 24px 72px}
.atelier-page .hero{
  min-height:560px;
  margin-bottom:18px;
  padding:76px 62px 42px;
  grid-template-columns:minmax(0,1fr) minmax(260px,.32fr);
  align-items:end;
  gap:54px;
  border:1px solid var(--line);
  border-radius:8px;
  color:var(--ink);
  background:#090c10;
  box-shadow:0 26px 80px rgba(0,0,0,.34);
}
.atelier-page .hero::before{
  inset:0;
  opacity:1;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(90deg,black,rgba(0,0,0,.08));
}
.atelier-page .hero::after{
  content:"PAYPAL / AGREEMENT / 02";
  width:auto;
  height:auto;
  right:28px;
  top:26px;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:var(--faint);
  font:400 9px var(--mono);
  letter-spacing:.16em;
}
.atelier-page .hero-grid-mark{
  position:absolute;
  top:50px;
  right:12%;
  width:240px;
  aspect-ratio:1;
  border:1px solid rgba(104,228,255,.20);
  border-radius:50%;
  pointer-events:none;
}
.atelier-page .hero-grid-mark::before,.atelier-page .hero-grid-mark::after{content:"";position:absolute;border-radius:50%;border:1px solid var(--line)}
.atelier-page .hero-grid-mark::before{inset:38px}
.atelier-page .hero-grid-mark::after{inset:82px;border-color:rgba(199,255,61,.28);box-shadow:0 0 28px rgba(199,255,61,.08)}
.atelier-page .hero-copy{position:relative;z-index:2;max-width:980px}
.atelier-page .eyebrow{gap:10px;color:var(--muted);font:500 10px var(--mono);letter-spacing:.12em}
.atelier-page .eyebrow span{width:auto;height:auto;padding:4px 7px;border:1px solid rgba(199,255,61,.28);border-radius:4px;color:var(--signal);font:700 9px var(--mono)}
.atelier-page .hero h1{max-width:1050px;margin:26px 0 24px;font:700 clamp(54px,6.2vw,96px)/.94 var(--display);letter-spacing:0}
.atelier-page .hero h1 em{display:inline-block;margin-left:7vw;color:var(--signal);font-weight:500}
.atelier-page .hero p{max-width:690px;color:#9ba4af;font-size:16px;line-height:1.85}
.atelier-page .hero-chips{gap:8px;margin-top:28px}
.atelier-page .hero-chips span{padding:7px 10px;border:1px solid var(--line);border-radius:4px;color:#9aa4b0;background:rgba(255,255,255,.025);font:600 9px var(--mono);letter-spacing:.08em}
.atelier-page .hero-board{z-index:2;gap:0;border:1px solid var(--line);border-radius:6px;background:#0b0f14;backdrop-filter:none}
.atelier-page .hero-board>div{min-height:96px;padding:18px;background:transparent;border-bottom:1px solid var(--line)}
.atelier-page .hero-board>div:last-child{border-bottom:0}
.atelier-page .hero-board small{color:var(--faint);font:500 8px var(--mono);letter-spacing:.12em}
.atelier-page .hero-board strong{color:var(--ink);font:700 27px var(--mono)}
.atelier-page .hero-board span{color:var(--muted);font-size:11px}

.atelier-page .success-observatory{
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:22px;
  margin:0 0 24px;
  padding:24px 28px 20px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#0b0f14;
  box-shadow:var(--shadow-soft);
}
.atelier-page .success-observatory::before{display:none}
.atelier-page .success-beacon{gap:18px}
.atelier-page .success-beacon h2{margin:6px 0 7px;font:700 25px var(--display);letter-spacing:0}
.atelier-page .success-beacon p{color:var(--muted);font-size:12px}
.atelier-page .beacon-orbit{width:94px;height:94px;border-color:rgba(104,228,255,.24);background:#080b0f;box-shadow:inset 0 0 30px rgba(104,228,255,.05)}
.atelier-page .beacon-orbit::before{border-color:rgba(199,255,61,.25)}
.atelier-page .beacon-orbit::after{border-color:rgba(104,228,255,.20)}
.atelier-page .beacon-orbit span{background:#111820;box-shadow:inset 0 0 18px rgba(104,228,255,.12)}
.atelier-page .beacon-orbit b{color:var(--signal);font-size:38px;line-height:1}
.atelier-page .success-kpis{gap:8px}
.atelier-page .success-kpis>div{min-height:90px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#090d12;backdrop-filter:none}
.atelier-page .success-kpis small,.atelier-page .success-kpis span{color:var(--muted);font:600 8px var(--mono);letter-spacing:.08em}
.atelier-page .success-kpis strong{color:var(--ink);font:700 20px var(--mono)}
.atelier-page .success-timeline-wrap{border-top:1px solid var(--line)}
.atelier-page .timeline-heading{color:var(--muted);font:600 8px var(--mono);letter-spacing:.08em}
.atelier-page .timeline-heading b{color:var(--success)}
.atelier-page .success-timeline{border:1px solid rgba(255,255,255,.055);border-radius:6px;background:#080b0f;box-shadow:none}
.atelier-page .success-hour{border-radius:2px;background:rgba(255,255,255,.014)}
.atelier-page .success-hour i{border-radius:2px;background:var(--success);box-shadow:0 0 10px rgba(88,215,163,.2)}

.atelier-page .workflow-band{
  display:grid;
  grid-template-columns:220px repeat(4,1fr);
  margin:0 0 18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#090d12;
  box-shadow:var(--shadow-soft);
}
.atelier-page .workflow-label,.atelier-page .workflow-step{min-height:82px;padding:16px 18px;border-right:1px solid var(--line)}
.atelier-page .workflow-step:last-child{border-right:0}
.atelier-page .workflow-label{display:flex;flex-direction:column;justify-content:center;color:var(--ink);font:700 10px var(--mono);letter-spacing:.12em}
.atelier-page .workflow-label span{margin-top:7px;color:var(--faint);font:500 10px var(--sans);letter-spacing:0}
.atelier-page .workflow-step{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-content:center;column-gap:12px;color:var(--muted)}
.atelier-page .workflow-step::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent}
.atelier-page .workflow-step.active{color:var(--ink);background:rgba(199,255,61,.035)}
.atelier-page .workflow-step.active::after{background:var(--signal)}
.atelier-page .workflow-step b{grid-row:1/3;color:var(--faint);font:700 10px var(--mono)}
.atelier-page .workflow-step.active b{color:var(--signal)}
.atelier-page .workflow-step span{font-size:12px;font-weight:700}
.atelier-page .workflow-step small{margin-top:3px;color:var(--faint);font-size:10px}

.atelier-page .workspace-grid{grid-template-columns:minmax(0,1.42fr) minmax(360px,.58fr);gap:18px}
.atelier-page .panel{
  border:1px solid var(--line);
  border-radius:8px;
  background:#0c1016;
  box-shadow:var(--shadow);
  backdrop-filter:none;
}
.atelier-page .panel::before{height:1px;background:linear-gradient(90deg,var(--brand),transparent 38%);opacity:.75}
.atelier-page .form-panel{padding:28px}
.atelier-page .panel-heading{margin-bottom:22px}
.atelier-page .panel-heading h2{font:700 22px var(--display);letter-spacing:0}
.atelier-page .section-index{width:34px;height:34px;border:1px solid var(--line);border-radius:5px;color:var(--brand);background:#090d12;font:700 10px var(--mono)}
.atelier-page .quiet,.atelier-page .optional-tag{border:1px solid var(--line);border-radius:4px;color:var(--muted);background:#090d12;font:600 8px var(--mono);letter-spacing:.08em}
.atelier-page .public-limit-note{margin:0 0 22px;padding:13px 14px;border:1px solid rgba(247,185,85,.20);border-radius:6px;background:rgba(247,185,85,.035);color:#9aa3ad}
.atelier-page .public-limit-note b{color:var(--warning)}

.atelier-page .protocol-mode-switch{gap:8px;margin:0 0 22px}
.atelier-page .protocol-mode-switch label{min-height:68px;padding:13px 14px;border:1px solid var(--line);border-radius:6px;background:#090d12}
.atelier-page .protocol-mode-switch label:hover{border-color:var(--line-strong)}
.atelier-page .protocol-mode-switch label.active{border-color:rgba(199,255,61,.36);background:rgba(199,255,61,.04);box-shadow:inset 3px 0 var(--signal)}
.atelier-page .protocol-mode-switch b{font-size:12px}
.atelier-page .protocol-mode-switch small{color:var(--muted);font-size:10px;line-height:1.5}

.atelier-page .field{margin-bottom:18px}
.atelier-page .field>span,.atelier-page .field .label-row{color:var(--ink);font-size:11px}
.atelier-page .label-row small,.atelier-page .field>span small{color:var(--faint);font-size:9px}
.atelier-page textarea,.atelier-page input,.atelier-page select,.atelier-page .country-picker-toggle{
  border:1px solid var(--line);
  border-radius:6px;
  background:#080c11;
  color:var(--ink);
  box-shadow:none;
}
.atelier-page textarea:hover,.atelier-page input:hover,.atelier-page select:hover,.atelier-page .country-picker-toggle:hover{border-color:var(--line-strong)}
.atelier-page textarea:focus,.atelier-page input:focus,.atelier-page select:focus,.atelier-page .country-picker-toggle[aria-expanded="true"]{border-color:rgba(104,228,255,.62);background:#0a0f15;box-shadow:0 0 0 3px rgba(104,228,255,.07)}
.atelier-page textarea::placeholder,.atelier-page input::placeholder{color:#4f5a67}
.atelier-page .token-field textarea{background:#080c11}
.atelier-page .field-note{color:var(--muted);font-size:10px}

.atelier-page .proxy-block{
  margin:24px 0;
  padding:22px 0 0;
  border:0;
  border-top:1px solid var(--line);
  border-radius:0;
  background:transparent;
}
.atelier-page .block-heading h3{font:700 17px var(--display)}
.atelier-page .block-heading p{color:var(--muted);font-size:10px}
.atelier-page .protocol-proxy .proxy-pool-input{min-height:190px}
.atelier-page .privacy-note{border-top:1px solid var(--line);color:var(--muted)}
.atelier-page .privacy-note i{background:var(--success);box-shadow:0 0 0 4px rgba(88,215,163,.08)}
.atelier-page .braintree-vault-panel,.atelier-page .vault-return-panel{border:1px solid var(--line);border-radius:6px;background:#090d12}
.atelier-page .vault-parameter-box span{border:1px solid var(--line);border-radius:4px;background:#080c11;color:var(--muted)}
.atelier-page .vault-status{border-left:2px solid var(--brand);background:rgba(104,228,255,.04)}
.atelier-page .dynamic-country-notice{border-radius:6px;background:rgba(247,185,85,.05);color:#efc77a}

.atelier-page .form-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.atelier-page .primary-button,.atelier-page .secondary-button{
  min-height:52px;
  border-radius:6px;
  box-shadow:none;
  font-size:12px;
}
.atelier-page .primary-button{border:1px solid #bce43d;color:#101505;background:var(--signal)}
.atelier-page .primary-button:hover{transform:none;border-color:#d9ff6e;background:#d1ff59;box-shadow:0 0 26px rgba(199,255,61,.11)}
.atelier-page .secondary-button{border:1px solid var(--line);background:#090d12;color:var(--muted)}
.atelier-page .secondary-button:hover{border-color:var(--line-strong);color:var(--ink);background:#111720}

.atelier-page .recent-wrap{border-top:1px solid var(--line)}
.atelier-page .recent-head h3{font:700 17px var(--display)}
.atelier-page .recent-head button{min-height:35px;border:1px solid var(--line);border-radius:5px;background:#090d12;color:var(--muted)}
.atelier-page .recent-job{border:1px solid var(--line);border-radius:6px;background:#090d12;color:var(--ink)}
.atelier-page .recent-job:hover,.atelier-page .recent-job.active{transform:none;border-color:rgba(104,228,255,.42);background:#0d141c;box-shadow:none}
.atelier-page .recent-job em{color:var(--brand)}

.atelier-page .right-stack{top:104px;gap:18px}
.atelier-page .status-panel,.atelier-page .result-panel{padding:24px}
.atelier-page .status-badge{border-radius:4px;font:700 8px var(--mono)}
.atelier-page .status-badge.idle{color:var(--muted);background:#151b22}
.atelier-page .status-badge.queued,.atelier-page .status-badge.awaiting{color:var(--warning);background:rgba(247,185,85,.08)}
.atelier-page .status-badge.running{color:var(--brand);background:rgba(104,228,255,.08)}
.atelier-page .status-badge.done{color:var(--success);background:rgba(88,215,163,.08)}
.atelier-page .status-badge.error{color:var(--danger);background:rgba(255,107,107,.08)}
.atelier-page .progress-orbit{width:200px;height:200px}
.atelier-page .progress-orbit::before{inset:31px;background:#090d12;border:1px solid var(--line)}
.atelier-page .orbit-bg{stroke:#1b222c}
.atelier-page .orbit-value{stroke:var(--brand);filter:drop-shadow(0 0 5px rgba(104,228,255,.34))}
.atelier-page .progress-orbit strong{font:700 34px var(--mono)}
.atelier-page .progress-orbit span{color:var(--muted)}
.atelier-page .progress-track{height:5px;border-radius:2px;background:#171e27}
.atelier-page .progress-track i{border-radius:2px;background:var(--brand);box-shadow:0 0 10px rgba(104,228,255,.25)}
.atelier-page .progress-caption b{color:var(--brand);font:600 9px var(--mono);letter-spacing:.06em}
.atelier-page .log-box{height:260px;border:1px solid var(--line);border-radius:6px;background:#06090d;color:#b5c0cc;font-size:10px}
.atelier-page .log-row time{color:var(--brand)}

.atelier-page .otp-panel{border:1px solid rgba(247,185,85,.25);border-radius:6px;background:rgba(247,185,85,.04)}
.atelier-page .otp-title>span{border-radius:4px;background:var(--warning);color:#181005}
.atelier-page .otp-title b{font-family:var(--display)}
.atelier-page .otp-title small{color:var(--muted)}
.atelier-page .otp-entry button,.atelier-page .captcha-entry button{border:1px solid rgba(104,228,255,.45);border-radius:5px;background:rgba(104,228,255,.09);color:var(--brand)}
.atelier-page .challenge-link{border:1px solid rgba(104,228,255,.28);border-radius:5px;color:var(--brand);background:rgba(104,228,255,.04)}
.atelier-page .browser-toolbar button,.atelier-page .browser-input-row button{border-radius:5px;background:#090d12;color:var(--ink)}
.atelier-page .browser-screen-wrap{border-radius:6px}

.atelier-page .seal{border-radius:4px}
.atelier-page .result-list{border-top:1px solid var(--line)}
.atelier-page .result-list>div{border-bottom:1px solid var(--line)}
.atelier-page .result-list code{color:var(--brand)}
.atelier-page .country-picker-menu,.atelier-page .country-picker-search,.atelier-page .country-option-list{
  border-color:var(--line)!important;
  border-radius:6px!important;
  background:#0d1218!important;
  color:var(--ink)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.46)!important;
}
.atelier-page .country-picker-search input{border-color:var(--line)!important;background:#080c11!important;color:var(--ink)!important}
.atelier-page .country-option{border-radius:4px!important;color:var(--ink)!important}
.atelier-page .country-option:hover,.atelier-page .country-option[aria-selected="true"]{background:rgba(104,228,255,.08)!important}
.atelier-page .country-option-heading,.atelier-page .country-option small,.atelier-page .country-option-empty{color:var(--muted)!important}
.atelier-page .country-option b{border-radius:3px;background:rgba(104,228,255,.08);color:var(--brand)}

.atelier-page footer{width:min(1540px,100%);padding:22px 24px 38px;border-top:1px solid rgba(255,255,255,.06);color:var(--faint);font-size:10px}
.atelier-page footer span{color:var(--muted);font-family:var(--mono)}

.atelier-page:not(.dark){
  color-scheme:light;
  --bg:#eff1ec;
  --bg-soft:#e7eae4;
  --surface:#fffefa;
  --surface-2:#f8f8f3;
  --surface-3:#e4e8e2;
  --ink:#1b231d;
  --muted:#667169;
  --faint:#8a948d;
  --line:#d5dad3;
  --line-strong:#adb8af;
  --brand:#177f8d;
  --brand-2:#6657b8;
  --signal:#668515;
  --success:#24865f;
  --shadow:0 18px 58px rgba(42,54,45,.10);
  --shadow-soft:0 12px 34px rgba(42,54,45,.08);
}
.atelier-page:not(.dark) body{background:#eff1ec;color:var(--ink)}
.atelier-page:not(.dark) .topbar{background:rgba(255,254,250,.9)}
.atelier-page:not(.dark) .hero,.atelier-page:not(.dark) .success-observatory,.atelier-page:not(.dark) .workflow-band,.atelier-page:not(.dark) .panel{background:#fffefa}
.atelier-page:not(.dark) .hero::before{background:linear-gradient(rgba(27,35,29,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(27,35,29,.035) 1px,transparent 1px)}
.atelier-page:not(.dark) .hero p{color:var(--muted)}
.atelier-page:not(.dark) .hero-grid-mark{border-color:rgba(23,127,141,.18)}
.atelier-page:not(.dark) .hero-board,.atelier-page:not(.dark) .success-kpis>div,.atelier-page:not(.dark) .success-timeline,.atelier-page:not(.dark) textarea,.atelier-page:not(.dark) input,.atelier-page:not(.dark) select,.atelier-page:not(.dark) .country-picker-toggle,.atelier-page:not(.dark) .protocol-mode-switch label,.atelier-page:not(.dark) .recent-job,.atelier-page:not(.dark) .log-box{background:#f7f8f4;color:var(--ink)}
.atelier-page:not(.dark) .progress-orbit::before{background:#f7f8f4}
.atelier-page:not(.dark) .log-box{color:#405047}

@media(max-width:1120px){
  .atelier-page .hero{grid-template-columns:1fr minmax(250px,.38fr);min-height:520px}
  .atelier-page .workspace-grid{grid-template-columns:1fr}
  .atelier-page .right-stack{position:static;grid-template-columns:1fr 1fr}
}

@media(max-width:820px){
  .atelier-page .topbar{top:8px;left:8px;right:8px;height:58px;padding:0 8px 0 12px}
  .atelier-page .nav-return{display:none}
  .atelier-page .shell{padding:82px 10px 48px}
  .atelier-page .hero{min-height:570px;padding:58px 22px 24px;grid-template-columns:1fr;gap:30px}
  .atelier-page .hero-grid-mark{top:54px;right:-40px;width:190px}
  .atelier-page .hero h1{font-size:48px;line-height:1.02}
  .atelier-page .hero h1 em{margin-left:0;font-size:39px}
  .atelier-page .hero p{font-size:13px}
  .atelier-page .hero-board{grid-template-columns:repeat(3,1fr)}
  .atelier-page .hero-board>div{min-height:82px;padding:12px;border-right:1px solid var(--line);border-bottom:0}
  .atelier-page .hero-board>div:last-child{border-right:0}
  .atelier-page .hero-board strong{font-size:20px}
  .atelier-page .success-observatory{grid-template-columns:1fr;padding:20px}
  .atelier-page .success-timeline-wrap{grid-column:1}
  .atelier-page .workflow-band{grid-template-columns:repeat(4,1fr)}
  .atelier-page .workflow-label{grid-column:1/-1;min-height:55px;border-right:0;border-bottom:1px solid var(--line)}
  .atelier-page .workflow-step{min-height:75px;padding:12px 10px;grid-template-columns:1fr}
  .atelier-page .workflow-step b{grid-row:auto}
  .atelier-page .workflow-step small{display:none}
  .atelier-page .form-panel,.atelier-page .status-panel,.atelier-page .result-panel{padding:20px}
  .atelier-page .right-stack{grid-template-columns:1fr}
  .atelier-page .two-cols{grid-template-columns:1fr}
  .atelier-page .form-actions{grid-template-columns:1fr}
  .atelier-page .primary-button,.atelier-page .secondary-button{width:100%}
  .atelier-page footer{padding:20px 14px 32px}
}

@media(max-width:500px){
  .atelier-page .brand small{display:none}
  .atelier-page .service-dot{padding:0 9px;font-size:8px}
  .atelier-page .hero{min-height:0;padding-top:68px}
  .atelier-page .hero h1{font-size:40px}
  .atelier-page .hero h1 em{font-size:32px}
  .atelier-page .hero-board{grid-template-columns:1fr}
  .atelier-page .hero-board>div{min-height:62px;border-right:0;border-bottom:1px solid var(--line)}
  .atelier-page .success-beacon{align-items:flex-start}
  .atelier-page .beacon-orbit{width:76px;height:76px}
  .atelier-page .success-kpis{grid-template-columns:1fr 1fr}
  .atelier-page .workflow-step span{font-size:10px}
  .atelier-page .panel-heading{align-items:center}
}

@media(prefers-reduced-motion:reduce){
  .atelier-page *{animation:none!important;transition:none!important}
}

/* Premium refinement v2 */
.atelier-page{
  --line:rgba(255,255,255,.095);
  --line-strong:rgba(255,255,255,.22);
  --ink:#f7f8f5;
  --muted:#929aa5;
  --faint:#616b76;
  --surface:#0b0e12;
  --surface-2:#080b0f;
  --surface-3:#151a21;
  --signal:#d0ff54;
  --brand:#7ee7f3;
  --success:#62d9a9;
}
.atelier-page body{
  background-color:#06080a;
  background-image:
    linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.atelier-page ::selection{background:var(--signal);color:#111509}
.atelier-page .topbar{
  left:50%;
  right:auto;
  width:min(1500px,calc(100% - 32px));
  height:68px;
  transform:translateX(-50%);
  border-color:rgba(255,255,255,.13);
  background:rgba(7,9,12,.88);
  box-shadow:0 18px 60px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.035);
}
.atelier-page .brand b{font-size:13px;letter-spacing:.16em}
.atelier-page .brand small{color:#6f7984}
.atelier-page .brand-mark{border-color:rgba(208,255,84,.48);box-shadow:inset 0 0 22px rgba(208,255,84,.055),0 0 24px rgba(208,255,84,.035)}
.atelier-page .nav-return,.atelier-page .service-dot,.atelier-page .icon-button{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.018)}
.atelier-page .nav-return:hover,.atelier-page .icon-button:hover{border-color:rgba(126,231,243,.36);background:rgba(126,231,243,.045);color:var(--ink)}
.atelier-page .service-dot{color:#a7afb8}

.atelier-page .shell{padding-top:116px}
.atelier-page .hero{
  min-height:610px;
  padding:86px 72px 48px;
  grid-template-columns:minmax(0,1fr) 292px;
  border-color:rgba(255,255,255,.12);
  background:#090c10;
  box-shadow:0 32px 100px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.025);
}
.atelier-page .hero::before{
  opacity:.72;
  background-size:58px 58px;
  mask-image:linear-gradient(90deg,transparent 22%,rgba(0,0,0,.32) 58%,black);
}
.atelier-page .hero::after{right:32px;top:29px;color:#535e69;letter-spacing:.18em}
.atelier-page .hero-grid-mark{display:none}
.atelier-page .hero-copy::before{
  content:"";
  display:block;
  width:44px;
  height:2px;
  margin-bottom:24px;
  background:var(--signal);
  box-shadow:24px 0 var(--brand);
}
.atelier-page .hero h1{
  max-width:1040px;
  margin:30px 0 27px;
  font-size:clamp(60px,6.4vw,104px);
  line-height:.93;
  font-weight:650;
}
.atelier-page .hero h1 em{margin-left:6vw;font-weight:500;color:var(--signal)}
.atelier-page .hero p{max-width:720px;color:#a0a8b2;font-size:16px;line-height:1.9}
.atelier-page .hero-chips{margin-top:32px}
.atelier-page .hero-chips span{padding:8px 11px;border-color:rgba(255,255,255,.105);background:#0c1015;color:#87919d}
.atelier-page .hero-board{
  align-self:stretch;
  border:0;
  border-left:1px solid rgba(255,255,255,.12);
  border-radius:0;
  background:transparent;
}
.atelier-page .hero-board>div{padding:22px 0 22px 28px;background:transparent;border-color:rgba(255,255,255,.09)}
.atelier-page .hero-board>div::before{content:"";width:5px;height:5px;border-radius:50%;background:#414b56;position:absolute;margin-left:-31px}
.atelier-page .hero-board>div:first-child::before{background:var(--signal);box-shadow:0 0 14px rgba(208,255,84,.45)}
.atelier-page .hero-board small{color:#68727d}
.atelier-page .hero-board strong{font-size:31px;font-weight:600}
.atelier-page .hero-board span{font-size:11px;color:#858e99}

.atelier-page .success-observatory{
  padding:24px 28px 20px;
  border-radius:24px;
  border-color:rgba(255,255,255,.11);
  background:rgba(11,15,20,.96);
  box-shadow:0 20px 54px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.02);
}
.atelier-page .success-observatory::after{
  display:none;
}
.atelier-page .success-beacon h2{font-size:30px;line-height:1.1;font-weight:650}
.atelier-page .beacon-orbit{width:104px;height:104px;border-color:rgba(126,231,243,.22)}
.atelier-page .beacon-orbit span{background:#10161d;border:1px solid rgba(255,255,255,.07)}
.atelier-page .success-kpis>div{padding:15px 17px;border-color:rgba(255,255,255,.085);background:#080c10}
.atelier-page .success-kpis>div:hover{border-color:rgba(126,231,243,.28);background:#0b1117}
.atelier-page .success-kpis strong{font-size:22px;font-weight:600}
.atelier-page .success-timeline{background:#070a0e;border-color:rgba(255,255,255,.045)}

.atelier-page .workflow-band{border-color:rgba(255,255,255,.11);background:#090d11;box-shadow:0 16px 46px rgba(0,0,0,.20)}
.atelier-page .workflow-label,.atelier-page .workflow-step{min-height:88px;padding:18px 20px;border-color:rgba(255,255,255,.085)}
.atelier-page .workflow-step{transition:background .2s ease,color .2s ease}
.atelier-page .workflow-step:hover{background:rgba(255,255,255,.018);color:#c7cdd3}
.atelier-page .workflow-step.active{background:rgba(208,255,84,.035)}
.atelier-page .workflow-step.active::after{height:3px}
.atelier-page .workflow-step span{font-size:13px}

.atelier-page .workspace-grid{gap:20px}
.atelier-page .panel{
  border-color:rgba(255,255,255,.105);
  background:#0b0f14;
  box-shadow:0 24px 70px rgba(0,0,0,.27),inset 0 1px rgba(255,255,255,.02);
}
.atelier-page .form-panel{padding:32px}
.atelier-page .panel::before{background:linear-gradient(90deg,var(--brand),rgba(208,255,84,.62) 28%,transparent 58%)}
.atelier-page .panel-heading{margin-bottom:26px}
.atelier-page .panel-heading h2{font-size:23px;font-weight:650}
.atelier-page .section-index{border-color:rgba(126,231,243,.22);background:#070b0f;color:var(--brand)}
.atelier-page .quiet{padding:7px 9px;color:#747e89}
.atelier-page .public-limit-note{padding:15px 16px;border-color:rgba(247,185,85,.17);background:#0d1013}
.atelier-page .public-limit-note b{color:#e4b561}

.atelier-page .protocol-mode-switch label{min-height:74px;padding:15px 17px;border-color:rgba(255,255,255,.09);background:#080c10}
.atelier-page .protocol-mode-switch label.active{border-color:rgba(208,255,84,.36);background:#0b100d;box-shadow:inset 3px 0 var(--signal)}
.atelier-page .protocol-mode-switch b{font-size:13px;font-weight:650}
.atelier-page .protocol-mode-switch small{margin-top:6px}
.atelier-page .field>span,.atelier-page .field .label-row{margin-bottom:9px;font-size:11px;letter-spacing:.01em}
.atelier-page textarea,.atelier-page input,.atelier-page select,.atelier-page .country-picker-toggle{
  min-height:52px;
  padding:14px 15px;
  border-color:rgba(255,255,255,.105);
  background:#070b0f;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.atelier-page textarea:focus,.atelier-page input:focus,.atelier-page select:focus,.atelier-page .country-picker-toggle[aria-expanded="true"]{border-color:rgba(126,231,243,.58);background:#090e13;box-shadow:0 0 0 3px rgba(126,231,243,.065)}
.atelier-page .protocol-token textarea{min-height:148px;padding:17px;font-size:12px;line-height:1.8}
.atelier-page .protocol-proxy .proxy-pool-input{min-height:210px;padding:17px;line-height:1.8}
.atelier-page .proxy-block{margin-top:30px;padding-top:27px;border-color:rgba(255,255,255,.10)}
.atelier-page .block-heading{margin-bottom:20px}
.atelier-page .block-heading h3{font-size:18px;font-weight:650}
.atelier-page .privacy-note{padding-top:16px;border-color:rgba(255,255,255,.08)}

.atelier-page .form-actions{margin-top:27px}
.atelier-page .primary-button,.atelier-page .secondary-button{min-height:56px;letter-spacing:.01em}
.atelier-page .primary-button{border-color:#c4ee46;background:var(--signal);color:#0d1204;font-weight:800}
.atelier-page .primary-button:hover{background:#dcff75;box-shadow:0 10px 28px rgba(208,255,84,.12)}
.atelier-page .secondary-button{background:#090d12}
.atelier-page button:focus-visible,.atelier-page a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}

.atelier-page .recent-wrap{margin-top:34px;padding-top:28px;border-color:rgba(255,255,255,.09)}
.atelier-page .recent-job{padding:15px 16px;border-color:rgba(255,255,255,.085);background:#080c10}
.atelier-page .right-stack{top:106px}
.atelier-page .status-panel,.atelier-page .result-panel{padding:27px}
.atelier-page .progress-orbit{width:210px;height:210px;margin-top:8px}
.atelier-page .progress-orbit::before{inset:34px;background:#080c10;border-color:rgba(255,255,255,.08)}
.atelier-page .progress-orbit strong{font-size:36px;font-weight:600}
.atelier-page .progress-track{margin-top:8px}
.atelier-page .log-box{height:280px;padding:15px 16px;border-color:rgba(255,255,255,.085);background:#06090c}
.atelier-page .otp-panel{padding:18px;border-color:rgba(247,185,85,.22)}
.atelier-page .result-list>div{padding:14px 0}

.atelier-page:not(.dark){
  --ink:#18201a;
  --muted:#5f6a62;
  --faint:#879188;
  --line:#d6dbd4;
  --line-strong:#aeb8af;
  --surface:#fffefa;
  --surface-2:#f6f7f2;
  --surface-3:#e7eae4;
  --signal:#6c871d;
  --brand:#137c89;
}
.atelier-page:not(.dark) body{background-color:#eff1ec;background-image:linear-gradient(rgba(24,32,26,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(24,32,26,.018) 1px,transparent 1px)}
.atelier-page:not(.dark) .topbar{background:rgba(255,254,250,.94);box-shadow:0 16px 50px rgba(43,55,46,.12),inset 0 1px #fff}
.atelier-page:not(.dark) .hero,.atelier-page:not(.dark) .success-observatory,.atelier-page:not(.dark) .workflow-band,.atelier-page:not(.dark) .panel{background:#fffefa;box-shadow:0 24px 70px rgba(43,55,46,.09),inset 0 1px #fff}
.atelier-page:not(.dark) .hero-board,.atelier-page:not(.dark) .hero-chips span,.atelier-page:not(.dark) .success-kpis>div,.atelier-page:not(.dark) .protocol-mode-switch label,.atelier-page:not(.dark) .recent-job,.atelier-page:not(.dark) textarea,.atelier-page:not(.dark) input,.atelier-page:not(.dark) select,.atelier-page:not(.dark) .country-picker-toggle,.atelier-page:not(.dark) .log-box{background:#f7f8f4;color:var(--ink)}
.atelier-page:not(.dark) .hero-board{border-left-color:var(--line)}
.atelier-page:not(.dark) .hero-board>div,.atelier-page:not(.dark) .workflow-label,.atelier-page:not(.dark) .workflow-step{border-color:var(--line)}
.atelier-page:not(.dark) .hero p{color:#56625a}
.atelier-page:not(.dark) .public-limit-note{background:#fbfaf4}
.atelier-page:not(.dark) .progress-orbit::before{background:#f7f8f4}
.atelier-page:not(.dark) .log-box{background:#f4f6f1;color:#3f4c43}

@media(max-width:1120px){
  .atelier-page .hero{grid-template-columns:1fr 270px;padding:72px 50px 42px}
}
@media(max-width:820px){
  .atelier-page .topbar{left:50%;width:calc(100% - 16px);height:58px}
  .atelier-page .hero{min-height:590px;padding:62px 24px 26px;grid-template-columns:1fr}
  .atelier-page .hero h1{font-size:49px}
  .atelier-page .hero h1 em{margin-left:0;font-size:41px}
  .atelier-page .hero-board{border-left:0;border-top:1px solid var(--line)}
  .atelier-page .hero-board>div{padding:15px 12px}
  .atelier-page .hero-board>div::before{display:none}
  .atelier-page .form-panel,.atelier-page .status-panel,.atelier-page .result-panel{padding:21px}
}
@media(max-width:500px){
  .atelier-page .hero h1{font-size:40px}
  .atelier-page .hero h1 em{font-size:33px}
  .atelier-page .success-observatory{padding:19px}
  .atelier-page .success-observatory::after{top:18px;bottom:18px}
}

/* Shared workbench navigation stays self-contained in each service. */
.atelier-page .topbar{
  display:grid;
  grid-template-columns:minmax(130px,1fr) minmax(0,600px) minmax(130px,1fr);
  align-items:center;
}
.atelier-page .top-actions{justify-self:end}
.atelier-page .suite-nav{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:min(600px,100%);
  min-width:0;
  padding:4px;
  gap:3px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}
.atelier-page .suite-nav a{
  display:grid;
  place-items:center;
  min-width:0;
  min-height:34px;
  padding:0 10px;
  border-radius:8px;
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease;
}
.atelier-page .suite-nav a:hover{color:var(--ink);background:rgba(255,255,255,.055)}
.atelier-page .suite-nav a[aria-current="page"]{color:#071013;background:var(--brand)}
.atelier-page .suite-nav a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
.atelier-page:not(.dark) .suite-nav{border-color:var(--line);background:var(--surface-3)}
.atelier-page:not(.dark) .suite-nav a:hover{background:var(--surface)}
.atelier-page:not(.dark) .suite-nav a[aria-current="page"]{color:white}

@media(max-width:1120px){
  .atelier-page .topbar{
    height:108px;
    padding:5px 8px 7px 12px;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:50px 40px;
    row-gap:4px;
  }
  .atelier-page .suite-nav{grid-column:1/-1;grid-row:2;width:100%;padding:3px}
  .atelier-page .top-actions{grid-column:2;grid-row:1}
  .atelier-page .shell{padding-top:132px}
}

@media(max-width:820px){
  .atelier-page .suite-nav a{min-height:32px;padding:0 4px;font-size:10px}
  .atelier-page .success-observatory{padding:20px 16px 16px;border-radius:16px}
  .atelier-page .success-beacon h2{font-size:22px}
  .atelier-page .success-beacon p{font-size:11px}
  .atelier-page .beacon-orbit{width:82px;height:82px}
  .atelier-page .beacon-orbit b{font-size:30px}
  .atelier-page .success-kpis>div{min-height:78px;padding:12px}
  .atelier-page .success-timeline{height:90px}
}

@media(max-width:520px){
  .atelier-page .runtime-badge{display:none}
  .atelier-page .suite-nav{
    grid-template-columns:repeat(5,minmax(92px,1fr));
    overflow-x:auto;
    scrollbar-width:none;
  }
  .atelier-page .suite-nav::-webkit-scrollbar{display:none}
}
.sms-settings{margin:10px 0 18px;padding:15px;border:1px solid rgba(181,240,68,.28);border-radius:10px;background:rgba(181,240,68,.035)}
.sms-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.sms-settings-head b{display:block;font-size:13px}.sms-settings-head small{display:block;margin-top:4px;color:var(--muted);line-height:1.55}
.sms-config-state{flex:none;padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font:800 9px var(--mono);letter-spacing:.06em}
.sms-config-state.configured{color:#86a900;border-color:rgba(181,240,68,.45);background:rgba(181,240,68,.1)}
.dark .sms-config-state.configured{color:#d7ff68}
.sms-key-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:stretch}
.sms-key-row input{min-width:0}.sms-key-row button{width:auto;min-height:48px;padding:0 15px}
.sms-settings #smsSettingsMessage{display:block;margin-top:9px}
@media(max-width:640px){.sms-settings-head{flex-direction:column}.sms-key-row{grid-template-columns:1fr 1fr}.sms-key-row input{grid-column:1/-1}}

/* Unified success status board: keep the PayPal data source, match card-link geometry. */
.atelier-page .payment-success-status{
  position:relative;
  display:block;
  margin:0 0 24px;
  padding:24px 28px 20px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#0b0f14;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  letter-spacing:0;
}
.atelier-page .payment-status-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:26px;align-items:end}
.atelier-page .payment-status-kicker{display:block;margin:0 0 7px;color:var(--signal);font:600 10px/1 var(--mono);letter-spacing:0}
.atelier-page .payment-status-title-wrap h2{margin:0;color:var(--ink);font:650 30px/1.1 var(--display);letter-spacing:0}
.atelier-page .payment-status-title-wrap p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
.atelier-page .payment-status-summary{min-width:108px;padding-left:20px;border-left:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:end}
.atelier-page .payment-status-summary strong{grid-row:1/-1;color:var(--signal);font:700 38px/1 var(--mono);letter-spacing:0;text-shadow:0 0 22px rgba(199,255,61,.18)}
.atelier-page .payment-status-summary span{align-self:end;color:var(--ink);font-size:12px}
.atelier-page .payment-status-summary small{align-self:start;color:var(--muted);font:400 10px/1.2 var(--mono);white-space:nowrap}
.atelier-page .payment-status-legend{display:flex;align-items:center;gap:15px;padding-bottom:2px;color:var(--muted);font-size:11px;white-space:nowrap}
.atelier-page .payment-status-legend span{display:inline-flex;align-items:center;gap:6px}
.atelier-page .status-dot{display:inline-block;width:8px;height:8px;border-radius:50%}
.atelier-page .status-dot-success{background:var(--signal);box-shadow:0 0 14px rgba(199,255,61,.62)}
.atelier-page .status-dot-empty{border:1px solid #5b6572;background:transparent}
.atelier-page .payment-status-grid{display:grid;grid-template-columns:repeat(48,minmax(0,1fr));gap:5px;margin-top:22px;padding:13px;border:1px solid var(--line);border-radius:8px;background:#080b0f}
.atelier-page .payment-status-cell{min-width:0;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:3px;background:rgba(255,255,255,.035);transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}
.atelier-page .payment-status-cell:hover{transform:scale(1.2);border-color:var(--line-strong);z-index:2}
.atelier-page .payment-status-cell.is-success{border-color:rgba(199,255,61,.42);background:rgba(199,255,61,.34);box-shadow:0 0 8px rgba(199,255,61,.14)}
.atelier-page .payment-status-cell.level-2{background:rgba(199,255,61,.54)}
.atelier-page .payment-status-cell.level-3{background:rgba(199,255,61,.75);box-shadow:0 0 10px rgba(199,255,61,.25)}
.atelier-page .payment-status-cell.level-4{background:var(--signal);box-shadow:0 0 12px rgba(199,255,61,.45)}
.atelier-page .payment-success-lane{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:stretch;min-height:76px;margin-top:14px;border:1px solid var(--line);border-radius:8px;background:#080b0f;overflow:hidden}
.atelier-page .payment-lane-label{display:flex;align-items:center;justify-content:center;gap:7px;border-right:1px solid var(--line);color:var(--brand);font:600 10px/1 var(--mono);letter-spacing:0;white-space:nowrap}
.atelier-page .payment-lane-label small{color:var(--signal);font-size:9px}
.atelier-page .payment-marquee-viewport{position:relative;display:flex;align-items:center;min-width:0;overflow:hidden}
.atelier-page .payment-success-marquee{display:flex;align-items:center;gap:12px;width:max-content;padding:0 18px}
.atelier-page .payment-success-marquee.is-moving{animation:paypalPaymentMarquee 32s linear infinite;will-change:transform}
.atelier-page .payment-success-lane:hover .payment-success-marquee.is-moving{animation-play-state:paused}
.atelier-page .payment-success-item{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:5px 10px;min-width:max-content;padding:12px 15px;border:1px solid rgba(104,228,255,.18);border-radius:8px;background:rgba(104,228,255,.07);box-shadow:inset 0 1px rgba(255,255,255,.05)}
.atelier-page .payment-success-item::before{content:"";grid-row:1/-1;width:6px;height:6px;border-radius:50%;background:var(--signal);box-shadow:0 0 12px var(--signal)}
.atelier-page .payment-success-item b{color:var(--ink);font:700 13px/1 var(--sans);letter-spacing:0}
.atelier-page .payment-success-item time{color:var(--muted);font:400 11px/1 var(--mono)}
.atelier-page .payment-success-item small{grid-column:2/-1;color:var(--brand);font-size:10px}
.atelier-page .payment-success-item[aria-hidden="true"]{pointer-events:none}
.atelier-page .payment-marquee-empty{width:100%;padding:0 18px;color:var(--faint);font-size:12px;text-align:center}
.atelier-page .success-legacy-metrics{display:none!important}
@keyframes paypalPaymentMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 6px))}}
.atelier-page:not(.dark) .payment-success-status{background:#fffefa;border-color:var(--line);box-shadow:0 18px 54px rgba(58,70,60,.09)}
.atelier-page:not(.dark) .payment-status-summary strong{color:#668515;text-shadow:none}
.atelier-page:not(.dark) .payment-status-kicker{color:#668515}
.atelier-page:not(.dark) .payment-status-grid,.atelier-page:not(.dark) .payment-success-lane{background:#f7f9f4;border-color:#d8ddd5}
.atelier-page:not(.dark) .payment-status-cell{background:#e3e7df;border-color:#d8ddd5}
.atelier-page:not(.dark) .payment-status-cell.is-success{background:rgba(102,133,21,.48);border-color:#9eb269;box-shadow:none}
.atelier-page:not(.dark) .payment-status-cell.level-2{background:rgba(102,133,21,.62)}
.atelier-page:not(.dark) .payment-status-cell.level-3{background:rgba(102,133,21,.78)}
.atelier-page:not(.dark) .payment-status-cell.level-4{background:#668515}
.atelier-page:not(.dark) .payment-lane-label{border-right-color:#d8ddd5;color:#187c89}
.atelier-page:not(.dark) .payment-success-item{background:rgba(23,127,141,.07);border-color:#cbdedc;box-shadow:none}
.atelier-page:not(.dark) .payment-success-item b{color:#354137}
.atelier-page:not(.dark) .payment-success-item time{color:#7f8b82}
.atelier-page:not(.dark) .payment-success-item small{color:#187c89}
@media(max-width:980px){.atelier-page .payment-status-head{grid-template-columns:minmax(0,1fr) auto}.atelier-page .payment-status-legend{grid-column:1/-1;padding:0}.atelier-page .payment-status-grid{grid-template-columns:repeat(36,minmax(0,1fr));gap:4px}.atelier-page .payment-success-lane{grid-template-columns:102px minmax(0,1fr)}}
@media(max-width:680px){.atelier-page .payment-success-status{padding:20px 16px 16px;border-radius:16px}.atelier-page .payment-status-head{grid-template-columns:1fr auto;gap:14px}.atelier-page .payment-status-title-wrap h2{font-size:22px}.atelier-page .payment-status-title-wrap p{font-size:11px}.atelier-page .payment-status-summary{min-width:84px;padding-left:13px}.atelier-page .payment-status-summary strong{font-size:30px}.atelier-page .payment-status-grid{grid-template-columns:repeat(24,minmax(0,1fr));gap:3px;padding:9px}.atelier-page .payment-success-lane{grid-template-columns:1fr;min-height:122px}.atelier-page .payment-lane-label{justify-content:flex-start;padding:10px 14px;border-right:0;border-bottom:1px solid var(--line)}.atelier-page .payment-marquee-viewport{min-height:74px}}
@media(prefers-reduced-motion:reduce){.atelier-page .payment-success-marquee.is-moving{animation:none}.atelier-page .payment-status-cell{transition:none}}
