.optional-features{padding:2rem 0}.optional-features h2{color:var(--text-primary);margin-bottom:1rem;text-align:center}.optional-features>p{color:var(--text-secondary);margin-bottom:2rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.features-tabs{display:flex;justify-content:center;margin-bottom:3rem;gap:.5rem;flex-wrap:wrap}.feature-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid var(--border-color);background:var(--bg-secondary);border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:500;color:var(--text-secondary);min-width:200px;justify-content:center}.feature-tab:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.feature-tab.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px #667eea4d}.feature-icon{font-size:1.2rem}.feature-content{position:relative;min-height:400px}.feature-panel{display:none;animation:fadeIn .3s ease-in-out}.feature-panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-header{text-align:center;margin-bottom:2rem}.feature-header h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.feature-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.component-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease}.component-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.component-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.component-header h4{color:var(--text-primary);margin:0;font-size:1.1rem}.component-card p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.component-config{background:var(--bg-tertiary);border-radius:8px;padding:1rem;margin-top:1rem;border:1px solid var(--border-color)}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.component-config h5{color:var(--code-text);margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.copy-button.copied{background:var(--success-color, #10b981);transform:scale(1.05)}.copy-button.copied:hover{background:var(--success-color, #10b981)}.component-config pre{margin:0;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;max-width:100%}.component-config code{color:var(--code-text);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;line-height:1.4}@media (max-width: 768px){.features-tabs{flex-direction:column;align-items:center}.feature-tab{width:100%;max-width:300px}.components-grid{grid-template-columns:1fr}}@media (max-width: 480px){.component-header{flex-direction:column;align-items:flex-start;gap:.5rem}}:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--accent-color: #667eea;--accent-color-hover: #5a67d8;--success-color: #10b981;--accent-hover: #5a67d8;--shadow-color: rgba(0, 0, 0, .1);--header-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--footer-bg: #1e293b;--footer-text: #ffffff;--footer-link: #60a5fa;--footer-link-hover: #93c5fd;--code-bg: #ffffff;--code-text: #1e293b}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #64748b;--border-color: #475569;--accent-color: #818cf8;--accent-color-hover: #6366f1;--success-color: #059669;--accent-hover: #a78bfa;--shadow-color: rgba(0, 0, 0, .3);--header-bg: linear-gradient(135deg, #1e293b 0%, #334155 100%);--footer-bg: #0f172a;--footer-text: #f1f5f9;--footer-link: #818cf8;--footer-link-hover: #a78bfa;--code-bg: #1e293b;--code-text: #f1f5f9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary)}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--header-bg);color:#fff;padding:3rem 0;text-align:center}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-text{flex:1;text-align:center}.header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.theme-toggle{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:48px;height:48px;font-size:1.5rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.theme-toggle:active{transform:scale(.95)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.main{flex:1;padding:3rem 0;background-color:var(--bg-primary)}.tabs{display:flex;justify-content:center;margin-bottom:3rem;gap:.5rem;flex-wrap:wrap}.tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid var(--border-color);background:var(--bg-secondary);border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:500;color:var(--text-secondary)}.tab:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-color)}.tab.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px var(--shadow-color)}.tab-icon{font-size:1.2rem}.tab-content{background:var(--bg-secondary);border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px var(--shadow-color);min-height:500px}.overview h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-primary)}.overview p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.feature-card{background:var(--bg-tertiary);padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px var(--shadow-color);border-color:var(--accent-color)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}.cta-section{text-align:center;margin-top:3rem;padding:2rem;background:var(--bg-tertiary);border-radius:12px;border:1px solid var(--border-color)}.cta-section h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.cta-section p{color:var(--text-secondary);font-size:1.1rem}.cta-section a{color:var(--footer-link);text-decoration:none;transition:color .3s ease}.cta-section a:hover{color:var(--footer-link-hover);text-decoration:underline}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.code-header h2{font-size:1.8rem;margin:0;color:var(--text-primary)}.code-section h2{font-size:1.8rem;margin-bottom:1rem;color:var(--text-primary)}.code-section p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.copy-button{background:var(--accent-color);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.copy-button:hover{background:var(--accent-color-hover);transform:translateY(-1px)}.copy-button:active{transform:translateY(0)}.copy-button.copied{background:var(--success-color);transform:scale(1.05)}.copy-button.copied:hover{background:var(--success-color)}.security-section h2{font-size:1.8rem;margin-bottom:2rem;color:var(--text-primary)}.security-flow{display:flex;align-items:center;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.flow-step{text-align:center;flex:1;min-width:200px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.flow-step h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-primary)}.flow-step p{color:var(--text-secondary);line-height:1.6}.flow-arrow{font-size:2rem;color:var(--accent-color);font-weight:700}.security-benefits{margin-top:3rem;padding:2rem;background:var(--bg-tertiary);border-radius:12px;border:1px solid var(--border-color)}.security-benefits h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.security-benefits ul{list-style:none;padding:0}.security-benefits li{color:var(--text-secondary);position:relative;padding:.5rem 0 .5rem 1.5rem}.security-benefits li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.1rem}.footer{background:var(--footer-bg);color:var(--footer-text);text-align:center;padding:2rem 0;margin-top:auto}.footer p{opacity:.8}.footer a{color:var(--footer-link);text-decoration:none;transition:color .3s ease}.footer a:hover{color:var(--footer-link-hover);text-decoration:underline}@media (max-width: 768px){.header h1{font-size:2rem}.header p{font-size:1rem}.header-content{flex-direction:column;gap:1.5rem}.theme-toggle{width:40px;height:40px;font-size:1.2rem}.tabs{flex-direction:column;align-items:center}.tab{width:100%;max-width:300px;justify-content:center}.security-flow{flex-direction:column;gap:1rem}.flow-arrow{transform:rotate(90deg)}.features-grid{grid-template-columns:1fr}.container{padding:0 1rem}.tab-content{padding:1.5rem}}pre{border-radius:8px!important;border:1px solid var(--border-color)!important;font-size:14px!important;background:var(--code-bg)!important;color:var(--code-text)!important}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}html{transition:background-color .3s ease}body{transition:background-color .3s ease,color .3s ease}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
