*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-box{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 10px 40px #0003}.auth-box h1{text-align:center;margin-bottom:.5rem;font-size:2rem}.subtitle{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.tabs button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:.75rem;font-size:.95rem;transition:all .2s}.tabs button.active{color:#fff;background:#667eea;border-color:#667eea}.auth-box form{flex-direction:column;gap:1rem;display:flex}.auth-box input{border:1px solid #e5e7eb;border-radius:6px;padding:.875rem;font-size:1rem}.auth-box input:focus{border-color:#667eea;outline:none}.auth-box button[type=submit]{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.875rem;font-size:1rem;transition:background .2s}.auth-box button[type=submit]:hover{background:#5568d3}.error{color:#c00;background:#fee;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.demo-info{color:#6b7280;background:#f9fafb;border-radius:6px;margin-top:1.5rem;padding:1rem;font-size:.85rem}.demo-info p{margin:.25rem 0}.app{flex-direction:column;height:100vh;display:flex}header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.header-content{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}header h1{font-size:1.5rem}.user-info{align-items:center;gap:1rem;display:flex}.pseudo{-webkit-user-select:none;user-select:none;font-weight:600;transition:opacity .2s}.pseudo:hover{opacity:.8}.user-info .pseudo:hover{text-decoration:underline}@media (min-width:769px){.user-info .pseudo{background:0 0!important;padding:0!important}.user-info .pseudo:after{display:none!important}}.rating{color:#92400e;background:#fef3c7;border-radius:20px;padding:.5rem 1rem;font-weight:600}.btn-logout{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.btn-logout:hover{background:#5568d3}.btn-login{color:#fff;background:#667eea}.btn-login:hover{background:#5568d3}.btn-register{color:#fff;background:#764ba2}.btn-register:hover{background:#5e3a7f}nav{border-top:1px solid #f3f4f6;gap:.5rem;padding:0 2rem;display:flex;position:relative}nav button{cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;transition:all .2s}nav button:hover{background:#f9fafb}nav button.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.mobile-menu-toggle{color:#fff;cursor:pointer;z-index:100;background:#667eea;border:none;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1.2rem;display:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.mobile-menu-toggle:hover{background:#5568d3}.nav-links{gap:.5rem;width:100%;display:flex}.btn-logout-mobile{display:none}main{background:#f9fafb;flex:1;overflow:auto}.questions-view{grid-template-columns:250px 1fr;gap:0;height:100%;display:grid}.sections-panel{background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto}.sections-panel-toggle{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:.875rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:none}.sections-panel-toggle:hover{opacity:.9}.sections-panel-toggle:active{transform:scale(.98)}.section{border-bottom:1px solid #f3f4f6}.section-header{cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:1rem;transition:background .2s;display:flex}.section-header:hover{background:#f9fafb}.section-header h3{font-size:1rem;font-weight:600}.subsections{background:#f9fafb}.subsection{cursor:pointer;border-left:3px solid #0000;padding:.875rem 1rem .875rem 2rem;transition:all .2s}.subsection:hover{background:#f3f4f6}.subsection.active{color:#667eea;background:#ede9fe;border-left-color:#667eea;font-weight:600}.questions-panel{padding:2rem;overflow-y:auto}.resources-section{background:linear-gradient(135deg,#f0f4ff 0%,#e8f0fe 100%);border-left:4px solid #667eea;border-radius:8px;margin-bottom:20px;padding:12px 16px;box-shadow:0 1px 3px #667eea1a}.resources-title{color:#4c5fd7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:0;font-size:.85rem;font-weight:600}.resources-title-clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.resources-title-clickable:hover{color:#3b4bc9}.resources-links{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.resource-link{color:#667eea;background:#fff;border:1px solid #e0e7ff;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.resource-link:hover{color:#fff;background:#667eea;transform:translateY(-1px);box-shadow:0 2px 4px #667eea33}.course-link{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;font-weight:600}.course-link:hover{color:#78350f;background:linear-gradient(135deg,#fde68a 0%,#fbbf24 100%);border-color:#d97706}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.question-box{aspect-ratio:1;cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.question-box:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.q-number{color:#fff;font-size:1.25rem;font-weight:700}.q-points{color:#ffffffe6;font-size:.75rem;font-weight:600}.q-success{color:#fffc;font-size:.7rem}.q-elo{color:#ffffffb3;font-size:.65rem;font-weight:500}.legend{align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.legend span{align-items:center;gap:.5rem;display:flex}.legend-box{border-radius:4px;width:20px;height:20px;display:inline-block}.placeholder{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;font-size:1.1rem;display:flex}.placeholder p{max-width:600px;margin:.5rem 0;line-height:1.6}.question-modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.close-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.close-btn:hover{background:#e5e7eb}.question-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.question-header h3{font-size:1.3rem}.points-badge{color:#fff;background:#667eea;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.question-enonce{color:#374151;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.question-image{border-radius:8px;width:100%;max-width:500px;margin-bottom:1.5rem}.answer-section{margin-top:2rem}.choices{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.choice-label{cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.choice-label:hover{background:#f9fafb;border-color:#667eea}.choice-label input{cursor:pointer}.choice-label.correct-answer{background:#d1fae5;border-color:#22c55e}.numeric-input{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.numeric-input input{border:2px solid #e5e7eb;border-radius:8px;flex:1;padding:.875rem;font-size:1rem}.numeric-input input:focus{border-color:#667eea;outline:none}.numeric-input input.correct-answer{background:#d1fae5;border-color:#22c55e;font-weight:600}.unit{color:#6b7280;font-weight:600}.submit-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.submit-btn:hover{background:#5568d3}.result{border-radius:8px;margin-top:1.5rem;padding:1.5rem}.result.correct{background:#d1fae5;border:2px solid #22c55e}.result.incorrect{background:#fee2e2;border:2px solid #ef4444}.result h4{margin-bottom:.75rem;font-size:1.2rem}.result p{margin:.5rem 0;line-height:1.6}.points-earned{color:#22c55e;margin-top:1rem;font-size:1.3rem;font-weight:700}.next-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600}.next-btn:hover{background:#5568d3}.leaderboard-view{max-width:800px;margin:0 auto;padding:2rem}.leaderboard-view h2{margin-bottom:1.5rem}.leaderboard-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.leaderboard-item{border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.leaderboard-item:last-child{border-bottom:none}.leaderboard-item .rank{color:#667eea;min-width:50px;font-size:1.2rem;font-weight:700}.leaderboard-item .pseudo{flex:1;font-weight:600}.leaderboard-item .rating{color:#92400e;background:#fef3c7;border-radius:20px;padding:.5rem 1rem;font-weight:700}.profile-view{max-width:1000px;margin:0 auto;padding:2rem}.profile-view h2{margin-bottom:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.stat-card{text-align:center;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.stat-card h3{color:#667eea;margin-bottom:.5rem;font-size:2.5rem}.stat-card p{color:#6b7280;font-size:.95rem}.admin-view{max-width:1400px;margin:0 auto;padding:2rem}.admin-header{margin-bottom:2rem}.admin-header h2{margin-bottom:1rem;font-size:1.8rem}.admin-tabs{gap:.5rem;margin-top:1rem;display:flex}.admin-tabs button{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.admin-tabs button:hover{background:#f9fafb;border-color:#667eea}.admin-tabs button.active{color:#fff;background:#667eea;border-color:#667eea}.admin-content{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.subsection-selector{cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;flex:1;max-width:400px;padding:.75rem;font-size:.95rem}.subsection-selector:focus{border-color:#667eea;outline:none}.admin-form{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:2rem}.admin-form h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.3rem}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#374151;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{border:2px solid #e5e7eb;border-radius:8px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#667eea;outline:none}.form-group input:disabled,.form-group select:disabled{cursor:not-allowed;background:#f3f4f6}.form-actions{gap:1rem;margin-top:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:#5568d3}.btn-success{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s}.btn-success:hover{background:#16a34a}.btn-secondary{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s}.btn-secondary:hover{background:#4b5563}.btn-edit{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-edit:hover{background:#2563eb}.btn-delete{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-delete:hover{background:#dc2626}.btn-small{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-small:hover{background:#5568d3}.btn-remove{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-remove:hover{background:#dc2626}.admin-list{flex-direction:column;gap:1rem;display:flex}.admin-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.admin-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.card-header h4{color:#1f2937;margin-bottom:.5rem;font-size:1.1rem}.card-actions{flex-shrink:0;gap:.5rem;display:flex}.text-muted{color:#6b7280;font-size:.875rem}.card-description{color:#4b5563;margin-top:.75rem;line-height:1.6}.card-image{border-radius:8px;width:100%;max-width:300px;margin-top:1rem}.no-data{text-align:center;color:#9ca3af;padding:3rem;font-size:1rem}.question-form{max-width:900px}.choices-section{background:#fff;border:2px solid #e5e7eb;border-radius:8px;margin-top:1.5rem;padding:1rem}.choices-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.choices-header label{color:#374151;font-size:1rem;font-weight:600}.choice-row{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.choice-row input[type=radio],.choice-row input[type=checkbox]{cursor:pointer;width:20px;height:20px}.choice-input{border:2px solid #e5e7eb;border-radius:8px;flex:1;padding:.75rem;font-size:.95rem}.choice-input:focus{border-color:#667eea;outline:none}.true-false-options{gap:1rem;margin-top:1rem;display:flex}.true-false-options .choice-label{cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;flex:1;align-items:center;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.true-false-options .choice-label:hover{background:#f9fafb;border-color:#667eea}.true-false-options input[type=radio]{cursor:pointer;width:20px;height:20px}.numeric-section{background:#fff;border:2px solid #e5e7eb;border-radius:8px;margin-top:1.5rem;padding:1rem}.numeric-section label{color:#374151;margin-bottom:1rem;font-size:1rem;font-weight:600;display:block}.image-preview{border:2px solid #e5e7eb;border-radius:8px;max-width:300px;margin-top:1rem}@media (max-width:1024px){.admin-view{padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.form-row{grid-template-columns:1fr}}@media (max-width:768px){.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem}header h1{flex-shrink:0;margin:0;font-size:1.25rem}.user-info{flex-shrink:0;gap:.5rem}.user-info .pseudo{cursor:pointer;background:#f3f4f6;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:background .2s;display:inline-flex}.user-info .pseudo:after{content:"▼";color:#667eea;font-size:.7rem}.user-info .pseudo:hover{background:#e5e7eb}.user-info .pseudo:active{background:#d1d5db}.user-info .rating,.user-info .btn-logout:not(.btn-login):not(.btn-register){display:none}.user-info .btn-login,.user-info .btn-register{padding:.5rem .75rem;font-size:.85rem;display:block}nav{border-top:1px solid #f3f4f6;min-height:0;padding:0}.mobile-menu-toggle{display:flex}.nav-links{z-index:999;background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:0;padding:3.5rem 1rem 1rem;transition:transform .3s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 12px #00000026}.nav-links.open{transform:translateY(0)}.nav-links:before{content:"Navigation";color:#1f2937;font-size:1.1rem;font-weight:600;position:absolute;top:1.25rem;left:1rem}nav button{white-space:nowrap;text-align:left;border-bottom:1px solid #f3f4f6;border-left:3px solid #0000;border-radius:0;width:100%;padding:1rem;font-size:1rem}nav button:last-child{border-bottom:none}nav button:hover{background:#f9fafb}nav button.active{background:#f9fafb;border-bottom-color:#0000;border-left-color:#667eea}nav .btn-logout-mobile{margin-top:.5rem;font-weight:600;display:block}nav .btn-logout-mobile.logout-action{color:#ef4444}nav .btn-logout-mobile.logout-action:hover{background:#fef2f2}nav .btn-logout-mobile.login-action{color:#667eea}nav .btn-logout-mobile.login-action:hover{background:#f0f4ff}nav .btn-logout-mobile.register-action{color:#764ba2;font-weight:600}nav .btn-logout-mobile.register-action:hover{background:#f3e8ff}.mobile-menu-overlay{z-index:998;background:#00000080;display:none;position:fixed;inset:0}.mobile-menu-overlay.open{display:block}.questions-view{flex-direction:column;grid-template-columns:1fr;display:flex}.sections-panel{background:#f9fafb;border-bottom:1px solid #e5e7eb;border-right:none;order:1;max-height:50vh;transition:max-height .3s;overflow-y:auto}.sections-panel.collapsed{max-height:3.5rem;overflow:hidden}.sections-panel-toggle{z-index:10;display:block;position:sticky;top:0}.section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin:.5rem;overflow:hidden}.section-header{background:#fff;border-bottom:1px solid #f3f4f6;padding:.75rem 1rem}.section-header h3{font-size:.9rem;font-weight:600}.section-header span{color:#667eea;font-size:.85rem}.subsections{background:#fff;padding:.25rem 0}.subsection{border-left:2px solid #0000;padding:.625rem .875rem .625rem 1.25rem;font-size:.85rem}.subsection.active{background:#ede9fe;border-left-color:#667eea}.questions-panel{order:2;padding:1rem}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}.question-box{padding:.4rem}.q-number{font-size:1.1rem}.q-points{font-size:.7rem}.q-success{font-size:.65rem}.resources-section{margin-bottom:15px;padding:10px 12px}.resources-links{gap:8px}.resource-link{padding:5px 10px;font-size:.85rem}.question-modal{padding:.5rem}.modal-content{max-height:95vh;padding:1.5rem}.question-header{flex-direction:column;align-items:flex-start;gap:.75rem}.question-header h3{padding-right:2rem;font-size:1.1rem}.points-badge{padding:.4rem .75rem;font-size:.85rem}.question-enonce{font-size:1rem}.choice-label{padding:.75rem;font-size:.95rem}.numeric-input{flex-direction:column;align-items:flex-start}.numeric-input input{width:100%}.leaderboard-view{padding:1rem}.leaderboard-item{gap:.75rem;padding:.75rem 1rem}.leaderboard-item .rank{min-width:40px;font-size:1rem}.leaderboard-item .rating{padding:.4rem .75rem;font-size:.85rem}.profile-view{padding:1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem}.stat-card h3{font-size:2rem}.admin-view{padding:1rem}.admin-header h2{font-size:1.5rem}.admin-tabs{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.admin-tabs button{white-space:nowrap;text-overflow:ellipsis;padding:.75rem .5rem;font-size:.85rem;overflow:hidden}.admin-content{padding:1rem}.admin-toolbar{flex-direction:column;align-items:stretch}.subsection-selector{max-width:100%}.admin-form{padding:1rem}.admin-form h3{font-size:1.1rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.card-header{flex-direction:column;align-items:stretch}.card-actions{justify-content:flex-start;width:100%;margin-top:.75rem}.btn-edit,.btn-delete{flex:1}.choice-row{flex-wrap:wrap}.choice-input{width:100%}.true-false-options{flex-direction:column}.auth-box{width:95%;padding:1.5rem}.auth-box h1{font-size:1.5rem}.tabs{gap:.5rem}.tabs button{padding:.65rem;font-size:.9rem}.demo-info{padding:.75rem;font-size:.8rem}.legend{flex-wrap:wrap;gap:1rem;font-size:.85rem}.legend-box{width:16px;height:16px}.placeholder{padding:2rem 1rem;font-size:1rem}}@media (max-width:480px){.header-content{gap:.5rem;padding:.65rem .75rem}header h1{font-size:1rem}.user-info .pseudo{padding:.4rem .6rem;font-size:.85rem}.user-info .pseudo:after{font-size:.65rem}nav{padding:0}nav button{padding:.875rem 1rem;font-size:.95rem}.admin-tabs{grid-template-columns:1fr;gap:.5rem}.admin-tabs button{padding:.75rem 1rem;font-size:.9rem}.questions-panel{padding:.75rem}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.4rem}.question-box{padding:.3rem}.q-number{font-size:1rem}.q-points{font-size:.65rem}.q-success{display:none}.modal-content{padding:1rem}.question-header h3{font-size:1rem}.admin-form{padding:.75rem}.btn-primary,.btn-success,.btn-secondary{padding:.65rem 1.25rem;font-size:.9rem}.btn-edit,.btn-delete{padding:.4rem .75rem;font-size:.8rem}.resources-links{flex-direction:column;gap:6px}.resource-link{justify-content:center;width:100%}.sections-panel{max-height:40vh}.sections-panel.collapsed{max-height:3rem}.sections-panel-toggle{padding:.75rem .875rem;font-size:.85rem}.section{margin:.375rem}.section-header{padding:.625rem .875rem}.section-header h3{font-size:.85rem}.section-header span{font-size:.8rem}.subsection{padding:.5rem .75rem .5rem 1rem;font-size:.8rem}}@media (max-width:900px) and (orientation:landscape){.questions-view{grid-template-columns:200px 1fr;display:grid}.sections-panel{order:initial;border-bottom:none;border-right:1px solid #e5e7eb;max-height:100%}.sections-panel-toggle{display:none}.sections-panel.collapsed{max-height:100%}.questions-panel{order:initial}}@media print{.btn-logout,.btn-edit,.btn-delete,.btn-primary,.btn-secondary,nav,.admin-toolbar{display:none}.app{height:auto}main{overflow:visible}.modal-content{box-shadow:none;max-height:none}}
