:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background:#f3f4f6}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#bfdbfe;color:#1e3a8a}.welcome-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0d9488,#134e4a 40%,#1e3a5f);padding:24px}.welcome-card{background:#fff;border-radius:12px;padding:40px 36px;max-width:420px;width:100%;text-align:center;box-shadow:0 8px 32px #0003}.welcome-icon{font-size:36px;margin-bottom:20px}.welcome-card h1{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4}.welcome-subtitle{font-size:14px;color:#6b7280;margin:0 0 28px;line-height:1.5}.welcome-checklist{list-style:none;padding:0;margin:0 0 28px;text-align:left}.welcome-checklist li{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:#f9fafb;border-radius:8px;margin-bottom:8px;font-size:13px;color:#374151;line-height:1.4}.welcome-checklist li:last-child{margin-bottom:0}.check-icon{color:#10b981;font-weight:600;flex-shrink:0;font-size:14px}.welcome-footer{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:20px;border-top:1px solid #e5e7eb}.time-estimate{font-size:12px;color:#9ca3af}.btn-start{width:100%;padding:14px 32px;background:#0d9488;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-start:hover{background:#0f766e}@media(max-width:480px){.welcome-card{padding:32px 24px}.welcome-card h1{font-size:18px}}.question-form-container{min-height:100vh;display:flex;background:linear-gradient(180deg,#0d9488,#134e4a 40%,#1e3a5f);background-attachment:fixed}.question-panel{width:100%;max-width:520px;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;min-height:100vh}@media(min-width:768px){.question-panel{padding:48px 32px;max-width:560px}}.question-header{margin-bottom:24px}.breadcrumb{font-size:13px;color:#ffffffb3;font-weight:500}.question-progress-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.btn-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:18px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.btn-back:hover:not(:disabled){background:#ffffff38}.btn-back:disabled{opacity:.4;cursor:not-allowed}.progress-badge{display:inline-block;padding:6px 14px;background:#fbbf24;color:#78350f;font-size:12px;font-weight:600;border-radius:4px}.question-content{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #00000026}.question-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 20px}.hints-section{display:flex;flex-direction:column;gap:10px}.hint-dropdown{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:all .15s ease}.hint-dropdown.expanded{border-color:#0d9488}.hint-dropdown-toggle{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:14px;color:#374151;transition:background .15s ease}.hint-dropdown-toggle:hover{background:#f9fafb}.hint-icon{font-size:14px;opacity:.7}.hint-label{flex:1;font-weight:500;color:#0d9488}.hint-chevron{font-size:10px;color:#9ca3af;transition:transform .15s ease}.hint-dropdown.expanded .hint-chevron{transform:rotate(180deg)}.hint-content{padding:0 14px 14px 38px;animation:slideDown .15s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hint-content p{margin:0;font-size:13px;color:#6b7280;line-height:1.6}.question-spacer{flex:1;min-height:40px}.answer-section{margin-bottom:20px}.answer-input-wrapper{background:#fff;border-radius:12px;padding:4px;box-shadow:0 4px 20px #00000026}.answer-section textarea{width:100%;min-height:100px;padding:14px 16px;border:none;border-radius:8px;font-size:14px;font-family:inherit;line-height:1.6;resize:none;background:transparent;color:#1f2937}.answer-section textarea:focus{outline:none}.answer-section textarea::placeholder{color:#9ca3af}.answer-section textarea:disabled{background:#f9fafb;cursor:not-allowed}.question-navigation{display:flex;justify-content:space-between;align-items:center;gap:12px}.btn-skip{padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .15s ease}.btn-skip:hover:not(:disabled){background:#fff3}.btn-skip:disabled{opacity:.5;cursor:not-allowed}.btn-next{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 32px;background:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#0d9488;cursor:pointer;transition:all .15s ease;min-width:140px}.btn-next:hover:not(:disabled){background:#f0fdfa;transform:translateY(-1px)}.btn-next:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:16px;height:16px;border:2px solid rgba(13,148,136,.2);border-top-color:#0d9488;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:480px){.question-panel{padding:24px 16px}.question-content{padding:20px 16px}.question-navigation{flex-direction:column}.btn-skip,.btn-next{width:100%}}.onboarding-wrapper{position:relative}.onboarding-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#134e4a,#1e3a5f);color:#fff}.loading-spinner-large{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.onboarding-loading p{font-size:16px;opacity:.9}.onboarding-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#0f766e,#134e4a,#1e3a5f);color:#fff;text-align:center}.error-icon{font-size:48px;margin-bottom:16px}.onboarding-error h2{font-size:24px;font-weight:600;margin:0 0 12px}.onboarding-error p{font-size:15px;opacity:.9;margin:0 0 24px;max-width:400px}.error-actions{display:flex;gap:12px}.error-actions button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.error-actions button:first-child{background:#fff;color:#0f766e;border:none}.error-actions button:first-child:hover{background:#f0fdfa}.error-actions .btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.error-actions .btn-secondary:hover{background:#ffffff1a}.onboarding-error-banner{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fef2f2;border-bottom:1px solid #fecaca;color:#dc2626;font-size:14px;z-index:100}.onboarding-error-banner button{border:none;background:transparent;color:#dc2626;cursor:pointer;padding:4px 8px;font-size:14px}.skip-link-container{position:fixed;bottom:24px;right:24px;z-index:50}.skip-link{padding:10px 16px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#6b7280;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #0000001a}.skip-link:hover:not(:disabled){background:#fff;color:#374151;box-shadow:0 4px 12px #00000026}.skip-link:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.skip-link-container{bottom:16px;right:16px;left:16px}.skip-link{width:100%;text-align:center}}.toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e1e4e8;border-radius:8px 8px 0 0}.toolbar-group{display:flex;gap:2px}.toolbar-divider{width:1px;background:#d1d5db;margin:0 8px}.toolbar button{padding:6px 10px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:14px;color:#374151;transition:all .15s ease;min-width:32px}.toolbar button:hover:not(:disabled){background:#e5e7eb}.toolbar button.active{background:#dbeafe;color:#1d4ed8}.toolbar button:disabled{opacity:.4;cursor:not-allowed}.sop-editor{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.editor-wrapper{flex:1;overflow-y:auto;padding:24px}.editor-content{height:100%}.editor-content .tiptap{height:100%;outline:none;font-size:15px;line-height:1.7;color:#1f2937}.editor-content .tiptap *{background-color:transparent!important;color:inherit!important}.editor-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0;white-space:pre-wrap}.editor-content .tiptap h1{font-size:28px;font-weight:700;margin:0 0 16px;color:#111827}.editor-content .tiptap h2{font-size:22px;font-weight:600;margin:24px 0 12px;color:#1f2937}.editor-content .tiptap h3{font-size:18px;font-weight:600;margin:20px 0 10px;color:#374151}.editor-content .tiptap p{margin:0 0 12px}.editor-content .tiptap ul,.editor-content .tiptap ol{margin:0 0 12px;padding-left:24px}.editor-content .tiptap li{margin:4px 0}.editor-content .tiptap blockquote{margin:16px 0;padding:12px 20px;border-left:4px solid #3b82f6;background:#f3f4f6;border-radius:0 8px 8px 0}.editor-content .tiptap blockquote p{margin:0}.editor-content .tiptap pre{background:transparent;color:inherit;padding:0;margin:0;white-space:pre-wrap;font-family:inherit;font-size:inherit}.editor-content .tiptap code{background:transparent;padding:0;font-family:inherit;font-size:inherit}.editor-content .tiptap pre code{background:transparent;padding:0;font-family:inherit}.editor-content .tiptap mark{background:#fef08a;padding:2px 0}.editor-content .tiptap hr{border:none;border-top:2px solid #e5e7eb;margin:24px 0}.editor-footer{display:flex;justify-content:flex-end;gap:16px;padding:8px 16px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:12px;color:#6b7280}.feedback-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;overflow:hidden}.feedback-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;height:100%}.spinner{width:48px;height:48px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.feedback-loading p{font-size:16px;font-weight:500;color:#374151;margin:0 0 4px}.loading-hint{font-size:13px;color:#9ca3af}.feedback-empty{display:flex;flex-direction:column;align-items:center;padding:48px 24px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px}.feedback-empty h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.feedback-empty p{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.5}.tips-list{text-align:left;padding:0;margin:0;list-style:none}.tips-list li{font-size:13px;color:#6b7280;padding:6px 0 6px 20px;position:relative}.tips-list li:before{content:"✓";position:absolute;left:0;color:#10b981}.feedback-header{padding:20px;border-bottom:1px solid #e5e7eb;background:linear-gradient(to bottom,#f9fafb,#fff)}.score-section{display:flex;align-items:center;gap:16px}.score-circle{width:72px;height:72px;border-radius:50%;border:4px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.score-value{font-size:24px;font-weight:700;line-height:1}.score-label{font-size:11px;color:#9ca3af}.score-info h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.score-info p{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.suggestions-section{flex:1;overflow-y:auto;padding:16px}.suggestions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.suggestions-header h4{font-size:14px;font-weight:600;color:#374151;margin:0}.dismissed-count{font-size:12px;color:#9ca3af}.no-suggestions{display:flex;flex-direction:column;align-items:center;padding:32px;text-align:center}.no-suggestions span{font-size:32px;margin-bottom:8px}.no-suggestions p{font-size:14px;color:#6b7280;margin:0}.suggestions-list{display:flex;flex-direction:column;gap:12px}.suggestion-card{padding:14px;border-radius:8px;border:1px solid;background:#fff}.suggestion-card.type-error{border-color:#fecaca;background:#fef2f2}.suggestion-card.type-warning{border-color:#fed7aa;background:#fffbeb}.suggestion-card.type-improvement{border-color:#bfdbfe;background:#eff6ff}.suggestion-card.type-info{border-color:#d1d5db;background:#f9fafb}.suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.suggestion-type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.type-error .suggestion-type{color:#dc2626}.type-warning .suggestion-type{color:#d97706}.type-improvement .suggestion-type{color:#2563eb}.type-info .suggestion-type{color:#6b7280}.dismiss-btn{width:24px;height:24px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:4px;font-size:12px;display:flex;align-items:center;justify-content:center}.dismiss-btn:hover{background:#0000000d;color:#6b7280}.suggestion-title{font-size:14px;font-weight:600;color:#111827;margin:0 0 6px}.suggestion-line{background:#fef3c7;border-left:3px solid #f59e0b;border-radius:0 6px 6px 0;padding:8px 10px;margin-bottom:10px;font-size:12px;line-height:1.5}.suggestion-line-label{font-weight:600;color:#92400e;margin-right:6px}.suggestion-line-text{color:#78350f;font-style:italic}.suggestion-description{font-size:13px;color:#4b5563;margin:0 0 12px;line-height:1.5}.suggestion-check-id{display:inline-block;margin-top:8px;padding:2px 8px;background:#0000000d;border-radius:4px;font-size:11px;color:#9ca3af;font-family:SF Mono,Monaco,monospace}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:20px;font-weight:600;color:#111827;margin:0}.close-btn{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;font-size:14px;color:#6b7280;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#e5e7eb;color:#374151}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.api-key-input{display:flex;gap:8px}.api-key-input input{flex:1}.toggle-visibility{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;font-size:16px}.toggle-visibility:hover{background:#f3f4f6}.help-text{display:block;font-size:12px;color:#6b7280;margin-top:6px}.help-text a{color:#3b82f6;text-decoration:none}.help-text a:hover{text-decoration:underline}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 16px 16px}.btn-secondary,.btn-primary{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-secondary{border:1px solid #d1d5db;background:#fff;color:#374151}.btn-secondary:hover{background:#f3f4f6}.btn-primary{border:none;background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.info-box{display:flex;gap:12px;padding:14px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:20px}.info-icon{font-size:20px;flex-shrink:0}.info-box strong{display:block;font-size:14px;color:#0c4a6e;margin-bottom:4px}.info-box p{font-size:13px;color:#075985;margin:0;line-height:1.5}.info-box code{background:#e0f2fe;padding:2px 6px;border-radius:4px;font-size:12px;font-family:SF Mono,Monaco,monospace}.structure-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;overflow:hidden}.structure-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.structure-header h3{font-size:15px;font-weight:600;color:#111827;margin:0}.target-words{font-size:12px;color:#6b7280;background:#e5e7eb;padding:4px 10px;border-radius:12px}.readiness-banner{display:flex;gap:10px;padding:12px 16px;background:#eff6ff;border-bottom:1px solid #dbeafe;font-size:13px}.readiness-icon{flex-shrink:0}.readiness-banner p{margin:0;color:#1e40af;line-height:1.5}.paragraphs-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.paragraph-card{padding:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;transition:all .15s ease}.paragraph-card:hover{border-color:#d1d5db;background:#f3f4f6}.paragraph-card.needs-attention{border-color:#fcd34d;background:#fffbeb}.paragraph-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.paragraph-number{font-size:11px;font-weight:700;color:#0f766e;background:#ccfbf1;padding:3px 8px;border-radius:4px;flex-shrink:0}.paragraph-title{flex:1;font-size:13px;font-weight:600;color:#111827;margin:0;line-height:1.3}.word-range{font-size:10px;color:#9ca3af;white-space:nowrap}.paragraph-purpose{font-size:12px;color:#6b7280;margin:0 0 10px;line-height:1.5}.attention-banner{display:flex;gap:8px;padding:8px 10px;background:#fef3c7;border-radius:6px;font-size:11px;color:#92400e;margin-bottom:10px}.attention-banner p{margin:0;line-height:1.4}.content-section,.depth-prompts{margin-top:10px}.content-section h5,.depth-prompts h5{font-size:11px;font-weight:600;color:#374151;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.content-section ul,.depth-prompts ul{margin:0;padding:0;list-style:none}.content-section li,.depth-prompts li{font-size:12px;color:#4b5563;padding:4px 0 4px 14px;position:relative;line-height:1.4}.content-section li:before{content:"•";position:absolute;left:0;color:#9ca3af}.depth-prompts li:before{content:"→";position:absolute;left:0;color:#f59e0b}.depth-prompts li.priority-required:before{color:#ef4444}.expand-btn{background:none;border:none;color:#0f766e;font-size:12px;font-weight:500;cursor:pointer;padding:6px 0;margin-top:4px;display:inline-block;transition:color .15s ease}.expand-btn:hover{color:#134e4a;text-decoration:underline}.adaptation-notes{padding:16px;border-top:1px solid #e5e7eb;background:#f9fafb}.adaptation-notes h4{font-size:12px;font-weight:600;color:#374151;margin:0 0 8px}.adaptation-notes ul{margin:0;padding:0 0 0 16px}.adaptation-notes li{font-size:12px;color:#6b7280;line-height:1.5;margin-bottom:4px}*{box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:#f3f4f6}.app-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.header-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.header-left h1{font-size:22px;font-weight:700;color:#111827;margin:0}.tagline{font-size:14px;color:#6b7280}.status-badge{font-size:11px;padding:4px 10px;border-radius:12px;font-weight:500}.status-badge.online{background:#dcfce7;color:#166534}.status-badge.offline{background:#fee2e2;color:#991b1b}.header-right{display:flex;align-items:center;gap:8px}.btn-icon{width:40px;height:40px;border:none;background:#f3f4f6;border-radius:8px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.btn-icon:hover{background:#e5e7eb}.btn-analyze{padding:10px 20px;border:none;background:linear-gradient(135deg,#0f766e,#134e4a);color:#fff;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #0f766e4d}.btn-analyze:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f766e66}.btn-analyze:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-banner{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fef2f2;border-bottom:1px solid #fecaca;color:#dc2626;font-size:14px}.error-banner button{border:none;background:transparent;color:#dc2626;cursor:pointer;padding:4px 8px;font-size:14px}.error-banner button:hover{background:#dc26261a;border-radius:4px}.app-main{flex:1;display:grid;grid-template-columns:1fr 380px;gap:24px;padding:24px;max-width:1600px;width:100%;margin:0 auto}.app-main.with-structure{grid-template-columns:auto 4px 1fr 380px;max-width:1800px}.structure-panel-container{display:flex;flex-direction:column;min-height:600px;max-height:calc(100vh - 140px);overflow:hidden}.resize-handle{width:4px;background:#e5e7eb;cursor:col-resize;transition:background .15s ease;border-radius:2px;margin:0 2px}.resize-handle:hover,.resize-handle:active{background:#0f766e}.editor-panel{display:flex;flex-direction:column;min-height:600px}.feedback-panel-container{display:flex;flex-direction:column;min-height:600px;max-height:calc(100vh - 140px);overflow:hidden}@media(max-width:1400px){.app-main.with-structure{grid-template-columns:auto 4px 1fr 340px}}@media(max-width:1200px){.app-main.with-structure{grid-template-columns:1fr 340px}.structure-panel-container{display:none}}@media(max-width:1024px){.app-main,.app-main.with-structure{grid-template-columns:1fr}.feedback-panel-container{min-height:400px}.structure-panel-container{display:none}}@media(max-width:640px){.app-header{flex-direction:column;gap:16px;padding:16px}.header-left{flex-direction:column;align-items:center;gap:4px}.header-right{width:100%;justify-content:center;flex-wrap:wrap}.app-main{padding:16px}.tagline{display:none}}
