:root{--orm-primary:#6366f1;--orm-primary-light:#eef2ff;--orm-text:#1e293b;--orm-text-secondary:#475569;--orm-text-muted:#64748b;--orm-bg:#fff;--orm-bg-secondary:#f8fafc;--orm-border:#e2e8f0;--orm-radius:var(--main-radius,.5rem);--orm-radius-lg:var(--main-radius-lg,.75rem);--orm-shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--orm-shadow-md:0 4px 12px #00000014}._orm-container{max-width:560px;margin:0 auto}._orm-hidden{display:none!important}@media (max-width:768px){._orm-container{padding-left:1rem;padding-right:1rem}}._orm-exercise-selector{flex-wrap:wrap;gap:.375rem;margin-bottom:1rem;display:flex}._orm-exercise-btn{border-radius:var(--orm-radius);background:var(--orm-bg);color:var(--orm-text-secondary);cursor:pointer;border-style:solid;border-width:1px;border-color:var(--orm-border);box-shadow:var(--orm-shadow);align-items:center;gap:.375rem;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}._orm-exercise-btn:hover{color:var(--orm-primary);border-color:var(--orm-primary)}._orm-exercise-btn._orm-exercise-active{background:var(--orm-primary);color:#fff;border-color:var(--orm-primary);box-shadow:0 2px 8px #6366f140}._orm-exercise-btn svg{flex-shrink:0;width:16px;height:16px}@media (max-width:480px){._orm-exercise-selector{gap:.25rem}._orm-exercise-btn{padding:.375rem .5rem;font-size:.75rem}._orm-exercise-btn svg{display:none}}._orm-input-section{background:var(--orm-bg);border-radius:var(--orm-radius-lg);box-shadow:var(--orm-shadow);border-style:solid;border-width:1px;border-color:var(--orm-border);margin-bottom:1rem;padding:1.25rem}._orm-input-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}._orm-field{flex-direction:column;gap:.375rem;display:flex}._orm-label{color:var(--orm-text);font-size:.8125rem;font-weight:600}._orm-input-wrapper{background:var(--orm-bg-secondary);border-style:solid;border-width:1.5px;border-color:var(--orm-border);border-radius:var(--orm-radius);align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}._orm-input-wrapper:focus-within{border-color:var(--orm-primary);box-shadow:0 0 0 3px #6366f11a}._orm-input{color:var(--orm-text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.625rem .75rem;font-family:inherit;font-size:1rem;font-weight:500}._orm-input::placeholder{color:#94a3b8}._orm-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._orm-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._orm-input[type=number]{-moz-appearance:textfield}._orm-unit{color:var(--orm-text-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:0 .75rem;font-size:.8125rem;font-weight:500}._orm-unit-toggle{color:var(--orm-primary);background:var(--orm-primary-light);cursor:pointer;white-space:nowrap;border:none;border-radius:.25rem;margin:.25rem;padding:.375rem .625rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:opacity .15s}._orm-unit-toggle:hover{opacity:.8}._orm-presets{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}._orm-presets-label{color:var(--orm-text-muted);white-space:nowrap;font-size:.75rem}._orm-presets-buttons{flex-wrap:wrap;gap:.25rem;display:flex}._orm-preset{border-radius:var(--orm-radius);background:var(--orm-bg-secondary);color:var(--orm-text-secondary);cursor:pointer;border-style:solid;border-width:1px;border-color:var(--orm-border);padding:.25rem .5rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}._orm-preset:hover{background:var(--orm-primary-light);color:var(--orm-primary);border-color:var(--orm-primary)}._orm-preset._orm-preset-active{background:var(--orm-primary);color:#fff;border-color:var(--orm-primary)}@media (max-width:480px){._orm-input-section{padding:1rem}._orm-input-row{grid-template-columns:1fr;gap:.75rem}._orm-presets{flex-direction:column;align-items:flex-start}}._orm-result-section{animation:.3s _orm-fadeIn}@keyframes _orm-fadeIn{0%{opacity:0}to{opacity:1}}._orm-result-card{background:var(--orm-bg);border-radius:var(--orm-radius-lg);box-shadow:var(--orm-shadow-md);border-style:solid;border-width:1px;border-color:var(--orm-border);text-align:center;margin-bottom:1rem;padding:1.5rem}._orm-result-header{flex-direction:column;align-items:center;gap:.25rem;display:flex}._orm-result-exercise{color:var(--orm-primary);background:var(--orm-primary-light);border-radius:9999px;margin-bottom:.25rem;padding:.1875rem .625rem;font-size:.75rem;font-weight:600}._orm-result-label{color:var(--orm-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}._orm-result-value{color:var(--orm-primary);font-size:3.5rem;font-weight:700;line-height:1.1;font-family:var(--main-font-mono,monospace)}._orm-result-unit{color:var(--orm-text-muted);font-size:.875rem;font-weight:500}@media (max-width:480px){._orm-result-card{padding:1.25rem}._orm-result-value{font-size:2.75rem}}._orm-formulas-section{background:var(--orm-bg);border-radius:var(--orm-radius-lg);box-shadow:var(--orm-shadow);border-style:solid;border-width:1px;border-color:var(--orm-border);margin-bottom:1rem;overflow:hidden}._orm-formulas-toggle{cursor:pointer;width:100%;color:var(--orm-text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:color .15s;display:flex}._orm-formulas-toggle:hover{color:var(--orm-primary)}._orm-formulas-icon svg{width:14px;height:14px;transition:color .15s}._orm-formulas-content{padding:0 1.25rem 1rem}._orm-formulas-list{flex-direction:column;gap:.5rem;display:flex}._orm-formula-item{background:var(--orm-bg-secondary);border-radius:var(--orm-radius);border-style:dashed;border-width:1px;border-color:var(--orm-border);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}._orm-formula-name{color:var(--orm-text-secondary);font-size:.8125rem;font-weight:500}._orm-formula-value{color:var(--orm-text);font-size:.875rem;font-weight:700;font-family:var(--main-font-mono,monospace)}._orm-formula-highest{border-style:solid;border-color:var(--orm-primary);background:var(--orm-primary-light)}._orm-formula-highest ._orm-formula-value{color:var(--orm-primary)}._orm-percentage-section{background:var(--orm-bg);border-radius:var(--orm-radius-lg);box-shadow:var(--orm-shadow);border-style:solid;border-width:1px;border-color:var(--orm-border);margin-bottom:1rem;padding:1.25rem}._orm-percentage-title{color:var(--orm-text);margin-bottom:.75rem;font-size:.8125rem;font-weight:600}._orm-percentage-table-wrap{min-height:200px;overflow-x:auto}._orm-percentage-table{border-collapse:collapse;width:100%;font-size:.8125rem}._orm-percentage-table th{text-align:left;color:var(--orm-text-muted);border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:var(--orm-border);text-transform:uppercase;letter-spacing:.03em;padding:.5rem .75rem;font-size:.75rem;font-weight:600}._orm-percentage-table td{color:var(--orm-text);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--orm-border);padding:.5rem .75rem}._orm-percentage-table tbody tr:hover{background:var(--orm-bg-secondary)}._orm-percentage-table td:first-child{color:var(--orm-primary);font-weight:600;font-family:var(--main-font-mono,monospace)}._orm-percentage-table td:nth-child(2){font-weight:600;font-family:var(--main-font-mono,monospace)}._orm-percentage-table td:nth-child(3){color:var(--orm-text-muted)}._orm-percentage-row-highlight{background:var(--orm-primary-light)}._orm-percentage-row-highlight td{font-weight:600}@media (max-width:480px){._orm-percentage-section{padding:1rem}}._orm-about{background:var(--orm-bg);border-radius:var(--orm-radius-lg);box-shadow:var(--orm-shadow);border-style:solid;border-width:1px;border-color:var(--orm-border);margin-bottom:1rem;padding:1rem 1.25rem}._orm-about-title{color:var(--orm-text);align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:flex}._orm-about-title svg{width:14px;height:14px;color:var(--orm-primary);flex-shrink:0}._orm-about-content p{color:var(--orm-text-secondary);margin:0;font-size:.8125rem;line-height:1.6}._orm-about-content p+p{margin-top:.5rem}._orm-about-note{color:var(--orm-text-muted);font-style:italic}@media (max-width:480px){._orm-about{padding:.875rem 1rem}}._orm-history-section{background:var(--orm-bg);border-radius:var(--orm-radius-lg);box-shadow:var(--orm-shadow);border-style:solid;border-width:1px;border-color:var(--orm-border);overflow:hidden}._orm-history-toggle{cursor:pointer;width:100%;color:var(--orm-text);background:0 0;border:none;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:color .15s;display:flex}._orm-history-toggle:hover{color:var(--orm-primary)}._orm-history-toggle-icon svg{width:14px;height:14px}._orm-history-count{background:var(--orm-primary);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.6875rem;font-weight:600;display:inline-flex}._orm-history-content{padding:0 1.25rem 1rem}._orm-history-list{flex-direction:column;gap:.375rem;max-height:280px;display:flex;overflow-y:auto}._orm-history-item{background:var(--orm-bg-secondary);border-radius:var(--orm-radius);border-style:solid;border-width:1px;border-color:var(--orm-border);justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.8125rem;display:flex}._orm-history-item-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}._orm-history-item-exercise{color:var(--orm-text);white-space:nowrap;font-weight:600}._orm-history-item-detail{color:var(--orm-text-muted);white-space:nowrap;font-family:var(--main-font-mono,monospace);font-size:.75rem}._orm-history-item-1rm{color:var(--orm-primary);white-space:nowrap;font-weight:700;font-family:var(--main-font-mono,monospace)}._orm-history-item-date{color:var(--orm-text-muted);white-space:nowrap;margin-left:.5rem;font-size:.6875rem}._orm-history-item-delete{cursor:pointer;color:var(--orm-text-muted);background:0 0;border:none;flex-shrink:0;margin-left:.375rem;padding:.25rem;transition:color .15s}._orm-history-item-delete:hover{color:#ef4444}._orm-history-item-delete svg{width:14px;height:14px}._orm-history-clear{border-style:solid;border-width:1px;border-color:var(--orm-border);border-radius:var(--orm-radius);width:100%;color:var(--orm-text-muted);cursor:pointer;background:0 0;margin-top:.75rem;padding:.5rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s;display:block}._orm-history-clear:hover{color:#ef4444;border-color:#ef4444}._orm-history-empty{text-align:center;color:var(--orm-text-muted);padding:1rem;font-size:.8125rem}@media (max-width:480px){._orm-history-item{flex-wrap:wrap;gap:.25rem}._orm-history-item-date{margin-left:0}}
