.peptide-calculator-wrapper{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;max-width:1200px;margin:0 auto;padding:20px 20px 120px;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;min-height:100vh;position:relative;z-index:1}.peptide-calculator-wrapper .btn-primary{background:linear-gradient(45deg,#00b894,#00a085)}.peptide-calculator-wrapper .btn-secondary{background:linear-gradient(45deg,#e17055,#d63031)}.peptide-calculator-wrapper .btn-base{color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;flex:1;min-height:50px;display:inline-block;text-align:center;text-decoration:none}.peptide-calculator-wrapper .btn-base:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #0003}.peptide-calculator-wrapper .btn-base:disabled{background:#bdc3c7!important;cursor:not-allowed;transform:none}.peptide-calculator-wrapper .text-gradient{background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.peptide-calculator-wrapper .container{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;margin-bottom:30px}.peptide-calculator-wrapper h1{color:#2c3e50;text-align:center;margin-bottom:40px;font-size:2.5em;font-weight:700}.peptide-calculator-wrapper h2{color:#34495e;border-bottom:3px solid #3498db;padding-bottom:10px;margin-top:30px;font-size:1.8em}.peptide-calculator-wrapper h3{color:#2c3e50;margin-top:25px;margin-bottom:15px;font-size:1.3em;font-weight:600}.peptide-calculator-wrapper h4{color:#2c3e50;margin-top:20px;margin-bottom:15px;font-size:1.2em;font-weight:600}.peptide-calculator-wrapper .peptide-info{margin:20px 0;padding:15px;background:#f8f9fa;border-left:4px solid #3498db;border-radius:0 10px 10px 0;transition:all .3s ease}.peptide-calculator-wrapper .peptide-info:hover{transform:translate(5px);box-shadow:0 5px 15px #0000001a}.peptide-calculator-wrapper .peptide-info .peptide-name{font-weight:700;color:#2980b9;font-size:1.1em}.peptide-calculator-wrapper table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.peptide-calculator-wrapper th,.peptide-calculator-wrapper td{padding:15px;text-align:left;border-bottom:1px solid #ddd;vertical-align:top}.peptide-calculator-wrapper th{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:.95em}.peptide-calculator-wrapper td:first-child{font-weight:700;color:#2c3e50}.peptide-calculator-wrapper tr:hover{background-color:#f5f5f5}.peptide-calculator-wrapper tr:last-child td{border-bottom:none}.peptide-calculator-wrapper .calculator{background:#fffffff2;color:#2c3e50;border-radius:20px;padding:30px;margin:30px 0;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.peptide-calculator-wrapper .calculator h2{color:#2c3e50;border-bottom:3px solid #3498db;text-align:center;margin-bottom:30px}.peptide-calculator-wrapper .calculator h3{color:#2c3e50;border-bottom:2px solid rgba(52,152,219,.3);padding-bottom:10px}.peptide-calculator-wrapper .calc-section{background:#f8f9fae6;padding:25px;border-radius:15px;margin:20px 0;box-shadow:0 10px 20px #0000000d;border:1px solid rgba(52,152,219,.2)}.peptide-calculator-wrapper .form-container{background:#fffffff2;padding:20px;border-radius:10px;margin:15px 0}.peptide-calculator-wrapper .input-group{margin:15px 0}.peptide-calculator-wrapper label{display:block;margin-bottom:8px;font-weight:700;color:#2c3e50;font-size:1em}.peptide-calculator-wrapper input,.peptide-calculator-wrapper select{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:16px;background:#fff;color:#333;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.peptide-calculator-wrapper input:focus,.peptide-calculator-wrapper select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.peptide-calculator-wrapper .input-error{border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c33!important}.peptide-calculator-wrapper .height-inputs{display:flex;gap:10px}.peptide-calculator-wrapper .height-inputs>div{flex:1}.peptide-calculator-wrapper .height-inputs input{width:100%}.peptide-calculator-wrapper .error-message{color:#e74c3c;font-size:14px;margin-top:5px;display:none;font-weight:500}.peptide-calculator-wrapper .warning-message{color:#f39c12;font-size:14px;margin-top:5px;display:none;font-weight:500}.peptide-calculator-wrapper .educational-note{background:#f39c12;color:#fff;padding:15px;border-radius:8px;margin:15px 0;text-align:center;font-weight:700;font-size:.95em}.peptide-calculator-wrapper .disclaimer{background:#e74c3c;color:#fff;padding:20px;border-radius:10px;margin:30px 0;text-align:center;font-weight:700;font-size:1.1em;line-height:1.4}.peptide-calculator-wrapper .button-container{display:flex;gap:15px;margin:20px 0}.peptide-calculator-wrapper .loading{display:none;text-align:center;margin:20px 0;padding:20px}.peptide-calculator-wrapper .spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:30px;height:30px;animation:peptide-spin 1s linear infinite;margin:0 auto 10px}@keyframes peptide-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.peptide-calculator-wrapper .results{background:#fffffff2;padding:25px;border-radius:15px;margin-top:20px;border:2px solid #00b894;display:none;box-shadow:0 10px 25px #0000001a}.peptide-calculator-wrapper .result-item{margin:15px 0;padding:15px;background:#3498db1a;border-radius:10px;border-left:4px solid #00b894;transition:all .3s ease}.peptide-calculator-wrapper .result-item:hover{transform:translate(3px);box-shadow:0 5px 15px #0000001a}.peptide-calculator-wrapper .highlight-result{border:2px solid #00b894!important;background:#00b89426!important;box-shadow:0 8px 20px #00b89433!important}.peptide-calculator-wrapper .bmi-underweight{border-color:#f39c12!important;background:#f39c1226!important}.peptide-calculator-wrapper .bmi-normal{border-color:#00b894!important;background:#00b89426!important}.peptide-calculator-wrapper .bmi-overweight{border-color:#e17055!important;background:#e1705526!important}.peptide-calculator-wrapper .bmi-obese{border-color:#d63031!important;background:#d6303126!important}.peptide-calculator-wrapper .week-schedule{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin:20px 0}.peptide-calculator-wrapper .week-item{background:#3498db1a;padding:15px;border-radius:10px;text-align:center;border:2px solid rgba(52,152,219,.3);transition:all .3s ease;font-weight:500}.peptide-calculator-wrapper .week-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3498db33;border-color:#3498db99}.peptide-calculator-wrapper ol{background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #3498db;margin:20px 0}.peptide-calculator-wrapper ul{margin:10px 0;padding-left:20px}.peptide-calculator-wrapper .result-item ul{background:none;border:none;padding:0 0 0 20px}.peptide-calculator-wrapper .result-item ul li{margin:5px 0}.peptide-calculator-wrapper .ranking{counter-reset:ranking;list-style:none;padding-left:0}.peptide-calculator-wrapper .ranking li{counter-increment:ranking;margin:15px 0;padding:20px;background:#fff;color:#2c3e50;border-radius:10px;position:relative;display:flex;align-items:flex-start;transition:all .3s ease;box-shadow:0 2px 10px #0000001a;border:2px solid transparent}.peptide-calculator-wrapper .ranking li:nth-child(1){border-color:gold;background:linear-gradient(135deg,#fffef5,#fff9e6)}.peptide-calculator-wrapper .ranking li:nth-child(2){border-color:silver;background:linear-gradient(135deg,#fefefe,#f9f9f9)}.peptide-calculator-wrapper .ranking li:nth-child(3){border-color:#cd7f32;background:linear-gradient(135deg,#fffefa,#fef8f0)}.peptide-calculator-wrapper .ranking li:hover{transform:translate(10px);box-shadow:0 8px 25px #00000026}.peptide-calculator-wrapper .ranking li:before{content:counter(ranking);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;margin-right:15px;font-weight:700;font-size:1.2em;flex-shrink:0}.peptide-calculator-wrapper .ranking li:nth-child(1):before{background:linear-gradient(135deg,gold,orange)}.peptide-calculator-wrapper .ranking li:nth-child(2):before{background:linear-gradient(135deg,silver,#a9a9a9)}.peptide-calculator-wrapper .ranking li:nth-child(3):before{background:linear-gradient(135deg,#cd7f32,sienna)}.peptide-calculator-wrapper .peptide-name{font-weight:700;color:#2c3e50;font-size:1.1em;display:block;margin-bottom:5px;line-height:1.4}.peptide-calculator-wrapper .weight-loss-stat{color:#667eea;font-weight:600;font-size:.95em;display:block;margin-bottom:10px}.peptide-calculator-wrapper .ranking p{margin:0;line-height:1.6}.peptide-calculator-wrapper .peptide-content{flex:1}@media (max-width: 768px){.peptide-calculator-wrapper .ranking li{flex-direction:column;padding:15px;margin:10px 0}.peptide-calculator-wrapper .ranking li:before{width:35px;height:35px;font-size:1.1em;position:absolute;top:15px;left:15px}.peptide-calculator-wrapper .ranking li{padding-left:60px;min-height:80px}.peptide-calculator-wrapper .peptide-name{font-size:1em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.peptide-calculator-wrapper{padding-bottom:120px}.peptide-calculator-wrapper .ranking li:hover{transform:none}.peptide-calculator-wrapper main{position:relative;z-index:1}.peptide-calculator-wrapper .container{margin-bottom:20px}.peptide-calculator-wrapper .ranking li{margin-left:5px;margin-right:5px}.peptide-calculator-wrapper .height-inputs{flex-direction:column;gap:10px}.peptide-calculator-wrapper .height-inputs>div{width:100%}}@media (max-width: 768px){.peptide-calculator-wrapper{padding:10px}.peptide-calculator-wrapper .container,.peptide-calculator-wrapper .calculator{padding:20px}.peptide-calculator-wrapper .button-container{flex-direction:column}.peptide-calculator-wrapper .week-schedule{grid-template-columns:1fr}.peptide-calculator-wrapper h1{font-size:2em}.peptide-calculator-wrapper table{font-size:.9em}.peptide-calculator-wrapper th,.peptide-calculator-wrapper td{padding:10px}}@media (max-width: 480px){.peptide-calculator-wrapper h1{font-size:1.8em}.peptide-calculator-wrapper .calc-section,.peptide-calculator-wrapper .form-container{padding:15px}.peptide-calculator-wrapper .ranking li{padding:12px 12px 12px 50px;font-size:.95em}.peptide-calculator-wrapper .ranking li:before{width:30px;height:30px;font-size:1em;top:12px;left:12px}.peptide-calculator-wrapper .peptide-name{font-size:.95em}.peptide-calculator-wrapper .weight-loss-stat{font-size:.85em}body{padding-bottom:80px!important}.peptide-calculator-wrapper{margin-bottom:100px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/GLP-1-dosage-calculator.css.map */
