:root {
--accent: #22d3ee;
--text: #ffffff;
--text-muted: #94a3b8;
--bg-primary: #0f172a;
--bg-secondary: #1e293b;
--border: rgba(255, 255, 255, 0.1);
} body:has(.dsc-glossary-wrapper) {
background: var(--bg-primary) !important;
} .site-content,
.content-area,
.main-content,
article,
.entry-content {
position: static !important;
} .dsc-glossary-wrapper { max-width: none !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important; background: var(--bg-primary) !important;
color: var(--text);
min-height: 100vh; position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
} .dsc-glossary-wrapper * {
box-sizing: border-box;
} .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 32px;
width: 100%;
} body .dsc-glossary-wrapper .container {
max-width: 1400px !important;
width: 100% !important;
} .glossary-hero {
padding: 80px 0 60px;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
border-bottom: 1px solid var(--border);
}
.glossary-hero h1 {
font-size: 3rem;
margin: 0 0 16px;
background: linear-gradient(135deg, var(--accent), #6366f1);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}
.glossary-hero p {
font-size: 1.25rem;
color: var(--text-muted);
max-width: 700px;
margin: 0 0 40px;
line-height: 1.6;
}
.glossary-stats {
display: flex;
gap: 40px;
margin-top: 32px;
}
.stat-item {
display: flex;
flex-direction: column;
gap: 8px;
}
.stat-number {
font-size: 2.5rem;
font-weight: 700;
color: var(--accent);
line-height: 1;
}
.stat-label {
font-size: 0.9rem;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 0.05em;
} .term-hero {
padding: 60px 0 40px;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
border-bottom: 1px solid var(--border);
}
.term-breadcrumb {
display: flex;
align-items: center;
gap: 12px;
font-size: 0.9rem;
color: var(--text-muted);
margin-bottom: 24px;
}
.term-breadcrumb a {
color: var(--accent);
text-decoration: none;
transition: opacity 0.2s;
}
.term-breadcrumb a:hover {
opacity: 0.8;
}
.term-hero h1 {
font-size: 2.5rem;
margin: 0 0 20px;
color: var(--text);
}
.term-meta {
display: flex;
gap: 12px;
align-items: center;
}
.term-category-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: rgba(34, 211, 238, 0.1);
border: 1px solid rgba(34, 211, 238, 0.3);
border-radius: 20px;
font-size: 0.85rem;
color: var(--accent);
font-weight: 500;
}
.term-category-badge svg {
width: 16px;
height: 16px;
} .glossary-search,
.dsc-glossary-wrapper .glossary-search {
padding: 40px 0 !important;
background: #1e293b !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
width: 100% !important;
margin: 0 !important;
}
.search-wrapper {
display: flex;
flex-direction: column;
gap: 24px;
}
.search-input-wrapper {
position: relative;
max-width: 700px;
}
.search-input-wrapper svg {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
color: var(--accent);
pointer-events: none;
}
.search-input,
.dsc-glossary-wrapper .search-input,
body .dsc-glossary-wrapper .search-input {
width: 100% !important;
padding: 16px 50px 16px 56px !important;
background: rgba(30, 41, 59, 0.5) !important;
border: 2px solid rgba(34, 211, 238, 0.2) !important;
border-radius: 12px !important;
color: #ffffff !important;
font-size: 1.05rem !important;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
backdrop-filter: blur(10px) !important;
box-shadow: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
.search-input::placeholder {
color: var(--text-muted);
opacity: 0.7;
}
.search-input:focus,
.dsc-glossary-wrapper .search-input:focus,
body .dsc-glossary-wrapper .search-input:focus {
outline: none !important;
border-color: #22d3ee !important;
background: rgba(30, 41, 59, 0.8) !important;
box-shadow: 0 0 0 1px #22d3ee, 0 8px 24px rgba(34, 211, 238, 0.15) !important;
transform: translateY(-1px) !important;
} .search-clear {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(148, 163, 184, 0.2);
border-radius: 50%;
color: var(--text-muted);
font-size: 20px;
cursor: pointer;
transition: all 0.2s;
user-select: none;
}
.search-clear:hover {
background: rgba(239, 68, 68, 0.2);
color: #ef4444;
transform: translateY(-50%) scale(1.1);
}
.category-filters {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.category-pill {
padding: 10px 18px;
background: rgba(30, 41, 59, 0.4);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 24px;
color: var(--text-muted);
font-size: 0.9rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.category-pill::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, var(--accent), #6366f1);
opacity: 0;
transition: opacity 0.3s;
}
.category-pill:hover {
border-color: rgba(34, 211, 238, 0.4);
color: var(--text);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.category-pill:hover::before {
opacity: 0.1;
}
.category-pill.active {
background: linear-gradient(135deg, var(--accent), #06b6d4);
color: #0f172a;
border-color: transparent;
font-weight: 600;
box-shadow: 0 4px 16px rgba(34, 211, 238, 0.3);
}
.category-pill.active::before {
opacity: 0;
} .az-nav {
padding: 24px 0;
background: var(--bg-primary);
border-bottom: 1px solid var(--border);
position: sticky;
top: 0;
z-index: 100;
backdrop-filter: blur(8px);
}
.az-nav-inner {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
}
.az-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 4px;
color: var(--text-muted);
text-decoration: none;
font-weight: 500;
font-size: 0.9rem;
transition: all 0.2s;
}
.az-link:hover {
background: rgba(34, 211, 238, 0.1);
color: var(--accent);
} .glossary-content {
padding: 60px 0;
}
.letter-section {
margin-bottom: 60px;
}
.letter-heading {
font-size: 2rem;
color: var(--accent);
margin: 0 0 24px;
padding-bottom: 12px;
border-bottom: 2px solid var(--border);
}
.terms-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 20px;
}
.term-card {
display: block;
padding: 24px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 12px;
text-decoration: none;
transition: all 0.3s;
position: relative;
overflow: hidden;
}
.term-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--accent), #6366f1);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s;
}
.term-card:hover::before {
transform: scaleX(1);
}
.term-card:hover {
border-color: var(--accent);
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.category-tag {
display: inline-block;
padding: 4px 12px;
background: rgba(34, 211, 238, 0.1);
border: 1px solid rgba(34, 211, 238, 0.2);
border-radius: 12px;
font-size: 0.75rem;
color: var(--accent);
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.term-card h3 {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
font-size: 1.25rem;
color: var(--text);
margin: 0 0 12px;
}
.term-card h3 svg {
width: 18px;
height: 18px;
color: var(--text-muted);
transition: transform 0.3s;
flex-shrink: 0;
}
.term-card:hover h3 svg {
transform: translateX(4px);
color: var(--accent);
}
.term-card p {
margin: 0;
color: var(--text-muted);
line-height: 1.6;
font-size: 0.95rem;
} .term-content {
padding: 60px 0;
}
.term-layout {
display: grid;
grid-template-columns: 1fr 320px;
gap: 48px;
}
.term-main {
min-width: 0;
}
.term-definition {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text);
}
.term-definition p {
margin: 0 0 20px;
}
.term-definition a.inline-service-link {
color: var(--accent);
text-decoration: none;
border-bottom: 1px dashed var(--accent);
transition: border-bottom-style 0.2s;
}
.term-definition a.inline-service-link:hover {
border-bottom-style: solid;
}
.term-section {
margin: 48px 0;
}
.term-section h2 {
display: flex;
align-items: center;
gap: 12px;
font-size: 1.5rem;
color: var(--text);
margin: 0 0 20px;
}
.term-section h2 svg {
width: 24px;
height: 24px;
color: var(--accent);
}
.related-terms-list {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.related-term-link {
padding: 8px 16px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 8px;
color: var(--text);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.2s;
}
.related-term-link:hover {
border-color: var(--accent);
color: var(--accent);
} .term-sidebar {
display: flex;
flex-direction: column;
gap: 20px;
}
.sidebar-card {
padding: 24px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 12px;
}
.sidebar-card h3 {
display: flex;
align-items: center;
gap: 10px;
font-size: 1.1rem;
margin: 0 0 12px;
color: var(--text);
}
.sidebar-card h3 svg {
width: 20px;
height: 20px;
color: var(--accent);
}
.sidebar-card p {
margin: 0 0 16px;
color: var(--text-muted);
font-size: 0.95rem;
line-height: 1.6;
}
.sidebar-cta {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 12px 20px;
background: var(--accent);
color: #0f172a;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 0.95rem;
transition: all 0.2s;
}
.sidebar-cta:hover {
background: #06b6d4;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(34, 211, 238, 0.3);
}
.sidebar-cta svg {
width: 18px;
height: 18px;
} @media (max-width: 900px) {
.term-layout {
grid-template-columns: 1fr;
gap: 32px;
}
.term-sidebar {
order: -1;
}
}
@media (max-width: 640px) {
.glossary-hero h1 {
font-size: 2rem;
}
.glossary-hero p {
font-size: 1.1rem;
}
.terms-grid {
grid-template-columns: 1fr;
}
.glossary-stats {
flex-direction: column;
gap: 24px;
}
}