:root {
  --am-ink: #100f0e;
  --am-panel: #171513;
  --am-panel-2: #1e1b18;
  --am-line: rgba(239, 221, 198, .14);
  --am-paper: #f4eadc;
  --am-muted: #ad9f90;
  --am-copper: #c87845;
  --am-copper-light: #ecaa73;
  --am-green: #a9be89;
  --am-red: #dd8273;
  --am-radius: 22px;
  --am-shadow: 0 30px 100px rgba(0, 0, 0, .35);
}

html { scroll-behavior: smooth; }
body.am-plugin-page { margin: 0; background: var(--am-ink); color: var(--am-paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
.am-plugin-page *, .am-plugin-page *::before, .am-plugin-page *::after { box-sizing: border-box; }
.am-plugin-page a { color: inherit; text-decoration: none; }
.am-plugin-page button, .am-plugin-page input { font: inherit; }
.am-plugin-page h1, .am-plugin-page h2, .am-plugin-page h3, .am-plugin-page p { margin-top: 0; }
.am-plugin-page h1, .am-plugin-page h2, .am-plugin-page h3 { color: var(--am-paper); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
.am-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 80% 12%, rgba(200,120,69,.12), transparent 28%), radial-gradient(circle at 10% 75%, rgba(200,120,69,.07), transparent 30%), var(--am-ink); }
.am-section { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.am-section-narrow { width: min(720px, calc(100% - 48px)); margin: 100px auto 160px; }
.am-inner-main { min-height: 70vh; }
.am-skip { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; background: var(--am-paper); color: var(--am-ink) !important; border-radius: 8px; }
.am-skip:focus { top: 12px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }

.am-header { width: min(1240px, calc(100% - 48px)); min-height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--am-line); }
.am-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--am-paper) !important; font-family: Georgia, serif; font-size: 19px; letter-spacing: .01em; }
.am-logo-mark { width: 39px; height: 39px; display: inline-flex; align-items: center; justify-content: space-evenly; border: 1px solid rgba(236,170,115,.65); border-radius: 50%; position: relative; }
.am-logo-mark::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--am-copper-light); position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.am-logo-mark i { width: 7px; height: 7px; border: 1px solid var(--am-copper-light); border-radius: 50%; }
.am-nav { display: flex; align-items: center; gap: 28px; color: #c8bbae; font-size: 14px; }
.am-nav a:not(.am-button):hover, .am-nav a.is-active { color: var(--am-copper-light); }
.am-nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--am-line); background: transparent; border-radius: 10px; padding: 10px; }
.am-nav-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: var(--am-paper); }

