.horse-weight-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:center}.horse-weight-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);cursor:pointer}.horse-weight-modal-container{position:relative;background-color:var(--krafft-white,white);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);padding:24px;max-width:420px;width:90%;max-height:90vh;overflow-y:auto;z-index:10}.horse-weight-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.horse-weight-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--krafft-navy,#001B47)}.horse-weight-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#999;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1}.horse-weight-modal-close:hover{color:#333}.horse-weight-modal-content{display:flex;flex-direction:column;gap:16px}.horse-weight-form-group{display:flex;flex-direction:column;gap:6px}.horse-weight-form-group label{font-size:14px;font-weight:500;color:var(--krafft-navy,#001B47)}.horse-weight-form-group input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}.horse-weight-form-group input:focus{outline:none;border-color:var(--krafft-blue,#20385A);box-shadow:0 0 0 3px rgba(32,56,90,.1)}.horse-weight-error{font-size:12px;color:#d32f2f;margin:0}.horse-weight-warning{font-size:12px;color:#f57f17;margin:0}.horse-weight-guide{background-color:#f5f5f5;border-radius:8px;padding:16px;text-align:center;font-size:13px;color:#666}.horse-weight-guide p{margin:8px 0}.horse-weight-guide p:first-child{margin-top:0}.horse-weight-guide p:last-child{margin-bottom:0}.horse-weight-calculate-btn{width:100%;padding:12px;background-color:var(--krafft-blue,#20385A);color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background-color .2s}.horse-weight-calculate-btn:hover:not(:disabled){background-color:var(--krafft-navy,#001B47)}.horse-weight-calculate-btn:disabled{background-color:#ccc;cursor:not-allowed}.horse-weight-result{background-color:#e8f5e9;border:1px solid #4caf50;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.horse-weight-result-value{text-align:center;font-size:18px;font-weight:600;color:var(--krafft-navy,#001B47);margin:0}.horse-weight-accept-btn{width:100%;padding:12px;background-color:#4caf50;color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background-color .2s}.horse-weight-accept-btn:hover{background-color:#45a049}.horse-weight-info{background-color:#f9f9f9;border-left:4px solid var(--krafft-yellow,#ffd100);border-radius:4px;padding:12px 14px;font-size:13px;line-height:1.5;color:#666}.horse-weight-info p{margin:0 0 10px}.horse-weight-info p:last-of-type{margin-bottom:0}.horse-weight-link{display:inline-block;color:var(--krafft-blue,#20385A);text-decoration:none;font-weight:500;font-size:13px;transition:color .2s}.horse-weight-link:hover{color:var(--krafft-navy,#001B47);text-decoration:underline}