.model-module__1Fh2TG__container{max-width:900px;margin:0 auto;padding:0 20px}.model-module__1Fh2TG__hero{text-align:center;z-index:10;padding:3rem 0;position:relative}.model-module__1Fh2TG__hero h1{color:var(--primary);text-transform:uppercase;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:3rem}.model-module__1Fh2TG__hero p{opacity:.8;max-width:700px;color:var(--muted);margin:0 auto;font-size:1.2rem}.model-module__1Fh2TG__sectionTitle{color:var(--primary);text-transform:uppercase;margin:3rem 0 2rem;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:800;display:inline-block;position:relative}.model-module__1Fh2TG__sectionTitle:after{content:"";background:var(--accent);border-radius:3px;width:100%;height:3px;position:absolute;bottom:-10px;left:0}.model-module__1Fh2TG__papersGrid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.model-module__1Fh2TG__paperCard{background:var(--card-bg);box-shadow:0 5px 15px var(--shadow);border:1px solid #001f3f1a;border-radius:15px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.dark .model-module__1Fh2TG__paperCard{border:1px solid #9fc5ff33}.model-module__1Fh2TG__paperCard:hover{box-shadow:0 10px 20px var(--shadow);transform:translateY(-5px)}.model-module__1Fh2TG__paperCard h3{color:var(--primary);letter-spacing:0;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700}.model-module__1Fh2TG__paperCard p{opacity:1;color:var(--text);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.model-module__1Fh2TG__subjectTag{background:var(--primary);color:#fff;border-radius:20px;width:fit-content;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.dark .model-module__1Fh2TG__subjectTag{background:var(--accent);color:var(--text)}.model-module__1Fh2TG__buttonsContainer{gap:1rem;margin-top:auto;display:flex}.model-module__1Fh2TG__btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.model-module__1Fh2TG__btnPrimary{background:var(--primary);color:#fff;box-shadow:0 4px 10px #001f3f4d}.dark .model-module__1Fh2TG__btnPrimary{background:var(--accent);color:var(--card);box-shadow:0 4px 10px #4aa3ff4d}.model-module__1Fh2TG__btnPrimary:hover{background:var(--accent);transform:translateY(-3px);box-shadow:0 5px 10px #001f3f80}.dark .model-module__1Fh2TG__btnPrimary:hover{background:var(--primary);box-shadow:0 5px 10px #4aa3ff80}.model-module__1Fh2TG__btnSecondary{color:var(--primary);border:2px solid var(--primary);box-shadow:none;background:0 0}.dark .model-module__1Fh2TG__btnSecondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.model-module__1Fh2TG__btnSecondary:hover{background:var(--primary);color:#fff;box-shadow:0 2px 5px var(--shadow);transform:translateY(-2px)}.dark .model-module__1Fh2TG__btnSecondary:hover{background:var(--primary);color:#fff}.model-module__1Fh2TG__pdfViewerContainer{background:var(--card-bg);box-shadow:0 5px 15px var(--shadow);border:1px solid #001f3f1a;border-radius:15px;margin:3rem 0;padding:2rem;scroll-margin-top:100px}.dark .model-module__1Fh2TG__pdfViewerContainer{border:1px solid #9fc5ff33}.model-module__1Fh2TG__pdfHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.model-module__1Fh2TG__pdfHeader h3{color:var(--primary);font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700}.model-module__1Fh2TG__pdfActions{gap:1rem;display:flex}.model-module__1Fh2TG__pdfEmbed{background:var(--bg);border:none;border-radius:10px;width:100%;height:600px}@media (max-width:768px){.model-module__1Fh2TG__hero h1{font-size:2.2rem}.model-module__1Fh2TG__hero p{font-size:1.1rem}.model-module__1Fh2TG__sectionTitle{font-size:2rem}.model-module__1Fh2TG__papersGrid{grid-template-columns:1fr;gap:1.5rem}.model-module__1Fh2TG__pdfEmbed{height:400px}.model-module__1Fh2TG__pdfHeader{flex-direction:column;align-items:flex-start;gap:1rem}.model-module__1Fh2TG__pdfActions{justify-content:space-between;width:100%}.model-module__1Fh2TG__btn{flex:1;justify-content:center}}.model-module__1Fh2TG__glassContainer{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px;margin-top:2rem;display:grid}.model-module__1Fh2TG__glassBox{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:24px;flex-direction:column;padding:30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.model-module__1Fh2TG__glassBox:hover{border-color:var(--accent);transform:translateY(-10px);box-shadow:0 15px 45px #1e90ff26}.model-module__1Fh2TG__glassBox h3{color:var(--primary);align-items:center;gap:10px;margin:0 0 12px;font-family:Poppins,sans-serif;font-size:1.3rem;display:flex}.model-module__1Fh2TG__glassBox p{color:var(--muted);flex-grow:1;margin-bottom:25px;font-size:.95rem;line-height:1.6}.model-module__1Fh2TG__universityBadge{background:var(--card-bg);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:1px;color:var(--accent);border-radius:50px;margin-bottom:15px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block}.model-module__1Fh2TG__btnAnswer{color:#fff;text-align:center;cursor:pointer;background:#10b981;border:none;border-radius:15px;justify-content:center;align-items:center;gap:12px;padding:14px;font-size:1rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #10b98166}.model-module__1Fh2TG__btnAnswer:hover{filter:brightness(1.1);transform:scale(1.03);box-shadow:0 8px 25px #10b98199}.model-module__1Fh2TG__btnDownload{background:var(--accent);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:15px;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;padding:14px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #1e90ff4d}.model-module__1Fh2TG__btnDownload:hover{filter:brightness(1.1);transform:scale(1.02)}.model-module__1Fh2TG__sectionTitleLegacy{color:var(--text);border-left:5px solid #10b981;align-items:center;gap:12px;margin-bottom:1.5rem;padding-left:12px;font-family:Poppins,sans-serif;font-size:1.5rem;display:flex}.model-module__1Fh2TG__answerCard{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:20px;transition:all .3s;display:flex}.model-module__1Fh2TG__answerInfo h3{color:var(--text);margin:0;font-size:1.1rem}.model-module__1Fh2TG__answerInfo p{color:var(--muted);margin:4px 0 0;font-size:.85rem}@media (max-width:650px){.model-module__1Fh2TG__answerCard{text-align:center;flex-direction:column;gap:15px;padding:15px}.model-module__1Fh2TG__btnView{box-sizing:border-box;justify-content:center;width:100%}.model-module__1Fh2TG__glassContainer{grid-template-columns:1fr}}
