*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #F97316;--orange-dark: #EA6A0E;--orange-light: #FED7AA;--yellow: #FFEB3B;--yellow-dark: #FBC02D;--on-yellow: #14213D;--bg: #F3F4F6;--card: #FFFFFF;--text: #111827;--text-muted: #6B7280;--border: #E5E7EB;--green: #10B981;--radius: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .05)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-tap-highlight-color:transparent}button,input{touch-action:manipulation}.app{max-width:480px;margin:0 auto;padding-bottom:3rem}.header{background:var(--yellow);color:var(--on-yellow);padding:1.125rem 1.5rem;display:flex;align-items:center;gap:.625rem;position:sticky;top:0;z-index:10}.header h1{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.header span{font-size:1.375rem;line-height:1}.header-husky{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.card{background:var(--card);border-radius:var(--radius);padding:1.25rem;margin:.875rem 1rem;box-shadow:var(--shadow)}.card-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem}.progress-shots{margin-bottom:1.125rem}.progress-label{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.625rem}.progress-main{font-size:2.25rem;font-weight:800;color:var(--text);line-height:1;letter-spacing:-.03em}.progress-target{font-size:1rem;color:var(--text-muted);font-weight:500}.progress-bar-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--orange);border-radius:4px;transition:width .5s ease;min-width:4px}.progress-bar-fill.complete{background:var(--green)}.progress-caption{margin-top:.4rem;font-size:.8rem;color:var(--text-muted)}.goal-setter{display:flex;gap:.5rem;align-items:center;margin-top:.25rem}.goal-setter input{flex:1;min-height:44px;padding:.6rem .75rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;outline:none;transition:border-color .15s;color:var(--text)}.goal-setter input:focus{border-color:var(--orange)}.link-btn{background:none;border:none;color:var(--orange);font-size:.8rem;font-weight:500;cursor:pointer;min-height:44px;padding:.375rem 0;margin-top:.375rem;text-decoration:underline;text-underline-offset:2px;display:inline-flex;align-items:center}.link-btn:hover,.link-btn:active{color:var(--orange-dark)}.practice-row{display:flex;align-items:center;gap:.625rem;padding-top:1rem;border-top:1px solid var(--border);margin-top:.875rem}.practice-icon{font-size:1.25rem;line-height:1}.practice-label{font-size:.875rem;color:var(--text-muted)}.practice-value{margin-left:auto;font-size:1.25rem;font-weight:700;color:var(--text)}.practice-value span{font-size:.8rem;font-weight:400;color:var(--text-muted);margin-left:2px}.tabs{display:flex;gap:.25rem;background:var(--bg);border-radius:8px;padding:3px;margin-bottom:1rem}.tab{flex:1;min-height:44px;padding:.5rem .25rem;border:none;background:none;border-radius:6px;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s}.tab.active{background:#fff;color:var(--text);box-shadow:0 1px 3px #0000001a}.tab:active{background:var(--orange-light)}.form-group{margin-bottom:.875rem}.form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.375rem}.form-group input{width:100%;min-height:44px;padding:.625rem .75rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;outline:none;color:var(--text);transition:border-color .15s;background:#fff}.form-group input:focus{border-color:var(--orange)}.field-error{font-size:.8rem;color:#dc2626;margin-bottom:.75rem}.btn{min-height:44px;padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--orange);color:#fff;width:100%;padding:.75rem}.btn-primary:hover:not(:disabled){background:var(--orange-dark)}.btn-primary:active:not(:disabled){background:var(--orange-dark)}.btn-primary.btn-yellow{background:var(--yellow);color:var(--on-yellow)}.btn-primary.btn-yellow:hover:not(:disabled),.btn-primary.btn-yellow:active:not(:disabled){background:var(--yellow-dark);color:var(--on-yellow)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-sm{min-height:44px;padding:.5rem .875rem;font-size:.825rem;white-space:nowrap}.btn-outline{background:transparent;color:var(--text-muted);border:1.5px solid var(--border)}.btn-outline:hover,.btn-outline:active{border-color:var(--text-muted)}.session-list{display:flex;flex-direction:column}.session-item{display:flex;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border);gap:.75rem}.session-item:last-child{border-bottom:none;padding-bottom:0}.session-item:first-child{padding-top:0}.session-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.session-icon.shots{background:#fff7ed}.session-icon.practice{background:#eff6ff}.session-name{font-size:.9rem;font-weight:500;color:var(--text)}.session-date{font-size:.775rem;color:var(--text-muted);margin-top:1px}.session-value{margin-left:auto;font-weight:700;font-size:1rem;color:var(--text);text-align:right;white-space:nowrap}.session-value span{font-size:.75rem;font-weight:400;color:var(--text-muted);margin-left:1px}.empty-state{text-align:center;padding:1.25rem 0;color:var(--text-muted);font-size:.875rem}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin:.875rem 1rem 0}.loading{text-align:center;padding:4rem 1rem;color:var(--text-muted);font-size:.9rem}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;box-shadow:0 4px 16px #0003;z-index:100;white-space:nowrap;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translate(-50%) translateY(.75rem);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}
