:root {
--primary-gradient: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
--secondary-gradient: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
--accent-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
--neutral-bg: #fefefe;
--card-bg: #ffffff;
--subtle-bg: #f8fafc;
--border-light: #f1f5f9;
--border-subtle: #e2e8f0;
--text-primary: #0f172a;
--text-secondary: #475569;
--text-muted: #64748b;
--accent-purple: #7c3aed;
--accent-cyan: #0ea5e9;
--accent-amber: #f59e0b;
--accent-blue: #1e40af;
--shadow-subtle: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--z-header: 1000;
--z-mobile-nav: 999;
--z-floating: 10;
--z-overlay: 50;
--spacing-xs: 4px;
--spacing-sm: 8px;
--spacing-md: 16px;
--spacing-lg: 24px;
--spacing-xl: 32px;
--spacing-2xl: 48px;
--border-radius-sm: 6px;
--border-radius-md: 12px;
--border-radius-lg: 16px;
--border-radius-xl: 24px;
--accent-line-width: 80px;
--accent-line-height: 4px;
--transition-fast: 0.15s;
--transition-medium: 0.3s;
--transition-slow: 0.5s;
--ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
--ease-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1);
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: var(--neutral-bg);
color: var(--text-primary);
overflow-x: hidden;
line-height: 1.5;
margin: 0;
padding: 0;
font-weight: 400;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.divider {
border: none;
height: 1px;
background: var(--border-subtle);
}
a:focus-visible, button:focus-visible {
outline: 3px solid var(--accent-cyan);
outline-offset: 3px;
border-radius: var(--border-radius-sm);
}
::selection {
background: rgba(124, 58, 237, 0.15);
color: var(--text-primary);
}
::-moz-selection {
background: rgba(124, 58, 237, 0.15);
color: var(--text-primary);
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--subtle-bg);
}
::-webkit-scrollbar-thumb {
background: var(--border-subtle);
border-radius: var(--border-radius-sm);
}
::-webkit-scrollbar-thumb:hover {
background: var(--text-muted);
}
.mb-2 {
margin-bottom: 8px;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-bold {
font-weight: 700;
}
.text-semi-bold {
font-weight: 600;
}
.text-normal {
font-weight: 400;
}
.ol_decimal_1 {
list-style-type: decimal;
}
.ol_decimal_contents_1 {
list-style-type: decimal;
}
.ol_upper_latin_1 {
list-style-type: upper-latin;
}
.ol_lower_latin_1 {
list-style-type: lower-latin;
}
.ol_lower_latin_contents_1 {
list-style-type: lower-latin;
}
.ol_upper_roman_1 {
list-style-type: upper-roman;
}
.ol_lower_roman_1 {
list-style-type: lower-roman;
}
.ol_lower_roman_contents_1 {
list-style-type: lower-roman;
}
.ul_square_1 {
list-style-type: none;
}
.ul_circle_1 {
list-style-type: none;
}
.ul_disc_1 {
list-style-type: none;
}
.ul_none_2 {
list-style-type: none;
}
.ul_none_1 {
list-style-type: none;
}
.ol_decimal_1 li:hover a, .ol_lower_roman_1 li:hover a, .ol_lower_latin_1 li:hover a, .ol_upper_roman_1 li:hover a {
color: var(--accent-cyan);
}
code {
color: var(--accent-purple);
font-family: 'SF Mono', 'Cascadia Code', 'JetBrains Mono', Monaco, 'Roboto Mono', Consolas, 'Courier New', monospace;
background: var(--subtle-bg);
padding: 2px 4px;
border-radius: 4px;
font-size: 0.85em;
border: 1px solid var(--border-subtle);
font-weight: 500;
font-feature-settings: 'liga' 1, 'calt' 1;
}
code.code1, .code1 {
margin: 0;
padding: 2px 4px;
color: var(--accent-purple);
background: var(--subtle-bg);
border-radius: 4px;
font-family: 'SF Mono', 'Cascadia Code', 'JetBrains Mono', Monaco, 'Roboto Mono', Consolas, 'Courier New', monospace;
font-size: 0.8em;
border: 1px solid var(--border-subtle);
transition: all var(--transition-medium) var(--ease-out-cubic);
font-weight: 500;
font-feature-settings: 'liga' 1, 'calt' 1;
}
.code1:hover {
background: var(--card-bg);
border-color: var(--accent-purple);
}
table.iconstable1, table.iconstable2, table.csstable3 {
margin: 16px 0;
padding: 0;
border-collapse: collapse;
width: 100%;
max-width: 100%;
background: var(--card-bg);
border-radius: 8px;
overflow: hidden;
box-shadow: var(--shadow-subtle);
border: 1px solid var(--border-subtle);
}
tr.csstr1 {
vertical-align: top;
transition: background-color var(--transition-medium) var(--ease-out-cubic);
}
tr.csstr1:hover {
background: var(--subtle-bg);
}
td.csstd1 {
border: 1px solid var(--border-subtle);
padding: 8px;
vertical-align: top;
color: var(--text-secondary);
font-size: 0.85rem;
}
th.cssth1 {
border: 1px solid var(--border-subtle);
padding: 8px;
background: var(--primary-gradient);
color: white;
font-weight: 700;
text-align: left;
font-size: 0.85rem;
}
pre[class*="-code"] {
font-family: 'SF Mono', 'Cascadia Code', 'JetBrains Mono', Monaco, 'Roboto Mono', Consolas, 'Courier New', monospace;
font-size: 12px;
line-height: 1.5;
padding: 16px;
margin: 16px 0;
border-radius: 12px;
overflow-x: auto;
white-space: pre;
word-wrap: normal;
border-left: 4px solid;
position: relative;
box-shadow: var(--shadow-subtle);
min-height: 60px;
background: var(--subtle-bg);
border: 1px solid var(--border-subtle);
transition: box-shadow var(--transition-medium) var(--ease-out-cubic);
font-feature-settings: 'liga' 1, 'calt' 1;
}
pre[class*="-code"]:hover {
box-shadow: var(--shadow-medium);
}
pre[class*="-code"]::-webkit-scrollbar {
height: 8px;
}
pre[class*="-code"]::-webkit-scrollbar-track {
background: transparent;
}
pre[class*="-code"]::-webkit-scrollbar-thumb {
background: var(--border-subtle);
border-radius: 4px;
}
.java-code {
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
color: var(--text-primary);
border-left-color: var(--accent-amber);
}
.text-code {
background: var(--subtle-bg);
color: var(--text-primary);
border-left-color: var(--text-muted);
}
.xml-code {
background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
color: var(--text-primary);
border-left-color: #ef4444;
}
.sh-code {
background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
color: var(--text-primary);
border-left-color: #22c55e;
}
.sh-code::before {
content: "$ ";
color: #22c55e;
font-weight: bold;
}
.sql-code {
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
color: var(--text-primary);
border-left-color: var(--accent-cyan);
}
.swift-code {
background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%);
color: var(--text-primary);
border-left-color: #ea580c;
}
.yaml-code {
background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
color: var(--text-primary);
border-left-color: #10b981;
}
.python-code {
background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
color: var(--text-primary);
border-left-color: #eab308;
}
.dockerfile-code {
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
color: var(--text-primary);
border-left-color: #0ea5e9;
}
pre[class*="-code"]:before {
position: absolute;
top: 12px;
right: 16px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
opacity: 0.7;
padding: 4px 8px;
border-radius: 6px;
background: rgba(255, 255, 255, 0.95);
pointer-events: none;
box-shadow: var(--shadow-subtle);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.java-code:before {
content: "Java";
color: var(--accent-amber);
}
.text-code:before {
content: "Text";
color: var(--text-muted);
}
.xml-code:before {
content: "XML";
color: #ef4444;
}
.sh-code:before {
content: "Shell";
color: #22c55e;
}
.sql-code:before {
content: "SQL";
color: var(--accent-cyan);
}
.swift-code:before {
content: "Swift";
color: #ea580c;
}
.yaml-code:before {
content: "YAML";
color: #10b981;
}
.python-code:before {
content: "Python";
color: #eab308;
}
.dockerfile-code:before {
content: "Docker";
color: #0ea5e9;
}