*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;background:#0d0d0d;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;min-height:100vh;overflow-x:hidden}.mono{font-family:DM Mono,Space Mono,Courier New,monospace}h1,h2,h3,h4,h5,h6{margin:0 0 8px;font-weight:700}p{margin:0 0 8px}a{color:#f5c400;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit;font-size:14px;transition:opacity .15s ease}button:active{opacity:.8}.btn-primary{background:#f5c400;color:#0d0d0d;font-weight:700;min-height:48px;border-radius:8px;border:none;padding:12px 24px;font-size:16px;width:100%;cursor:pointer}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:#fff;border:1px solid #333;min-height:48px;border-radius:8px;padding:12px 24px;font-size:16px;width:100%;cursor:pointer}.btn-secondary:hover{border-color:#555}.btn-danger{background:#f44;color:#fff;font-weight:700;min-height:48px;border-radius:8px;border:none;padding:12px 24px;font-size:16px;width:100%;cursor:pointer}.btn-small{min-height:36px;padding:6px 16px;font-size:13px;width:auto}.btn-icon{background:transparent;border:none;color:#fff;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:8px}.btn-icon:hover{background:#1a1a1a}.card{background:#1a1a1a;border-radius:12px;padding:16px;margin-bottom:12px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}input,select,textarea{background:#1a1a1a;border:1px solid #333;color:#fff;border-radius:8px;min-height:48px;padding:12px;font-size:16px;font-family:inherit;width:100%;outline:none;transition:border-color .15s ease}input:focus,select:focus,textarea:focus{border-color:#f5c400}input::placeholder,textarea::placeholder{color:#666}input[type=number]{font-family:DM Mono,Space Mono,Courier New,monospace;text-align:center;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}label{display:block;font-size:13px;color:#999;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#111;border-top:1px solid #222222;display:flex;justify-content:space-around;align-items:center;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:1000}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:#666;text-decoration:none;padding:4px 12px;min-width:64px;min-height:48px;justify-content:center}.bottom-nav a.active{color:#f5c400}.bottom-nav a svg{width:24px;height:24px}.top-bar{position:fixed;top:0;left:0;right:0;height:56px;background:#111;border-bottom:1px solid #222222;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:1000}.top-bar-title{font-size:20px;font-weight:800;color:#f5c400;letter-spacing:1px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-active{background:#f5c400;color:#0d0d0d}.badge-hit{background:#2e7d32;color:#fff}.badge-exceeded{background:#f5c400;color:#0d0d0d}.badge-missed{background:#f44;color:#fff}.badge-set-type{background:#333;color:#ccc}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:16px}.modal-content{background:#1a1a1a;border-radius:16px;padding:24px;width:100%;max-width:400px;max-height:85vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#666;font-size:24px;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:#fff;background:#333}.text-accent{color:#f5c400}.text-muted{color:#666}.text-center{text-align:center}.text-sm{font-size:13px}.text-xs{font-size:11px}.text-lg{font-size:18px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.p-16{padding:16px}.w-full{width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:13px;border:1px solid #333;background:transparent;color:#ccc;cursor:pointer;white-space:nowrap}.chip.active{background:#f5c400;color:#0d0d0d;border-color:#f5c400;font-weight:600}.search-input{background:#1a1a1a;border:1px solid #333;border-radius:24px;padding:10px 16px;color:#fff;font-size:15px;width:100%}.search-input:focus{border-color:#f5c400}.set-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #222}.set-row:last-child{border-bottom:none}.set-number{width:28px;height:28px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.set-input{width:72px;min-height:40px;padding:8px;text-align:center;font-size:16px;flex-shrink:0}.set-complete-btn{width:40px;height:40px;border-radius:50%;border:2px solid #333;background:transparent;color:#666;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.set-complete-btn.completed{background:#2e7d32;border-color:#2e7d32;color:#fff}.rest-timer{position:fixed;bottom:80px;left:16px;right:16px;background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:16px;z-index:900;text-align:center}.rest-timer-display{font-family:DM Mono,Space Mono,Courier New,monospace;font-size:48px;font-weight:700;color:#f5c400}.rest-timer-bar{height:4px;background:#333;border-radius:2px;margin:12px 0;overflow:hidden}.rest-timer-bar-fill{height:100%;background:#f5c400;border-radius:2px;transition:width 1s linear}.exercise-card{background:#1a1a1a;border-radius:12px;padding:16px;margin-bottom:16px}.exercise-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.exercise-name{font-size:16px;font-weight:700}.exercise-target{font-size:13px;color:#999;font-family:DM Mono,Space Mono,Courier New,monospace}.exercise-last{font-size:12px;color:#555}.exercise-suggestion{font-size:12px;color:#f5c400;margin-top:4px}.page{padding:16px;min-height:calc(100vh - 128px)}.page-title{font-size:24px;font-weight:800;margin-bottom:16px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#666}.empty-state-icon{font-size:48px;margin-bottom:16px}.dropdown{position:absolute;top:100%;right:0;background:#222;border:1px solid #333;border-radius:8px;padding:4px;min-width:160px;z-index:1001;box-shadow:0 8px 24px #00000080}.dropdown-item{display:block;width:100%;padding:10px 16px;background:transparent;border:none;color:#fff;font-size:14px;text-align:left;border-radius:6px;cursor:pointer}.dropdown-item:hover{background:#333}.dropdown-item.danger{color:#f44}.progress-bar{height:24px;background:#f5c400;border-radius:4px;min-width:2px;transition:width .3s ease}.stat-card{background:#1a1a1a;border-radius:12px;padding:16px;text-align:center}.stat-value{font-size:32px;font-weight:800;color:#f5c400;font-family:DM Mono,Space Mono,Courier New,monospace}.stat-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.muscle-map-container{display:flex;flex-direction:column;align-items:center;padding:16px 0}.muscle-map-toggle{display:flex;gap:8px;margin-bottom:16px}.muscle-tooltip{position:absolute;background:#222;border:1px solid #444;border-radius:8px;padding:12px;font-size:13px;z-index:100;min-width:160px;pointer-events:none;box-shadow:0 4px 16px #00000080}.progression-banner{display:flex;align-items:center;gap:10px;background:#f5c40014;border:1px solid rgba(245,196,0,.25);border-radius:8px;padding:10px 12px;margin-bottom:10px}.progression-icon{width:32px;height:32px;border-radius:50%;background:#f5c4001f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.progression-label{font-size:11px;font-weight:800;color:#f5c400;text-transform:uppercase;letter-spacing:.5px}.progression-message{font-size:13px;color:#ccc;margin-top:1px}.last-performance-toggle{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #222;border-radius:6px;padding:8px 10px;width:100%;color:#888;font-size:12px;cursor:pointer}.last-performance-toggle:hover{border-color:#333;background:#161616}.last-performance-panel{background:#141414;border:1px solid #222;border-top:none;border-radius:0 0 6px 6px;padding:8px 10px}.last-performance-set{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:13px;color:#aaa}.set-num{font-size:11px;font-weight:700;color:#555;width:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .2s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 1.5s ease infinite}
