:root {
  --navy: #182c3d;
  --navy-light: #274459;
  --cream: #f5f6f0;
  --paper: #fffefa;
  --ink: #172b3a;
  --muted: #849198;
  --line: #e3e8e5;
  --lime: #d8ee75;
  --coral: #ff8273;
  --lilac: #dcd7fa;
  --aqua: #c4e9e8;
  --shadow: 0 18px 45px rgba(25, 43, 54, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 500 14px/1.5 Manrope, Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: 246px; flex: none; background: var(--navy); color: #f9fbf3; padding: 33px 24px 25px; display: flex; flex-direction: column; min-height: 100vh; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 17px; letter-spacing: -.7px; margin: 0 9px 71px; }
.brand-dot { color: var(--lime); }
.brand-mark { display: flex; align-items: end; gap: 3px; width: 25px; height: 23px; }
.brand-mark span { display: block; width: 6px; background: var(--lime); border-radius: 5px 5px 1px 1px; }
.brand-mark span:nth-child(1) { height: 12px; opacity: .65; }.brand-mark span:nth-child(2) { height: 20px; }.brand-mark span:nth-child(3) { height: 15px; opacity: .8; }
.sidebar-label, .eyebrow { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: 1.35px; color: #93a8b0; }
.sidebar-label { margin: 0 12px 14px; }
.nav-links { display: grid; gap: 7px; }
.nav-link { color: #a5b5bb; text-decoration: none; padding: 11px 12px; border-radius: 9px; display: flex; gap: 13px; align-items: center; font-size: 12px; transition: .2s ease; }
.nav-link svg, .icon-button svg, .profile svg, .search-box svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nav-link.active, .nav-link:hover { color: var(--navy); background: var(--lime); font-weight: 800; }
.sidebar-note { margin-top: auto; background: #244258; border: 1px solid #34566a; border-radius: 12px; padding: 21px 17px; position: relative; overflow: hidden; }
.sidebar-note:after { content: ""; position: absolute; height: 70px; width: 70px; border: 1px solid #466b7a; border-radius: 50%; right: -25px; bottom: -25px; }
.sun-icon { color: var(--lime); font-size: 22px; display: block; margin-bottom: 12px; }.sidebar-note strong { font-family: "DM Serif Display", Georgia, serif; font-size: 19px; line-height: 1.08; font-weight: 400; }.sidebar-note p { color: #a3b7bd; font-size: 10px; line-height: 1.55; margin: 12px 0 0; max-width: 155px; }
.sidebar-bottom { color: #8199a3; font-size: 9px; margin: 23px 3px 0; display: flex; align-items: center; gap: 7px; }.online-dot { height: 6px; width: 6px; border-radius: 50%; background: #a9df7d; box-shadow: 0 0 0 3px #315469; }
.main-content { max-width: 1440px; width: calc(100% - 246px); padding: 0 6.1% 38px; overflow: hidden; }
.topbar { height: 89px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }.breadcrumb { color: var(--muted); letter-spacing: 1.1px; font-size: 9px; font-weight: 800; }.breadcrumb span { color: var(--ink); }.breadcrumb i { font-style: normal; color: #bac5c4; padding: 0 11px; }
.top-actions { display: flex; align-items: center; gap: 27px; }.icon-button { position: relative; border: 0; padding: 5px; color: #829097; background: transparent; }.icon-button b { position: absolute; right: 3px; top: 1px; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }.profile { border-left: 1px solid var(--line); padding-left: 27px; display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 11px; font-weight: 800; }.profile svg { width: 13px; }.avatar { background: var(--coral); color: var(--paper); height: 30px; width: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; letter-spacing: .5px; }
.hero-section { min-height: 310px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; padding: 49px 0 36px; gap: 28px; }.hero-copy { padding-left: 3px; }.eyebrow { color: #778a8f; }.eyebrow-line { width: 29px; height: 2px; background: var(--coral); vertical-align: middle; display: inline-block; margin-right: 5px; }.hero-copy h1 { font: 400 clamp(44px, 5vw, 67px)/.98 "DM Serif Display", Georgia, serif; letter-spacing: -2.2px; margin: 17px 0 17px; color: var(--navy); }.hero-copy h1 em { color: #779d87; font-style: normal; }.hero-description { color: #75868b; max-width: 345px; font-size: 12px; line-height: 1.75; margin: 0 0 24px; }.primary-button { border: 0; background: var(--navy); color: #fff; padding: 12px 17px; border-radius: 6px; font-size: 11px; font-weight: 800; transition: transform .2s, background .2s; }.primary-button:hover { background: #2a4d63; transform: translateY(-2px); }.primary-button span { color: var(--lime); font-size: 17px; line-height: 0; vertical-align: -1px; margin-right: 5px; }
.hero-graphic { height: 248px; position: relative; background: #e7eee3; border-radius: 3px; overflow: hidden; min-width: 350px; }.hero-graphic:before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(25,44,61,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(25,44,61,.07) 1px, transparent 1px); background-size: 31px 31px; }.graphic-label { position: absolute; top: 18px; left: 22px; color: #6d8783; font-size: 8px; letter-spacing: 1.1px; font-weight: 800; z-index: 2; }.graphic-label strong { color: var(--navy); font-size: 13px; letter-spacing: 0; margin-left: 6px; }.path { position: absolute; border: 1px solid #9cb9a0; border-left: 0; border-bottom: 0; border-radius: 50%; transform: rotate(-16deg); width: 72%; height: 140px; left: 11%; top: 63px; }.path-two { width: 79%; height: 145px; left: 8%; top: 71px; transform: rotate(6deg); border-color: #bdd0ac; }.graphic-point { position: absolute; z-index: 3; display: grid; text-align: center; gap: 5px; transform: translate(-50%, -50%); }.graphic-point span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); border: 1px solid var(--navy); background: #e7eee3; font-size: 9px; font-weight: 800; }.graphic-point b { color: #6c837f; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }.point-a { left: 20%; top: 62%; }.point-b { left: 53%; top: 31%; }.point-c { left: 80%; top: 66%; }.point-b span { background: var(--lime); border-color: var(--lime); }.graphic-orbit { position: absolute; width: 260px; height: 75px; border: 1px solid rgba(255, 130, 115, .6); border-radius: 50%; transform: rotate(-20deg); right: -28px; top: -19px; }.graphic-sun { position: absolute; right: 27px; top: 34px; color: var(--coral); font-size: 28px; }.graphic-caption { position: absolute; right: 24px; bottom: 17px; color: #55706d; font: 400 14px/1.25 "DM Serif Display", Georgia, serif; margin: 0; }
.stats-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1.15fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 53px; }.stat-card { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; border-right: 1px solid var(--line); }.stat-card:first-child { padding-left: 3px; }.stat-card:last-child { border: 0; }.stat-card strong { display: block; color: var(--navy); font-size: 24px; line-height: 1; letter-spacing: -1px; }.stat-card span:not(.stat-icon) { color: #8a999b; font-size: 9px; }.stat-icon { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--navy); font-size: 16px; font-weight: 800; }.stat-main { gap: 13px; justify-content: flex-start; }.stat-main small { color: #84a87b; font-size: 9px; margin-left: auto; }.mini-bars { display: flex; align-items: end; gap: 3px; height: 24px; }.mini-bars i { display: block; width: 4px; height: 12px; background: #b8d3b6; border-radius: 2px; }.mini-bars i:nth-child(2) { height: 18px; }.mini-bars i:nth-child(3) { height: 14px; }.mini-bars i:nth-child(4) { height: 22px; background: var(--coral); }.mini-bars i:nth-child(5) { height: 16px; }.mini-bars i:nth-child(6) { height: 24px; background: var(--navy); }.check-circle { display: grid; place-items: center; color: #719d80; border: 1px solid #9dc4a9; border-radius: 50%; width: 26px; height: 26px; font-weight: 800; }.quote-card { background: #f0f4e7; border-right: 0; gap: 10px; }.quote-mark { font: 400 35px/1 "DM Serif Display", serif; color: var(--coral); align-self: start; }.quote-card p { color: #75887e; font: 400 13px/1.25 "DM Serif Display", serif; margin: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 15px; margin-bottom: 26px; }.section-heading h2 { margin: 7px 0 0; font: 400 28px/1.1 "DM Serif Display", Georgia, serif; letter-spacing: -.5px; color: var(--navy); }.eyebrow.small { font-size: 9px; letter-spacing: 1.2px; }.view-actions { display: flex; align-items: center; gap: 5px; }.filter-button { background: transparent; border: 0; padding: 9px 10px; border-radius: 4px; color: #8b989a; font-size: 10px; }.filter-button span { color: #b1bbba; margin-left: 4px; }.filter-button.active-filter { background: #e5ecdd; color: var(--navy); font-weight: 800; }.filter-button.active-filter span { color: #789b83; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-bottom: 26px; }.category-card { position: relative; text-align: left; min-height: 99px; border: 1px solid var(--line); background: rgba(255, 254, 250, .68); border-radius: 5px; padding: 16px 13px; color: #718184; font-size: 11px; line-height: 1.35; transition: .2s; }.category-card:hover { border-color: #9ebcaf; transform: translateY(-2px); }.category-card.selected { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: 5px 5px 0 #d8e5d4; }.category-card b { font-weight: 800; color: var(--navy); }.category-card.selected b { color: var(--lime); }.category-icon { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 9px; font-size: 14px; }.all-icon { background: var(--lime); color: var(--navy); }.mood-icon { background: #ffe5c6; color: #dd8356; }.anxiety-icon { background: var(--lilac); color: #8275ca; }.relation-icon { background: #ffd7d1; color: #df6d63; }.body-icon { background: var(--aqua); color: #4e9b9d; }.category-card small { position: absolute; top: 16px; right: 13px; font-size: 9px; font-weight: 800; color: #a8b6b2; }.category-card.selected small { color: #bfccbd; }
.list-toolbar { border-top: 1px solid var(--line); padding: 17px 0 13px; display: flex; align-items: center; gap: 11px; }.result-label { color: #829093; font-size: 10px; flex: 1; }.result-label span { color: var(--navy); font-weight: 800; }.search-box { background: transparent; border-bottom: 1px solid #ccd7d3; display: flex; align-items: center; gap: 7px; width: 177px; padding: 0 3px 6px; color: #9aabaa; }.search-box input { background: transparent; border: 0; outline: 0; width: 100%; font-size: 10px; color: var(--ink); }.search-box input::placeholder { color: #abb6b7; }.search-box svg { width: 14px; height: 14px; }.sort-button { color: #718285; border: 0; background: transparent; font-size: 10px; padding: 4px; }.sort-button span { color: var(--coral); font-size: 14px; margin-left: 4px; }
.issue-list { display: grid; gap: 6px; }.issue-row { min-height: 68px; background: var(--paper); border: 1px solid #edf0ec; padding: 12px 16px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto 70px 7px; align-items: center; gap: 15px; transition: .2s; }.issue-row:hover { border-color: #cedbcf; box-shadow: 0 4px 15px rgba(34, 55, 52, .05); }.issue-row.resolved { opacity: .68; }.issue-row.resolved .issue-title { text-decoration: line-through; text-decoration-color: #b9c8b8; }.issue-number { color: #9ba9a8; font-size: 9px; font-weight: 800; }.issue-title { margin: 0 0 2px; font-size: 11px; font-weight: 800; color: var(--navy); }.issue-note { margin: 0; color: #9aa7a5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 520px; font-size: 9px; }.issue-tag { padding: 5px 8px; border-radius: 3px; font-size: 9px; font-weight: 800; white-space: nowrap; }.tag-mood { color: #bd7656; background: #fff0de; }.tag-anxiety { color: #7f76bb; background: #efedff; }.tag-relation { color: #c66560; background: #ffebe9; }.tag-body { color: #579294; background: #e3f4f1; }.issue-date { color: #a0acab; font-size: 9px; width: 70px; text-align: right; }.issue-status { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }.issue-status.resolved { background: #9ec3a4; }.empty-state { padding: 32px; text-align: center; color: #829093; background: var(--paper); font-size: 12px; }
.support-banner { margin: 55px 0 0; background: var(--navy); color: white; padding: 25px 29px; display: flex; align-items: center; gap: 20px; position: relative; overflow: hidden; }.support-banner:after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid #426072; border-radius: 50%; right: 18%; top: -110px; }.support-symbol { color: var(--lime); font-size: 34px; }.support-banner .eyebrow { color: #9eb2b3; }.support-banner h3 { font: 400 22px/1.1 "DM Serif Display", serif; margin: 5px 0; }.support-banner p:last-child { color: #a9b9ba; font-size: 10px; margin: 0; }.outline-button { margin-left: auto; flex: none; color: var(--navy); background: var(--lime); border: 0; border-radius: 4px; padding: 12px 14px; font-size: 10px; font-weight: 800; z-index: 1; }.outline-button span { font-size: 17px; margin-left: 8px; vertical-align: -1px; } footer { color: #a5afae; font-size: 9px; padding: 24px 2px 0; } footer span { color: var(--coral); padding: 0 4px; }.mobile-menu { display: none; }
.modal-backdrop { position: fixed; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(20, 39, 53, .52); z-index: 10; }.modal-backdrop.open { display: grid; }.modal { width: min(100%, 455px); background: var(--paper); padding: 30px; border-radius: 8px; box-shadow: 0 24px 80px rgba(10, 27, 38, .22); position: relative; }.modal h2 { font: 400 31px/1 "DM Serif Display", serif; color: var(--navy); margin: 11px 0 8px; }.modal-intro { color: #849294; font-size: 11px; margin: 0 0 24px; }.modal-close { position: absolute; right: 17px; top: 13px; background: transparent; border: 0; font-size: 27px; color: #93a1a0; }.modal form { display: grid; gap: 16px; }.modal label { color: var(--navy); font-size: 10px; font-weight: 800; display: grid; gap: 7px; }.modal input, .modal select, .modal textarea { width: 100%; border: 1px solid #dce5df; border-radius: 4px; padding: 11px; color: var(--ink); background: #fbfcf7; font-size: 11px; outline: none; resize: vertical; }.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: #88a994; box-shadow: 0 0 0 3px #e9f2e4; }.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 5px; }.cancel-button { background: transparent; color: #869394; border: 0; font-size: 11px; font-weight: 800; padding: 10px 13px; }.form-actions .primary-button span { color: var(--lime); margin: 0 0 0 5px; }.toast { position: fixed; bottom: 25px; right: 25px; color: #fff; background: var(--navy); padding: 12px 16px; border-left: 3px solid var(--lime); border-radius: 4px; font-size: 11px; transform: translateY(90px); opacity: 0; transition: .25s; z-index: 20; }.toast.show { transform: translateY(0); opacity: 1; }
@media (max-width: 1050px) { .main-content { padding: 0 4%; }.stats-row { grid-template-columns: 1fr 1fr; }.stat-card { border-bottom: 1px solid var(--line); }.quote-card { display: none; }.hero-section { grid-template-columns: 1fr 1fr; }.category-card { min-height: 108px; } }
@media (max-width: 760px) { .sidebar { position: fixed; transform: translateX(-100%); z-index: 5; transition: transform .25s; box-shadow: 8px 0 25px rgba(0,0,0,.12); }.sidebar.open { transform: translateX(0); }.main-content { width: 100%; padding: 0 20px 28px; }.topbar { height: 68px; }.mobile-menu { display: grid; gap: 4px; padding: 5px 11px 5px 0; border: 0; background: transparent; }.mobile-menu span { width: 19px; height: 2px; background: var(--navy); }.breadcrumb { display: none; }.topbar { justify-content: space-between; }.top-actions { gap: 14px; }.profile { padding-left: 14px; }.profile-name { display: none; }.hero-section { display: block; padding: 42px 0 27px; }.hero-graphic { margin-top: 32px; min-width: 0; height: 220px; }.hero-copy h1 { font-size: 51px; }.stats-row { grid-template-columns: 1fr 1fr; margin-bottom: 38px; }.stat-card { padding: 15px 12px; }.stat-card:first-child { padding-left: 12px; }.stat-main small { display: none; }.section-heading { display: block; }.section-heading h2 { font-size: 26px; }.view-actions { margin-top: 18px; justify-content: flex-start; }.category-grid { grid-template-columns: repeat(2, 1fr); }.category-card:last-child { grid-column: span 2; min-height: 78px; }.category-card:last-child .category-icon { float: left; margin-right: 10px; }.list-toolbar { flex-wrap: wrap; }.result-label { flex-basis: 45%; }.search-box { order: 3; width: 100%; margin-top: 7px; }.issue-row { grid-template-columns: 20px 1fr auto; gap: 10px; padding: 12px 10px; }.issue-date { display: none; }.issue-tag { grid-column: 2; grid-row: 2; justify-self: start; }.issue-status { grid-column: 3; grid-row: 1; }.issue-note { max-width: 185px; }.support-banner { display: block; padding: 24px 20px; }.support-symbol { position: absolute; right: 25px; top: 13px; }.support-banner h3 { max-width: 245px; }.outline-button { margin: 20px 0 0; }.sidebar-bottom { margin-bottom: 10px; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; } }

/* KRING MES identity and service map */
.brand-logo { margin-bottom: 64px; }
.brand-logo img { width: 174px; max-height: 43px; object-fit: contain; object-position: left center; }
.top-link { color: #829093; text-decoration: none; font-size: 10px; font-weight: 700; }
.top-link:hover { color: var(--navy); }
.service-strip { display: grid; grid-template-columns: .78fr repeat(3, 1fr); gap: 9px; margin: 0 0 53px; }
.service-intro { padding: 7px 15px 7px 3px; }
.service-intro h2 { margin: 7px 0 0; font: 400 25px/1.05 "DM Serif Display", Georgia, serif; color: var(--navy); }
.service-card { min-height: 104px; border: 1px solid var(--line); background: var(--paper); border-radius: 5px; padding: 15px; display: flex; align-items: flex-start; gap: 10px; text-align: left; color: var(--navy); position: relative; transition: .2s; }
.service-card:hover { transform: translateY(-2px); border-color: #95b39f; }
.service-card.selected { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: 5px 5px 0 #d8e5d4; }
.service-icon { width: 27px; height: 27px; border-radius: 50%; background: var(--lime); color: var(--navy); display: grid; place-items: center; flex: none; font-size: 14px; font-weight: 800; }
.service-card:nth-child(3) .service-icon { background: #dcd7fa; }.service-card:nth-child(4) .service-icon { background: #ffd7d1; }
.service-card b { display: block; font-size: 11px; margin: 1px 0 7px; }.service-card small { display: block; color: #8c9b9b; font-size: 9px; line-height: 1.5; max-width: 155px; }.service-card.selected small { color: #a9b9b6; }.service-card i { position: absolute; right: 13px; bottom: 12px; color: #b0bdb9; font-style: normal; font-size: 9px; font-weight: 800; }.service-card.selected i { color: #b8c99c; }
.section-description { color: #849294; font-size: 10px; line-height: 1.6; max-width: 670px; margin: -13px 0 20px; }
.category-grid { grid-template-columns: repeat(4, 1fr); gap: 7px; }
.category-card { min-height: 67px; padding: 11px 12px; display: flex; align-items: center; gap: 9px; line-height: 1.25; }
.category-card > span:nth-child(2) { font-size: 10px; font-weight: 800; max-width: 120px; }.category-card .category-icon { margin: 0; flex: none; font-size: 13px; }.category-card small { top: 11px; right: 9px; }.category-card.selected { box-shadow: 3px 3px 0 #d8e5d4; }
.tone-0 .category-icon { background: #e4f3c4; color: #6d8f3b; }.tone-1 .category-icon { background: #e3ebfb; color: #6d80be; }.tone-2 .category-icon { background: #ffe8c9; color: #c48651; }.tone-3 .category-icon { background: #ffdcd7; color: #c86e65; }.tone-4 .category-icon { background: #ddf1ed; color: #5b9991; }.category-card.selected .category-icon { background: var(--lime); color: var(--navy); }
.issue-tag[class*="tag-"] { color: #687f82; background: #e7f0ec; max-width: 145px; overflow: hidden; text-overflow: ellipsis; }.issue-row.resolved .issue-tag { filter: grayscale(.2); }
footer img { width: 47px; height: auto; vertical-align: middle; margin-right: 5px; }
@media (max-width: 1050px) { .service-strip { grid-template-columns: 1fr 1fr 1fr; }.service-intro { grid-column: span 3; padding-left: 0; }.category-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .brand-logo img { width: 165px; }.top-link { display: none; }.service-strip { grid-template-columns: 1fr; margin-bottom: 38px; }.service-intro { grid-column: auto; }.service-card { min-height: 88px; }.category-grid { grid-template-columns: repeat(2, 1fr); }.category-card { min-height: 62px; }.category-card > span:nth-child(2) { max-width: 105px; }.section-description { margin-top: -10px; } }

.member-button { border: 1px solid #c8d8c2; background: #eef5df; color: var(--navy); border-radius: 4px; padding: 8px 11px; font-size: 10px; font-weight: 800; }.member-button:hover { background: var(--lime); }
.membership-section { display: grid; grid-template-columns: 1.15fr 1fr .95fr; gap: 9px; margin: 0 0 53px; background: #e9f0df; padding: 25px; border: 1px solid #dce7d4; }.membership-copy h2 { color: var(--navy); font: 400 27px/1.06 "DM Serif Display", Georgia, serif; margin: 7px 0 10px; }.membership-copy h2 em { color: #6e937e; font-style: normal; }.membership-copy p:last-of-type { color: #71847f; font-size: 10px; line-height: 1.6; max-width: 290px; margin: 0 0 18px; }.outline-dark-button { border: 1px solid #abc09f; background: transparent; color: var(--navy); padding: 9px 11px; border-radius: 4px; font-size: 10px; font-weight: 800; }.outline-dark-button span { color: var(--coral); font-size: 15px; margin-left: 7px; }.member-score, .benefit-list { background: rgba(255,254,250,.66); padding: 17px; border: 1px solid rgba(185,202,179,.8); }.score-top { display: flex; justify-content: space-between; gap: 10px; color: #81938b; font-size: 8px; letter-spacing: .7px; }.score-top b { color: var(--navy); font-size: 9px; letter-spacing: 0; }.member-score > strong { display: block; color: var(--navy); font-size: 35px; line-height: 1; letter-spacing: -1px; margin-top: 18px; }.member-score > span { color: #83968e; font-size: 9px; }.score-progress { height: 5px; background: #dce8d5; margin: 15px 0 8px; border-radius: 3px; overflow: hidden; }.score-progress i { display: block; height: 100%; width: 0; background: var(--coral); border-radius: inherit; transition: width .3s; }.member-score small { color: #8b9b96; font-size: 9px; line-height: 1.45; }.benefit-title { color: #81938b; font-size: 8px; font-weight: 800; letter-spacing: .8px; margin: 0 0 10px; }.benefit-list > div { display: grid; grid-template-columns: 22px 1fr; column-gap: 7px; align-items: center; margin-top: 9px; }.benefit-icon { grid-row: span 2; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 11px; }.benefit-list b { color: var(--navy); font-size: 9px; }.benefit-list small { color: #8c9b94; font-size: 8px; }
@media (max-width: 1050px) { .membership-section { grid-template-columns: 1fr 1fr; }.benefit-list { grid-column: span 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.benefit-title { grid-column: span 3; } }
@media (max-width: 760px) { .member-button { display: none; }.membership-section { grid-template-columns: 1fr; padding: 20px; }.benefit-list { grid-column: auto; display: block; }.benefit-title { margin-bottom: 10px; } }

.issue-status { width: auto; min-width: 92px; height: 25px; padding: 0 8px; border: 1px solid #f1c1ba; border-radius: 4px; background: #fff1ee; color: #c87168; display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-size: 8px; font-weight: 800; }.issue-status span { font-size: 12px; line-height: 1; }.issue-status em { font-style: normal; white-space: nowrap; }.issue-status.resolved { border-color: #c6dec9; background: #edf6ec; color: #6b9876; }
@media (max-width: 760px) { .issue-status { min-width: 25px; width: 25px; padding: 0; }.issue-status em { display: none; } }

.reference-section { margin: 0 0 53px; }.reference-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 12px 0; }.reference-toolbar .search-box { width: 250px; }.reference-filter { border: 1px solid #d5e1d6; background: #f9fbf3; color: var(--navy); border-radius: 4px; padding: 8px 10px; font-size: 10px; font-weight: 800; outline: none; }.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.reference-card { min-height: 190px; background: var(--paper); border: 1px solid var(--line); padding: 17px; position: relative; display: flex; flex-direction: column; }.reference-meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }.reference-type { color: #709482; font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }.reference-category { color: #7580a5; background: #eef0ff; border-radius: 3px; padding: 4px 6px; font-size: 8px; font-weight: 800; }.reference-title-link { color: var(--navy); text-decoration: none; }.reference-card h3 { color: var(--navy); font-size: 13px; line-height: 1.25; margin: 10px 0 7px; }.reference-title-link:hover h3 { color: #72927e; }.reference-card p { color: #879594; font-size: 10px; line-height: 1.55; margin: 0 0 10px; }.reference-card small { color: #9ba9a4; font-size: 8px; margin-top: auto; }.reference-card a, .reference-open { color: var(--navy); font-size: 9px; font-weight: 800; text-decoration: none; margin-top: 10px; background: transparent; border: 0; padding: 0; text-align: left; }.reference-card a span, .reference-open span { color: var(--coral); font-size: 14px; margin-left: 4px; }.reference-open:hover { color: #6b947c; }.public-feed { margin-top: 16px; }.public-feed-inner { background: #e9f0df; padding: 18px 20px; }.public-feed-inner h3 { color: var(--navy); font: 400 20px "DM Serif Display", serif; margin: 5px 0 12px; }.public-case { display: inline-grid; grid-template-columns: auto 1fr; column-gap: 9px; margin: 0 20px 8px 0; }.public-case span { grid-row: span 2; color: #6f8c7e; background: #f7fbeb; border-radius: 3px; padding: 5px 7px; font-size: 8px; }.public-case b { color: var(--navy); font-size: 10px; }.public-case small { color: #8a9a90; font-size: 8px; }
.admin-demo-section { margin: 0 0 53px; }.demo-badge { color: #9d7663; background: #fff0df; padding: 6px 8px; border-radius: 3px; font-size: 8px; font-weight: 800; letter-spacing: .8px; }.admin-stats { display: flex; gap: 1px; background: var(--line); margin: 0 0 12px; }.admin-stats > div { flex: 1; padding: 12px 15px; background: var(--paper); }.admin-stats strong { display: block; color: var(--navy); font-size: 20px; }.admin-stats span { color: #8b9997; font-size: 9px; }.admin-case-list { display: grid; gap: 6px; }.admin-case-card { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 14px; align-items: center; background: var(--paper); border: 1px solid var(--line); padding: 13px 15px; }.admin-case-card b, .admin-case-card small { display: block; }.admin-case-card b { color: var(--navy); font-size: 10px; margin: 3px 0; }.ticket-id { color: #9cacaa; font-size: 8px; font-weight: 800; letter-spacing: .8px; }.admin-case-card small { color: #9aa8a5; font-size: 8px; }.admin-actions { display: flex; gap: 5px; justify-content: flex-end; }.admin-actions button { border: 1px solid #cadbd0; background: #f5faef; color: #587d69; border-radius: 3px; padding: 7px 8px; font-size: 8px; font-weight: 800; }.admin-actions button:hover { background: var(--lime); color: var(--navy); }.admin-reference-review { background: #f1f5e8; margin-top: 14px; padding: 14px; }.admin-reference-card { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid #dfe8d7; }.admin-reference-card b, .admin-reference-card small { display: block; }.admin-reference-card b { color: var(--navy); font-size: 10px; }.admin-reference-card small, .admin-empty { color: #8b9a94; font-size: 8px; }.admin-reference-card button { border: 1px solid #b8cdaa; background: #fffef7; color: #5f856d; border-radius: 3px; padding: 7px 9px; font-size: 8px; font-weight: 800; white-space: nowrap; }.case-status { min-width: 95px; text-align: center; border-radius: 3px; padding: 5px 7px; font-size: 8px; font-weight: 800; white-space: nowrap; }.status-submitted, .status-review, .status-reopened { color: #ae765d; background: #fff0e5; }.status-assigned, .status-answered { color: #647bb1; background: #edf0ff; }.status-awaiting_user { color: #9a7a41; background: #fff5d9; }.status-resolved { color: #699074; background: #eaf4e9; }.user-case-action { border: 1px solid #bfcfb9; background: #eef6e6; color: #61836d; border-radius: 3px; padding: 6px 7px; font-size: 8px; font-weight: 800; white-space: nowrap; }.user-case-action.reopen { background: #fff0e5; border-color: #eed0c1; color: #a56e5a; }.user-case-note { color: #9aaba5; font-size: 8px; white-space: nowrap; }
.issue-row { grid-template-columns: 30px minmax(0, 1fr) auto 105px 70px auto; }.reference-detail-copy { color: #71837f; background: #f2f6eb; border-left: 3px solid var(--lime); padding: 15px; font-size: 12px; line-height: 1.7; margin: 18px 0; }.reference-source-button { display: inline-block; text-decoration: none; }.issue-status { width: auto; min-width: 105px; border: 0; background: transparent; padding: 0; }.issue-status span, .issue-status em { display: none; }
@media (max-width: 1050px) { .reference-grid { grid-template-columns: repeat(2, 1fr); }.admin-case-card { grid-template-columns: minmax(0,1fr) auto; }.admin-actions { grid-column: span 2; justify-content: flex-start; } }
@media (max-width: 760px) { .reference-grid { grid-template-columns: 1fr; }.reference-toolbar { display: block; }.reference-toolbar .search-box { width: 100%; margin-top: 10px; }.admin-stats > div { padding: 10px; }.admin-case-card { grid-template-columns: 1fr auto; }.admin-actions { grid-column: span 2; overflow-x: auto; }.issue-row { grid-template-columns: 20px minmax(0,1fr) auto; }.issue-tag { grid-column: 2; grid-row: 2; }.case-status { grid-column: 3; grid-row: 1; min-width: 25px; max-width: 25px; overflow: hidden; color: transparent; }.issue-date { display: none; }.user-case-action, .user-case-note { grid-column: 2 / span 2; grid-row: 3; justify-self: start; }.issue-note { max-width: 185px; } }
.member-button.member-active { background: var(--navy); color: var(--lime); border-color: var(--navy); }
