*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f6f8fa;--surface: #ffffff;--border: #dfe7e3;--text: #182720;--text-secondary: #596b63;--text-muted: #93a19b;--accent: #166534;--accent-light: #dcfce7;--danger: #dc2626;--danger-light: #fef2f2;--radius-sm: 6px;--font: "Segoe UI", "Microsoft YaHei", system-ui, sans-serif}html,body,#app{width:100%;height:100%;overflow:hidden;font-family:var(--font);color:var(--text);background:var(--bg)}button,input,select{font:inherit}.app-shell{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.brand,.topbar-actions,.preview-actions{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{width:34px;height:34px;border-radius:9px;background:#12231c;color:#86efac;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.brand p{color:var(--text-muted);font-size:10px;letter-spacing:.08em}.brand h1{color:var(--text);font-size:15px;font-weight:600}.privacy-badge{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:500;white-space:nowrap}.privacy-badge i{width:7px;height:7px;border-radius:50%;background:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:13px;font-weight:500;cursor:pointer;transition:.15s}.button:hover{background:#f3f4f6;border-color:#cfd9d4}.button:disabled{opacity:.45;cursor:not-allowed}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.button.primary:hover{background:#14532d}.button.ghost{border-color:transparent;background:transparent;color:var(--text-secondary)}.button.secondary{border-color:#bbf7d0;background:var(--accent-light);color:var(--accent)}.button.full{width:100%}.button.tiny{padding:4px 8px;font-size:12px}.icon-button,.icon-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-secondary);cursor:pointer}.icon-button{min-width:40px;height:32px;padding:0 8px;font-size:12px}.icon-btn{width:28px;height:28px;padding:0;font-size:16px}.icon-button:hover,.icon-btn:hover{background:#f3f4f6;color:var(--text)}.icon-button.danger:hover{border-color:#fecaca;background:var(--danger-light);color:var(--danger)}.workspace{display:flex;flex:1 1 0;min-height:0;overflow:hidden}.controls-panel{width:316px;flex:0 0 316px;display:flex;flex-direction:column;min-height:0;overflow:hidden;border-right:1px solid var(--border);background:var(--surface)}.controls-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;padding:16px;display:flex;flex-direction:column;gap:10px}.sidebar-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:3px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#f3f6f4}.sidebar-tabs button{min-height:32px;border:0;border-radius:4px;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer}.sidebar-tabs button.active{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #1a2a251f}.panel-content,.control-group{display:flex;flex-direction:column;gap:10px}.control-group+.control-group{margin-top:6px}.panel-heading h2{font-size:16px;font-weight:600}.panel-heading p,.field-note{color:var(--text-muted);font-size:11px;line-height:1.5}.section-rule{display:flex;align-items:center;gap:10px;margin-top:2px}.section-rule:after{content:"";flex:1;height:1px;background:var(--border)}.section-rule span{color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.04em}.section-rule b{color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.08em}.subsection-label{margin-top:2px;padding-top:10px;border-top:1px solid var(--border);color:var(--text-secondary);font-size:11px;font-weight:700;letter-spacing:.04em}.field-grid{display:grid;gap:8px}.field-grid.two-columns{grid-template-columns:1fr 1fr}.field-grid.three-columns{grid-template-columns:repeat(3,1fr)}.field-grid .full-row{grid-column:1 / -1}label{display:flex;flex-direction:column;gap:4px;color:var(--text-secondary);font-size:12px;font-weight:500}.checkbox-row{flex-direction:row!important;align-items:center;gap:8px;cursor:pointer;font-size:13px}.checkbox-row input[type=checkbox]{accent-color:var(--accent);width:15px;height:15px}.checkbox-row.muted{color:var(--text-muted)}.priority-option{margin-top:2px;padding:9px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--accent-light);line-height:1.45}.pattern-drop-zone{display:grid;justify-items:center;gap:5px;min-height:112px;padding:18px 14px;border:2px dashed var(--border);border-radius:10px;background:#f8faf9;color:var(--text-secondary);text-align:center;cursor:pointer;transition:border-color .16s ease-out,background-color .16s ease-out,transform .16s ease-out}.pattern-drop-zone:hover,.pattern-drop-zone:focus-visible,.pattern-drop-zone.drag-over{outline:none;border-color:var(--accent);background:var(--accent-light)}.pattern-drop-zone.drag-over{transform:translateY(-1px)}.pattern-drop-zone .drop-icon{width:26px;height:26px;fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pattern-drop-zone strong{color:var(--text);font-size:13px;font-weight:650}.pattern-drop-zone span{color:var(--text-muted);font-size:11px}.background-settings{display:flex;flex-direction:column;gap:10px}.config-input,.save-row input,.save-row select{width:100%;padding:6px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:13px}.config-input:focus,.save-row input:focus,.save-row select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1665341a}.config-input:disabled,.config-input.muted{color:var(--text-muted);background:#f3f5f4;cursor:not-allowed}.color-input{height:32px;padding:2px 6px;cursor:pointer}.file-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:6px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8faf9;color:var(--text-secondary);font-size:12px}.file-chip.empty{color:var(--text-muted)}.file-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.segmented-control{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:3px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#f7f8f7}.segmented-control button{min-height:28px;border:0;border-radius:5px;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:12px}.segmented-control button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #1a2a251f}.range-row{gap:2px!important}.range-row span{display:flex;align-items:center;justify-content:space-between}.range-value{min-width:38px;color:var(--text);font-style:normal;font-weight:600;text-align:right}.range-row input[type=range]{padding:0;border:0;box-shadow:none;background:transparent}.gradient-preview{height:34px;border:1px solid var(--border);border-radius:var(--radius-sm)}.appearance-swatch{width:36px;height:30px;padding:2px;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:none}.appearance-swatch::-webkit-color-swatch-wrapper{padding:0}.appearance-swatch::-webkit-color-swatch{border:none;border-radius:3px}.compact-color{align-items:center;gap:6px}.compact-color span{color:var(--text-secondary);font-size:11px}.save-row{display:flex;gap:6px}.template-panel{padding-top:2px}.export-template-row{display:flex;gap:6px}.export-template-button{flex:1}.export-menu{position:relative}.export-menu-popover{position:absolute;top:calc(100% + 4px);right:0;z-index:4;min-width:156px;padding:4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 6px 18px #1a2a2524}.export-menu-popover button{width:100%;padding:7px 8px;border:0;border-radius:4px;background:transparent;color:var(--text);font-size:12px;text-align:left;cursor:pointer}.export-menu-popover button:hover{background:#f3f6f4}.preview-column{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#e9ecef}.preview-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(220px,auto);align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.preview-toolbar strong{font-size:13px}.preview-toolbar span{color:var(--text-muted);font-size:12px;margin-left:8px}.preview-toolbar span.error{color:var(--danger)}.preview-actions{justify-content:center}.map-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#e5e7eb;background-image:linear-gradient(45deg,#d4d7dc 25%,transparent 25%),linear-gradient(-45deg,#d4d7dc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d4d7dc 75%),linear-gradient(-45deg,transparent 75%,#d4d7dc 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;user-select:none}.map-stage canvas{max-width:86%;max-height:86%;border-radius:4px;background:transparent;box-shadow:0 8px 30px #0f172a2e;transform-origin:center center;will-change:transform}.preview-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px;border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:11px;flex-shrink:0}@media(max-width:900px){.controls-panel{width:292px;flex-basis:292px}.privacy-badge{display:none}.preview-toolbar{grid-template-columns:1fr;align-items:start}.preview-actions{justify-content:flex-start}}:root{--rm-navy: #192c42;--rm-blue: #55add4;--rm-orange: #ee5c34;--rm-navy-hover: #102236;--rm-blue-hover: #3f9ac3;--rm-orange-hover: #d94b27;--rm-blue-soft: #e9f6fb;--rm-orange-soft: #fff0eb;--rm-canvas: #f6f9fb;--rm-surface: #ffffff;--rm-surface-subtle: #eef3f6;--rm-border: #d8e2e8;--rm-border-strong: #b9c9d3;--rm-text: #192c42;--rm-text-secondary: #536879;--rm-text-muted: #7d909e;--rm-success: #238a68;--rm-success-soft: #e8f6f1;--rm-warning: #b56a11;--rm-warning-soft: #fff4df;--rm-error: #c93f45;--rm-error-soft: #fdecee;--rm-radius-sm: 8px;--rm-radius-md: 12px;--rm-radius-lg: 16px;--rm-radius-xl: 24px;--rm-shadow-float: 0 12px 32px rgb(25 44 66 / 10%);--rm-focus-ring: 0 0 0 3px rgb(85 173 212 / 35%);--bg: var(--rm-canvas);--surface: var(--rm-surface);--border: var(--rm-border);--text: var(--rm-text);--text-secondary: var(--rm-text-secondary);--text-muted: var(--rm-text-muted);--accent: var(--rm-orange);--accent-light: var(--rm-orange-soft);--danger: var(--rm-error);--danger-light: var(--rm-error-soft);--radius: var(--rm-radius-lg);--radius-sm: var(--rm-radius-md);--font: Inter, "SF Pro Display", "Segoe UI", "Microsoft YaHei", sans-serif}html,body{min-width:0;color:var(--rm-text);background:var(--rm-canvas);font-family:var(--font)}button,input,select,textarea{font-family:inherit}button,input,select,textarea,[tabindex]:not([tabindex="-1"]){outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible{box-shadow:var(--rm-focus-ring)!important}.topbar{min-height:72px;padding:0 24px;border-bottom:1px solid var(--rm-border);background:var(--rm-surface)}.brand{gap:12px}.brand-mark{width:40px;height:40px;border-radius:var(--rm-radius-md);background:var(--rm-navy);color:var(--rm-orange);box-shadow:inset 0 0 0 1px #ffffff14}.brand-mark.tool-identity-mark{overflow:hidden;padding:7px;border:1px solid #cce6f1;background:var(--rm-blue-soft);color:var(--rm-navy);box-shadow:0 2px 8px #192c420f}.tool-identity-mark svg{display:block;width:100%;height:100%;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round}.brand p{color:var(--rm-text-muted);font-size:11px;font-weight:600;letter-spacing:.08em}.brand h1{color:var(--rm-navy);font-size:16px;font-weight:700;letter-spacing:-.01em}.topbar-actions{gap:10px}.privacy-badge{min-height:30px;padding:5px 12px;border:1px solid #cce6f1;border-radius:999px;background:var(--rm-blue-soft);color:var(--rm-navy);font-size:12px;font-weight:600}.privacy-badge i,.map-state i{background:var(--rm-success)}.button{min-height:44px;padding:9px 16px;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface);color:var(--rm-navy);font-size:13px;font-weight:650;letter-spacing:.01em;transition:background-color .16s ease-out,border-color .16s ease-out,color .16s ease-out,transform .16s ease-out}.button:hover{border-color:var(--rm-border-strong);background:var(--rm-surface-subtle)}.button:active{transform:translateY(1px)}.button.primary{border-color:var(--rm-orange);background:var(--rm-orange);color:#fff}.button.primary:hover{border-color:var(--rm-orange-hover);background:var(--rm-orange-hover)}.button.secondary{border-color:var(--rm-navy);background:var(--rm-navy);color:#fff}.button.secondary:hover{border-color:var(--rm-navy-hover);background:var(--rm-navy-hover)}.sidebar-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface-subtle)}.sidebar-tabs button{min-height:34px;padding:6px 10px;border:0;border-radius:var(--rm-radius-sm);background:transparent;color:var(--rm-text-secondary);font-size:12px;font-weight:650;cursor:pointer}.sidebar-tabs button.active{background:var(--rm-blue-soft);color:var(--rm-navy);box-shadow:inset 0 0 0 1px #55add43d,0 2px 8px #192c420f}.panel-content,.shared-template-manager{display:flex;flex-direction:column;gap:10px}.shared-template-manager .button+.button{margin-top:-2px}.shared-template-manager .template-import-button{border-color:#9dcfe3;background:var(--rm-blue-soft);color:var(--rm-navy)}.shared-template-manager .template-import-button:hover{border-color:var(--rm-blue);background:#dceff7;color:var(--rm-navy)}.button.ghost{border-color:transparent;background:transparent;color:var(--rm-text-secondary)}.button.ghost:hover{background:var(--rm-surface-subtle);color:var(--rm-navy)}.button:disabled{opacity:.48}.icon-button,.icon-btn{min-width:44px;width:44px;height:44px;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface);color:var(--rm-navy);transition:background-color .16s ease-out,border-color .16s ease-out}.icon-button:hover,.icon-btn:hover{border-color:var(--rm-orange);background:var(--rm-orange-soft)}.icon-button.danger:hover{border-color:#edb9bd;background:var(--rm-error-soft);color:var(--rm-error)}.workspace{background:var(--rm-canvas)}.panel,.controls-panel,.styles-panel{border-color:var(--rm-border);background:var(--rm-surface)}.controls-scroll,.panel,.styles-panel{scrollbar-color:var(--rm-border-strong) transparent}.controls-scroll{padding:20px;gap:14px}.panel-heading{margin-bottom:8px}.panel-heading h2{color:var(--rm-navy);font-size:18px;font-weight:650;letter-spacing:-.02em}.panel-heading p{margin-top:6px;color:var(--rm-text-muted);font-size:13px;line-height:1.55}.panel-heading span{background:var(--rm-orange-soft);color:var(--rm-orange-hover);font-weight:700}.numbered-section-title{display:grid;grid-template-columns:26px auto 1fr;align-items:center;gap:9px}.numbered-section-title:after{content:"";height:1px;background:var(--rm-border)}.numbered-section-title b{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--rm-orange-soft);color:var(--rm-orange-hover);font-size:10px;font-weight:800;letter-spacing:.04em}.numbered-section-title span{color:var(--rm-text-secondary);font-size:12px;font-weight:650;letter-spacing:.04em}.section-rule{margin:8px 0 2px}.section-rule span{color:var(--rm-text-secondary);font-size:12px;font-weight:650;letter-spacing:.04em}.section-rule:after{background:var(--rm-border)}label{gap:7px;color:var(--rm-text-secondary);font-size:13px;font-weight:600}label>span{color:var(--rm-text-muted)}.config-input,.save-row input,.save-row select,.search-box input,.color-hex{min-height:44px;padding:9px 12px;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface);color:var(--rm-text);font-size:14px;transition:border-color .16s ease-out,box-shadow .16s ease-out,background-color .16s ease-out}.config-input:hover,.save-row input:hover,.save-row select:hover,.search-box input:hover,.color-hex:hover{border-color:var(--rm-border-strong)}.config-input:focus,.save-row input:focus,.save-row select:focus,.search-box input:focus,.color-hex:focus{border-color:var(--rm-blue);box-shadow:var(--rm-focus-ring)}input[type=checkbox],input[type=radio]{accent-color:var(--rm-blue)}input[type=range]{-webkit-appearance:none;appearance:none;height:20px;padding:0;border:0;background:transparent;accent-color:var(--rm-blue);cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:6px;border:1px solid #d7e8ef;border-radius:999px;background:var(--rm-blue-soft)}input[type=range]::-webkit-slider-thumb{width:18px;height:18px;margin-top:-7px;border:3px solid var(--rm-surface);border-radius:50%;background:var(--rm-blue);box-shadow:0 1px 5px #192c4238;-webkit-appearance:none}input[type=range]::-moz-range-track{height:6px;border:1px solid #d7e8ef;border-radius:999px;background:var(--rm-blue-soft)}input[type=range]::-moz-range-progress{height:6px;border-radius:999px;background:var(--rm-blue)}input[type=range]::-moz-range-thumb{width:14px;height:14px;border:3px solid var(--rm-surface);border-radius:50%;background:var(--rm-blue);box-shadow:0 1px 5px #192c4238}.switch-row input:checked+span{background:var(--rm-blue)}.preview-marker{background:var(--rm-orange)}.segmented-control{padding:4px;border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface-subtle)}.segmented-control button,.segmented-control label{min-height:36px;border-radius:var(--rm-radius-sm);color:var(--rm-text-secondary)}.segmented-control button.active,.segmented-control label.active{background:var(--rm-blue-soft);color:var(--rm-navy);box-shadow:inset 0 0 0 1px #55add43d,0 2px 8px #192c420f}.tabs{border-bottom-color:var(--rm-border)}.tab{min-height:44px;color:var(--rm-text-secondary)}.tab.active{border-bottom:2px solid var(--rm-blue);color:var(--rm-navy);font-weight:650}.preset-card{border:1px solid var(--rm-border);border-radius:var(--rm-radius-md);background:var(--rm-surface)}.preset-card:hover{border-color:var(--rm-border-strong)}.preset-card.active{border:2px solid var(--rm-blue);background:var(--rm-blue-soft)}.file-chip,.file-info{border:1px solid var(--rm-border);border-radius:var(--rm-radius-sm);background:var(--rm-surface-subtle);color:var(--rm-text-secondary)}.field-note{color:var(--rm-text-muted);font-size:12px;line-height:1.55}.drop-zone{border:2px dashed var(--rm-border-strong);border-radius:var(--rm-radius-lg);background:var(--rm-canvas)}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--rm-orange);background:var(--rm-orange-soft)}.drop-icon{color:var(--rm-orange)}.preview-column{background:var(--rm-surface-subtle)}.preview-toolbar{min-height:54px;padding:0 18px;border-bottom:1px solid var(--rm-border);background:var(--rm-surface)}.preview-toolbar strong{color:var(--rm-navy);font-size:14px;font-weight:650}.preview-toolbar span{color:var(--rm-text-muted)}.map-state{border:1px solid var(--rm-border);border-radius:999px;background:var(--rm-surface-subtle);color:var(--rm-text-secondary)}.map-state.error,.error{color:var(--rm-error)}.map-state.error i{background:var(--rm-error)}.map-stage,.cal-preview,.preview-pair{background-color:#e7edf1;background-image:linear-gradient(45deg,rgb(255 255 255 / 32%) 25%,transparent 25%),linear-gradient(-45deg,rgb(255 255 255 / 32%) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgb(255 255 255 / 32%) 75%),linear-gradient(-45deg,transparent 75%,rgb(255 255 255 / 32%) 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.map-stage canvas,.cal-preview canvas,.preview-pane,.preview-box{box-shadow:0 16px 40px #192c421f}.preview-footer,.statusbar{min-height:36px;border-color:var(--rm-border);background:var(--rm-surface);color:var(--rm-text-muted);font-size:12px}.range-value{color:var(--rm-navy);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.color-input,.appearance-swatch,.color-swatch{border-color:var(--rm-border);border-radius:var(--rm-radius-sm)}.locale-switch{min-width:44px!important;width:52px!important;flex:0 0 52px!important;height:36px!important;border-color:var(--rm-border)!important;border-radius:var(--rm-radius-sm)!important;color:var(--rm-navy)!important}.topbar-actions .privacy-badge{width:142px;flex:0 0 142px;justify-content:center;margin-right:0;white-space:nowrap}@media(max-width:767px){html,body{min-height:100%;overflow:auto}#app{position:static;min-height:100vh;height:auto;overflow:visible}.app-shell{display:flex;flex-direction:column;min-height:100vh;height:auto;overflow:visible}.topbar{position:sticky;z-index:20;top:0;min-height:64px;padding:8px 18px}.brand p,.privacy-badge{display:none}.brand h1{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{margin-left:auto}.topbar-actions .button.ghost{display:none}.topbar-actions .button.primary{min-height:40px;padding:8px 10px;font-size:12px}.workspace{display:flex;height:auto;min-height:0;overflow:visible;flex-direction:column}.panel,.controls-panel,.styles-panel{width:100%;max-width:none;flex:none;height:auto;max-height:none;overflow:visible;border-right:0;border-bottom:1px solid var(--rm-border)}.controls-scroll,.panel,.styles-panel{height:auto;max-height:none;overflow:visible;padding:18px}.preview-column{order:2;min-height:70vh;height:70vh;flex:none}.styles-panel{order:3}.preview-toolbar{padding:10px 14px;gap:8px}.preview-toolbar>span{max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-grid.two-columns,.field-grid.three-columns{grid-template-columns:1fr}.statusbar{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
