.guide-section#options-fundamentals{padding:5rem 0;border-bottom:1px solid rgba(75,85,99,.3);background:var(--color-bg)}.guide-section#options-fundamentals .chapter-header{text-align:center;margin-bottom:3rem}.guide-section#options-fundamentals .chapter-number{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block;margin-bottom:1rem}.guide-section#options-fundamentals .chapter-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.guide-section#options-fundamentals .chapter-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.guide-section#options-fundamentals .content-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.guide-section#options-fundamentals .content-sidebar{position:sticky;top:6rem;height:fit-content;z-index:10}.guide-section#options-fundamentals .option-explanation{margin:2rem 0}.guide-section#options-fundamentals .option-definition{background:var(--color-bg-light);border:1px solid rgba(75,85,99,.3);border-radius:1rem;padding:2rem;margin:1.5rem 0}.guide-section#options-fundamentals .option-definition h4{margin-bottom:1.5rem;font-size:1.25rem;color:var(--color-text);text-align:center}.guide-section#options-fundamentals .example-box{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}.guide-section#options-fundamentals .example-box h4,.guide-section#options-fundamentals .example-box h5{color:var(--color-primary);margin-bottom:.75rem}.guide-section#options-fundamentals .example-box p{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.guide-section#options-fundamentals .terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.guide-section#options-fundamentals .term-card{background:var(--color-bg-light);border:1px solid rgba(75,85,99,.2);border-radius:8px;padding:1.5rem;text-align:center;transition:all var(--transition-normal)}.guide-section#options-fundamentals .term-card:hover{transform:translateY(-2px);border-color:var(--color-primary);box-shadow:0 4px 12px #0000001a}.guide-section#options-fundamentals .term-card h4{color:var(--color-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.guide-section#options-fundamentals .term-card p{color:var(--color-text-muted);font-size:.9rem;margin:0}.guide-section#options-fundamentals .strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:2rem 0}.guide-section#options-fundamentals .strategy-card{background:var(--color-bg-light);border:1px solid rgba(75,85,99,.3);border-radius:1rem;padding:2rem;transition:all var(--transition-normal)}.guide-section#options-fundamentals .strategy-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a;border-color:var(--color-primary)}.guide-section#options-fundamentals .strategy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.guide-section#options-fundamentals .strategy-header h4{margin:0;font-size:1.125rem;color:var(--color-text)}.guide-section#options-fundamentals .strategy-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.guide-section#options-fundamentals .strategy-badge.bullish{background:#10b98133;color:#10b981}.guide-section#options-fundamentals .strategy-badge.bearish{background:#ef444433;color:#ef4444}.guide-section#options-fundamentals .strategy-badge.income{background:#f59e0b33;color:#f59e0b}.guide-section#options-fundamentals .strategy-details{margin-bottom:1.5rem}.guide-section#options-fundamentals .strategy-details p{margin-bottom:.75rem;font-size:.875rem;color:var(--color-text-muted)}.guide-section#options-fundamentals .strategy-example{background:#22c55e1a;border-radius:8px;padding:1.5rem;margin-top:1.5rem}.guide-section#options-fundamentals .strategy-example h5{color:var(--color-success);font-weight:600;margin-bottom:1rem}.guide-section#options-fundamentals .strategy-example p{color:var(--color-text);font-family:JetBrains Mono,monospace;font-size:.9rem;margin:.25rem 0}.guide-section#options-fundamentals .risks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.guide-section#options-fundamentals .risk-item{border-radius:8px;padding:1.5rem;border-left:4px solid;background:#ef44441a;border-left-color:#ef4444}.guide-section#options-fundamentals .risk-item h4{font-weight:600;margin-bottom:.75rem;color:#ef4444}.guide-section#options-fundamentals .risk-item p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.guide-section#options-fundamentals .checklist-section{background:var(--color-bg);border:1px solid rgba(75,85,99,.3);border-radius:1rem;padding:2rem;margin:2rem 0}.guide-section#options-fundamentals .checklist-section h4{margin-bottom:1.5rem;color:var(--color-text)}.guide-section#options-fundamentals .checklist-items{display:flex;flex-direction:column;gap:.75rem}.guide-section#options-fundamentals .checklist-item{display:block;position:relative;cursor:pointer;font-size:.875rem;color:var(--color-text-muted);margin-bottom:.75rem;padding:.75rem;background:var(--color-bg-light);border-radius:.5rem;border:1px solid rgba(75,85,99,.2);transition:all var(--transition-fast)}.guide-section#options-fundamentals .checklist-item:hover{background:#3b82f60d;border-color:#3b82f64d}.guide-section#options-fundamentals .checklist-item input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.guide-section#options-fundamentals .checklist-item span{padding-left:2rem;position:relative}.guide-section#options-fundamentals .checklist-item span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:1rem;width:1rem;border:2px solid rgba(75,85,99,.4);border-radius:.25rem;background:var(--color-bg);transition:all var(--transition-fast)}.guide-section#options-fundamentals .checklist-item input:checked~span:before{background:var(--color-primary);border-color:var(--color-primary)}.guide-section#options-fundamentals .checklist-item input:checked~span:after{content:"✓";position:absolute;left:.25rem;top:50%;transform:translateY(-50%);color:#fff;font-size:.75rem;font-weight:700}.guide-section#options-fundamentals .checklist-item input:checked~span{color:var(--color-text)}.guide-section#options-fundamentals .warning-box{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;padding:1.5rem;margin:2rem 0}.guide-section#options-fundamentals .warning-box h4{color:#ef4444;margin-bottom:.75rem}.guide-section#options-fundamentals .warning-box p{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.guide-section#options-fundamentals .quiz-questions{background:var(--color-bg);border:1px solid rgba(75,85,99,.3);border-radius:1rem;padding:2rem;margin-bottom:2rem}.guide-section#options-fundamentals .quiz-question{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(75,85,99,.2)}.guide-section#options-fundamentals .quiz-question:last-of-type{border-bottom:none;margin-bottom:2rem}.guide-section#options-fundamentals .quiz-question h4{font-size:1.125rem;color:var(--color-text);margin-bottom:1rem;font-weight:600}.guide-section#options-fundamentals .quiz-options{display:flex;flex-direction:column;gap:.75rem}.guide-section#options-fundamentals .quiz-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-bg-light);border:1px solid rgba(75,85,99,.3);border-radius:.5rem;cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;color:var(--color-text-muted)}.guide-section#options-fundamentals .quiz-option:hover{background:#3b82f60d;border-color:#3b82f64d}.guide-section#options-fundamentals .quiz-option.selected{background:#3b82f61a;border-color:var(--color-primary);color:var(--color-text)}.guide-section#options-fundamentals .quiz-option input[type=radio]{accent-color:var(--color-primary)}.guide-section#options-fundamentals .quiz-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.guide-section#options-fundamentals .quiz-btn{padding:.875rem 2rem;border:0;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all var(--transition-normal);font-size:1rem}.guide-section#options-fundamentals .quiz-submit{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff}.guide-section#options-fundamentals .quiz-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.guide-section#options-fundamentals .quiz-reset{background:var(--color-bg);border:1px solid rgba(75,85,99,.3);color:var(--color-text-muted)}.guide-section#options-fundamentals .quiz-reset:hover{background:var(--color-bg-light);border-color:var(--color-primary);color:var(--color-text)}.guide-section#options-fundamentals .progress-tracker{background:var(--color-bg-light);border:1px solid rgba(75,85,99,.3);border-radius:1rem;padding:1.5rem;text-align:center}.guide-section#options-fundamentals .progress-tracker h4{margin-bottom:1rem;color:var(--color-text)}.guide-section#options-fundamentals .progress-bar{width:100%;height:.5rem;background:#4b55634d;border-radius:.25rem;overflow:hidden;margin-bottom:.75rem}.guide-section#options-fundamentals .progress-fill{height:100%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:.25rem;transition:width var(--transition-normal)}.guide-section#options-fundamentals .progress-text{font-size:.875rem;color:var(--color-text-muted);font-weight:500}.quiz-section#chapter-9-quiz{background:var(--color-bg);padding:4rem 0}@media (max-width:1024px){.guide-section#options-fundamentals .content-grid{grid-template-columns:1fr;gap:2rem}.guide-section#options-fundamentals .content-sidebar{position:static;order:-1}}@media (max-width:768px){.guide-section#options-fundamentals{padding:3rem 0}.guide-section#options-fundamentals .chapter-title{font-size:2rem}.guide-section#options-fundamentals .chapter-subtitle{font-size:1rem}.guide-section#options-fundamentals .terms-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.guide-section#options-fundamentals .strategies-grid,.guide-section#options-fundamentals .risks-grid{grid-template-columns:1fr}.guide-section#options-fundamentals .strategy-card,.guide-section#options-fundamentals .option-definition{padding:1.5rem}.guide-section#options-fundamentals .term-card{padding:1rem}.guide-section#options-fundamentals .quiz-actions{flex-direction:column;gap:.75rem}.guide-section#options-fundamentals .quiz-btn{width:100%}}@media (max-width:768px){.beginners-guide-page .guide-section#options-fundamentals{overflow-x:hidden;width:100%}.beginners-guide-page .content-grid{width:100%;max-width:100%;box-sizing:border-box}.beginners-guide-page .options-grid{width:100%;padding:0}.beginners-guide-page .option-card{width:100%;margin:0;box-sizing:border-box}.beginners-guide-page .guide-section#options-fundamentals p,.beginners-guide-page .guide-section#options-fundamentals li{word-wrap:break-word;overflow-wrap:break-word}.beginners-guide-page .guide-section#options-fundamentals .content-main,.beginners-guide-page .guide-section#options-fundamentals .content-sidebar{min-width:0;width:100%}}@media (max-width:480px){.beginners-guide-page .options-calculator,.beginners-guide-page .options-examples{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:0}.beginners-guide-page .strategy-breakdown{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (prefers-reduced-motion:reduce){.guide-section#options-fundamentals .option-card{transition:none}.guide-section#options-fundamentals .option-card:hover{transform:none}}@media print{.guide-section#options-fundamentals{background:#fff!important;color:#000!important}.guide-section#options-fundamentals .option-card,.guide-section#options-fundamentals .warning-box{border:1px solid #ccc;background:#fff}}.guide-section#options-fundamentals .advanced-warning-banner{background:linear-gradient(135deg,#ef444433,#f59e0b33);border:3px solid #ef4444;border-radius:1rem;padding:2rem;margin:2rem 0;position:relative;animation:warningPulse 3s ease infinite}@keyframes warningPulse{0%,to{box-shadow:0 0#ef444400}50%{box-shadow:0 0 20px 5px #ef44444d}}.guide-section#options-fundamentals .warning-icon{font-size:3rem;text-align:center;margin-bottom:1rem}.guide-section#options-fundamentals .warning-content h3{color:#dc2626;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.guide-section#options-fundamentals .warning-content ul{margin:1rem 0;padding-left:1.5rem}.guide-section#options-fundamentals .warning-content li{margin-bottom:.5rem;color:var(--color-text-muted)}.guide-section#options-fundamentals .critical-warning{margin:1.5rem 0}.guide-section#options-fundamentals .warning-text{background:#ef44441a;padding:1rem;border-radius:.5rem;text-align:center;font-weight:600;color:#dc2626;margin:.5rem 0;border:1px solid rgba(239,68,68,.3)}.guide-section#options-fundamentals .return-btn{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all var(--transition-fast)}.guide-section#options-fundamentals .return-btn:hover{background:var(--color-secondary);transform:translateY(-1px)}.guide-section#options-fundamentals .options-calculator{background:var(--color-bg-light);border:2px solid var(--color-primary);border-radius:1rem;padding:2rem;margin:2rem 0}.guide-section#options-fundamentals .options-calculator h3{margin-bottom:1rem;color:var(--color-text)}.guide-section#options-fundamentals .calc-description{color:var(--color-text-muted);margin-bottom:1.5rem;font-style:italic}.guide-section#options-fundamentals .calc-inputs{display:grid;gap:1rem;margin-bottom:1.5rem}.guide-section#options-fundamentals .calc-row{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:1rem}.guide-section#options-fundamentals .calc-row label{font-weight:600;color:var(--color-text)}.guide-section#options-fundamentals .calc-row input,.guide-section#options-fundamentals .calc-row select{padding:.75rem;border:1px solid rgba(75,85,99,.3);border-radius:.5rem;background:var(--color-bg);color:var(--color-text);transition:all var(--transition-fast)}.guide-section#options-fundamentals .calc-row input:focus,.guide-section#options-fundamentals .calc-row select:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 2px #3b82f61a}.guide-section#options-fundamentals .calc-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.guide-section#options-fundamentals .calc-btn{padding:.75rem 1.5rem;border:0;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);background:var(--color-primary);color:#fff}.guide-section#options-fundamentals .calc-btn:hover{background:var(--color-secondary);transform:translateY(-1px)}.guide-section#options-fundamentals .calc-btn.secondary{background:#6b7280}.guide-section#options-fundamentals .calc-btn.secondary:hover{background:#4b5563}.guide-section#options-fundamentals .calc-results{background:var(--color-bg);border-radius:.75rem;padding:1.5rem;border:1px solid rgba(75,85,99,.3)}.guide-section#options-fundamentals .calc-placeholder{text-align:center;color:var(--color-text-muted);font-style:italic;margin:0}.guide-section#options-fundamentals .results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.guide-section#options-fundamentals .result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--color-bg-light);border-radius:.5rem;border:1px solid rgba(75,85,99,.3)}.guide-section#options-fundamentals .result-item.major{grid-column:1/-1;background:#3b82f60d;border:2px solid var(--color-primary);font-weight:700;font-size:1.125rem}.guide-section#options-fundamentals .result-item label{font-weight:600;color:var(--color-text)}.guide-section#options-fundamentals .result-item .profit{color:#10b981;font-weight:700}.guide-section#options-fundamentals .result-item .loss{color:#ef4444;font-weight:700}.guide-section#options-fundamentals .calc-warnings{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(75,85,99,.3)}.guide-section#options-fundamentals .calc-warnings .warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.5rem;padding:.75rem;margin:.5rem 0;color:#d97706;font-size:.875rem}.guide-section#options-fundamentals .calc-warnings .loss-warning{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:.75rem;margin:.5rem 0;color:#dc2626;font-weight:600}.guide-section#options-fundamentals .error{color:#ef4444;font-weight:600;text-align:center;margin:0}.guide-section#options-fundamentals .pl-diagram{background:var(--color-bg);border-radius:1rem;padding:2rem;margin:2rem 0;border:1px solid rgba(75,85,99,.3)}.guide-section#options-fundamentals .pl-diagram h3{margin-bottom:1rem;color:var(--color-text);text-align:center}.guide-section#options-fundamentals .pl-diagram canvas{width:100%;max-width:600px;height:auto;margin:0 auto;display:block;background:var(--color-bg-light);border-radius:.5rem}.guide-section#options-fundamentals .pl-legend{display:flex;justify-content:center;gap:2rem;margin:1rem 0;flex-wrap:wrap}.guide-section#options-fundamentals .legend-item{display:flex;align-items:center;gap:.5rem}.guide-section#options-fundamentals .legend-color{width:20px;height:4px;border-radius:2px}.guide-section#options-fundamentals .legend-color.profit{background:#10b981}.guide-section#options-fundamentals .legend-color.loss{background:#ef4444}.guide-section#options-fundamentals .legend-color.breakeven{background:#f59e0b}.guide-section#options-fundamentals .chart-note{text-align:center;font-style:italic;color:var(--color-text-muted);margin-top:1rem}.guide-section#options-fundamentals .greeks-section{background:var(--color-bg);border-radius:1rem;padding:2rem;margin:2rem 0;border:1px solid rgba(75,85,99,.3)}.guide-section#options-fundamentals .greeks-section h3{margin-bottom:1rem;color:var(--color-text)}.guide-section#options-fundamentals .greeks-section>p{color:var(--color-text-muted);margin-bottom:1.5rem}.guide-section#options-fundamentals .greeks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:1.5rem 0}.guide-section#options-fundamentals .greek-card{background:var(--color-bg-light);border:1px solid rgba(75,85,99,.3);border-radius:.75rem;padding:1.5rem;text-align:center;transition:all var(--transition-normal)}.guide-section#options-fundamentals .greek-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.guide-section#options-fundamentals .greek-card h4{color:var(--color-primary);font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.guide-section#options-fundamentals .greek-range{font-size:.75rem;color:var(--color-text-muted);background:#4b55631a;padding:.25rem .5rem;border-radius:.25rem;margin-bottom:1rem;display:inline-block}.guide-section#options-fundamentals .greek-card p{margin:.5rem 0;font-size:.875rem;color:var(--color-text-muted)}.guide-section#options-fundamentals .greek-card strong{color:var(--color-text)}.guide-section#options-fundamentals .greek-tip{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;padding:.5rem;margin-top:1rem;font-size:.75rem;color:var(--color-primary);font-weight:600}.guide-section#options-fundamentals .greeks-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.5rem;padding:1rem;margin-top:2rem;text-align:center}.guide-section#options-fundamentals .greeks-warning p{margin:0;color:#d97706;font-weight:600}.guide-section#options-fundamentals .paper-trading-emphasis{background:linear-gradient(135deg,#ef44441a,#f59e0b1a);border:2px solid #f59e0b;border-radius:1rem;padding:2rem;margin:2rem 0}.guide-section#options-fundamentals .paper-trading-emphasis h3{color:#d97706;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.guide-section#options-fundamentals .paper-urgency{background:#ef444433;border:2px solid #ef4444;border-radius:.75rem;padding:1rem;margin:1.5rem 0;text-align:center}.guide-section#options-fundamentals .paper-urgency p{margin:0;color:#dc2626;font-weight:700;font-size:1.125rem}.guide-section#options-fundamentals .paper-trade-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.guide-section#options-fundamentals .step{background:var(--color-bg);border-radius:.75rem;padding:1.5rem;border:1px solid rgba(75,85,99,.3);display:flex;gap:1rem;align-items:flex-start}.guide-section#options-fundamentals .step-num{background:var(--color-primary);color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.guide-section#options-fundamentals .step-content h4{margin:0 0 .5rem;color:var(--color-text);font-size:1rem}.guide-section#options-fundamentals .step-content p{margin:.5rem 0;font-size:.875rem;color:var(--color-text-muted)}.guide-section#options-fundamentals .paper-reality-check{background:var(--color-bg-light);border-radius:.75rem;padding:1.5rem;margin-top:2rem;border:1px solid rgba(75,85,99,.3)}.guide-section#options-fundamentals .paper-reality-check h4{margin-bottom:1rem;color:var(--color-text)}.guide-section#options-fundamentals .paper-reality-check ul{margin:0;padding-left:1.5rem}.guide-section#options-fundamentals .paper-reality-check li{margin-bottom:.75rem;color:var(--color-text-muted);font-size:.875rem}.guide-section#options-fundamentals .final-warning-box{background:linear-gradient(135deg,#ef444433,#dc26261a);border:3px solid #dc2626;border-radius:1rem;padding:2rem;margin:2rem 0;animation:finalWarning 4s ease infinite}@keyframes finalWarning{0%,to{box-shadow:0 0#dc262600}25%{box-shadow:0 0 15px 3px #dc262633}50%{box-shadow:0 0 25px 8px #dc262666}75%{box-shadow:0 0 15px 3px #dc262633}}.guide-section#options-fundamentals .final-warning-box h4{color:#dc2626;text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.guide-section#options-fundamentals .warning-stats{background:#ef44441a;border-radius:.75rem;padding:1rem;margin:1rem 0}.guide-section#options-fundamentals .warning-stats p{margin:0 0 .75rem;color:#dc2626;font-weight:700}.guide-section#options-fundamentals .warning-stats ul{margin:0;padding-left:1.5rem}.guide-section#options-fundamentals .warning-stats li{margin-bottom:.5rem;color:#dc2626;font-weight:600}.guide-section#options-fundamentals .final-plea{background:#dc26261a;border:2px solid #dc2626;border-radius:.5rem;padding:1rem;margin-top:1.5rem;text-align:center;color:#dc2626;font-weight:700;font-size:1.125rem}@media (max-width:768px){.guide-section#options-fundamentals .calc-row{grid-template-columns:1fr;gap:.5rem}.guide-section#options-fundamentals .calc-actions{flex-direction:column}.guide-section#options-fundamentals .results-grid,.guide-section#options-fundamentals .paper-trade-steps{grid-template-columns:1fr}.guide-section#options-fundamentals .step{flex-direction:column;text-align:center}.guide-section#options-fundamentals .pl-legend{flex-direction:column;gap:1rem;align-items:center}}.content-main{max-width:1200px;margin:0 auto;padding:0 1rem}.content-section{margin:3rem 0;padding:2rem;background:var(--color-bg);border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.content-section h3{color:var(--color-text);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.content-section h4{color:var(--color-text);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.example-box{background:#3b82f61a;border-left:4px solid var(--color-primary);padding:1.5rem;border-radius:.5rem;margin:1.5rem 0}.example-box h5{color:var(--color-text);margin-bottom:.75rem;font-weight:600}.example-box p{color:var(--color-text);font-weight:500;margin-bottom:.5rem}.option-explanation{margin:2rem 0}.option-definition h4{color:var(--color-text);font-size:1.25rem;margin-bottom:1rem}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.term-card{background:var(--color-bg-light);padding:1.5rem;border-radius:.75rem;text-align:center;transition:transform .2s}.term-card:hover{transform:translateY(-4px)}.term-card h4{color:var(--color-text);margin-bottom:1rem;font-size:1.125rem}.term-card p{color:var(--color-text-muted);font-size:.9rem}.greeks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}@media (max-width:768px){.greeks-grid{grid-template-columns:1fr}}.greek-card{background:var(--color-bg-light);padding:2rem;border-radius:.75rem;text-align:center;transition:transform .2s}.greek-card:hover{transform:translateY(-4px)}.greek-symbol{font-size:3rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.greek-card h3{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem}.greek-card p{color:var(--color-text-muted);margin-bottom:1rem;font-size:.9rem}.greek-details ul{list-style:none;padding:0;text-align:left}.greek-details li{margin-bottom:.5rem;color:var(--color-text-muted);font-size:.875rem}.risks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.risks-grid .risk-item{background:#ef44440d;border:2px solid #fecaca;padding:1.5rem;border-radius:.75rem;text-align:center}.risks-grid .risk-item h4{color:#dc2626;margin-bottom:1rem;font-size:1.125rem}.risks-grid .risk-item p{color:#7f1d1d;font-size:.9rem;line-height:1.5}.strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.strategy-card{background:var(--color-bg-light);border:1px solid rgba(75,85,99,.2);border-radius:.75rem;padding:2rem;transition:transform .2s}.strategy-card:hover{transform:translateY(-4px)}.strategy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.strategy-header h4{color:var(--color-text);font-size:1.25rem;margin:0}.strategy-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.strategy-badge.bullish{background:#10b981;color:#fff}.strategy-badge.bearish{background:#ef4444;color:#fff}.strategy-badge.income{background:#3b82f6;color:#fff}.strategy-details p{margin-bottom:.75rem;color:var(--color-text-muted);font-size:.9rem}.strategy-example{background:#4b55631a;padding:1rem;border-radius:.5rem;margin-top:1rem}.strategy-example h5{color:var(--color-text);margin-bottom:.5rem;font-size:1rem}.strategy-example p{color:var(--color-text-muted);font-size:.875rem;margin-bottom:.5rem}.checklist-section{background:var(--color-bg-light);padding:2rem;border-radius:.75rem;margin:2rem 0}.checklist-items{margin:1.5rem 0}.checklist-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:var(--color-bg);border-radius:.5rem;cursor:pointer;transition:background-color .2s}.checklist-item:hover{background:#3b82f60d}.checklist-item input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--color-primary)}.checklist-item span{color:var(--color-text-muted);line-height:1.5}.final-warning-box{background:#ef44441a;border:2px solid #fecaca;border-radius:.75rem;padding:2rem;margin:2rem 0}.final-warning-box h4{color:#dc2626;margin-bottom:1rem;font-size:1.25rem}.warning-stats{margin:1rem 0}.warning-stats p{color:#7f1d1d;font-weight:600;margin-bottom:.75rem}.warning-stats ul{list-style:none;padding:0}.warning-stats li{margin-bottom:.5rem;color:#7f1d1d;position:relative;padding-left:1.5rem}.warning-stats li:before{content:"⚠️";position:absolute;left:0}.final-plea{background:#dc26261a;padding:1rem;border-radius:.5rem;margin-top:1rem;color:#7f1d1d;font-weight:600;line-height:1.6}.risk-disclaimer{background:linear-gradient(135deg,#ef44440d,#f59e0b0d);border-left:4px solid #f59e0b;border-radius:.75rem;padding:2rem;margin:2rem 0;box-shadow:0 4px 6px -1px #0000001a}.risk-disclaimer h3{color:#d97706;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.risk-disclaimer p{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.6;font-size:1rem}.risk-disclaimer .prerequisites{background:#4b55631a;padding:1rem;border-radius:.5rem;font-size:.9rem;color:var(--color-text);font-weight:600}.practical-examples{padding:5rem 0;background:var(--color-bg-light)}.practical-examples h2{text-align:center;margin-bottom:1rem;font-size:2.25rem;font-weight:800;color:var(--color-text)}.section-description{text-align:center;color:var(--color-text-muted);font-size:1.125rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.option-chain-example{margin:3rem 0}.option-chain-example h3{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem}.chain-context{margin-bottom:1.5rem;padding:1rem;background:#3b82f61a;border-radius:.5rem;color:var(--color-text);font-size:1rem}.chain-table{overflow-x:auto;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:2rem}.chain-table table{width:100%;min-width:700px;border-collapse:collapse;background:var(--color-bg)}.chain-table th{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;padding:1rem;text-align:left;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.chain-table td{padding:1rem;border-bottom:1px solid rgba(75,85,99,.2);color:var(--color-text-muted);font-weight:500}.chain-table tr.itm{background:#10b9810d}.chain-table tr.itm td{color:#065f46}.chain-table tr.atm{background:#3b82f61a;font-weight:600}.chain-table tr.atm td{color:var(--color-text)}.chain-table tr.otm{background:#ef44440d}.chain-table tr.otm td{color:#7f1d1d}.itm-badge,.atm-badge,.otm-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.itm-badge{background:#10b981;color:#fff}.atm-badge{background:#3b82f6;color:#fff}.otm-badge{background:#ef4444;color:#fff}.chain-insights{background:var(--color-bg);padding:2rem;border-radius:.75rem;border-left:4px solid var(--color-primary)}.chain-insights h4{color:var(--color-text);margin-bottom:1rem;font-size:1.125rem}.chain-insights ul{list-style:none;padding:0}.chain-insights li{margin-bottom:.75rem;color:var(--color-text-muted);line-height:1.6}.strategies-matrix{margin:4rem 0}.strategies-matrix h3{color:var(--color-text);margin-bottom:2rem;font-size:1.75rem;text-align:center}.matrix-table{overflow-x:auto;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}.matrix-table table{width:100%;min-width:800px;border-collapse:collapse;background:var(--color-bg)}.matrix-table th{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:1rem;text-align:left;font-weight:700;font-size:.875rem}.matrix-table td{padding:1rem;border-bottom:1px solid rgba(75,85,99,.2);color:var(--color-text-muted)}.matrix-table tr:hover{background:#3b82f60d}.risk-high,.risk-medium,.risk-low{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.risk-high{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.risk-medium{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.risk-low{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.options-resources,.futures-resources{margin:4rem 0}.options-resources h3,.futures-resources h3{color:var(--color-text);margin-bottom:2rem;font-size:1.75rem;text-align:center}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.resource-card{background:var(--color-bg);padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s}.resource-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.resource-card h4{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.resource-card p{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.6}.resource-card ul{list-style:none;padding:0}.resource-card li{margin-bottom:.5rem;color:var(--color-text-muted);position:relative;padding-left:1.5rem}.resource-card li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}.content-section{margin:2.5rem 0;padding:2rem;background:var(--color-bg);border-radius:1rem;border:1px solid rgba(75,85,99,.3)}.content-section h3{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text)}.content-section p{color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem}.tooltip{cursor:help;text-decoration:underline;text-decoration-style:dotted;color:var(--color-primary)}.tooltip-popup{position:absolute;background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;max-width:250px;z-index:1000;box-shadow:0 4px 6px #0000001a;pointer-events:none}.key-risks{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}.key-risks h4{color:#d97706;margin-bottom:1rem;font-size:1.1rem}.key-risks ul{list-style:none;padding:0;margin:0}.key-risks li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.key-risks li:before{content:"⚠️";position:absolute;left:0}.options-calculator{background:var(--color-bg-light);border-radius:1rem;padding:2rem;margin:2rem 0;border:1px solid rgba(75,85,99,.3)}.calc-inputs{display:grid;gap:1rem;margin:1.5rem 0}.calc-row{display:flex;flex-direction:column;gap:.5rem}.calc-row label{font-weight:600;color:var(--color-text)}.calc-row input,.calc-row select{padding:.75rem;border:1px solid rgba(75,85,99,.3);border-radius:.5rem;background:var(--color-bg);color:var(--color-text);font-size:1rem}.calc-actions{display:flex;gap:1rem;margin:1.5rem 0}.calc-btn{padding:.75rem 1.5rem;border:0;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.calc-btn:not(.secondary){background:var(--color-primary);color:#fff}.calc-btn:not(.secondary):hover{background:var(--color-primary-dark);transform:translateY(-1px)}.calc-btn.secondary{background:0 0;color:var(--color-text-muted);border:1px solid rgba(75,85,99,.3)}.calc-results{margin:1.5rem 0;padding:1.5rem;background:var(--color-bg);border-radius:.75rem;border:1px solid rgba(75,85,99,.3)}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1rem 0}.result-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(75,85,99,.2)}.result-item.major{font-size:1.1rem;font-weight:700;border-bottom:2px solid var(--color-primary);margin-top:1rem}.result-item .profit{color:#10b981}.result-item .loss{color:#ef4444}.calc-warnings{margin-top:1rem;padding:1rem;background:#f59e0b1a;border-radius:.5rem;border:1px solid rgba(245,158,11,.3)}.calc-warnings .warning{margin:.5rem 0;color:#d97706;font-size:.875rem}.calc-warnings .loss-warning{color:#ef4444;font-weight:600}.calc-placeholder,.error{text-align:center;color:var(--color-text-muted);font-style:italic}.pl-diagram{text-align:center}#pl-chart{width:600px;height:300px;border:1px solid rgba(75,85,99,.3);border-radius:.5rem;background:#fff;margin:1rem auto;display:block;max-width:100%;cursor:crosshair}@media (max-width:768px){#pl-chart{width:100%;height:250px}}.pl-legend{display:flex;justify-content:center;gap:2rem;margin:1rem 0;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:20px;height:4px;border-radius:2px}.legend-color.profit{background:#10b981}.legend-color.loss{background:#ef4444}.legend-color.breakeven{background:#f59e0b}.chart-note{font-size:.875rem;color:var(--color-text-muted);margin-top:1rem}.greeks-section,.greeks-simulator{background:var(--color-bg-light);border-radius:1rem;padding:2rem;margin:2rem 0}.greeks-sliders{display:grid;gap:1.5rem;margin:1.5rem 0}.greek-slider{background:var(--color-bg);border-radius:.75rem;padding:1.5rem;border:1px solid rgba(75,85,99,.3)}.greek-slider label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}.greek-slider input[type=range]{width:100%;height:6px;border-radius:3px;background:#d1d5db;outline:0;margin:.5rem 0}.greek-slider input[type=range]::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-primary);cursor:pointer}.greek-slider input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-primary);cursor:pointer;border:0}.greek-impact{font-weight:600;font-size:1.1rem;margin-top:.75rem;padding:.5rem 1rem;border-radius:.5rem}.greek-impact.positive{background:#10b9811a;color:#10b981}.greek-impact.negative{background:#ef44441a;color:#ef4444}.total-impact{margin-top:1.5rem;padding:1rem;border-radius:.75rem;text-align:center;font-size:1.2rem;border:2px solid}.total-impact.positive{background:#10b9811a;border-color:#10b981;color:#10b981}.total-impact.negative{background:#ef44441a;border-color:#ef4444;color:#ef4444}.slider-help{font-size:.875rem;color:var(--color-text-muted);margin-top:.5rem}.greeks-tip{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;padding:1rem;margin:1rem 0;text-align:center}.greeks-tip p{margin:0;color:var(--color-primary);font-weight:500}.ready-check{background:#10b9811a;border:2px solid #10b981;border-radius:1rem;padding:1.5rem;text-align:center;margin:2rem 0}.ready-check p{margin:0;font-size:1.1rem;color:#10b981}@media (max-width:768px){.greeks-section,.greeks-simulator{padding:1.5rem}.greek-slider{padding:1rem}.tooltip-popup{font-size:.75rem;padding:.375rem .5rem;max-width:200px}.key-risks{padding:1rem}.calc-inputs{gap:.75rem}.calc-actions{flex-direction:column;gap:.75rem}.results-grid{grid-template-columns:1fr}.content-section{padding:1.5rem;margin:1.5rem 0}}