body{background:linear-gradient(135deg,#667eea,#764ba2);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;color:#333}#root{width:100%;max-width:600px;padding:20px 20px 88px}input{width:100%;padding:10px;margin:10px 0;border:2px solid #ddd;border-radius:6px;font-size:16px;box-sizing:border-box}button{padding:10px 20px;background-color:#51cf66;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;transition:background-color .2s}button:hover{background-color:#40c057}button:disabled{background-color:#ccc;cursor:not-allowed}a{color:#fff;text-decoration:none;margin:0 10px}a:hover{opacity:.8}ul a{color:#667eea}ul a:hover{text-decoration:underline}h1,h3{text-align:center;color:#000}ul{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a}input::placeholder{color:#999;opacity:.7}li{border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}li:last-child{border-bottom:none}.app-shell{width:100%}.nav-bar{position:fixed;left:50%;bottom:16px;transform:translate(-50%);width:calc(100% - 40px);max-width:600px;display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:14px;background:#1e1e288c;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 28px #00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000}.nav-bar a{flex:1;margin:0;padding:10px 0;display:flex;align-items:center;justify-content:center;border-radius:10px;text-align:center;color:#ffffffeb;font-weight:600;font-size:14px;background:#0000001a;border:1px solid rgba(255,255,255,.1);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform .12s ease,background .12s ease,opacity .12s ease}.nav-bar a:hover{opacity:1;background:#ffffff2e;transform:translateY(-1px)}.nav-bar a.active{background:#ffffff47;border-color:#ffffff47}.page-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.home-header{display:flex;justify-content:space-between;padding-left:50px;padding-right:50px;align-items:center}.routine-item-header{display:flex;justify-content:space-between;align-items:center;width:100%}.routine-item{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.exercise-name{font-weight:700;text-align:left;width:100%;color:#000}.sets-table{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:8px;align-items:center;width:100%}.set-row{display:contents;gap:8px;width:100%}.sets-header{display:contents;font-weight:600}.sets-table input{width:100%;min-width:0}.set-rest{grid-column:1 / -1;display:flex;justify-content:center;margin:6px 0 12px}.rest-timer--running{background:#ffc10724;border:1px solid rgba(255,160,0,.95);border-radius:10px;margin:6px 6px 12px;padding:6px 0}.remove-exercise{display:flex;justify-content:right}.add-set{display:flex;justify-content:right;gap:4px;width:50%}.routine-item-display{display:flex;flex-direction:grid;gap:12px;align-items:flex-start;width:100%}.routine-active-top{display:flex;justify-content:space-between;align-items:center}.routine-item-content{width:100%}.routine-item-content--active{background:#667eea1f;border:1px solid rgba(76,99,216,.9);border-radius:12px;box-shadow:0 6px 18px #4c63d82e}.set-row-wrap{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:8px;align-items:center;padding:6px;border-radius:6px}.set-row-wrap--active{background:#51cf661f;border:1px solid rgba(64,192,87,.95);border-radius:10px;margin:6px 6px 0}.modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:16px}.modal-dialog{background:#fff;width:100%;max-width:520px;max-height:80vh;overflow:auto;padding:16px;border-radius:8px}.history-session-list{display:flex;flex-direction:column;gap:12px}.history-session-item{background:#fff;padding:14px 16px;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:10px}.history-session-item-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:6px;border-bottom:1px solid #eee;font-weight:600;color:#000}.history-session-item-exercise{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;border-bottom:1px solid #f1f1f1}.history-session-item-exercise:last-child{border-bottom:none}.red-button{background-color:#ff6b6b}.red-button:hover{background-color:#ff4c4c}
