*,:before,:after{box-sizing:border-box}body{color:#111827;background-color:#f3f4f6;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{min-height:100vh;display:flex}.sidebar{color:#f9fafb;background-color:#111827;flex-direction:column;width:260px;padding:1.5rem 1rem;display:flex}.sidebar-brand{margin-bottom:2rem}.brand-title{font-size:1.1rem;font-weight:600;display:block}.brand-subtitle{color:#9ca3af;font-size:.875rem;display:block}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.sidebar-nav a{color:#e5e7eb;border-radius:.375rem;padding:.5rem .75rem;font-size:.95rem;text-decoration:none}.sidebar-nav a:hover{background-color:#1f2937}.main-content{flex:1;padding:1.5rem 2rem}.page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-header h1{margin:0;font-size:1.5rem}.page-header p{color:#4b5563;margin:.25rem 0 0;font-size:.95rem}button{cursor:pointer;color:#f9fafb;background-color:#2563eb;border:none;border-radius:.375rem;padding:.5rem .9rem;font-size:.9rem}button:hover:enabled{background-color:#1d4ed8}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background-color:#6b7280}button.secondary:hover:enabled{background-color:#4b5563}button.danger{background-color:#b91c1c}button.danger:hover:enabled{background-color:#991b1b}.layout-grid{grid-template-columns:2fr 1.3fr;gap:1.5rem;display:grid}.list-section,.form-section{background-color:#fff;border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 1px 3px #0f172a14}.list-section h2,.form-section h2{margin:0 0 .75rem;font-size:1.1rem}.questions-table{border-collapse:collapse;width:100%;font-size:.9rem}.questions-table thead{background-color:#f9fafb}.questions-table th,.questions-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.5rem}.questions-table th:nth-child(3),.questions-table td:nth-child(3){white-space:nowrap}.questions-table .column-statement{max-width:420px}.question-form{flex-direction:column;gap:.75rem;display:flex}.form-field{flex-direction:column;gap:.25rem;display:flex}.form-field label{color:#374151;font-size:.85rem}.form-field input,.form-field textarea{border:1px solid #d1d5db;border-radius:.375rem;padding:.45rem .6rem;font-family:inherit;font-size:.9rem}.form-field input:focus,.form-field textarea:focus{outline-offset:1px;outline:2px solid #2563eb}.form-actions{gap:.5rem;margin-top:.5rem;display:flex}.error-banner{color:#991b1b;background-color:#fee2e2;border-radius:.5rem;margin-bottom:1rem;padding:.6rem .8rem;font-size:.85rem}@media (max-width:900px){.app-shell{flex-direction:column}.sidebar{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.main-content{padding:1rem}.layout-grid{grid-template-columns:1fr}}
