body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.stock-analysis-container{background-color:#f0f2f5;padding:2rem}.stock-analysis-header{margin-bottom:2rem;text-align:center}.stock-analysis-header h2{color:#333;font-size:2.5rem}.stock-analysis-header .description{color:#666;font-size:1.1rem}.input-group{display:flex;justify-content:center;margin-bottom:2rem}.url-input{border:1px solid #ccc;border-radius:8px 0 0 8px;border-right:none;font-size:1rem;padding:.75rem 1rem;width:50%}.btn-primary{background-color:#007bff;border:none;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease}.btn-primary:hover{background-color:#0056b3}.error-message{color:#d9534f;margin-bottom:2rem;text-align:center}.result-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:2rem}.stock-analysis-result h3{color:#333;font-size:1.8rem;margin-bottom:1rem}.stock-analysis-meta{color:#666;font-size:.9rem;margin-bottom:1.5rem}.stock-analysis-meta span{margin-right:1rem}.stock-metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stock-metric-card{background-color:#f9f9f9;border-left:5px solid #007bff;border-radius:8px;padding:1rem}.stock-metric-card.positive{border-left-color:#28a745}.stock-metric-card.negative{border-left-color:#dc3545}.stock-metric-card.emphasize{background-color:#e9f5ff;border-left-color:#007bff}.metric-label{color:#555;display:block;font-size:.9rem;margin-bottom:.5rem}.metric-value{color:#333;font-size:1.5rem;font-weight:700}.call-strategies-section h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.best-strategy-note{background-color:#e9f5ff;border-radius:8px;color:#007bff;font-size:1.1rem;margin-bottom:1rem;padding:1rem}.call-strategies-table-container{overflow-x:auto}.call-strategies-table{border-collapse:collapse;width:100%}.call-strategies-table td,.call-strategies-table th{border-bottom:1px solid #eee;padding:.75rem 1rem;text-align:left}.call-strategies-table thead th{background-color:#f9f9f9;color:#333;font-weight:700}.call-strategies-table tbody tr:nth-child(2n){background-color:#f9f9f9}.call-strategies-table tbody tr:hover{background-color:#f0f2f5}.best-choice{background-color:#e9f5ff!important;font-weight:700}.best-choice-badge{background-color:#007bff;border-radius:4px;color:#fff;font-size:.8rem;margin-left:.5rem;padding:.2rem .5rem}.positive{color:#28a745}.negative{color:#dc3545}.greeks-grid{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(2,1fr)}.greeks-grid span{font-size:.9rem}.stock-full-analysis h4{font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.analysis-text{line-height:1.6}.btn-secondary{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.btn-secondary:hover{background-color:#5a6268}.stock-disclaimer{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-top:2rem;padding:1rem}.about-page{align-items:center;display:flex;flex-direction:column;padding:2rem;text-align:center}.about-header{margin-bottom:2rem}.about-header h1{color:#333;font-size:2.5rem}.about-content{max-width:800px;width:100%}.about-me-section,.about-project-section{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.profile-picture{border-radius:50%;height:150px;margin-bottom:1rem;object-fit:cover;width:150px}.about-me-section h2,.about-project-section h2{color:#555;font-size:1.8rem;margin-bottom:1rem}.about-me-section p,.about-project-section p{color:#666;font-size:1.1rem;line-height:1.6}.apps-page{align-items:center;display:flex;flex-direction:column;padding:2rem;text-align:center}.apps-header{margin-bottom:2rem}.apps-header h1{color:#333;font-size:2.5rem}.apps-content{max-width:800px;width:100%}.app-intro-section{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.app-intro-section h2{color:#555;font-size:1.8rem;margin-bottom:1rem}.app-intro-section p{color:#666;font-size:1.1rem;line-height:1.6}.app-showcase{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.app-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .3s ease}.app-card:hover{transform:translateY(-5px)}.app-card h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.app-card p{color:#777;font-size:1rem}.privacy-policy-container{line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.privacy-policy-container h1,.privacy-policy-container h2{color:#333;margin-top:1.5rem}.privacy-policy-container li,.privacy-policy-container p{color:#555;margin-bottom:1rem}.privacy-policy-container a{color:#007bff;text-decoration:none}.privacy-policy-container a:hover{text-decoration:underline}.contact-page{padding:2rem;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:1rem}.contact-content{margin:0 auto;max-width:600px}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{text-align:left}.form-group label{display:block;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:4px;padding:.5rem;width:100%}.submit-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.submit-button:hover{background-color:#0056b3}.submission-result{font-weight:700;margin-top:1rem}:root{--primary-color:#007bff;--secondary-color:#f5f5f5;--text-color:#333;--border-color:#ddd;--hover-color:#e0e0e0;--header-height:70px;--dark-bg:#1a1a1a;--dark-border:#333}body{background-color:#f5f5f5;background-color:var(--secondary-color);color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0}.app-container{display:flex;flex-direction:column;height:100vh}.app-header{background-color:#1a1a1a;background-color:var(--dark-bg);border-bottom:1px solid #333;border-bottom:1px solid var(--dark-border);box-shadow:0 2px 4px #0000004d;height:70px;height:var(--header-height);justify-content:space-between;padding:0 2rem}.app-header,.logo-container a{align-items:center;color:#fff;display:flex}.logo-container a{text-decoration:none}.logo{height:40px;margin-right:.75rem}.logo-container h1{font-size:1.75rem;font-weight:600}.coffee-button,.header-nav .nav-link{color:#fff;font-weight:500;margin-left:1.5rem;text-decoration:none;transition:color .2s ease}.header-nav .nav-link:hover{color:#007bff;color:var(--primary-color)}.coffee-button{background-color:#007bff;background-color:var(--primary-color);border-radius:5px;color:#fff;padding:.6rem 1rem;transition:background-color .2s ease}.coffee-button:hover{background-color:#0056b3;color:#fff}.main-layout{display:flex;flex-grow:1;overflow:hidden}.sidebar{background-color:#fff;border-right:1px solid #ddd;border-right:1px solid var(--border-color);flex-shrink:0;max-width:320px;min-width:250px;overflow-y:auto;padding:1.5rem;transition:width .3s ease;width:20%}.tool-category h3{color:#555;font-size:1.1rem;font-weight:600;margin-bottom:1rem;margin-top:0}.tool-category ul{list-style:none;margin:0;padding:0}.tool-link{align-items:center;border-radius:5px;color:#333;color:var(--text-color);display:flex;margin-bottom:.5rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s ease,color .2s ease}.tool-link:hover{background-color:#e0e0e0;background-color:var(--hover-color)}.tool-link.active{background-color:#007bff;background-color:var(--primary-color);color:#fff;font-weight:500}.tool-icon{font-size:1.2rem;margin-right:.75rem}.main-content{flex-grow:1;overflow-y:auto;padding:2rem}.app-footer{background-color:#1a1a1a;background-color:var(--dark-bg);border-top:1px solid #333;border-top:1px solid var(--dark-border);color:#fff;font-size:.9rem;padding:1.5rem;text-align:center}.app-footer p{margin:.5rem 0}.app-footer a{color:#007bff;color:var(--primary-color);font-weight:500;margin:0 .5rem;text-decoration:none}.app-footer a:hover{color:#66b0ff;text-decoration:underline}@media (max-width:768px){.main-layout{flex-direction:column}.sidebar{border-bottom:1px solid #ddd;border-bottom:1px solid var(--border-color);border-right:none;width:100%}.header-nav{display:none}}
/*# sourceMappingURL=main.32837c8d.css.map*/