:root {
    --i360-forum-accent: #6f42f5;
    --i360-forum-accent-dark: #5427d8;
    --i360-forum-accent-soft: #eee9ff;
    --i360-forum-ink: #171923;
    --i360-forum-muted: #6f7480;
    --i360-forum-border: #e2e5eb;
    --i360-forum-surface: #fff;
    --i360-forum-canvas: #f1f3f6;
    --i360-forum-green: #19875f;
    --i360-forum-shadow: 0 12px 34px rgb(25 29 41 / 7%);
}

.i360-forum { width: 100vw; max-width: 100vw; min-width: 0; overflow: clip; padding: 0 0 72px; background: var(--i360-forum-canvas); color: var(--i360-forum-ink); font: 15px/1.55 Inter, "Segoe UI", Arial, sans-serif; }
.i360-forum *, .i360-forum *::before, .i360-forum *::after { box-sizing: border-box; }
.i360-forum a { color: inherit; text-decoration: none; }
.i360-forum button, .i360-forum input, .i360-forum select, .i360-forum textarea { font: inherit; }
.i360-forum button, .i360-forum select { cursor: pointer; }
.i360-forum img { max-width: 100%; }
.i360-forum-wrap { width: calc(100% - 40px); max-width: 1320px; min-width: 0; margin: 0 auto; padding-top: 22px; }
.i360-forum .screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.i360-forum-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 20px; border: 0; border-radius: 7px; background: var(--i360-forum-accent); color: #fff !important; font-size: 13px; font-weight: 800; box-shadow: 0 8px 18px rgb(111 66 245 / 18%); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.i360-forum-button:hover { transform: translateY(-1px); background: var(--i360-forum-accent-dark); box-shadow: 0 10px 24px rgb(111 66 245 / 25%); }
.i360-forum-button--small { min-height: 36px; padding: 8px 14px; }
.i360-forum-notice { margin-bottom: 14px; padding: 13px 16px; border: 1px solid #a8dfc9; border-radius: 8px; background: #edf9f4; color: #176849; font-weight: 700; }
.i360-forum-notice--error { border-color: #efb4b4; background: #fff1f1; color: #9e2626; }

/* Forum navigation */
.i360-forum-topbar { position: relative; z-index: 10; display: grid; grid-template-columns: auto minmax(220px, 330px) 1fr; align-items: center; gap: 28px; min-height: 74px; padding: 12px 20px; border: 1px solid var(--i360-forum-border); border-radius: 12px 12px 0 0; background: #fff; box-shadow: 0 5px 18px rgb(25 29 41 / 4%); }
.i360-forum-brand { display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; align-items: center; column-gap: 10px; min-width: 195px; }
.i360-forum-brand > span { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; background: #151720; color: #fff; font-size: 22px; font-weight: 900; letter-spacing: -.08em; }
.i360-forum-brand > span span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 2px; border-radius: 50%; background: var(--i360-forum-accent); font-size: 13px; }
.i360-forum-brand strong { align-self: end; font-size: 14px; line-height: 1.1; }
.i360-forum-brand small { align-self: start; color: var(--i360-forum-muted); font-size: 11px; }
.i360-forum-topbar__search { display: flex; min-width: 0; height: 42px; margin: 0; border-radius: 8px; background: #f1f3f6; }
.i360-forum-topbar__search input { min-width: 0; flex: 1; padding: 0 13px; border: 0; background: transparent; color: var(--i360-forum-ink); outline: 0; }
.i360-forum-topbar__search input::placeholder { color: #9da3af; }
.i360-forum-topbar__search button { width: 44px; border: 0; background: transparent; color: var(--i360-forum-ink); font-size: 22px; }
.i360-forum-topbar__search:focus-within { box-shadow: 0 0 0 3px rgb(111 66 245 / 14%); }
.i360-forum-topbar__links { display: flex; align-items: center; justify-content: flex-end; gap: 22px; min-width: 0; }
.i360-forum-topbar__links > a:not(.i360-forum-button) { font-size: 13px; font-weight: 700; white-space: nowrap; }
.i360-forum-topbar__links > a:not(.i360-forum-button):hover { color: var(--i360-forum-accent-dark); }
.i360-forum-topbar__icon { position: relative; display: grid !important; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #f3f4f7; font-size: 17px !important; }
.i360-forum-topbar__icon b { position: absolute; top: -4px; right: -5px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border: 2px solid #fff; border-radius: 10px; background: var(--i360-forum-accent); color: #fff; font-size: 8px; }
.i360-forum-topbar__icon.is-current { background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); }
.i360-forum-button--top { min-height: 39px; padding: 9px 17px; white-space: nowrap; }
.i360-forum-topbar__toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 8px; background: #f2f3f6; }
.i360-forum-topbar__toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--i360-forum-ink); }

/* Hero */
.i360-forum-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(160px, 1fr) minmax(480px, 2.1fr) minmax(160px, 1fr); align-items: center; min-height: 355px; overflow: hidden; padding: 45px 36px; border-radius: 0 0 12px 12px; background: #e9edf2; }
.i360-forum-hero::before, .i360-forum-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.i360-forum-hero::before { width: 210px; height: 210px; left: 11%; top: 18%; background: rgb(111 66 245 / 7%); }
.i360-forum-hero::after { width: 270px; height: 270px; right: 8%; bottom: -35%; background: rgb(255 195 56 / 12%); }
.i360-forum-hero__copy { position: relative; z-index: 2; max-width: 680px; margin: auto; text-align: center; }
.i360-forum-hero__copy > p { margin: 0 0 8px; color: var(--i360-forum-accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.i360-forum-hero__copy h1 { max-width: 700px; margin: 0 auto; font-size: clamp(33px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.i360-forum-hero__copy > div:not(.i360-forum-hero__stats) { max-width: 590px; margin: 12px auto 0; color: #686e79; font-size: 14px; }
.i360-forum-hero__search { display: flex; max-width: 600px; height: 56px; margin: 24px auto 0; overflow: hidden; border-radius: 9px; background: #fff; box-shadow: 0 10px 28px rgb(28 33 46 / 10%); }
.i360-forum-hero__search input { min-width: 0; flex: 1; padding: 0 20px; border: 0; background: transparent; outline: 0; }
.i360-forum-hero__search input::placeholder { color: #a1a7b2; }
.i360-forum-hero__search button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 112px; padding: 0 20px; border: 0; background: #151720; color: #fff; font-weight: 800; }
.i360-forum-hero__search button:hover { background: var(--i360-forum-accent-dark); }
.i360-forum-hero__stats { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 15px; }
.i360-forum-hero__stats > span, .i360-forum-hero__stats > a { display: inline-flex; align-items: center; gap: 6px; min-height: 37px; padding: 8px 14px; border-radius: 7px; background: rgb(255 255 255 / 82%); font-size: 12px; }
.i360-forum-hero__stats i { color: var(--i360-forum-accent); font-style: normal; }
.i360-forum-hero__stats > a { background: var(--i360-forum-accent); color: #fff; font-weight: 800; }
.i360-forum-hero__art { position: relative; width: 165px; height: 175px; margin: auto; }
.i360-forum-hero__art span { position: absolute; z-index: 3; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50% 50% 48% 14%; background: #ffca3a; color: #151720; font-size: 34px; font-weight: 900; transform: rotate(-12deg); box-shadow: 0 12px 0 rgb(255 202 58 / 20%); }
.i360-forum-hero__art i, .i360-forum-hero__art b { position: absolute; display: block; border-radius: 22px 22px 8px 8px; background: #fff; box-shadow: var(--i360-forum-shadow); }
.i360-forum-hero__art i { width: 74px; height: 98px; left: 17px; bottom: 0; transform: rotate(-7deg); }
.i360-forum-hero__art b { width: 70px; height: 128px; right: 3px; bottom: 2px; background: var(--i360-forum-accent); transform: rotate(8deg); }
.i360-forum-hero__art--left span { top: 2px; left: 4px; }
.i360-forum-hero__art--right span { top: 0; right: 2px; border-radius: 50% 50% 14% 48%; background: #70d1e8; transform: rotate(12deg); }
.i360-forum-hero__art--right i { left: auto; right: 17px; transform: rotate(7deg); }
.i360-forum-hero__art--right b { right: auto; left: 3px; background: #ff6f91; transform: rotate(-8deg); }

/* Three-column shell */
.i360-forum-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr) 300px; align-items: start; gap: 24px; margin-top: 28px; }
.i360-forum-main { min-width: 0; }
.i360-forum-mobile-menu { display: none; }
.i360-forum-left { position: sticky; top: 18px; min-width: 0; }
.i360-forum-left nav { display: grid; gap: 5px; }
.i360-forum-left nav > a { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 12px; border-radius: 8px; color: #535965; font-size: 13px; font-weight: 700; transition: background .15s ease, color .15s ease, transform .15s ease; }
.i360-forum-left nav > a > span { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; border: 1px solid #e0e3e9; border-radius: 8px; background: #fff; color: #242732; font-size: 15px; }
.i360-forum-left nav > a:hover { transform: translateX(2px); background: #fff; color: var(--i360-forum-accent-dark); }
.i360-forum-left nav > a[aria-current="page"] { background: #fff; color: var(--i360-forum-ink); box-shadow: 0 7px 20px rgb(25 29 41 / 6%); }
.i360-forum-left nav > a[aria-current="page"] > span { border-color: #242732; background: #242732; color: #fff; }
.i360-forum-left__label { margin: 14px 12px 3px; color: #9a9faa; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.i360-forum-left__foot { margin-top: 22px; padding: 18px; border-radius: 10px; background: linear-gradient(145deg, #252834, #151720); color: #fff; }
.i360-forum-left__foot > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 11px; border-radius: 10px; background: var(--i360-forum-accent); font-size: 21px; }
.i360-forum-left__foot strong { display: block; font-size: 13px; }
.i360-forum-left__foot p { margin: 7px 0 13px; color: #bfc3cd; font-size: 11px; line-height: 1.55; }
.i360-forum-left__foot a { color: #fff; font-size: 11px; font-weight: 800; }

/* Feed controls */
.i360-forum-feed-head { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 16px 20px; border-radius: 10px 10px 0 0; background: #fff; }
.i360-forum-feed-head p { margin: 0 0 2px; color: var(--i360-forum-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.i360-forum-feed-head h2 { margin: 0; font-size: 20px; line-height: 1.25; }
.i360-forum-feed-head > a { display: none; align-items: center; gap: 5px; color: var(--i360-forum-accent-dark); font-size: 12px; font-weight: 800; }
.i360-forum-sort { overflow: hidden; border-top: 1px solid var(--i360-forum-border); border-radius: 0 0 10px 10px; background: #fff; }
.i360-forum-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
.i360-forum-tabs::-webkit-scrollbar { display: none; }
.i360-forum-tabs a { position: relative; display: flex; align-items: center; min-height: 50px; padding: 0 16px; color: #7e838e; font-size: 11px; font-weight: 800; white-space: nowrap; }
.i360-forum-tabs a::after { content: ""; position: absolute; right: 16px; bottom: 0; left: 16px; height: 3px; border-radius: 3px 3px 0 0; background: transparent; }
.i360-forum-tabs a:hover, .i360-forum-tabs a[aria-current="page"] { color: var(--i360-forum-accent-dark); }
.i360-forum-tabs a[aria-current="page"]::after { background: var(--i360-forum-accent); }
.i360-forum-sort__mobile { display: none; }
.i360-forum-list { display: grid; gap: 16px; margin-top: 16px; }

/* Question cards */
.i360-forum-question { position: relative; display: grid; grid-template-columns: 76px minmax(0, 1fr); min-width: 0; overflow: hidden; border: 1px solid transparent; border-radius: 11px; background: #fff; box-shadow: 0 8px 24px rgb(25 29 41 / 5%); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.i360-forum-question:hover { transform: translateY(-2px); border-color: #dcdfe6; box-shadow: 0 15px 34px rgb(25 29 41 / 9%); }
.i360-forum-vote { display: flex; flex-direction: column; align-items: center; padding: 19px 10px; border-right: 1px solid #eceef2; background: #fcfcfd; }
.i360-forum-vote .avatar { width: 46px; height: 46px; margin-bottom: 13px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dfe2e8; object-fit: cover; }
.i360-forum-vote form { display: flex; flex-direction: column; align-items: center; gap: 2px; margin: 0; }
.i360-forum-vote button { display: grid; place-items: center; width: 27px; height: 23px; padding: 0; border: 0; background: transparent; color: #b4bac4; font-size: 11px; }
.i360-forum-vote button:hover { color: var(--i360-forum-accent); }
.i360-forum-vote strong { min-width: 28px; color: #363a45; font-size: 15px; text-align: center; }
.i360-forum-question__body { min-width: 0; padding: 20px 21px 15px; }
.i360-forum-author { display: flex; align-items: center; gap: 9px; min-width: 0; }
.i360-forum-author > div { display: flex; min-width: 0; align-items: center; gap: 7px; }
.i360-forum-author > div > a { overflow: hidden; max-width: 180px; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.i360-forum-author small { color: #999fa9; font-size: 10px; white-space: nowrap; }
.i360-forum-category { padding: 3px 8px; border-radius: 4px; background: #20232d; color: #fff !important; font-size: 9px; font-weight: 800; }
.i360-forum-solved { margin-left: auto; padding: 4px 8px; border-radius: 5px; background: #e9f8f2; color: var(--i360-forum-green); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.i360-forum-question h2 { margin: 9px 0 7px; font-size: 19px; line-height: 1.32; letter-spacing: -.015em; }
.i360-forum-question h2 a:hover { color: var(--i360-forum-accent-dark); }
.i360-forum-question__body > p { margin: 0; color: #676c77; font-size: 13px; line-height: 1.65; }
.i360-forum-question footer { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: end; gap: 14px; margin-top: 14px; }
.i360-forum-tags { display: flex; min-width: 0; flex-wrap: wrap; gap: 5px; }
.i360-forum-tags a { padding: 4px 8px; border-radius: 5px; background: #f1f3f6; color: #737985; font-size: 9px; font-weight: 800; }
.i360-forum-tags a:hover { background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); }
.i360-forum-question__stats { display: flex; align-items: center; gap: 12px; color: #8c929d; font-size: 10px; white-space: nowrap; }
.i360-forum-question__stats .has-answers { padding: 7px 10px; border-radius: 6px; background: #20232d; color: #fff; }
.i360-forum-question__stats .has-answers:hover { background: var(--i360-forum-accent-dark); }
.i360-forum-card-actions { display: flex; align-items: center; gap: 5px; }
.i360-forum-card-actions form { margin: 0; }
.i360-forum-card-actions button { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 1px solid #e4e7ec; border-radius: 7px; background: #fff; color: #727884; }
.i360-forum-card-actions button:hover, .i360-forum-card-actions button.is-saved { border-color: var(--i360-forum-accent); background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); }
.i360-forum-share__label { margin-left: 4px; font-size: 10px; }

/* Right rail */
.i360-forum-right { display: grid; gap: 18px; }
.i360-forum-widget { overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgb(25 29 41 / 4%); }
.i360-forum-widget > header { display: flex; align-items: center; justify-content: space-between; padding: 18px 19px 11px; }
.i360-forum-widget > header h2, .i360-forum-widget > h2 { margin: 0; font-size: 16px; }
.i360-forum-widget > header > a { color: var(--i360-forum-accent-dark); font-size: 9px; font-weight: 800; }
.i360-forum-widget--welcome { padding: 22px; background: linear-gradient(145deg, #282b37, #151720); color: #fff; text-align: center; }
.i360-forum-widget--welcome > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 50% 50% 50% 12px; background: #ffca3a; color: #171923; font-size: 27px; font-weight: 900; }
.i360-forum-widget--welcome h2 { margin: 0; font-size: 18px; }
.i360-forum-widget--welcome p { margin: 6px 0 15px; color: #bdc1cb; font-size: 11px; }
.i360-forum-widget--welcome .i360-forum-button { width: 100%; }
.i360-forum-popular { margin: 0; padding: 0 19px 12px; list-style: none; }
.i360-forum-popular li { padding: 12px 0; border-bottom: 1px solid #eceef2; }
.i360-forum-popular li:last-child { border-bottom: 0; }
.i360-forum-popular li > a { display: block; font-size: 12px; font-weight: 800; line-height: 1.42; }
.i360-forum-popular li > a:hover { color: var(--i360-forum-accent-dark); }
.i360-forum-popular small { display: block; margin-top: 5px; color: #979ca6; font-size: 9px; }
.i360-forum-members { padding: 0 19px 11px; }
.i360-forum-members > a { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #eceef2; }
.i360-forum-members > a:last-child { border-bottom: 0; }
.i360-forum-members img { width: 42px; height: 42px; border-radius: 50%; }
.i360-forum-members > a > span { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.i360-forum-members > a > span b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.i360-forum-members > a > span small { color: #999fa9; font-size: 8px; }
.i360-forum-members > a > strong { display: flex; flex-direction: column; align-items: flex-end; color: var(--i360-forum-accent-dark); font-size: 11px; }
.i360-forum-members > a > strong small { color: #a1a6af; font-size: 7px; text-transform: uppercase; }
.i360-forum-tagcloud { display: flex; flex-wrap: wrap; gap: 7px; padding: 2px 19px 19px; }
.i360-forum-tagcloud a { padding: 5px 8px; border: 1px solid #e4e7ec; border-radius: 5px; color: #6f7580; font-size: 9px; font-weight: 800; }
.i360-forum-tagcloud a:hover { border-color: var(--i360-forum-accent); color: var(--i360-forum-accent-dark); }
.i360-forum-widget--stats > h2 { padding: 18px 19px 10px; }
.i360-forum-widget--stats > div { display: grid; grid-template-columns: 1fr 1fr; padding: 4px 12px 14px; }
.i360-forum-widget--stats span { display: flex; flex-direction: column; padding: 10px; color: #999fa9; font-size: 8px; text-transform: uppercase; }
.i360-forum-widget--stats b { color: var(--i360-forum-ink); font-size: 18px; line-height: 1.2; }

/* Pagination and directory pages */
.i360-forum-pagination { display: flex; justify-content: center; gap: 7px; padding: 24px 0; }
.i360-forum-pagination a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #dfe2e8; border-radius: 7px; background: #fff; font-size: 12px; font-weight: 800; }
.i360-forum-pagination a:hover, .i360-forum-pagination a[aria-current="page"] { border-color: var(--i360-forum-accent); background: var(--i360-forum-accent); color: #fff; }
.i360-forum-empty { padding: 58px 24px; border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 8px 24px rgb(25 29 41 / 4%); }
.i360-forum-empty > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 13px; border-radius: 50% 50% 50% 14px; background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); font-size: 30px; font-weight: 900; }
.i360-forum-empty h2 { margin: 0 0 5px; font-size: 20px; }
.i360-forum-empty p { margin: 0 auto 18px; max-width: 440px; color: var(--i360-forum-muted); }
.i360-forum-page-head, .i360-forum-form-card, .i360-forum-profile { border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgb(25 29 41 / 5%); }
.i360-forum-page-head { padding: 28px; }
.i360-forum-page-head > p, .i360-forum-form-card header > p, .i360-forum-profile p { margin: 0; color: var(--i360-forum-accent-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.i360-forum-page-head h1, .i360-forum-form-card header h1 { margin: 2px 0 5px; font-size: 26px; line-height: 1.25; }
.i360-forum-page-head > span, .i360-forum-form-card header > span { color: var(--i360-forum-muted); font-size: 12px; }
.i360-forum-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.i360-forum-directory > a { display: flex; align-items: center; gap: 13px; min-height: 82px; padding: 15px; border-radius: 9px; background: #fff; box-shadow: 0 7px 20px rgb(25 29 41 / 4%); }
.i360-forum-directory > a:hover { transform: translateY(-2px); box-shadow: var(--i360-forum-shadow); }
.i360-forum-directory > a > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); }
.i360-forum-directory > a > span { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.i360-forum-directory small { color: #979ca6; font-size: 9px; }
.i360-forum-directory i { color: #9aa0aa; font-style: normal; }
.i360-forum-tags-page, .i360-forum-users-page { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.i360-forum-tags-page a, .i360-forum-users-page > a { padding: 18px; border-radius: 9px; background: #fff; box-shadow: 0 7px 20px rgb(25 29 41 / 4%); }
.i360-forum-tags-page a { display: flex; flex-direction: column; }
.i360-forum-tags-page a:hover, .i360-forum-users-page > a:hover { transform: translateY(-2px); box-shadow: var(--i360-forum-shadow); }
.i360-forum-tags-page strong { color: var(--i360-forum-accent-dark); }
.i360-forum-tags-page small, .i360-forum-users-page small { color: #979ca6; font-size: 9px; }
.i360-forum-users-page > a { display: flex; flex-direction: column; align-items: center; text-align: center; }
.i360-forum-users-page img { width: 64px; height: 64px; border-radius: 50%; }
.i360-forum-users-page strong { margin-top: 8px; }
.i360-forum-users-page span { color: var(--i360-forum-accent-dark); font-size: 9px; font-weight: 800; }
.i360-forum-profile { display: flex; align-items: center; gap: 17px; padding: 24px; }
.i360-forum-profile > div { min-width: 0; flex: 1; }
.i360-forum-profile h1 { margin: 1px 0; font-size: 26px; }
.i360-forum-profile > div > span { color: var(--i360-forum-accent-dark); font-size: 10px; font-weight: 800; }
.i360-forum-profile > strong { display: flex; flex-direction: column; align-items: center; font-size: 25px; }
.i360-forum-profile > strong small { color: #999fa9; font-size: 8px; text-transform: uppercase; }
.i360-forum-section-title { margin: 23px 0 11px; font-size: 19px; }

/* Forms */
.i360-forum-form-card > header { padding: 25px 27px; border-bottom: 1px solid var(--i360-forum-border); }
.i360-forum-form { padding: 26px 27px; }
.i360-forum-form > label:not(.i360-forum-check), .i360-forum-form__row label { display: block; margin: 0 0 7px; font-size: 13px; font-weight: 800; }
.i360-forum-form label > span { color: var(--i360-forum-accent-dark); }
.i360-forum-form label small { display: block; color: #979ca6; font-size: 10px; font-weight: 400; }
.i360-forum-form input, .i360-forum-form textarea, .i360-forum-form select, .i360-forum-reply textarea { width: 100%; margin: 0 0 19px; padding: 12px 14px; border: 1px solid #dfe2e8; border-radius: 8px; background: #f8f9fb; color: var(--i360-forum-ink); outline: 0; }
.i360-forum-form input:focus, .i360-forum-form textarea:focus, .i360-forum-form select:focus, .i360-forum-reply textarea:focus { border-color: var(--i360-forum-accent); background: #fff; box-shadow: 0 0 0 3px rgb(111 66 245 / 12%); }
.i360-forum-form textarea, .i360-forum-reply textarea { min-height: 150px; resize: vertical; }
.i360-forum-counter { display: block; margin: -17px 0 18px; color: #999fa9; font-size: 9px; text-align: right; }
.i360-forum-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.i360-forum-form__row small { display: block; margin-top: -15px; color: #999fa9; font-size: 9px; }
.i360-forum-check { display: flex; align-items: flex-start; gap: 9px; margin: 6px 0 21px; color: #6d727c; font-size: 11px; }
.i360-forum-check input { width: auto; margin: 3px 0 0; }
.i360-forum-form__note { display: inline; margin-left: 12px; color: #999fa9; font-size: 9px; }
.i360-forum-login { padding: 56px 24px; text-align: center; }
.i360-forum-login > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 13px; border-radius: 50%; background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); font-size: 27px; }
.i360-forum-login h2 { margin: 0 0 5px; font-size: 21px; }
.i360-forum-login p { margin: 0 0 17px; color: var(--i360-forum-muted); }
.i360-forum-login > a:not(.i360-forum-button) { display: block; margin-top: 12px; color: var(--i360-forum-accent-dark); font-size: 11px; font-weight: 800; }

/* Question detail and answers */
.i360-forum-detail-top { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 14px; }
.i360-forum-detail-top > a:first-child { color: #6f7580; font-size: 12px; font-weight: 700; }
.i360-forum-detail { overflow: hidden; padding: 28px 30px 0; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgb(25 29 41 / 5%); }
.i360-forum-detail__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #959aa5; font-size: 10px; }
.i360-forum-detail__meta > a { color: var(--i360-forum-accent-dark); font-weight: 800; }
.i360-forum-status { padding: 4px 8px; border-radius: 5px; background: var(--i360-forum-accent-soft); color: var(--i360-forum-accent-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.i360-forum-detail h1 { margin: 12px 0 17px; font-size: clamp(25px, 3vw, 34px); line-height: 1.27; letter-spacing: -.025em; }
.i360-forum-detail__author, .i360-forum-answer__author { display: flex; align-items: center; gap: 10px; }
.i360-forum-detail__author img, .i360-forum-answer__author img { border-radius: 50%; }
.i360-forum-detail__author > div, .i360-forum-answer__author > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 7px; }
.i360-forum-detail__author a, .i360-forum-answer__author a { font-size: 12px; font-weight: 800; }
.i360-forum-detail__author span, .i360-forum-answer__author span { padding: 2px 6px; border-radius: 10px; background: #f1f3f6; color: #777d87; font-size: 8px; font-weight: 800; }
.i360-forum-detail__author small, .i360-forum-answer__author small { grid-column: 1 / -1; color: #999fa9; font-size: 9px; }
.i360-forum-detail__content { min-height: 125px; margin: 24px 0; color: #4f5560; font-size: 15px; line-height: 1.8; }
.i360-forum-detail__content p:last-child, .i360-forum-answer__content p:last-child { margin-bottom: 0; }
.i360-forum-detail__foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 0; border-top: 1px solid #eceef2; color: #999fa9; font-size: 9px; }
.i360-forum-detail__foot > span a { color: #707681; text-decoration: underline; }
.i360-forum-detail__actions { display: flex; align-items: center; gap: 14px; margin: 0 -30px; padding: 12px 20px; border-top: 1px solid #e4e7ec; background: #f8f9fb; color: #686e79; font-size: 10px; font-weight: 800; }
.i360-forum-detail__actions > form:last-of-type { margin-left: auto; }
.i360-forum-detail__actions form { margin-block: 0; }
.i360-forum-detail__actions button { border: 0; background: transparent; color: inherit; font-weight: inherit; }
.i360-forum-detail__actions > button.i360-forum-share { padding: 0; }
.i360-forum-inline-vote { display: inline-flex; align-items: center; gap: 5px; margin: 0; }
.i360-forum-inline-vote button { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #dfe2e8; border-radius: 6px; background: #fff; color: #8d939d; font-size: 9px; }
.i360-forum-inline-vote button:hover { border-color: var(--i360-forum-accent); color: var(--i360-forum-accent-dark); }
.i360-forum-inline-vote strong { min-width: 18px; text-align: center; }
.i360-forum-answers { margin-top: 18px; }
.i360-forum-answers > header { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-radius: 10px 10px 0 0; background: #fff; }
.i360-forum-answers > header h2 { margin: 0; font-size: 18px; }
.i360-forum-answers > header nav { display: flex; gap: 15px; }
.i360-forum-answers > header a { color: #9297a1; font-size: 10px; font-weight: 800; }
.i360-forum-answers > header a:hover, .i360-forum-answers > header a[aria-current="page"] { color: var(--i360-forum-accent-dark); }
.i360-forum-answer { position: relative; padding: 23px 25px 0; border-top: 1px solid #e8eaef; background: #fff; }
.i360-forum-answer:last-child { border-radius: 0 0 10px 10px; }
.i360-forum-answer.is-accepted { border-left: 4px solid var(--i360-forum-green); }
.i360-forum-best { position: absolute; top: 19px; right: 21px; padding: 5px 9px; border-radius: 5px; background: #e9f8f2; color: var(--i360-forum-green); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.i360-forum-answer__content { padding: 18px 0 21px 54px; color: #555b65; font-size: 14px; line-height: 1.78; }
.i360-forum-answer footer { display: flex; align-items: center; gap: 13px; margin: 0 -25px; padding: 10px 19px; border-top: 1px solid #eceef2; background: #f8f9fb; }
.i360-forum-answer footer > a { margin-left: auto; color: #999fa9; font-size: 9px; }
.i360-forum-answer footer form { margin: 0; }
.i360-forum-answer footer button.i360-forum-accept { border: 0; background: transparent; color: var(--i360-forum-green); font-size: 10px; font-weight: 800; }
.i360-forum-empty--answer { border-radius: 0 0 10px 10px; }
.i360-forum-reply { margin-top: 18px; padding: 24px 25px; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgb(25 29 41 / 5%); }
.i360-forum-reply h2 { margin: 0; font-size: 19px; }
.i360-forum-reply > p { margin: 3px 0 17px; color: var(--i360-forum-muted); font-size: 11px; }
.i360-forum-reply textarea { margin-bottom: 2px; }
.i360-forum-login--compact { display: flex; align-items: center; justify-content: space-between; padding: 16px 0 0; border-top: 1px solid #eceef2; text-align: left; }
.i360-forum-login--compact p { margin: 0; }

@media (max-width: 1180px) {
    .i360-forum-topbar { grid-template-columns: auto minmax(210px, 1fr) auto; gap: 17px; }
    .i360-forum-topbar__links { gap: 13px; }
    .i360-forum-topbar__links > a:nth-child(2) { display: none; }
    .i360-forum-layout { grid-template-columns: 210px minmax(0, 1fr); }
    .i360-forum-right { display: none; }
    .i360-forum-feed-head > a { display: inline-flex; }
}

@media (max-width: 900px) {
    .i360-forum-wrap { width: calc(100% - 24px); max-width: 820px; padding-top: 12px; }
    .i360-forum-topbar { grid-template-columns: auto minmax(180px, 1fr) 42px; border-radius: 10px 10px 0 0; }
    .i360-forum-topbar__links { position: absolute; top: calc(100% + 6px); right: 0; display: none; min-width: 230px; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--i360-forum-border); border-radius: 9px; background: #fff; box-shadow: var(--i360-forum-shadow); }
    .i360-forum-topbar__links.is-open { display: flex; }
    .i360-forum-topbar__links > a { display: flex !important; justify-content: flex-start; width: 100%; min-height: 40px; padding: 9px 11px; }
    .i360-forum-topbar__links .i360-forum-topbar__icon { border-radius: 7px; }
    .i360-forum-topbar__links .i360-forum-button { justify-content: center; margin-top: 5px; }
    .i360-forum-topbar__toggle { display: block; }
    .i360-forum-hero { grid-template-columns: 120px minmax(0, 1fr) 120px; min-height: 330px; padding-inline: 20px; }
    .i360-forum-hero__art { width: 120px; transform: scale(.75); }
    .i360-forum-layout { display: block; margin-top: 18px; }
    .i360-forum-mobile-menu { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 44px; margin-bottom: 10px; padding: 9px 13px; border: 1px solid var(--i360-forum-border); border-radius: 8px; background: #fff; color: #555b65; font-weight: 800; }
    .i360-forum-left { display: none; position: static; margin-bottom: 13px; padding: 8px; border-radius: 10px; background: #fff; }
    .i360-forum-left.is-open { display: block; }
    .i360-forum-left__foot { display: none; }
}

@media (max-width: 640px) {
    .i360-forum { padding-bottom: 42px; }
    .i360-forum-wrap { width: calc(100% - 20px); max-width: 600px; }
    .i360-forum-topbar { grid-template-columns: minmax(0, 1fr) 42px; gap: 10px; min-height: 66px; padding: 10px 12px; }
    .i360-forum-brand { min-width: 0; grid-template-columns: 39px minmax(0, 1fr); }
    .i360-forum-brand > span { width: 39px; height: 39px; }
    .i360-forum-brand strong, .i360-forum-brand small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .i360-forum-topbar__search { grid-column: 1 / -1; grid-row: 2; height: 44px; }
    .i360-forum-topbar__toggle { grid-column: 2; grid-row: 1; }
    .i360-forum-hero { display: block; min-height: 0; padding: 29px 16px 23px; }
    .i360-forum-hero__art { display: none; }
    .i360-forum-hero__copy h1 { font-size: 29px; }
    .i360-forum-hero__copy > div:not(.i360-forum-hero__stats) { font-size: 12px; }
    .i360-forum-hero__search { height: auto; min-height: 51px; margin-top: 20px; }
    .i360-forum-hero__search input { width: 100%; padding-inline: 14px; }
    .i360-forum-hero__search button { min-width: 52px; width: 52px; padding: 0; }
    .i360-forum-hero__search button span:last-child { display: none; }
    .i360-forum-hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .i360-forum-hero__stats > span { justify-content: center; min-width: 0; padding-inline: 8px; }
    .i360-forum-hero__stats > a { grid-column: 1 / -1; justify-content: center; }
    .i360-forum-feed-head { min-height: 70px; padding: 14px 15px; }
    .i360-forum-feed-head h2 { font-size: 18px; }
    .i360-forum-feed-head > a { font-size: 0; }
    .i360-forum-feed-head > a span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: var(--i360-forum-accent); color: #fff; font-size: 18px; }
    .i360-forum-tabs { display: none; }
    .i360-forum-sort { padding: 12px 14px; }
    .i360-forum-sort__mobile { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; }
    .i360-forum-sort__mobile span { color: #7b818c; font-size: 10px; font-weight: 800; }
    .i360-forum-sort__mobile select { min-width: 0; width: 100%; height: 38px; padding: 0 10px; border: 1px solid #dfe2e8; border-radius: 7px; background: #fff; color: var(--i360-forum-ink); font-size: 11px; font-weight: 700; }
    .i360-forum-list { gap: 12px; margin-top: 12px; }
    .i360-forum-question { grid-template-columns: 52px minmax(0, 1fr); }
    .i360-forum-vote { padding: 14px 6px; }
    .i360-forum-vote .avatar { width: 36px; height: 36px; margin-bottom: 9px; border-width: 2px; }
    .i360-forum-vote button { width: 23px; }
    .i360-forum-question__body { padding: 15px 13px 13px; }
    .i360-forum-author { align-items: flex-start; flex-wrap: wrap; gap: 5px; }
    .i360-forum-author > div { width: 100%; align-items: flex-start; flex-direction: column; gap: 0; }
    .i360-forum-author small { white-space: normal; }
    .i360-forum-category { order: 2; }
    .i360-forum-solved { margin-left: 0; }
    .i360-forum-question h2 { margin-top: 9px; font-size: 16px; }
    .i360-forum-question__body > p { display: -webkit-box; overflow: hidden; font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .i360-forum-question footer { grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; }
    .i360-forum-tags { grid-column: 1 / -1; }
    .i360-forum-question__stats { min-width: 0; flex-wrap: wrap; gap: 7px; white-space: normal; }
    .i360-forum-question__stats .has-answers { padding: 5px 7px; }
    .i360-forum-card-actions { justify-content: flex-end; }
    .i360-forum-directory, .i360-forum-tags-page, .i360-forum-users-page, .i360-forum-form__row { grid-template-columns: 1fr; }
    .i360-forum-page-head, .i360-forum-form-card > header { padding: 21px 18px; }
    .i360-forum-form { padding: 20px 17px; }
    .i360-forum-form__note { display: block; margin: 10px 0 0; }
    .i360-forum-profile { align-items: flex-start; padding: 18px; }
    .i360-forum-profile img { width: 68px; height: 68px; }
    .i360-forum-profile > strong { display: none; }
    .i360-forum-detail-top { margin: 14px 0 10px; }
    .i360-forum-detail-top > a:first-child { font-size: 10px; }
    .i360-forum-detail { padding: 22px 18px 0; }
    .i360-forum-detail h1 { font-size: 24px; }
    .i360-forum-detail__foot { align-items: flex-start; flex-direction: column; }
    .i360-forum-detail__actions { margin-inline: -18px; flex-wrap: wrap; gap: 10px; }
    .i360-forum-detail__actions > form:last-of-type { margin-left: 0; }
    .i360-forum-answers > header { align-items: flex-start; flex-direction: column; gap: 8px; }
    .i360-forum-answer { padding-inline: 16px; }
    .i360-forum-best { position: static; display: inline-block; margin-bottom: 10px; }
    .i360-forum-answer__content { padding-left: 0; }
    .i360-forum-answer footer { margin-inline: -16px; flex-wrap: wrap; }
    .i360-forum-login--compact { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .i360-forum *, .i360-forum *::before, .i360-forum *::after { scroll-behavior: auto !important; transition: none !important; }
}
