:root{--bg: #faf9f7;--bg-tint: #f0eef5;--card: #fff;--border: #e4e1ec;--text: #1e1b2e;--text-mid: #4a4560;--text-soft: #7c778e;--primary: #7c6aff;--primary-soft: #edeaff;--coral: #ff6b52;--mint: #10b981;--sky: #38b6ff;--amber: #f59e0b;--rose: #ec4899;--radius: 14px;--radius-sm: 10px}.breadcrumb{max-width:920px;margin:0 auto;padding:1.25rem 2rem 0;font-size:.8rem;color:var(--text-soft);font-weight:500}.breadcrumb a{color:var(--text-soft);text-decoration:none;transition:color .15s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .sep{margin:0 .35rem;opacity:.5}.calc-header{max-width:920px;margin:0 auto;padding:1.5rem 2rem 0}.calc-header-inner{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.calc-header-icon{width:52px;height:52px;border-radius:10px;background:#edeaff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.calc-header-icon svg{width:26px;height:26px}.calc-header h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15}.subtitle{font-size:1rem;color:var(--text-mid);max-width:620px;line-height:1.6;margin-bottom:.5rem}.calc-meta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-soft);font-weight:500}.calc-meta-row span{display:flex;align-items:center;gap:.3rem}.calc-meta-row svg{width:14px;height:14px}.calc-layout{max-width:920px;margin:0 auto;padding:1.75rem 2rem 2rem;display:grid;grid-template-columns:340px 1fr;gap:1.5rem;align-items:start}.input-panel{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.5rem;position:sticky;top:80px}.input-panel h2{font-size:.92rem;font-weight:700;margin-bottom:1.25rem}.field{margin-bottom:1.25rem}.field>label{display:block;font-size:.78rem;font-weight:600;color:var(--text-mid);margin-bottom:.4rem}.optional{font-weight:400;color:var(--text-soft)}.field select{width:100%;padding:.6rem 2.25rem .6rem .85rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;color:var(--text);outline:none;transition:border-color .15s;box-sizing:border-box;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c778e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.field select:focus{border-color:var(--primary)}.field input[type=range]{width:100%;accent-color:var(--primary);cursor:pointer;margin:.4rem 0 .25rem}.slider-track-labels{display:flex;justify-content:space-between;font-size:.68rem;color:var(--text-soft)}.symptom-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.1rem}.symptom-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.45rem .6rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);transition:all .15s;background:var(--bg)}.symptom-item:hover{border-color:var(--primary);background:#edeaff40}.symptom-item input[type=checkbox]{display:none}.sym-check{width:16px;height:16px;border:1.5px solid var(--border);border-radius:4px;flex-shrink:0;position:relative;background:var(--card);transition:all .15s}.symptom-item input:checked~.sym-check{background:var(--primary);border-color:var(--primary)}.symptom-item input:checked~.sym-check:after{content:"";position:absolute;left:3px;top:1px;width:5px;height:8px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.symptom-item input:checked~.sym-label{color:var(--primary);font-weight:600}.sym-label{font-size:.8rem;color:var(--text-mid);transition:color .15s}.results-panel{display:flex;flex-direction:column;gap:1rem}.safety-alert{background:#fffbeb;border:1.5px solid #fde68a;border-radius:var(--radius);padding:1rem 1.1rem;display:flex;align-items:flex-start;gap:.75rem}.alert-icon{flex-shrink:0;width:22px;height:22px;margin-top:.05rem}.alert-icon svg{width:100%;height:100%}.alert-title{font-size:.82rem;font-weight:700;color:#92400e;margin-bottom:.25rem}.alert-text{font-size:.78rem;color:#78350f;line-height:1.55}.summary-cards{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.summary-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;align-items:flex-start;gap:.75rem;transition:border-color .2s}.summary-card:hover{border-color:var(--primary)}.sc-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-icon svg{width:18px;height:18px}.sc-body{flex:1;min-width:0}.sc-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-soft);margin-bottom:.2rem}.sc-value{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1;margin-bottom:.15rem;font-family:Space Grotesk,monospace}.sc-sub{font-size:.68rem;color:var(--text-soft)}.position-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.25rem}.position-card h3{font-size:.88rem;font-weight:700;margin-bottom:.2rem}.position-card-sub{font-size:.78rem;color:var(--text-mid);margin-bottom:1rem}.position-diagram-wrap{display:flex;gap:1rem;align-items:flex-start}.position-diagram{flex:1;min-height:140px;background:var(--bg-tint);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.position-diagram svg{width:100%;height:auto;display:block}.position-legend{flex-shrink:0;display:flex;flex-direction:column;gap:.4rem;font-size:.72rem;color:var(--text-soft);max-width:140px}.leg-row{display:flex;align-items:center;gap:.4rem;line-height:1.3}.leg-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.pillow-card{background:#edeaff;border:1.5px solid #c7c0ff;border-radius:var(--radius);padding:1.25rem}.pillow-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.pillow-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pillow-icon svg{width:100%;height:100%}.pillow-card h3{font-size:.88rem;font-weight:700;margin:0;color:var(--text)}.pillow-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.pillow-list li{font-size:.82rem;color:var(--text-mid);line-height:1.5;padding-left:1.25rem;position:relative}.pillow-list li:before{content:"";position:absolute;left:0;top:.42rem;width:8px;height:8px;border-radius:50%;background:var(--primary)}.symptom-tips-card{background:#ecfdf5;border:1.5px solid #a7f3d0;border-radius:var(--radius);padding:1.25rem}.tips-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.tips-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tips-icon svg{width:100%;height:100%}.symptom-tips-card h3{font-size:.88rem;font-weight:700;margin:0;color:var(--text)}.symptom-tips-list{display:flex;flex-direction:column;gap:.65rem}.symptom-tip-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#065f46;margin-bottom:.2rem}.symptom-tip-text{font-size:.82rem;color:var(--text-mid);line-height:1.5}.tips-card{background:#edeaff;border:1.5px solid #c7c0ff;border-radius:var(--radius);padding:1.25rem}.tips-card .tips-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.tips-card h3{font-size:.88rem;font-weight:700;margin:0}.tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.tips-list li{font-size:.82rem;color:var(--text-mid);line-height:1.5;padding-left:1.1rem;position:relative}.tips-list li:before{content:"";position:absolute;left:0;top:.45rem;width:6px;height:6px;border-radius:50%;background:var(--primary)}.science-section{max-width:920px;margin:0 auto;padding:0 2rem 3rem}.science-card{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem}.science-card h2{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.science-card p{font-size:.88rem;color:var(--text-mid);line-height:1.65;margin-bottom:.85rem}.formula-box{background:#1e1b2e;color:#edeaff;border-radius:var(--radius-sm);padding:1rem 1.25rem;font-family:Space Grotesk,monospace;font-size:.88rem;margin:1rem 0;text-align:center}.formula-box .formula-main{font-size:.98rem;font-weight:700;margin-bottom:.3rem}.formula-box .formula-desc{font-size:.72rem;color:#a8a3be}.sleep-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.82rem}.sleep-table th{text-align:left;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-soft);padding:.5rem .75rem;border-bottom:1.5px solid var(--border)}.sleep-table td{padding:.55rem .75rem;color:var(--text-mid);border-bottom:1px solid var(--border)}.sleep-table tr:last-child td{border-bottom:none}.sleep-table .highlight{font-weight:700;color:var(--text);font-family:Space Grotesk,monospace;font-size:.8rem}.citations{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.citation{font-size:.78rem;color:var(--text-soft);line-height:1.5;padding-left:.85rem;border-left:2px solid var(--border)}.citation em{color:var(--text-mid)}@media(max-width:768px){.calc-header{padding:1rem 1.25rem 0}.calc-layout{grid-template-columns:1fr;padding:1.25rem}.input-panel{position:static}.summary-cards{grid-template-columns:1fr 1fr}.science-section{padding:0 1.25rem 2rem}.sleep-table{font-size:.75rem}.sleep-table th,.sleep-table td{padding:.4rem .5rem}.position-diagram-wrap{flex-direction:column}.position-legend{max-width:100%;flex-direction:row;flex-wrap:wrap;gap:.5rem 1rem}}@media(max-width:480px){.summary-cards{grid-template-columns:1fr}}
