*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin:0 0 1rem}h1{font-size:2.5rem;font-weight:300}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0 0 1rem}a{color:#3498db;text-decoration:none;transition:color .3s ease}a:hover{color:#2980b9}button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease}button:hover{background:#2980b9}button:disabled{background:#bdc3c7;cursor:not-allowed}input,select,textarea{background:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease}input:focus,select:focus,textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 .5rem}}code{background:#f8f9fa;border-radius:3px;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.9em;padding:.2rem .4rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.input-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0;padding:2rem}.input-form h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;text-align:center}.form-group{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.form-group label{color:#34495e;flex-shrink:0;font-size:.9rem;font-weight:500;min-width:120px}.form-group input{background:#f8f9fa;border:2px solid #e1e8ed;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-group input:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-group input.error{background:#fdf2f2;border-color:#e74c3c}.form-group input.error:focus{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.error-message{display:block;font-size:.8rem;margin-left:120px;margin-top:.25rem}.input-with-unit{align-items:center;display:flex;flex:1 1;position:relative}.input-with-unit input{padding-right:6rem!important}.unit-text{color:#6c757d;font-size:.85rem;font-style:italic;pointer-events:none;position:absolute;right:.75rem;white-space:nowrap;z-index:1}.form-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-calculate,.btn-reset{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;height:50px;padding:.75rem 1.5rem;transition:all .3s ease}.btn-calculate{background:#3498db;color:#fff}.btn-calculate:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.btn-calculate:active{transform:translateY(0)}.btn-reset{background:#95a5a6;color:#fff}.btn-reset:hover{background:#7f8c8d;box-shadow:0 4px 8px #95a5a64d;transform:translateY(-1px)}.btn-reset:active{transform:translateY(0)}@media (max-width:768px){.input-form{margin:0 1rem;padding:1.5rem}.input-form h2{font-size:1.25rem}.form-group{align-items:stretch;flex-direction:column;gap:.5rem}.form-group label{margin-bottom:.25rem;min-width:auto}.error-message{margin-left:0}.form-buttons{flex-direction:column}.btn-calculate,.btn-reset{width:100%}}@media (max-width:480px){.input-form{margin:0 .5rem;padding:1rem}.input-form h2{font-size:1.1rem}.form-group input{font-size:.9rem;padding:.625rem}.btn-calculate,.btn-reset{font-size:.9rem;padding:.625rem 1rem}}.form-group input:focus-visible{outline:2px solid #3498db;outline-offset:2px}@media (prefers-color-scheme:dark){.input-form{background:#2c3e50}.input-form,.input-form h2{color:#ecf0f1}.form-group label{color:#bdc3c7}.form-group input{background:#34495e;border-color:#4a5568;color:#ecf0f1}.form-group input:focus{background:#2c3e50;border-color:#3498db}.form-group input.error{background:#4a2c2c;border-color:#e74c3c}}.result-display{background:#0000;border-radius:0;border-top:1px solid #ecf0f1;box-shadow:none;margin:0;padding:1rem 2rem 2rem}.result-section{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-bottom:1rem;padding:1rem}.result-section h3{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.75rem;text-align:center}.table-container{border-radius:6px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}.result-display table{background:#fff;border-collapse:collapse;font-size:.85rem;width:100%}.result-display th{background:#f8f9fa;border-bottom:2px solid #e1e8ed;color:#2c3e50;font-size:.8rem;font-weight:600;padding:.75rem .5rem;text-align:center}.result-display td{border-bottom:1px solid #e1e8ed;font-size:.8rem;padding:.5rem;text-align:center}.result-display tr:last-child td{border-bottom:none}.result-display tr:hover{background-color:#f8f9fa}.result-display tr:last-child{background-color:#fffbf0;text-shadow:1px 1px 2px #0000001a}@media (max-width:768px){.result-display{padding:1.5rem}.result-section{padding:.75rem}.result-section h3{font-size:.9rem}.result-display table{font-size:.75rem}.result-display td,.result-display th{font-size:.75rem;padding:.375rem .25rem}}@media (max-width:480px){.result-display{padding:1rem}.result-section{padding:.5rem}.result-section h3{font-size:.85rem}.result-display table{font-size:.7rem}.result-display td,.result-display th{font-size:.7rem;padding:.25rem .125rem}}@media (prefers-color-scheme:dark){.result-display{color:#ecf0f1}.result-section{background:#34495e;border-left-color:#3498db}.result-section h3{color:#ecf0f1}.table-container{background:#2c3e50}.result-display table{background:#2c3e50;color:#ecf0f1}.result-display th{background:#34495e;color:#ecf0f1}.result-display td,.result-display th{border-bottom-color:#4a5568}.result-display tr:hover{background-color:#34495e}.result-display tr:last-child{background-color:#2d2a1a;text-shadow:1px 1px 2px #ffffff1a}}.compound-graph{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0;padding:2rem}.graph-header{align-items:center;border-bottom:2px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.5rem}.graph-header h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.graph-info{display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem;width:100%}.info-box{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 8px #00000026;color:#fff;display:flex;flex:1 1;flex-direction:row;gap:.2rem;height:50px;justify-content:center;min-width:0;overflow:hidden;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.info-box:hover{box-shadow:0 6px 12px #0003;transform:translateY(-2px)}.info-label{font-size:1.4rem;font-weight:500;opacity:.9}.info-label,.info-value{display:inline;white-space:nowrap}.info-value{font-size:1.3rem;font-weight:700;letter-spacing:.5px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.chart-container{height:400px;position:relative;width:100%}.graph-placeholder{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;display:flex;font-size:1rem;height:100%;justify-content:center}.graph-placeholder p{margin:0;text-align:center}@media (max-width:768px){.compound-graph{padding:1.5rem}.graph-header{align-items:stretch;flex-direction:column;gap:1rem}.graph-header h3{font-size:1.25rem;text-align:center}.graph-info{gap:1rem;margin-bottom:1.5rem}.info-box{gap:.3rem;height:60px;padding:1rem 1.5rem}.info-value{font-size:1.2rem}.chart-container{height:300px}}@media (max-width:480px){.compound-graph{padding:1rem}.graph-header h3{font-size:1.1rem}.graph-info{flex-direction:column;gap:1rem;margin-bottom:1rem}.info-box{gap:.2rem;height:50px;padding:1rem}.info-value{font-size:1rem}.chart-container{height:233px}.graph-placeholder{font-size:.9rem}}.compound-graph{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.compound-graph:hover{box-shadow:0 6px 12px #00000026;transition:box-shadow .3s ease}@media (prefers-color-scheme:dark){.compound-graph{background:#2c3e50;color:#ecf0f1}.graph-header{border-bottom-color:#34495e}.graph-header h3{color:#ecf0f1}.graph-placeholder{background:#34495e;border-color:#5a6c7d;color:#bdc3c7}}.Calculator_calculator__wkl7P{margin:0 auto;max-width:800px;padding:1rem}.Calculator_calculator-section__gTQe\+{margin-bottom:.25rem}.Calculator_results-container__uUnAA{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}@media (min-width:768px){.Calculator_calculator__wkl7P{gap:2rem}}@media (min-width:1024px){.Calculator_calculator__wkl7P{gap:1.5rem}}@media (max-width:767px){.Calculator_calculator__wkl7P{padding:.5rem}.Calculator_calculator-section__gTQe\+{margin-bottom:.25rem}}@media (prefers-color-scheme:dark){.Calculator_calculator__wkl7P{color:#ecf0f1}.Calculator_results-container__uUnAA{background:#2c3e50}}.DDayCalculator_dday-calculator__2SY83{margin:0 auto;max-width:800px;padding:1rem}.DDayCalculator_calculator-container__84BtM{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.DDayCalculator_calculator-container__84BtM h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.DDayCalculator_calculator-container__84BtM p{color:#7f8c8d;font-size:1rem;margin-bottom:2rem}.DDayCalculator_current-time__vqvRU{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1rem;padding:1.5rem;text-align:center}.DDayCalculator_current-time__vqvRU span{color:#2c3e50;font-family:Courier New,monospace;font-size:1.1rem;font-weight:600}.DDayCalculator_today-info__5YyqW{background-color:#e8f4fd;border-left:4px solid #3498db;border-radius:6px;margin-bottom:2rem;padding:1rem}.DDayCalculator_today-info__5YyqW span{color:#2c3e50;font-size:1.1rem;font-weight:500}.DDayCalculator_input-form__J1Ylf{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.DDayCalculator_input-group__T3f-T{display:flex;flex-direction:column}.DDayCalculator_input-group__T3f-T label{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.DDayCalculator_input-group__T3f-T input{background-color:#fafafa;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-weight:500;padding:.75rem;text-align:center;transition:border-color .3s ease}.DDayCalculator_input-group__T3f-T input:focus{background-color:#fff;border-color:#3498db;outline:none}.DDayCalculator_results-container__w\+HwK{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:2rem;padding:1.5rem}.DDayCalculator_results-container__w\+HwK h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.DDayCalculator_result-content__x0647{display:flex;flex-direction:column;gap:1.5rem}.DDayCalculator_target-date__9K0wy{color:#2c3e50;font-size:1rem;margin-bottom:1rem}.DDayCalculator_dday-result__WYF45{border-radius:8px;margin:0;text-align:center}.DDayCalculator_past-date__c8JNU{background-color:#fff3cd;border:2px solid #ffeaa7}.DDayCalculator_future-date__GAKFQ{background-color:#d1ecf1;border:2px solid #bee5eb}.DDayCalculator_dday-number__KMPJq{color:#2c3e50;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.DDayCalculator_dday-text__Vojl5{color:#7f8c8d;display:block;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.DDayCalculator_time-difference__V\+EnZ{background-color:#ffffffb3;border:1px solid #0000001a;border-radius:6px;margin-top:1rem;padding:1rem}.DDayCalculator_time-label__P8cwB{color:#6c757d;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.DDayCalculator_time-value__EMNwU{color:#2c3e50;display:block;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;letter-spacing:.5px}.DDayCalculator_additional-info__xLEaO{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.DDayCalculator_info-item__RTCN1{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;justify-content:space-between;padding:.75rem}.DDayCalculator_info-item__RTCN1 .DDayCalculator_label__4I5rr{color:#7f8c8d;font-weight:500}.DDayCalculator_info-item__RTCN1 .DDayCalculator_value__Jovil{color:#2c3e50;font-size:1.1rem;font-weight:600}.DDayCalculator_usage-guide__0x5GI{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;margin-top:2rem;padding:1.5rem}.DDayCalculator_usage-guide__0x5GI h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.DDayCalculator_usage-guide__0x5GI ul{color:#7f8c8d;line-height:1.6;margin:0;padding-left:1.5rem}.DDayCalculator_usage-guide__0x5GI li{margin-bottom:.5rem}.DDayCalculator_time-value__EMNwU{animation:DDayCalculator_pulse__jTDD6 1s ease-in-out infinite}@keyframes DDayCalculator_pulse__jTDD6{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.DDayCalculator_dday-calculator__2SY83{padding:.5rem}.DDayCalculator_calculator-container__84BtM{margin-bottom:1rem;padding:1.5rem}.DDayCalculator_calculator-container__84BtM h2{font-size:1.5rem}.DDayCalculator_input-form__J1Ylf{gap:1rem;grid-template-columns:1fr}.DDayCalculator_dday-number__KMPJq{font-size:2rem}.DDayCalculator_additional-info__xLEaO{grid-template-columns:1fr}.DDayCalculator_current-time__vqvRU span,.DDayCalculator_time-value__EMNwU{font-size:1rem}}@media (max-width:480px){.DDayCalculator_calculator-container__84BtM{padding:1rem}.DDayCalculator_calculator-container__84BtM h2{font-size:1.3rem}.DDayCalculator_input-group__T3f-T input{font-size:.9rem;padding:.625rem}.DDayCalculator_dday-number__KMPJq{font-size:1.8rem}.DDayCalculator_dday-text__Vojl5{font-size:1rem}.DDayCalculator_time-value__EMNwU{font-size:.9rem}}.lotto-checker{margin:0 auto;max-width:1200px;padding:1rem}.calculator-container{margin-bottom:2rem;padding:2rem}.header-section{border-bottom:2px solid #ecf0f1;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.header-section h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.header-section p{color:#7f8c8d;font-size:1rem;margin-bottom:1.5rem}.refresh-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 8px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-button:hover{box-shadow:0 6px 12px #667eea66;transform:translateY(-2px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.loading-container{padding:3rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container p{color:#7f8c8d;font-size:1.1rem}.error-container{background-color:#fdf2f2;border:1px solid #fecaca;border-radius:8px;padding:2rem;text-align:center}.error-message{color:#e74c3c;font-size:1.1rem;margin-bottom:1rem}.error-container button{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.lotto-draws{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.lotto-draw{background:#f8f9fa;border-left:4px solid #3498db;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin:0 auto;padding:1.5rem;transition:transform .3s ease;width:61.8%}.lotto-draw:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.draw-header{border-bottom:1px solid #e1e8ed;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.draw-header,.draw-info{align-items:center;display:flex}.draw-info{color:#2c3e50;font-weight:600;gap:.5rem}.draw-number{color:#3498db;font-size:1.2rem}.draw-date{color:#7f8c8d;font-size:.9rem}.numbers-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem}.main-numbers{display:flex;flex-wrap:wrap;gap:.5rem}.bonus-section{align-items:flex-start;display:flex;flex-direction:row;gap:2rem}.bonus-number{align-items:center;display:flex;gap:.5rem}.bonus-label{color:#ff6b35;font-size:.8rem;font-weight:600}.prize-info{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.prize-top{align-items:flex-start;display:flex;gap:1rem}.prize-bottom{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.prize-amounts,.prize-labels{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.total-label{color:#7f8c8d;font-size:.85rem;font-weight:500}.total-amount{color:#e74c3c;font-size:1rem;font-weight:700}.prize-label{color:#7f8c8d;font-size:.85rem;font-weight:500}.prize-detail{align-items:center;display:flex;gap:.25rem}.winner-count{color:#3498db;font-size:.9rem;font-weight:600}.each-label{color:#7f8c8d;font-size:.85rem;font-weight:500}.prize-amount{color:#27ae60}.lotto-number,.prize-amount{font-size:1rem;font-weight:700}.lotto-number{align-items:center;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;display:flex;height:40px;justify-content:center;transition:transform .2s ease;width:40px}.lotto-number:hover{transform:scale(1.1)}.lotto-number.bonus{border:3px solid #ff6b35;box-shadow:0 2px 4px #ff6b354d}.info-section{background-color:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;margin-top:2rem;padding:1.5rem}.info-section h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.color-legend{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.legend-item{align-items:center;color:#2c3e50;display:flex;font-size:.9rem;gap:.5rem}.legend-color{border-radius:50%;box-shadow:0 1px 3px #0003;height:20px;width:20px}.pagination{flex-wrap:wrap;gap:.5rem;margin:2rem 0}.pagination,.pagination-button{align-items:center;display:flex;justify-content:center}.pagination-button{background:#fff;border:1px solid #e1e8ed;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:.9rem;font-weight:500;height:40px;min-width:40px;padding:.5rem;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:#f8f9fa;border-color:#3498db;color:#3498db;transform:translateY(-1px)}.pagination-button.active{background:#3498db;border-color:#3498db;color:#fff}.pagination-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.pagination-ellipsis{color:#7f8c8d;font-weight:500;padding:0 .5rem}@media (prefers-color-scheme:dark){.pagination-button{background:#2c3e50;border-color:#34495e;color:#ecf0f1}.pagination-button:hover:not(:disabled){background:#34495e;border-color:#3498db;color:#3498db}.pagination-button.active{background:#3498db;color:#fff}.pagination-ellipsis{color:#bdc3c7}}@media (max-width:768px){.pagination{gap:.25rem}.pagination-button{font-size:.8rem;height:35px;min-width:35px}}@media (max-width:480px){.pagination{gap:.2rem}.pagination-button{font-size:.75rem;height:30px;min-width:30px}}@media (max-width:768px){.lotto-checker{padding:.5rem}.calculator-container{margin-bottom:1rem;padding:1.5rem}.header-section h2{font-size:1.5rem}.draw-header{align-items:flex-start;flex-direction:column;gap:.5rem}.bonus-section,.numbers-container{align-items:center;flex-direction:column;gap:1rem}.prize-info,.prize-top{align-items:center}.prize-top{flex-direction:column;gap:.5rem}.prize-amounts,.prize-labels{align-items:center}.main-numbers,.prize-bottom{justify-content:center}.color-legend{gap:1rem}.legend-item{font-size:.8rem}}@media (max-width:480px){.calculator-container{padding:1rem}.header-section h2{font-size:1.3rem}.lotto-number{height:35px;width:35px}.draw-header,.lotto-number,.prize-amount,.total-amount{font-size:.9rem}.color-legend{align-items:center;flex-direction:column;gap:.5rem}}@media (prefers-color-scheme:dark){.calculator-container{background:#2c3e50;color:#ecf0f1}.lotto-draw{background:#34495e;border-left-color:#3498db}.info-section{background:#34495e;border-color:#4a5568}.draw-header{border-bottom-color:#4a5568}.each-label,.loading-container p,.prize-label,.total-label{color:#bdc3c7}}.StockProfitInputForm_input-form-container__yLX87{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.StockProfitInputForm_form-header__UrO-w{margin-bottom:2rem;text-align:center}.StockProfitInputForm_form-header__UrO-w h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.StockProfitInputForm_form-header__UrO-w p{color:#7f8c8d;font-size:1rem}.StockProfitInputForm_input-form__cQUj2{display:flex;flex-direction:column;gap:2rem}.StockProfitInputForm_form-section__cb6ex{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem}.StockProfitInputForm_form-section__cb6ex h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.StockProfitInputForm_form-section__cb6ex:has(.StockProfitInputForm_input-group__8Y0nH:has(input[name=commission])){display:flex;flex-direction:column}.StockProfitInputForm_form-section__cb6ex:has(.StockProfitInputForm_input-group__8Y0nH:has(input[name=commission])) .StockProfitInputForm_input-group__8Y0nH{flex:1 1;margin-bottom:0}.StockProfitInputForm_form-section__cb6ex:has(.StockProfitInputForm_input-group__8Y0nH:has(input[name=commission])) .StockProfitInputForm_input-group__8Y0nH:first-child{margin-right:1rem}.StockProfitInputForm_commission-tax-container__orq-g,.StockProfitInputForm_trading-info-container__mTb1A{display:flex;gap:1rem}.StockProfitInputForm_commission-tax-container__orq-g .StockProfitInputForm_input-group__8Y0nH:first-child,.StockProfitInputForm_commission-tax-container__orq-g .StockProfitInputForm_input-group__8Y0nH:last-child{flex:0.317 1}.StockProfitInputForm_input-group__8Y0nH{display:flex;flex-direction:column;margin-bottom:1rem}.StockProfitInputForm_input-group__8Y0nH:last-child{margin-bottom:0}.StockProfitInputForm_input-group__8Y0nH label{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.5rem}.StockProfitInputForm_input-group__8Y0nH input{background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.StockProfitInputForm_input-group__8Y0nH input:focus{border-color:#3498db;outline:none}.StockProfitInputForm_input-group__8Y0nH small{color:#7f8c8d;font-size:.875rem;margin-top:.25rem}.StockProfitInputForm_error__vXqs6{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.StockProfitInputForm_form-actions__H2vL2{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.StockProfitInputForm_calculate-button__U67Tt{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background-color .3s ease}.StockProfitInputForm_calculate-button__U67Tt:hover{background-color:#2980b9}.StockProfitInputForm_reset-button__91iOE{background-color:#95a5a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background-color .3s ease}.StockProfitInputForm_reset-button__91iOE:hover{background-color:#7f8c8d}@media (max-width:768px){.StockProfitInputForm_form-section__cb6ex,.StockProfitInputForm_input-form-container__yLX87{padding:1rem}.StockProfitInputForm_trading-info-container__mTb1A{flex-direction:column;gap:0}.StockProfitInputForm_trading-info-container__mTb1A .StockProfitInputForm_input-group__8Y0nH{margin-bottom:1rem}.StockProfitInputForm_trading-info-container__mTb1A .StockProfitInputForm_input-group__8Y0nH:last-child{margin-bottom:0}.StockProfitInputForm_commission-tax-container__orq-g{flex-direction:column;gap:0}.StockProfitInputForm_commission-tax-container__orq-g .StockProfitInputForm_input-group__8Y0nH{margin-bottom:1rem}.StockProfitInputForm_commission-tax-container__orq-g .StockProfitInputForm_input-group__8Y0nH:last-child{margin-bottom:0}.StockProfitInputForm_form-actions__H2vL2{flex-direction:column}.StockProfitInputForm_calculate-button__U67Tt,.StockProfitInputForm_reset-button__91iOE{width:100%}}.StockProfitResultDisplay_result-display__BqjaL{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.StockProfitResultDisplay_result-header__EKO1s{border-bottom:2px solid #ecf0f1;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.StockProfitResultDisplay_result-header__EKO1s h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.StockProfitResultDisplay_profit-indicator__Yg-jc{align-items:center;border-radius:8px;display:flex;font-size:1.4rem;font-weight:700;gap:.5rem;justify-content:center;padding:1rem}.StockProfitResultDisplay_profit-indicator__Yg-jc.StockProfitResultDisplay_profit__pO6Cb{background-color:#d5f4e6;color:#27ae60}.StockProfitResultDisplay_profit-indicator__Yg-jc.StockProfitResultDisplay_loss__qeGEG{background-color:#fadbd8;color:#e74c3c}.StockProfitResultDisplay_profit-indicator__Yg-jc.StockProfitResultDisplay_neutral__RzXmm{background-color:#f8f9fa;color:#7f8c8d}.StockProfitResultDisplay_profit-amount__DfAI4,.StockProfitResultDisplay_profit-rate__6IMTL{font-size:2.3cap;font-weight:800;margin-right:.5rem}.StockProfitResultDisplay_result-content__5DgFe{display:flex;flex-direction:column;gap:2rem}.StockProfitResultDisplay_result-section__k6eWQ{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem}.StockProfitResultDisplay_result-section__k6eWQ h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.StockProfitResultDisplay_result-grid__JqrRz{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.StockProfitResultDisplay_result-item__CQh\+E{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;justify-content:space-between;padding:.75rem}.StockProfitResultDisplay_result-item__CQh\+E.StockProfitResultDisplay_highlight__zcuou{background-color:#ecf0f1;border-color:#bdc3c7;font-weight:600}.StockProfitResultDisplay_result-item__CQh\+E label{color:#7f8c8d;font-weight:500}.StockProfitResultDisplay_result-item__CQh\+E .StockProfitResultDisplay_value__x\+XrH{color:#2c3e50;font-size:1.1rem;font-weight:600}.StockProfitResultDisplay_result-item__CQh\+E .StockProfitResultDisplay_value__x\+XrH.StockProfitResultDisplay_profit__pO6Cb{color:#27ae60}.StockProfitResultDisplay_result-item__CQh\+E .StockProfitResultDisplay_value__x\+XrH.StockProfitResultDisplay_loss__qeGEG{color:#e74c3c}.StockProfitResultDisplay_result-summary__ZPt3G{margin-top:1rem}.StockProfitResultDisplay_summary-card__CEpnh{align-items:center;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;text-align:center}.StockProfitResultDisplay_summary-card__CEpnh.StockProfitResultDisplay_profit__pO6Cb{background-color:#d5f4e6;border:2px solid #27ae60}.StockProfitResultDisplay_summary-card__CEpnh.StockProfitResultDisplay_loss__qeGEG{background-color:#fadbd8;border:2px solid #e74c3c}.StockProfitResultDisplay_summary-card__CEpnh.StockProfitResultDisplay_neutral__RzXmm{background-color:#f8f9fa;border:2px solid #bdc3c7}.StockProfitResultDisplay_summary-icon__1aQU5{align-items:center;display:flex;justify-content:center}.StockProfitResultDisplay_summary-content__FZ16x h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.StockProfitResultDisplay_summary-amount__FpEkh{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.StockProfitResultDisplay_summary-rate__koIhj{font-size:1.1rem;font-weight:600}.StockProfitResultDisplay_result-note__CiLiO{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;margin-top:2rem;padding:1.5rem}.StockProfitResultDisplay_result-note__CiLiO h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.StockProfitResultDisplay_result-note__CiLiO ul{color:#7f8c8d;line-height:1.6;margin:0;padding-left:1.5rem}.StockProfitResultDisplay_result-note__CiLiO li{margin-bottom:.5rem}@media (max-width:768px){.StockProfitResultDisplay_result-display__BqjaL,.StockProfitResultDisplay_result-section__k6eWQ{padding:1rem}.StockProfitResultDisplay_result-grid__JqrRz{grid-template-columns:1fr}.StockProfitResultDisplay_summary-card__CEpnh{flex-direction:column;text-align:center}}.StockProfitCalculator_calculator__6xYkf{margin:0 auto;max-width:800px;padding:1rem}.StockProfitCalculator_calculator-section__fWGds{margin-bottom:2rem}.StockProfitCalculator_results-container__daUZX{margin-top:2rem}.HundredDayInputForm_input-form-container__t6CMb,.StockProfitCalculator_results-container__daUZX{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.HundredDayInputForm_form-header__F3CRr{margin-bottom:2rem;text-align:center}.HundredDayInputForm_form-header__F3CRr h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.HundredDayInputForm_form-header__F3CRr p{color:#7f8c8d;font-size:1rem}.HundredDayInputForm_input-form__6nQ8m{display:flex;flex-direction:column;gap:2rem}.HundredDayInputForm_form-section__jd6NJ{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem}.HundredDayInputForm_form-section__jd6NJ h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.HundredDayInputForm_date-input-container__dEi0n{position:relative}.HundredDayInputForm_input-group__Ej1Sr{display:flex;flex-direction:column;margin-bottom:1rem}.HundredDayInputForm_input-group__Ej1Sr:last-child{margin-bottom:0}.HundredDayInputForm_input-group__Ej1Sr label{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.5rem}.HundredDayInputForm_date-dropdown-container__i3\+vO{align-items:flex-start;display:flex;gap:.5rem}.HundredDayInputForm_date-dropdown-group__O\+Gg3{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.HundredDayInputForm_date-dropdown__HXy99{background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.HundredDayInputForm_date-dropdown__HXy99:focus{border-color:#3498db;outline:none}.HundredDayInputForm_increment-buttons__1OjzT{display:flex;gap:.25rem}.HundredDayInputForm_increment-button__U-Rp2{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#2c3e50;cursor:pointer;flex:1 1;font-size:.75rem;font-weight:600;padding:.375rem .5rem;transition:all .3s ease}.HundredDayInputForm_increment-button__U-Rp2:hover{background-color:#3498db;border-color:#3498db;color:#fff}.HundredDayInputForm_date-input-wrapper__Y8Hiw{align-items:center;display:flex;gap:.5rem}.HundredDayInputForm_date-input__-\+bA2{background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;flex:1 1;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.HundredDayInputForm_date-input__-\+bA2:focus{border-color:#3498db;outline:none}.HundredDayInputForm_calendar-button__d3Ujc{align-items:center;background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:background-color .3s ease}.HundredDayInputForm_calendar-button__d3Ujc:hover{background-color:#2980b9}.HundredDayInputForm_calendar-popup__mVPDp{background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:50%;margin-top:.5rem;padding:1rem;position:absolute;top:100%;transform:translateX(-50%);width:75%;z-index:1000}.HundredDayInputForm_calendar-header__v7rph{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.HundredDayInputForm_calendar-header__v7rph h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0}.HundredDayInputForm_close-button__zm3GK{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:1.2rem;padding:.25rem}.HundredDayInputForm_close-button__zm3GK:hover{color:#e74c3c}.HundredDayInputForm_calendar-grid__PMo9D{margin-bottom:1rem}.HundredDayInputForm_calendar-container__AmbSV{width:100%}.HundredDayInputForm_calendar-navigation__KPo5L{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.HundredDayInputForm_nav-button__bh0H5{background:none;border:none;border-radius:4px;color:#3498db;cursor:pointer;font-size:1.5rem;padding:.25rem .5rem;transition:background-color .3s ease}.HundredDayInputForm_nav-button__bh0H5:hover{background-color:#f8f9fa}.HundredDayInputForm_calendar-title__j02Mh{color:#2c3e50;font-size:1.1rem;font-weight:600}.HundredDayInputForm_calendar-weekdays__0j19n{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem}.HundredDayInputForm_weekday__VzIIG{color:#7f8c8d;font-size:.9rem;font-weight:600;padding:.5rem 0;text-align:center}.HundredDayInputForm_calendar-days__5tjWu{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(7,1fr)}.HundredDayInputForm_calendar-day__w5Je9{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.9rem;justify-content:center;min-height:2rem;padding:.5rem;transition:all .3s ease}.HundredDayInputForm_calendar-day__w5Je9:hover{background-color:#f8f9fa}.HundredDayInputForm_calendar-day__w5Je9.HundredDayInputForm_current-month__Y2iZB{color:#2c3e50}.HundredDayInputForm_calendar-day__w5Je9.HundredDayInputForm_other-month__aixyU{color:#bdc3c7}.HundredDayInputForm_calendar-day__w5Je9.HundredDayInputForm_selected__cFfGA{background-color:#3498db;color:#fff}.HundredDayInputForm_calendar-day__w5Je9.HundredDayInputForm_today__Jzs1O{background-color:#e8f4fd;color:#3498db;font-weight:600}.HundredDayInputForm_calendar-day__w5Je9:disabled{cursor:not-allowed;opacity:.5}.HundredDayInputForm_calendar-note__IZXgU{align-items:center;color:#7f8c8d;display:flex;font-size:.875rem;gap:.5rem}.HundredDayInputForm_error__uR3c-{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.HundredDayInputForm_form-actions__Y-D3g{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.HundredDayInputForm_calculate-button__-k1Fo{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background-color .3s ease}.HundredDayInputForm_calculate-button__-k1Fo:hover{background-color:#2980b9}.HundredDayInputForm_reset-button__Zvewd{background-color:#95a5a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background-color .3s ease}.HundredDayInputForm_reset-button__Zvewd:hover{background-color:#7f8c8d}@media (max-width:768px){.HundredDayInputForm_form-section__jd6NJ,.HundredDayInputForm_input-form-container__t6CMb{padding:1rem}.HundredDayInputForm_form-actions__Y-D3g{flex-direction:column}.HundredDayInputForm_calculate-button__-k1Fo,.HundredDayInputForm_reset-button__Zvewd{width:100%}.HundredDayInputForm_date-dropdown-container__i3\+vO{flex-direction:column;gap:.5rem}.HundredDayInputForm_date-dropdown-group__O\+Gg3,.HundredDayInputForm_date-dropdown__HXy99{width:100%}.HundredDayInputForm_increment-buttons__1OjzT{gap:.5rem}.HundredDayInputForm_calendar-popup__mVPDp{left:50%;max-width:400px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}}.HundredDayResultDisplay_result-display__9h0ma{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.HundredDayResultDisplay_result-header__5v1cx{padding-bottom:2rem;text-align:center}.HundredDayResultDisplay_result-header__5v1cx h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.HundredDayResultDisplay_date-indicator__TYRCU{align-items:center;background-color:#e8f4fd;border-radius:8px;color:#3498db;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem}.HundredDayResultDisplay_days-text__FkUH-{font-size:1.5rem;font-weight:700}.HundredDayResultDisplay_result-content__pWzCM{display:flex;flex-direction:column;gap:2rem}.HundredDayResultDisplay_result-section__Mj91r{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem}.HundredDayResultDisplay_result-section__Mj91r h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.HundredDayResultDisplay_date-flow__MSdio{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.HundredDayResultDisplay_date-card__N4b77{background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1 1;min-width:200px;padding:1.5rem;text-align:center;transition:all .3s ease}.HundredDayResultDisplay_date-card__N4b77:hover{border-color:#3498db;box-shadow:0 2px 4px #0000001a}.HundredDayResultDisplay_date-card__N4b77.HundredDayResultDisplay_result-date__ycaw5{background-color:#e8f4fd;border-color:#3498db}.HundredDayResultDisplay_date-label__sUcfo{color:#7f8c8d;font-size:.875rem;font-weight:500;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.HundredDayResultDisplay_date-value__RMF8V{color:#2c3e50;font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.HundredDayResultDisplay_weekday__ejwS1{color:#3498db;font-size:.9rem;font-weight:600}.HundredDayResultDisplay_arrow-container__CIAGI{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.HundredDayResultDisplay_arrow-text__r4Q\+2{color:#3498db;font-size:.875rem;font-weight:600}.HundredDayResultDisplay_result-summary__ogGJO{margin-top:1rem}.HundredDayResultDisplay_summary-card__O0pef{align-items:center;background-color:#e8f4fd;border:2px solid #3498db;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;text-align:center}.HundredDayResultDisplay_summary-icon__y9z0M{align-items:center;color:#3498db;display:flex;justify-content:center}.HundredDayResultDisplay_summary-content__GwiZ4 h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.HundredDayResultDisplay_summary-date__3bt3a{color:#7f8c8d;font-size:1rem;font-weight:600;margin-bottom:.25rem}.HundredDayResultDisplay_summary-arrow__IoIXQ{color:#3498db;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.HundredDayResultDisplay_summary-result__xduKz{color:#2c3e50;font-size:1.1rem;font-weight:700}.HundredDayResultDisplay_result-note__9USPL{background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;margin-top:2rem;padding:1.5rem}.HundredDayResultDisplay_result-note__9USPL h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.HundredDayResultDisplay_result-note__9USPL ul{color:#7f8c8d;line-height:1.6;margin:0;padding-left:1.5rem}.HundredDayResultDisplay_result-note__9USPL li{margin-bottom:.5rem}@media (max-width:768px){.HundredDayResultDisplay_result-display__9h0ma,.HundredDayResultDisplay_result-section__Mj91r{padding:1rem}.HundredDayResultDisplay_date-flow__MSdio{flex-direction:column;gap:1rem}.HundredDayResultDisplay_date-card__N4b77{min-width:auto;width:100%}.HundredDayResultDisplay_arrow-container__CIAGI{transform:rotate(90deg)}.HundredDayResultDisplay_summary-card__O0pef{flex-direction:column;text-align:center}}.HundredDayCalculator_calculator__sMLSY{margin:0 auto;max-width:800px;padding:1rem}.HundredDayCalculator_calculator-section__yyCyt{margin-bottom:2rem}.HundredDayCalculator_results-container__eRd77{margin-top:2rem}.AreaInputForm_input-form-container__oRWqe,.HundredDayCalculator_results-container__eRd77{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.AreaInputForm_form-header__Ptkxn{margin-bottom:2rem;text-align:center}.AreaInputForm_form-header__Ptkxn h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.AreaInputForm_form-header__Ptkxn p{color:#7f8c8d;font-size:1rem}.AreaInputForm_input-form__ft5IG{display:flex;flex-direction:column;gap:2rem}.AreaInputForm_form-section__-Dr\+9{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem}.AreaInputForm_form-section__-Dr\+9 h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.AreaInputForm_button-group__ttjZO{display:flex;flex-direction:row;gap:.5rem;margin-bottom:1.5rem}.AreaInputForm_button-group__ttjZO:last-child{margin-bottom:0}.AreaInputForm_button-group__ttjZO h4{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.75rem}.AreaInputForm_button-container__\+h9l-{grid-gap:.5rem;align-items:stretch;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);justify-items:stretch}.AreaInputForm_quick-button__ceE\+e{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;box-sizing:border-box;color:#2c3e50;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;height:48px;justify-content:center;min-width:84px;padding:.75rem .5rem;text-align:center;transition:all .3s ease;width:105%}.AreaInputForm_quick-button__ceE\+e:hover{background-color:#f8f9fa;border-color:#3498db}.AreaInputForm_conversion-container__axHLT{align-items:flex-start;display:flex;gap:2rem}.AreaInputForm_button-section__TayP3{display:flex;flex:1 1;flex-direction:column;gap:1rem}.AreaInputForm_divider__8Kg0w{background-color:#e0e0e0;height:1px;margin:1rem 0}.AreaInputForm_result-section__P5W3u{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;flex:1 1;padding:1rem}.AreaInputForm_result-section__P5W3u h4{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:1rem}.AreaInputForm_result-display__qVyYB{display:flex;flex-direction:column;gap:1.5rem}.AreaInputForm_result-group__\+pQPj{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.AreaInputForm_result-group__\+pQPj h5{color:#2c3e50;font-size:.9rem;font-weight:600;margin-bottom:.75rem;text-align:center}.AreaInputForm_result-item__6Z\+1S{align-items:center;background-color:#fff;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.AreaInputForm_result-item__6Z\+1S:last-child{margin-bottom:0}.AreaInputForm_result-label__tZZFZ{color:#7f8c8d;font-size:.875rem;font-weight:600}.AreaInputForm_result-value__ETE6P{color:#3498db;font-size:1rem;font-weight:700}.AreaInputForm_result-value-black__2C8Mv{color:#2c3e50;font-size:1rem;font-weight:700}.AreaInputForm_input-row__Q3BZ9{align-items:flex-start;display:flex;gap:1rem}.AreaInputForm_input-group__i5K5-{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;margin-bottom:1rem;max-width:200px}.AreaInputForm_input-group__i5K5-:last-child{margin-bottom:0}.AreaInputForm_input-group__i5K5- label{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.5rem;text-align:left;width:100%}.AreaInputForm_input-wrapper__XoO5j{align-items:center;display:flex;position:relative}.AreaInputForm_number-input__A3sdl{background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;box-sizing:border-box;flex:1 1;font-size:1rem;height:52px;padding:.75rem;transition:border-color .3s ease}.AreaInputForm_number-input__A3sdl:focus{border-color:#3498db;outline:none}.AreaInputForm_unit-label__ZsznY{color:#7f8c8d;font-weight:600;pointer-events:none;position:absolute;right:.75rem}.AreaInputForm_error__0Kjqh{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.AreaInputForm_form-actions__k3nNf{align-items:flex-end;display:flex;gap:1rem;justify-content:center;margin-top:1rem}.AreaInputForm_calculate-button__ICPKr{align-self:flex-end;background-color:#3498db;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:48px;padding:.5rem 1.5rem;transition:background-color .3s ease}.AreaInputForm_calculate-button__ICPKr:hover{background-color:#2980b9}.AreaInputForm_reset-button__XF9Nk{align-self:flex-end;background-color:#95a5a6;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:48px;padding:.5rem 1.5rem;transition:background-color .3s ease}.AreaInputForm_reset-button__XF9Nk:hover{background-color:#7f8c8d}@media (max-width:768px){.AreaInputForm_form-section__-Dr\+9,.AreaInputForm_input-form-container__oRWqe{padding:1rem}.AreaInputForm_form-actions__k3nNf{flex-direction:column}.AreaInputForm_calculate-button__ICPKr,.AreaInputForm_reset-button__XF9Nk{width:100%}.AreaInputForm_button-section__TayP3,.AreaInputForm_conversion-container__axHLT{flex-direction:column;gap:1rem}.AreaInputForm_input-row__Q3BZ9{flex-direction:column}.AreaInputForm_button-container__\+h9l-{justify-content:center}}.AreaResultDisplay_result-container__fVDU7{display:flex;flex-direction:column;gap:2rem}.AreaResultDisplay_result-header__nsaEn{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.AreaResultDisplay_result-icon__PX4ps{color:#3498db}.AreaResultDisplay_result-header__nsaEn h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0}.AreaResultDisplay_conversion-display__PS7Sc{align-items:center;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:2rem;justify-content:center;padding:2rem}.AreaResultDisplay_input-value__9OPyU,.AreaResultDisplay_output-value__yM8pG{align-items:center;display:flex;flex-direction:column;gap:.5rem}.AreaResultDisplay_value__D-pJB{color:#2c3e50;font-size:2rem;font-weight:700}.AreaResultDisplay_unit__IBEx5{color:#7f8c8d;font-size:1rem;font-weight:600}.AreaResultDisplay_arrow-container__fPGM5{color:#3498db}.AreaResultDisplay_formula-card__wqmFZ{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.AreaResultDisplay_formula-card__wqmFZ h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.AreaResultDisplay_formula__3rmqO{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#2c3e50;font-family:Courier New,monospace;font-size:1rem;font-weight:600;padding:1rem;text-align:center}.AreaResultDisplay_info-card__aPSPS{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.AreaResultDisplay_info-card__aPSPS h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.AreaResultDisplay_info-content__o7ram{display:flex;flex-direction:column;gap:1rem}.AreaResultDisplay_info-item__McVoU{display:flex;flex-direction:column;gap:.25rem}.AreaResultDisplay_info-item__McVoU strong{color:#2c3e50;font-size:1rem}.AreaResultDisplay_info-item__McVoU span{color:#7f8c8d;font-size:.875rem}.AreaResultDisplay_note__wWoGb{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem}.AreaResultDisplay_note__wWoGb p{color:#856404;font-size:.875rem;line-height:1.5;margin:0}@media (max-width:768px){.AreaResultDisplay_conversion-display__PS7Sc{flex-direction:column;gap:1rem;padding:1.5rem}.AreaResultDisplay_value__D-pJB{font-size:1.5rem}.AreaResultDisplay_info-content__o7ram{gap:.75rem}}.AreaCalculator_calculator__9QBHe{margin:0 auto;max-width:800px;padding:1rem}.AreaCalculator_calculator-section__V946L{margin-bottom:2rem}.AreaCalculator_results-container__8yvIk{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.App{background-color:#f5f5f5;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 .5rem;position:relative}.App-header h1{color:#ecf0f1;flex:1 1;font-size:2rem;font-weight:700;margin:0;text-align:center}.App-header p{color:#bdc3c7;font-size:1rem;font-weight:300;margin:.25rem 0 0}.menu-container{position:relative;width:48px}.menu-button{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:background-color .2s;width:100%}.menu-button:hover{background-color:#ffffff1a}.menu-icon{display:block}.header-spacer{width:48px}.menu-overlay{background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:999}.menu-overlay.active{opacity:1;visibility:visible}.menu-dropdown{background-color:#2c3e50;box-shadow:2px 0 8px #0000004d;height:100vh;left:-300px;overflow-y:auto;padding:1rem 0;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:1000}.menu-dropdown.active{left:0}.menu-header{border-bottom:1px solid #34495e;margin-bottom:1rem;padding:1rem 1.5rem}.menu-header h3{color:#ecf0f1;font-size:1.2rem;font-weight:600;margin:0}.menu-close{background:none;border:none;border-radius:4px;color:#ecf0f1;cursor:pointer;font-size:1.5rem;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:background-color .2s}.menu-close:hover{background-color:#ffffff1a}.menu-item{border-bottom:1px solid #34495e;color:#ecf0f1;cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:1rem 1.5rem;text-align:left;text-decoration:none;transition:all .2s ease}.menu-item:hover{background-color:#34495e;color:#fff;padding-left:2rem;text-decoration:none}.menu-item:last-child{border-bottom:none}.menu-item-icon{margin-right:.75rem;opacity:.8}main{margin:0 auto;max-width:1200px;padding:1rem}.calculator-container{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:1rem;padding:1rem}.calculator-container p{color:#7f8c8d;font-size:1.1rem;margin:0}@media (max-width:768px){.App-header h1{font-size:1.5rem}.App-header p{font-size:.9rem}.header-content{padding:0 .25rem}.menu-button{font-size:1.25rem;padding:.25rem}.menu-dropdown{width:250px}.menu-overlay{background-color:#000000b3}main{padding:.5rem}.calculator-container{margin-top:.5rem;padding:.75rem}}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ed6bd32c.css.map*/