.app-bar{position:fixed;top:0;left:0;right:0;height:3.5rem;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;box-shadow:var(--shadow-lg);z-index:100}.menu-btn{width:2.5rem;height:2.5rem;border:none;background:transparent;color:#fff;font-size:1.5rem;cursor:pointer;border-radius:.5rem;transition:background .2s;display:flex;align-items:center;justify-content:center}.menu-btn:hover{background:#ffffff1a}.menu-btn:active{background:#fff3}.step-nav{display:flex;align-items:center;gap:.75rem}.nav-btn{width:2.5rem;height:2.5rem;border:none;background:#fff3;color:#fff;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.nav-btn:hover:not(:disabled){background:#ffffff4d}.nav-btn:active:not(:disabled){transform:scale(.95)}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.step-counter{font-size:.875rem;font-weight:600;min-width:4rem;text-align:center}.app-title{margin:0;font-size:1.25rem;font-weight:600;flex:1;text-align:center}.home-btn{width:2.5rem;height:2.5rem;border:none;background:transparent;color:#fff;font-size:1.25rem;cursor:pointer;border-radius:.5rem;transition:background .2s;display:flex;align-items:center;justify-content:center}.home-btn:hover{background:#ffffff1a}.home-btn:active{background:#fff3;transform:scale(.95)}.fullscreen-viewer{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out;cursor:zoom-out}.fullscreen-close{position:fixed;top:1rem;right:1rem;width:3rem;height:3rem;border:none;background:#ffffff1a;color:#fff;font-size:1.75rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-close:hover{background:#fff3;transform:scale(1.1)}.fullscreen-close:active{transform:scale(.95)}.fullscreen-counter{position:fixed;top:1rem;left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600;z-index:10001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-zoom-indicator{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600;z-index:10001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .2s ease-out}.fullscreen-content{max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center;cursor:default;position:relative}.fullscreen-image{max-width:100%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:.5rem;box-shadow:0 10px 40px #00000080;animation:scaleIn .3s ease-out;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:center center}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fullscreen-nav{position:absolute;top:50%;transform:translateY(-50%);width:3.5rem;height:3.5rem;border:none;background:#ffffff26;color:#fff;font-size:1.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.fullscreen-nav:hover{background:#ffffff40;transform:translateY(-50%) scale(1.1)}.fullscreen-nav:active{transform:translateY(-50%) scale(.95)}.fullscreen-nav-prev{left:1rem}.fullscreen-nav-next{right:1rem}.fullscreen-error{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.fullscreen-error-content{text-align:center;color:#fff}.fullscreen-error-icon{font-size:3rem;margin-bottom:1rem}.fullscreen-error-message{font-size:1.125rem;margin-bottom:1.5rem;opacity:.9}.fullscreen-retry-button{padding:.75rem 1.5rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-retry-button:hover{background:#ffffff4d;transform:scale(1.05)}.fullscreen-retry-button:active{transform:scale(.95)}@media(max-width:768px){.fullscreen-close{top:.5rem;right:.5rem;width:2.5rem;height:2.5rem;font-size:1.5rem}.fullscreen-counter{top:.5rem;font-size:.75rem;padding:.375rem .75rem}.fullscreen-content{max-width:100vw;max-height:100vh}.fullscreen-image{max-height:100vh;border-radius:0}.fullscreen-nav{width:3rem;height:3rem;font-size:1.25rem}.fullscreen-nav-prev{left:.5rem}.fullscreen-nav-next{right:.5rem}.fullscreen-zoom-indicator{bottom:.5rem;font-size:.75rem;padding:.375rem .75rem}}.photo-viewer{position:relative;width:100%;height:100%;background:#000}.photo-viewer-empty{display:flex;align-items:center;justify-content:center;background:var(--bg-light)}.no-image-placeholder{color:var(--text-secondary);font-size:1.125rem}.photo-image{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.photo-image-zoomable{cursor:zoom-in;transition:opacity .2s}.photo-image-zoomable:active{opacity:.9}.photo-nav-buttons{position:absolute;top:.5rem;left:.5rem;display:flex;gap:.5rem;z-index:10}.photo-nav-btn{width:2rem;height:2rem;border:none;background:#0009;color:#fff;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.photo-nav-btn:hover{background:#000c}.photo-nav-btn.active{background:var(--primary-color);transform:scale(1.1)}.photo-error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-light)}.photo-error-content{text-align:center;padding:2rem;max-width:20rem}.photo-error-icon{font-size:3rem;margin-bottom:1rem}.photo-error-message{color:var(--text-secondary);font-size:1rem;margin:0 0 1.5rem;line-height:1.5}.photo-retry-button{padding:.75rem 1.5rem;border:none;background:var(--primary-color);color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.photo-retry-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.photo-retry-button:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}.step-header-container{padding:.75rem 1rem;background:var(--bg-white);border-bottom:1px solid var(--border-color)}.breadcrumb{font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-title-main{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.checklist-container{padding:1rem;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.checklist-list{list-style:none;margin:0;padding:0;padding-bottom:2rem}.checklist-list-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;margin-bottom:.5rem;background:var(--bg-light);border-radius:.5rem;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.checklist-list-item:hover{background:#e5e7eb}.checklist-list-item:active{transform:scale(.98)}.checklist-checkbox{width:1.25rem;height:1.25rem;margin-top:.125rem;cursor:pointer;flex-shrink:0;accent-color:var(--success-color)}.checklist-list-item span{flex:1;line-height:1.5;color:var(--text-primary)}.checked-text{text-decoration:line-through;color:var(--text-secondary)!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-items{color:var(--text-secondary);font-style:italic;text-align:center;padding:2rem}.step-view-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.resizable-content{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.photo-section{overflow:hidden;flex-shrink:0}.photo-section .photo-viewer{height:100%}.resize-handle{height:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg-light);cursor:ns-resize;-webkit-user-select:none;user-select:none;touch-action:none;position:relative;z-index:10}.resize-handle:hover{background:#e5e7eb}.resize-handle:active{background:#d1d5db}.resize-handle-bar{width:3rem;height:.25rem;background:var(--border-color);border-radius:.25rem}.resize-handle:hover .resize-handle-bar{background:var(--text-secondary)}.checklist-section{flex-shrink:0;overflow:hidden;display:flex;flex-direction:column}.checklist-section .checklist-container{height:100%}.intro-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.intro-content{flex:1;overflow-y:auto;padding:1.5rem;background:var(--bg-primary);-webkit-overflow-scrolling:touch}.intro-section{margin-bottom:2.5rem;background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.intro-section:last-child{margin-bottom:0}.intro-section-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid var(--primary-color)}.intro-section-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b}.intro-image-container{margin-bottom:1.25rem;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.intro-image{width:100%;height:auto;display:block;object-fit:cover;max-height:400px}.intro-image-zoomable{cursor:zoom-in;transition:transform .2s,opacity .2s}.intro-image-zoomable:hover{transform:scale(1.02)}.intro-image-zoomable:active{opacity:.9}.intro-text{color:var(--text-primary);line-height:1.7}.intro-text p{margin:0 0 1rem}.intro-text p:last-child{margin-bottom:0}.intro-text strong{font-weight:600;color:var(--text-primary)}.intro-subtitle{margin:0 0 1rem;color:var(--primary-color);font-size:1.25rem;font-weight:700}.intro-list{list-style:none;margin:0;padding:0}.intro-list li{position:relative;padding-left:1.75rem;margin-bottom:1rem}.intro-list li:last-child{margin-bottom:0}.intro-list li:before{content:"•";position:absolute;left:.5rem;color:var(--primary-color);font-weight:700;font-size:1.25rem;line-height:1.7}.intro-numbered-list{margin:0 0 1rem;padding-left:1.5rem}.intro-numbered-list li{margin-bottom:.875rem;line-height:1.7}.intro-numbered-list li:last-child{margin-bottom:0}.intro-warning{background:#fef2f2;border-left:4px solid #ef4444;padding:1rem;margin:1.5rem 0;border-radius:.5rem;color:#991b1b}.intro-warning strong{color:#991b1b}@media(max-width:768px){.intro-content{padding:1rem}.intro-section{padding:1.25rem;margin-bottom:1.5rem}.intro-image{max-height:300px}.intro-subtitle{font-size:1.125rem}.intro-text{font-size:.9375rem}}.toc-container{height:100%;display:flex;flex-direction:column;background:var(--bg-primary);overflow:hidden}.toc-header{padding:2rem 1.5rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,#2563eb 100%);color:#fff;box-shadow:0 2px 8px #0000001a}.toc-header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.toc-subtitle{margin:0;font-size:.95rem;opacity:.9;font-weight:400}.toc-content{flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.toc-list{list-style:none;padding:0;max-width:900px;margin:0 auto}.toc-item{position:relative;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.toc-item.section-header{margin-top:1rem}.toc-item.section-header .toc-item-content{font-weight:600;background:var(--bg-light);border-left:4px solid var(--primary-color)}.toc-item.section-header .toc-item-content:hover{background:#e5e7eb}.toc-item.level-0{margin-left:0}.toc-item.level-1{margin-left:1.5rem}.toc-item.level-2{margin-left:3rem}.toc-item.level-3{margin-left:4.5rem}.expand-toggle{width:2rem;height:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;font-size:.75rem;border-radius:.25rem;transition:all .2s;margin-top:.5rem}.expand-toggle:hover{background:var(--bg-light);color:var(--text-primary)}.toc-item-content{flex:1;padding:.875rem 1rem;background:#fff;border-radius:.5rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:2px solid transparent}.toc-item-content:hover{background:#f9fafb;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.toc-item-content:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.toc-item-title{flex:1;color:var(--text-primary);line-height:1.5}.toc-item.complete .toc-item-content{border-color:var(--success-color);background:#f0fdf4}.toc-item.complete .toc-item-content:hover{background:#dcfce7}.check-mark{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:var(--success-color);color:#fff;border-radius:50%;font-size:.875rem;flex-shrink:0;font-weight:600}@media(max-width:768px){.toc-header{padding:1.5rem 1rem 1rem}.toc-header h1{font-size:1.5rem}.toc-subtitle{font-size:.875rem}.toc-content{padding:.75rem}.toc-item.level-1{margin-left:1rem}.toc-item.level-2{margin-left:2rem}.toc-item.level-3{margin-left:3rem}.toc-item-content{padding:.75rem .875rem}.expand-toggle{width:1.75rem;height:1.75rem}}.navigation{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:20rem;background:var(--bg-white);box-shadow:var(--shadow-lg);transform:translate(-100%);transition:transform .3s ease-out;z-index:999;display:flex;flex-direction:column}.navigation.open{transform:translate(0)}.nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.nav-header h2{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.close-button{width:2rem;height:2rem;border:none;background:transparent;color:var(--text-secondary);font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s}.close-button:hover{background:var(--bg-light);color:var(--text-primary)}.nav-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.home-nav-button{display:flex;align-items:center;gap:.75rem;margin:1rem 1rem .5rem;padding:1rem;border:none;background:linear-gradient(135deg,var(--primary-color) 0%,#2563eb 100%);color:#fff;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.home-nav-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.home-nav-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.home-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center}.nav-list{list-style:none;padding:1rem;flex:1}.nav-item{padding:.75rem 1rem;margin-bottom:.5rem;border-radius:.5rem;transition:all .2s;font-size:.875rem;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;position:relative}.nav-item:hover{background:var(--bg-light)}.nav-item-content{flex:1;min-width:0;cursor:pointer}.nav-item-content:active{transform:scale(.98)}.expand-toggle{width:1.5rem;height:1.5rem;border:none;background:transparent;color:var(--text-secondary);font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25rem;flex-shrink:0;margin-right:.5rem;transition:all .2s}.expand-toggle:hover{background:#0000000d;color:var(--text-primary)}.nav-item.section-header{font-weight:600}.nav-item.section-header .nav-item-title{font-weight:700}.nav-item-breadcrumb{font-size:.7rem;color:var(--text-secondary);margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.level-0 .nav-item-title{font-weight:700;font-size:1rem;color:var(--text-primary)}.nav-item.level-1{padding-left:1.5rem}.nav-item.level-2{padding-left:2.5rem}.nav-item.level-3{padding-left:3.5rem}.nav-item.active{background:#3b82f61a;border-left:3px solid var(--primary-color)}.nav-item.active .nav-item-breadcrumb{color:var(--text-secondary)}.nav-item.active .nav-item-title{color:var(--primary-color);font-weight:700}.nav-item.complete .nav-item-title{color:var(--success-color)}.nav-item.complete.active{background:#22c55e1a;border-left:3px solid var(--success-color)}.nav-item.complete.active .nav-item-breadcrumb{color:var(--text-secondary)}.nav-item.complete.active .nav-item-title{color:var(--success-color);font-weight:700}.check-mark{font-size:1.25rem;color:var(--success-color);flex-shrink:0;margin-left:.5rem}.nav-footer-buttons{display:flex;flex-direction:column;gap:.75rem;margin:1rem;flex-shrink:0}.reload-button{padding:.875rem;border:none;background:var(--primary-color);color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;touch-action:manipulation}.reload-button:hover{background:#2563eb}.reload-button:active{transform:scale(.98)}.reset-button{padding:.875rem;border:none;background:#ef4444;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;touch-action:manipulation}.reset-button:hover{background:#dc2626}.reset-button:active{transform:scale(.98)}.app{height:100%;width:100%;overflow:hidden;position:relative;display:flex;flex-direction:column}.app-main{margin-top:3.5rem;height:calc(100% - 3.5rem);overflow:hidden;display:flex;flex-direction:column}.loading{height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-primary)}.loading-content{text-align:center;max-width:24rem;padding:2rem}.loading-spinner{width:4rem;height:4rem;margin:0 auto 1.5rem;border:4px solid var(--bg-light);border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content h2{margin:0 0 1.5rem;color:var(--text-primary);font-size:1.5rem;font-weight:600}.loading-progress-bar{width:100%;height:.5rem;background:var(--bg-light);border-radius:.25rem;overflow:hidden;margin-bottom:.75rem}.loading-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color) 0%,#2563eb 100%);transition:width .3s ease-out;border-radius:.25rem}.loading-text{margin:0;color:var(--text-secondary);font-size:.875rem;font-weight:500}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--success-color: #22c55e;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-light);overflow-x:hidden;overscroll-behavior-y:contain;touch-action:pan-y}html,body,#root{height:100%;width:100%;position:fixed;overflow:hidden}button{font-family:inherit}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;color:var(--text-secondary)}
