:root{--stress-blue:#004b97;--stress-rose:#ffb1b1;--stress-lavender:#c4ccff;--stress-ink:#201a1f;--stress-muted:#6f6570;--stress-line:rgba(0, 75, 151, 0.14)}.stress-page-content{background:linear-gradient(180deg,rgba(255,177,177,.22),rgba(255,255,255,0) 260px),#fbfbfd;padding-bottom:calc(var(--f7-toolbar-height) + 32px)}.stress-control-card,.stress-hero,.stress-next-card,.stress-reasons-card{margin:14px 16px;border:1px solid var(--stress-line);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 12px 26px rgba(34,35,58,.08)}.stress-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,0.9fr);gap:18px;align-items:center;overflow:hidden}.stress-hero h1{margin:0 0 8px;color:var(--stress-ink);font-size:30px;line-height:1.12}.stress-control-card p,.stress-hero p,.stress-next-card p{margin:0;color:var(--stress-muted);font-size:15px;line-height:1.45}.stress-gauge-panel{display:grid;gap:8px}.fever-gauge{position:relative;width:min(340px,76vw);height:calc(min(340px,76vw)/ 2 + 18px);margin:0 auto}.fever-gauge-ring{position:absolute;inset:0;border-radius:180px 180px 0 0;background:radial-gradient(circle at 50% 118%,rgba(255,255,255,0) 48%,rgba(255,255,255,.92) 72%),conic-gradient(from 270deg at 50% 100%,#91d7ba 0deg,#f5d37a 72deg,#ffb1b1 132deg,#b63e54 180deg,transparent 181deg);border:6px solid rgba(255,255,255,.7);box-shadow:inset 0 -12px 20px rgba(0,0,0,.05)}.fever-gauge-pointer{position:absolute;left:50%;bottom:18px;width:min(160px,36vw);height:8px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,0),var(--stress-blue),rgba(255,255,255,0));transform-origin:left center;transform:rotate(-90deg);box-shadow:0 0 20px rgba(0,75,151,.45)}.fever-gauge-pointer::after{content:"";position:absolute;right:-2px;top:50%;width:14px;height:14px;border-radius:50%;background:var(--stress-blue);transform:translateY(-50%)}.fever-gauge-center{position:absolute;inset:auto 0 6px;width:52%;min-width:132px;height:108px;margin:0 auto;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.96);border:1px solid rgba(0,75,151,.1);box-shadow:0 15px 35px rgba(15,26,43,.1)}.fever-gauge-value{color:var(--stress-ink);font-size:42px;font-weight:900}.fever-gauge-label{color:var(--stress-muted);font-size:13px;font-weight:800}.stress-actions,.stress-scale-labels,.stress-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.stress-scale-labels{color:var(--stress-muted);font-size:12px;font-weight:800}.stress-section-head h2{margin:2px 0 0;color:var(--stress-ink);font-size:20px;line-height:1.2}.stress-section-head .icon{color:var(--stress-blue);font-size:30px}.stress-kicker{color:var(--stress-muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stress-range-wrap{display:grid;gap:10px;margin-top:16px;color:var(--stress-muted);font-size:13px;font-weight:800}.stress-range-wrap input[type=range]{width:100%;accent-color:var(--stress-blue)}.stress-reason-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.stress-reason{min-height:76px;padding:12px;border:1px solid var(--stress-line);border-radius:8px;background:#fff;color:var(--stress-ink);display:flex;align-items:center;gap:10px;text-align:left;font:inherit;font-weight:800}.stress-reason .icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto;background:rgba(196,204,255,.34);color:#3944a0}.stress-reason.is-selected{border-color:var(--stress-blue);background:rgba(0,75,151,.08);color:var(--stress-blue)}.stress-count{min-width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,177,177,.28);color:#963c49;font-weight:900}.stress-actions{justify-content:flex-start;flex-wrap:wrap;margin-top:14px}.stress-actions .button{display:inline-flex;align-items:center;gap:7px;min-height:42px;text-transform:none;font-weight:800}.stress-actions .button-fill{background:var(--stress-blue);border-color:var(--stress-blue);color:#fff}.stress-actions .button-outline{border-color:var(--stress-blue);color:var(--stress-blue)}@media (max-width:720px){.stress-hero{grid-template-columns:1fr}.stress-hero h1{font-size:25px}}@media (max-width:380px){.stress-reason-grid{grid-template-columns:1fr}}