:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17131f;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.dynamic-motricialy-shell { min-height: 100vh; background: #fff; }
.dynamic-tool-main { min-height: 60vh; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; float: none !important; clear: both !important; }
#twitter-header-checker-root { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.dynamic-header-mount #site-header,
.dynamic-footer-mount #footer { position: relative; z-index: 20; }

.twitter-header-app {
  --purple-950: #2e155f;
  --purple-900: #3c1d7d;
  --purple-800: #4d28a6;
  --purple-700: #5d35cc;
  --purple-600: #6f4be8;
  --purple-500: #815ff0;
  --purple-400: #9b7cf4;
  --purple-300: #bca9f8;
  --purple-200: #d9cffb;
  --purple-100: #eee9ff;
  --purple-50: #f8f6ff;
  --ink: #17131f;
  --muted: #706a79;
  --soft-muted: #8b8492;
  --border: #e6e1eb;
  --border-purple: #ded5f6;
  --shadow: 0 12px 34px rgba(63, 36, 118, .075);
  --shadow-hover: 0 18px 42px rgba(65, 34, 135, .12);
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #fff 23%, #fdfcff 100%);
  overflow: hidden;
}

.twitter-header-app *,
.twitter-header-app *::before,
.twitter-header-app *::after { box-sizing: border-box; }

.twitter-header-app button:focus-visible,
.twitter-header-app a:focus-visible,
.twitter-header-app input:focus-visible,
.twitter-header-app select:focus-visible,
.twitter-header-app summary:focus-visible,
.twitter-header-app [role="button"]:focus-visible {
  outline: 3px solid rgba(111, 75, 232, .24);
  outline-offset: 2px;
}

.page-pad { padding-left: 20px; padding-right: 20px; }
.hero-section { padding-top: 48px; text-align: center; }
.hero-copy { width: min(820px, 100%); margin: 0 auto 28px; }
.hero-eyebrow,
.tool-kicker {
  display: inline-block;
  color: var(--purple-700);
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 10px auto 0;
  color: #18181b;
  font-size: clamp(40px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.hero-copy p {
  width: min(760px, 100%);
  margin: 14px auto 0;
  color: #65606c;
  font-size: 16px;
  line-height: 1.65;
}

.tool-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  text-align: left;
  transition: width .2s ease;
}
.tool-shell.is-workspace { width: min(1600px, 100%); }
.tool-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.tool-head {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 24px;
  border-bottom: 1px solid #eeeaf2;
}
.tool-head h2 {
  margin: 7px 0 0;
  color: #26212c;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.35px;
}
.target-badge {
  flex: none;
  padding: 9px 11px;
  color: var(--purple-800);
  background: var(--purple-50);
  border: 1px solid var(--purple-200);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
}
.spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #eeeaf2;
  background: #fdfcfe;
}
.spec-strip > div { min-width: 0; padding: 14px 18px; border-right: 1px solid #eeeaf2; }
.spec-strip > div:last-child { border-right: 0; }
.spec-strip span,
.check-card > span {
  display: block;
  color: #898290;
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.spec-strip strong { display: block; margin-top: 5px; color: #403a46; font-size: 12.5px; }

.dropzone {
  min-height: 300px;
  margin: 24px;
  padding: 34px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1.5px dashed #d5cced;
  border-radius: 15px;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.dropzone:hover,
.dropzone.dragover { border-color: var(--purple-500); background: var(--purple-50); box-shadow: inset 0 0 0 1px rgba(111,75,232,.04); }
.upload-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--purple-700);
  background: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: 14px;
  font-size: 26px;
  font-weight: 500;
}
.dropzone h3 { margin: 0; color: #2d2732; font-size: 20px; line-height: 1.3; }
.dropzone p { margin: 7px 0 17px; color: #77707d; font-size: 14px; }
.dropzone small { margin-top: 11px; color: #96909b; font-size: 11.5px; }

.primary-btn,
.secondary-btn,
.text-btn,
.segmented button,
.download-anyway-btn {
  appearance: none;
  border: 0;
  font: inherit;
}
.primary-btn {
  min-height: 44px;
  padding: 0 17px;
  color: #fff;
  background: var(--purple-600);
  border: 1px solid var(--purple-600);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(111, 75, 232, .16);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.primary-btn:hover { background: var(--purple-700); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(111,75,232,.2); }
.secondary-btn {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  color: var(--purple-800);
  background: #fff;
  border: 1px solid #cfc6e3;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.secondary-btn:hover { border-color: var(--purple-400); background: var(--purple-50); transform: translateY(-1px); }
.text-btn { padding: 5px 0; color: var(--purple-700); background: transparent; font-size: 12px; font-weight: 800; }
.text-btn:hover { color: var(--purple-900); text-decoration: underline; }

.workspace-grid { display: grid; grid-template-columns: 292px minmax(0, 1fr); }
.control-panel { padding: 18px; border-right: 1px solid #eeeaf2; background: #fbfaff; }
.file-summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; padding-bottom: 13px; border-bottom: 1px solid #e9e4ee; }
.file-summary > div { min-width: 0; display: flex; align-items: center; gap: 7px; }
.file-summary strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #3d3742; font-size: 12px; }
.status-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #27ad62; }
.control-block { padding: 14px 0 0; }
.control-block > label,
.control-block.two-controls label,
.control-block.inline-controls label {
  color: #4b4550;
  font-size: 11.5px;
  font-weight: 800;
}
.control-block > label:not(.guide-toggle) { display: block; }
.control-block output { float: right; color: #766e7d; font-size: 10.5px; font-weight: 700; }
.control-help { display: block; margin-top: 6px; color: #8b8492; font-size: 10px; line-height: 1.45; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 7px; padding: 4px; background: #f0edf4; border-radius: 9px; }
.segmented button { min-height: 36px; padding: 0 8px; color: #6b6470; background: transparent; border-radius: 7px; font-size: 11px; font-weight: 800; }
.segmented button.active { color: var(--purple-800); background: #fff; box-shadow: 0 1px 4px rgba(40,25,70,.08); }
.control-block input[type="range"] { width: 100%; margin: 9px 0 0; accent-color: var(--purple-600); }
.control-block input[type="range"]:disabled { opacity: .4; }
.two-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.two-controls label input { display: block; }
.inline-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.inline-controls label { display: grid !important; gap: 7px; }
.inline-controls input[type="color"],
.inline-controls select {
  width: 100%;
  height: 38px;
  padding: 4px;
  color: #514b56;
  background: #fff;
  border: 1px solid #ddd7e4;
  border-radius: 8px;
}
.inline-controls select { padding: 0 8px; }

.preview-panel { min-width: 0; padding: 22px 24px 24px; background: #fff; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.preview-heading h3 { margin: 6px 0 0; color: #352f3a; font-size: 16px; }
.guide-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: #716a77; font-size: 11px; cursor: pointer; }
.guide-toggle input { width: 15px; height: 15px; accent-color: var(--purple-600); }
.canvas-wrap { position: relative; overflow: hidden; background: #f3f2f5; border: 1px solid #e4dfe8; border-radius: 12px; }
.canvas-wrap canvas { display: block; width: 100%; height: auto; touch-action: none; cursor: grab; user-select: none; }
.canvas-wrap canvas:active { cursor: grabbing; }
.drag-hint { position: absolute; right: 9px; bottom: 9px; padding: 5px 7px; color: #fff; background: rgba(28,23,32,.72); border-radius: 6px; font-size: 9px; font-weight: 700; pointer-events: none; }
.risk-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 10px; color: #716a77; font-size: 10.5px; line-height: 1.5; }
.risk-legend span { display: inline-flex; align-items: center; gap: 6px; }
.risk-legend i { width: 10px; height: 10px; flex: none; border-radius: 3px; }
.official-dot { background: rgba(184,24,55,.45); border: 1px solid rgba(151,20,44,.35); }
.estimate-dot { background: rgba(111,75,232,.3); border: 1px solid rgba(77,40,166,.35); }
.guide-note { margin: 8px 0 13px; color: #7a737f; font-size: 10.5px; line-height: 1.55; }
.device-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.device-card { overflow: hidden; background: #fff; border: 1px solid #e5e0e9; border-radius: 10px; }
.device-label { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; }
.device-label strong { color: #504956; font-size: 10.5px; }
.device-label span { color: #928b96; font-size: 9.5px; }
.device-card canvas { display: block; width: 100%; height: auto; background: #f2f2f4; }

.readiness { padding: 23px 24px 25px; border-top: 1px solid #eeeaf2; background: #fff; }
.readiness-title h3 { margin: 5px 0 14px; color: #342e39; font-size: 18px; }
.readiness-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.check-card { min-width: 0; padding: 12px; background: #fdfcfe; border: 1px solid #e6e1eb; border-radius: 10px; }
.check-card strong { display: block; margin: 5px 0 3px; color: #3f3944; font-size: 13px; line-height: 1.2; }
.check-card small { display: block; color: #817985; font-size: 10px; line-height: 1.42; }
.check-card[data-status="good"] { background: #fbfdfb; border-color: #d5e8dc; }
.check-card[data-status="warn"] { background: #fffdf7; border-color: #e9dfbd; }
.check-card[data-status="bad"] { background: #fff9fa; border-color: #edcfd4; }
.download-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; padding: 17px 18px; color: #fff; background: var(--purple-950); border-radius: 11px; }
.download-row strong { font-size: 15px; }
.download-row p { max-width: 720px; margin: 4px 0 0; color: #ddd5ea; font-size: 11px; line-height: 1.5; }
.download-actions { min-width: 240px; }
.download-btn { width: 100%; white-space: nowrap; }
.download-row[data-status="warn"] { background: #4a3560; }
.download-row[data-status="bad"] { background: #4b2633; }

.trust-row {
  width: fit-content;
  max-width: 100%;
  margin: 16px auto 0;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: #817a86;
  font-size: 12px;
  line-height: 1.45;
}
.trust-row span { display: inline-flex; align-items: center; gap: 5px; }

.landing-content { width: min(980px, calc(100% - 40px)); margin: 48px auto 70px; text-align: left; }
.seo-section { margin-top: 70px; }
.seo-section:first-child { margin-top: 0; }
.section-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  color: var(--purple-700);
  background: var(--purple-50);
  border: 1px solid #e5ddf8;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.seo-section > h2 {
  margin: 10px 0 0;
  color: var(--purple-950);
  font-size: 28px;
  line-height: 1.24;
  letter-spacing: -.5px;
}
.section-underline { display: block; width: 48px; height: 3px; margin-top: 12px; background: linear-gradient(90deg, var(--purple-700), var(--purple-300)); border-radius: 4px; }
.section-intro { max-width: 760px; margin: 12px 0 0; color: #756d7e; font-size: 15px; line-height: 1.7; }

.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.steps-grid article {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(145deg, #fff, #fdfcff);
  border: 1px solid #e8e1f0;
  border-radius: 15px;
  box-shadow: 0 7px 22px rgba(65,36,126,.035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.steps-grid article::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--purple-700), var(--purple-300)); opacity: 0; transition: opacity .18s ease; }
.steps-grid article:hover { background: linear-gradient(145deg, #fff, #f8f5ff); border-color: #d7cdf0; box-shadow: 0 10px 26px rgba(65,36,126,.075); transform: translateY(-3px); }
.steps-grid article:hover::after { opacity: 1; }
.step-number { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--purple-700), var(--purple-500)); border-radius: 11px; box-shadow: 0 5px 12px rgba(93,53,204,.18); font-size: 13px; font-weight: 850; }
.steps-grid h3 { margin: 14px 0 7px; color: var(--purple-950); font-size: 17px; line-height: 1.35; }
.steps-grid p,
.feature-grid p,
.guidance-copy p,
.faq-list p { margin: 0; color: #71717a; font-size: 15px; line-height: 1.68; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.feature-grid article {
  position: relative;
  overflow: hidden;
  min-height: 172px;
  padding: 21px;
  border: 1px solid #ece8f1;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(65,36,126,.035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.feature-grid article:nth-child(1), .feature-grid article:nth-child(6) { background: linear-gradient(145deg, #fff, #f6f2ff); }
.feature-grid article:nth-child(2), .feature-grid article:nth-child(5) { background: linear-gradient(145deg, #fff, #fbf9ff); }
.feature-grid article:nth-child(3), .feature-grid article:nth-child(4) { background: linear-gradient(145deg, #fdfcff, #f2edff); }
.feature-grid article::before { content: ""; position: absolute; top: -25px; right: -25px; width: 66px; height: 66px; border-radius: 50%; background: rgba(129,95,240,.08); transition: transform .2s ease, background .2s ease; }
.feature-grid article:hover { border-color: #d2c5ef; box-shadow: 0 12px 28px rgba(67,36,133,.085); transform: translateY(-3px); }
.feature-grid article:hover::before { background: rgba(129,95,240,.13); transform: scale(1.15); }
.feature-grid h3 { position: relative; z-index: 1; margin: 0 0 7px; color: var(--purple-950); font-size: 17px; line-height: 1.35; }
.feature-grid p { position: relative; z-index: 1; }

.guidance-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 30px;
  margin-top: 26px;
  padding: 28px;
  background: linear-gradient(145deg, #fff, #faf8ff);
  border: 1px solid #e6def3;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(65,36,126,.04);
}
.guidance-card::before { content: ""; position: absolute; top: -70px; right: -70px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(129,95,240,.1), rgba(129,95,240,0) 70%); pointer-events: none; }
.guidance-copy { position: relative; z-index: 1; }
.guidance-copy p + p { margin-top: 11px; }
.guidance-copy strong { color: var(--purple-900); }
.spec-comparison { position: relative; z-index: 1; display: grid; gap: 10px; }
.spec-comparison > div { padding: 16px; background: rgba(255,255,255,.88); border: 1px solid #e3dcef; border-radius: 12px; }
.spec-comparison span { display: block; color: #857d8b; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.spec-comparison strong { display: block; margin: 5px 0 3px; color: var(--purple-950); font-size: 23px; }
.spec-comparison small { color: #7c7482; font-size: 11px; line-height: 1.45; }

.faq-list { margin-top: 23px; border-top: 1px solid #ded6ea; }
.faq-list details { position: relative; margin: 0; padding: 0 14px; border-bottom: 1px solid #e8e1f0; border-radius: 10px; transition: background .18s ease, padding-left .18s ease, box-shadow .18s ease; }
.faq-list details:hover { background: #faf8ff; }
.faq-list details[open] { margin: 4px 0; padding-left: 18px; background: linear-gradient(135deg, #faf8ff, #f5f1ff); box-shadow: inset 3px 0 0 var(--purple-500); }
.faq-list summary { position: relative; min-height: 58px; display: flex; align-items: center; padding: 0 44px 0 0; color: #302a35; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; top: 50%; right: 2px; width: 28px; height: 28px; display: grid; place-items: center; color: var(--purple-700); background: var(--purple-100); border-radius: 50%; transform: translateY(-50%); font-size: 18px; font-weight: 600; transition: background .18s ease, transform .18s ease; }
.faq-list details[open] summary::after { content: '−'; background: #e4dbff; transform: translateY(-50%) rotate(180deg); }
.faq-list p { padding: 0 44px 18px 0; }

.related-tools-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.related-tool-card {
  position: relative;
  overflow: hidden;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 54px 20px 20px;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(145deg, #fff, #faf8ff);
  border: 1px solid #e3dcef;
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(65,36,126,.035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.related-tool-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--purple-800), var(--purple-400)); opacity: .45; transition: width .18s ease, opacity .18s ease; }
.related-tool-card:hover { background: linear-gradient(145deg, #fff, #f3eeff); border-color: #cfc0f1; box-shadow: 0 12px 28px rgba(65,36,126,.10); transform: translateY(-3px); }
.related-tool-card:hover::before { width: 5px; opacity: 1; }
.related-tool-copy { min-width: 0; }
.related-tool-type { display: block; margin-bottom: 6px; color: #756a83; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.related-tool-card strong { display: block; color: var(--purple-950); font-size: 17px; line-height: 1.35; }
.related-tool-arrow { position: absolute; top: 50%; right: 20px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--purple-700); background: var(--purple-100); border-radius: 50%; transform: translateY(-50%); transition: color .18s ease, background .18s ease, transform .18s ease; }
.related-tool-card:hover .related-tool-arrow { color: #fff; background: var(--purple-600); transform: translate(4px,-50%); }

/* Approved first-paint Motricialy fallback site chrome. */
.motricialy-fallback-header{position:relative;width:100%;height:74px;background:#fff;border-bottom:1px solid #f1f1f1;z-index:100;color:#555;font-family:inherit}
.motricialy-fallback-header-inner{width:min(1200px,calc(100% - 40px));height:74px;margin:0 auto;display:flex;align-items:center;position:relative}
.motricialy-fallback-logo{height:74px;display:flex;align-items:center;flex:none;background:transparent!important;text-decoration:none!important}
.motricialy-fallback-logo img{display:block;width:auto;max-width:120px;max-height:58px;object-fit:contain}
.motricialy-fallback-nav{margin-left:auto;display:flex;align-items:center;height:74px}
.motricialy-fallback-nav a{display:flex;align-items:center;height:74px;padding:0 15px;color:#555!important;text-decoration:none!important;font-size:13px;font-weight:400;line-height:74px;letter-spacing:.6px;white-space:nowrap;transition:color .18s ease}
.motricialy-fallback-nav a:hover,.motricialy-fallback-nav a:focus-visible{color:#d222d8!important}
.motricialy-fallback-menu-toggle{display:none;margin-left:auto;height:44px;padding:0 4px;border:0!important;background:transparent!important;color:#555!important;align-items:center;gap:7px;font:600 13px/1 inherit;cursor:pointer;box-shadow:none!important}
.motricialy-fallback-menu-toggle:hover{color:#d222d8!important;background:transparent!important;transform:none!important}
.motricialy-fallback-bars{width:18px;height:14px;display:flex;flex-direction:column;justify-content:space-between}
.motricialy-fallback-bars i{display:block;width:18px;height:2px;border-radius:2px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
.motricialy-fallback-menu-toggle.opened .motricialy-fallback-bars i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.motricialy-fallback-menu-toggle.opened .motricialy-fallback-bars i:nth-child(2){opacity:0}
.motricialy-fallback-menu-toggle.opened .motricialy-fallback-bars i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.motricialy-fallback-mobile-menu{display:none;position:absolute;top:74px;left:0;width:100%;max-height:calc(100vh - 74px);overflow:auto;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08);border-top:1px solid #f3f3f3;z-index:1000}
.motricialy-fallback-mobile-menu.is-open{display:block}
.motricialy-fallback-mobile-menu a{display:block;padding:12px 40px;border-bottom:1px solid rgba(0,0,0,.035);color:#555!important;text-decoration:none!important;font-size:15px;line-height:1.8;text-align:left}
.motricialy-fallback-mobile-menu a:hover{color:#d222d8!important;background:#fcfcfc}

.motricialy-fallback-footer{width:100%;margin:0;background:#222;color:#ccc;font-family:inherit}
.motricialy-fallback-footer-widgets{background:#222;padding:30px 0;margin:0}
.motricialy-fallback-footer-inner{width:1200px;max-width:90%;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}
.motricialy-fallback-footer-column{min-width:0;padding:0 15px;color:#ccc;font-size:15px;line-height:1.8}
.motricialy-fallback-footer-column h2{margin:0 0 20px;color:#fff;font-size:18px;line-height:1.35;font-weight:700;letter-spacing:0;text-transform:none}
.motricialy-fallback-footer-column a{display:block;width:max-content;max-width:100%;margin:0 0 9px;color:#fff!important;text-decoration:none!important;font-size:15px;line-height:1.55}
.motricialy-fallback-footer-column a:hover,.motricialy-fallback-footer-column a:focus-visible{color:#c300f9!important}
.motricialy-fallback-footer-brand img{display:block;width:300px!important;max-width:100%!important;height:auto!important;margin:0 0 18px!important;object-fit:contain}
.motricialy-fallback-footer-brand p{margin:0 0 18px;max-width:310px;color:#ccc;font-size:15px;line-height:1.7}
.motricialy-fallback-footer-social-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:2px}
.motricialy-fallback-footer-social-links a{width:24px;height:24px;margin:0!important;display:grid;place-items:center;color:#fff!important}
.motricialy-fallback-footer-social-links svg{display:block;width:24px;height:24px;fill:currentColor}
.motricialy-fallback-sections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px;margin-top:2px}
.motricialy-fallback-newsletter h2{border-left:3px solid #c300f9;padding-left:15px;font-size:13px;line-height:1;letter-spacing:1px;font-weight:400;text-transform:capitalize}
.motricialy-fallback-newsletter p{margin:0 0 16px;color:#ccc;font-size:15px;line-height:1.7}
.motricialy-fallback-newsletter-row{display:flex;width:100%;margin:0 0 10px}
.motricialy-fallback-newsletter-row input{min-width:0;flex:1;height:42px;margin:0!important;padding:7px 10px;border:1px solid #555!important;border-right:0!important;border-radius:3px 0 0 3px!important;background:#fff!important;color:#333!important;font:15px/1.4 inherit!important;box-shadow:none!important}
.motricialy-fallback-newsletter-row input:focus{outline:none!important;border-color:#c300f9!important;box-shadow:0 0 0 1px #c300f9!important}
.motricialy-fallback-newsletter-row button{width:52px;height:42px;margin:0!important;padding:0!important;border:1px solid #fff!important;border-radius:0 3px 3px 0!important;background:#c300f9!important;color:#fff!important;font:600 12px/1 inherit!important;letter-spacing:.08em;text-transform:uppercase;box-shadow:none!important}
.motricialy-fallback-newsletter-row button:hover{background:#a900da!important;transform:none!important}
.motricialy-fallback-gdpr{display:flex;align-items:flex-start;gap:7px;color:#ccc;font-size:12px;line-height:1.5;cursor:pointer}
.motricialy-fallback-gdpr input{margin:2px 0 0;accent-color:#c300f9}
.motricialy-fallback-footer-bottom{background:#1b1b1b;padding:15px 0;color:#929292;font-size:12px;line-height:1}
.motricialy-fallback-footer-bottom-inner{width:1200px;max-width:90%;margin:0 auto;text-align:center}

@media (max-width: 1100px) {
  .readiness-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 959px) {
  .motricialy-fallback-header-inner{width:min(100% - 28px,1200px)}
  .motricialy-fallback-nav{display:none}
  .motricialy-fallback-menu-toggle{display:flex}
  .motricialy-fallback-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:30px}
  .workspace-grid { grid-template-columns: 1fr; }
  .control-panel { border-right: 0; border-bottom: 1px solid #eeeaf2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .file-summary { grid-column: 1 / -1; }
  .secondary-btn { align-self: end; }
  .guidance-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .steps-grid, .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; }
}

@media (max-width: 620px) {
  .page-pad { padding-left: 14px; padding-right: 14px; }
  .hero-section { padding-top: 30px; }
  .hero-copy { margin-bottom: 22px; }
  .hero-eyebrow { margin-bottom: 9px; font-size: 10.5px; }
  .hero-copy h1 { max-width: 340px; margin-inline: auto; font-size: clamp(32px, 9.5vw, 44px); line-height: 1.06; letter-spacing: -1.2px; }
  .hero-copy p { margin-top: 11px; font-size: 15px; line-height: 1.6; }

  .tool-card { border-radius: 16px; }
  .tool-head { min-height: 0; display: block; padding: 19px 18px 16px; }
  .tool-head h2 { font-size: 20px; }
  .target-badge { display: inline-flex; margin-top: 13px; }
  .spec-strip { grid-template-columns: 1fr 1fr; }
  .spec-strip > div { padding: 12px 13px; }
  .spec-strip > div:nth-child(2) { border-right: 0; }
  .spec-strip > div:nth-child(-n+2) { border-bottom: 1px solid #eeeaf2; }
  .dropzone { min-height: 230px; margin: 16px; padding: 28px 14px; border-radius: 13px; }
  .primary-btn, .secondary-btn, .segmented button { min-height: 46px; }

  .control-panel { display: block; padding: 17px; }
  .preview-panel { padding: 18px 14px; }
  .preview-heading { display: block; }
  .guide-toggle { margin-top: 7px; }
  .device-grid { grid-template-columns: 1fr; }
  .device-label { display: block; }
  .device-label span { display: block; margin-top: 2px; }
  .readiness { padding: 20px 14px 22px; }
  .readiness-grid { grid-template-columns: 1fr 1fr; }
  .download-row { display: block; padding: 16px; }
  .download-actions { width: 100%; min-width: 0; margin-top: 13px; }
  .risk-legend { display: grid; gap: 7px; }

  .trust-row {
    display: grid;
    justify-content: center;
    gap: 8px 10px;
    width: fit-content;
    margin: 16px auto 0;
    padding: 0 0 28px;
    text-align: left;
    font-size: 13px;
  }

  .landing-content { width: calc(100% - 28px); margin-top: 30px; margin-bottom: 50px; }
  .seo-section { margin-top: 42px; }
  .section-label { font-size: 10px; }
  .seo-section > h2 { font-size: 24px; line-height: 1.27; }
  .steps-grid, .feature-grid { margin-top: 22px; }
  .steps-grid article, .feature-grid article { padding: 17px; }
  .steps-grid article:hover, .feature-grid article:hover, .related-tool-card:hover { transform: none; }
  .guidance-card { margin-top: 22px; padding: 18px; gap: 22px; }
  .faq-list details { padding: 0 12px; }
  .faq-list summary { min-height: 58px; padding-right: 34px; }
  .faq-list summary::after { right: 2px; }
  .faq-list p { padding-right: 10px; }
  .related-tools-grid { grid-template-columns: 1fr; }
  .related-tool-card { min-height: 92px; padding: 18px 52px 18px 18px; }

  .motricialy-fallback-footer-widgets{padding:30px 0}
  .motricialy-fallback-footer-inner{grid-template-columns:1fr;max-width:90%;row-gap:30px}
  .motricialy-fallback-footer-column{padding:0}
  .motricialy-fallback-footer-brand img{width:300px!important;max-width:100%!important}
  .motricialy-fallback-footer-bottom-inner{max-width:90%}
}

@media (max-width: 410px) {
  .readiness-grid { grid-template-columns: 1fr; }
  .two-controls, .inline-controls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .twitter-header-app *,
  .motricialy-fallback-header *,
  .motricialy-fallback-footer * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* v1.1.0 accepted-project alignment refinements */
#site-header-mount, #site-footer-mount { width: 100%; }
.canvas-wrap canvas { touch-action: none; }
.motricialy-fallback-footer-social-links a { font-weight: 800; font-size: 14px; text-align: center; text-transform: none; }
