Bitcoin Options: A to Z
Master hedging and speculation with Bitcoin derivatives. Learn calls, puts, Greeks, and advanced strategies.
* { box-sizing: border-box; } body { font-family: system-ui, sans-serif; margin: 0; padding: 0; background: linear-gradient(to bottom right, #fef7ed, white); line-height: 1.6; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .header { text-align: center; margin-bottom: 40px; } .header h1 { color: #1f2937; font-size: 2.5rem; margin-bottom: 10px; } .header .subtitle { color: #6b7280; font-size: 1.2rem; margin-bottom: 20px; } .intro-section { background: white; padding: 32px; border-radius: 12px; margin-bottom: 32px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-left: 4px solid #ed8200; } .intro-section h2 { color: #1f2937; font-size: 1.5rem; margin-top: 0; margin-bottom: 16px; } .intro-section h3 { color: #374151; font-size: 1.125rem; margin-top: 24px; margin-bottom: 12px; } .intro-section p { color: #4b5563; line-height: 1.8; margin-bottom: 16px; } .intro-section ul { color: #4b5563; line-height: 1.8; margin-bottom: 16px; padding-left: 24px; } .intro-section li { margin-bottom: 8px; } .table-container { overflow-x: auto; margin-bottom: 40px; } table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } th, td { padding: 12px; text-align: left; border-bottom: 1px solid #e5e7eb; } th { background: #f9fafb; font-weight: 600; color: #374151; } .item-row { transition: background-color 0.2s ease; cursor: pointer; } .item-row:hover { background-color: #fef7ed; } .item-row.expanded { background-color: #fed7aa; } .item-name { display: flex; align-items: center; gap: 10px; } .item-logo { width: 40px; height: 40px; border-radius: 6px; display: flex; align-items: center; justify-content: center; } .item-logo img { border-radius: 6px; object-fit: contain; } .item-logo-fallback { width: 40px; height: 40px; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 14px; } .item-info { flex: 1; display: flex; align-items: center; gap: 8px; } .data-cell { text-align: center; font-size: 0.9rem; color: #374151; white-space: nowrap; } .apr-cell { font-weight: 600; color: #1f2937; } .bitcoin-only-badge { display: inline-flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 600; color: #ed8200; background: #fef7ed; border: 1px solid #fed7aa; padding: 2px 6px; border-radius: 4px; margin-left: 4px; } .rehyp-no { color: #059669; font-weight: 500; } .rehyp-yes { color: #dc2626; font-weight: 500; } .rehyp-unknown { color: #6b7280; } .details-row { background-color: #fafafa; } .details-row td { padding: 0; border-bottom: none; } .item-details { padding: 24px; background: white; border-radius: 8px; margin: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); } .detail-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #e5e7eb; } .detail-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .detail-section-title { font-size: 1.125rem; font-weight: 600; color: #1f2937; margin: 0 0 16px 0; } .detail-content { color: #4b5563; line-height: 1.7; } .detail-content p { margin: 0; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; } .info-item { padding: 12px; background: #fef7ed; border-radius: 6px; border-left: 3px solid #ed8200; } .info-label { display: block; font-size: 0.875rem; color: #6b7280; margin-bottom: 4px; } .info-value { display: block; font-size: 1rem; font-weight: 600; color: #1f2937; } .contact-info { display: flex; flex-wrap: wrap; gap: 12px; } .contact-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #fef7ed; border: 1px solid #ed8200; border-radius: 6px; color: #1f2937; text-decoration: none; font-size: 0.875rem; transition: all 0.2s ease; } .contact-link:hover { background: #fed7aa; border-color: #c2410c; } .faq-section { background: white; padding: 32px; border-radius: 12px; margin-bottom: 32px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .faq-section h2 { color: #1f2937; font-size: 1.875rem; margin-top: 0; margin-bottom: 24px; text-align: center; } details { background: #fef7ed; padding: 20px; border-radius: 8px; border-left: 4px solid #ed8200; margin-bottom: 16px; } details:last-child { margin-bottom: 0; } summary { font-weight: 600; font-size: 1.125rem; color: #1f2937; cursor: pointer; margin-bottom: 12px; } details p { color: #4b5563; line-height: 1.7; margin: 0; } .empty-state { text-align: center; padding: 60px 20px; color: #6b7280; } .empty-state h3 { color: #1f2937; font-size: 1.5rem; margin-bottom: 12px; } .article-content h2 { font-size: 1.5rem; font-weight: 700; color: #1f2937; margin-top: 32px; margin-bottom: 16px; border-bottom: 2px solid #fed7aa; padding-bottom: 8px; } .article-content h3 { font-size: 1.25rem; font-weight: 600; color: #374151; margin-top: 24px; margin-bottom: 12px; } .article-content p { margin-bottom: 16px; } .article-content a { color: #ea580c; text-decoration: underline; } .article-content a:hover { color: #c2410c; } .article-content blockquote { border-left: 4px solid #ed8200; background: #fef7ed; padding: 16px 20px; margin: 24px 0; font-style: italic; color: #4b5563; } .article-content ul, .article-content ol { margin: 16px 0; padding-left: 24px; } .article-content li { margin-bottom: 8px; } .article-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 24px 0; } .article-content code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-family: monospace; font-size: 0.9em; } .article-content pre { background: #1f2937; color: #f9fafb; padding: 16px; border-radius: 8px; overflow-x: auto; margin: 24px 0; } .article-content pre code { background: none; padding: 0; color: inherit; } .article-content hr { border: none; border-top: 1px solid #e5e7eb; margin: 32px 0; } .site-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; margin-bottom: 24px; border-bottom: 1px solid #e5e7eb; } .site-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #1f2937; font-weight: 700; font-size: 1.25rem; } .site-logo:hover { color: #ed8200; } .site-nav { display: flex; align-items: center; gap: 24px; } .site-nav a { color: #4b5563; text-decoration: none; font-size: 0.9rem; font-weight: 500; } .site-nav a:hover { color: #ed8200; } .nav-dropdown { position: relative; } .nav-dropdown-trigger { display: flex; align-items: center; gap: 4px; cursor: pointer; color: #4b5563; font-size: 0.9rem; font-weight: 500; background: none; border: none; padding: 8px 0; } .nav-dropdown-trigger:hover { color: #ed8200; } .nav-dropdown-content { display: none; position: absolute; top: 100%; left: -12px; background: white; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); min-width: 200px; padding: 8px 0; z-index: 100; padding-top: 8px; } .nav-dropdown-content::before { content: ''; position: absolute; top: -8px; left: 0; right: 0; height: 8px; background: transparent; } .nav-dropdown:hover .nav-dropdown-content { display: block; } .nav-dropdown-content a { display: block; padding: 10px 16px; color: #4b5563; } .nav-dropdown-content a:hover { background: #fef7ed; color: #ed8200; } .btc-price { display: flex; align-items: center; gap: 6px; color: #ed8200; font-weight: 600; font-size: 0.9rem; }
Free Resources
Master Bitcoin with our free interactive guides. From options trading to tax strategies, learn everything you need to succeed.