.somn-hero{padding:3rem 0 2rem}.somn-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--ink);margin-bottom:1rem}.somn-hero .lead{font-size:1.15rem;color:var(--ink);max-width:72ch;line-height:1.7}.disclaimer-box{background:#fff8e6;border-left:4px solid #c8860a;border-radius:var(--radius-sm, 8px);padding:1.1rem 1.4rem;margin:1.8rem 0 2.5rem;font-size:.9rem;line-height:1.65;color:#5a4206}.disclaimer-box strong{display:block;margin-bottom:.3rem;font-weight:700;color:#5a4206}.chapter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0 3rem}.chapter-card{background:var(--paper, #fbfdfd);border-radius:var(--radius-lg, 22px);border:1px solid #e3ebec;padding:1.6rem 1.8rem;display:flex;flex-direction:column;gap:.7rem;box-shadow:var(--shadow-md, 0 2px 8px rgba(0,0,0,.06));transition:box-shadow .15s,transform .15s}.chapter-card:hover{box-shadow:var(--shadow-lg, 0 6px 20px rgba(0,0,0,.1));transform:translateY(-2px)}.chapter-card .kap-nr{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sand, #8f6d55)}.chapter-card h3{font-size:1.05rem;font-weight:700;color:var(--ink);line-height:1.3;margin:0}.chapter-card p{font-size:.88rem;color:#4a5a60;line-height:1.6;margin:0;flex:1}.chapter-card .card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--forest, #1d5860);text-decoration:none;margin-top:.4rem}.chapter-card .card-link:hover{text-decoration:underline}.chapter-card .card-link:after{content:"→"}.somn-tools-section{margin:3rem 0}.somn-tools-section>h2{font-size:1.5rem;font-weight:800;color:var(--ink);margin-bottom:.4rem}.somn-tools-section>p{color:#4a5a60;margin-bottom:1.8rem}.tool-accordion{border:1px solid #dde6e8;border-radius:var(--radius-lg, 22px);overflow:hidden;margin-bottom:1rem}.tool-accordion summary{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.6rem;cursor:pointer;font-weight:700;font-size:1rem;color:var(--ink);background:var(--paper, #fbfdfd);list-style:none;gap:1rem;-webkit-user-select:none;user-select:none}.tool-accordion summary::-webkit-details-marker{display:none}.tool-accordion summary:after{content:"+";font-size:1.3rem;color:var(--forest);flex-shrink:0;transition:transform .2s}.tool-accordion[open] summary:after{content:"−"}.tool-accordion .tool-body{padding:1.4rem 1.6rem 1.8rem;border-top:1px solid #dde6e8;background:#f7fafa}.tool-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--forest, #1d5860);color:#fff;border-radius:4px;padding:2px 8px;margin-right:.5rem}.diary-toolbar{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.2rem}.diary-toolbar .btn{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,opacity .15s}.btn-primary{background:var(--forest, #1d5860);color:#fff}.btn-primary:hover{opacity:.88}.btn-secondary{background:#fff;border:1px solid #c0d0d4!important;color:var(--ink)}.btn-secondary:hover{background:#f0f5f6}.btn-danger{background:#fde8e8;color:#b00020;border:1px solid #f5b7b7!important}.btn-danger:hover{background:#fbd0d0}.diary-form-panel{background:#fff;border:1px solid #dde6e8;border-radius:14px;padding:1.2rem 1.4rem;margin-bottom:1.2rem;display:none}.diary-form-panel.open{display:block}.diary-form-panel h4{margin:0 0 1rem;font-size:.95rem;font-weight:700}.diary-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem}.diary-field{display:flex;flex-direction:column;gap:.25rem}.diary-field label{font-size:.78rem;font-weight:600;color:#4a5a60}.diary-field input[type=text],.diary-field input[type=number],.diary-field input[type=time],.diary-field input[type=date],.diary-field select,.diary-field textarea{padding:.45rem .6rem;border:1px solid #c0d0d4;border-radius:7px;font-size:.85rem;font-family:inherit;background:#f9fbfb;color:var(--ink)}.diary-field textarea{resize:vertical;min-height:60px}.diary-cb-row{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;margin:.6rem 0}.diary-cb-row label{display:flex;align-items:center;gap:.35rem;font-size:.82rem;cursor:pointer}.diary-section-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--forest);margin:1rem 0 .4rem;grid-column:1 / -1}.diary-table-wrap{overflow-x:auto;margin-bottom:1.2rem}.diary-table{width:100%;border-collapse:collapse;font-size:.82rem}.diary-table th{background:var(--forest);color:#fff;padding:.5rem .7rem;text-align:left;font-weight:600;white-space:nowrap}.diary-table td{padding:.5rem .7rem;border-bottom:1px solid #e3ebec;white-space:nowrap;vertical-align:middle}.diary-table tr:nth-child(2n) td{background:#f5f8f9}.diary-table .btn-icon{background:none;border:none;cursor:pointer;font-size:.85rem;color:var(--forest);padding:2px 6px}.diary-table .btn-icon:hover{text-decoration:underline}.diary-summary-box{background:#fff;border:1px solid #dde6e8;border-radius:12px;padding:1rem 1.2rem;margin-bottom:1.2rem;font-size:.88rem;line-height:1.7}.diary-summary-box h4{margin:0 0 .6rem;font-size:.95rem}.diary-note{font-size:.78rem;color:#6a8090;font-style:italic;margin-top:.5rem}.diary-chart-wrap{margin-top:.8rem;overflow-x:auto}.diary-chart-wrap h4{font-size:.9rem;margin:0 0 .5rem}.diary-chart{display:flex;align-items:flex-end;gap:6px;height:120px;padding-bottom:20px;position:relative}.diary-chart-bar-wrap{display:flex;flex-direction:column;align-items:center;gap:3px;flex:1;min-width:28px}.diary-chart-bar{width:100%;background:var(--forest);border-radius:3px 3px 0 0;transition:height .2s;min-height:2px}.diary-chart-bar.low{background:#c0392b}.diary-chart-bar.mid{background:#e67e22}.diary-chart-label{font-size:.68rem;color:#6a8090;text-align:center;white-space:nowrap;max-width:40px;overflow:hidden;text-overflow:ellipsis}.diary-chart-val{font-size:.7rem;color:var(--forest);font-weight:600}.se-calc{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.8rem;margin-bottom:1rem}.se-result{background:#fff;border:1px solid #dde6e8;border-radius:12px;padding:1rem 1.2rem;font-size:.9rem;line-height:1.7;margin-top:.6rem}.se-result strong{color:var(--forest)}.se-warning{background:#fff8e6;border-left:3px solid #c8860a;padding:.5rem .8rem;border-radius:6px;font-size:.82rem;color:#6a4200;margin-top:.4rem}.scale-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:1rem}.scale-card{background:#fff;border:1px solid #dde6e8;border-radius:12px;padding:1rem 1.2rem}.scale-card .scale-name{font-weight:700;font-size:.95rem;color:var(--ink);margin-bottom:.25rem}.scale-card .scale-abbr{font-size:.78rem;color:var(--forest);font-weight:700}.scale-card .scale-purpose{font-size:.82rem;color:#4a5a60;margin:.4rem 0;line-height:1.55}.scale-card .scale-license{font-size:.75rem;background:#f0f4f5;border-radius:5px;padding:.3rem .5rem;color:#5a6e75;margin-top:.4rem}.scale-card .scale-license.needs{background:#fef3e2;color:#7a4f00}.checklist-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.8rem}.checklist-form .check-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.88rem;line-height:1.5;cursor:pointer}.checklist-form input[type=checkbox]{margin-top:.1rem;accent-color:var(--forest)}.checklist-result{display:none;padding:.7rem .9rem;border-radius:8px;font-size:.86rem;font-weight:600;line-height:1.5}.checklist-result.warning{display:block;background:#fde8e8;border-left:3px solid #b00020;color:#7a0015}.checklist-result.ok{display:block;background:#e6f4ea;border-left:3px solid #1b7e3a;color:#0e4a22}.export-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem;margin-bottom:1rem}.export-btn{background:var(--paper);border:1px solid #dde6e8;border-radius:10px;padding:.8rem 1rem;font-size:.88rem;font-weight:600;color:var(--forest);cursor:pointer;text-align:left;display:flex;align-items:center;gap:.5rem;transition:background .15s}.export-btn:hover{background:#eef4f5}.export-btn .icon{font-size:1.1rem}.chapter-hero{padding:2.5rem 0 1.5rem}.chapter-hero h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:var(--ink);margin-bottom:.5rem}.chapter-hero .chapter-intro{font-size:1rem;color:#4a5a60;max-width:68ch;line-height:1.7}.chapter-images{margin:1.8rem 0}.chapter-images h2{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--ink)}.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}@media(max-width:800px){.image-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.image-grid{grid-template-columns:1fr}}.image-item{display:flex;flex-direction:column;gap:.5rem}.image-item figure{margin:0;border:1px solid #e3ebec;border-radius:12px;overflow:hidden;background:#f5f8f9;cursor:zoom-in}.image-item figure img{width:100%;height:auto;display:block;object-fit:contain;max-height:320px;transition:transform .2s}.image-item figure:hover img{transform:scale(1.01)}.image-item figcaption{font-size:.8rem;color:#5a6e75;line-height:1.55;padding:0 .2rem}.image-actions{display:flex;gap:.5rem;margin-top:.2rem}.image-actions a{font-size:.75rem;color:var(--forest);text-decoration:none;border:1px solid #c0d4d7;border-radius:5px;padding:.2rem .5rem;font-weight:600}.image-actions a:hover{background:#eef5f6}.lightbox-overlay{display:none;position:fixed;inset:0;background:#000000d9;z-index:9000;align-items:center;justify-content:center;padding:1rem}.lightbox-overlay.open{display:flex}.lightbox-overlay img{max-width:95vw;max-height:92vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1}.chapter-read-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--forest, #1d5860);color:#fff;border:none;border-radius:10px;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;cursor:pointer;margin:1.8rem 0 .5rem;font-family:inherit;transition:opacity .15s}.chapter-read-btn:hover{opacity:.88}.chapter-full-text{display:none;margin:1rem 0 2rem;background:var(--paper, #fbfdfd);border:1px solid #dde6e8;border-radius:var(--radius-lg, 22px);padding:2rem 2.2rem}.chapter-full-text.open{display:block}.chapter-full-text h2{font-size:1.25rem;font-weight:700;color:var(--ink);margin:1.8rem 0 .6rem;padding-top:1.2rem;border-top:1px solid #e8eded}.chapter-full-text h2:first-child{border-top:none;margin-top:0;padding-top:0}.chapter-full-text h3{font-size:1.05rem;font-weight:700;color:var(--forest);margin:1.2rem 0 .4rem}.chapter-full-text h3.case-heading{color:var(--sand);font-style:italic}.chapter-full-text p{line-height:1.75;margin-bottom:.9rem;color:var(--ink);max-width:72ch}.chapter-full-text ul{padding-left:1.4rem;margin-bottom:1rem}.chapter-full-text ul li{margin-bottom:.35rem;line-height:1.65;color:var(--ink);max-width:68ch}.chapter-refs{margin-top:2rem;padding-top:1.2rem;border-top:1px solid #e8eded}.chapter-refs h2{font-size:1rem;font-weight:700;margin-bottom:.6rem;color:#4a5a60}.refs-list{padding-left:1.4rem}.refs-list li{font-size:.8rem;color:#6a8090;margin-bottom:.4rem;line-height:1.55}.chapter-nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem;margin:2rem 0;padding:1.2rem 0;border-top:1px solid #e3ebec}.chapter-nav a{color:var(--forest);text-decoration:none;font-weight:600;font-size:.9rem}.chapter-nav a:hover{text-decoration:underline}.chapter-nav .back-link:before{content:"← "}.chapter-nav .next-link:after{content:" →"}.lightbox-caption{color:#e8edf0;font-size:.85rem;line-height:1.55;text-align:center;max-width:680px;margin:.75rem auto 0;padding:0 1rem}
