#root{min-height:100vh}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(circle at 20% 10%,#3b2a64,#1e1630 45%,#120e1d);color:#f4f3f8}.app-header{padding:1rem 1rem .75rem;border-bottom:1px solid rgba(255,255,255,.12)}.app-header h1{margin:0;font-size:1.35rem}.app-header p{margin:.35rem 0 0;opacity:.8;font-size:.9rem}.status-pill{display:inline-flex;width:fit-content;margin-top:.55rem;padding:.22rem .55rem;border-radius:999px;font-size:.76rem;font-weight:700}.status-online{background:#78eca433;color:#bff9d3}.status-offline{background:#f8bd7533;color:#ffe4b9}.app-main{padding:1rem 1rem 4.5rem}.app-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.35rem;padding:.6rem;background:#0c0914f0;border-top:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-link{color:#ddd6f0;text-align:center;text-decoration:none;font-size:.72rem;padding:.52rem .3rem;border-radius:.55rem}.nav-link-active{background:#5c43a8;color:#fff}.screen h2{margin-top:0;margin-bottom:.35rem}.screen{display:grid;gap:.75rem}.muted{margin-top:0;color:#f0edf8d1}.card-grid{display:grid;gap:.75rem;margin:.8rem 0}.card{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:.85rem;padding:.9rem}.card h3{margin:0 0 .4rem}.input-row{display:grid;grid-template-columns:1fr auto;gap:.55rem;margin:.75rem 0}.input-row input{width:100%;min-height:44px;border-radius:.7rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#fff;padding:.55rem .7rem}.input-row button,.primary-button{min-height:44px;border-radius:.7rem;border:0;background:#6b4cd1;color:#fff;font-weight:700;padding:0 1rem}.primary-button:disabled{opacity:.55}.list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.list-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.72rem .8rem;border-radius:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.list-item span{opacity:.78;font-size:.85rem}.list-item-stack{align-items:stretch;flex-direction:column;justify-content:flex-start}.list-subtext{margin:.35rem 0 0;opacity:.8;font-size:.85rem}.screen-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:.7rem;border:0;background:#6b4cd1;color:#fff;font-weight:700;padding:0 .9rem;text-decoration:none}.ghost-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:.65rem;border:1px solid rgba(255,255,255,.28);background:#ffffff14;color:#fff;font-weight:600;padding:0 .8rem;text-decoration:none}.split-group{margin-top:1rem}.split-group h3{margin-bottom:.55rem}.form-stack{display:grid;gap:.6rem;margin:.7rem 0}.field-label{font-weight:700}.checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.92rem}.checkbox-row-card{min-height:44px;border-radius:.75rem;border:1px solid rgba(255,255,255,.14);background:#ffffff14;padding:.72rem .8rem}.checkbox-row input{width:18px;height:18px;accent-color:#6b4cd1}.form-stack input,.form-stack select{width:100%;min-height:44px;border-radius:.7rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#fff;padding:.55rem .7rem}.form-stack textarea{width:100%;border-radius:.7rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#fff;padding:.55rem .7rem;font-family:inherit}.form-stack option{color:#111}.builder-list{display:grid;gap:.75rem}.triple-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.workout-metrics-row{margin-top:.35rem}.triple-row label{display:grid;gap:.35rem;font-size:.82rem;min-width:0}.metric-field input{width:100%;min-width:0;min-height:44px;border-radius:.7rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#fff;padding:.55rem .7rem}.screen-actions{display:flex;gap:.6rem;margin-top:.85rem}.inline-actions{display:flex;gap:.5rem}.inline-actions .ghost-button{min-height:36px}.screen-actions button{min-height:44px;border-radius:.7rem;border:0;background:#6b4cd1;color:#fff;font-weight:700;padding:0 1rem}.ghost-button{min-height:40px;border-radius:.65rem;border:1px solid rgba(255,255,255,.28);background:#ffffff14;color:#fff;font-weight:600;padding:0 .8rem}.list-link{color:#fff;text-decoration:none;font-weight:700}.list-item-link{text-decoration:none;color:inherit}.exercise-creation-section{margin-bottom:.35rem}.exercise-creation-card{margin-bottom:.2rem}.detail-stack{display:grid;gap:.55rem}.detail-back-link{width:fit-content}.workout-exercise-name{margin:.2rem 0 .4rem;font-weight:700;font-size:1.05rem}.form-error{margin:0;color:#ffd0d0;font-size:.9rem}.success-text{margin:0;color:#bdfacb;font-size:.9rem}.list-link:hover,.list-link:focus-visible{text-decoration:underline}.boot-state{min-height:100vh;display:grid;place-content:center;background:#161124;color:#f5f2ff;text-align:center;padding:1rem}@media (min-width: 760px){.app-shell{max-width:620px;margin:0 auto;border-left:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.15)}.card-grid{grid-template-columns:1fr 1fr}}*{box-sizing:border-box}html,body{margin:0;min-width:320px}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.35}
