@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);*{font-family:Open Sans,sans-serif}#currency-pair-list-component{height:100%;width:100%}.list_container{display:flex;flex-direction:column;gap:1rem;height:100%}.list_container input[type=text]{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-size:1rem;font-weight:500;outline:none;padding:.75rem 1rem;transition:all .2s ease;width:100%}.list_container input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.list_container input[type=text]::placeholder{color:#9ca3af;font-weight:400}.top_pairs_list{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s ease;width:100%}.top_pairs_list:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.top_pairs_list:hover{border-color:#d1d5db}.list_container ul{display:flex;flex:1 1;flex-direction:column;gap:.5rem;list-style:none;margin:0;overflow-y:auto;padding:0}.currency_pair_list_item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:.8rem;position:relative;transition:all .2s ease}.currency_pair_list_item:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s ease;width:4px}.currency_pair_list_item:hover{background:#f8fafc;border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.currency_pair_list_item:hover:before{transform:scaleY(1)}.currency_pair_list_item:active{box-shadow:0 2px 4px -1px #0000001a,0 1px 2px -1px #0000000f;transform:translateY(0)}.currency_pair_list_item .title{color:#1f2937;font-size:.9rem;font-weight:600;letter-spacing:.025em}.options_panel{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.currency_pair_list_item:hover .options_panel{opacity:1}.op_button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.op_button:hover{background:#2563eb;transform:scale(1.05)}.op_button:active{transform:scale(.95)}@media (max-width:768px){.list_container{gap:.75rem}.list_container input[type=text],.top_pairs_list{font-size:.875rem;padding:.625rem .875rem}.currency_pair_list_item{border-radius:10px;padding:.875rem 1rem}.currency_pair_list_item .title{font-size:1rem}.list_container ul{gap:.375rem}}@media (max-width:480px){.list_container{gap:.5rem}.list_container input[type=text],.top_pairs_list{font-size:.875rem;padding:.5rem .75rem}.currency_pair_list_item{border-radius:8px;padding:.75rem .875rem}.currency_pair_list_item .title{font-size:.9375rem}}.list_container ul::-webkit-scrollbar{width:6px}.list_container ul::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.list_container ul::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.list_container ul::-webkit-scrollbar-thumb:hover{background:#94a3b8}.list_container.loading ul{opacity:.6;pointer-events:none}.list_container ul:empty:after{color:#6b7280;content:"No currency pairs found";display:block;font-style:italic;padding:2rem;text-align:center}.currency_pair_list_item:focus{outline:2px solid #3b82f6;outline-offset:2px}.list_container input[type=text]:focus,.top_pairs_list:focus{outline:none}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.currency_pair_list_item{animation:slideIn .2s ease-out}@media (prefers-contrast:high){.currency_pair_list_item{border-color:#000}.currency_pair_list_item:hover{background:#f0f0f0;border-color:#06c}.list_container input[type=text],.top_pairs_list{border-color:#000}}@media (prefers-reduced-motion:reduce){.currency_pair_list_item,.currency_pair_list_item:before,.list_container input[type=text],.op_button,.top_pairs_list{transition:none}.currency_pair_list_item{animation:none}}#pair-strength-info-header-component{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px -1px #0000000f;transition:all .3s ease}#pair-strength-info-header-component:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}#pair-strength-info-header-component .container{padding:0}.tab_layout{grid-gap:0;display:grid;gap:0;grid-template-columns:2fr 1fr 1fr 1fr 1fr;width:100%}.tab{align-items:center;background:#0000;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;min-height:60px;padding:1rem;position:relative;text-align:center;transition:all .3s ease}.tab:last-child{border-right:none}.tab:hover{background:#3b82f60d;transform:translateY(-2px)}.tab:first-child{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-right-color:#1d4ed8;color:#fff}.tab:first-child:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px)}.pairName{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.pairName,.tabl_title{letter-spacing:.05em;text-transform:uppercase}.tabl_title{color:#6b7280;font-size:.75rem;font-weight:600;line-height:1.2;margin:0 0 .5rem}.tab h4{color:#1f2937;font-size:1.75rem;font-weight:700;line-height:1;margin:0}.low_impact{color:#059669!important}.medium_impact{color:#d97706!important}.high_impact{color:#dc2626!important}.tab:has(.low_impact) h4{color:#059669}.tab:has(.medium_impact) h4{color:#d97706}.tab:has(.high_impact) h4{color:#dc2626}.tab:nth-child(3) h4{color:#059669}.tab:nth-child(4) h4{color:#d97706}.tab:nth-child(5) h4{color:#dc2626}.tab:nth-child(2) .tabl_title{color:#3b82f6}.tab:nth-child(2) h4{color:#1d4ed8}.tab:nth-child(3):after{background:#059669}.tab:nth-child(3):after,.tab:nth-child(4):after{bottom:0;content:"";height:3px;left:0;position:absolute;right:0}.tab:nth-child(4):after{background:#d97706}.tab:nth-child(5):after{background:#dc2626;bottom:0;content:"";height:3px;left:0;position:absolute;right:0}@media (max-width:1024px){.tab_layout{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.pairName{font-size:1.25rem}.tab{min-height:90px;padding:1.25rem 1rem}.tab h4{font-size:1.5rem}.tabl_title{font-size:.7rem}}@media (max-width:768px){.tab_layout{gap:1px;grid-template-columns:1fr}.tab{border-bottom:1px solid #e5e7eb;border-right:none;flex-direction:row;justify-content:space-between;min-height:70px;padding:1rem;text-align:left}.tab:last-child{border-bottom:none}.tab:first-child{justify-content:center;text-align:center}.pairName{font-size:1.5rem}.tabl_title{font-size:.875rem;margin:0}.tab h4{font-size:1.5rem}.tab:nth-child(3):after,.tab:nth-child(4):after,.tab:nth-child(5):after{bottom:0;height:auto;left:0;right:auto;top:0;width:4px}}@media (max-width:480px){.tab{min-height:60px;padding:.875rem}.pairName{font-size:1.25rem}.tabl_title{font-size:.8rem}.tab h4{font-size:1.25rem}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}#pair-strength-info-header-component{animation:slideInDown .4s ease-out}.tab:focus{outline:2px solid #3b82f6;outline-offset:-2px;z-index:1}.tab:nth-child(2):hover{background:#3b82f61a}.tab:nth-child(3):hover{background:#0596691a}.tab:nth-child(4):hover{background:#d977061a}.tab:nth-child(5):hover{background:#dc26261a}@media print{#pair-strength-info-header-component{border:1px solid #ccc;box-shadow:none}.tab:first-child{background:#f3f4f6!important}.pairName,.tab:first-child{color:#1f2937!important}}@media (prefers-contrast:high){.tab{border-width:2px}.tabl_title{font-weight:700}.tab h4{font-weight:800}}#selected-pair-news-event-list-component{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px -1px #0000000f;transition:all .3s ease}#selected-pair-news-event-list-component:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header-news-list{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1rem 1rem 2rem;position:relative}.header-news-list:after{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:1px;bottom:-2px;content:"";height:2px;left:1.5rem;position:absolute;width:80px}.header-news-list h2{color:#1f2937;font-size:1.25rem;font-weight:700;letter-spacing:.025em;margin:0}.header-news-list h4{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:2px solid #0000;border-radius:20px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin:0;min-width:60px;padding:.5rem 1rem;text-align:center;text-transform:uppercase;transition:all .3s ease;-webkit-user-select:none;user-select:none}.header-news-list h4:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-2px)}.header-news-list h4:active{box-shadow:0 2px 4px -1px #3b82f633;transform:translateY(0)}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.news-container{max-height:300px;overflow-x:auto;overflow-y:auto;padding:0}.news-container table{background:#fff;border-collapse:collapse;font-size:.875rem;min-width:800px;width:100%}.news-container thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:sticky;top:0;z-index:10}.news-container thead tr{border-bottom:2px solid #e2e8f0}.news-container thead td{border-right:1px solid #e5e7eb;color:#374151;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:1rem .75rem;text-align:left;text-align:center;text-transform:uppercase;white-space:nowrap}.news-container thead td:last-child{border-right:none}.news-container tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s ease}.news-container tbody tr:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:inset 3px 0 0 #3b82f6;transform:translateX(2px)}.news-container tbody tr:last-child{border-bottom:none}.news-container tbody td{border-right:1px solid #f3f4f6;color:#374151;line-height:1.4;padding:.875rem .75rem;text-align:center;vertical-align:top}.news-container tbody td:last-child{border-right:none}.news-container tbody td:first-child{color:#1f2937;font-weight:600;white-space:nowrap}.news-container tbody td:nth-child(2){color:#6b7280;font-weight:500;white-space:nowrap}.news-container tbody td:nth-child(3){background:#f0f9ff;border-radius:4px;color:#3b82f6;font-weight:700;letter-spacing:.05em;margin:.25rem;padding:.5rem;text-align:center;text-transform:uppercase}.news-container tbody td:nth-child(4){word-wrap:break-word;font-weight:500;line-height:1.5;max-width:200px}.news-container tbody td:nth-child(5){font-weight:600;padding:.5rem;text-align:center;text-transform:capitalize}.news-container tbody td:nth-child(5):contains("low"),.news-container tbody td[data-impact=low]{background:#f0fdf4;border-radius:4px;color:#166534}.news-container tbody td:nth-child(5):contains("medium"),.news-container tbody td[data-impact=medium]{background:#fffbeb;border-radius:4px;color:#92400e}.news-container tbody td:nth-child(5):contains("high"),.news-container tbody td[data-impact=high]{background:#fef2f2;border-radius:4px;color:#991b1b}.news-container tbody td:nth-child(6),.news-container tbody td:nth-child(7),.news-container tbody td:nth-child(8){font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600;text-align:center}.green{background:#f0fdf4!important;color:#059669!important}.green,.red{border-radius:4px;padding:.25rem .5rem}.red{background:#fef2f2!important;color:#dc2626!important}.news-container:empty:after{color:#6b7280;content:"No news events found for this currency pair.";display:block;font-size:.875rem;font-style:italic;padding:3rem 1.5rem;text-align:center}.news-container.loading{min-height:200px;position:relative}.news-container.loading:before{color:#6b7280;content:"Loading news events...";font-style:italic;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}@media (max-width:1024px){.news-container{max-height:400px}.news-container table{min-width:700px}.news-container tbody td,.news-container thead td{font-size:.8rem;padding:.75rem .5rem}.header-news-list{padding:1.25rem}.header-news-list h2{font-size:1.125rem}}@media (max-width:768px){.header-news-list{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.header-news-list:after{left:1rem;width:60px}.header-news-list h4{align-self:flex-end;font-size:.7rem;padding:.4rem .8rem}.news-container{max-height:350px}.news-container table{min-width:600px}.news-container tbody td,.news-container thead td{font-size:.75rem;padding:.6rem .4rem}.news-container tbody td:nth-child(4){max-width:150px}}@media (max-width:480px){.header-news-list{padding:.875rem}.header-news-list h2{font-size:1rem}.header-news-list h4{font-size:.65rem;padding:.3rem .6rem}.news-container{max-height:300px}.news-container table{min-width:500px}.news-container tbody td,.news-container thead td{font-size:.7rem;padding:.5rem .3rem}}.news-container::-webkit-scrollbar{height:8px;width:8px}.news-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.news-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.news-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.news-container::-webkit-scrollbar-corner{background:#f1f5f9}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}#selected-pair-news-event-list-component{animation:slideInLeft .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.news-container tbody tr{animation:fadeInUp .3s ease-out;animation-fill-mode:both}.news-container tbody tr:first-child{animation-delay:.1s}.news-container tbody tr:nth-child(2){animation-delay:.15s}.news-container tbody tr:nth-child(3){animation-delay:.2s}.news-container tbody tr:nth-child(4){animation-delay:.25s}.news-container tbody tr:nth-child(5){animation-delay:.3s}.header-news-list h4:focus{outline:2px solid #1d4ed8;outline-offset:2px}.news-container tbody tr:focus-within{background:linear-gradient(135deg,#dbeafe,#bfdbfe);outline:2px solid #3b82f6;outline-offset:-2px}@media print{#selected-pair-news-event-list-component{background:#fff!important;border:1px solid #ccc;box-shadow:none;page-break-inside:avoid}.header-news-list{background:#fff!important;border-bottom:1px solid #ccc}.header-news-list h4{background:#f5f5f5!important;color:#333!important}.news-container{max-height:none;overflow:visible}.news-container table{min-width:auto}.news-container thead{background:#f5f5f5!important}.green{background:#e8f5e8!important;color:#2d5a2d!important}.red{background:#f5e8e8!important;color:#5a2d2d!important}}#lot-size-calculator-component{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px -1px #0000000f;transition:all .3s ease}#lot-size-calculator-component:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}#lot-size-calculator-component .container{padding:1.5rem}#lot-size-calculator-component .title{border-bottom:2px solid #e2e8f0;color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem;position:relative}#lot-size-calculator-component .title:after{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:1px;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.form_layout{align-items:start;display:flex;flex-wrap:wrap;gap:1.5rem;grid-template-columns:1fr 1fr}.form_layout>div{display:flex;flex-direction:column;gap:.5rem}.form_layout p{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin:0}.form_layout input[type=number]{background:#fff;border:2px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:.875rem;font-weight:500;padding:.875rem 1rem;transition:all .3s ease}.form_layout input[type=number]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none;transform:translateY(-1px)}.form_layout input[type=number]:hover{border-color:#9ca3af}.form_layout select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;border:2px solid #d1d5db;border-radius:8px;color:#1f2937;cursor:pointer;font-size:.875rem;font-weight:500;padding:.875rem 2.5rem .875rem 1rem;transition:all .3s ease}.form_layout select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none;transform:translateY(-1px)}.form_layout select:hover{border-color:#9ca3af}.form_layout>div:last-child{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:12px;margin-top:.5rem;overflow:hidden;padding:1.5rem 2rem 0;position:relative;text-align:center}.form_layout>div:last-child:before{background:linear-gradient(90deg,#0ea5e9,#0284c7,#0369a1);content:"";height:3px;left:0;position:absolute;right:0;top:0}.form_layout>div:last-child p{color:#0369a1;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.form_layout>div:last-child .title{border:none;color:#0c4a6e;font-size:2.25rem;font-weight:800;margin:0;padding:0;text-shadow:0 2px 4px #0c4a6e1a}.form_layout>div:last-child .title:after{display:none}.form_layout input[type=number]::-webkit-inner-spin-button,.form_layout input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form_layout input[type=number]{-moz-appearance:textfield}.form_layout input[type=number]::placeholder{color:#9ca3af;font-style:italic}.form_layout input[type=number]:invalid{border-color:#ef4444}.form_layout input[type=number]:invalid:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}@media (max-width:768px){.form_layout{gap:1.25rem;grid-template-columns:1fr}#lot-size-calculator-component .container{padding:1.25rem}#lot-size-calculator-component .title{font-size:1.125rem;margin-bottom:1.25rem}.form_layout>div:last-child{margin-top:.5rem;padding:1.25rem}.form_layout>div:last-child .title{font-size:2rem}}@media (max-width:480px){#lot-size-calculator-component .container{padding:1rem}#lot-size-calculator-component .title{font-size:1rem;margin-bottom:1rem}.form_layout{gap:1rem}.form_layout input[type=number],.form_layout select{font-size:.8rem;padding:.75rem}.form_layout p{font-size:.8rem}.form_layout>div:last-child{padding:1rem}.form_layout>div:last-child .title{font-size:1.75rem}}#lot-size-calculator-component{animation:slideInUp .5s ease-out}.form_layout input[type=number]:focus-visible,.form_layout select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.form_layout>div:last-child.loading{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-color:#d1d5db}.form_layout>div:last-child.loading .title{color:#6b7280;opacity:.7}.form_layout>div:last-child.error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444}.form_layout>div:last-child.error:before{background:linear-gradient(90deg,#ef4444,#dc2626,#b91c1c)}.form_layout>div:last-child.error p{color:#b91c1c}.form_layout>div:last-child.error .title{color:#7f1d1d}.form_layout>div:hover input[type=number],.form_layout>div:hover select{border-color:#3b82f6}.form_layout>div:last-child.updated{animation:pulse .6s ease-in-out}@media print{#lot-size-calculator-component{background:#fff!important;border:1px solid #ccc;box-shadow:none}.form_layout>div:last-child{background:#f5f5f5!important;border:1px solid #ccc!important}.form_layout>div:last-child:before{display:none}}#selected-pair-info-component{display:flex;flex-direction:column;gap:1rem;height:100%}.selected-pair-info-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.selected-pair-info-section:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.section-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.section-title{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.section-subtitle{color:#6b7280;font-size:.875rem;font-weight:400;margin:0}.section-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.25rem .75rem}.impact-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.impact-stat{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;min-width:80px;padding:.75rem 1rem;text-align:center;transition:all .2s ease}.impact-stat:hover{box-shadow:0 2px 4px -1px #0000001a;transform:translateY(-1px)}.impact-stat-number{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.impact-stat-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.impact-low .impact-stat-number{color:#059669}.impact-medium .impact-stat-number{color:#d97706}.impact-high .impact-stat-number{color:#dc2626}.impact-low{border-left:3px solid #059669}.impact-medium{border-left:3px solid #d97706}.impact-high{border-left:3px solid #dc2626}.news-events-container{max-height:300px;overflow-y:auto}.news-event-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;margin-bottom:.75rem;padding:1rem;transition:all .2s ease}.news-event-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px -1px #3b82f61a;transform:translateX(2px)}.news-event-item:last-child{margin-bottom:0}.news-event-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.news-event-title{color:#1f2937;flex:1 1;font-size:.9rem;font-weight:600;line-height:1.4;margin:0}.news-event-time{color:#6b7280;font-size:.75rem;font-weight:500;white-space:nowrap}.news-event-details{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.news-event-currency{background:#f3f4f6;color:#374151;text-transform:uppercase}.news-event-currency,.news-event-impact{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.news-event-impact{text-transform:capitalize}.calculator-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:1rem;padding:1.5rem}.calculator-form{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.75rem;transition:all .2s ease}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.875rem;padding:.75rem;transition:all .2s ease}.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.calculate-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;grid-column:1/-1;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .2s ease}.calculate-button:hover{box-shadow:0 4px 6px -1px #3b82f64d;transform:translateY(-1px)}.calculate-button:active{transform:translateY(0)}.calculation-result{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;grid-column:1/-1;margin-top:1rem;padding:1rem;text-align:center}.result-label{color:#0369a1;font-size:.875rem;margin-bottom:.25rem}.result-value{color:#0c4a6e;font-size:1.25rem;font-weight:700}.loading-state{align-items:center;color:#6b7280;display:flex;font-style:italic;justify-content:center;padding:2rem}.empty-state{color:#6b7280;padding:2rem;text-align:center}.empty-state-icon{font-size:2rem;margin-bottom:1rem;opacity:.5}.empty-state-text{font-size:.875rem;line-height:1.6}@media (max-width:768px){#selected-pair-info-component{gap:1rem}.selected-pair-info-section{border-radius:8px;padding:1rem}.impact-stats{flex-direction:column;gap:.5rem}.impact-stat{min-width:auto}.calculator-form{gap:.75rem;grid-template-columns:1fr}.news-event-header{align-items:flex-start;flex-direction:column;gap:.5rem}.news-event-time{white-space:normal}}@media (max-width:480px){.selected-pair-info-section{padding:.75rem}.news-event-details,.section-header{align-items:flex-start;flex-direction:column;gap:.5rem}}.news-events-container::-webkit-scrollbar{width:6px}.news-events-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.news-events-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.news-events-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#selected-pair-info-component{animation:slideInUp .4s ease-out}.news-event-item:focus{outline:2px solid #3b82f6;outline-offset:2px}.calculate-button:focus{outline:2px solid #1d4ed8;outline-offset:2px}#pair-in-news-component{height:100%;overflow-y:auto;width:100%}.main_container{gap:2rem;height:100%}.main_container,.new-wrapper{display:flex;flex-direction:column}.new-wrapper{padding:1rem 1rem 0 2rem}.time_filter{align-items:center;border-bottom:1px solid #e5e7eb;gap:.5rem;justify-content:flex-start;margin-bottom:1rem;padding:0 0 1rem}.filter_title{color:#374151;font-size:.9rem;font-weight:600}.filter_link{border:1px solid #0000;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.8rem;font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:all .2s ease}.filter_link:hover{background:#f8fafc;border-color:#e2e8f0;color:#3b82f6}.filter_link.active{background:#eff6ff;border-color:#bfdbfe;color:#3b82f6;font-weight:600}.currency_wrapper{align-items:start;display:flex;flex-wrap:wrap;gap:1rem;margin:0 0 1.5rem}@media (min-width:768px){.currency_wrapper{gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (min-width:1024px){.currency_wrapper{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.currency_list_item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:128px;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:all .2s ease}.currency_list_item:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.currency_list_item h2{color:#1f2937;font-size:1.25rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem}.currency_list_item h4{color:#6b7280;font-size:1rem;font-weight:600;margin-bottom:.75rem}.strength-meter{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:2px;height:24px;justify-content:center;padding:2px}.score-div{border-radius:2px;flex:1 1;height:100%;min-width:8px;transition:all .3s ease}.score-div:hover{transform:scaleY(1.2)}.pair-suggestion-container{border-radius:16px}.left,.right{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-height:120px;padding:1rem;transition:all .2s ease}.left:hover,.right:hover{border-color:#cbd5e1;box-shadow:0 2px 4px -1px #0000000f}.trade-pair-category{border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;padding-bottom:.5rem}.trade-pair-category span{color:#1f2937;font-size:.875rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.left .trade-pair-category span{color:#059669}.right .trade-pair-category span{color:#dc2626}.suggested-pair-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;max-height:none;overflow:visible;padding:0}.suggested-pair-list-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;display:inline-flex;flex-shrink:0;font-size:.8rem;min-width:auto;padding:.375rem .75rem;transition:all .2s ease}.suggested-pair-list-item:hover{background:#eff6ff;border-color:#3b82f6;box-shadow:0 2px 4px -1px #3b82f633;transform:translateY(-1px)}.suggested-pair-list-item a{color:#374151;display:inline;font-size:.8rem;font-weight:500;letter-spacing:.025em;text-decoration:none;transition:color .2s ease;white-space:nowrap}.suggested-pair-list-item:hover a{color:#3b82f6}.news_container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex:1 1;flex-direction:column;margin:0 1rem 2rem 2rem;min-height:300px;overflow:hidden}.news_container .header{background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #e5e7eb;padding:1rem 0 1rem 2rem}.news_container .header h2{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0}.news_container .container{background:#fff;flex:1 1;overflow:auto}.news_container table{border-collapse:collapse;font-size:.9rem;width:100%}.news_container thead{background:#f8fafc;position:sticky;top:0;z-index:10}.news_container thead td{border-bottom:2px solid #e2e8f0;color:#374151;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:1rem .75rem;text-align:center;text-transform:uppercase}.news_container tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.news_container tbody tr:hover{background:#f8fafc}.news_container tbody td{align-items:end;color:#374151;line-height:1.4;padding:.875rem .75rem;text-align:center;vertical-align:top}.news_container tbody td:nth-child(2){background:#eff6ff;color:#1e40af!important;font-weight:700;font-weight:700!important;letter-spacing:.05em;position:relative;text-align:center;text-transform:uppercase}.dot{animation:pulse 2s infinite;background:#ef4444;border-radius:50%;box-shadow:0 0 0 0 #ef4444b3;height:8px;left:-12px;margin-right:12px;top:50%;width:8px}@media (max-width:767px){.main_container{gap:1.5rem}.new-wrapper{gap:1rem}.time_filter{align-items:flex-start;flex-direction:column;gap:.75rem;padding:.75rem 0 .75rem 1rem}.currency_wrapper{display:flex;gap:.75rem;margin-left:1rem}.currency_list_item{padding:.75rem}.currency_list_item h2{font-size:1.1rem;margin-bottom:.5rem}.left,.right{min-height:100px;padding:.75rem}.suggested-pair-list{gap:.375rem}.suggested-pair-list-item{padding:.25rem .5rem}.suggested-pair-list-item a{font-size:.75rem}.news_container .header{padding:1rem 1.5rem}.news_container .header h2{font-size:1.25rem}.news_container .container{overflow-x:auto}table{font-size:.8rem;min-width:600px}tbody td,thead td{padding:.5rem .375rem;white-space:nowrap}}@media (max-width:480px){.filter_link{font-size:.85rem;padding:.375rem .5rem}.currency_list_item h2,.trade-pair-category span{font-size:1rem}table{font-size:.75rem}}.news_container .container::-webkit-scrollbar{height:6px;width:6px}.news_container .container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.news_container .container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.news_container .container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filter_link:focus,.suggested-pair-list-item a:focus{outline:2px solid #3b82f6;outline-offset:2px}.currency_list_item:empty:before{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;border-radius:4px;content:"";display:block;height:20px;width:100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{.dot{display:none!important}.suggested-pair-list-item:hover{transform:none}.currency_list_item:hover{box-shadow:none;transform:none}}.fx-verdict-monitor{--primary:#2563eb;--primary-light:#3b82f6;--success:#059669;--danger:#dc2626;--warning:#d97706;--info:#0891b2;--bg:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--border:#e2e8f0;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-lg:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--text:#0f172a;--text-light:#475569;--text-muted:#64748b;--sidebar-width:280px;display:flex;flex-direction:column}.fx-verdict-monitor .subtitle{color:var(--text-light);font-size:.85rem;font-weight:500;margin:0}.fx-verdict-monitor .btn{background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;margin-top:8px;padding:12px 20px;transition:background-color .2s ease}.fx-verdict-monitor .btn:hover{background:var(--primary-light)}.fx-verdict-monitor .stats-grid{border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;padding:0 2rem .5rem 0}.filter-title{color:#374151;font-size:.9rem;font-weight:600}.fx-verdict-monitor .stat-card{border-left:1px solid var(--border);padding-left:12px}.fx-verdict-monitor .stat-card,.fx-verdict-monitor .stat-card-no-border{align-items:center;background:var(--surface);display:flex;gap:1rem;text-align:center;transition:box-shadow .2s ease}.fx-verdict-monitor .stat-card-no-border{color:#000;padding:12px}.fx-verdict-monitor .stat-card:before{background:var(--primary);content:"";height:2px;left:0;position:absolute;right:0;top:0}.fx-verdict-monitor .stat-number{color:var(--primary);font-size:1rem;font-weight:700;margin-bottom:4px}.fx-verdict-monitor .stat-label{color:var(--text-light);font-size:.7rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.fx-verdict-monitor .status-bar{background:var(--surface-alt);border-top:1px solid var(--border);padding:16px 20px}.fx-verdict-monitor .status-indicator{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;display:flex;font-size:.8rem;font-weight:500;gap:8px;padding:8px 12px}.fx-verdict-monitor .status-dot{animation:pulse 2s infinite;background:var(--success);border-radius:50%;height:8px;width:8px}.fx-verdict-monitor .status-dot.offline{animation:none;background:var(--danger)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.fx-verdict-monitor .main-content{padding-top:1rem}.fx-verdict-monitor .container{margin:0;max-width:100%;padding:0}.fx-verdict-monitor .currency-groups{display:flex;flex-wrap:wrap;gap:16px}.fx-verdict-monitor .currency-group{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);max-width:340px;padding:16px;transition:box-shadow .2s ease;width:340px}.fx-verdict-monitor .currency-group:hover{box-shadow:var(--shadow-lg)}.fx-verdict-monitor .currency-group.strong .currency-flag{background:var(--success)}.fx-verdict-monitor .currency-group.weak .currency-flag{background:var(--danger)}.fx-verdict-monitor .currency-group.mixed .currency-flag{background:var(--text-muted)}.fx-verdict-monitor .group-header{align-items:center;display:flex;justify-content:space-between}.fx-verdict-monitor .group-title{align-items:center;display:flex;gap:12px}.fx-verdict-monitor .currency-flag{align-items:center;background:var(--text-muted);border-radius:8px;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:44px;justify-content:center;width:44px}.fx-verdict-monitor .group-name{color:var(--text);font-size:.8rem;font-weight:600;padding:0 1rem}.fx-verdict-monitor .strength-score{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.fx-verdict-monitor .strength-direction{align-items:center;border:1px solid;border-radius:4px;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:6px 12px}.fx-verdict-monitor .strength-direction.bullish{background:#0596691a;border-color:var(--success);color:var(--success)}.fx-verdict-monitor .strength-direction.bearish{background:#dc26261a;border-color:var(--danger);color:var(--danger)}.fx-verdict-monitor .strength-direction.neutral{background:#64748b1a;border-color:var(--text-muted);color:var(--text-muted)}.fx-verdict-monitor .strength-count{font-weight:500;opacity:.8}.fx-verdict-monitor .breach-list{border-top:1px solid #ccc;display:flex;flex-direction:column;gap:8px;margin-top:12px;overflow-y:auto;padding-right:4px;padding-top:10px}.fx-verdict-monitor .breach-item{background:var(--surface-alt);border-left:3px solid;border:1px solid var(--border);border-radius:6px;padding:12px;transition:background-color .2s ease}.fx-verdict-monitor .breach-item:hover{background:var(--surface)}.fx-verdict-monitor .breach-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.fx-verdict-monitor .breach-pair{color:var(--text);font-size:.95rem;font-weight:600}.fx-verdict-monitor .breach-time{background:var(--surface);border-radius:12px;color:var(--text-muted);font-size:.8rem;font-weight:500;padding:3px 10px}.fx-verdict-monitor .breach-details{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.fx-verdict-monitor .breach-type{align-items:center;display:flex;font-size:.8rem;font-weight:600;gap:4px}.fx-verdict-monitor .breach-type.HIGH{color:var(--success)}.fx-verdict-monitor .breach-type.LOW{color:var(--danger)}.fx-verdict-monitor .pips-badge{background:var(--warning);border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px}.fx-verdict-monitor .error-message{background:#dc26261a;border:1px solid #dc26264d;border-radius:6px;color:var(--danger);font-weight:500;margin-bottom:16px;padding:12px 16px;text-align:center}.fx-verdict-monitor .empty-state{color:var(--text-light);padding:40px 20px;text-align:center}.fx-verdict-monitor .empty-icon{font-size:3rem;margin-bottom:12px;opacity:.6}.fx-verdict-monitor .empty-title{color:var(--text);font-size:1.25rem;font-weight:600;margin-bottom:8px}.fx-verdict-monitor .empty-subtitle{font-size:.9rem;margin:0;opacity:.8}.fx-verdict-monitor .loading-spinner{animation:spin 1s linear infinite;border-top:2px solid var(--border);border:2px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:24px;margin:0 auto 12px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fx-verdict-monitor .debug-toggle{background:var(--info);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-bottom:16px;padding:8px 16px;transition:background-color .2s ease}.fx-verdict-monitor .debug-toggle:hover{background:#0284c7}.fx-verdict-monitor .debug-info{background:var(--surface-alt);border:1px solid var(--border);border-radius:6px;font-size:12px;margin-bottom:16px;padding:16px}.fx-verdict-monitor .debug-info strong{color:var(--text);font-weight:600}.fx-verdict-monitor .debug-info pre{background:var(--surface);border:1px solid var(--border);border-radius:4px;color:var(--text-muted);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;line-height:1.4;margin:8px 0 0;overflow-x:auto;padding:12px}.fx-verdict-monitor .debug-info hr{background:var(--border);border:none;height:1px;margin:12px 0}.fx-verdict-monitor .breach-list::-webkit-scrollbar,.fx-verdict-monitor .main-content::-webkit-scrollbar,.fx-verdict-monitor .sidebar-controls::-webkit-scrollbar{width:6px}.fx-verdict-monitor .breach-list::-webkit-scrollbar-track,.fx-verdict-monitor .main-content::-webkit-scrollbar-track,.fx-verdict-monitor .sidebar-controls::-webkit-scrollbar-track{background:var(--border);border-radius:3px}.fx-verdict-monitor .breach-list::-webkit-scrollbar-thumb,.fx-verdict-monitor .main-content::-webkit-scrollbar-thumb,.fx-verdict-monitor .sidebar-controls::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.fx-verdict-monitor .breach-list::-webkit-scrollbar-thumb:hover,.fx-verdict-monitor .main-content::-webkit-scrollbar-thumb:hover,.fx-verdict-monitor .sidebar-controls::-webkit-scrollbar-thumb:hover{background:var(--primary)}@media (max-width:1024px){.fx-verdict-monitor{--sidebar-width:260px}.fx-verdict-monitor .currency-groups{grid-template-columns:1fr}.fx-verdict-monitor .stats-grid{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.fx-verdict-monitor{flex-direction:column;height:auto}.fx-verdict-monitor .sidebar{border-bottom:1px solid var(--border);border-right:none;height:auto;min-width:auto;width:100%}.fx-verdict-monitor .sidebar:before{background:var(--primary);bottom:0;height:2px;top:auto;width:100%}.fx-verdict-monitor .sidebar-controls{flex-direction:row;flex-wrap:wrap;gap:16px;padding:16px}.fx-verdict-monitor .control-group{flex:1 1;min-width:200px}.fx-verdict-monitor .status-bar{padding:12px 16px}.fx-verdict-monitor .main-content{max-height:none;padding:12px}.fx-verdict-monitor .stats-grid{gap:8px;grid-template-columns:repeat(2,1fr);margin:16px}.fx-verdict-monitor .currency-groups{gap:12px;grid-template-columns:1fr}}.toggle-container{align-items:center;display:flex;justify-content:center}.toggle-switch{cursor:pointer;display:inline-block;height:28px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:28px;bottom:0;box-shadow:inset 0 1px 3px #0000004d;left:0;right:0;top:0}.toggle-slider,.toggle-slider:before{position:absolute;transition:all .3s ease}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0003;content:"";height:22px;left:3px;width:22px}input:checked+.toggle-slider{background-color:#4caf50}input:checked+.toggle-slider:before{transform:translateX(22px)}.toggle-switch:hover .toggle-slider{box-shadow:inset 0 1px 3px #0000004d,0 0 8px #4caf504d}.toggle-switch.ios-blue input:checked+.toggle-slider{background-color:#007aff}.toggle-switch.red-theme input:checked+.toggle-slider{background-color:#ff3b30}.toggle-switch.purple-theme input:checked+.toggle-slider{background-color:#af52de}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}.wrapper,body{min-height:100vh}.wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;margin:0 auto}@media (min-width:768px){.wrapper{gap:0;grid-template-rows:auto 1fr;padding:.5rem}}@media (min-width:1024px){.wrapper{grid-template-columns:320px 1fr;grid-template-rows:none;padding:0}}.currency-pair-list{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:200px;overflow-y:auto;padding:1.5rem}@media (min-width:768px){.currency-pair-list{max-height:250px}}@media (min-width:1024px){.currency-pair-list{height:fit-content;max-height:100vh;position:sticky}}.info-container{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex:1 1;flex-direction:column;max-height:100vh;min-height:0;overflow:hidden}.header{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:.5rem 2rem}.homeButton{color:#1f2937;font-size:1.75rem;font-weight:650;margin:0}.homeButton a{color:inherit;text-decoration:none;transition:color .2s ease}.homeButton a:hover{color:#3b82f6}.closeButton{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;height:40px;justify-content:center;transition:all .2s ease;width:40px}.closeButton:hover{background:#e5e7eb;color:#374151;transform:scale(1.05)}.selected-pair-info,.trade-pair-suggestions{flex:1 1;min-height:0;overflow-y:auto;padding:2rem}@media (max-width:767px){.wrapper{gap:1rem;padding:1rem}.currency-pair-list{max-height:250px;padding:1rem}.header{flex-direction:column;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.homeButton{font-size:1.5rem}.selected-pair-info,.trade-pair-suggestions{padding:1.5rem}.closeButton{font-size:1.1rem;height:36px;width:36px}}@media (max-width:480px){.wrapper{gap:.75rem;padding:.75rem}.currency-pair-list{border-radius:12px;max-height:250px;padding:.75rem}.info-container{border-radius:12px}.header{flex-direction:column;padding:1rem}.homeButton{font-size:1.25rem}.selected-pair-info,.trade-pair-suggestions{padding:1rem}}.currency-pair-list:hover,.info-container:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s ease}.currency-pair-list,.header,.info-container,.selected-pair-info,.trade-pair-suggestions,.wrapper{transition:all .3s ease}.currency-pair-list::-webkit-scrollbar,.selected-pair-info::-webkit-scrollbar,.trade-pair-suggestions::-webkit-scrollbar{width:6px}.currency-pair-list::-webkit-scrollbar-track,.selected-pair-info::-webkit-scrollbar-track,.trade-pair-suggestions::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.currency-pair-list::-webkit-scrollbar-thumb,.selected-pair-info::-webkit-scrollbar-thumb,.trade-pair-suggestions::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.currency-pair-list::-webkit-scrollbar-thumb:hover,.selected-pair-info::-webkit-scrollbar-thumb:hover,.trade-pair-suggestions::-webkit-scrollbar-thumb:hover{background:#94a3b8}.closeButton:focus,.homeButton a:focus{outline:2px solid #3b82f6;outline-offset:2px}.homeButton a:focus{border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.selected-pair-info,.trade-pair-suggestions{animation:fadeIn .3s ease-out}@media print{.wrapper{background:#fff;box-shadow:none;display:block}.closeButton{display:none}.currency-pair-list,.info-container{border:1px solid #ccc;box-shadow:none;page-break-inside:avoid}}#forex-session-clock-component{.forex-session-container{align-items:center;display:flex;font-family:Open Sans,sans-serif;margin-left:50px;padding:0}.homeButton a:focus{border-radius:4px;outline:2px solid #3b82f6;outline-offset:2px}.sessions{display:flex;max-width:800px;width:100%}.session{align-items:center;border-bottom:none;border-right:1px solid #f1f1f1;border-top:none;display:flex;flex-direction:row;padding-left:20px;padding-right:5px;text-align:center}.session-name{text-wrap:nowrap;font-weight:700;margin-left:8px;margin-right:8px}.session-image img{height:40px;margin:0;padding:0;width:40px}.session-info{align-items:center;margin:0;padding:0}.status{align-items:center;border-radius:15px;font-weight:700;padding:5px 10px}.status.open{background-color:#4caf50;color:#fff}.status.closed{background-color:#f44336;color:#fff}.red-dot{background-color:red}.green-dot,.red-dot{border-radius:50%;display:inline-block;height:8px;vertical-align:middle;width:8px}.green-dot{animation:flash 2s infinite;background-color:#0fb50f}@media (max-width:1024px){.forex-session-container{margin-left:30px}.sessions{max-width:600px}.session{padding-left:15px;padding-right:3px}.session-name{font-size:.9rem;margin-left:6px;margin-right:6px}.session-image img{height:35px;width:35px}}@media (max-width:768px){.forex-session-container{margin-left:20px}.sessions{flex-wrap:wrap;gap:10px;max-width:500px}.session{border-bottom:1px solid #f1f1f1;justify-content:flex-start;min-width:calc(50% - 5px);padding-left:12px;padding-right:12px}.session,.session:nth-child(2n){border-right:none}.session:nth-child(n+3){border-bottom:none}.session-name{font-size:.85rem;margin-left:8px;margin-right:8px}.session-image img{height:32px;width:32px}}@media (max-width:600px){.forex-session-container{margin-left:10px;margin-right:10px}.sessions{flex-direction:column;gap:8px;max-width:100%}.session{border-bottom:1px solid #f1f1f1;border-right:none;min-width:auto;padding:8px 12px;width:100%}.session:last-child{border-bottom:none}.session-name{font-size:.8rem;margin-left:10px;margin-right:10px}.session-image img{height:28px;width:28px}.green-dot,.red-dot{height:10px;width:10px}}@media (max-width:480px){.forex-session-container{margin-left:5px;margin-right:5px}.session{padding:6px 10px}.session-name{font-size:.75rem;margin-left:8px;margin-right:8px}.session-image img{height:24px;width:24px}}}@keyframes flash{0%,to{opacity:1}50%{opacity:.3}}
/*# sourceMappingURL=main.c19f8c73.css.map*/