.function-page{margin:0 auto;max-width:900px}.page-header{margin-bottom:3rem}.page-header .breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:1.5rem}.page-header .breadcrumb .breadcrumb-link{color:var(--primary-color,#f97316);text-decoration:none}.page-header .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.page-header .breadcrumb .breadcrumb-separator{color:#d1d5db}.page-header .breadcrumb .breadcrumb-current{color:#374151;font-weight:500}.page-header .header-content{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}@media (max-width:768px){.page-header .header-content{flex-direction:column;gap:1.5rem}}.page-header .header-left{align-items:flex-start;display:flex;flex:1;gap:1.5rem}.page-header .category-icon{align-items:center;background:var(--primary-gradient,linear-gradient(135deg,#ff6b35 0,#fb923c 100%));border-radius:16px;box-shadow:var(--primary-shadow,0 8px 25px rgba(249,115,22,.3));color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:4rem;justify-content:center;width:4rem}.page-header .header-text{flex:1}.page-header .page-title{color:#111827;font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.page-header .page-description{color:#6b7280;font-size:1.125rem;line-height:1.6;max-width:600px}.page-header .header-stats{display:flex;gap:2rem}@media (max-width:768px){.page-header .header-stats{justify-content:center;width:100%}}.page-header .stat-item{text-align:center}.page-header .stat-item .stat-value{color:var(--primary-color,#f97316);font-size:2rem;font-weight:700;line-height:1}.page-header .stat-item .stat-label{color:#6b7280;font-size:.875rem;margin-top:.25rem}.quick-nav{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:3rem;padding:1rem}.quick-nav .nav-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.quick-nav .nav-label{color:#374151;font-size:.875rem;font-weight:600}.quick-nav .nav-links{display:flex;flex-wrap:wrap;gap:.5rem}.quick-nav .nav-link{background:var(--primary-light-bg,#fef3e2);border:1px solid var(--primary-border,rgba(249,115,22,.2));border-radius:4px;color:var(--primary-color,#f97316);font-family:JetBrains Mono,monospace;font-size:.75rem;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.quick-nav .nav-link:hover{background:var(--primary-hover-bg,#fed7aa);transform:translateY(-1px)}.section{margin-bottom:4rem}.section .section-title{align-items:center;color:#111827;display:flex;font-size:2rem;font-weight:700;gap:.75rem;margin-bottom:1rem}.section .section-title:before{background:var(--primary-gradient,linear-gradient(135deg,#f97316,#ea580c));border-radius:2px;content:"";height:2rem;width:4px}.overview-section .overview-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.overview-section .overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;transition:all .3s ease}.overview-section .overview-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.overview-section .overview-card .card-icon{align-items:center;background:var(--primary-light-bg,#fef3e2);border-radius:12px;color:var(--primary-color,#f97316);display:flex;font-size:1.5rem;height:3rem;justify-content:center;margin-bottom:1rem;width:3rem}.overview-section .overview-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.overview-section .overview-card p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.overview-section .overview-card .card-features{display:flex;flex-direction:column;gap:.25rem}.overview-section .overview-card .card-features span{color:#4b5563;font-size:.875rem}.functions-container{display:flex;flex-direction:column;gap:2rem}.function-detailed-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;scroll-margin-top:100px;transition:all .3s ease}.function-detailed-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.function-detailed-card .function-header{margin-bottom:1.5rem}.function-detailed-card .function-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.function-detailed-card .function-header .function-signature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.function-detailed-card .function-header .function-signature code{color:#374151;display:block;font-family:JetBrains Mono,monospace;font-size:.875rem;line-height:1.5;overflow-x:auto}.function-detailed-card .function-content .function-section{margin-bottom:1.5rem}.function-detailed-card .function-content .function-section:last-child{margin-bottom:0}.function-detailed-card .function-content .function-section h4{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.function-detailed-card .function-content .function-section h4:before{background:var(--primary-color,#f97316);border-radius:2px;content:"";height:1rem;width:3px}.function-detailed-card .function-content .function-section p{color:#6b7280;font-weight:500;line-height:1.6;margin:0}.function-detailed-card .function-content .function-section .parameter-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.function-detailed-card .function-content .function-section .parameter-list li{color:#4b5563;line-height:1.5}.function-detailed-card .function-content .function-section .parameter-list li strong{color:var(--primary-color,#f97316);font-family:JetBrains Mono,monospace;font-size:.875rem}.function-detailed-card .function-content .function-section .parameter-list li code{color:var(--primary-color,#f97316);text-decoration:none}.function-detailed-card .function-content .function-section .parameter-list li code:hover{text-decoration:underline}.function-detailed-card .function-content .function-section .code-example{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.function-detailed-card .function-content .function-section .function-image-container{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:center;overflow:hidden;padding:1rem}.function-detailed-card .function-content .function-section .function-image-container .function-image{border-radius:4px;box-shadow:0 2px 8px #0000001a;height:auto;max-width:100%}.examples-section .examples-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.examples-section .example-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.examples-section .example-card h3{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.examples-section .example-card p{color:#6b7280;line-height:1.5;margin-bottom:1rem}.examples-section .example-card .example-code{background:#f8fafc;border-radius:8px;overflow:hidden}.tips-section .tips-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.tips-section .tip-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.tips-section .tip-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tips-section .tip-card .tip-icon{font-size:2rem;margin-bottom:1rem}.tips-section .tip-card h4{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.5rem}.tips-section .tip-card p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}@media (max-width:768px){.page-title{font-size:2rem!important}.header-left{flex-direction:column!important;gap:1rem!important}.examples-grid,.overview-grid,.tips-grid{grid-template-columns:1fr}.nav-container{align-items:flex-start!important;flex-direction:column!important}}.theme-orange{--primary-color:#f97316;--primary-gradient:linear-gradient(135deg,#fe7135,#fb8b3a);--primary-shadow:0 8px 25px rgba(249,115,22,.3);--primary-light-bg:#fef3e2;--primary-hover-bg:#fed7aa;--primary-border:rgba(249,115,22,.2)}.theme-purple{--primary-color:#8b5cf6;--primary-gradient:linear-gradient(135deg,#8b5cf6,#7c3aed);--primary-shadow:0 8px 25px rgba(139,92,246,.3);--primary-light-bg:#f3f0ff;--primary-hover-bg:#e0e7ff;--primary-border:rgba(139,92,246,.2)}.theme-blue{--primary-color:#3b82f6;--primary-gradient:linear-gradient(135deg,#3b82f6,#2563eb);--primary-shadow:0 8px 25px rgba(59,130,246,.3);--primary-light-bg:#eff6ff;--primary-hover-bg:#dbeafe;--primary-border:rgba(59,130,246,.2)}.theme-green{--primary-color:#10b981;--primary-gradient:linear-gradient(135deg,#10b981,#059669);--primary-shadow:0 8px 25px rgba(16,185,129,.3);--primary-light-bg:#ecfdf5;--primary-hover-bg:#d1fae5;--primary-border:rgba(16,185,129,.2)}
