.broker-page.svelte-1l7r42y{padding:var(--spacing-xl) 0 var(--spacing-3xl) 0;min-height:calc(100vh - 365px)}.two-column-layout.svelte-1l7r42y{display:flex;flex-direction:column;gap:0;align-items:start}@media (min-width: 1024px){.two-column-layout.svelte-1l7r42y{display:grid;grid-template-columns:70% 28%;gap:2%}}.main-content-area.svelte-1l7r42y{width:100%;max-width:100%;min-width:0;display:contents}@media (min-width: 1024px){.main-content-area.svelte-1l7r42y{display:block}}.sidebar.svelte-1l7r42y{width:100%;order:1}.page-header.svelte-1l7r42y{order:0;margin-bottom:var(--spacing-md);text-align:left}.content-section.svelte-1l7r42y{order:2;margin-bottom:var(--spacing-3xl)}@media (min-width: 1024px){.sidebar.svelte-1l7r42y{position:sticky;top:90px;align-self:start;order:initial}.page-header.svelte-1l7r42y,.content-section.svelte-1l7r42y{order:initial}.page-header.svelte-1l7r42y{margin-bottom:var(--spacing-3xl)}}.page-header.svelte-1l7r42y h1:where(.svelte-1l7r42y){margin-bottom:var(--spacing-lg)}.author-box.svelte-1l7r42y{display:flex;gap:var(--spacing-lg);align-items:flex-start;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl);width:100%}.author-photo.svelte-1l7r42y{flex-shrink:0}.author-avatar.svelte-1l7r42y{width:60px;height:60px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-lg);font-weight:700;text-transform:uppercase}.author-info.svelte-1l7r42y{display:flex;flex-direction:column;gap:var(--spacing-xs);flex:1}.author-line.svelte-1l7r42y{font-size:12px;line-height:1.6;color:var(--color-text)}.content-html.svelte-1l7r42y{font-size:16px;font-family:Inter,sans-serif;line-height:1.8;color:var(--color-text)}@media (min-width: 768px){.content-html.svelte-1l7r42y{font-size:18px}}@media (min-width: 1024px){.content-html.svelte-1l7r42y{font-size:20px}}.content-html.svelte-1l7r42y h1,.content-html.svelte-1l7r42y h2,.content-html.svelte-1l7r42y h3,.content-html.svelte-1l7r42y h4,.content-html.svelte-1l7r42y h5,.content-html.svelte-1l7r42y h6{margin-top:var(--spacing-xl);margin-bottom:var(--spacing-md);color:var(--color-text)}.content-html.svelte-1l7r42y p{margin-bottom:var(--spacing-md)}.content-html.svelte-1l7r42y ul,.content-html.svelte-1l7r42y ol{margin-bottom:var(--spacing-md);padding-left:var(--spacing-xl)}.content-html.svelte-1l7r42y li{margin-bottom:var(--spacing-sm)}.content-html.svelte-1l7r42y a{color:var(--color-primary);text-decoration:underline}.content-html.svelte-1l7r42y a:hover{color:var(--color-primary-dark)}.content-html.svelte-1l7r42y strong,.content-html.svelte-1l7r42y b{font-weight:600}.platforms-grid.svelte-1l7r42y{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:var(--spacing-xl)}.platform-card.svelte-1l7r42y{background:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--spacing-xl);display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.platform-card.svelte-1l7r42y:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.platform-name.svelte-1l7r42y{font-size:var(--font-size-lg);font-weight:600;color:var(--color-text);margin-bottom:var(--spacing-lg)}.platform-logo.svelte-1l7r42y{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-lg)}.platform-logo.svelte-1l7r42y img:where(.svelte-1l7r42y){max-width:100%;max-height:120px;object-fit:contain}.platform-button.svelte-1l7r42y{display:block;width:100%;padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-text);background:transparent;color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm);font-size:var(--font-size-base);font-weight:400;transition:border-color .2s ease,color .2s ease;text-align:center}.platform-button.svelte-1l7r42y:hover{border-color:var(--color-primary);color:var(--color-primary)}.ratings-container.svelte-1l7r42y{display:flex;flex-direction:column;gap:var(--spacing-xl)}@media (min-width: 768px){.ratings-container.svelte-1l7r42y{flex-direction:row;align-items:center;justify-content:space-between}}.ratings-categories.svelte-1l7r42y{display:flex;flex-wrap:wrap;gap:var(--spacing-lg);flex:1}@media (min-width: 768px){.ratings-categories.svelte-1l7r42y{gap:28px}}.rating-item.svelte-1l7r42y{display:flex;flex-direction:column;gap:var(--spacing-sm);min-width:110px;position:relative}@media (min-width: 768px){.rating-item.svelte-1l7r42y:not(:last-child):after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);height:50%;width:1px;background-color:var(--color-border)}}.rating-category-name.svelte-1l7r42y{font-size:15px;font-weight:600;color:var(--color-text);text-align:center}.rating-stars.svelte-1l7r42y{font-size:20.4px;text-align:center;letter-spacing:2px;display:inline-flex;gap:2px}.rating-stars.svelte-1l7r42y .star-full{color:#079455}.rating-stars.svelte-1l7r42y .star-empty{color:#d1d5db}.rating-stars.svelte-1l7r42y .star-half{position:relative;color:#d1d5db;display:inline-block}.rating-stars.svelte-1l7r42y .star-half:before{content:"★";position:absolute;left:0;color:#079455;width:50%;overflow:hidden}.overall-rating.svelte-1l7r42y{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-lg);border-left:none;margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:2px solid var(--color-border)}@media (min-width: 768px){.overall-rating.svelte-1l7r42y{border-left:2px solid var(--color-border);border-top:none;margin-top:0;padding-top:0;padding-left:32px;margin-left:24px;min-width:140px}}.overall-label.svelte-1l7r42y{font-size:13.6px;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:.5px}.overall-score.svelte-1l7r42y{font-size:27.2px;font-weight:700;color:var(--color-text);line-height:1}.overall-stars.svelte-1l7r42y{font-size:20.4px;letter-spacing:2px;display:inline-flex;gap:2px}.overall-stars.svelte-1l7r42y .star-full{color:#079455}.overall-stars.svelte-1l7r42y .star-empty{color:#d1d5db}.overall-stars.svelte-1l7r42y .star-half{position:relative;color:#d1d5db;display:inline-block}.overall-stars.svelte-1l7r42y .star-half:before{content:"★";position:absolute;left:0;color:#079455;width:50%;overflow:hidden}.instruments-section.svelte-1l7r42y{width:100%;max-width:100%;overflow-x:hidden}.table-wrapper.svelte-1l7r42y{overflow-x:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);-webkit-overflow-scrolling:touch;width:100%;max-width:100%;margin-bottom:var(--spacing-lg)}.instruments-table.svelte-1l7r42y{width:100%;min-width:600px;border-collapse:collapse;background:#fff;font-size:var(--font-size-base)}.instruments-table.svelte-1l7r42y thead:where(.svelte-1l7r42y){background:var(--color-bg-light);border-bottom:2px solid var(--color-primary)}.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y){padding:var(--spacing-lg);text-align:left;font-weight:700;color:var(--color-text);white-space:nowrap}.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y){padding:var(--spacing-lg);border-bottom:1px solid var(--color-border);vertical-align:middle;color:var(--color-text)}.instruments-table.svelte-1l7r42y tbody:where(.svelte-1l7r42y) tr:where(.svelte-1l7r42y):last-child td:where(.svelte-1l7r42y){border-bottom:none}.instruments-table.svelte-1l7r42y tbody:where(.svelte-1l7r42y) tr:where(.svelte-1l7r42y):hover{background-color:var(--color-bg-light)}.instrument-link.svelte-1l7r42y{color:var(--color-text);text-decoration:none;transition:color .2s ease;font-weight:400}.instrument-link.svelte-1l7r42y:hover{color:var(--color-primary);text-decoration:underline}.instrument-link.svelte-1l7r42y strong:where(.svelte-1l7r42y){font-weight:400}.licenses-table.svelte-1l7r42y{width:100%;border-collapse:collapse;background:#fff;font-size:var(--font-size-base)}.licenses-table.svelte-1l7r42y thead:where(.svelte-1l7r42y){background:var(--color-bg-light);border-bottom:2px solid var(--color-primary)}.licenses-table.svelte-1l7r42y th:where(.svelte-1l7r42y){padding:var(--spacing-lg);text-align:center;font-weight:700;color:var(--color-text);border-right:1px solid var(--color-border)}.licenses-table.svelte-1l7r42y th:where(.svelte-1l7r42y):last-child{border-right:none}.licenses-table.svelte-1l7r42y td:where(.svelte-1l7r42y){padding:var(--spacing-lg);border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);vertical-align:middle;color:var(--color-text)}.licenses-table.svelte-1l7r42y td:where(.svelte-1l7r42y):last-child{border-right:none}.licenses-table.svelte-1l7r42y tbody:where(.svelte-1l7r42y) tr:where(.svelte-1l7r42y):last-child td:where(.svelte-1l7r42y){border-bottom:none}.licenses-table.svelte-1l7r42y tbody:where(.svelte-1l7r42y) tr:where(.svelte-1l7r42y):hover{background-color:var(--color-bg-light)}.license-logo-cell.svelte-1l7r42y{text-align:center;width:120px}.license-acronym-cell.svelte-1l7r42y{text-align:center;width:150px;font-weight:600}.license-name-cell.svelte-1l7r42y{text-align:left}.license-logo.svelte-1l7r42y{max-width:80px;max-height:50px;object-fit:contain;display:block;margin:0 auto}.trade-cta-button.svelte-1l7r42y{display:block;width:100%;padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-text);background:transparent;color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm);font-size:var(--font-size-base);font-weight:400;transition:border-color .2s ease,color .2s ease;white-space:nowrap;text-align:center}.trade-cta-button.svelte-1l7r42y:hover{border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.instrument-logo-small.svelte-1l7r42y{max-width:40px;max-height:40px;object-fit:contain;display:block;margin:0 auto}.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y):nth-child(1),.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y):nth-child(3),.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y):nth-child(4),.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y):nth-child(5),.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y):nth-child(3),.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y):nth-child(4),.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y):nth-child(5){text-align:center}.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y):nth-child(2),.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y):nth-child(2){text-align:left}.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y):nth-child(5){width:150px;text-align:left}.account-types-section.svelte-1l7r42y .instruments-table:where(.svelte-1l7r42y) td:where(.svelte-1l7r42y):nth-child(1),.account-types-section.svelte-1l7r42y .instruments-table:where(.svelte-1l7r42y) th:where(.svelte-1l7r42y):nth-child(1){text-align:left}.pros-cons-section.svelte-1l7r42y{border:1px solid var(--color-border);padding:var(--spacing-xl);border-radius:var(--radius-xl)}.pros-cons-grid.svelte-1l7r42y{display:grid;grid-template-columns:1fr;gap:var(--spacing-xl)}@media (min-width: 768px){.pros-cons-grid.svelte-1l7r42y{grid-template-columns:1fr 1fr}}.pros-list.svelte-1l7r42y,.cons-list.svelte-1l7r42y{list-style:none;padding:0}.pros-list.svelte-1l7r42y li:where(.svelte-1l7r42y),.cons-list.svelte-1l7r42y li:where(.svelte-1l7r42y){padding-left:var(--spacing-lg);margin-bottom:var(--spacing-sm);position:relative;font-size:16px;font-family:Inter,sans-serif;line-height:1.8;color:var(--color-text)}@media (min-width: 768px){.pros-list.svelte-1l7r42y li:where(.svelte-1l7r42y),.cons-list.svelte-1l7r42y li:where(.svelte-1l7r42y){font-size:18px}}@media (min-width: 1024px){.pros-list.svelte-1l7r42y li:where(.svelte-1l7r42y),.cons-list.svelte-1l7r42y li:where(.svelte-1l7r42y){font-size:20px}}.pros-list.svelte-1l7r42y li:where(.svelte-1l7r42y):before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:var(--font-size-lg)}.cons-list.svelte-1l7r42y li:where(.svelte-1l7r42y):before{content:"✗";position:absolute;left:0;color:#ef4444;font-weight:700;font-size:var(--font-size-lg)}.address-info.svelte-1l7r42y p:where(.svelte-1l7r42y){margin-bottom:var(--spacing-xs);color:var(--color-text)}.table-of-contents.svelte-1l7r42y{background:transparent;border:none;padding:0;margin-bottom:var(--spacing-xl)}.toc-title.svelte-1l7r42y{display:none}.toc-list.svelte-1l7r42y{list-style:disc;list-style-position:outside;padding-left:var(--spacing-xl);margin:0}.toc-list.svelte-1l7r42y li:where(.svelte-1l7r42y){color:var(--color-primary)}@media (min-width: 1024px){.table-of-contents.svelte-1l7r42y{background:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--spacing-lg);margin-bottom:0}.toc-title.svelte-1l7r42y{display:block;margin-bottom:var(--spacing-md);color:var(--color-text);text-transform:uppercase;letter-spacing:.5px}.toc-list.svelte-1l7r42y{list-style:none;padding:0}.toc-list.svelte-1l7r42y li:where(.svelte-1l7r42y){color:inherit}}.toc-item.svelte-1l7r42y{margin-bottom:var(--spacing-xs)}@media (min-width: 1024px){.toc-item.svelte-1l7r42y{margin-bottom:var(--spacing-sm)}}.toc-link.svelte-1l7r42y{display:inline;padding:0;color:var(--color-text);text-decoration:none;font-size:16px;line-height:1.6}.toc-link.svelte-1l7r42y:hover{color:var(--color-primary);text-decoration:underline}@media (min-width: 1024px){.toc-link.svelte-1l7r42y{display:block;padding:var(--spacing-sm);color:var(--color-text-gray);border-radius:var(--radius-md);transition:all .2s;font-size:14px;line-height:1.4}.toc-link.svelte-1l7r42y:hover{background:var(--color-bg-light);color:var(--color-primary);text-decoration:none}}@media (max-width: 767px){.broker-page.svelte-1l7r42y{padding:var(--spacing-md) 0 var(--spacing-xl) 0}.page-header.svelte-1l7r42y,.content-section.svelte-1l7r42y{margin-bottom:var(--spacing-xl)}.author-avatar.svelte-1l7r42y{width:50px;height:50px;font-size:var(--font-size-base)}.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y),.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y){padding:var(--spacing-sm) var(--spacing-xs);font-size:12px}.ratings-categories.svelte-1l7r42y{gap:var(--spacing-md)}.rating-item.svelte-1l7r42y{min-width:100px}.rating-category-name.svelte-1l7r42y{font-size:14px}.rating-stars.svelte-1l7r42y,.overall-stars.svelte-1l7r42y{font-size:17px}.overall-score.svelte-1l7r42y{font-size:23.8px}.platforms-grid.svelte-1l7r42y{grid-template-columns:1fr;gap:var(--spacing-lg)}}@media (min-width: 768px) and (max-width: 1023px){.broker-page.svelte-1l7r42y{padding:var(--spacing-lg) 0 var(--spacing-2xl) 0}.platforms-grid.svelte-1l7r42y{grid-template-columns:repeat(2,1fr)}.instruments-table.svelte-1l7r42y th:where(.svelte-1l7r42y),.instruments-table.svelte-1l7r42y td:where(.svelte-1l7r42y){padding:var(--spacing-md);font-size:14px}}.qa-section.svelte-1l7r42y{text-align:left}.qa-section.svelte-1l7r42y h2:where(.svelte-1l7r42y){margin-bottom:var(--spacing-xl);color:var(--color-text)}.qa-list.svelte-1l7r42y{display:flex;flex-direction:column;gap:0}.qa-item.svelte-1l7r42y{border-bottom:1px solid var(--color-border);padding:var(--spacing-lg) 0}.qa-item.svelte-1l7r42y:last-child{border-bottom:none}.qa-question.svelte-1l7r42y{font-size:var(--font-size-lg);font-weight:600;color:var(--color-text);line-height:1.4;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:0}.qa-question.svelte-1l7r42y:hover{color:var(--color-primary)}.qa-question.svelte-1l7r42y::-webkit-details-marker{display:none}.qa-question.svelte-1l7r42y:after{content:"▼";color:var(--color-primary);font-size:14px;transition:transform .3s ease;flex-shrink:0;margin-left:auto}.qa-item[open].svelte-1l7r42y .qa-question:where(.svelte-1l7r42y):after{content:"▲"}.qa-answer.svelte-1l7r42y{font-size:16px;font-family:Inter,sans-serif;line-height:1.6;color:var(--color-text);padding-top:var(--spacing-md)}@media (min-width: 768px){.qa-answer.svelte-1l7r42y{font-size:18px}}@media (min-width: 1024px){.qa-answer.svelte-1l7r42y{font-size:20px}}@keyframes svelte-1l7r42y-slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.qa-answer.svelte-1l7r42y p{margin-bottom:var(--spacing-sm)}.qa-answer.svelte-1l7r42y strong,.qa-answer.svelte-1l7r42y b{font-weight:600}.qa-answer.svelte-1l7r42y a{color:var(--color-primary);text-decoration:underline}.qa-answer.svelte-1l7r42y a:hover{color:var(--color-primary-dark)}@media (max-width: 767px){.qa-item.svelte-1l7r42y{padding:var(--spacing-md) 0}.qa-question.svelte-1l7r42y{font-size:var(--font-size-base);padding:var(--spacing-xs) 0}}
