/*! * Bootstrap Minimal (MartingaleCalc.com) * Copyright 2011-2016 Twitter,Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
 .top-nav{background:linear-gradient(to right,#1a1a1a,#2d2d2d);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgb(0 0 0 / .1);width:100%}.nav-container{max-width:900px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.brand a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.nav-logo{width:35px;height:35px;margin-right:10px;vertical-align:middle}.nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:color 0.3s ease}.nav-links a:hover{color:gold}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media (max-width:768px){.mobile-menu-btn{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#1a1a1a;flex-direction:column;padding:1rem 0}.nav-links.active{display:flex}.nav-links li{padding:.5rem 2rem;text-align:left}.nav-links li a{display:block;width:100%}}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:900px}}@media (min-width:1136px){.container{width:900px}}@media (min-width:1200px){.container{width:900px}}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}body,html{height:100%}body{margin:0;padding:0;background:#89CFF0 url(https://martingalecalc.com/assets/martingale.png) repeat;font-family:'Verdana',sans-serif;font-size:16px;color:#000}h1,h2,h3,h4{margin:0;padding:0;font-family:'Verdana',sans-serif;text-align:center}h1{font-size:30px}@media (max-width:480px){h1{font-size:25px}}@media (max-width:375px){h1{font-size:25px}}p{margin-top:0;line-height:180%}a{color:darkred}a:hover{text-decoration:none}a img{border:none}img.fluid{display:block;margin-left:auto;margin-right:auto;max-width:100%;border-radius:10px;height:auto}img.center{display:block;margin-left:auto;margin-right:auto;max-width:98%;height:auto;border:solid 3px #89CFF0}img.article{display:block;margin-left:auto;margin-right:auto;max-width:98%;height:auto;border:solid 2px #000}img.top{display:block;margin-left:auto;margin-right:auto;max-width:100%;height:auto}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid green;background-color:#f8f8f8;color:#444;font-style:italic;border-radius:0 4px 4px 0}@media (min-width:480px){#wrapper{padding:0 35px!important}}@media (max-width:480px){#content h2,h1{font-size:25px!important}}@media (max-width:375px){#content h2,h1{font-size:25px!important}}#wrapper{padding:0 15px;background:#fff}#logo{overflow:hidden;padding:30px 0 30px 0}#logo h1{margin:0;line-height:normal;text-transform:uppercase;text-align:center}#logo h1 a{text-decoration:none;font-size:2.5em;color:#6fbec6}#logo a{color:#333}#page{overflow:hidden;margin:30px 0;padding:30px 0;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf}#content{float:center}#content h2{padding:0 0 1em 0;text-transform:uppercase;font-size:1.5em}#content h3{padding:0 0 1em 0;text-transform:uppercase;font-size:1.25em}#content h4{padding:0 0 1em 0;font-size:1.25em}#footer{overflow:hidden;padding:20px 0 60px 0}#footer p{text-align:center}.note{border:1px solid #999;padding:.5rem .5rem .5rem 3rem;margin:2rem 0;background-color:#89CFF0;position:relative}.tip{border:1px solid #999;padding:.5rem .5rem .5rem 3rem;margin:2rem 0;background-color:#e8fdf5;position:relative}.warning{border:1px solid #999;padding:.5rem .5rem .5rem 3rem;margin:2rem 0;background-color:#ffdfdf;position:relative}.important{font-size:1.25rem;border-left-style:solid;border-width:.25rem;padding-left:1rem;margin-left:2rem;padding-top:.25rem;padding-bottom:.25rem;margin-top:2rem;margin-bottom:2rem;border-color:#5e2ca5}div.icon{width:16px;height:16px;background-image:url(https://martingalecalc.com/assets/icons.png)}.note::before,.tip::before,.warning::before{content:" ";background-image:url(https://martingalecalc.com/assets/icons.png);position:absolute;top:.75rem;left:1rem;height:16px;width:16px}.warning::before{background-position-y:-32px}.note::before{background-position-y:-48px}.tip::before{background-position-y:-64px}.no{color:#e7040f}.martingale-calculator{background:linear-gradient(135deg,#f8faff 0%,#f0f5ff 100%)!important;border-radius:0.5rem!important;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06)!important;border:1px solid rgb(0 0 0 / .1)!important;padding:1rem!important;width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important;font-family:Verdana,sans-serif!important}.calculator-grid{display:grid!important;grid-template-columns:1fr!important;gap:1rem!important;width:100%!important}@media (min-width:768px){.calculator-grid{grid-template-columns:repeat(2,1fr)!important}}.form-container{width:100%!important}.form-title{font-size:1.25rem!important;line-height:1.75rem!important;font-weight:700!important;margin-bottom:1rem!important;text-align:center!important;color:#1f2937!important;font-family:Verdana,sans-serif!important}.form-group{margin-bottom:0.75rem!important}.form-label{display:block!important;font-size:0.875rem!important;font-weight:500!important;color:#374151!important;margin-bottom:0.25rem!important;font-family:Verdana,sans-serif!important}.form-select{width:100%!important;padding:0.5rem!important;border:1px solid #d1d5db!important;border-radius:0.375rem!important;background-color:white!important;font-size:0.875rem!important;color:#111827!important;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05)!important;box-sizing:border-box!important;font-family:Verdana,sans-serif!important}.form-select:focus{outline:none!important;border-color:#6366f1!important;box-shadow:0 0 0 2px rgb(99 102 241 / .2)!important}.button-group{display:grid!important;grid-template-columns:1fr!important;gap:0.5rem!important;margin-top:1rem!important}.calculate-button,.reset-button{width:100%!important;font-weight:600!important;padding:0.5rem!important;border-radius:0.375rem!important;transition:background-color 0.2s!important;font-size:0.875rem!important;cursor:pointer!important;border:none!important;font-family:Verdana,sans-serif!important}.calculate-button{background-color:#166534!important;color:white!important}.calculate-button:hover{background-color:#14532d!important}.reset-button{background-color:#b91c1c!important;color:white!important}.reset-button:hover{background-color:#991b1b!important}.martingale-calculator .table-container{width:100%!important;overflow-x:auto!important;border-radius:0.375rem!important;border:1px solid #e5e7eb!important;background-color:white!important;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05)!important;-webkit-overflow-scrolling:touch!important;margin-bottom:1rem!important}.martingale-calculator .progression-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;margin:0!important}.martingale-calculator .table-header{background-color:#f9fafb!important;position:sticky!important;top:0!important;z-index:10!important}.martingale-calculator .table-header-cell{padding:0.75rem!important;text-align:left!important;font-size:0.75rem!important;font-weight:500!important;text-transform:uppercase!important;color:#6b7280!important;white-space:nowrap!important;border-bottom:2px solid #e5e7eb!important;background-color:#f9fafb!important;font-family:Verdana,sans-serif!important}.martingale-calculator .table-row{border-bottom:1px solid #e5e7eb!important}.martingale-calculator .table-row:last-child{border-bottom:none!important}.martingale-calculator .table-cell{padding:0.75rem!important;font-size:0.75rem!important;color:#111827!important;white-space:nowrap!important;border-bottom:1px solid #e5e7eb!important;background-color:white!important;font-family:Verdana,sans-serif!important}.martingale-calculator .table-row:hover .table-cell{background-color:#f9fafb!important}.analysis-summary{margin-top:0.75rem!important;padding:0.75rem!important;background-color:#e6ffe6!important;border-radius:0.375rem!important;border:1px solid #86efac!important;font-family:Verdana,sans-serif!important}.summary-title{font-size:0.875rem!important;font-weight:600!important;color:#1f2937!important;margin-bottom:0.5rem!important;font-family:Verdana,sans-serif!important}.summary-list{list-style:none!important;padding:0!important;margin:0!important}.summary-item{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:0.25rem!important;font-size:0.75rem!important;font-family:Verdana,sans-serif!important}.summary-label{color:#4b5563!important;font-weight:500!important}.summary-value{color:#111827!important;font-weight:500!important}@media (min-width:480px){.martingale-calculator{padding:1.5rem!important}.form-title{font-size:1.5rem!important}.table-header-cell,.table-cell{padding:0.75rem!important;font-size:0.875rem!important}.summary-item{font-size:0.875rem!important}}@media (min-width:640px){.button-group{grid-template-columns:repeat(2,1fr)!important}.form-select,.calculate-button,.reset-button{font-size:1rem!important}}@media (min-width:768px){.martingale-calculator{padding:2rem!important}.form-title{font-size:1.875rem!important;margin-bottom:1.5rem!important}.form-group{margin-bottom:1rem!important}.table-header-cell,.table-cell{padding:1rem!important}.summary-title{font-size:1rem!important}}