:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24201b;background:#f7f1e8;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#e8ddcd99,#f7f1e800 320px),#f7f1e8}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-panel{width:min(430px,100%);background:#fffdf9;border:1px solid #e1d6c6;border-radius:8px;padding:28px;box-shadow:0 18px 40px #41301e1f}.auth-panel h1,.topbar h1,.section-title h2{margin:0}.auth-panel p{color:#74685b}.brand-mark{width:44px;height:44px;display:grid;place-items:center;background:#ded0ba;border-radius:8px}.app-shell{width:min(1040px,100%);margin:0 auto;padding:20px 16px 92px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.eyebrow,.card-head span,.metric span,.practice-row small,.log-row small,.hint,.muted{color:#756a60;font-size:.85rem}.sync-warning,.sync-error{border-radius:8px;padding:12px 14px;margin-bottom:12px}.sync-warning{background:#fff1c9;border:1px solid #e7c76d}.sync-error,.error-text{color:#8e2f26}.sync-error{background:#ffe6e1;border:1px solid #e9b2a8}.page-section{display:grid;gap:14px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.practice-list,.table-list,.settings-grid{display:grid;gap:12px}.practice-card,.empty-state,.modal-panel,.settings-action,.practice-row,.log-row{background:#fffdf9;border:1px solid #e3d8c9;border-radius:8px}.practice-card{padding:16px;display:grid;gap:14px;border-left-width:5px}.state-red{border-left-color:#bf4637}.state-yellow{border-left-color:#d99b26}.state-green{border-left-color:#55845a}.state-neutral{border-left-color:#9d9186}.card-head,.card-actions,.quick-log,.log-row{display:flex;align-items:center;gap:10px}.card-head{justify-content:space-between}.card-head h3{margin:4px 0 0}.progress-track{height:9px;border-radius:999px;background:#e9dfd1;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit}.progress-track.state-red span{background:#bf4637}.progress-track.state-yellow span{background:#d99b26}.progress-track.state-green span{background:#55845a}.progress-track.state-neutral span{background:#9d9186}.metrics-grid,.calculator-preview,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric{background:#f7f1e8;border-radius:8px;padding:10px;min-width:0}.metric strong{display:block;margin-top:4px;overflow-wrap:anywhere}label,.frequency-box{display:grid;gap:7px;color:#4f463d;font-weight:650}input,select,textarea{width:100%;border:1px solid #d8cabb;background:#fffdf9;color:#24201b;border-radius:8px;padding:11px 12px}textarea{resize:vertical}.primary-button,.ghost-button,.icon-button,.settings-action,.practice-row{border-radius:8px;border:1px solid transparent}.primary-button{background:#7d3f2c;color:#fffaf4;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;font-weight:750}.primary-button.compact{min-height:38px}.primary-button.icon-only{width:44px;padding:0;flex:0 0 44px}.ghost-button,.icon-button{background:#f8efe4;color:#4f463d;border-color:#dfd2c2}.icon-button{width:42px;height:42px;display:grid;place-items:center}.icon-button.small{width:34px;height:34px}.quick-log input:first-child{flex:0 0 112px}.empty-state{padding:28px 18px;text-align:center}.empty-state h3{margin:0 0 8px}.empty-state p{margin:0 auto 18px;max-width:420px;color:#756a60}.practice-row,.log-row,.settings-action{padding:14px}.practice-row,.settings-action{display:flex;justify-content:space-between;align-items:center;text-align:left;color:inherit}.practice-row span:first-child,.log-row span:first-child{display:grid;gap:3px}.log-row{justify-content:space-between}.history-tools{display:grid;gap:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background:#24201b57;padding:18px;overflow:auto}.modal-panel{width:min(720px,100%);margin:0 auto;padding:18px;box-shadow:0 20px 70px #24201b47}.practice-form{margin-top:16px;display:grid;gap:14px}.frequency-box{border:1px solid #e3d8c9;border-radius:8px;padding:12px}.frequency-box legend{padding:0 5px}.weekday-picker{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.interval-editor{display:grid;grid-template-columns:auto minmax(74px,.5fr) minmax(120px,1fr);align-items:center;gap:8px}.interval-editor span{color:#4f463d;font-weight:650}.weekday-picker button{min-height:36px;border:1px solid #d8cabb;border-radius:8px;background:#fffdf9}.weekday-picker button.selected{background:#7d3f2c;color:#fffaf4}.settings-action{min-height:60px}.bottom-nav{position:fixed;left:50%;bottom:14px;transform:translate(-50%);width:min(520px,calc(100% - 24px));display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:8px;background:#fffdf9f0;border:1px solid #ddd0bf;border-radius:8px;box-shadow:0 10px 30px #41301e29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button{border:0;background:transparent;color:#74685b;min-height:48px;display:grid;place-items:center;gap:2px;border-radius:8px;font-size:.78rem}.bottom-nav button.active{background:#f0e3d1;color:#7d3f2c}@media(min-width:760px){.practice-list,.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.metrics-grid,.calculator-preview,.form-grid{grid-template-columns:1fr}.quick-log{display:grid;grid-template-columns:1fr 44px}.quick-log input:first-child{flex:auto}}
