.ThemeToggle-module__YGRkTa__toggle{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-elevated);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.ThemeToggle-module__YGRkTa__toggle:hover{border-color:var(--border-strong);color:var(--text-primary);background:var(--bg-hover);transform:translateY(-1px)}.ThemeToggle-module__YGRkTa__toggle:active{transform:scale(.95)}
.Header-module__GPz-la__header{z-index:100;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);padding:0 24px;position:sticky;top:0}.Header-module__GPz-la__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1800px;margin:0 auto;padding:16px 0;display:flex}.Header-module__GPz-la__brand{align-items:center;gap:24px;display:flex}.Header-module__GPz-la__logo{-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.Header-module__GPz-la__logoLink{color:inherit;text-decoration:none;transition:opacity .2s}.Header-module__GPz-la__logoLink:hover{opacity:.85}.Header-module__GPz-la__brandName{letter-spacing:-.03em;color:var(--text-primary);font-size:20px;font-weight:700}.Header-module__GPz-la__tagline{color:var(--text-muted);font-size:13px;font-weight:400;display:none}@media (min-width:768px){.Header-module__GPz-la__tagline{display:block}}.Header-module__GPz-la__badge{color:var(--diff-add-text);white-space:nowrap;background:#00d4aa14;border:1px solid #00d4aa33;border-radius:999px;align-items:center;gap:7px;padding:5px 12px;font-size:11.5px;font-weight:500;display:flex}.Header-module__GPz-la__dot{background:var(--diff-add-text);width:7px;height:7px;box-shadow:0 0 6px var(--diff-add-text);border-radius:50%;animation:2s infinite Header-module__GPz-la__pulse-glow}.Header-module__GPz-la__actions{align-items:center;gap:20px;display:flex}.Header-module__GPz-la__nav{align-items:center;gap:16px;display:none}.Header-module__GPz-la__navLink{color:var(--text-secondary);font-size:13.5px;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__GPz-la__navLink:hover{color:var(--accent)}@media (min-width:1024px){.Header-module__GPz-la__nav{display:flex}}.Header-module__GPz-la__historyBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__GPz-la__historyBtn:hover{color:var(--accent);background:var(--bg-hover);transform:translateY(-1px)}
.ImportUrlInput-module__5UXl_q__popover{z-index:50;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;margin-top:8px;padding:16px;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0006}.ImportUrlInput-module__5UXl_q__popover.ImportUrlInput-module__5UXl_q__violet{border-color:#6c63ff4d}.ImportUrlInput-module__5UXl_q__popover.ImportUrlInput-module__5UXl_q__emerald{border-color:#00d4aa4d}.ImportUrlInput-module__5UXl_q__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ImportUrlInput-module__5UXl_q__title{color:var(--text-primary);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.ImportUrlInput-module__5UXl_q__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:all .2s;display:flex}.ImportUrlInput-module__5UXl_q__closeBtn:hover{color:var(--text-primary);background:#ffffff0d}.ImportUrlInput-module__5UXl_q__form{gap:8px;display:flex}.ImportUrlInput-module__5UXl_q__input{border:1px solid var(--border-default);color:var(--text-primary);background:#0003;border-radius:6px;outline:none;flex:1;padding:8px 12px;font-size:13px;transition:all .2s}.ImportUrlInput-module__5UXl_q__input:focus{border-color:var(--accent);background:#0000004d}.ImportUrlInput-module__5UXl_q__submitBtn{background:var(--bg-hover);border-color:var(--border-default);color:var(--text-secondary);padding:0 16px;font-size:13px}.ImportUrlInput-module__5UXl_q__submitBtn:not(:disabled):hover{border-color:var(--accent);color:var(--accent);background:var(--bg-active)}.ImportUrlInput-module__5UXl_q__error{color:#ff5064;background:#ff50641a;border-radius:6px;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;font-size:12px;display:flex}.ImportUrlInput-module__5UXl_q__hint{color:var(--text-muted);margin-top:12px;font-size:11px;line-height:1.4}
.InputArea-module__A47SLq__wrapper{width:100%;position:relative}.InputArea-module__A47SLq__container{background:var(--bg-surface);border:1px solid var(--border-default);box-shadow:var(--shadow-md);border-radius:16px;gap:0;transition:box-shadow .3s;display:flex;position:relative}.InputArea-module__A47SLq__container:focus-within{box-shadow:var(--shadow-lg)}.InputArea-module__A47SLq__panel{background:0 0;flex-direction:column;flex:1;min-height:320px;display:flex;position:relative;overflow:hidden}.InputArea-module__A47SLq__violet{--panel-accent:var(--accent)}.InputArea-module__A47SLq__emerald{--panel-accent:var(--accent-secondary)}.InputArea-module__A47SLq__header{border-bottom:1px solid var(--border-default);background:var(--bg-active);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.InputArea-module__A47SLq__labelGroup{align-items:center;gap:10px;display:flex}.InputArea-module__A47SLq__dot{background:var(--panel-accent);width:8px;height:8px;box-shadow:0 0 10px var(--panel-accent);border-radius:50%}.InputArea-module__A47SLq__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.InputArea-module__A47SLq__fileNameBadge{background:var(--bg-hover);border:1px solid var(--border-default);color:var(--text-primary);border-radius:20px;align-items:center;gap:6px;max-width:180px;padding:4px 10px;font-size:11px;display:flex}.InputArea-module__A47SLq__fileNameBadge span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InputArea-module__A47SLq__editorContainer{flex-direction:column;flex:1;display:flex;position:relative}.InputArea-module__A47SLq__textarea{width:100%;color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;padding:20px;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.6}.InputArea-module__A47SLq__textarea::placeholder{color:var(--text-muted);opacity:.5}.InputArea-module__A47SLq__dropOverlay{color:var(--text-muted);pointer-events:none;opacity:.6;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:13px;transition:opacity .2s;display:flex;position:absolute;inset:0}.InputArea-module__A47SLq__dragging .InputArea-module__A47SLq__dropOverlay{opacity:1;color:var(--panel-accent);background:#0003}.InputArea-module__A47SLq__dragging .InputArea-module__A47SLq__textarea{opacity:.3}.InputArea-module__A47SLq__dropIcon{margin-bottom:4px}.InputArea-module__A47SLq__footer{border-top:1px solid var(--border-default);background:var(--bg-active);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.InputArea-module__A47SLq__stats{color:var(--text-secondary);opacity:1;letter-spacing:.01em;font-size:11px;font-weight:500}.InputArea-module__A47SLq__actions{gap:8px;display:flex}.InputArea-module__A47SLq__actionBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.InputArea-module__A47SLq__actionBtn:hover{background:var(--bg-hover);border-color:var(--panel-accent);color:var(--panel-accent)}.InputArea-module__A47SLq__clearBtn:hover{color:#ff5064;border-color:#ff5064}.InputArea-module__A47SLq__hiddenInput{display:none}.InputArea-module__A47SLq__divider{background:var(--border-default);justify-content:center;align-items:center;width:1px;display:flex;position:relative}.InputArea-module__A47SLq__dividerVS{background:var(--bg-surface);border:1px solid var(--border-default);color:var(--text-muted);z-index:10;border-radius:4px;padding:4px 6px;font-size:10px;font-weight:800}@media (max-width:900px){.InputArea-module__A47SLq__container{flex-direction:column}}.InputArea-module__A47SLq__historyOverlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out InputArea-module__A47SLq__fadeIn;display:flex;position:fixed;inset:0}.InputArea-module__A47SLq__historyModal{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:100%;max-width:540px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.InputArea-module__A47SLq__historyHeader{background:var(--bg-elevated);border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.InputArea-module__A47SLq__historyHeader h3{color:var(--text-primary);align-items:center;gap:12px;margin:0;font-size:16px;font-weight:700;display:flex}.InputArea-module__A47SLq__closeBtn{background:var(--bg-hover);border:1px solid var(--border-default);color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.InputArea-module__A47SLq__closeBtn:hover{color:var(--text-primary);background:var(--bg-active);border-color:var(--border-strong)}.InputArea-module__A47SLq__historyList{flex-direction:column;gap:8px;max-height:480px;padding:12px;display:flex;overflow-y:auto}.InputArea-module__A47SLq__emptyHistory{text-align:center;color:var(--text-muted);padding:60px 40px;font-size:14px}.InputArea-module__A47SLq__historyItem{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:16px;padding:16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.InputArea-module__A47SLq__historyItem:hover{background:var(--bg-hover);border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.InputArea-module__A47SLq__historyItemIcon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.InputArea-module__A47SLq__historyItemContent{flex:1;min-width:0}.InputArea-module__A47SLq__historyItemTop{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.InputArea-module__A47SLq__historyLang{text-transform:uppercase;color:var(--accent);letter-spacing:.05em;background:var(--accent-soft);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:800}.InputArea-module__A47SLq__historyDate{color:var(--text-muted);font-size:11px;font-weight:500}.InputArea-module__A47SLq__historySnippet{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:13px;overflow:hidden}.InputArea-module__A47SLq__historyMetadata{color:var(--text-muted);font-size:11px}.InputArea-module__A47SLq__historyItemAction{color:var(--text-muted);opacity:0;transition:all .2s;transform:translate(-5px)}.InputArea-module__A47SLq__historyItem:hover .InputArea-module__A47SLq__historyItemAction{opacity:1;color:var(--accent);transform:translate(0)}
.ExportButton-module__pCdt7a__exportBtn{background:var(--bg-hover);border-color:var(--border-default);color:var(--text-secondary)}.ExportButton-module__pCdt7a__exportBtn:hover{background:var(--bg-active);border-color:var(--accent);color:var(--accent)}
.Toolbar-module__htpbTa__toolbar{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;display:flex}.Toolbar-module__htpbTa__group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Toolbar-module__htpbTa__separator{background:var(--border-default);flex-shrink:0;width:1px;height:20px;margin:0 4px}.Toolbar-module__htpbTa__viewToggle{gap:4px;display:flex}.Toolbar-module__htpbTa__navGroup{align-items:center;gap:4px;display:flex}.Toolbar-module__htpbTa__diffCounter{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:3px;min-width:72px;padding:5px 12px;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.Toolbar-module__htpbTa__diffNum{color:var(--accent);font-weight:700}.Toolbar-module__htpbTa__diffSep{color:var(--text-muted)}.Toolbar-module__htpbTa__diffTotal{color:var(--text-secondary);font-weight:600}.Toolbar-module__htpbTa__noDiff{color:var(--text-muted);font-family:Inter,sans-serif;font-size:11px}.Toolbar-module__htpbTa__statsPanel{flex-direction:column;align-items:center;gap:2px;display:flex}.Toolbar-module__htpbTa__navNumbers{align-items:center;gap:3px;display:flex}.Toolbar-module__htpbTa__miniStats{gap:8px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;display:flex}.Toolbar-module__htpbTa__addStat{color:var(--success);align-items:center;gap:2px;display:flex}.Toolbar-module__htpbTa__delStat{color:var(--error);align-items:center;gap:2px;display:flex}.Toolbar-module__htpbTa__langSelect{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);align-items:center;gap:7px;padding:0 10px;transition:border-color .2s;display:flex}.Toolbar-module__htpbTa__langSelect:focus-within{border-color:var(--accent)}.Toolbar-module__htpbTa__langIcon{color:var(--text-muted);flex-shrink:0}.Toolbar-module__htpbTa__select{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;outline:none;min-width:120px;padding:7px 0;font-family:inherit;font-size:12.5px}.Toolbar-module__htpbTa__select option{background:var(--bg-elevated);color:var(--text-primary)}.Toolbar-module__htpbTa__btnLabel{display:none}@media (min-width:600px){.Toolbar-module__htpbTa__btnLabel{display:inline}}
.OptionsPanel-module__MVxzpG__panel{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:16px 20px;overflow:hidden}.OptionsPanel-module__MVxzpG__panelTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px;font-size:11px;font-weight:700}.OptionsPanel-module__MVxzpG__grid{flex-wrap:wrap;gap:10px;display:flex}.OptionsPanel-module__MVxzpG__option{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;text-align:left;flex:1;align-items:flex-start;gap:10px;min-width:200px;padding:12px 14px;font-family:inherit;transition:all .2s;display:flex}.OptionsPanel-module__MVxzpG__option:hover{border-color:var(--border-default);background:var(--bg-hover)}.OptionsPanel-module__MVxzpG__option.OptionsPanel-module__MVxzpG__checked{background:var(--accent-soft);border-color:var(--accent)}.OptionsPanel-module__MVxzpG__icon{flex-shrink:0;margin-top:1px}.OptionsPanel-module__MVxzpG__iconChecked{color:var(--accent)}.OptionsPanel-module__MVxzpG__iconUnchecked{color:var(--text-muted)}.OptionsPanel-module__MVxzpG__text{flex-direction:column;gap:2px;display:flex}.OptionsPanel-module__MVxzpG__label{color:var(--text-primary);font-size:13px;font-weight:500}.OptionsPanel-module__MVxzpG__desc{color:var(--text-muted);font-size:11.5px;line-height:1.4}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex-direction:column;flex:1;gap:16px;width:100%;max-width:1800px;margin:0 auto;padding:28px 20px 48px;display:flex}.page-module___8aEwW__intro{text-align:center;max-width:900px;margin:0 auto 20px;animation:.8s ease-out page-module___8aEwW__fadeIn}.page-module___8aEwW__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:0;font-size:1.6rem;font-weight:700;line-height:1.2}.page-module___8aEwW__section{width:100%}.page-module___8aEwW__compareRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.page-module___8aEwW__compareBtn{border-radius:var(--radius-md);gap:8px;padding:12px 32px;font-size:15px}.page-module___8aEwW__diffBadge{color:var(--diff-del-text);background:var(--diff-del);border:1px solid #ff506440;border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:600}.page-module___8aEwW__noDiffBadge{color:var(--diff-add-text);background:var(--diff-add);border:1px solid #00d4aa40;border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:600}.page-module___8aEwW__resultSection{flex-direction:column;gap:12px;display:flex}.page-module___8aEwW__editorWrapper{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);min-height:500px;overflow:hidden}.page-module___8aEwW__emptyState{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:60px 24px;animation:.5s both page-module___8aEwW__fadeIn;display:flex}.page-module___8aEwW__emptyIcon{background:var(--accent-soft);width:80px;height:80px;color:var(--accent);border:1px solid #6c63ff33;border-radius:50%;justify-content:center;align-items:center;margin-bottom:6px;display:flex}.page-module___8aEwW__emptyTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:700}.page-module___8aEwW__emptyDesc{color:var(--text-muted);max-width:380px;font-size:14px;line-height:1.7}.page-module___8aEwW__emptyFeatures{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px;display:flex}.page-module___8aEwW__emptyFeatures span{color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:999px;padding:5px 13px;font-size:12px}.page-module___8aEwW__footer{text-align:center;border-top:1px solid var(--border-subtle);color:var(--text-muted);padding:18px;font-size:12px}
.about-module__8TymFG__profileCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);max-width:800px;box-shadow:var(--shadow-lg);margin:40px auto 20px;padding:40px}.about-module__8TymFG__header{text-align:center;flex-direction:column;align-items:center;gap:30px;margin-bottom:30px;display:flex}@media (min-width:640px){.about-module__8TymFG__header{text-align:left;flex-direction:row}}.about-module__8TymFG__avatar{background:var(--accent-soft);border:2px solid var(--accent);width:100px;height:100px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:32px;font-weight:700;display:flex}.about-module__8TymFG__titleSection h1{margin-bottom:4px;font-size:32px}.about-module__8TymFG__role{color:var(--text-primary);margin-bottom:2px;font-size:18px;font-weight:600}.about-module__8TymFG__specialty{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;font-size:14px;font-weight:500}.about-module__8TymFG__content p{color:var(--text-secondary);margin-bottom:30px;font-size:16px;line-height:1.8}.about-module__8TymFG__skills{flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex}.about-module__8TymFG__skills span{background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border-default);border-radius:999px;padding:6px 14px;font-size:12px}.about-module__8TymFG__socials{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (min-width:640px){.about-module__8TymFG__socials{justify-content:flex-start}}.about-module__8TymFG__socialBtn{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.about-module__8TymFG__socialBtn:hover{background:var(--bg-hover);border-color:var(--accent);transform:translateY(-2px)}.about-module__8TymFG__projectInfo{max-width:800px;margin:0 auto 40px;padding:0 40px}.about-module__8TymFG__projectInfo h2{margin-bottom:12px;font-size:20px}.about-module__8TymFG__projectInfo p{color:var(--text-muted);font-size:14px;line-height:1.7}
.info-module__7F8t5a__container{max-width:800px;margin:40px auto;padding:0 20px}.info-module__7F8t5a__intro{color:var(--text-secondary);margin-bottom:40px;font-size:18px}.info-module__7F8t5a__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.info-module__7F8t5a__grid{grid-template-columns:1fr 1fr}}.info-module__7F8t5a__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;transition:transform .2s,box-shadow .2s}.info-module__7F8t5a__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-2px)}.info-module__7F8t5a__card h3{color:var(--text-primary);margin-bottom:12px;font-size:16px}.info-module__7F8t5a__card p{color:var(--text-muted);font-size:14px;line-height:1.6}.info-module__7F8t5a__contentSection{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:40px}.info-module__7F8t5a__contentSection h2{margin-top:32px;margin-bottom:16px;font-size:22px}.info-module__7F8t5a__contentSection h2:first-child{margin-top:0}.info-module__7F8t5a__contentSection p{color:var(--text-secondary);margin-bottom:24px;font-size:16px;line-height:1.8}
.info-module__UXSS6a__container{max-width:800px;margin:40px auto;padding:0 20px}.info-module__UXSS6a__intro{color:var(--text-secondary);margin-bottom:40px;font-size:18px}.info-module__UXSS6a__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.info-module__UXSS6a__grid{grid-template-columns:1fr 1fr}}.info-module__UXSS6a__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;transition:transform .2s,box-shadow .2s}.info-module__UXSS6a__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-2px)}.info-module__UXSS6a__card h3{color:var(--text-primary);margin-bottom:12px;font-size:16px}.info-module__UXSS6a__card p{color:var(--text-muted);font-size:14px;line-height:1.6}.info-module__UXSS6a__contentSection{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:40px}.info-module__UXSS6a__contentSection h2{margin-top:32px;margin-bottom:16px;font-size:22px}.info-module__UXSS6a__contentSection h2:first-child{margin-top:0}.info-module__UXSS6a__contentSection p{color:var(--text-secondary);margin-bottom:24px;font-size:16px;line-height:1.8}
