.atencion-usuario-container{max-width:520px;margin:40px auto 0;width:100%}.ticker-input{width:100%;max-width:340px;min-width:0;box-sizing:border-box}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:Georgia,Times New Roman,serif;background:#111;color:#d6c08a;min-height:100vh;margin:0;padding:0;overscroll-behavior:none;width:100vw}.main-content{margin-top:135px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:calc(100vh - 135px)}.header-fixed{position:fixed;top:0;left:0;width:100vw;background:#222c3c;color:#fff;z-index:100;box-shadow:0 2px 8px #00000014;height:110px;display:flex;align-items:center}.header-content{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.navbar{position:relative;width:auto;display:flex;align-items:center}.hamburger{display:none;background:none;border:none;color:#d6c08a;cursor:pointer;margin-right:10px;z-index:101}.header-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0;height:100%;align-items:center;transition:right .3s,opacity .3s}@media (max-width: 878px){.header-list{position:fixed;top:110px;right:-100vw;flex-direction:column;background:#222c3c;width:100vw;height:calc(100vh - 110px);justify-content:flex-start;align-items:center;gap:.5rem;box-shadow:0 2px 8px #00000014;opacity:0;pointer-events:none;z-index:100}.header-list.open{right:0;opacity:1;pointer-events:auto}.hamburger{display:block}}@media (max-width: 970px) and (min-width: 879px){.logo{display:none!important}}.header-list li{padding:.7rem 1.2rem;cursor:pointer;border-radius:8px;transition:background .2s;font-size:1.08rem;color:#e2e6ed;font-family:Georgia,Times New Roman,serif;display:flex;align-items:center;text-align:center;height:44px}.header-list li.active,.header-list li:hover{background:#3a4a63;color:#d6c08a}.logo{display:flex;justify-content:center;align-items:center;margin-bottom:0;height:110px;width:120px;margin-top:0;overflow:hidden}.logo img{width:120px;height:auto;margin-bottom:0}#finix-h1{font-size:1rem;margin:0;padding-left:40px;padding-right:40px}h1{color:#d6c08a;text-align:center;margin-bottom:18px;letter-spacing:1px;font-family:Georgia,Times New Roman,serif;font-size:2rem}.calc-flex-container{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto;min-height:480px}.calc-form-col{background:#181818;box-shadow:0 4px 16px #d6c08a14;padding:32px 32px 24px;border-radius:16px;border:1.5px solid #b8a16a;width:440px;min-width:320px;max-width:520px;box-sizing:border-box}.calc-chart-col{flex:1 1 0;min-width:320px;max-width:700px;display:flex;align-items:flex-start;justify-content:center;height:100%}.chart-wrapper{width:100%;min-width:320px;max-width:700px;height:400px;background:#181818;border-radius:16px;box-shadow:0 4px 16px #d6c08a14;padding:24px 18px 18px;border:1.5px solid #b8a16a;margin-top:0;margin-bottom:0;display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.calc-flex-container{flex-direction:column;align-items:center;gap:24px}.calc-form-col,.calc-chart-col{max-width:100vw;width:100%}.chart-wrapper{max-width:100vw;min-width:0;height:320px}}label{font-weight:500;color:#d6c08a;margin-bottom:6px;display:block;font-family:Georgia,Times New Roman,serif}input{width:100%;padding:10px 12px;margin-bottom:14px;border:1px solid #d6c08a;border-radius:6px;font-size:1rem;background:#222;color:#d6c08a;transition:border-color .2s;box-sizing:border-box;display:block}input:focus{border-color:#bfa76a;outline:none;background:#181818}button{width:100%;padding:12px 0;margin-bottom:10px;background:linear-gradient(90deg,#bfa76a 60%,#d6c08a);color:#181818;border:none;border-radius:6px;font-size:1.08rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #d6c08a12;transition:background .2s,transform .1s;box-sizing:border-box;display:block;font-family:Georgia,Times New Roman,serif}button:hover{background:linear-gradient(90deg,#d6c08a 60%,#bfa76a);transform:translateY(-2px) scale(1.02)}.resultado{margin-top:20px;font-weight:700;color:#d6c08a;background:#222;border-radius:6px;padding:10px 12px;box-shadow:0 2px 8px #d6c08a0a;font-family:Georgia,Times New Roman,serif;word-break:break-word;white-space:pre-wrap;max-width:100%;max-height:220px;overflow-x:auto;overflow-y:auto}.spinner{display:inline-block;width:24px;height:24px;border:3px solid #d6c08a;border-top:3px solid #222;border-radius:50%;animation:spin 1s linear infinite;vertical-align:middle}hr{border:none;border-top:2px solid #d6c08a;margin:32px 0 24px}.custom-dropdown::-ms-expand{display:none}.custom-dropdown option{background:#181716;color:#d6c08a}.custom-dropdown:focus{border-color:#e6d8a8;box-shadow:0 0 0 2px #d6c08a44}
