.hos-checklisten-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;max-width:100%;margin:0 auto}.hos-checklisten-excerpt{font-size:15px;color:#4b5563;line-height:1.7;margin-bottom:16px}.hos-checklisten-content{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:20px}.hos-checklisten-content p{margin-bottom:12px}.hos-checklisten-content ul,.hos-checklisten-content ol{padding-left:20px;margin-bottom:12px}.hos-checklisten-progress{margin-bottom:24px;padding:0 16px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.progress-label{color:#666;font-weight:500}.progress-percentage{color:#1a1a1a;font-weight:600}.hos-progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.hos-progress-fill{height:100%;background:#0ea5e9;width:0;transition:width .3s ease}.hos-checklisten-actions{display:flex;gap:8px;padding:0 16px;margin-bottom:16px;flex-wrap:wrap}.hos-btn{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-size:13px;display:inline-flex;align-items:center;gap:6px;transition:all .2s;font-weight:500}.hos-btn i{font-size:16px}.hos-btn-export{background:#22c55e;color:#fff}.hos-btn-export:hover{background:#16a34a;transform:translateY(-1px)}.hos-btn-check-all,.hos-btn-clear-all{background:#f3f4f6;color:#1a1a1a;border:.5px solid #d1d5db}.hos-btn-check-all:hover,.hos-btn-clear-all:hover{background:#e5e7eb}.hos-btn-secondary{background:#3b82f6;color:#fff}.hos-btn-secondary:hover{background:#2563eb}.hos-checklisten-categories{display:flex;flex-direction:column;gap:8px;padding:0 16px}.hos-checklisten-category{background:#fff;border:.5px solid #e5e7eb;border-radius:6px;overflow:hidden}.category-header{padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:12px;user-select:none;background:#f9fafb;border-bottom:.5px solid #e5e7eb;transition:background .2s}.category-header:hover{background:#f3f4f6}.category-header i:first-child{font-size:18px;color:#666;flex-shrink:0}.category-name{font-weight:500;flex:1;color:#1a1a1a}.chevron{font-size:18px;color:#666;transition:transform .3s ease;flex-shrink:0}.category-header.open .chevron{transform:rotate(180deg)}.category-content{display:none;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:12px 16px;background:#fff}.category-content.open{display:block;max-height:2000px;border-bottom:.5px solid #e5e7eb}.items-list{display:flex;flex-direction:column;gap:8px}.hos-item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#1a1a1a;padding:8px;border-radius:4px;transition:background .2s}.hos-item:hover{background:#f9fafb}.hos-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#0ea5e9}.item-text{flex:1}.affiliate-badge{color:#0ea5e9;text-decoration:none;font-size:11px;padding:4px 8px;background:#e0f2fe;border-radius:4px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;transition:all .2s;flex-shrink:0}.affiliate-badge:hover{background:#b3e5fc;color:#0284c7}.affiliate-badge i{font-size:11px}.hos-export-modal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center}.hos-export-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(3px)}.hos-export-box{position:relative;background:#fff;border-radius:12px;padding:28px 24px 20px;width:360px;max-width:calc(100vw - 32px);box-shadow:0 20px 60px rgba(0,0,0,.2)}.hos-export-title{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.hos-export-desc{font-size:13px;color:#666;margin-bottom:18px;line-height:1.5}.hos-export-options{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.hos-export-opt{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:8px;border:1.5px solid #e5e7eb;background:#f9fafb;cursor:pointer;text-align:left;transition:all .2s;width:100%}.hos-export-opt:hover{border-color:#0ea5e9;background:#f0f9ff}.hos-export-opt .opt-icon{font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.hos-export-opt-progress .opt-icon{background:#dcfce7;color:#16a34a}.hos-export-opt-blank .opt-icon{background:#e0f2fe;color:#0284c7}.hos-export-opt .opt-content{display:flex;flex-direction:column;gap:2px}.hos-export-opt .opt-content strong{font-size:14px;color:#1a1a1a;font-weight:600}.hos-export-opt .opt-content span{font-size:12px;color:#666}.hos-export-cancel{width:100%;padding:10px;border:none;background:0 0;color:#999;font-size:13px;cursor:pointer;border-radius:6px;transition:background .2s}.hos-export-cancel:hover{background:#f3f4f6;color:#666}.hos-checklisten-error{background:#fee;border:1px solid #fcc;border-radius:6px;padding:16px;color:#c00;margin:16px}.hos-checklisten-error p{margin:0}.hos-checklisten-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px, 1fr));gap:16px;padding:0 16px}.hos-checkliste-card{background:#fff;border:.5px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s}.hos-checkliste-card:hover{border-color:#0ea5e9;box-shadow:0 4px 12px rgba(14,165,233,.1)}.card-thumbnail{width:100%;height:200px;overflow:hidden;background:#f3f4f6}.card-thumbnail img{width:100%;height:100%;object-fit:cover}.card-content{padding:16px}.card-content h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a1a1a}.card-content p{margin:0 0 12px;font-size:14px;color:#666;line-height:1.5}@media (max-width:768px){.hos-checklisten-actions{flex-direction:column}.hos-btn{width:100%;justify-content:center}.hos-checklisten-list{grid-template-columns:1fr}.hos-item{flex-direction:column;align-items:flex-start}.affiliate-badge{align-self:flex-end;margin-top:4px}}@media (prefers-reduced-motion:reduce){.progress-fill,.hos-btn,.category-header,.chevron{transition:none}}