:root{color-scheme:light;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(180deg,#f8f8fc,#eceff6);color:#1b1f2a}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;border-bottom:1px solid #d6dce8;background:#fffc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.app-header nav{display:flex;gap:.8rem;align-items:center}.version-pill{margin:.2rem 0 0;font-size:.9rem;font-weight:700}.version-match{color:#1d6d38}.version-mismatch{color:#8c1c2f}.app-header a{text-decoration:none;color:#1f4772;font-weight:600}.app-main{max-width:900px;margin:0 auto;padding:1rem}.card{background:#fff;border:1px solid #dce3ef;border-radius:12px;padding:1rem;box-shadow:0 8px 24px #12243d14}.stack{display:flex;flex-direction:column;gap:.8rem}.row{display:flex;gap:.6rem;flex-wrap:wrap}input,select,button{font:inherit}input,select{width:100%;margin-top:.35rem;padding:.55rem;border-radius:8px;border:1px solid #b8c3d6}button{border:none;border-radius:8px;padding:.55rem .8rem;background:#215f9f;color:#fff;cursor:pointer}button.secondary{background:#5d6d83}button:disabled{opacity:.6;cursor:not-allowed}.hint{color:#3e526d;margin:.25rem 0}.error{color:#8c1c2f}.success{color:#1d6d38}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{border-bottom:1px solid #d9e2ee;text-align:left;padding:.5rem}.stats{margin:1rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem}.chant-pulse{margin:.8rem 0 .4rem;padding:.65rem .75rem;border:1px solid #d9e2ee;border-radius:10px;background:#f6f9ff}.chant-pulse-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.chant-pulse-head span{font-weight:700;font-size:.9rem}.chant-pulse-track{height:12px;background:#dde6f4;border-radius:999px;overflow:hidden}.chant-pulse-fill{height:100%;width:0;border-radius:999px;transition:width 80ms linear;background:linear-gradient(90deg,#2d86df,#4ca3f9)}.chant-pulse-dot-wrap{margin-top:.55rem;display:flex;justify-content:flex-end}.chant-pulse-dot{width:12px;height:12px;border-radius:999px;background:#7f8a99;transition:transform 80ms linear,background-color .12s ease}.chant-pulse-detected .chant-pulse-fill{background:linear-gradient(90deg,#e5a000,#ffc14d)}.chant-pulse-detected .chant-pulse-dot{background:#f0ad1e}.chant-pulse-counted .chant-pulse-fill{background:linear-gradient(90deg,#1f9e4a,#40c66f)}.chant-pulse-counted .chant-pulse-dot{background:#1f9e4a}.training-sample{margin-bottom:.8rem;padding:.5rem;border:1px solid #d9e2ee;border-radius:8px}.training-sample p{margin:0 0 .3rem}@media (max-width: 640px){.app-header{flex-direction:column;align-items:flex-start;gap:.6rem}}
