.page-wrapper[data-astro-cid-ht4scswf]{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-primary)}.main[data-astro-cid-ht4scswf]{flex:1}.container[data-astro-cid-ht4scswf]{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container[data-astro-cid-ht4scswf]{padding:0 1.5rem}}.hero[data-astro-cid-ht4scswf]{position:relative;padding:3rem 0 2rem;text-align:center;overflow:hidden}.hero-bg[data-astro-cid-ht4scswf]{position:absolute;inset:0;pointer-events:none}.hero-gradient[data-astro-cid-ht4scswf]{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(234,179,8,.2),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(250,204,21,.15),transparent)}.hero-content[data-astro-cid-ht4scswf]{position:relative}.hero-badge[data-astro-cid-ht4scswf]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eab3081a;border:1px solid rgba(234,179,8,.2);border-radius:100px;font-size:.875rem;font-weight:500;color:#facc15;margin-bottom:1rem}.hero[data-astro-cid-ht4scswf] h1[data-astro-cid-ht4scswf]{font-size:2rem;font-weight:800;color:#fff;margin:0 0 .75rem}@media(min-width:640px){.hero[data-astro-cid-ht4scswf] h1[data-astro-cid-ht4scswf]{font-size:2.5rem}}.hero[data-astro-cid-ht4scswf] p[data-astro-cid-ht4scswf]{color:#94a3b8;font-size:1rem;margin:0 auto;max-width:500px}.calculator-section[data-astro-cid-ht4scswf]{padding:2rem 0 4rem}.calc-layout[data-astro-cid-ht4scswf]{display:grid;gap:1.5rem}@media(min-width:900px){.calc-layout[data-astro-cid-ht4scswf]{grid-template-columns:1fr 1fr;gap:2rem}}.calc-form[data-astro-cid-ht4scswf]{background:linear-gradient(135deg,#1e293bcc,#0f172acc);border:1px solid rgba(148,163,184,.1);border-radius:20px;padding:1.5rem}@media(min-width:640px){.calc-form[data-astro-cid-ht4scswf]{padding:2rem}}.form-header[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.form-icon[data-astro-cid-ht4scswf]{font-size:1.5rem}.form-header[data-astro-cid-ht4scswf] h2[data-astro-cid-ht4scswf]{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.direction-selector[data-astro-cid-ht4scswf]{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.direction-btn[data-astro-cid-ht4scswf]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#0f172acc;border:1px solid rgba(148,163,184,.2);border-radius:12px;color:#94a3b8;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.direction-btn[data-astro-cid-ht4scswf]:hover{border-color:#eab30866;color:#fff}.direction-btn[data-astro-cid-ht4scswf].active[data-direction=long]{background:#22c55e26;border-color:#22c55e80;color:#4ade80}.direction-btn[data-astro-cid-ht4scswf].active[data-direction=short]{background:#ef444426;border-color:#ef444480;color:#f87171}.direction-icon[data-astro-cid-ht4scswf]{font-size:1.25rem}.entries-list[data-astro-cid-ht4scswf]{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.entry-row{background:#0f172a80;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.entry-number{font-size:.75rem;font-weight:600;color:#facc15;text-transform:uppercase;letter-spacing:.05em}.remove-entry-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#f87171;font-size:.75rem;cursor:pointer;transition:all .15s}.remove-entry-btn:hover{background:#ef444433}.entry-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.entry-field{display:flex;flex-direction:column}.entry-field label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.entry-field input{width:100%;height:44px;padding:0 .75rem;background:#0f172acc;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#fff;font-size:.9375rem;font-family:var(--font-mono)}.entry-field input:focus{outline:none;border-color:#facc15}.add-entry-btn[data-astro-cid-ht4scswf]{width:100%;padding:.75rem;background:#eab3081a;border:1px dashed rgba(234,179,8,.3);border-radius:12px;color:#facc15;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.add-entry-btn[data-astro-cid-ht4scswf]:hover{background:#eab30826;border-color:#eab30880}.quick-add[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.quick-label[data-astro-cid-ht4scswf]{font-size:.75rem;color:#64748b}.quick-btn[data-astro-cid-ht4scswf]{padding:.375rem .75rem;background:#94a3b81a;border:1px solid rgba(148,163,184,.2);border-radius:6px;color:#94a3b8;font-size:.75rem;cursor:pointer;transition:all .15s}.quick-btn[data-astro-cid-ht4scswf]:hover{background:#eab3081a;border-color:#eab3084d;color:#facc15}.current-price-section[data-astro-cid-ht4scswf]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.1)}.section-label[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#e2e8f0;margin-bottom:.75rem}.form-group[data-astro-cid-ht4scswf]{display:flex;flex-direction:column;gap:.5rem}.form-group[data-astro-cid-ht4scswf] input[data-astro-cid-ht4scswf]{width:100%;height:52px;padding:0 1rem;background:#0f172acc;border:1px solid rgba(148,163,184,.2);border-radius:12px;color:#fff;font-size:1rem;font-family:var(--font-mono);transition:all .2s}.form-group[data-astro-cid-ht4scswf] input[data-astro-cid-ht4scswf]:focus{outline:none;border-color:#facc15;box-shadow:0 0 0 3px #eab3081a}.input-hint[data-astro-cid-ht4scswf]{font-size:.75rem;color:#64748b;margin:0}.auto-calc-hint[data-astro-cid-ht4scswf]{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:#64748b;margin:1.5rem 0 0;padding:.75rem;background:#22c55e0d;border:1px solid rgba(34,197,94,.1);border-radius:8px}.calc-results[data-astro-cid-ht4scswf]{background:linear-gradient(135deg,#1e293bcc,#0f172acc);border:1px solid rgba(234,179,8,.2);border-radius:20px;padding:1.5rem}@media(min-width:640px){.calc-results[data-astro-cid-ht4scswf]{padding:2rem}}.results-header[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.results-icon[data-astro-cid-ht4scswf]{font-size:1.5rem}.results-header[data-astro-cid-ht4scswf] h2[data-astro-cid-ht4scswf]{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.result-primary[data-astro-cid-ht4scswf]{text-align:center;padding:1.5rem;background:#eab3081a;border:1px solid rgba(234,179,8,.2);border-radius:16px;margin-bottom:1rem}.result-label[data-astro-cid-ht4scswf]{font-size:.875rem;font-weight:500;color:#94a3b8;margin-bottom:.5rem}.value-amount[data-astro-cid-ht4scswf]{font-size:2.5rem;font-weight:800;color:#facc15;font-family:var(--font-mono)}@media(min-width:640px){.value-amount[data-astro-cid-ht4scswf]{font-size:3rem}}.result-primary[data-astro-cid-ht4scswf] .value-amount{font-size:2.5rem;font-weight:800;color:#facc15;font-family:var(--font-mono)}@media(min-width:640px){.result-primary[data-astro-cid-ht4scswf] .value-amount{font-size:3rem}}.result-direction[data-astro-cid-ht4scswf]{margin-top:.75rem}.direction-badge[data-astro-cid-ht4scswf]{display:inline-block;padding:.375rem .875rem;border-radius:100px;font-size:.8125rem;font-weight:600}.direction-badge[data-astro-cid-ht4scswf].long{background:#22c55e26;color:#4ade80}.direction-badge[data-astro-cid-ht4scswf].short{background:#ef444426;color:#f87171}.summary-section[data-astro-cid-ht4scswf]{background:#0f172a80;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem;margin-bottom:1rem}.summary-header[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#94a3b8;margin-bottom:.75rem;text-transform:uppercase}.summary-grid[data-astro-cid-ht4scswf]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.summary-item[data-astro-cid-ht4scswf]{text-align:center;padding:.5rem;background:#94a3b80d;border-radius:8px}.summary-label[data-astro-cid-ht4scswf]{display:block;font-size:.625rem;color:#64748b;margin-bottom:.25rem}.summary-value[data-astro-cid-ht4scswf]{font-size:.9375rem;font-weight:700;color:#fff;font-family:var(--font-mono)}.pl-section[data-astro-cid-ht4scswf]{background:#0f172a80;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem;margin-bottom:1rem}.pl-section[data-astro-cid-ht4scswf].profit{background:#22c55e0d;border-color:#22c55e33}.pl-section[data-astro-cid-ht4scswf].loss{background:#ef44440d;border-color:#ef444433}.pl-header[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#94a3b8;margin-bottom:.75rem;text-transform:uppercase}.pl-content[data-astro-cid-ht4scswf]{text-align:center}.pl-main[data-astro-cid-ht4scswf]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.pl-value[data-astro-cid-ht4scswf]{font-size:1.5rem;font-weight:800;font-family:var(--font-mono)}.pl-value[data-astro-cid-ht4scswf].positive{color:#4ade80}.pl-value[data-astro-cid-ht4scswf].negative{color:#f87171}.pl-pips[data-astro-cid-ht4scswf]{font-size:.875rem;color:#94a3b8}.pl-details[data-astro-cid-ht4scswf]{padding:.75rem;background:#0f172a80;border-radius:8px}.pl-row[data-astro-cid-ht4scswf]{display:flex;justify-content:space-between;padding:.25rem 0;font-size:.8125rem}.pl-row[data-astro-cid-ht4scswf] span[data-astro-cid-ht4scswf]:first-child{color:#64748b}.pl-row[data-astro-cid-ht4scswf] span[data-astro-cid-ht4scswf]:last-child{color:#fff;font-family:var(--font-mono)}.entries-table-section[data-astro-cid-ht4scswf]{background:#0f172a80;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem;margin-bottom:1rem}.table-header[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#94a3b8;margin-bottom:.75rem;text-transform:uppercase}.table-wrapper[data-astro-cid-ht4scswf]{overflow-x:auto}.entries-detail-table[data-astro-cid-ht4scswf]{width:100%;border-collapse:collapse;font-size:.8125rem}.entries-detail-table[data-astro-cid-ht4scswf] th[data-astro-cid-ht4scswf]{padding:.625rem .5rem;text-align:center;color:#64748b;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid rgba(148,163,184,.2)}.entries-detail-table td{padding:.625rem .5rem;text-align:center;color:#fff;font-family:var(--font-mono);font-size:.8125rem;border-bottom:1px solid rgba(148,163,184,.1)}.entries-detail-table tbody tr:hover{background:#eab3080d}.entries-detail-table[data-astro-cid-ht4scswf] tfoot[data-astro-cid-ht4scswf] td[data-astro-cid-ht4scswf]{padding:.75rem .5rem;background:#eab30814;border-top:1px solid rgba(234,179,8,.2);border-bottom:none;color:#facc15}.entries-detail-table[data-astro-cid-ht4scswf] tfoot[data-astro-cid-ht4scswf] strong[data-astro-cid-ht4scswf]{color:#facc15;font-family:var(--font-mono)}.visual-section[data-astro-cid-ht4scswf]{background:#0f172a80;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1rem;overflow:visible}.visual-header[data-astro-cid-ht4scswf]{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase}.entries-visual[data-astro-cid-ht4scswf]{padding:1rem .5rem;overflow:visible}.visual-bar[data-astro-cid-ht4scswf]{position:relative;height:12px;background:linear-gradient(90deg,#ef4444,#facc15 50%,#22c55e);border-radius:6px;margin:.5rem 0;overflow:visible;box-shadow:0 2px 8px #0003}.avg-marker-container[data-astro-cid-ht4scswf]{position:relative;height:2.5rem;margin-top:.5rem}.entry-marker{position:absolute;top:-10px;width:24px;height:24px;background:linear-gradient(135deg,#94a3b8,#64748b);border:2px solid #0f172a;border-radius:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#fff;z-index:5;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;box-shadow:0 2px 6px #0000004d}.entry-marker:hover{transform:translate(-50%) scale(1.15);background:linear-gradient(135deg,#facc15,#eab308);box-shadow:0 4px 12px #eab30866}.entry-marker .marker-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);padding:.375rem .625rem;background:#0f172af2;border:1px solid rgba(234,179,8,.3);border-radius:6px;font-size:.75rem;color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s,visibility .15s;box-shadow:0 4px 12px #0000004d}.entry-marker:hover .marker-tooltip{opacity:1;visibility:visible}.entry-marker .marker-num{display:block}.avg-marker[data-astro-cid-ht4scswf]{position:absolute;top:0;transform:translate(-50%);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.125rem}.avg-marker[data-astro-cid-ht4scswf]:before{content:"";width:2px;height:8px;background:#facc15;border-radius:1px}.avg-marker[data-astro-cid-ht4scswf]:after{display:none}.marker-label[data-astro-cid-ht4scswf]{display:block;font-size:.625rem;color:#64748b;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.marker-price[data-astro-cid-ht4scswf]{font-size:1rem;font-weight:800;color:#facc15;font-family:var(--font-mono);background:#eab3081a;padding:.25rem .5rem;border-radius:4px;border:1px solid rgba(234,179,8,.2)}.visual-labels[data-astro-cid-ht4scswf]{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#64748b;font-family:var(--font-mono)}.info-section[data-astro-cid-ht4scswf]{padding:3rem 0;background:linear-gradient(180deg,rgba(30,41,59,.3),transparent)}.section-header[data-astro-cid-ht4scswf]{text-align:center;margin-bottom:2rem}.section-badge[data-astro-cid-ht4scswf]{display:inline-block;padding:.375rem .875rem;background:#eab3081a;border-radius:100px;font-size:.8125rem;font-weight:600;color:#facc15;margin-bottom:.75rem}.section-header[data-astro-cid-ht4scswf] h2[data-astro-cid-ht4scswf]{font-size:1.5rem;font-weight:800;color:#fff;margin:0}.info-grid[data-astro-cid-ht4scswf]{display:grid;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.info-grid[data-astro-cid-ht4scswf]{grid-template-columns:repeat(3,1fr)}}.info-card[data-astro-cid-ht4scswf]{background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.5rem}.info-icon[data-astro-cid-ht4scswf]{font-size:2rem;display:block;margin-bottom:.75rem}.info-card[data-astro-cid-ht4scswf] h3[data-astro-cid-ht4scswf]{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem}.info-card[data-astro-cid-ht4scswf] p[data-astro-cid-ht4scswf]{font-size:.875rem;color:#94a3b8;margin:0;line-height:1.6}.example-section[data-astro-cid-ht4scswf]{background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.example-section[data-astro-cid-ht4scswf] h3[data-astro-cid-ht4scswf]{font-size:1rem;font-weight:700;color:#fff;margin:0 0 1rem;text-align:center}.example-grid[data-astro-cid-ht4scswf]{display:grid;gap:1rem}@media(min-width:640px){.example-grid[data-astro-cid-ht4scswf]{grid-template-columns:repeat(2,1fr)}}.example-card[data-astro-cid-ht4scswf]{background:#0f172a80;border-radius:12px;padding:1rem}.example-card[data-astro-cid-ht4scswf] h4[data-astro-cid-ht4scswf]{font-size:.875rem;font-weight:600;color:#facc15;margin:0 0 .75rem}.example-entries[data-astro-cid-ht4scswf]{margin-bottom:.75rem}.example-row[data-astro-cid-ht4scswf]{font-size:.8125rem;color:#94a3b8;padding:.25rem 0;font-family:var(--font-mono)}.example-result[data-astro-cid-ht4scswf]{display:flex;justify-content:space-between;padding:.5rem;background:#eab3081a;border-radius:6px;font-size:.875rem;margin-bottom:.5rem}.example-result[data-astro-cid-ht4scswf] span[data-astro-cid-ht4scswf]{color:#94a3b8}.example-result[data-astro-cid-ht4scswf] strong[data-astro-cid-ht4scswf]{color:#facc15;font-family:var(--font-mono)}.example-note[data-astro-cid-ht4scswf]{font-size:.75rem;color:#64748b;margin:0;font-style:italic}.formula-section[data-astro-cid-ht4scswf]{background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.5rem;text-align:center}.formula-section[data-astro-cid-ht4scswf] h3[data-astro-cid-ht4scswf]{font-size:1rem;font-weight:700;color:#fff;margin:0 0 1rem}.formula-box[data-astro-cid-ht4scswf]{padding:.75rem 1rem;background:#0f172acc;border-radius:8px;margin-bottom:.5rem;overflow-x:auto}.formula-box[data-astro-cid-ht4scswf] code[data-astro-cid-ht4scswf]{font-family:var(--font-mono);font-size:.875rem;color:#facc15;white-space:nowrap}.formula-example[data-astro-cid-ht4scswf]{font-size:.875rem;color:#94a3b8;line-height:1.8;text-align:left;padding:1rem;background:#0f172a80;border-radius:8px;margin-top:.75rem}.formula-example[data-astro-cid-ht4scswf] strong[data-astro-cid-ht4scswf]{color:#facc15}.faq-section[data-astro-cid-ht4scswf]{padding:3rem 0 4rem}.faq-list[data-astro-cid-ht4scswf]{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item[data-astro-cid-ht4scswf]{background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:12px;overflow:hidden}.faq-item[data-astro-cid-ht4scswf][open]{border-color:#eab3084d}.faq-item[data-astro-cid-ht4scswf] summary[data-astro-cid-ht4scswf]{padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item[data-astro-cid-ht4scswf] summary[data-astro-cid-ht4scswf]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-ht4scswf] summary[data-astro-cid-ht4scswf]:after{content:"+";font-size:1.25rem;color:#facc15;font-weight:700}.faq-item[data-astro-cid-ht4scswf][open] summary[data-astro-cid-ht4scswf]:after{transform:rotate(45deg)}.faq-item[data-astro-cid-ht4scswf] p[data-astro-cid-ht4scswf]{padding:0 1.25rem 1rem;font-size:.875rem;color:#94a3b8;margin:0;line-height:1.6}
