/* ===== CSS Variables & Reset ===== */
:root {
    --primary: #FF6F61;
    --primary-dark: #E85A4F;
    --secondary: #6C5CE7;
    --accent: #00B894;
    --text-primary: #2D3436;
    --text-secondary: #636E72;
    --text-light: #B2BEC3;
    --bg-primary: #FFFFFF;
    --bg-secondary: #F8F9FA;
    --bg-dark: #1A1A2E;
    --border: #E9ECEF;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    --max-width: 1200px;
    --header-height: 72px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); color: var(--text-primary); background: var(--bg-primary); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; border: none; outline: none; }
button { cursor: pointer; }

/* ===== Header ===== */
.c1b2a833b { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); height: var(--header-height); transition: transform var(--transition), box-shadow var(--transition); }
.c1b2a833b.scrolled { box-shadow: var(--shadow-sm); }
.c0194fd18 { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.ccec7bc7c { display: flex; align-items: center; gap: 8px; }
.c5f28f99e { font-size: 1.25rem; font-weight: 700; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.c3533edcb { display: flex; gap: 32px; }
.c4b011b21 { font-size: 0.95rem; font-weight: 500; color: var(--text-secondary); padding: 8px 0; position: relative; transition: color var(--transition); }
.c4b011b21:hover, .c4b011b21.c0911344d { color: var(--primary); }
.c4b011b21.c0911344d::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--primary); border-radius: 1px; }
.cc0ac1921 { display: flex; align-items: center; gap: 16px; }
.cfb1b9343 { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius-full); color: var(--text-secondary); transition: background var(--transition), color var(--transition); }
.cfb1b9343:hover { background: var(--bg-secondary); color: var(--primary); }

