.study-materials-wrapper{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.study-materials-header{border-bottom:3px solid #3b82f6;align-items:center;gap:1rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.header-icon{color:#3b82f6;width:2.5rem;height:2.5rem}.study-materials-title{color:#1f2937;letter-spacing:-.025em;margin:0;font-size:2.5rem;font-weight:700}.study-materials-content{flex-direction:column;gap:1.5rem;display:flex}.semester-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.semester-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.semester-toggle{cursor:pointer;background:#f8fafc;border:none;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-family:inherit;transition:all .2s;display:flex}.semester-toggle:hover{background:#f1f5f9}.semester-toggle.semester-active{background:#eff6ff;border-bottom-color:#3b82f6}.semester-title{color:#1f2937;text-align:left;font-size:1.5rem;font-weight:600}.semester-icon{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.semester-toggle:hover .semester-icon{background:#2563eb;transform:scale(1.1)}.semester-toggle.semester-active .semester-icon{color:#1f2937;background:#fbbf24}.subjects-container{background:#fafbfc;padding:1.5rem;animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subject-card{background:#fff;border:1px solid #d1d5db;border-radius:12px;margin-bottom:1rem;transition:all .2s;overflow:hidden}.subject-card:last-child{margin-bottom:0}.subject-card:hover{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f61a}.subject-toggle{cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-family:inherit;transition:all .2s;display:flex}.subject-toggle:hover{background:#f9fafb}.subject-toggle.subject-active{background:#eff6ff;border-bottom:1px solid #e5e7eb}.subject-icon{color:#3b82f6;flex-shrink:0}.subject-title{color:#374151;text-align:left;flex:1;font-size:1.125rem;font-weight:500}.subject-chevron{color:#6b7280;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .2s;display:flex}.subject-toggle.subject-active .subject-chevron{color:#3b82f6}.files-container{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem 1.25rem;animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.file-link-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.875rem 1rem;text-decoration:none;transition:all .2s;display:flex}.file-link-card:last-child{margin-bottom:0}.file-link-card:hover{color:inherit;border-color:#fbbf24;text-decoration:none;transform:translate(4px);box-shadow:0 2px 8px #fbbf2426}.download-icon{color:#3b82f6;background:#eff6ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.file-link-card:hover .download-icon{color:#fff;background:#3b82f6;transform:scale(1.1)}.file-name{color:#374151;word-break:break-word;font-size:.9375rem;font-weight:500;line-height:1.4}.file-link-card:hover .file-name{color:#1f2937}@media (max-width:768px){.study-materials-wrapper{padding:1rem .75rem}.study-materials-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.header-icon{width:2rem;height:2rem}.study-materials-title{font-size:2rem}.semester-toggle{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.semester-title{font-size:1.25rem}.semester-icon{align-self:flex-end;width:2rem;height:2rem}.subject-toggle{flex-wrap:wrap;gap:.5rem;padding:1rem}.subject-title{font-size:1rem}.subjects-container{padding:1rem}.files-container,.file-link-card{padding:.75rem}}@media (max-width:480px){.study-materials-wrapper{padding:.75rem .5rem}.study-materials-title{font-size:1.75rem}.semester-toggle{padding:1rem}.semester-title{font-size:1.125rem}.semester-icon{width:1.75rem;height:1.75rem}.subject-title{font-size:.9375rem}.file-name{font-size:.875rem}.download-icon{width:1.75rem;height:1.75rem}}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.semester-card{animation:.3s ease-out cardEnter}.semester-card:first-child{animation-delay:.1s}.semester-card:nth-child(2){animation-delay:.2s}.semester-card:nth-child(3){animation-delay:.3s}.semester-toggle:focus,.subject-toggle:focus,.file-link-card:focus{outline-offset:2px;outline:2px solid #3b82f6}.semester-toggle:active{transform:scale(.98)}.subject-toggle:active{transform:scale(.99)}.file-link-card:active{transform:translate(2px)scale(.99)}.semester-card.loading{opacity:.7;pointer-events:none}@media print{.study-materials-wrapper{max-width:none;padding:0}.semester-card{box-shadow:none;break-inside:avoid;border:1px solid #000;margin-bottom:1rem}.semester-toggle,.subject-toggle{background:#fff!important}.subjects-container,.files-container{animation:none!important;display:block!important}.download-icon{display:none}}@media (prefers-contrast:high){.semester-card{border-width:2px;border-color:#000}.subject-card{border-width:2px;border-color:#666}.file-link-card{border-width:2px;border-color:#333}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.file-link-card .file-action{cursor:pointer;box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;min-width:34px;min-height:34px;padding:6px;text-decoration:none;transition:transform .12s,background .12s,box-shadow .12s;display:inline-flex}.file-link-card .download-action{color:#3b82f6;background:#eff6ff;border:1px solid #3b82f614}.file-link-card .download-action:hover{color:#fff;background:#3b82f6;transform:translateY(-2px)scale(1.03);box-shadow:0 8px 20px #3b82f61f}.file-link-card .download-action:active{transform:translateY(0)scale(.99)}.file-link-card .download-action svg,.file-link-card .file-action svg{stroke:currentColor;fill:none;width:18px;height:18px;display:block}.file-link-card .view-action svg{stroke:currentColor;fill:none;width:16px;height:16px}.file-link-card .view-action:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000038}.file-link-card{align-items:center;gap:.75rem}.file-link-card .file-name{flex:auto;min-width:0}@media (max-width:480px){.file-link-card .file-action{border-radius:6px;min-width:30px;min-height:30px;padding:5px}.file-link-card .download-action svg,.file-link-card .view-action svg{width:14px;height:14px}}
