/* Minimal styles (no Tailwind runtime). Keep look&feel lightweight and cozy */
.sleepq * { box-sizing: border-box; }
.sleepq .container{max-width:900px;margin:0 auto;padding:0 16px;}
.sleepq .card{border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:16px;background:#fff}
.sleepq .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:12px 20px;font-weight:700;transition:opacity .2s ease}
.sleepq .btn.primary{background:#0f172a;color:#fff}
.sleepq .btn.secondary{background:#fff;color:#0f172a;border:1px solid #e5e7eb}
.sleepq .btn:disabled{opacity:.6;cursor:not-allowed}
.sleepq header{position:sticky;top:0;backdrop-filter:saturate(1.2) blur(6px);background:rgba(255,255,255,.8);border-bottom:1px solid #e5e7eb;z-index:20}
.sleepq footer{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);border-top:1px solid #e5e7eb}
.sleepq .pill{display:inline-block;font-size:10px;background:#f1f5f9;color:#334155;border-radius:999px;padding:3px 8px}
.sleepq .progress{height:8px;background:#ffffff99;border:1px solid #fff;border-radius:999px}
.sleepq .progress > div{height:100%;background:#0f172a;border-radius:999px;transition:width .25s}
.sleepq .soft{border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:16px}
/* theme tones */
.sleepq .tone-blue{background:#a4cff4}
.sleepq .tone-peach{background:#fddbda}
.sleepq .tone-yellow{background:#fefbed}
/* Inputs */
.sleepq input[type="text"]{width:100%;border:1px solid #e5e7eb;border-radius:16px;padding:12px 14px;outline:none}
.sleepq input[type="text"]:focus{box-shadow:0 0 0 3px rgba(15,23,42,.15)}
.sleepq .check{display:flex;gap:12px;align-items:flex-start;border:1px solid #e5e7eb;border-radius:16px;padding:12px;background:#ffffffb3}
.sleepq .check.active{border-color:#0f172a}