/* Buttons */
.c4e0b2c73 { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; font-weight: 600; border-radius: var(--radius-full); transition: transform var(--transition), box-shadow var(--transition); }
.c4e0b2c73:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255,111,97,0.4); }
.c4e0b2c73.c2997cc3c { padding: 8px 20px; font-size: 0.875rem; }
.c4e0b2c73.c8ea2de70 { padding: 16px 36px; font-size: 1.1rem; }
.c3030be49 { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border: 2px solid var(--primary); color: var(--primary); font-weight: 600; border-radius: var(--radius-full); transition: all var(--transition); }
.c3030be49:hover { background: var(--primary); color: #fff; }

/* Mobile menu toggle */
.cfdf81e27 { display: none; flex-direction: column; gap: 5px; width: 28px; padding: 4px 0; background: none; }
.cfdf81e27 span { display: block; height: 2px; background: var(--text-primary); border-radius: 1px; transition: var(--transition); }

/* ===== Hero Section ===== */
.ce118c8ac { position: relative; padding: calc(var(--header-height) + 60px) 24px 60px; overflow: hidden; min-height: 90vh; display: flex; flex-direction: column; justify-content: center; }
.c76c53986 { position: absolute; inset: 0; background: linear-gradient(135deg, #FFF5F4 0%, #F0E6FF 50%, #E8F8F5 100%); z-index: -1; }
.cac8e5d39 { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.cd0e5491c { font-size: 2.75rem; font-weight: 800; line-height: 1.3; margin-bottom: 20px; background: linear-gradient(135deg, var(--text-primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.c2928ecb8 { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 32px; }
.c013f1373 { display: flex; gap: 16px; flex-wrap: wrap; }
.c58009559 { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.c58009559 img { width: 100%; height: auto; object-fit: cover; }
.c56354c61 { max-width: var(--max-width); margin: 48px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.c13ff3b83 { text-align: center; padding: 20px; background: rgba(255,255,255,0.8); border-radius: var(--radius-md); backdrop-filter: blur(8px); }
.cd4fbfab0 { display: block; font-size: 1.75rem; font-weight: 800; color: var(--primary); }
.cf9a96986 { font-size: 0.875rem; color: var(--text-secondary); margin-top: 4px; }

/* ===== Section Common ===== */
.c23a11845 { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.c7ae5cea4 { text-align: center; margin-bottom: 48px; }
.c728ed5f7 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; }
.c5680c50e { font-size: 1rem; color: var(--text-secondary); max-width: 640px; margin: 0 auto; }
section { padding: 80px 0; }
section:nth-child(even) { background: var(--bg-secondary); }

/* ===== Masonry Grid ===== */
.c1f37f3ec { columns: 3; column-gap: 20px; }
.c4cd58b18 { break-inside: avoid; margin-bottom: 20px; }
.c76258942 { display: block; border-radius: var(--radius-md); overflow: hidden; background: var(--bg-primary); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.c76258942:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cf929f38a { position: relative; overflow: hidden; }
.cf929f38a img { width: 100%; transition: transform var(--transition); }
.c76258942:hover .cf929f38a img { transform: scale(1.03); }
.c78719630 { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; background: linear-gradient(transparent, rgba(0,0,0,0.7)); display: flex; justify-content: space-between; align-items: center; opacity: 0; transition: opacity var(--transition); }
.c76258942:hover .c78719630 { opacity: 1; }
.cbac48aac { color: #fff; font-weight: 700; font-size: 1rem; }
.cd6e4324b { color: rgba(255,255,255,0.8); font-size: 0.8rem; padding: 3px 8px; background: rgba(255,255,255,0.2); border-radius: var(--radius-sm); }
.c0e062d20 { padding: 16px; }
.c7f150a7b { font-size: 1rem; font-weight: 600; margin-bottom: 4px; }
.c8bd68821 { font-size: 0.85rem; color: var(--text-secondary); }

/* ===== Style Navigation ===== */
.c8b81c79a { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cce1b78ed { display: flex; flex-direction: column; align-items: center; padding: 24px 16px; border-radius: var(--radius-md); background: var(--bg-primary); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); text-align: center; }
.cce1b78ed:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.c38e91ef8 { width: 48px; height: 48px; border-radius: var(--radius-full); background: var(--card-color); margin-bottom: 12px; }
.c8e37ffe9 { font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; }
.cdad842cd { font-size: 0.8rem; color: var(--text-secondary); }

/* ===== Artists ===== */
.c527fa46f { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.c7a22f17d { display: flex; flex-direction: column; align-items: center; padding: 28px 20px; border-radius: var(--radius-md); background: var(--bg-primary); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); text-align: center; }
.c7a22f17d:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.c95b6698f { width: 80px; height: 80px; border-radius: var(--radius-full); overflow: hidden; margin-bottom: 12px; border: 3px solid var(--bg-secondary); }
.c95b6698f img { width: 100%; height: 100%; object-fit: cover; }
.c77241b88 { font-weight: 600; font-size: 1.05rem; margin-bottom: 8px; }
.c21f3eb35 { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 8px; }
.cab4ad71d { display: inline-block; padding: 3px 10px; font-size: 0.75rem; background: var(--bg-secondary); color: var(--text-secondary); border-radius: var(--radius-full); }
.cf7238311 { font-size: 0.8rem; padding: 4px 12px; border-radius: var(--radius-full); }
.cf7238311.c3221e08a { background: #D4EDDA; color: #155724; }
.cf7238311.cb160d5c1 { background: #FFF3CD; color: #856404; }
.c51bd6470 { margin-top: 12px; }
.c51bd6470 img { width: 60px; height: 60px; border-radius: var(--radius-sm); object-fit: cover; }

/* ===== Cases ===== */
.c8514e59f { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.c4d0cf78e { border-radius: var(--radius-md); overflow: hidden; background: var(--bg-primary); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.c4d0cf78e:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.c02d6f092 img { width: 100%; height: 200px; object-fit: cover; }
.c70cf1b21 { padding: 20px; }
.c539015c7 { font-size: 0.8rem; color: var(--primary); font-weight: 600; text-transform: uppercase; }
.cda956e0a { font-size: 1.1rem; font-weight: 600; margin: 8px 0; }
.c1127a0ea { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ===== Creator Growth ===== */
.cdf94d011 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 40px; }
.c9d5ab7e2 { text-align: center; padding: 32px 20px; background: var(--bg-primary); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.cd399d48e { font-size: 2rem; margin-bottom: 12px; }
.c65e4df2b { font-size: 1.75rem; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.cd54aa2e0 { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 8px; }
.c12dc36d6 { font-size: 0.8rem; padding: 3px 10px; border-radius: var(--radius-full); display: inline-block; }
.c12dc36d6.c8846ef50 { background: #D4EDDA; color: #155724; }
.c12dc36d6.c316813b1 { background: #E2E3E5; color: #383D41; }
.cb662c6aa { text-align: center; }
.cb0adf2af { font-size: 1rem; color: var(--text-secondary); max-width: 640px; margin: 0 auto 24px; line-height: 1.8; }

/* ===== Topics ===== */
.ceca779f1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.c7fd29feb { border-radius: var(--radius-md); overflow: hidden; background: var(--bg-primary); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.c7fd29feb:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.c523cd4ae img { width: 100%; height: 180px; object-fit: cover; }
.c13b9ae2b { padding: 20px; }
.c31626c79 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; line-height: 1.4; }
.c9d4d225d { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ===== Footer ===== */
.c88a1735f { background: var(--bg-dark); color: rgba(255,255,255,0.8); padding: 60px 0 30px; }
.ca3480067 { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.ce7e49247 { display: grid; grid-template-columns: 1.5fr 2fr; gap: 60px; margin-bottom: 40px; }
.cbe100b1f { font-size: 1.25rem; font-weight: 700; color: #fff; display: block; margin-bottom: 12px; }
.c9121e31c { font-size: 0.9rem; line-height: 1.7; opacity: 0.8; }
.c90612154 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ce531435a h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.ce531435a ul li { margin-bottom: 10px; }
.ce531435a ul li a { font-size: 0.9rem; opacity: 0.7; transition: opacity var(--transition); }
.ce531435a ul li a:hover { opacity: 1; color: var(--primary); }
.ca2889728 { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 0.85rem; opacity: 0.6; }
.ca2889728 a { color: var(--primary); }

/* ===== Page Common ===== */
.c6b74b8f9 { padding-top: calc(var(--header-height) + 24px); max-width: var(--max-width); margin: 0 auto; padding-left: 24px; padding-right: 24px; padding-bottom: 80px; }
.ccd85eb76 { margin-bottom: 24px; }
.ccd85eb76 ol { display: flex; gap: 8px; font-size: 0.85rem; color: var(--text-secondary); }
.ccd85eb76 ol li::after { content: '/'; margin-left: 8px; }
.ccd85eb76 ol li:last-child::after { content: ''; }
.ccd85eb76 a { color: var(--text-secondary); }
.ccd85eb76 a:hover { color: var(--primary); }
.c05a3ab96 { margin-bottom: 48px; }
.c27c57e4a { font-size: 2.25rem; font-weight: 700; margin-bottom: 16px; }
.ce3c89cd9 { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.9; max-width: 800px; }

/* ===== Filter Section ===== */
.c6e7ddf3b { margin-bottom: 40px; }
.c7fd40942 { display: flex; gap: 16px; flex-wrap: wrap; padding: 20px; background: var(--bg-secondary); border-radius: var(--radius-md); }
.c70e5fdbb { display: flex; flex-direction: column; gap: 4px; }
.cd3fe3133 { font-size: 0.8rem; color: var(--text-secondary); font-weight: 500; }
.cc6224cad { padding: 8px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--bg-primary); font-size: 0.9rem; min-width: 140px; }

/* ===== Pricing Cards ===== */
.c0d35664e, .pricing-section { padding: 60px 0; }
.c0d35664e h2, .pricing-section h2 { font-size: 1.75rem; font-weight: 700; text-align: center; margin-bottom: 36px; }
.c988477d6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cea926567 { padding: 32px 24px; border: 1px solid var(--border); border-radius: var(--radius-md); text-align: center; transition: transform var(--transition), box-shadow var(--transition); }
.cea926567:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cea926567.cf3d91d77 { border-color: var(--primary); position: relative; }
.cea926567.cf3d91d77::before { content: '推荐'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; padding: 4px 16px; border-radius: var(--radius-full); font-size: 0.8rem; font-weight: 600; }
.cea926567 h3 { font-size: 1.2rem; margin-bottom: 12px; }
.cea926567 .c93b49a79 { font-size: 2rem; font-weight: 800; color: var(--primary); margin-bottom: 20px; }
.cea926567 ul { text-align: left; }
.cea926567 ul li { padding: 8px 0; font-size: 0.9rem; color: var(--text-secondary); border-bottom: 1px solid var(--border); }
.cea926567 ul li:last-child { border-bottom: none; }

/* ===== FAQ ===== */
.c21cd47c6 { padding: 60px 0; }
.c21cd47c6 h2 { font-size: 1.75rem; font-weight: 700; margin-bottom: 24px; }
.c3dc924d7 { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.c3dc924d7 summary { padding: 16px 20px; font-weight: 600; cursor: pointer; transition: background var(--transition); }
.c3dc924d7 summary:hover { background: var(--bg-secondary); }
.c3dc924d7 p { padding: 0 20px 16px; color: var(--text-secondary); line-height: 1.8; }

/* ===== Related Links ===== */
.cc05813db { padding: 40px 0; border-top: 1px solid var(--border); margin-top: 40px; }
.cc05813db h2 { font-size: 1.25rem; margin-bottom: 16px; }
.cc05813db ul li { margin-bottom: 8px; }
.cc05813db ul li a { color: var(--primary); font-size: 0.95rem; }
.cc05813db ul li a:hover { text-decoration: underline; }

/* ===== Article Page ===== */
.c34de1080 .ca47a2451 { margin-bottom: 40px; }
.c34de1080 .ccc368d44 { border-radius: var(--radius-md); overflow: hidden; margin-bottom: 32px; }
.c34de1080 .ccc368d44 img { width: 100%; height: auto; }
.c34de1080 h1 { font-size: 2.25rem; font-weight: 700; margin-bottom: 16px; line-height: 1.3; }
.cd0a9ecc5 { display: flex; gap: 20px; color: var(--text-secondary); font-size: 0.9rem; }
.c055b0eef { max-width: 760px; }
.c055b0eef p { margin-bottom: 20px; line-height: 1.9; }
.c055b0eef p.cafa3253e { font-size: 1.15rem; color: var(--text-secondary); border-left: 3px solid var(--primary); padding-left: 20px; }
.c055b0eef h2 { font-size: 1.5rem; font-weight: 700; margin: 40px 0 16px; }
.c055b0eef strong { color: var(--primary); }

/* ===== Detail Page ===== */
.ccf4a49eb { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; margin-bottom: 60px; }
.c574dadd7 { border-radius: var(--radius-md); overflow: hidden; }
.c574dadd7 img { width: 100%; height: auto; }
.c719af0ac h1 { font-size: 1.75rem; font-weight: 700; margin-bottom: 12px; }
.cd1457222 { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.cbf39b920 { width: 48px; height: 48px; border-radius: var(--radius-full); object-fit: cover; }
.cd1457222 a { color: var(--primary); font-weight: 500; }
.c34acae3e { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.c592a32b7 { margin-bottom: 24px; color: var(--text-secondary); line-height: 1.8; }
.c88ddfab0 { margin-bottom: 24px; padding: 20px; background: var(--bg-secondary); border-radius: var(--radius-md); }
.cc950148d { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.cc950148d:last-child { border-bottom: none; }
.c47eea66f { color: var(--text-secondary); }
.ccebcf82c { font-weight: 500; }
.c64404bd3 h3 { font-size: 1.2rem; margin-bottom: 16px; }
.c9cbc4505 { margin-bottom: 20px; }
.c336f210c { margin-bottom: 12px; }
.c336f210c label { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; transition: border-color var(--transition); }
.c336f210c input:checked + label { border-color: var(--primary); background: #FFF5F4; }
.c11f673dd { font-weight: 600; flex: 1; }
.cf8b1a24e { font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.ce65bd833 { font-size: 0.8rem; color: var(--text-secondary); }

/* ===== Artists Page ===== */
.cd325c5e8 { display: flex; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.ca58480e9 { display: flex; gap: 20px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-md); margin-bottom: 16px; transition: box-shadow var(--transition); }
.ca58480e9:hover { box-shadow: var(--shadow-md); }
.ca58480e9 .c95b6698f { width: 80px; height: 80px; border-radius: var(--radius-full); overflow: hidden; flex-shrink: 0; }
.ca58480e9 .c95b6698f img { width: 100%; height: 100%; object-fit: cover; }
.c4bb4e84c h3 { font-size: 1.1rem; margin-bottom: 8px; }
.c63c44e77 { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; margin: 8px 0; }
.ca1ee987f { display: flex; gap: 16px; font-size: 0.85rem; color: var(--text-secondary); flex-wrap: wrap; }
.c286f8be3 { padding: 3px 10px; background: var(--bg-secondary); border-radius: var(--radius-full); }
.cb086696d { background: #D4EDDA !important; color: #155724 !important; }
.c3a81c0eb { background: #FFF3CD !important; color: #856404 !important; }

/* ===== Process Steps ===== */
.cef60ea66 { padding: 60px 0; }
.cef60ea66 h2 { font-size: 1.75rem; font-weight: 700; text-align: center; margin-bottom: 36px; }
.ceb878b26 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.c5b24e23a { text-align: center; padding: 24px; }
.c3846a724 { display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: var(--radius-full); background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; font-weight: 700; margin-bottom: 12px; }
.c5b24e23a h3 { font-size: 1rem; margin-bottom: 8px; }
.c5b24e23a p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ===== Services Grid ===== */
.c197cb1cb { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ce656bd44 { padding: 32px; border: 1px solid var(--border); border-radius: var(--radius-md); transition: box-shadow var(--transition); }
.ce656bd44:hover { box-shadow: var(--shadow-md); }
.ce656bd44 h3 { font-size: 1.15rem; margin-bottom: 12px; }
.ce656bd44 p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
.c5b030a7d { font-weight: 700; color: var(--primary); }

/* ===== License Grid ===== */
.cbab8691f { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.c09a4a1c4 { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); }
.c09a4a1c4 h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--primary); }
.c272ad0f3 { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 16px; line-height: 1.6; }
.c57ec6020 { margin-bottom: 16px; }
.c57ec6020 li { padding: 6px 0; font-size: 0.9rem; padding-left: 20px; position: relative; }
.c57ec6020 li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.c2b23d739 { font-size: 1.25rem; font-weight: 700; color: var(--primary); }

/* ===== Tutorials ===== */
.c11781c66, .c5e9ef22c { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.c259b4226, .c4f407253 { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-md); transition: box-shadow var(--transition); }
.c259b4226:hover, .c4f407253:hover { box-shadow: var(--shadow-md); }
.c259b4226 h3, .c4f407253 h3 { font-size: 1.05rem; margin-bottom: 8px; }
.c259b4226 p, .c4f407253 p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }
.c6ef465fc { display: flex; gap: 16px; margin-top: 12px; font-size: 0.8rem; color: var(--text-light); }

/* ===== Community ===== */
.c1ac6d1b9 { display: flex; flex-direction: column; gap: 16px; }
.ced04f928 { padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-md); }
.c82c85915 { display: inline-block; padding: 3px 10px; font-size: 0.75rem; font-weight: 600; background: var(--primary); color: #fff; border-radius: var(--radius-full); margin-bottom: 8px; }
.ced04f928 h3 { font-size: 1.05rem; margin-bottom: 6px; }
.ced04f928 p { font-size: 0.9rem; color: var(--text-secondary); }

/* ===== Profile Page ===== */
.c38a7d9f1 { display: flex; gap: 32px; align-items: center; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.cb16f17ce { width: 120px; height: 120px; border-radius: var(--radius-full); overflow: hidden; flex-shrink: 0; border: 4px solid var(--bg-secondary); }
.cb16f17ce img { width: 100%; height: 100%; object-fit: cover; }
.c72cb3ff4 { color: var(--text-secondary); margin-bottom: 12px; }
.c9e79c843 { display: flex; gap: 20px; font-size: 0.9rem; color: var(--text-secondary); margin-top: 12px; }
.c809d3eef { margin-bottom: 40px; }
.c809d3eef h2 { font-size: 1.25rem; margin-bottom: 12px; }
.c809d3eef p { color: var(--text-secondary); line-height: 1.8; }
.c16ef024f { margin-bottom: 40px; }
.c16ef024f h2 { font-size: 1.25rem; margin-bottom: 16px; }
.cd8bc64cc { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.c2b48cd35 { display: flex; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--border); }
.c2b48cd35:last-child { border-bottom: none; }
.c2b48cd35:nth-child(even) { background: var(--bg-secondary); }

/* ===== Works Grid (small) ===== */
.ca8f6e42c, .c48a474dd { display: flex; gap: 16px; flex-wrap: wrap; }
.cf252017e { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 120px; }
.cf252017e img { width: 120px; height: 120px; object-fit: cover; border-radius: var(--radius-sm); }
.cf252017e span { font-size: 0.85rem; text-align: center; }

/* ===== Contact Form ===== */
.cd1bc70ee { margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--border); }
.cd1bc70ee h2 { font-size: 1.25rem; margin-bottom: 20px; }
.c26a2a421 { max-width: 500px; }
.c125871e6 { margin-bottom: 20px; }
.c125871e6 label { display: block; font-size: 0.9rem; font-weight: 500; margin-bottom: 6px; }
.c125871e6 input, .c125871e6 select, .c125871e6 textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 0.95rem; transition: border-color var(--transition); }
.c125871e6 input:focus, .c125871e6 select:focus, .c125871e6 textarea:focus { border-color: var(--primary); }

/* ===== Search Page ===== */
.cbe653760 { padding-top: calc(var(--header-height) + 60px); }
.cac275d86 { max-width: 640px; margin: 0 auto; text-align: center; }
.cac275d86 h1 { font-size: 2rem; margin-bottom: 24px; }
.cb97c353e { display: flex; gap: 0; margin-bottom: 32px; }
.c11a183a6 { flex: 1; padding: 16px 24px; border: 2px solid var(--border); border-radius: var(--radius-full) 0 0 var(--radius-full); font-size: 1rem; }
.c11a183a6:focus { border-color: var(--primary); }
.cda80eefe { padding: 16px 32px; background: var(--primary); color: #fff; font-weight: 600; border-radius: 0 var(--radius-full) var(--radius-full) 0; }
.c75a512aa { text-align: left; }
.c75a512aa h3 { font-size: 1rem; margin-bottom: 12px; color: var(--text-secondary); }
.c915eb0fe { display: flex; flex-wrap: wrap; gap: 10px; }
.c915eb0fe a { padding: 6px 16px; background: var(--bg-secondary); border-radius: var(--radius-full); font-size: 0.9rem; color: var(--text-secondary); transition: all var(--transition); }
.c915eb0fe a:hover { background: var(--primary); color: #fff; }
.c3d09bc7b { color: var(--text-light); margin-top: 40px; }

/* ===== Download Page ===== */
.cea2e5882 { text-align: center; padding-top: calc(var(--header-height) + 80px); }
.cd8f596f0 h1 { font-size: 2.25rem; margin-bottom: 16px; }
.ce969f066 { font-size: 1.05rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto 32px; line-height: 1.8; }
.c244207d6 { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.cfd6564b0 { display: flex; align-items: center; gap: 12px; padding: 14px 28px; border: 2px solid var(--border); border-radius: var(--radius-md); transition: all var(--transition); }
.cfd6564b0:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); }
.c2360baee { font-size: 1.5rem; }
.cdbd1e160 { text-align: left; line-height: 1.3; }
.cdbd1e160 small { display: block; font-size: 0.75rem; color: var(--text-secondary); }
.c8e89bb46 { text-align: left; }
.c8e89bb46 h2 { text-align: center; font-size: 1.75rem; margin-bottom: 32px; }
.c8655db1a { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.caf5e3ecd { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-md); }
.caf5e3ecd h3 { margin-bottom: 8px; }
.caf5e3ecd p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ===== Legal Pages ===== */
.c86dfa5c1 .c58ef2072 { max-width: 760px; }
.c58ef2072 h1 { font-size: 2rem; margin-bottom: 8px; }
.c1d37b755 { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 32px; }
.c58ef2072 h2 { font-size: 1.25rem; margin: 32px 0 12px; }
.c58ef2072 p { color: var(--text-secondary); line-height: 1.9; margin-bottom: 16px; }

/* ===== About Page ===== */
.c3054d3a0 h1 { font-size: 2rem; margin-bottom: 32px; }
.cf7f62cd0 { margin-bottom: 32px; }
.cf7f62cd0 h2 { font-size: 1.25rem; margin-bottom: 12px; }
.cf7f62cd0 p { color: var(--text-secondary); line-height: 1.9; }

/* ===== Mobile Nav Overlay ===== */
.c251bb0a8 { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 999; opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.c251bb0a8.c0911344d { opacity: 1; pointer-events: all; }
.c588f9fa1 { position: absolute; top: 0; right: 0; width: 280px; height: 100%; background: var(--bg-primary); padding: 80px 24px 24px; }
.c588f9fa1 ul li { margin-bottom: 16px; }
.c588f9fa1 ul li a { font-size: 1.1rem; font-weight: 500; display: block; padding: 12px 0; border-bottom: 1px solid var(--border); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .cac8e5d39 { grid-template-columns: 1fr; gap: 40px; }
    .c56354c61 { grid-template-columns: repeat(2, 1fr); }
    .c1f37f3ec { columns: 2; }
    .c8b81c79a { grid-template-columns: repeat(3, 1fr); }
    .c527fa46f { grid-template-columns: repeat(2, 1fr); }
    .c8514e59f { grid-template-columns: repeat(2, 1fr); }
    .cdf94d011 { grid-template-columns: repeat(2, 1fr); }
    .ceca779f1 { grid-template-columns: repeat(2, 1fr); }
    .ce7e49247 { grid-template-columns: 1fr; gap: 40px; }
    .ccf4a49eb { grid-template-columns: 1fr; }
    .cbab8691f { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    :root { --header-height: 60px; }
    .cf1f75ed4 { display: none; }
    .cfdf81e27 { display: flex; }
    .ce118c8ac { min-height: auto; padding: calc(var(--header-height) + 40px) 16px 40px; }
    .cd0e5491c { font-size: 1.75rem; }
    .c2928ecb8 { font-size: 1rem; }
    .c56354c61 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .cd4fbfab0 { font-size: 1.25rem; }
    .c728ed5f7 { font-size: 1.5rem; }
    .c1f37f3ec { columns: 1; }
    .c8b81c79a { grid-template-columns: repeat(2, 1fr); }
    .c527fa46f { grid-template-columns: 1fr; }
    .c8514e59f { grid-template-columns: 1fr; }
    .cdf94d011 { grid-template-columns: 1fr; }
    .ceca779f1 { grid-template-columns: 1fr; }
    .c988477d6 { grid-template-columns: 1fr; }
    .c197cb1cb { grid-template-columns: 1fr; }
    .c11781c66, .c5e9ef22c { grid-template-columns: 1fr; }
    .c8655db1a { grid-template-columns: 1fr; }
    .c90612154 { grid-template-columns: 1fr; }
    .c27c57e4a { font-size: 1.75rem; }
    .c38a7d9f1 { flex-direction: column; text-align: center; }
    .c9e79c843 { justify-content: center; flex-wrap: wrap; }
    .ca58480e9 { flex-direction: column; align-items: center; text-align: center; }
    .c7fd40942 { flex-direction: column; }
    .c244207d6 { flex-direction: column; align-items: center; }
    section { padding: 50px 0; }
}

@media (max-width: 480px) {
    .cd0e5491c { font-size: 1.5rem; }
    .c013f1373 { flex-direction: column; }
    .c4e0b2c73, .c3030be49 { width: 100%; text-align: center; }
    .c8b81c79a { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
