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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{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{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--nav-height:80px;--nav-bg:#fff;--dropdown-bg:#fff;--nav-color:#19692c;--primary-color:#19692c;--primary-hover:#145823;--secondary-color:#28a745;--accent-color:#28a745;--border-color:#e8f5e8;--transition-speed:0.3s;--border-radius:8px;--shadow:0 2px 20px #19692c14;--shadow-hover:0 8px 40px #19692c1f;--backdrop-blur:blur(16px);--gradient-primary:linear-gradient(135deg,#19692c,#28a745);--gradient-accent:linear-gradient(135deg,#28a745,#34d058);--text-primary:#1a1a1a;--text-secondary:#4a5568;--surface-light:#f7fafc}.navigation{backdrop-filter:blur(16px);backdrop-filter:var(--backdrop-blur);-webkit-backdrop-filter:blur(16px);-webkit-backdrop-filter:var(--backdrop-blur);background:#fffffff2;border-bottom:1px solid #e8f5e8;border-bottom:1px solid var(--border-color);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{height:80px;height:var(--nav-height);justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 24px;position:relative}.brand,.nav-container{align-items:center;display:flex}.brand{border-radius:8px;border-radius:var(--border-radius);gap:12px;padding:8px 16px 8px 0;text-decoration:none;transition:all .3s ease;transition:all var(--transition-speed) ease;z-index:1001}.brand:hover{transform:translateY(-1px)}.logo{filter:drop-shadow(0 2px 4px rgba(25,105,44,.1));height:42px;object-fit:contain;width:42px}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.5px}.desktop-nav{display:block;flex:1 1;position:relative;z-index:1002}.nav-menu-container{width:100%}.nav-menu,.nav-menu-container{display:flex;justify-content:center;position:relative}.nav-menu{align-items:center;gap:4px;list-style:none;margin:0;padding:0;z-index:1003}.nav-item{flex-shrink:0;position:relative}.nav-link{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--border-radius);color:#1a1a1a;color:var(--text-primary);cursor:pointer;display:flex;font-size:.95rem;font-weight:600;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s ease;transition:all var(--transition-speed) ease;white-space:nowrap;z-index:1004}.nav-link:focus,.nav-link:hover{background:linear-gradient(135deg,#19692c14,#28a74514);color:#19692c;color:var(--primary-color);transform:translateY(-1px)}.nav-link.active{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);box-shadow:0 4px 12px #19692c33;color:#fff}.dropdown-btn{padding-right:36px;position:relative}.dropdown-btn .arrow{font-size:10px;margin-left:6px;position:absolute;right:2px;top:50%;transform:translateY(-50%);transition:transform .3s ease;transition:transform var(--transition-speed) ease}.dropdown-btn .arrow.rotate{color:inherit;transform:translateY(-50%) rotate(180deg)}.nav-dropdown{background:#fff;background:var(--dropdown-bg);border:1px solid #e8f5e8;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 40px #19692c1f;box-shadow:var(--shadow-hover);display:none;left:50%;margin:8px auto 0;max-width:1000px;min-width:800px;opacity:0;padding:0;position:absolute;top:100%;transform:translateX(-50%) translateY(8px);transition:all .3s ease;transition:all var(--transition-speed) ease;visibility:hidden;width:auto;z-index:999}.nav-dropdown.show{animation:slideDownFade .3s ease;display:block;opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.dropdown-content{background:#fff;background:var(--dropdown-bg);border-radius:12px;display:flex;gap:40px;padding:32px}.dropdown-section{flex:1 1;min-width:0}.dropdown-section h4{border-bottom:2px solid #e8f5e8;border-bottom:2px solid var(--border-color);color:#19692c;color:var(--primary-color);font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:16px;padding-bottom:8px;text-transform:uppercase}.dropdown-links{display:flex;flex-direction:column;gap:8px}.dropdown-item{border:1px solid #0000;border-radius:8px;color:#1a1a1a;color:var(--text-primary);font-size:.95rem;font-weight:500;overflow:hidden;padding:12px 16px;position:relative;text-decoration:none;transition:all .2s ease}.dropdown-item:before{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s ease;width:3px}.dropdown-item.active:before,.dropdown-item:hover:before{transform:scaleY(1)}.dropdown-item.active{background:#19692c0d;font-weight:600}.dropdown-item.active,.dropdown-item:hover{border-color:#e8f5e8;border-color:var(--border-color);color:#19692c;color:var(--primary-color)}.dropdown-item:hover{background:#19692c08;transform:translateX(4px)}.nav-mobile{background:none;border:none;border-radius:6px;cursor:pointer;display:none;flex-direction:column;gap:4px;height:32px;padding:4px;transition:all .3s ease;transition:all var(--transition-speed) ease;width:32px;z-index:1001}.nav-mobile span{background:#19692c;background:var(--nav-color);border-radius:2px;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.nav-mobile.active span:first-child{transform:rotate(45deg) translate(8px,6px)}.nav-mobile.active span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-mobile.active span:nth-child(3){transform:rotate(-45deg) translate(2px,-1px)}.mobile-nav{backdrop-filter:blur(16px);backdrop-filter:var(--backdrop-blur);-webkit-backdrop-filter:blur(16px);-webkit-backdrop-filter:var(--backdrop-blur);background:#fffffffa;display:none;height:calc(100vh - 80px);height:calc(100vh - var(--nav-height));left:0;overflow-y:auto;position:fixed;top:80px;top:var(--nav-height);width:100%;z-index:999}.mobile-nav.open{animation:slideInRight .3s ease;display:block}.mobile-menu{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:24px}.mobile-nav-item{width:100%}.mobile-nav-link{align-items:center;background:none;border:1px solid #0000;border-radius:8px;border-radius:var(--border-radius);color:#1a1a1a;color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:16px 20px;text-decoration:none;transition:all .3s ease;transition:all var(--transition-speed) ease;width:100%}.mobile-nav-link:active,.mobile-nav-link:hover{background:linear-gradient(135deg,#19692c14,#28a74514);border-color:#e8f5e8;border-color:var(--border-color);color:#19692c;color:var(--primary-color);transform:translateX(4px)}.mobile-arrow{font-size:.8rem;opacity:.7;transition:transform .2s ease}.mobile-nav-link:hover .mobile-arrow{transform:translateX(2px)}.mobile-submenu{animation:slideInLeft .3s ease;display:flex;flex-direction:column;height:100%;padding:24px}.mobile-back-btn{align-items:center;background:linear-gradient(135deg,#19692c14,#28a74514);border:1px solid #e8f5e8;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);color:#19692c;color:var(--primary-color);cursor:pointer;display:flex;font-weight:600;gap:12px;margin-bottom:24px;padding:16px 20px;transition:all .3s ease;transition:all var(--transition-speed) ease}.mobile-back-btn:hover{background:linear-gradient(135deg,#19692c1f,#28a7451f);transform:translateX(-2px)}.back-arrow{font-size:1.1rem;transition:transform .2s ease}.mobile-back-btn:hover .back-arrow{transform:translateX(-2px)}.mobile-submenu-content{display:flex;flex:1 1;flex-direction:column;gap:28px;overflow-y:auto}.mobile-submenu-section{border-bottom:1px solid #e8f5e8;border-bottom:1px solid var(--border-color);padding-bottom:24px}.mobile-submenu-section:last-child{border-bottom:none}.mobile-submenu-title{border-bottom:2px solid #e8f5e8;border-bottom:2px solid var(--border-color);color:#19692c;color:var(--primary-color);font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:16px;padding-bottom:8px;text-transform:uppercase}.mobile-submenu-links{display:flex;flex-direction:column;gap:8px}.mobile-submenu-link{border:1px solid #0000;border-radius:8px;border-radius:var(--border-radius);color:#1a1a1a;color:var(--text-primary);font-weight:500;overflow:hidden;padding:14px 16px;position:relative;text-decoration:none;transition:all .3s ease;transition:all var(--transition-speed) ease}.mobile-submenu-link:before{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s ease;width:3px}.mobile-submenu-link.active:before,.mobile-submenu-link:hover:before{transform:scaleY(1)}.mobile-submenu-link:active,.mobile-submenu-link:hover{background:#19692c0d;border-color:#e8f5e8;border-color:var(--border-color);color:#19692c;color:var(--primary-color);transform:translateX(4px)}.mobile-submenu-link.active{background:#19692c14;color:#19692c;color:var(--primary-color);font-weight:600}@keyframes slideDownFade{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.dropdown-btn:focus,.mobile-back-btn:focus,.mobile-nav-link:focus,.nav-link:focus{outline:2px solid #19692c;outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width:768px){.navigation{padding:0}.nav-container{padding:0 16px}.desktop-nav{display:none}.nav-mobile{display:flex}.brand-text{font-size:1.5rem}.logo{height:36px;width:36px}}@media (max-width:1024px){.nav-dropdown{max-width:90vw;min-width:700px}.dropdown-content{gap:24px;padding:24px}}@media (max-width:768px){.nav-dropdown{max-width:95vw;min-width:0;min-width:auto}}@media (max-width:480px){:root{--nav-height:70px}.brand-text{font-size:1.3rem}.mobile-menu,.mobile-submenu{padding:20px}}@media (min-width:769px) and (max-width:1200px){.nav-dropdown{max-width:85vw;min-width:600px}.dropdown-content{gap:24px;padding:24px}.nav-link{font-size:.9rem;padding:12px 16px}}.privacy-policy{background:#fff;background:var(--pure-white);min-height:100vh}.policy-header{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);color:#fff;color:var(--pure-white);padding:4rem 0;text-align:center}.last-updated{font-size:1rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.header-description{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px;opacity:.9}.policy-content{padding:4rem 0}.policy-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:300px 1fr}.table-of-contents{background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.table-of-contents h3{border-bottom:2px solid #28a745;border-bottom:2px solid var(--primary-green);color:#1a202c;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.table-of-contents ul{display:flex;flex-direction:column;gap:.75rem;list-style:none}.table-of-contents li a{border-bottom:1px solid #0000;color:#718096;color:var(--text-muted);display:block;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.table-of-contents li a:hover{border-bottom-color:#28a745;border-bottom-color:var(--primary-green);color:#19692c;color:var(--primary-dark);transform:translateX(4px)}.policy-sections{display:flex;flex-direction:column;gap:3rem}.policy-section{scroll-margin-top:2rem}.policy-section h2{border-bottom:2px solid #f1f5f9;border-bottom:2px solid var(--border-lighter);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.policy-section h2,.section-content{color:#1a202c;color:var(--text-dark)}.section-content{line-height:1.7}.section-content h3{color:#19692c;color:var(--primary-dark);font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.section-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.section-content p{color:#1a202c;color:var(--text-dark);margin-bottom:1rem}.section-content ul{margin:1rem 0;padding-left:1.5rem}.section-content li{color:#1a202c;color:var(--text-dark);margin-bottom:.5rem}.section-content strong{color:#19692c;color:var(--primary-dark);font-weight:600}.security-features{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-left:4px solid #28a745;border-left:4px solid var(--primary-green);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.security-features h3{color:#19692c!important;color:var(--primary-dark)!important;margin-top:0!important}.rights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.right-item{background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;transition:all .3s ease}.right-item:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.right-item h4{color:#19692c;color:var(--primary-dark);font-size:1.1rem;margin:0 0 .5rem}.right-item p{color:#718096;color:var(--text-muted);font-size:.9rem;margin:0}.contact-info{background:#f8f9fa;background:var(--background-light);border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-item{color:#1a202c;color:var(--text-dark);margin-bottom:.5rem}.contact-item strong{color:#19692c;color:var(--primary-dark)}.policy-actions{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);padding:4rem 0;text-align:center}.actions-content h3{color:#1a202c;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.actions-content p{color:#718096;color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.action-buttons{gap:1rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.team-member{align-items:center;background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.team-member:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-4px)}.member-avatar{font-size:3rem;margin-bottom:1rem}.member-info h4{color:#1a202c;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.member-role{color:#28a745;color:var(--primary-green);font-weight:600;margin-bottom:.25rem}.member-expertise{color:#718096;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.member-description{color:#1a202c;color:var(--text-dark);line-height:1.5;margin-bottom:1rem}.member-focus{color:#718096;color:var(--text-muted);font-size:.9rem;margin-bottom:0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.value-item{align-items:flex-start;background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.value-item:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.value-icon{align-items:center;background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-radius:10px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;padding:.5rem;width:60px}.value-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value-content p{color:#718096;color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.timeline{display:flex;flex-direction:column;gap:2rem;margin:2rem 0;position:relative}.timeline:before{background:#28a745;background:var(--primary-green);bottom:0;content:"";left:30px;opacity:.3;position:absolute;top:0;width:2px}.timeline-item{align-items:flex-start;display:flex;gap:1.5rem;position:relative}.timeline-year{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);border-radius:20px;color:#fff;color:var(--pure-white);flex-shrink:0;font-size:.9rem;font-weight:700;min-width:80px;padding:.5rem 1rem;position:relative;text-align:center;z-index:2}.timeline-content{background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;flex:1 1;padding:1.5rem}.timeline-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.timeline-content p{color:#718096;color:var(--text-muted);line-height:1.5;margin:0}@media (max-width:968px){.policy-grid{gap:3rem;grid-template-columns:1fr}.table-of-contents{position:static}.rights-grid{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 1.5rem}.policy-header{padding:3rem 0}.header-content h1{font-size:2.5rem}.policy-content{padding:3rem 0}.action-buttons{align-items:center;flex-direction:column}.btn{width:200px}.team-grid,.values-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-year{font-size:.8rem;min-width:60px;padding:.5rem .75rem}.value-item{align-items:center;flex-direction:column;text-align:center}.value-icon{margin-bottom:.5rem}}@media (max-width:480px){.container{padding:0 1rem}.header-content h1{font-size:2rem}.table-of-contents{padding:1.5rem}.policy-section h2{font-size:1.5rem}.right-item{padding:1rem}.team-member{padding:1.5rem}.timeline-item{flex-direction:column;gap:1rem}.timeline:before{display:none}.timeline-year{align-self:flex-start}}@media print{.policy-actions,.table-of-contents{display:none}.policy-grid{grid-template-columns:1fr}.policy-header{background:none;color:#1a202c;color:var(--text-dark);padding:2rem 0}}.btn:focus-visible,.table-of-contents a:focus-visible{border-radius:4px;outline:2px solid #28a745;outline:2px solid var(--primary-green);outline-offset:2px}.contact{background:#fff;background:var(--pure-white);min-height:100vh}.contact-header{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);color:#fff;color:var(--pure-white);padding:4rem 0;text-align:center}.header-content h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.header-content p{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.contact-main{padding:6rem 0}.contact-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-form-section{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);padding:2.5rem}.form-header{margin-bottom:2rem}.form-header h2{color:#1a202c;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-header p{color:#718096;color:var(--text-muted);font-size:1rem}.success-message{align-items:flex-start;background:#19692c1a;border:1px solid #28a745;border:1px solid var(--primary-green);border-radius:12px;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.success-icon{align-items:center;background:#28a745;background:var(--primary-green);border-radius:50%;color:#fff;color:var(--pure-white);display:flex;flex-shrink:0;font-weight:700;height:32px;justify-content:center;width:32px}.success-message h4{color:#19692c;color:var(--primary-dark);margin-bottom:.25rem}.success-message p{color:#718096;color:var(--text-muted);font-size:.9rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1a202c;color:var(--text-dark);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 0 0 3px #19692c1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#718096;color:var(--text-muted);opacity:.7}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-items:center;background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;color:var(--pure-white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:16px 32px;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.submit-btn.submitting{background:#718096;background:var(--text-muted)}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;border-top:2px solid var(--pure-white);height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-info-section{display:flex;flex-direction:column;gap:3rem}.info-header h2{color:#1a202c;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.info-header p{color:#718096;color:var(--text-muted);font-size:1rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{align-items:flex-start;background:#f8f9fa;background:var(--background-light);border:1px solid #0000;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.contact-method:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.method-icon{align-items:center;background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-radius:10px;display:flex;flex-shrink:0;font-size:1.5rem;height:56px;justify-content:center;padding:.75rem;width:56px}.method-details h4{color:#1a202c;color:var(--text-dark)}.method-details h4,.method-main{font-weight:600;margin-bottom:.25rem}.method-main{color:#19692c;color:var(--primary-dark);font-size:1.1rem}.method-desc{color:#718096;color:var(--text-muted);font-size:.9rem}.faq-section{background:#f8f9fa;background:var(--background-light);border-radius:16px;padding:2rem}.faq-section h3{color:#1a202c;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item h4{color:#1a202c;color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.5rem}.faq-item p{color:#718096;color:var(--text-muted);font-size:.9rem;line-height:1.6}.contact-cta{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);padding:4rem 0;text-align:center}.cta-content h2{color:#1a202c;color:var(--text-dark)}.cta-content p{color:#718096;color:var(--text-muted);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:968px){.contact-grid{gap:3rem}.contact-grid,.form-row{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 1.5rem}.contact-header{padding:3rem 0}.header-content h1{font-size:2.5rem}.contact-main{padding:4rem 0}.contact-form-section{padding:2rem}.cta-buttons{align-items:center;flex-direction:column}.btn{width:200px}}@media (max-width:480px){.container{padding:0 1rem}.header-content h1{font-size:2rem}.contact-form-section{padding:1.5rem}.contact-method{padding:1rem}.method-icon{font-size:1.25rem;height:48px;width:48px}.faq-section{padding:1.5rem}}.btn:focus-visible,.form-group input:focus-visible,.form-group textarea:focus-visible,.submit-btn:focus-visible{outline:2px solid #28a745;outline:2px solid var(--primary-green);outline-offset:2px}:root{--accent-hover:#21963a;--background-light:#f8f9fa;--text-muted:#718096;--shadow-heavy:0 20px 60px #19692c26;--border-radius-lg:16px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-slow:all 0.5s cubic-bezier(0.4,0,0.2,1)}.home{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero{background:#fff;background:var(--pure-white);overflow:hidden;padding:6rem 0 4rem;position:relative}.hero:before{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);-webkit-clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);content:"";height:100%;position:absolute;right:0;top:0;width:50%}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{color:#1a202c;color:var(--text-dark);font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.hero-description{color:#718096;color:var(--text-muted);font-size:1.2rem;line-height:1.6;max-width:500px}.search-container{margin:1.5rem 0;max-width:600px;position:relative;width:100%;z-index:10000}.search-form{width:100%}.search-input-wrapper{align-items:center;background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:50px;box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);display:flex;padding:8px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.search-input-wrapper:focus-within{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 0 0 4px #28a7451a}.search-icon{color:#718096;color:var(--text-muted);font-size:16px;left:20px;position:absolute;z-index:1}.search-input{background:#0000;border:none;color:#1a202c;color:var(--text-dark);flex:1 1;font-size:16px;outline:none;padding:16px 50px;width:100%}.search-input::placeholder{color:#718096;color:var(--text-muted);opacity:.7}.clear-search{align-items:center;background:none;border:none;border-radius:50%;color:#718096;color:var(--text-muted);cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:120px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:32px}.clear-search:hover{background:#e2e8f0;background:var(--border-light);color:#1a202c;color:var(--text-dark)}.search-button{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);border:none;border-radius:40px;color:#fff;color:var(--pure-white);cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap}.search-button:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-1px)}.search-results{animation:slideDown .3s ease;background:#fff;background:var(--pure-white);border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 20px 60px #19692c26;box-shadow:var(--shadow-heavy);left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:9999}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.results-header{background:#f8f9fa;background:var(--background-light);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light);padding:20px}.results-title{align-items:center;color:#1a202c;color:var(--text-dark);display:flex;gap:10px}.results-title h4{font-size:16px;font-weight:600;margin:0}.results-title i{color:#28a745;color:var(--primary-green);font-size:14px}.results-count{color:#718096;color:var(--text-muted);font-size:14px;font-weight:500}.results-list{max-height:400px;overflow-y:auto;pointer-events:auto}.result-item{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light);color:#1a202c;color:var(--text-dark);cursor:pointer;display:flex;gap:15px;padding:16px 20px;pointer-events:auto;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.result-item:hover{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);pointer-events:auto}.result-item:last-child{border-bottom:none}.result-icon{align-items:center;border-radius:12px;color:#fff;color:var(--pure-white);display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;width:40px}.result-info{flex:1 1;min-width:0}.result-name{font-size:15px;font-weight:600;margin-bottom:4px}.result-keywords{overflow:hidden;text-overflow:ellipsis}.result-category,.result-keywords{color:#718096;color:var(--text-muted);font-size:12px;white-space:nowrap}.result-category{background:#e2e8f0;background:var(--border-light);border-radius:20px;margin-left:auto;padding:4px 12px}.result-arrow{color:#718096;color:var(--text-muted);flex-shrink:0;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.result-item:hover .result-arrow{color:#28a745;color:var(--primary-green);transform:translateX(4px)}.no-results{color:#718096;color:var(--text-muted);padding:40px 20px;text-align:center}.no-results i{color:#e2e8f0;color:var(--border-light);font-size:40px;margin-bottom:16px;opacity:.5}.no-results p{color:#1a202c;color:var(--text-dark);font-size:16px;margin-bottom:8px}.no-results small{font-size:14px;opacity:.7}.hero-buttons{display:flex;gap:1rem;margin-top:1rem}.btn{border-radius:8px;display:inline-flex;padding:12px 32px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-primary{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);color:#fff;color:var(--pure-white)}.btn-primary:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);color:#19692c;color:var(--primary-dark)}.btn-secondary:hover{border-color:#28a745;border-color:var(--primary-green);transform:translateY(-2px)}.link-green{color:#28a745;text-decoration:none;transition:.3s ease}.link-green:hover{color:#19692c}.btn-large{font-size:1.1rem;padding:16px 40px}.hero-visual{align-items:center;display:flex;justify-content:center}.calculator-preview{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);padding:1.4rem;transform:rotate(3deg);width:300px}.preview-header{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.preview-dots{display:flex;gap:6px}.preview-dots span{background:#e2e8f0;background:var(--border-light);border-radius:50%;height:8px;width:8px}.preview-dots span:first-child{background:#28a745;background:var(--primary-green)}.preview-content{display:flex;flex-direction:column;gap:1rem}.preview-line{background:#f1f5f9;background:var(--border-lighter);border-radius:4px;height:8px}.preview-line.short{width:70%}.preview-buttons{display:flex;gap:1rem;margin-top:1rem}.preview-buttons span{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-radius:8px;flex:1 1;height:40px}.preview-buttons span:first-child{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary)}.stats{background:#f8f9fa;background:var(--background-light);padding:4rem 0;position:relative;z-index:1}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat-card{padding:2rem 1rem;text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:#718096;color:var(--text-muted);font-weight:500}.featured{background:#fff;background:var(--pure-white);padding:6rem 0;position:relative;z-index:1}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#1a202c;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#718096;color:var(--text-muted);font-size:1.2rem}.calculators-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.calculator-category{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.calculator-category:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-4px)}.category-header{align-items:flex-start;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem;padding-right:40px;position:relative}.category-icon{align-items:center;background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-radius:12px;color:#28a745;color:var(--primary-green);display:flex;font-size:2rem;height:60px;justify-content:center;padding:.5rem;width:60px}.category-tag{border-radius:20px;color:#fff;color:var(--pure-white);display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:.5rem;padding:4px 12px}.category-title{color:#1a202c;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.toggle-button{align-items:center;background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border:none;border-radius:50%;color:#28a745;color:var(--primary-green);cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:0;top:10px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:36px}.toggle-button:hover{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);color:#fff;color:var(--pure-white)}.category-description{color:#718096;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.calculators-list{display:flex;flex-direction:column;gap:.75rem;max-height:0;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);transition:var(--transition-slow)}.calculators-list.expanded{margin-bottom:1.5rem;max-height:500px}.calculator-link{align-items:center;border-radius:8px;color:#1a202c;color:var(--text-dark);display:flex;font-weight:500;gap:.75rem;padding:.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.calculator-link:hover{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);color:#19692c;color:var(--primary-dark);transform:translateX(4px)}.link-icon{color:#28a745;color:var(--primary-green);font-weight:700;transition:transform .3s ease}.calculator-link:hover .link-icon{transform:translateX(4px)}.expand-button{align-items:center;background:#0000;border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:50px;color:#718096;color:var(--text-muted);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:10px;margin:0 auto;padding:10px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.expand-button:hover{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-color:#28a745;border-color:var(--primary-green);color:#28a745;color:var(--primary-green)}.cta{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);color:#fff;color:var(--pure-white);padding:6rem 0;position:relative;text-align:center;z-index:1}.cta-content{margin:0 auto;max-width:600px}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:#fff;font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta .btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff;color:var(--pure-white)}.cta .btn-secondary:hover{background:#fff;background:var(--pure-white);border-color:#fff;border-color:var(--pure-white);color:#19692c;color:var(--primary-dark)}@media (max-width:968px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero:before{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.calculators-grid{grid-template-columns:1fr}.cta-buttons,.hero-buttons{justify-content:center}}@media (max-width:768px){.container{padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.stats-grid{gap:1.5rem;grid-template-columns:1fr}.cta-buttons,.hero-buttons{align-items:center;flex-direction:column}.btn{width:200px}.search-input-wrapper{border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:16px;border-radius:var(--border-radius-lg);flex-direction:column;overflow:hidden;padding:0}.search-icon{left:16px;top:16px}.search-input{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light);border-radius:0;padding:16px 50px;width:100%}.clear-search{right:16px;top:16px}.search-button{border-radius:0 0 14px 14px;padding:16px;width:100%}.result-item{flex-wrap:wrap;gap:10px}.result-category{order:3;text-align:center;width:100%}}@media (max-width:480px){.container{padding:0 1rem}.hero{padding:4rem 0 2rem}.hero-title{font-size:2rem}.cta,.featured,.stats{padding:3rem 0}.section-header h2{font-size:2rem}.calculator-category{padding:1.5rem}.search-input{font-size:14px;padding:14px 45px}.search-button{font-size:14px;padding:14px}}.btn:focus-visible,.calculator-link:focus-visible,.search-input:focus-visible{outline:2px solid #28a745;outline:2px solid var(--primary-green);outline-offset:2px}:root{--primary-light:#f0f9f0;--white:#fff;--gray-50:#f8f9fa;--gray-100:#f1f3f4;--gray-200:#e8eaed;--gray-600:#5f6368;--gray-700:#3c4043;--gray-800:#202124}.footer{background:#fff;background:var(--white);border-top:2px solid #19692c;border-top:2px solid var(--primary-dark);margin-top:auto}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;padding:4rem 0 3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.brand-logo{align-items:center;display:flex;gap:.75rem}.logo{height:40px;width:40px}.brand-name{color:#19692c;color:var(--primary-dark);font-size:1.5rem;font-weight:700}.brand-description{color:#5f6368;color:var(--gray-600);font-size:.95rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#f1f3f4;background:var(--gray-100);border-radius:8px;color:#5f6368;color:var(--gray-600);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.social-link:hover{background:#19692c;background:var(--primary-dark);color:#fff;transform:translateY(-2px)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.link-group{display:flex;flex-direction:column;gap:1rem}.group-title{color:#202124;color:var(--gray-800);font-size:1rem;font-weight:600;margin:0}.link-list{display:flex;flex-direction:column;gap:.75rem}.link-item{margin:0}.footer-link{align-items:center;color:#5f6368;color:var(--gray-600);display:flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#19692c;color:var(--primary-dark)}.footer-bottom{align-items:center;border-top:1px solid #e8eaed;border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:1.5rem 0}.copyright{color:#5f6368;color:var(--gray-600);font-size:.9rem}.legal-links{align-items:center;display:flex;gap:1rem}.legal-link{color:#5f6368;color:var(--gray-600);font-size:.85rem;text-decoration:none;transition:color .2s ease}.legal-link:hover{color:#19692c;color:var(--primary-dark)}.separator{color:#e8eaed;color:var(--gray-200);font-size:.8rem}@media (max-width:968px){.footer-content{gap:3rem;grid-template-columns:1fr;padding:3rem 0 2rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-container{padding:0 1.5rem}.footer-links{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.legal-links{justify-content:center}}@media (max-width:480px){.footer-container{padding:0 1rem}.footer-content{padding:2.5rem 0 2rem}.brand-logo{justify-content:center}.brand-description{text-align:center}.social-links{justify-content:center}}:root{--primary-medium:#28a745;--primary-light:#d9f0d8;--text-dark:#333;--text-light:#666;--background:#fff;--border-light:#e0e0e0}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.article-container{border-radius:8px;margin:0 auto;max-width:900px;padding:40px}.article-header{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light);margin-bottom:30px;padding-bottom:20px}.article-title{color:#19692c;color:var(--primary-dark);font-size:32px;line-height:1.3;margin-bottom:15px}.article-meta{color:#666;color:var(--text-light);display:flex;font-size:14px;gap:15px}.article-section{margin-bottom:40px}.section-title{border-bottom:2px solid #d9f0d8;border-bottom:2px solid var(--primary-light);color:#19692c;color:var(--primary-dark);font-size:24px;margin-bottom:20px;margin-top:30px;padding-bottom:10px}.section-subtitle{color:#28a745;color:var(--primary-medium);font-size:18px;margin-bottom:15px;margin-top:20px}.article-paragraph{color:#333;color:var(--text-dark);margin-bottom:20px}.article-list{margin-bottom:20px;padding-left:20px}.article-list-item{color:#333;color:var(--text-dark);margin-bottom:10px}.highlight-text{color:#28a745;color:var(--primary-medium);font-weight:600}.example-box{background-color:#d9f0d8;background-color:var(--primary-light);border-left:4px solid #28a745;border-left:4px solid var(--primary-medium);border-radius:0 4px 4px 0;margin-bottom:20px;padding:20px}.cta-button{background-color:#28a745;background-color:var(--primary-medium);border-radius:5px;color:#fff;color:var(--background);display:inline-block;font-weight:600;margin-top:20px;padding:12px 24px;text-decoration:none;transition:background-color .3s}.cta-button:hover{background-color:#19692c;background-color:var(--primary-dark)}.data-table{border-collapse:collapse;box-shadow:0 2px 8px #0000000d;margin-bottom:25px;width:100%}.data-table,.data-table td,.data-table th{border:1px solid #28a745;border:1px solid var(--primary-medium)}.data-table th{background-color:#19692c;background-color:var(--primary-dark);color:#fff;color:var(--background);padding:12px 15px;text-align:left}.data-table td{padding:10px 15px}.data-table tr:nth-child(2n){background-color:#d9f0d8;background-color:var(--primary-light)}.faqs-section{margin-top:40px}.faq-item{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light);margin-bottom:25px;padding-bottom:20px}.faq-question{color:#19692c;color:var(--primary-dark);font-size:18px;margin-bottom:10px}.faq-answer{color:#333;color:var(--text-dark)}.conclusion-section{background-color:#d9f0d8;background-color:var(--primary-light);border-radius:8px;margin-top:30px;padding:25px}.code-example{background-color:#fafafa;border:1px solid #e0e0e0;border-left:4px solid #28a745;border:1px solid var(--border-light);border-left:4px solid var(--primary-medium);border-radius:6px;box-shadow:0 1px 4px #0000000f;color:#333;color:var(--text-dark);font-family:Courier New,monospace;font-size:14px;line-height:1.6;margin:20px 0;padding:18px 20px;white-space:pre-wrap;word-break:break-word}@media (max-width:768px){.article-container{padding:20px}.article-title{font-size:26px}.section-title{font-size:22px}.data-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;position:relative}.data-table:after{bottom:8px;color:#666;content:"Scroll ->";font-size:14px;opacity:.6;pointer-events:none;position:absolute;right:8px}.data-table td,.data-table th{white-space:nowrap}}:root{--primary-dark:#19692c;--primary-green:#28a745;--secondary-green:#2b8c3a;--accent-green:#1a7c2a;--light-green:#e8f5eb;--pure-white:#fff;--background-light:#f8fafc;--text-dark:#1a202c;--text-muted:#4a5568;--border-light:#e2e8f0;--border-lighter:#f1f5f9;--gradient-primary:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-green) 100%);--gradient-light:linear-gradient(135deg,#19692c1a,#28a7451a);--shadow-light:0 2px 20px #19692c14;--shadow-medium:0 8px 30px #19692c1f;--shadow-soft:0 4px 20px #19692c0d;--border-radius:12px}.profit-calculator{margin:0 auto;max-width:1400px;min-height:100vh;padding:20px}.profit-calculator *{box-sizing:border-box}.notifications-container{display:flex;flex-direction:column;gap:10px;max-width:300px;position:fixed;right:20px;top:20px;z-index:1000}.notification{align-items:center;animation:slideIn .3s ease;background:#fff;background:var(--pure-white);border-left:4px solid #28a745;border-left:4px solid var(--primary-green);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);display:flex;gap:10px;padding:12px 16px}.notification.info,.notification.success{border-left-color:#28a745}.notification.info{border-left-color:var(--primary-green)}.notification.error{border-left-color:#e53e3e}.notification i{font-size:1.2rem}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.calculator-header{margin-bottom:30px;text-align:center}.header-top{justify-content:space-between;margin-bottom:10px}.header-controls,.header-top{align-items:center;display:flex}.header-controls{gap:15px}.theme-toggle{align-items:center;background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:50%;color:#1a202c;color:var(--text-dark);cursor:pointer;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}.theme-toggle:hover{border-color:#28a745;border-color:var(--primary-green);transform:rotate(15deg)}.saved-calc-btn{align-items:center;background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);color:#1a202c;color:var(--text-dark);cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 15px;transition:all .3s ease}.saved-calc-btn:hover{border-color:#28a745;border-color:var(--primary-green);transform:translateY(-2px)}.calculator-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#19692c;color:var(--primary-dark);font-size:2.5rem;font-weight:700;margin:0 auto;max-width:700px}.calculator-header p{color:#4a5568;color:var(--text-muted);font-size:1.1rem;margin:0 auto;max-width:700px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;background:var(--pure-white);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);max-height:80vh;max-width:500px;overflow-y:auto;padding:25px;width:100%}.modal-header{align-items:center;border-bottom:2px solid #f1f5f9;border-bottom:2px solid var(--border-lighter);display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.close-btn{background:none;border:none;color:#4a5568;color:var(--text-muted);cursor:pointer;font-size:1.2rem;padding:5px}.close-btn:hover{color:#1a202c;color:var(--text-dark)}.saved-item{background:#f8fafc;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);cursor:pointer;margin-bottom:10px;padding:15px;transition:all .3s ease}.saved-item:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.saved-name{color:#1a202c;color:var(--text-dark);font-weight:600;margin-bottom:8px}.saved-details{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.saved-details .profit.positive{color:#28a745;font-weight:700}.saved-details .profit.negative{color:#e53e3e;font-weight:700}.saved-details .date{color:#4a5568;color:var(--text-muted)}.presets-section{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);padding:20px}.presets-section h4{color:#1a202c;color:var(--text-dark);font-size:1rem;margin-bottom:12px}.preset-buttons{display:flex;gap:10px}.preset-btn{background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:10px 15px;transition:all .3s ease}.preset-btn.conservative{border-color:#19692c;border-color:var(--primary-dark);color:#19692c;color:var(--primary-dark)}.preset-btn.conservative:hover{background:#19692c;background:var(--primary-dark);color:#fff}.preset-btn.moderate{border-color:#28a745;border-color:var(--primary-green);color:#28a745;color:var(--primary-green)}.preset-btn.moderate:hover{background:#28a745;background:var(--primary-green);color:#fff}.preset-btn.aggressive{border-color:#2b8c3a;border-color:var(--secondary-green);color:#2b8c3a;color:var(--secondary-green)}.preset-btn.aggressive:hover{background:#2b8c3a;background:var(--secondary-green);color:#fff}.calculator-layout{display:flex;flex-direction:column;gap:30px}.right-panel{order:2}.left-panel{display:flex;flex-direction:column;gap:20px;order:1}@media (min-width:769px){.calculator-layout{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 1fr}.right-panel{height:-webkit-fit-content;height:fit-content;order:0;position:-webkit-sticky;position:sticky;top:20px}.left-panel{order:0}}.tabs-container{overflow:hidden}.tabs,.tabs-container{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius)}.tabs{overflow-x:auto;padding:4px}.tab,.tabs{display:flex}.tab{align-items:center;background:#0000;border:none;border-bottom:3px solid #0000;border-radius:10px;color:#4a5568;color:var(--text-muted);cursor:pointer;flex:1 1;font-weight:600;gap:8px;justify-content:center;padding:15px 20px;transition:all .3s ease}.tab.active{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);color:#fff;color:var(--pure-white)}.mode-selection{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);padding:20px}.mode-buttons{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:10px}.mode-btn{align-items:center;background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);color:#1a202c;color:var(--text-dark);cursor:pointer;display:flex;font-weight:600;gap:8px;justify-content:center;padding:15px 20px;transition:all .3s ease}.mode-btn.active{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border-color:#28a745;border-color:var(--primary-green);color:#19692c;color:var(--primary-dark)}.mode-description{color:#4a5568;color:var(--text-muted);font-size:.9rem;text-align:center}.input-section{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);padding:25px}.input-section h3{align-items:center;color:#19692c;color:var(--primary-dark);display:flex;font-size:1.2rem;gap:10px;margin-bottom:20px}.input-group{display:flex;flex-direction:column;gap:20px}.input-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.input-field{display:flex;flex-direction:column}.input-field label{align-items:center;color:#1a202c;color:var(--text-dark);display:flex;font-size:.9rem;font-weight:600;gap:6px;margin-bottom:8px}.input-field input,.input-field select{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:8px;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:100%}.input-field input:focus,.input-field select:focus{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 0 0 3px #19692c1a;outline:none}.action-buttons{gap:15px;margin-top:20px}.action-buttons,.btn{display:flex;justify-content:center}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;font-weight:600;gap:8px;padding:14px 28px;transition:all .3s ease;width:100%}.calculate-btn{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);color:#fff;color:var(--pure-white)}.calculate-btn:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.reset-btn{background:#f8fafc;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);color:#1a202c;color:var(--text-dark)}.reset-btn:hover{background:#e2e8f0;background:var(--border-light)}.save-btn{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);color:#fff;color:var(--pure-white)}.save-btn:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.export-btn,.print-btn{align-items:center;border:none;border-radius:12px;border-radius:var(--border-radius);cursor:pointer;display:flex;font-weight:600;gap:6px;padding:10px 15px;transition:all .3s ease}.print-btn{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);color:#fff;color:var(--pure-white)}.export-btn{background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);color:#19692c;color:var(--primary-dark)}.export-btn:hover{border-color:#28a745;border-color:var(--primary-green)}.results-section{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);height:-webkit-fit-content;height:fit-content;padding:25px}.results-header{align-items:center;border-bottom:2px solid #f1f5f9;border-bottom:2px solid var(--border-lighter);display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.results-header h2{align-items:center;color:#19692c;color:var(--primary-dark);font-size:1.3rem;margin:0}.result-actions,.results-header h2{display:flex;gap:10px}.results-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:25px}.result-card{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);padding:20px 15px;text-align:center}.result-value{font-size:1.5rem;font-weight:700;margin-bottom:8px}.result-value.positive{color:#28a745}.result-value.negative{color:#e53e3e}.result-label{align-items:center;color:#4a5568;color:var(--text-muted);display:flex;font-size:.85rem;font-weight:600;gap:6px;justify-content:center}.risk-summary{background:#f8fafc;background:var(--background-light);border-radius:12px;border-radius:var(--border-radius);margin-bottom:25px;padding:20px}.risk-summary h4{align-items:center;color:#1a202c;color:var(--text-dark);display:flex;gap:8px;margin-bottom:15px}.risk-cards{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.risk-card{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);padding:15px;text-align:center}.risk-value{font-size:1.3rem;font-weight:700;margin-bottom:5px}.risk-value.positive{color:#28a745}.risk-value.negative{color:#e53e3e}.risk-value.moderate{color:#d69e2e}.risk-label{color:#4a5568;color:var(--text-muted);font-size:.8rem;font-weight:600}.risk-metrics{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;flex-wrap:wrap;gap:16px;margin:20px 0;padding:20px}.risk-metric{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 4px #00000014;display:flex;flex:1 1 200px;justify-content:space-between;padding:12px 16px;transition:transform .2s ease,box-shadow .2s ease}.metric-label{color:#374151;font-size:.95rem;font-weight:600}.metric-value{color:#19692c;color:var(--primary-dark);font-size:1rem;font-weight:700}.detailed-results{background:#f8fafc;background:var(--background-light);border-radius:12px;border-radius:var(--border-radius);margin-bottom:25px;padding:20px}.detail-row{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-lighter);display:flex;justify-content:space-between;padding:10px 0}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{align-items:center;color:#1a202c;color:var(--text-dark);display:flex;font-size:.9rem;font-weight:500;gap:8px}.detail-row span:last-child{color:#19692c;color:var(--primary-dark);font-weight:600}.chart-container{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);display:flex;flex-direction:column;margin-bottom:20px;min-height:300px;padding:25px}.chart-container:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium)}.chart-container h3{align-items:center;color:#19692c;color:var(--primary-dark);display:flex;font-size:1.2rem;gap:8px;justify-content:center;margin-bottom:15px;text-align:center}.history-content,.projection-content,.projection-results,.risk-content{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);padding:25px}.history-content h3,.projection-results h3{color:#19692c;color:var(--primary-dark);margin-bottom:15px}.projection-summary{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:25px}.summary-card{background:linear-gradient(135deg,#19692c1a,#28a7451a);background:var(--gradient-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);padding:20px;text-align:center}.summary-value{color:#19692c;color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin-bottom:8px;word-break:break-all}.summary-value.positive{color:#28a745}.summary-label{align-items:center;color:#4a5568;color:var(--text-muted);display:flex;font-size:.9rem;font-weight:600;gap:6px;justify-content:center}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);cursor:pointer;padding:20px;transition:all .3s ease}.history-item:hover{border-color:#28a745;border-color:var(--primary-green);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.history-header{justify-content:space-between;margin-bottom:8px}.history-date,.history-header{align-items:center;display:flex}.history-date{color:#4a5568;color:var(--text-muted);font-size:.85rem;gap:6px}.history-profit{align-items:center;display:flex;font-size:1rem;font-weight:700;gap:4px}.history-profit.positive{color:#28a745}.history-profit.negative{color:#e53e3e}.history-details{color:#4a5568;color:var(--text-muted);display:flex;font-size:.85rem;font-weight:500;gap:15px}.history-details span{align-items:center;display:flex;gap:4px}.empty-state{color:#4a5568;color:var(--text-muted);padding:40px 20px;text-align:center}.empty-state i{margin-bottom:15px;opacity:.5}.empty-state p{font-size:1rem;font-weight:500;margin:0}.result-card.highlight{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);color:#fff;color:var(--pure-white);grid-column:1/-1}.result-card.highlight .result-value{color:#fff;color:var(--pure-white);font-size:2rem}.result-card.highlight .result-label{color:#fff;color:var(--pure-white);opacity:.9}.empty-results{color:#4a5568;color:var(--text-muted);padding:60px 20px;text-align:center}.empty-results i{margin-bottom:20px;opacity:.3}.empty-results p{font-size:1.1rem;font-weight:500;margin:0}.position-breakdown{background:#f8fafc;background:var(--background-light);border-radius:12px;border-radius:var(--border-radius);margin-top:20px;padding:20px}.position-breakdown h4{color:#1a202c;color:var(--text-dark);margin-bottom:15px}.breakdown-item{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-lighter);display:flex;justify-content:space-between;padding:8px 0}.breakdown-item:last-child{border-bottom:none}.scenario-list{display:flex;flex-direction:column;gap:10px}.scenario-item{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);padding:15px}.scenario-name{color:#19692c;color:var(--primary-dark);font-weight:600}.scenario-outcome{color:#28a745;font-weight:700}.scenario-stats{flex-direction:column;gap:10px}.risk-results-panel{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #19692c0d;box-shadow:var(--shadow-soft);padding:25px}.risk-visualization{display:flex;flex-direction:column;gap:25px}.risk-meter{text-align:center}.meter-label{color:#1a202c;color:var(--text-dark);font-weight:600;margin-bottom:10px}.meter-bar{background:#e2e8f0;background:var(--border-light);border-radius:10px;height:20px;margin-bottom:8px;overflow:hidden}.meter-fill{background:linear-gradient(135deg,#19692c,#28a745);background:var(--gradient-primary);border-radius:10px;height:100%;transition:width .5s ease}.meter-value{color:#19692c;color:var(--primary-dark);font-weight:700}.input-field input:focus,.input-field select:focus{box-shadow:0 4px 15px #19692c26;transform:translateY(-1px)}.btn,.history-item,.input-field input,.input-field select,.mode-btn,.preset-btn,.saved-item,.tab{transition:all .3s cubic-bezier(.4,0,.2,1)}.purchase-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:10px}.remove-purchase-btn{background:#ff4d4d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 10px;transition:.2s ease-in-out}.remove-purchase-btn:hover{background:#e60000}.remove-purchase-btn i{pointer-events:none}.scenario-stats{background:#f8f9fa;border:1px solid #e2e2e2;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;margin-top:10px;padding:14px 16px}.scenario-stats span{border-bottom:1px solid #dcdcdc;color:#333;font-size:14px;padding-bottom:4px}.portfolio-details{background:#fff;border:1px solid #e3e3e3;border-radius:12px;margin-top:25px;padding:20px}.portfolio-details h4{color:#222;font-size:18px;margin:0 0 15px}.holdings-list{display:flex;flex-direction:column;gap:12px}.holding-item{background:#fafafa;border:1px solid #e4e4e4;border-radius:10px;padding:12px 15px}.holding-header{display:flex;justify-content:space-between;margin-bottom:8px}.holding-symbol{font-size:16px;font-weight:600}.holding-value{color:#333;font-size:15px}.holding-details{color:#555;display:flex;font-size:14px;gap:15px}.weight-difference{font-weight:600}.weight-difference.positive{color:#0a8f41}.weight-difference.negative{color:#d53131}.risk-summary{background-color:#fff;border:1px solid #ddd;border-radius:8px;margin-top:20px;padding:16px}.risk-summary h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.leverage-list{display:flex;flex-direction:column;gap:10px}.leverage-item{background-color:#fefefe;border:1px solid #eee;border-radius:6px;padding:10px}.leverage-item.safe{background-color:#e8f5eb;border-color:#28a745}.leverage-item.risky{background-color:#fff1f0;border-color:#ffa39e}.leverage-header{display:flex;font-weight:600;justify-content:space-between;margin-bottom:6px}.leverage-status.positive{color:green}.leverage-status.negative{color:red}.leverage-details{display:flex;font-size:13px;gap:15px}.constraint-group{background-color:#fafafa;border:1px solid #ddd;border-radius:8px;margin-bottom:16px;padding:16px}.constraint-header{align-items:center;margin-bottom:12px}.constraint-toggle{align-items:center;display:flex;gap:8px}.checkbox-input{cursor:pointer;height:18px;width:18px}.checkbox-label{cursor:pointer;font-weight:600}.remove-constraint-btn{align-items:center;background-color:initial;border:none;color:#ff4d4f;cursor:pointer;display:flex;font-size:16px;padding:4px;transition:color .2s}.remove-constraint-btn:hover{color:#d9363e}.constraints-info{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-top:20px;padding:16px}.constraints-info h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.info-list{display:flex;flex-direction:column;gap:10px}.info-item{align-items:flex-start;color:#333;display:flex;font-size:14px;gap:8px}.info-item i{color:#19692c;font-size:16px;margin-top:2px}.info-item span{line-height:1.4}.info-item span strong{font-weight:600}.constraints-details{margin-top:24px}.constraints-details h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.constraint-detail{background-color:#fafafa;border:1px solid #eee;border-radius:8px;margin-bottom:12px;padding:12px 16px}.constraint-header{display:flex;font-weight:600;justify-content:space-between;margin-bottom:10px}.constraint-status.limiting{color:red}.constraint-status.non-limiting{color:green}.constraint-metrics{display:flex;flex-wrap:wrap;gap:20px}.metric{color:#333;display:flex;flex-direction:column;font-size:14px}.metric-label{font-weight:500;margin-bottom:4px}.metric-value{font-weight:600}.constraints-overview{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.overview-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;flex:1 1 200px;padding:16px;text-align:center}.overview-value{color:#19692c;font-size:24px;font-weight:700;margin-bottom:6px}.overview-label{color:#555;font-size:14px}.optimization-tips{margin-top:24px}.optimization-tips h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.tips-list{display:flex;flex-direction:column;gap:10px}.tip-item{align-items:center;border:1px solid #0000;border-radius:6px;display:flex;font-size:14px;gap:8px;padding:10px 12px}.tip-item.positive{background-color:#e8f5eb;border-color:#28a745;color:#19692c}.tip-item.warning{background-color:#fff1f0;border-color:#ffa39e;color:#a8071a}.tip-item i{font-size:16px}.instruments-details{margin-top:24px}.instruments-details h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.instruments-list{display:flex;flex-direction:column;gap:12px}.instrument-item{background-color:#fafafa;border:1px solid #eee;border-radius:8px;padding:12px 16px}.instrument-header{color:#333;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:8px}.instrument-symbol{color:#19692c}.instrument-lot-size{color:#555;font-size:13px}.instrument-details{color:#444;display:flex;flex-wrap:wrap;font-size:13px;gap:16px}.instrument-details span{display:block}.expenses-details{font-family:Arial,sans-serif;margin-top:24px}.expenses-details h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px}.expenses-list{display:flex;flex-direction:column;gap:12px}.expense-item{background-color:#fafafa;border:1px solid #eee;border-radius:8px;padding:12px 16px;transition:background-color .2s}.expense-item:hover{background-color:#f5f5f5}.expense-header{font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:8px}.expense-header,.expense-name{align-items:center;display:flex}.expense-name{color:#333;gap:6px}.essential-icon{color:#fadb14}.expense-increase{color:#ff4d4f;font-weight:600}.expense-details{color:#444;display:flex;flex-wrap:wrap;font-size:13px;gap:20px}.expense-metric{display:flex;gap:4px}.expense-metric span:first-child{color:#555;font-weight:500}.expense-metric span.negative{color:#ff4d4f;font-weight:600}.milestones-details{font-family:Arial,sans-serif;margin-top:24px}.milestones-details h4{border-bottom:1px solid #ccc;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px}.milestones-list{display:flex;flex-direction:column;gap:12px}.milestone-item{background-color:#fafafa;border:1px solid #eee;border-radius:8px;padding:12px 16px;transition:background-color .2s}.milestone-item:hover{background-color:#f5f5f5}.milestone-item.completed{border-left:4px solid #52c41a}.milestone-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.milestone-info{display:flex;flex-direction:column}.milestone-name{align-items:center;display:flex;font-weight:600;gap:6px}.completed-icon{color:#52c41a}.milestone-target{color:#555;font-size:13px}.milestone-status{border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px;text-align:center}.milestone-status.completed{background-color:#d9f7be;color:#389e0d}.milestone-status.on-track{background-color:#e6f7ff;color:#19692c}.milestone-status.behind{background-color:#fff1f0;color:#cf1322}.milestone-status.ahead{background-color:#fffbe6;color:#d48806}.milestone-details{color:#444;display:flex;flex-wrap:wrap;font-size:13px;gap:20px}.milestone-metric{display:flex;gap:4px}.milestone-metric span:first-child{color:#555;font-weight:500}.tax-brackets-list{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px #0000000d;margin:20px auto;max-width:600px;padding:20px}.tax-brackets-list h4{color:#333;font-size:1.3rem;margin-bottom:15px;text-align:center}.bracket-item{border-bottom:1px solid #eee;padding:12px 0}.bracket-item:last-child{border-bottom:none}.bracket-header{color:#444;display:flex;font-weight:600;justify-content:space-between;margin-bottom:8px}.bracket-rate{color:#19692c}.bracket-range{color:#555;font-style:italic}.bracket-details{flex-wrap:wrap;gap:10px}.bracket-detail,.bracket-details{display:flex;justify-content:space-between}.bracket-detail{color:#555;flex:1 1 45%;font-size:.95rem}.bracket-detail span:first-child{font-weight:500}.strategy-list{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;gap:16px;margin:20px auto;max-width:700px;padding:20px}.strategy-item{border:1px solid #eee;border-radius:6px;padding:12px 16px;transition:background-color .2s ease}.strategy-item:hover{background-color:#f9f9f9}.strategy-header{color:#333;display:flex;font-weight:600;justify-content:space-between;margin-bottom:10px}.strategy-name{font-size:1rem}.strategy-efficiency{color:#19692c;font-weight:700}.strategy-stats{flex-wrap:wrap;gap:10px}.strategy-stat,.strategy-stats{display:flex;justify-content:space-between}.strategy-stat{color:#555;flex:1 1 30%;font-size:.95rem}.strategy-stat span:first-child{font-weight:500}.efficiency-score{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem}.score-circle{align-items:center;background:#f3f3f3;border-radius:50%;display:flex;flex-direction:column;height:120px;justify-content:center;position:relative;width:120px}.score-value{color:#2e7d32;font-size:2rem;font-weight:700}.score-label{color:#555;font-size:.9rem;margin-top:.3rem;text-align:center}.score-breakdown{display:flex;flex:1 1;flex-direction:column;gap:1rem}.score-metric{align-items:center;display:flex;gap:.5rem}.score-metric span:first-child{color:#333;font-weight:500;width:140px}.metric-bar{background:#eee;border-radius:6px;flex:1 1;height:12px;margin:0 .5rem;overflow:hidden}.metric-fill{background:#2e7d32;border-radius:6px 0 0 6px;height:100%}.score-metric span:last-child{color:#333;font-weight:500;text-align:right;width:60px}@media (max-width:1200px){.calculator-layout{gap:25px}}@media (max-width:1024px){.profit-calculator{padding:15px}.calculator-layout{gap:20px}.input-row{grid-template-columns:1fr 1fr}.action-buttons{grid-template-columns:1fr}}@media (max-width:768px){.profit-calculator{gap:20px}.calculator-header h1{font-size:2rem}.input-row,.results-grid{grid-template-columns:1fr}.result-card.highlight{grid-column:1}.header-top{align-items:flex-start;flex-direction:column;gap:15px}.header-controls{justify-content:space-between;width:100%}.tabs{flex-wrap:wrap}.tab{font-size:.9rem;min-width:50%;padding:10px 15px}.mode-buttons{grid-template-columns:1fr}.action-buttons{flex-direction:column;gap:10px}.btn{min-width:auto;width:100%}.results-header{align-items:flex-start;flex-direction:column;gap:15px}.result-actions{justify-content:space-between;width:100%}.history-header{align-items:flex-start;flex-direction:column;gap:8px}.history-details{flex-direction:column;gap:5px}.projection-summary{grid-template-columns:1fr 1fr}.risk-cards{grid-template-columns:1fr}.preset-buttons{flex-direction:column}.notifications-container{left:10px;max-width:none;position:fixed;right:10px;top:10px}.notification{font-size:.9rem;padding:10px 12px}.expense-details,.milestone-details{flex-direction:column;gap:8px}.milestone-header{align-items:flex-start;flex-direction:column;gap:6px}.milestone-status{margin-top:4px}}@media (max-width:480px){.profit-calculator{padding:10px}.calculator-header h1{font-size:1.8rem}.input-section,.results-section{padding:20px}.result-value{font-size:1.3rem}.tab{padding:12px 15px}.btn,.tab{font-size:.9rem}.btn{padding:12px 20px}.projection-summary{grid-template-columns:1fr}.chart-container{min-height:250px;padding:20px}.modal-content{margin:10px;padding:20px}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.loading{animation:pulse 1.5s ease-in-out infinite}@media print{.action-buttons,.header-controls,.mode-selection,.presets-section,.result-actions,.tabs-container{display:none}.chart-container,.results-section{break-inside:avoid;page-break-inside:avoid}}@media (hover:none) and (pointer:coarse){.btn,.mode-btn,.tab{min-height:44px}.input-field input,.input-field select{font-size:16px;min-height:44px}}.checkbox-label{align-items:center;display:flex;font-size:14px;gap:1px}.checkbox-label input{height:16px;width:16px}
/*# sourceMappingURL=main.90a00a6e.css.map*/