@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap);.dfworkbook-container{font-family:'Fira Sans',sans-serif;max-width:900px;margin:0 auto;padding:40px 20px;background:#fff;color:#000}.dfworkbook-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid crimson}.dfworkbook-header h1{font-size:2.5rem;font-weight:700;color:crimson;margin-bottom:15px;line-height:1.2}.dfworkbook-header .subtitle{font-size:1.25rem;font-weight:400;color:#000;font-style:italic}.dfworkbook-progress{margin-bottom:40px}.dfworkbook-progress-label{font-size:.9rem;font-weight:500;color:#000;margin-bottom:8px;display:flex;justify-content:space-between}.progress-percentage{color:crimson;font-weight:600}.progress-bar-container{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#DC143C 0%,#b00e2f 100%);width:0%;transition:width 0.4s ease}.dfworkbook-section{margin-bottom:50px;padding:30px;background:#fafafa;border-left:4px solid crimson;border-radius:4px}.dfworkbook-section h2{font-size:1.75rem;font-weight:600;color:crimson;margin-bottom:20px}.dfworkbook-section h3{font-size:1.35rem;font-weight:500;color:#000;margin:25px 0 15px 0}.dfworkbook-section p{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:15px}.workbook-question{margin:30px 0;padding:25px;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.workbook-question-label{font-size:1.1rem;font-weight:600;color:#000;margin-bottom:15px;display:block}.workbook-textarea{width:100%;min-height:120px;padding:15px;font-family:'Fira Sans',sans-serif;font-size:1rem;border:2px solid #e0e0e0;border-radius:4px;resize:vertical;transition:border-color 0.3s ease}.workbook-textarea:focus{outline:none;border-color:crimson}.workbook-input{width:100%;padding:12px 15px;font-family:'Fira Sans',sans-serif;font-size:1rem;border:2px solid #e0e0e0;border-radius:4px;transition:border-color 0.3s ease}.workbook-input:focus{outline:none;border-color:crimson}.workbook-checklist{margin:20px 0}.checklist-item{display:flex;align-items:flex-start;margin-bottom:15px;padding:15px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;transition:all 0.3s ease}.checklist-item:hover{box-shadow:0 2px 8px rgb(220 20 60 / .1)}.checklist-item.completed{background:#f5f5f5;opacity:.7}.checklist-checkbox{width:22px;height:22px;margin-right:15px;cursor:pointer;accent-color:crimson;flex-shrink:0}.checklist-text{font-size:1rem;line-height:1.6;color:#333}.checklist-item.completed .checklist-text{text-decoration:line-through}.action-steps{background:crimson;color:#fff;padding:30px;border-radius:4px;margin:30px 0}.action-steps h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:20px}.action-steps p{color:#fff;font-size:1.05rem;line-height:1.7}.action-steps ul{list-style:none;padding:0;margin:20px 0}.action-steps li{padding:12px 0 12px 30px;position:relative;font-size:1.05rem;line-height:1.6}.action-steps li:before{content:"→";position:absolute;left:0;font-weight:600;color:#fff}.workbook-button{display:inline-block;padding:12px 30px;font-family:'Fira Sans',sans-serif;font-size:1rem;font-weight:600;color:#fff;background:crimson;border:none;border-radius:4px;cursor:pointer;transition:all 0.3s ease;text-align:center}.workbook-button:hover{background:#b00e2f;transform:translateY(-2px);box-shadow:0 4px 12px rgb(220 20 60 / .3)}.workbook-button:active{transform:translateY(0)}.workbook-button-secondary{background:#000;color:#fff}.workbook-button-secondary:hover{background:#333}.save-indicator{position:fixed;bottom:30px;right:30px;padding:15px 25px;background:crimson;color:#fff;border-radius:4px;font-weight:500;opacity:0;transform:translateY(20px);transition:all 0.3s ease;z-index:1000}.save-indicator.show{opacity:1;transform:translateY(0)}.quote-box{margin:30px 0;padding:25px 30px;background:#fff;border-left:5px solid crimson;font-size:1.15rem;font-style:italic;color:#333;line-height:1.7}.system-builder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:30px 0}.system-card{padding:25px;background:#fff;border:2px solid #e0e0e0;border-radius:4px;transition:all 0.3s ease}.system-card:hover{border-color:crimson;box-shadow:0 4px 15px rgb(220 20 60 / .1)}.system-card h4{font-size:1.2rem;font-weight:600;color:crimson;margin-bottom:15px}.system-card p{font-size:.95rem;color:#555;line-height:1.6}.completion-section{text-align:center;padding:50px 30px;background:linear-gradient(135deg,#DC143C 0%,#b00e2f 100%);color:#fff;border-radius:4px;margin:40px 0}.completion-section h2{color:#fff;font-size:2rem;margin-bottom:20px}.completion-section p{color:#fff;font-size:1.1rem;line-height:1.7;max-width:600px;margin:0 auto 30px}@media (max-width:768px){.dfworkbook-container{padding:30px 15px}.dfworkbook-header h1{font-size:1.9rem}.dfworkbook-header .subtitle{font-size:1.1rem}.dfworkbook-section{padding:20px}.dfworkbook-section h2{font-size:1.5rem}.system-builder-grid{grid-template-columns:1fr}.save-indicator{bottom:20px;right:20px;font-size:.9rem}}@media print{body>*:not(.dfworkbook-container){display:none!important}#wpadminbar,.site-header,.site-footer,header,footer,nav,aside,.sidebar{display:none!important}.dfworkbook-container{max-width:100%;margin:0;padding:20px}.workbook-button,.save-indicator,.download-pdf-btn,.save-progress-btn,.reset-workbook-btn{display:none!important}.dfworkbook-section,.workbook-question,.checklist-item{page-break-inside:avoid}.dfworkbook-section{margin-bottom:30px}.action-steps{background:#DC143C!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.completion-section{background:#DC143C!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}