.am-button { min-height: 50px; padding: 0 23px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-family: Inter, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.am-button:hover { transform: translateY(-2px); }
.am-button:focus-visible, .am-text-link:focus-visible, .am-nav a:focus-visible, .am-plugin-page input:focus-visible, .am-plugin-page summary:focus-visible, .am-ab-toggle button:focus-visible { outline: 2px solid var(--am-copper-light); outline-offset: 3px; }
.am-button:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.am-button-small { min-height: 42px; padding: 0 20px; color: var(--am-paper) !important; border-color: rgba(236,170,115,.5); }
.am-button-primary { color: #17100b !important; background: linear-gradient(135deg, var(--am-copper-light), var(--am-copper)); box-shadow: 0 10px 30px rgba(200,120,69,.2); }
.am-button-ghost { color: var(--am-paper) !important; background: transparent; border-color: var(--am-line); }
.am-button-copper { color: var(--am-copper-light) !important; background: rgba(200,120,69,.1); border-color: rgba(200,120,69,.4); }
.am-text-link { display: inline-flex; gap: 12px; align-items: center; border: 0; background: transparent; color: var(--am-copper-light) !important; font-size: 14px; cursor: pointer; padding: 0; }
.am-text-link span { font-size: 18px; }
.am-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--am-copper-light); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.am-eyebrow > span { width: 24px; height: 1px; background: var(--am-copper); }

.am-hero { min-height: 690px; padding: 96px 0 88px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 78px; }
.am-hero h1 { max-width: 670px; margin: 17px 0 24px; font-size: clamp(48px, 6vw, 82px); }
.am-hero h1 em { display: block; color: var(--am-copper-light); font-weight: 400; }
.am-lead { max-width: 590px; color: #b9ab9d; font-size: 18px; }
.am-hero-actions { margin: 35px 0 52px; display: flex; align-items: center; gap: 30px; }
.am-hero-facts { margin: 0; padding: 23px 0 0; border-top: 1px solid var(--am-line); display: grid; grid-template-columns: repeat(3,1fr); list-style: none; }
.am-hero-facts li { padding-left: 20px; border-left: 1px solid var(--am-line); }
.am-hero-facts li:first-child { padding-left: 0; border-left: 0; }
.am-hero-facts strong, .am-hero-facts span { display: block; }
.am-hero-facts strong { font-family: Georgia, serif; font-size: 22px; color: var(--am-paper); font-weight: 500; }
.am-hero-facts span { color: var(--am-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.am-console { position: relative; padding: 22px 25px 24px; border: 1px solid rgba(236,170,115,.26); border-radius: 18px; background: linear-gradient(145deg, #25211c, #171411); box-shadow: var(--am-shadow), inset 0 1px rgba(255,255,255,.05); transform: perspective(900px) rotateY(-3deg); }
.am-console::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.035); border-radius: 12px; pointer-events: none; }
.am-console-top { display: flex; justify-content: space-between; padding-bottom: 15px; color: var(--am-copper-light); font-family: Georgia, serif; letter-spacing: .1em; }
.am-console-status { color: var(--am-muted); font: 9px Inter,sans-serif; letter-spacing: .16em; }
.am-console-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--am-green); box-shadow: 0 0 12px var(--am-green); }
.am-reels { height: 215px; padding: 30px 35px; border: 1px solid #090807; border-radius: 10px; background: radial-gradient(circle, rgba(255,255,255,.025), transparent 60%), #11100e; display: flex; justify-content: space-between; align-items: center; position: relative; overflow: hidden; }
.am-reel { width: 138px; height: 138px; border: 9px solid #887867; border-radius: 50%; background: repeating-conic-gradient(#403a33 0 14deg, #151310 15deg 42deg); box-shadow: inset 0 0 0 15px #29251f, 0 10px 25px #000; animation: am-spin 12s linear infinite; }
.am-reel i { display: block; width: 36px; height: 36px; margin: 42px auto; border: 8px solid #827363; border-radius: 50%; background: #12100e; }
.am-tape-line { position: absolute; height: 2px; background: #4b2a19; left: 28%; right: 28%; bottom: 26px; }
@keyframes am-spin { to { transform: rotate(360deg); } }
.am-meter-row { padding: 22px 5px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.am-meter-row span { display: block; margin-bottom: 7px; color: #8f8276; font-size: 8px; letter-spacing: .16em; }
.am-meter-row b { display: block; height: 7px; overflow: hidden; background: #0b0a09; border-radius: 2px; }
.am-meter-row b i { display: block; width: var(--level); height: 100%; background: linear-gradient(90deg, #7e9366 65%, #c87845); }
.am-console-controls { padding: 17px; border: 1px solid var(--am-line); display: grid; grid-template-columns: repeat(3,1fr); text-align: center; }
.am-console-controls span { color: #86786c; font-size: 8px; letter-spacing: .12em; }
.am-console-controls i { display: block; width: 33px; height: 33px; margin: 0 auto 7px; border: 2px solid #8e7d6b; border-radius: 50%; background: conic-gradient(#201c18 0 72%, var(--am-copper) 73% 76%, #201c18 77%); }
.am-console-controls b { color: #d9c9b8; font: 12px Georgia,serif; letter-spacing: 0; }
.am-console > p { margin: 14px 0 0; color: #76695e; text-align: center; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.am-trust-strip { min-height: 78px; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-block: 1px solid var(--am-line); background: rgba(255,255,255,.018); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; color: #a99b8e; font-size: 12px; letter-spacing: .04em; }
.am-trust-strip span { display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--am-line); }
.am-trust-strip span:last-child { border: 0; }
.am-trust-strip i { color: var(--am-copper-light); font-style: normal; }

.am-process, .am-modes, .am-detect, .am-pricing, .am-faq { padding-block: 130px; }
.am-section-heading { max-width: 720px; }
.am-section-heading h2 { margin: 18px 0 22px; font-size: clamp(38px,5vw,58px); }
.am-section-heading > p:last-child { color: var(--am-muted); }
.am-heading-centered { margin-inline: auto; text-align: center; }
.am-heading-centered .am-eyebrow { justify-content: center; }
.am-steps { margin-top: 64px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.am-steps article { min-height: 325px; padding: 30px; border: 1px solid var(--am-line); border-radius: var(--am-radius); background: linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.005)); position: relative; }
.am-steps article > span { position: absolute; top: 22px; right: 25px; color: rgba(236,170,115,.35); font-family: Georgia,serif; font-size: 30px; }
.am-step-icon { width: 58px; height: 58px; margin-bottom: 52px; border: 1px solid rgba(200,120,69,.35); border-radius: 50%; display: grid; place-items: center; color: var(--am-copper-light); font-size: 21px; }
.am-steps h3 { margin-bottom: 14px; font-size: 28px; }
.am-steps p { color: var(--am-muted); font-size: 14px; }
.am-modes { border-top: 1px solid var(--am-line); }
.am-mode-grid, .am-price-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.am-mode-card, .am-price-card { padding: 42px; border: 1px solid var(--am-line); border-radius: var(--am-radius); background: #151311; position: relative; }
.am-mode-featured, .am-price-featured { border-color: rgba(200,120,69,.55); background: radial-gradient(circle at 90% 5%,rgba(200,120,69,.14),transparent 35%),#191512; }
.am-card-kicker { color: var(--am-copper-light); font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.am-mode-card h3 { max-width: 450px; margin: 18px 0; font-size: 38px; }
.am-mode-card > p:not(.am-card-kicker), .am-price-card > p { color: var(--am-muted); }
.am-mode-card ul, .am-price-card ul { margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--am-line); list-style: none; }
.am-mode-card li, .am-price-card li { margin: 10px 0; color: #c6b8aa; font-size: 14px; }
.am-mode-card li::before, .am-price-card li::before { content: "✓"; margin-right: 10px; color: var(--am-copper-light); }
.am-card-tag { position: absolute; top: 22px; right: 22px; padding: 6px 10px; border-radius: 999px; background: rgba(200,120,69,.16); color: var(--am-copper-light); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.am-detect { border-top: 1px solid var(--am-line); }
.am-detect-frame { width: 100%; max-width: 1200px; margin: 52px auto 0; overflow: hidden; border: 1px solid rgba(200,120,69,.28); border-radius: 20px; background: radial-gradient(circle at 50% 0,rgba(200,120,69,.1),transparent 52%),#151311; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.am-detect-frame iframe { width: 100%; max-width: 1200px; display: block; border: 0; border-radius: 20px; background: transparent; color-scheme: dark; }
.am-detect-privacy { max-width: 920px; margin: 20px auto 0; color: #82766b; font-size: 11px; line-height: 1.65; text-align: center; }
.am-detect-actions { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
.am-inner-main .am-detect { padding-top: 20px; padding-bottom: 100px; }
.am-inner-main .am-detect .am-section-heading h2 { font-size: clamp(34px,4vw,48px); }
.am-pricing { width: 100%; max-width: none; padding-inline: max(24px,calc((100% - 1000px)/2)); background: #141210; border-block: 1px solid var(--am-line); }
.am-price-card h3 { margin: 18px 0; font-size: 56px; }
.am-price-card sup { color: var(--am-copper-light); font-size: 24px; }
.am-price-card small { color: var(--am-muted); font: 14px Inter,sans-serif; letter-spacing: 0; }
.am-price-card ul { min-height: 150px; }
.am-price-card .am-button { width: 100%; margin-top: 20px; }
.am-faq-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.am-faq details { padding: 22px 26px; border: 1px solid var(--am-line); border-radius: 14px; background: rgba(255,255,255,.018); }
.am-faq summary { color: #dfd2c4; cursor: pointer; font-weight: 650; }
.am-faq details p { margin: 17px 0 0; color: var(--am-muted); font-size: 14px; }
.am-final-cta { margin-bottom: 130px; padding: 85px 30px; border: 1px solid rgba(200,120,69,.35); border-radius: 30px; background: radial-gradient(circle at 50% 110%,rgba(200,120,69,.22),transparent 52%),#171411; text-align: center; }
.am-final-cta .am-eyebrow { justify-content: center; }
.am-final-cta h2 { margin: 20px 0 35px; font-size: clamp(42px,6vw,70px); }

.am-studio-head, .am-account-head { padding: 68px 0 38px; display: flex; justify-content: space-between; align-items: flex-end; }
.am-studio-head h1, .am-account-head h1 { margin: 14px 0 10px; font-size: clamp(42px,6vw,66px); }
.am-studio-head > div > p:last-child, .am-account-head > div > p:last-child { color: var(--am-muted); }
.am-credit-pill { padding: 14px 20px; border: 1px solid rgba(200,120,69,.36); border-radius: 14px; color: var(--am-muted) !important; font-size: 12px; text-align: center; }
.am-credit-pill span { display: block; color: var(--am-copper-light); font: 30px Georgia,serif; line-height: 1; }
.am-studio-layout { padding-bottom: 100px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(370px,.85fr); gap: 24px; align-items: start; }
.am-studio-panel, .am-result-panel, .am-account-card { border: 1px solid var(--am-line); border-radius: var(--am-radius); background: #151311; box-shadow: 0 20px 60px rgba(0,0,0,.14); }
.am-studio-panel { padding: 35px; }
.am-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.am-panel-heading > div { display: flex; align-items: center; gap: 14px; }
.am-panel-heading h2 { margin: 0; font: 28px Georgia,serif; }
.am-panel-heading > p { color: var(--am-muted); font-size: 11px; }
.am-panel-number { width: 33px; height: 33px; border: 1px solid rgba(200,120,69,.45); border-radius: 50%; display: grid; place-items: center; color: var(--am-copper-light); font-size: 10px; }
.am-mode-picker { margin: 28px 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.am-mode-picker label { cursor: pointer; }
.am-mode-picker input { position: absolute; opacity: 0; pointer-events: none; }
.am-mode-picker label > span { min-height: 80px; padding: 18px; border: 1px solid var(--am-line); border-radius: 12px; display: flex; flex-direction: column; justify-content: center; background: #12100f; transition: border .2s,background .2s; }
.am-mode-picker input:checked + span { border-color: var(--am-copper); background: rgba(200,120,69,.08); box-shadow: inset 0 0 0 1px rgba(200,120,69,.2); }
.am-mode-picker b { color: #e5d7c9; font-size: 11px; letter-spacing: .13em; }
.am-mode-picker small { color: var(--am-muted); }
.am-classic-summary { padding: 20px; border-radius: 12px; background: rgba(255,255,255,.018); }
.am-classic-summary > p { margin: 16px 0 0; color: var(--am-muted); font-size: 12px; }
.am-signal-chain { display: flex; align-items: center; justify-content: space-between; color: #d8cabb; font: 13px Georgia,serif; text-align: center; }
.am-signal-chain small { color: #796d62; font: 7px Inter,sans-serif; letter-spacing: .12em; }
.am-signal-chain i { color: var(--am-copper); font-style: normal; }
.am-control-grid { margin: 0 0 28px; padding: 22px; border: 1px solid rgba(200,120,69,.26); border-radius: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 23px 28px; background: rgba(200,120,69,.025); }
.am-control-grid[hidden] { display: none; }
.am-range > span { margin-bottom: 8px; display: flex; justify-content: space-between; color: #cbbdaf; font-size: 11px; }
.am-range output { color: var(--am-copper-light); }
.am-range input { width: 100%; height: 4px; margin: 0; appearance: none; background: linear-gradient(90deg,var(--am-copper) var(--range-progress,50%),#3b342e var(--range-progress,50%)); border-radius: 10px; }
.am-range input::-webkit-slider-thumb { width: 15px; height: 15px; appearance: none; border: 2px solid #e8d7c5; border-radius: 50%; background: var(--am-copper); box-shadow: 0 0 0 4px rgba(200,120,69,.12); cursor: grab; }
.am-range input::-moz-range-thumb { width: 12px; height: 12px; border: 2px solid #e8d7c5; border-radius: 50%; background: var(--am-copper); cursor: grab; }
.am-reset { grid-column: 1/-1; justify-self: start; padding: 0; border: 0; border-bottom: 1px solid rgba(236,170,115,.4); background: none; color: var(--am-copper-light); font-size: 11px; cursor: pointer; }
.am-session-notes { grid-column:1/-1; }
.am-session-notes > span { margin-bottom:8px; display:flex; justify-content:space-between; color:#cbbdaf; font-size:11px; }
.am-session-notes small { color:var(--am-muted); }
.am-session-notes textarea { width:100%; resize:vertical; padding:12px 14px; border:1px solid var(--am-line); border-radius:10px; background:#100f0e; color:var(--am-paper); font:13px/1.5 Inter,sans-serif; }
.am-upload-heading { margin-top: 38px; padding-top: 32px; border-top: 1px solid var(--am-line); }
.am-dropzone { min-height: 210px; margin-top: 26px; border: 1px dashed rgba(236,170,115,.38); border-radius: 15px; background: radial-gradient(circle,rgba(200,120,69,.08),transparent 65%); display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; transition: background .2s,border .2s; }
.am-dropzone.is-dragging { border-color: var(--am-copper-light); background: rgba(200,120,69,.12); }
.am-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.am-upload-icon { width: 45px; height: 45px; margin-bottom: 13px; border: 1px solid rgba(200,120,69,.45); border-radius: 50%; display: grid; place-items: center; color: var(--am-copper-light); font-size: 20px; }
.am-dropzone strong { font: 22px Georgia,serif; }
.am-dropzone small { color: var(--am-muted); }
.am-file-choice { margin-top: 14px; padding: 6px 12px; border-radius: 999px; background: rgba(169,190,137,.1); color: var(--am-green); font-size: 11px; }
.am-submit { width: 100%; margin-top: 20px; }
.am-form-message { min-height: 24px; margin-top: 12px; color: var(--am-red); font-size: 12px; }
.am-no-credit { margin: 12px 0 0; color: var(--am-muted); font-size: 12px; text-align: center; }
.am-no-credit a { color: var(--am-copper-light); }
.am-result-panel { min-height: 630px; padding: 42px; position: sticky; top: 24px; background: radial-gradient(circle at 50% 20%,rgba(200,120,69,.11),transparent 36%),#11100e; display: grid; place-items: center; text-align: center; }
.am-result-panel > div { width: 100%; }
.am-result-panel .am-eyebrow { justify-content: center; }
.am-result-panel h2 { margin: 17px 0; font-size: 38px; }
.am-result-panel p { color: var(--am-muted); }
.am-vinyl { width: 190px; height: 190px; margin: 0 auto 45px; border-radius: 50%; background: repeating-radial-gradient(circle,#1b1916 0 3px,#0b0a09 4px 7px); box-shadow: 0 30px 60px #000; position: relative; }
.am-vinyl::before { content:""; position:absolute; inset:65px; border-radius:50%; background:var(--am-copper); }
.am-vinyl i { position:absolute; width:12px; height:12px; inset:89px; border-radius:50%; background:#100f0e; z-index:2; }
.am-working-reel { width: 130px; height: 130px; margin: 0 auto 40px; border: 12px dotted var(--am-copper); border-radius: 50%; animation: am-spin 4s linear infinite; }
.am-working-reel i { display:block; width:30px; height:30px; margin:38px auto; border-radius:50%; background:var(--am-copper-light); }
.am-progress { height: 7px; margin-top: 28px; border-radius: 10px; overflow: hidden; background: #29251f; }
.am-progress i { display: block; width: 0; height:100%; background:linear-gradient(90deg,var(--am-copper),var(--am-copper-light)); transition: width .4s; }
.am-ab-toggle { width: max-content; max-width:100%; margin: 25px auto 18px; padding: 4px; border:1px solid var(--am-line); border-radius:999px; display:flex; flex-wrap:wrap; justify-content:center; }
.am-ab-toggle button { padding: 7px 18px; border:0; border-radius:999px; color:var(--am-muted); background:transparent; cursor:pointer; }
.am-ab-toggle button.is-active { color:#17100b; background:var(--am-copper-light); }
.am-ab-toggle button:disabled { opacity:.45; cursor:not-allowed; }
.am-ab-toggle button[hidden] { display:none; }
.am-result-ready audio { width:100%; margin-bottom:20px; filter: sepia(.3) saturate(.75); }
.am-result-ready .am-button { width:100%; }
.am-download-actions { display:grid; grid-template-columns:1fr; gap:10px; }
.am-expiry { margin-top: 17px !important; color:var(--am-muted) !important; font-size:12px; }
.am-expiry span, .am-expiry strong { color:var(--am-copper-light); }
.am-mastering-report { margin-top:28px; padding:24px; border:1px solid rgba(200,120,69,.28); border-radius:14px; background:rgba(200,120,69,.045); text-align:left; }
.am-mastering-report h3 { margin:7px 0 18px; font:25px Georgia,serif; }
.am-mastering-report dl { margin:0; }
.am-mastering-report dl > div { padding:9px 0; border-bottom:1px solid rgba(255,255,255,.055); display:grid; grid-template-columns:minmax(115px,.8fr) minmax(0,1.2fr); gap:14px; }
.am-mastering-report dt { color:var(--am-muted); font-size:10px; letter-spacing:.04em; }
.am-mastering-report dd { margin:0; color:#e0d2c4; font-size:11px; overflow-wrap:anywhere; }
.am-mastering-report .am-report-session-note { white-space:pre-wrap; }
.am-report-note { margin:17px 0 0 !important; color:#817469 !important; font-size:10px !important; line-height:1.55; }
.am-repair-card { margin-top:28px; padding:24px; border:1px solid rgba(169,190,137,.3); border-radius:14px; background:rgba(169,190,137,.045); text-align:left; }
.am-repair-card h3 { margin:7px 0 10px; font:27px Georgia,serif; }
.am-repair-card > p:not(.am-card-kicker) { margin:0 0 18px; font-size:12px; line-height:1.6; }
.am-repair-card [data-repair-result] { margin-top:18px; }
.am-repair-card [data-repair-result="processing"] { text-align:center; }
.am-repair-card [data-repair-result="processing"] > p { margin:10px 0; }
.am-repair-card .am-progress { margin-top:16px; }
.am-repair-success { color:var(--am-green) !important; }
.am-repair-error { color:var(--am-red) !important; }
.am-error-icon { width: 60px; height:60px; margin:0 auto 25px; border:1px solid rgba(221,130,115,.5); border-radius:50%; display:grid; place-items:center; color:var(--am-red); font:30px Georgia,serif; }
.am-privacy-note { margin-bottom:100px; padding:30px 35px; border:1px solid var(--am-line); border-radius:18px; display:flex; align-items:center; gap:25px; background:rgba(255,255,255,.015); }
.am-privacy-note > span { color:var(--am-copper-light); font-size:30px; }
.am-privacy-note h2 { margin:0 0 5px; font-size:24px; }
.am-privacy-note p { margin:0; color:var(--am-muted); font-size:13px; }

.am-referral-offer { margin-top:28px; margin-bottom:26px; padding:0; border:1px solid rgba(200,120,69,.32); border-radius:22px; overflow:hidden; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); background:radial-gradient(circle at 3% 0,rgba(200,120,69,.16),transparent 42%),#141210; box-shadow:0 26px 70px rgba(0,0,0,.18); }
.am-referral-copy { padding:42px 44px; position:relative; }
.am-referral-copy::after { content:"02"; position:absolute; right:26px; bottom:-22px; color:rgba(236,170,115,.045); font:132px/1 Georgia,serif; pointer-events:none; }
.am-referral-copy h2 { max-width:630px; margin:12px 0 18px; font-size:clamp(32px,4vw,49px); line-height:1.05; }
.am-referral-copy h2 em { color:var(--am-copper-light); font-style:normal; }
.am-referral-copy > p:not(.am-card-kicker) { max-width:650px; margin:0; color:var(--am-muted); font-size:13px; line-height:1.7; }
.am-referral-steps { margin:29px 0 0; padding:24px 0 0; border-top:1px solid var(--am-line); display:grid; grid-template-columns:repeat(3,1fr); gap:14px; list-style:none; position:relative; z-index:1; }
.am-referral-steps li { color:#cbbdaf; font-size:11px; line-height:1.45; }
.am-referral-steps span { display:block; margin-bottom:7px; color:var(--am-copper-light); font-size:9px; letter-spacing:.13em; }
.am-referral-panel { padding:36px; border-left:1px solid var(--am-line); background:rgba(8,7,6,.34); }
.am-referral-state { margin-bottom:24px; padding:14px 16px; border:1px solid var(--am-line); border-radius:12px; display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.018); }
.am-referral-state > i { width:9px; height:9px; flex:0 0 9px; border-radius:50%; background:var(--am-copper-light); box-shadow:0 0 0 5px rgba(236,170,115,.08); }
.am-referral-state-pending > i { background:#d7aa62; box-shadow:0 0 0 5px rgba(215,170,98,.09); }
.am-referral-state-eligible { border-color:rgba(169,190,137,.34); background:rgba(169,190,137,.045); }
.am-referral-state-eligible > i { background:var(--am-green); box-shadow:0 0 0 5px rgba(169,190,137,.1); }
.am-referral-state span { display:block; margin-bottom:3px; color:#74685e; font-size:8px; font-weight:750; letter-spacing:.14em; }
.am-referral-state strong { display:block; color:#d7c9bc; font-size:11px; line-height:1.45; }
.am-referral-panel > label { display:block; margin-bottom:8px; color:#c6b8aa; font-size:11px; }
.am-referral-link-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:9px; }
.am-referral-link-row input { min-width:0; height:47px; padding:0 14px; border:1px solid var(--am-line); border-radius:10px; background:#0d0c0b; color:#a99b8e; font:11px Inter,sans-serif; text-overflow:ellipsis; }
.am-referral-link-row .am-button { min-width:112px; padding-inline:17px; }
.am-referral-actions { margin-top:11px; display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.am-referral-actions > :only-child { grid-column:1/-1; }
.am-referral-offer:not([data-referral-status="eligible"]) .am-button-facebook { grid-column:1/-1; }
.am-referral-actions .am-button { width:100%; padding-inline:15px; }
.am-referral-actions .am-button[hidden] { display:none; }
.am-button-facebook { border:1px solid rgba(93,139,216,.48); background:rgba(45,91,166,.13); color:#b8cdf0 !important; }
.am-button-facebook:hover { border-color:rgba(128,169,235,.72); background:rgba(45,91,166,.24); }
.am-referral-channel-note { margin:15px 0 0; color:#74695f; font-size:10px; line-height:1.55; }
.am-referral-message { min-height:17px; margin:10px 0 0; color:var(--am-green); font-size:11px; }
.am-referral-terms { margin-top:4px; padding-top:13px; border-top:1px solid var(--am-line); }
.am-referral-terms summary { width:max-content; color:#a99b8e; font-size:10px; cursor:pointer; }
.am-referral-terms p { margin:12px 0 0; color:#71665d; font-size:10px; line-height:1.55; }
.am-referral-confirmation { margin-top:28px; margin-bottom:26px; padding:20px 24px; border:1px solid rgba(169,190,137,.4); border-radius:14px; background:rgba(169,190,137,.07); color:var(--am-green); font-size:13px; text-align:center; }

.am-account-head { border-bottom:1px solid var(--am-line); }
.am-notice { width:min(1180px,calc(100% - 48px)); margin:25px auto 0; padding:15px 20px; border:1px solid var(--am-line); border-radius:12px; color:var(--am-muted); background:#171513; }
.am-notice-success { border-color:rgba(169,190,137,.36); color:var(--am-green); }
.am-notice-warning { border-color:rgba(236,170,115,.42); color:var(--am-copper-light); }
.am-dashboard { padding:48px 0 80px; display:grid; grid-template-columns:.8fr 1.2fr; gap:24px; }
.am-account-card { padding:38px; }
.am-balance-card > strong { display:block; margin:20px 0 0; color:var(--am-copper-light); font:84px Georgia,serif; line-height:.9; }
.am-balance-card h2 { margin:5px 0 30px; font-size:27px; }
.am-balance-breakdown { margin-bottom:26px; padding:20px 0; border-block:1px solid var(--am-line); display:grid; grid-template-columns:1fr 1fr; }
.am-balance-breakdown span { color:var(--am-muted); font-size:11px; }
.am-balance-breakdown b { display:block; color:var(--am-paper); font:24px Georgia,serif; }
.am-balance-card .am-button { width:100%; }
.am-account-card h2 { font-size:34px; }
.am-account-plan { padding:20px 0; border-top:1px solid var(--am-line); display:flex; align-items:center; justify-content:space-between; gap:20px; }
.am-account-plan strong { display:block; color:var(--am-paper); font:28px Georgia,serif; }
.am-account-plan span { color:var(--am-muted); font-size:12px; }
.am-portal { margin-top:25px; }
.am-billing-message { min-height:20px; margin:12px 0 0; color:var(--am-muted); font-size:12px; }
.am-account-history { padding-bottom:100px; }
.am-history-list { border-top:1px solid var(--am-line); }
.am-history-row { min-height:70px; border-bottom:1px solid var(--am-line); display:grid; grid-template-columns:1fr 110px 110px 150px; gap:20px; align-items:center; color:var(--am-muted); font-size:12px; }
.am-history-row strong { color:#d8cabd; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.am-history-row .is-completed { color:var(--am-green); }
.am-history-row .is-failed, .am-history-row .is-expired { color:var(--am-red); }
.am-history-download { justify-self:start; padding:7px 12px; border:1px solid rgba(200,120,69,.4); border-radius:999px; background:rgba(200,120,69,.08); color:var(--am-copper-light); font-size:11px; cursor:pointer; }
.am-history-download:disabled { opacity:.55; }
.am-history-privacy { margin-top:18px; color:#766a60; font-size:11px; }

.am-auth-gate { padding:70px; border:1px solid var(--am-line); border-radius:var(--am-radius); background:#171513; text-align:center; }
.am-auth-gate .am-eyebrow { justify-content:center; }
.am-auth-gate h1 { margin:18px 0; font-size:52px; }
.am-auth-gate > p:not(.am-eyebrow) { color:var(--am-muted); }
.am-auth-gate .am-button { margin-top:20px; }
.am-login-main { min-height:720px; display:grid; place-items:center; }
.am-login-wrap { width:min(1040px,calc(100% - 48px)); padding:80px 0 120px; display:grid; grid-template-columns:1fr 430px; align-items:center; gap:100px; }
.am-login-copy h1 { margin:18px 0 25px; font-size:clamp(48px,6vw,70px); }
.am-login-copy > p:not(.am-eyebrow), .am-login-copy li { color:var(--am-muted); }
.am-login-copy ul { margin:30px 0 0; padding:25px 0 0; border-top:1px solid var(--am-line); list-style:none; }
.am-login-copy li { margin:10px 0; }
.am-login-copy li::before { content:"✓"; margin-right:12px; color:var(--am-copper-light); }
.am-login-card { padding:42px; border:1px solid rgba(200,120,69,.36); border-radius:var(--am-radius); background:#171513; box-shadow:var(--am-shadow); }
.am-login-card h2 { margin:13px 0 28px; font-size:42px; }
.am-social-login { margin:0 0 20px; }
.am-social-login > p { margin:0 0 12px; color:var(--am-muted); font-size:12px; }
.am-social-login .nsl-container, .am-social-login .nsl-container-buttons, .am-social-login a { width:100%; max-width:none; }
.am-login-divider { display:flex; align-items:center; gap:12px; margin:22px 0 8px; color:var(--am-muted); font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.am-login-divider::before, .am-login-divider::after { content:""; height:1px; flex:1; background:var(--am-line); }
.am-login-card label { display:block; margin:14px 0 7px; color:#c6b8aa; font-size:12px; }
.am-login-card input[type=text], .am-login-card input[type=password] { width:100%; min-height:49px; padding:10px 14px; border:1px solid var(--am-line); border-radius:10px; background:#0f0e0d; color:var(--am-paper); }
.am-login-card .login-remember label { display:flex; align-items:center; gap:8px; }
.am-login-card .login-submit input { width:100%; min-height:50px; border:0; border-radius:999px; background:linear-gradient(135deg,var(--am-copper-light),var(--am-copper)); color:#17100b; font-weight:750; cursor:pointer; }
.am-login-links { display:flex; justify-content:space-between; margin-top:20px; font-size:12px; color:var(--am-copper-light); }
.am-login-card > .am-text-link { display:flex; justify-content:center; margin-top:18px; }

.am-footer { width:min(1240px,calc(100% - 48px)); margin:0 auto; padding:55px 0 30px; border-top:1px solid var(--am-line); display:grid; grid-template-columns:1fr auto; gap:35px; align-items:start; color:var(--am-muted); font-size:12px; }
.am-logo-footer { margin-bottom:12px; }
.am-footer p { max-width:460px; }
.am-footer-links { display:flex; gap:25px; }
.am-footer-links a:hover { color:var(--am-copper-light); }
.am-footer-note { grid-column:1/-1; padding-top:25px; border-top:1px solid var(--am-line); color:#75695e; }

@media (max-width: 980px) {
  .am-hero { grid-template-columns:1fr; gap:60px; }
  .am-hero-copy { max-width:760px; }
  .am-console { max-width:620px; margin:auto; transform:none; }
  .am-trust-strip { grid-template-columns:1fr 1fr; padding-block:16px; gap:14px; }
  .am-trust-strip span:nth-child(2) { border-right:0; }
  .am-studio-layout { grid-template-columns:1fr; }
  .am-result-panel { min-height:520px; position:relative; top:0; }
  .am-dashboard { grid-template-columns:1fr; }
	.am-referral-offer { grid-template-columns:1fr; }
	.am-referral-panel { border-top:1px solid var(--am-line); border-left:0; }
  .am-login-wrap { grid-template-columns:1fr; gap:50px; }
}

@media (max-width: 720px) {
  .am-section, .am-header, .am-footer, .am-notice { width:calc(100% - 32px); }
  .am-header { min-height:72px; }
  .am-nav-toggle { display:block; }
  .am-nav { position:absolute; z-index:20; top:72px; left:16px; right:16px; padding:20px; border:1px solid var(--am-line); border-radius:14px; background:#171513; box-shadow:var(--am-shadow); display:none; flex-direction:column; align-items:stretch; }
  .am-nav.is-open { display:flex; }
  .am-hero { min-height:auto; padding:65px 0 75px; }
  .am-hero h1 { font-size:49px; }
  .am-hero-actions { align-items:flex-start; flex-direction:column; }
  .am-hero-facts { gap:10px; }
  .am-hero-facts strong { font-size:18px; }
  .am-reels { height:170px; padding:24px; }
  .am-reel { width:105px; height:105px; border-width:7px; }
  .am-reel i { margin:29px auto; }
  .am-trust-strip { grid-template-columns:1fr; }
  .am-trust-strip span { border-right:0; }
  .am-process,.am-modes,.am-detect,.am-pricing,.am-faq { padding-block:85px; }
  .am-detect-frame { margin-top:36px; }
  .am-detect-frame iframe { min-height:700px; }
  .am-steps,.am-mode-grid,.am-price-grid,.am-faq-grid { grid-template-columns:1fr; }
  .am-mode-card,.am-price-card { padding:30px; }
  .am-studio-head,.am-account-head { align-items:flex-start; flex-direction:column; gap:24px; }
  .am-studio-panel,.am-result-panel,.am-account-card { padding:25px; }
	.am-referral-copy,.am-referral-panel { padding:28px; }
	.am-referral-copy::after { display:none; }
	.am-referral-steps { grid-template-columns:1fr; gap:12px; }
	.am-referral-steps li { display:grid; grid-template-columns:31px 1fr; align-items:center; }
	.am-referral-steps span { margin:0; }
	.am-referral-link-row,.am-referral-actions { grid-template-columns:1fr; }
	.am-referral-actions > :only-child { grid-column:auto; }
	.am-mastering-report dl > div { grid-template-columns:1fr; gap:4px; }
  .am-panel-heading { flex-direction:column; }
  .am-mode-picker,.am-control-grid { grid-template-columns:1fr; }
  .am-signal-chain { flex-wrap:wrap; gap:10px; }
  .am-signal-chain i { display:none; }
  .am-history-row { padding:15px 0; grid-template-columns:1fr 90px; }
  .am-history-row span:nth-child(3), .am-history-row time { display:none; }
  .am-auth-gate { padding:45px 25px; }
  .am-auth-gate h1 { font-size:40px; }
  .am-login-wrap { width:calc(100% - 32px); }
  .am-login-card { padding:28px; }
  .am-footer { grid-template-columns:1fr; }
  .am-footer-links { flex-wrap:wrap; }
  .am-footer-note { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .am-reel,.am-working-reel { animation:none; }
  .am-button { transition:none; }
}
