:root {
  color-scheme: light;
  --page: #f8faf8;
  --paper: #fff;
  --ink: #183d38;
  --muted: #536a62;
  --brand: #167466;
  --brand-hover: #105b50;
  --mint: #dfeee7;
  --line: #d5e1da;
  --radius: 6px;
  --nav-height: 76px;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 24px); }
body { margin: 0; background: var(--page); color: var(--ink); font-family: "Avenir Next", Avenir, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-feature-settings: "palt" 1; line-height: 1.85; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: wait; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
svg { width: 100%; height: 100%; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font-weight: 650; }
h2 { font-size: clamp(30px, 3.1vw, 43px); line-height: 1.5; letter-spacing: -.04em; }
h3 { font-size: 21px; line-height: 1.6; letter-spacing: -.025em; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
.shell { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 104px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 18px; background: var(--ink); color: #fff; transform: translateY(-180%); border-radius: var(--radius); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(248,250,248,.96); border-bottom: 1px solid var(--line); }
.nav-shell { min-height: var(--nav-height); display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; flex-shrink: 0; font-size: 23px; font-weight: 650; letter-spacing: .1em; line-height: 1; }
.brand-mark { position: relative; display: block; width: 32px; height: 32px; flex: 0 0 32px; border: 7px solid var(--brand); border-right-color: transparent; border-radius: 9px; }
.brand-mark::after { content: ""; position: absolute; top: 5px; right: -2px; width: 9px; height: 9px; border-radius: 2px; background: #a4cdc0; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 13px; font-weight: 600; white-space: nowrap; }
.desktop-nav a { padding-block: 16px; }
.desktop-nav a:hover, .text-link:hover { color: var(--brand); }
.button { min-height: 52px; padding: 12px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--brand); border-radius: var(--radius); background: var(--brand); color: #fff; font-size: 15px; font-weight: 600; white-space: nowrap; transition: background .2s ease, border-color .2s ease; }
.button:active { transform: translateY(1px); }
.button:hover { background: var(--brand-hover); border-color: var(--brand-hover); }
.button > span, .text-link > span { font-size: 21px; line-height: 1; }
.button-small { min-height: 42px; padding: 8px 17px; gap: 22px; font-size: 12px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 14px; font-weight: 600; transition: color .2s; }
.menu-toggle, .mobile-menu { display: none; }
.hero { padding-top: 47px; }
.hero-copy { text-align: center; }
.eyebrow { color: var(--brand); font-size: 13px; font-weight: 650; letter-spacing: .08em; margin-bottom: 17px; }
h1 { font-size: clamp(46px, 4.7vw, 64px); line-height: 1.27; letter-spacing: -.06em; }
.hero-description { margin-top: 19px; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 24px; }
.availability { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 19px; color: var(--muted); font-size: 11px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }
.status-detail { padding-left: 12px; margin-left: 6px; border-left: 1px solid #b8cfc3; }
.hero-product { margin-top: 34px; }
.product-frame { padding: 20px 20px 0; background: var(--mint); border: 1px solid #d4e6dc; border-radius: 10px 10px 0 0; }
.product-frame img { border: 1px solid var(--line); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; }
figcaption { margin-top: 12px; font-size: 11px; color: var(--muted); line-height: 1.75; }
.hero-product figcaption { text-align: center; }
.workflow-strip { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 35px; border-bottom: 1px solid var(--line); margin-top: 15px; font-size: 14px; font-weight: 600; }
.workflow-strip > span:nth-child(even) { color: var(--brand); font-size: 19px; font-weight: 400; }
.section-heading { margin-bottom: 36px; }
.section-heading p { color: var(--muted); margin-top: 13px; font-size: 16px; }
.mobile-break { display: none; }
.feature-tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 32px; gap: 24px; }
.feature-tabs button { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 13px 20px 17px; margin-bottom: -1px; font-size: 15px; font-weight: 600; color: var(--muted); }
.feature-tabs button[aria-selected="true"] { color: var(--brand); border-bottom-color: var(--brand); }
.feature-tabs button:hover { color: var(--brand); background: #edf4ef; }
.feature-panel { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 52px; align-items: center; }
.feature-panel + .feature-panel { margin-top: 48px; }
.js .feature-panel + .feature-panel { margin-top: 0; }
.feature-visual { min-width: 0; }
.feature-visual img { border: 1px solid var(--line); border-radius: var(--radius); }
.feature-copy h3 { font-size: 27px; line-height: 1.55; margin-bottom: 17px; }
.feature-copy > p { color: var(--muted); font-size: 14px; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; font-size: 14px; font-weight: 600; }
.check-list li { position: relative; padding-left: 26px; margin-top: 8px; }
.check-list li::before { content: "✓"; color: var(--brand); position: absolute; left: 0; font-size: 15px; }
.fine-print { font-size: 12px !important; color: var(--muted); margin-top: 20px; line-height: 1.8; }
.flow-visual, .permission-visual, .operations-visual { padding: 30px 36px 24px; background: #edf4ef; border: 1px solid var(--line); border-radius: var(--radius); }
.diagram-label { font-size: 14px; font-weight: 600; margin-bottom: 26px; }
.diagram-note { color: var(--muted); font-size: 11px; margin-top: 22px; }
.handoff-flow { list-style: none; padding: 0; margin: 0; }
.handoff-flow li { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.handoff-flow li:first-child { padding-top: 0; }
.flow-step { font-size: 13px; color: var(--brand); }
.handoff-flow strong, .handoff-flow div > span { display: block; }
.handoff-flow strong { font-size: 17px; font-weight: 600; }
.handoff-flow div > span { font-size: 12px; color: var(--muted); }
.space-diagram { display: grid; grid-template-columns: 1fr 1fr; }
.space-column { padding: 0 24px 0 0; }
.space-column + .space-column { padding: 0 0 0 24px; border-left: 1px solid #bed3c7; }
.space-letter { font-size: 27px; font-weight: 500; color: var(--brand); }
.space-column h4 { margin: 8px 0; font-size: 16px; }
.space-column p { font-size: 12px; color: var(--muted); }
.space-column ul { padding: 0; list-style: none; margin-bottom: 0; font-size: 13px; }
.operation-list { margin: 0; }
.operation-list > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.operation-list > div:first-child { padding-top: 0; }
.operation-list dt { font-size: 17px; font-weight: 600; }
.operation-list dd { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.safety { border-top: 1px solid var(--line); background: #fff; }
.safety-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 96px; }
.section-lead { color: var(--muted); font-size: 15px; margin-top: 24px; }
.record-timeline { counter-reset: record; list-style: none; margin: 34px 0 0; padding: 0; }
.record-timeline li { position: relative; padding: 0 0 25px 50px; counter-increment: record; }
.record-timeline li::before { content: counter(record); position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--mint); color: var(--brand); text-align: center; font-size: 12px; line-height: 30px; font-weight: 600; }
.record-timeline li:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 35px; bottom: 6px; width: 1px; background: #b4cdbf; }
.record-timeline span { font-size: 17px; font-weight: 600; }
.record-timeline p { font-size: 13px; color: var(--muted); margin-top: 2px; }
.safety-list article { display: flex; gap: 22px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.safety-list article:first-child { padding-top: 0; }
.safety-list h3 { font-size: 19px; }
.safety-list article p { margin-top: 10px; font-size: 14px; color: var(--muted); }
.readiness { background: #e9f2ec; }
.readiness-heading > p { margin-top: 20px; font-size: 15px; color: var(--muted); }
.adoption-steps { list-style: none; padding: 0; margin: 47px 0 40px; display: grid; grid-template-columns: repeat(4,1fr); }
.adoption-steps li { padding: 0 27px; border-left: 1px solid #c6d9cc; }
.adoption-steps li:first-child { padding-left: 0; border-left: 0; }
.adoption-steps li:last-child { padding-right: 0; }
.step-number { color: var(--brand); font-size: 27px; font-weight: 500; display: block; margin-bottom: 9px; }
.adoption-steps h3 { font-size: 20px; }
.adoption-steps p { margin-top: 13px; font-size: 14px; color: var(--muted); }
.readiness-note { display: grid; grid-template-columns: max-content 1fr; align-items: start; gap: 32px; padding: 24px 28px; border: 1px solid #c6d9cc; border-radius: var(--radius); background: rgba(255,255,255,.6); font-size: 12px; }
.readiness-note strong { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.readiness-note p + p { margin-top: 4px; color: var(--muted); }
.readiness-note b { font-weight: 600; }
.faq { display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; }
.faq h2 { font-size: 31px; }
.faq > div > p { color: var(--muted); margin-top: 15px; font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; gap: 25px; justify-content: space-between; align-items: center; padding-block: 24px; font-size: 16px; font-weight: 600; line-height: 1.7; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--brand); }
.faq-list summary > span { display: block; position: relative; flex: 0 0 18px; height: 18px; }
.faq-list summary > span::before, .faq-list summary > span::after { content: ""; position: absolute; background: var(--brand); top: 8px; left: 1px; width: 16px; height: 1px; }
.faq-list summary > span::after { transform: rotate(90deg); transition: transform .15s; }
.faq-list details[open] summary > span::after { transform: rotate(0); }
.faq-list details > div { padding: 0 40px 25px 0; font-size: 14px; color: var(--muted); }
.contact { padding-block: 80px 65px; background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 70px; align-items: center; }
.contact h2 { font-size: 34px; }
.contact-grid > div > p { margin-top: 20px; font-size: 16px; }
.contact-grid > div > p.fine-print { margin-top: 8px; }
.contact-button { display: flex; width: 100%; min-height: 60px; justify-content: space-between; padding-inline: 26px; font-size: 17px; }
.email-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 21px; }
.email-address { font-size: 23px; font-weight: 500; letter-spacing: -.03em; }
.copy-button { flex-shrink: 0; font-size: 11px; background: transparent; border: 1px solid #9fbbb0; border-radius: var(--radius); padding: 9px 12px; min-height: 40px; }
.copy-button:hover { background: rgba(255,255,255,.5); }
.contact-help { font-size: 11px; color: var(--muted); margin-top: 14px; }
.copy-status { min-height: 24px; margin-top: 8px; font-size: 12px; color: var(--ink); }
.site-footer { padding-top: 47px; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 30px; }
.footer-main p { font-size: 12px; margin-top: 14px; color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px; display: flex; justify-content: space-between; gap: 24px; font-size: 11px; color: var(--muted); }
.footer-bottom small { font-size: inherit; }
@media (min-width: 1500px) { .hero { padding-top: 60px; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .desktop-nav { gap: 18px; font-size: 12px; }
  .nav-shell { gap: 20px; }
  .header-cta { gap: 14px; }
  .feature-panel { gap: 32px; }
  .safety-grid { gap: 55px; }
  .contact-grid { gap: 45px; }
  .contact h2 { font-size: 29px; }
  .email-address { font-size: 20px; }
}
@media (max-width: 900px) {
  :root { --nav-height: 68px; }
  .desktop-nav { display: none; }
  .nav-shell { justify-content: space-between; gap: 20px; }
  .header-cta { margin-left: auto; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 13px; min-height: 44px; border: 0; padding: 8px 0 8px 8px; background: transparent; font-size: 12px; }
  .menu-icon { position: relative; width: 20px; height: 12px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-icon { border: 0; }
  .menu-toggle[aria-expanded="true"] .menu-icon::before, .menu-toggle[aria-expanded="true"] .menu-icon::after { content: ""; position: absolute; top: 6px; width: 20px; height: 1px; background: currentColor; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::after { transform: rotate(-45deg); }
  .mobile-menu { display: block; position: absolute; top: 100%; left: 0; width: 100%; padding: 12px 32px 24px; background: var(--page); box-shadow: 0 14px 20px rgba(24,61,56,.08); border-bottom: 1px solid var(--line); max-height: calc(100dvh - var(--nav-height)); overflow-y: auto; }
  .mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding-block: 17px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .section { padding-block: 78px; }
  .feature-panel { grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: start; }
  .feature-copy h3 { font-size: 22px; }
  .flow-visual, .permission-visual, .operations-visual { padding: 22px; }
  .safety-grid { gap: 40px; }
  .safety-list article { gap: 15px; }
  .safety-list h3 { font-size: 17px; }
  .adoption-steps li { padding-inline: 18px; }
  .adoption-steps h3 { font-size: 18px; }
  .readiness-note { display: block; }
  .readiness-note strong { margin-bottom: 8px; }
  .faq { gap: 30px; grid-template-columns: 1fr 1.7fr; }
  .faq h2 { font-size: 25px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .contact h2 { font-size: 26px; }
  .email-row { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .shell { width: calc(100% - 40px); }
  .section { padding-block: 62px; }
  .brand { gap: 9px; font-size: 19px; }
  .brand-mark { width: 28px; height: 28px; flex-basis: 28px; border-width: 6px; border-radius: 8px; }
  .brand-mark::after { top: 4px; width: 8px; height: 8px; }
  .header-cta { display: none; }
  .mobile-menu { padding-inline: 20px; }
  .hero { padding-top: 37px; }
  .eyebrow { font-size: 11px; margin-bottom: 17px; }
  h1 { font-size: clamp(36px,10.4vw,48px); letter-spacing: -.055em; line-height: 1.37; }
  .hero-description { font-size: 14px; line-height: 1.9; margin-top: 20px; max-width: 320px; margin-inline: auto; }
  .desktop-break { display: none; }
  .hero-actions { flex-direction: column; gap: 8px; margin-top: 24px; }
  .hero-actions .button { width: 100%; max-width: 335px; justify-content: space-between; font-size: 14px; }
  .hero-actions .text-link { font-size: 13px; }
  .availability { margin-top: 14px; gap: 6px; font-size: 10px; }
  .status-detail { flex-basis: 100%; padding: 0; border: 0; margin: 0; }
  .hero-product { margin-top: 27px; }
  .product-frame { padding: 9px 9px 0; border-radius: 6px 6px 0 0; }
  figcaption { font-size: 10px; margin-top: 10px; }
  .hero-product figcaption { text-align: left; }
  .workflow-strip { display: grid; grid-template-columns: 1fr 18px 1fr; gap: 10px 15px; text-align: center; font-size: 11px; padding-block: 23px; margin-top: 6px; }
  .workflow-strip > span:nth-child(4) { display: none; }
  h2 { font-size: 29px; line-height: 1.55; }
  .mobile-break { display: block; }
  .section-heading { margin-bottom: 23px; }
  .section-heading p { font-size: 14px; margin-top: 14px; max-width: 300px; }
  .feature-tabs { justify-content: space-between; gap: 0; margin-bottom: 25px; }
  .feature-tabs button { padding: 12px 7px 14px; font-size: 13px; }
  .feature-panel { grid-template-columns: 1fr; gap: 24px; }
  .feature-copy h3 { font-size: 25px; margin-bottom: 12px; }
  .feature-copy h3 br { display: none; }
  .feature-copy > p { font-size: 14px; }
  .check-list { margin-top: 17px; font-size: 13px; }
  .flow-visual, .permission-visual, .operations-visual { padding: 24px; }
  .space-column { padding-right: 16px; }
  .space-column + .space-column { padding-left: 16px; }
  .space-column h4 { font-size: 14px; }
  .space-column ul { font-size: 12px; }
  .safety-grid { grid-template-columns: 1fr; gap: 18px; }
  .section-lead { font-size: 14px; margin-top: 17px; }
  .section-lead br { display: none; }
  .record-timeline { margin-top: 28px; }
  .safety-list article:first-child { padding-top: 24px; border-top: 1px solid var(--line); }
  .safety-list article { padding-block: 25px; gap: 18px; }
  .safety-list h3 { font-size: 17px; }
  .safety-list article p { font-size: 13px; }
  .readiness-heading { display: block; }
  .readiness-heading > p { margin-top: 20px; font-size: 14px; }
  .readiness-heading > p br { display: none; }
  .adoption-steps { grid-template-columns: 1fr 1fr; gap: 29px 0; margin-top: 35px; }
  .adoption-steps li { padding-inline: 17px; }
  .adoption-steps li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .adoption-steps li:nth-child(even) { padding-right: 0; }
  .step-number { font-size: 24px; margin-bottom: 6px; }
  .adoption-steps h3 { font-size: 17px; }
  .adoption-steps p { font-size: 13px; margin-top: 9px; }
  .readiness-note { padding: 20px; font-size: 11px; }
  .readiness-note p + p { margin-top: 9px; }
  .faq { grid-template-columns: 1fr; gap: 29px; }
  .faq h2 { font-size: 28px; }
  .faq > div > p { margin-top: 9px; }
  .faq-list summary { font-size: 14px; gap: 15px; padding-block: 22px; }
  .faq-list details > div { font-size: 13px; padding: 0 10px 24px 0; }
  .contact { padding-block: 54px 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 27px; }
  .contact h2 { font-size: 26px; letter-spacing: -.06em; }
  .contact-grid > div > p { margin-top: 18px; font-size: 14px; }
  .contact-button { min-height: 56px; font-size: 15px; padding-inline: 21px; }
  .email-row { gap: 12px; margin-top: 20px; }
  .email-address { font-size: 22px; }
  .copy-button { font-size: 10px; padding-inline: 10px; }
  .contact-help { font-size: 10px; margin-top: 14px; }
  .site-footer { padding-top: 34px; }
  .footer-main { gap: 25px; align-items: start; padding-bottom: 28px; }
  .footer-main p { font-size: 10px; margin-top: 12px; }
  .footer-main .text-link { font-size: 10px; gap: 8px; min-height: 32px; }
  .footer-main .text-link > span { font-size: 16px; }
  .footer-bottom { gap: 12px; font-size: 10px; padding-block: 18px; }
}
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 26px; padding-block: 16px; border-top: 1px solid var(--line); font-size: 12px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--brand); text-decoration: underline; text-underline-offset: 5px; }
.footer-draft { padding-bottom: 18px; color: var(--muted); font-size: 11px; }
.contact-help a { display: block; text-decoration: underline; text-underline-offset: 3px; margin-top: 8px; }
.document-home { margin-left: auto; }
.document-main { max-width: 880px; padding-block: 72px 88px; }
.document-heading h1 { font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -.045em; line-height: 1.5; overflow-wrap: anywhere; }
.document-lead { margin-top: 18px; color: var(--muted); }
.document-date { margin-top: 20px; color: var(--muted); font-size: 12px; }
.draft-notice { margin-top: 32px; padding: 20px 24px; border-left: 3px solid var(--brand); background: var(--mint); font-size: 13px; }
.draft-notice strong { font-size: 14px; }
.draft-notice p { margin-top: 6px; }
.document-section { margin-top: 44px; }
.document-section h2 { padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 20px; font-size: 22px; letter-spacing: -.02em; }
.document-section p, .document-main > p { font-size: 14px; line-height: 2; }
.document-section p + p { margin-top: 16px; }
.document-section ul { padding-left: 1.3em; font-size: 14px; }
.document-section a { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.document-table { margin: 0; font-size: 14px; }
.document-table > div { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.document-table dt { font-weight: 600; }
.document-table dd { margin: 0; overflow-wrap: anywhere; }
.pending { color: var(--brand); font-size: 12px; font-weight: 650; margin-right: 6px; white-space: nowrap; }
.document-return { margin-top: 48px; }
@media (max-width: 640px) {
  .footer-links { gap: 0 20px; }
  .document-home { font-size: 12px; gap: 8px; }
  .document-page .nav-shell { gap: 12px; }
  .document-main { padding-block: 38px 48px; }
  .document-lead { font-size: 14px; }
  .document-date { font-size: 11px; }
  .draft-notice { padding: 17px; margin-top: 24px; }
  .document-section { margin-top: 32px; }
  .document-section h2 { font-size: 20px; }
  .document-table > div { grid-template-columns: 1fr; gap: 7px; padding-block: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
