/* Shared authenticated navigation; native details also works without JavaScript. */
.site-user-menu { position: relative; color: var(--site-ink); font-family: inherit; }
.site-user-menu summary { display: flex; align-items: center; gap: 9px; min-height: 38px; padding: 3px 10px 3px 4px; border: 1px solid var(--site-line); border-radius: 11px; cursor: pointer; list-style: none; background: var(--site-surface); font-size: 13px; }
.site-user-menu summary::-webkit-details-marker { display: none; }
.site-user-menu summary > i { font-size: 9px; color: var(--site-muted); transition: transform .18s; }
.site-user-menu[open] summary > i { transform: rotate(180deg); }
.site-user-menu summary:focus-visible, .site-user-dropdown :focus-visible { outline: 3px solid var(--site-brand); outline-offset: 3px; }
.site-user-avatar { width: 29px; height: 29px; display: inline-grid; flex-shrink: 0; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(140deg, #6d8be9, #3253b9); font-size: 13px; font-weight: 650; text-transform: uppercase; }
.site-user-name { max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.site-user-dropdown { position: absolute; right: 0; top: calc(100% + 12px); width: 246px; max-width: calc(100vw - 32px); padding: 7px; border: 1px solid var(--site-line); border-radius: 14px; background: var(--site-surface); box-shadow: 0 14px 40px #14244320; }
.site-user-identity { padding: 10px 11px 13px; margin-bottom: 5px; border-bottom: 1px solid var(--site-line); }
.site-user-identity strong, .site-user-identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-user-identity strong { font-size: 14px; font-weight: 650; }
.site-user-identity small { margin-top: 5px; font-size: 11px; color: var(--site-muted); }
.site-user-dropdown a, .site-user-dropdown button { display: flex; align-items: center; gap: 11px; width: 100%; padding: 10px 11px; box-sizing: border-box; color: var(--site-ink); border: 0; background: transparent; border-radius: 8px; font: inherit; font-size: 13px; text-decoration: none; cursor: pointer; }
.site-user-dropdown a:hover, .site-user-dropdown button:hover { background: color-mix(in srgb, var(--site-brand) 8%, transparent); }
.site-user-dropdown i { width: 17px; color: var(--site-muted); }
.site-user-dropdown form { border-top: 1px solid var(--site-line); margin: 5px 0 0; padding-top: 5px; }
.site-user-dropdown button, .site-user-dropdown button i { color: #d0656b; }

/* Account center: quiet blue accents and a compact, editorial workspace. */
.account-page { --ac-bg: #f6f8fc; --ac-panel: #fff; --ac-ink: #23304a; --ac-secondary: #606e86; --ac-muted: #8590a4; --ac-line: #e9edf4; --ac-blue: #4264d6; --ac-soft: #edf2ff; --ac-hover: #f8faff; margin: 0; background: var(--ac-bg); color: var(--ac-ink); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif; font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
html.dark .account-page { --ac-bg: #101623; --ac-panel: #182132; --ac-ink: #e5ebf6; --ac-secondary: #b0bdd1; --ac-muted: #96a3b9; --ac-line: #29364c; --ac-blue: #9ab4ff; --ac-soft: #253451; --ac-hover: #1e293d; }
.account-page *, .account-page *::before, .account-page *::after { box-sizing: border-box; }
.account-page .hidden, .account-page [hidden] { display: none !important; }
.account-page .relative { position: relative; }
.account-page a { text-decoration: none; }
.account-page button { font: inherit; cursor: pointer; }
.account-page .site-nav button { border: 0; }
.account-page .site-nav .site-icon-button { border: 1px solid var(--site-line); }
.account-page .site-nav-dropdown-trigger { background: transparent; }
.account-page h1, .account-page h2, .account-page h3, .account-page p { margin: 0; }
.account-page h2 { font-size: 16px; font-weight: 650; }
.account-page h3 { font-size: 14px; font-weight: 600; }
.ac-layout a:focus-visible, .ac-layout button:focus-visible, .ac-layout input:focus-visible { outline: 3px solid var(--ac-blue); outline-offset: 3px; }
.ac-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); max-width: 1440px; min-height: 100vh; margin: 0 auto; padding-top: 64px; }
.ac-sidebar { padding: 34px 22px 22px; border-right: 1px solid var(--ac-line); display: flex; flex-direction: column; background: var(--ac-panel); }
.ac-space-brand { display: flex; align-items: center; gap: 10px; color: var(--ac-ink); font-size: 16px; font-weight: 650; margin-bottom: 32px; }
.ac-space-brand > span { width: 37px; height: 37px; background: var(--ac-soft); color: var(--ac-blue); border-radius: 11px; display: grid; place-items: center; }
.ac-space-brand small { display: block; margin-top: 3px; color: var(--ac-muted); font-size: 8px; letter-spacing: 1px; font-weight: 500; }
.ac-sidebar .ac-nav-label { margin: 0 12px 12px; color: var(--ac-muted); font-size: 10px; letter-spacing: .7px; }
.ac-nav { display: grid; gap: 6px; margin-bottom: 30px; }
.ac-nav a { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 10px 12px; border-radius: 9px; color: var(--ac-secondary); font-size: 12px; font-weight: 550; }
.ac-nav a:hover { background: var(--ac-hover); }
.ac-nav a[aria-current] { color: var(--ac-blue); background: var(--ac-soft); }
.ac-nav a > i { width: 16px; text-align: center; font-size: 14px; }
.ac-nav a > span { margin-left: auto; padding: 0 6px; background: var(--ac-bg); border-radius: 5px; font-size: 10px; }
.ac-nav a .ac-nav-external { margin-left: auto; font-size: 9px; opacity: .65; }
.ac-sidebar-tip { margin-top: 16px; padding: 18px 15px; border: 1px solid var(--ac-line); border-radius: 12px; background: linear-gradient(145deg, var(--ac-soft), var(--ac-panel)); }
.ac-sidebar-tip > i { color: var(--ac-blue); font-size: 20px; margin-bottom: 10px; }
.ac-sidebar-tip h3 { font-size: 12px; line-height: 1.8; }
.ac-sidebar-tip p { margin-top: 8px; font-size: 11px; line-height: 1.9; color: var(--ac-secondary); }
.ac-sidebar-tip a { display: block; margin-top: 16px; font-size: 11px; font-weight: 600; color: var(--ac-blue); }
.ac-sidebar-tip a span { float: right; }
.ac-sidebar-user { display: flex; align-items: center; gap: 9px; padding-top: 22px; margin-top: auto; }
.ac-sidebar-user > div { flex: 1; min-width: 0; }
.ac-sidebar-user strong { display: block; font-size: 12px; overflow: hidden; text-overflow: ellipsis; }
.ac-sidebar-user small { display: block; font-size: 10px; color: var(--ac-muted); }
.ac-online-dot { width: 6px; height: 6px; background: #51b895; border-radius: 50%; }
.ac-main { padding: 24px 32px 0; min-width: 0; }
.ac-breadcrumb { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--ac-muted); margin-bottom: 23px; }
.ac-breadcrumb strong { font-weight: 500; color: var(--ac-secondary); }
.ac-breadcrumb time { margin-left: auto; letter-spacing: .5px; font-size: 10px; }
.ac-welcome { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 224px; padding: 29px 30px; border: 1px solid #dfe7f9; border-radius: 15px; background: linear-gradient(115deg, #edf2ff 0%, #f6f8ff 55%, #eaf0fc 100%); overflow: hidden; }
.ac-welcome > div:first-child { min-width: 0; position: relative; z-index: 1; }
.ac-eyebrow { display: block; font-size: 9px; font-weight: 650; letter-spacing: 1.6px; color: var(--ac-blue); }
.ac-welcome h1 { margin-top: 12px; font-size: clamp(23px, 2.2vw, 31px); line-height: 1.4; letter-spacing: -.7px; font-weight: 650; overflow-wrap: anywhere; }
.ac-welcome h1 > span:first-child { color: var(--ac-blue); }
.ac-wave { display: inline-block; margin-left: 12px; color: #e3b357; font-size: 25px; }
.ac-welcome p { margin-top: 11px; font-size: 12px; line-height: 1.9; color: var(--ac-secondary); }
.ac-welcome-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.ac-button { min-height: 37px; padding: 9px 15px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; border: 1px solid var(--ac-line); border-radius: 8px; background: var(--ac-panel); color: var(--ac-secondary); font-size: 12px; font-weight: 550; line-height: 1.5; transition: background .18s, border-color .18s, transform .18s; }
.ac-button:hover { border-color: var(--ac-blue); color: var(--ac-blue); transform: translateY(-1px); }
.ac-button i { font-size: 11px; }
.ac-button-primary { background: #4264d6; border-color: #4264d6; color: #fff; box-shadow: 0 5px 12px #4264d61a; }
.ac-button-primary:hover { background: #3453c0; color: #fff; }
.ac-hero-art { position: relative; width: 290px; height: 180px; flex-shrink: 0; }
.ac-art-grid { position: absolute; inset: -55px -45px; background-image: linear-gradient(#768ed710 1px, transparent 1px), linear-gradient(90deg, #768ed710 1px, transparent 1px); background-size: 24px 24px; transform: rotate(-9deg); mask-image: radial-gradient(ellipse, #000, transparent 72%); }
.ac-art-window { position: absolute; top: 0; left: 9px; width: 242px; height: 177px; border: 1px solid #d8e2f5; border-radius: 10px; background: #fff; box-shadow: 0 16px 28px #344f9720; transform: rotate(-5deg); overflow: hidden; }
.ac-art-bar { display: flex; align-items: center; gap: 4px; height: 24px; padding: 0 9px; background: #f7f9fe; border-bottom: 1px solid #e9edf7; }
.ac-art-bar b { width: 4px; height: 4px; border-radius: 50%; background: #c7d2e9; }
.ac-art-bar b:first-child { background: #eca79f; }.ac-art-bar b:nth-child(2) { background: #edcf87; }.ac-art-bar b:nth-child(3) { background: #9bccb3; }
.ac-art-bar > span { margin-left: auto; color: #9aa8c5; font-size: 5px; letter-spacing: 1px; }
.ac-art-body { padding: 18px 20px; }.ac-art-label { color: #8f9ab0; font-size: 5px; letter-spacing: 1.4px; }.ac-art-body > strong { display: block; margin-top: 4px; font-size: 21px; letter-spacing: -1px; color: #304574; }.ac-art-body > strong span { color: #7c97e9; }.ac-art-lines { width: 110px; height: 10px; margin-top: 9px; border-block: 3px solid #e9eef8; }.ac-art-tiles { display: flex; gap: 7px; margin-top: 16px; }.ac-art-tiles i { width: 57px; height: 28px; background: #e6ecfc; border-radius: 4px; }.ac-art-tiles i:nth-child(2) { background: #eee9f9; }.ac-art-tiles i:nth-child(3) { background: #e4f0ed; }
.ac-art-tag { position: absolute; right: 0; bottom: 5px; padding: 9px 13px; border: 1px solid #dce5f5; border-radius: 7px; background: #fff; color: #5268a4; font-size: 9px; box-shadow: 0 6px 16px #344f9712; transform: rotate(5deg); }.ac-art-tag i { margin-right: 5px; color: #6c87da; }.ac-art-spark { position: absolute; right: 15px; top: 10px; font-size: 36px; color: #88a1ed; }
.ac-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 21px 0; }
.ac-stat { display: flex; justify-content: space-between; gap: 5px; padding: 20px 17px; border: 1px solid var(--ac-line); border-radius: 12px; background: var(--ac-panel); }
.ac-stat > div > span { display: block; font-size: 11px; color: var(--ac-secondary); }.ac-stat strong { display: block; margin-top: 5px; font-size: 29px; line-height: 1.4; font-weight: 650; letter-spacing: -.7px; font-variant-numeric: tabular-nums; }.ac-stat small { display: block; margin-top: 7px; font-size: 9px; color: var(--ac-muted); }
.ac-stat-icon { flex-shrink: 0; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; font-size: 13px; background: var(--ac-soft); color: var(--ac-blue); }.ac-icon-published { background: #edf8f4; color: #51a28b; }.ac-icon-drafts { background: #fff6e9; color: #c99b50; }.ac-icon-views { background: #f3eefe; color: #9a7dc9; }
.ac-columns { display: grid; grid-template-columns: minmax(0, 1fr) 272px; gap: 20px; }.ac-columns-full { grid-template-columns: minmax(0, 1fr); }.ac-primary-column, .ac-secondary-column { min-width: 0; }.ac-panel { background: var(--ac-panel); border: 1px solid var(--ac-line); border-radius: 13px; overflow: hidden; }
.ac-panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 23px 18px; }.ac-panel-heading p { margin-top: 5px; color: var(--ac-muted); font-size: 11px; }.ac-text-link { color: var(--ac-blue); font-size: 11px; white-space: nowrap; }.ac-text-link:hover { text-decoration: underline; }.ac-text-link span { margin-left: 5px; }
.ac-empty { padding: 25px 24px 29px; text-align: center; }.ac-empty-symbol { position: relative; display: grid; place-items: center; width: 68px; height: 57px; border-radius: 15px; background: var(--ac-soft); color: #91a4dd; margin: 0 auto 18px; font-size: 31px; }.ac-empty-symbol b { position: absolute; right: -5px; bottom: -4px; display: grid; place-items: center; width: 23px; height: 23px; border: 3px solid var(--ac-panel); border-radius: 8px; background: #5878d9; color: #fff; font-size: 14px; font-weight: 400; }.ac-empty h3 { font-size: 15px; }.ac-empty p { max-width: 340px; margin: 9px auto 18px; color: var(--ac-muted); font-size: 11px; line-height: 1.9; }
.ac-local-note { display: flex; align-items: flex-start; gap: 8px; padding: 12px 20px; border-top: 1px solid var(--ac-line); background: var(--ac-hover); color: var(--ac-muted); font-size: 10px; line-height: 1.8; }.ac-local-note i { margin-top: 4px; flex-shrink: 0; }
.ac-quick-section { margin-top: 24px; }.ac-quick-section > h2 { margin-bottom: 13px; font-size: 15px; }.ac-quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.ac-quick-card { display: block; position: relative; padding: 17px 15px; border: 1px solid var(--ac-line); border-radius: 12px; background: var(--ac-panel); color: var(--ac-ink); transition: border-color .18s, transform .18s; }.ac-quick-card:hover { transform: translateY(-3px); border-color: var(--ac-blue); }.ac-quick-icon { width: 31px; height: 31px; border-radius: 8px; display: grid; place-items: center; background: var(--ac-soft); color: var(--ac-blue); font-size: 13px; }.ac-quick-arrow { position: absolute; top: 21px; right: 16px; color: var(--ac-muted); font-size: 8px; }.ac-quick-card h3 { margin-top: 13px; font-size: 12px; }.ac-quick-card p { margin-top: 6px; font-size: 10px; color: var(--ac-muted); line-height: 1.8; }
.ac-checklist { padding: 23px 20px 12px; }.ac-checklist .ac-eyebrow { font-size: 7px; letter-spacing: 1px; }.ac-checklist h2 { margin-top: 8px; font-size: 15px; }.ac-checklist > p { margin-top: 5px; margin-bottom: 14px; color: var(--ac-muted); font-size: 11px; }.ac-check-item { display: flex; align-items: center; gap: 10px; padding: 11px 0; color: var(--ac-secondary); }.ac-check-item > span { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--ac-line); border-radius: 50%; color: var(--ac-muted); font-size: 10px; flex-shrink: 0; }.ac-check-item strong { font-size: 11px; font-weight: 500; }.ac-check-item > i { margin-left: auto; font-size: 10px; color: var(--ac-muted); }.ac-check-item.is-complete > span { color: #49a080; background: #edf8f4; border-color: #e1f2e9; }.ac-check-item:hover strong { color: var(--ac-blue); }
.ac-account-info { margin-top: 18px; padding: 20px; }.ac-account-info h2 { font-size: 14px; }.ac-account-info dl { margin: 15px 0; }.ac-account-info dl > div { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; font-size: 10px; }.ac-account-info dt { color: var(--ac-muted); }.ac-account-info dd { margin: 0; color: var(--ac-secondary); }
.ac-footer { display: flex; gap: 12px; justify-content: space-between; align-items: center; padding: 26px 0 20px; margin-top: 8px; font-size: 9px; color: var(--ac-muted); }.ac-footer > span:nth-child(2) { font-size: 8px; letter-spacing: 1px; opacity: .7; }.ac-footer a { color: var(--ac-secondary); }
.ac-welcome-compact { min-height: 145px; margin-bottom: 21px; }.ac-welcome-compact h1 { font-size: 27px; }.ac-welcome-compact .ac-welcome-actions { margin-top: 17px; }
.ac-project-tools { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin: 0 23px 18px; }.ac-filters { display: flex; align-items: center; gap: 5px; }.ac-filters a { padding: 6px 12px; border-radius: 7px; color: var(--ac-muted); font-size: 11px; }.ac-filters a[aria-current] { background: var(--ac-soft); color: var(--ac-blue); }.ac-search { display: flex; border: 1px solid var(--ac-line); border-radius: 7px; overflow: hidden; }.ac-search input { width: 190px; min-width: 0; padding: 8px 10px; border: 0; color: var(--ac-ink); background: var(--ac-panel); font: inherit; font-size: 11px; }.ac-search button { padding: 8px 11px; background: var(--ac-panel); border: 0; color: var(--ac-muted); }
.ac-project-list { padding: 0 23px 10px; }.ac-project-row { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-top: 1px solid var(--ac-line); }.ac-project-symbol { width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--ac-blue) 15%, var(--ac-line)); border-radius: 10px; background: var(--ac-soft); color: var(--ac-blue); font-size: 19px; }.ac-project-copy { flex: 1; min-width: 0; }.ac-project-copy h3 { font-size: 13px; overflow-wrap: anywhere; }.ac-project-copy a { color: var(--ac-ink); }.ac-project-copy a:hover { color: var(--ac-blue); }.ac-project-copy p { margin-top: 4px; font-size: 10px; color: var(--ac-muted); }.ac-project-description { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.ac-status { display: inline-block; padding: 3px 8px; border-radius: 5px; background: #fff5e5; color: #b9914b; font-size: 9px; white-space: nowrap; }.ac-status.is-published { background: #ebf7f1; color: #399170; }.ac-project-edit { color: var(--ac-muted); padding: 8px; font-size: 12px; }.ac-pagination { display: flex; gap: 16px; justify-content: center; align-items: center; padding: 16px; font-size: 12px; color: var(--ac-muted); }
.ac-settings-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; align-items: start; }.ac-form-panel { padding: 28px; }.ac-profile-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; padding-bottom: 23px; border-bottom: 1px solid var(--ac-line); }.ac-profile-avatar { display: grid; place-items: center; width: 57px; height: 57px; flex-shrink: 0; border-radius: 17px; background: linear-gradient(135deg, #7897ee, #4161c4); color: #fff; font-size: 24px; font-weight: 600; text-transform: uppercase; }.ac-profile-heading h2 { overflow-wrap: anywhere; }.ac-profile-heading p { color: var(--ac-muted); font-size: 11px; margin-top: 4px; }.ac-field { margin-bottom: 23px; }.ac-field label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 9px; }.ac-field input { display: block; width: 100%; min-height: 44px; padding: 10px 13px; border: 1px solid var(--ac-line); border-radius: 8px; background: var(--ac-bg); color: var(--ac-ink); font: inherit; font-size: 13px; }.ac-field small { display: block; color: var(--ac-muted); font-size: 10px; margin-top: 8px; line-height: 1.8; }.ac-form-panel > .ac-panel-heading { padding: 0 0 25px; align-items: flex-start; }.ac-form-panel > .ac-panel-heading p { line-height: 1.9; }.ac-settings-note { padding: 24px; }.ac-note-icon { width: 40px; height: 40px; display: grid; place-items: center; flex-shrink: 0; background: var(--ac-soft); color: var(--ac-blue); border-radius: 12px; font-size: 18px; }.ac-settings-note h2 { margin-top: 18px; font-size: 15px; }.ac-settings-note p { margin-top: 12px; color: var(--ac-secondary); line-height: 1.9; font-size: 11px; }.ac-settings-note dl { margin: 22px 0; font-size: 12px; }.ac-settings-note dt { color: var(--ac-muted); font-size: 10px; }.ac-settings-note dd { margin: 4px 0 15px; }.ac-settings-note form { margin-top: 20px; }.ac-settings-note .ac-status { margin-top: 10px; }.ac-note-green { color: #4a9d82; background: #edf8f4; }.ac-settings-tip { margin-top: 19px; padding: 20px; border: 1px solid var(--ac-line); border-radius: 12px; }.ac-settings-tip h3 { font-size: 12px; color: var(--ac-secondary); }.ac-settings-tip p { margin-top: 10px; color: var(--ac-muted); font-size: 11px; line-height: 1.9; }
.ac-notice { padding: 13px 16px; margin-bottom: 18px; border-radius: 9px; font-size: 12px; border: 1px solid; }.ac-notice.is-success { background: #eff9f4; color: #2c8863; border-color: #ccebdc; }.ac-notice.is-error { background: #fff2f1; color: #b55b58; border-color: #f4d5d3; }
html.dark .ac-welcome { background: linear-gradient(115deg, #202e4a, #1b263a); border-color: #30415f; }html.dark .ac-art-window, html.dark .ac-art-tag { filter: brightness(.78); }html.dark .ac-stat-icon, html.dark .ac-note-green, html.dark .ac-status, html.dark .ac-check-item.is-complete > span { background: var(--ac-soft); border-color: var(--ac-line); }html.dark .ac-status.is-published, html.dark .ac-note-green, html.dark .ac-icon-published, html.dark .ac-check-item.is-complete > span { color: #81cdb0; }html.dark .ac-notice.is-success { background: #1b382f; border-color: #305c49; color: #9ad4b8; }html.dark .ac-notice.is-error { background: #3b252e; border-color: #70414c; color: #ffb9be; }
@media (min-width: 1441px) { .ac-sidebar { border-left: 1px solid var(--ac-line); }.ac-main { padding-inline: 38px; } }
@media (max-width: 1200px) { .ac-layout { grid-template-columns: 192px minmax(0, 1fr); }.ac-sidebar { padding-inline: 15px; }.ac-main { padding-inline: 24px; }.ac-columns { grid-template-columns: minmax(0, 1fr) 235px; gap: 16px; }.ac-columns-full { grid-template-columns: minmax(0, 1fr); }.ac-hero-art { width: 245px; transform: scale(.9); transform-origin: right center; }.ac-welcome { padding: 25px; }.ac-stats { gap: 10px; }.ac-stat { padding: 17px 13px; }.ac-stat small { font-size: 8px; }.ac-stat-icon { width: 28px; height: 28px; }.ac-settings-grid { grid-template-columns: minmax(0, 1fr) 235px; gap: 16px; } }
@media (max-width: 1000px) { .ac-layout { grid-template-columns: 175px minmax(0, 1fr); }.ac-main { padding-inline: 20px; }.ac-hero-art { display: none; }.ac-columns { grid-template-columns: minmax(0, 1fr); }.ac-secondary-column { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.ac-account-info { margin-top: 0; }.ac-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }.ac-stat small { font-size: 10px; }.ac-settings-grid { grid-template-columns: minmax(0, 1fr); }.ac-sidebar-tip { padding-inline: 12px; }.ac-space-brand { font-size: 14px; }.ac-space-brand small { font-size: 6px; }.ac-space-brand > span { width: 30px; height: 32px; }.ac-settings-note dl { display: flex; flex-wrap: wrap; gap: 12px; }.ac-settings-note dd { margin: 0; } }
@media (max-width: 700px) { .site-user-name { display: none; }.site-user-menu summary { padding-right: 7px; gap: 5px; }.ac-layout { display: block; }.ac-sidebar { padding: 15px 16px 0; border-right: 0; border-bottom: 1px solid var(--ac-line); }.ac-space-brand, .ac-nav-label, .ac-sidebar .ac-nav:nth-of-type(2), .ac-sidebar-tip, .ac-sidebar-user { display: none; }.ac-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; margin-bottom: 13px; }.ac-nav a { flex-direction: column; gap: 6px; padding: 9px 2px; font-size: 10px; text-align: center; }.ac-nav a > span { display: none; }.ac-main { padding: 20px 16px 0; }.ac-breadcrumb { margin-bottom: 16px; }.ac-welcome { min-height: 215px; padding: 24px 22px; }.ac-welcome h1 { font-size: 24px; }.ac-welcome p { font-size: 11px; }.ac-welcome-compact { min-height: 140px; }.ac-stats { margin-block: 16px; gap: 10px; }.ac-stat { padding: 16px 14px; }.ac-stat small { font-size: 9px; }.ac-stat strong { font-size: 27px; }.ac-secondary-column { grid-template-columns: 1fr; }.ac-quick-grid { grid-template-columns: 1fr; gap: 10px; }.ac-quick-card { padding-left: 64px; min-height: 85px; }.ac-quick-icon { position: absolute; top: 22px; left: 17px; }.ac-quick-card h3 { margin-top: 0; }.ac-quick-card p { padding-right: 15px; }.ac-panel-heading { padding-inline: 18px; }.ac-empty { padding-inline: 20px; }.ac-footer > span:nth-child(2) { display: none; }.ac-form-panel { padding: 22px 20px; }.ac-field input { font-size: 16px; }.ac-project-tools { margin-inline: 18px; }.ac-search { width: 100%; }.ac-search input { width: 100%; flex: 1; font-size: 16px; }.ac-project-list { padding-inline: 18px; }.ac-project-row { gap: 10px; flex-wrap: wrap; }.ac-project-symbol { width: 36px; height: 39px; font-size: 16px; }.ac-project-copy { flex-basis: 50%; }.ac-project-edit { padding: 5px; }.ac-project-copy h3 { font-size: 12px; } }
@media (max-width: 380px) { .account-page .site-nav-inner { padding-inline: 12px; gap: 10px; }.account-page .site-brand-name { font-size: 15px; }.account-page .site-nav-actions { gap: 5px; }.site-user-menu summary > i { display: none; }.site-user-menu summary { padding: 3px; }.ac-stat small { font-size: 8px; }.ac-stat-icon { width: 24px; height: 24px; font-size: 11px; }.ac-welcome { padding-inline: 18px; }.ac-welcome-actions { gap: 8px; }.ac-welcome-actions .ac-button { padding-inline: 11px; font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { .account-page *, .site-user-menu * { transition: none !important; scroll-behavior: auto !important; } }