.exam-stress-page{background:linear-gradient(135deg,#f5f3ff 0%,#f0e9ff 100%);min-height:100vh;padding-top:100px}:root.dark-mode .exam-stress-page{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.exam-stress-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:2px solid #667eea4d;padding:35px 20px 30px}.exam-stress-hero .hero-content{max-width:900px;margin:0 auto}.exam-stress-hero h1{margin-bottom:12px;font-size:2.5rem;font-weight:700}.exam-stress-hero .hero-subtitle{opacity:.95;color:#f5f3ff;margin-bottom:12px;font-size:1.3rem;font-weight:600}.exam-stress-hero .hero-description{opacity:.9;color:#f5f3ff;margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.exam-stress-hero h1{font-size:2rem}.exam-stress-hero .hero-subtitle{font-size:1.1rem}}.exam-stress-section{background:#fff;border-radius:12px;max-width:900px;margin:30px auto;padding:30px 20px;box-shadow:0 2px 8px #667eea1a}:root.dark-mode .exam-stress-section{background:#1e1e3f;box-shadow:0 2px 8px #667eea33}.exam-stress-section h2{color:#667eea;margin-top:0;margin-bottom:15px;font-size:1.8rem}:root.dark-mode .exam-stress-section h2{color:#9fb1ff}.exam-stress-section p{color:#333;margin-bottom:12px;font-size:1rem;line-height:1.8}:root.dark-mode .exam-stress-section p{color:#e0e0e0}.exam-stress-section.highlight-section{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-left:4px solid #667eea}:root.dark-mode .exam-stress-section.highlight-section{background:linear-gradient(135deg,#667eea26 0%,#764ba226 100%);border-left-color:#9fb1ff}.exam-stress-section.boundary-box{background:linear-gradient(135deg,#ff6b6b0d 0%,#ff6b6b1a 100%);border-left:4px solid #ff6b6b}:root.dark-mode .exam-stress-section.boundary-box{background:linear-gradient(135deg,#ff6b6b1a 0%,#ff6b6b26 100%)}.exam-stress-section.boundary-box h3{color:#ff6b6b;margin-top:0;margin-bottom:12px;font-size:1.4rem}:root.dark-mode .exam-stress-section.boundary-box h3{color:#ff8a8a}.exam-stress-notes{max-width:1100px;margin:30px auto;padding:0 20px}.exam-stress-notes h2{text-align:center;color:#667eea;margin-top:0;margin-bottom:30px;font-size:1.8rem}:root.dark-mode .exam-stress-notes h2{color:#9fb1ff}.notes-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.note-card{background:#fff;border-top:4px solid #667eea;border-radius:12px;padding:50px 20px 20px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 2px 8px #667eea1a}:root.dark-mode .note-card{background:#1e1e3f;box-shadow:0 2px 8px #667eea33}.note-card:hover{transform:translateY(-6px);box-shadow:0 8px 16px #667eea40}:root.dark-mode .note-card:hover{box-shadow:0 8px 16px #667eea59}.note-icon{background:#fff;border:3px solid #667eea;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex;position:absolute;top:-38px;left:20px;box-shadow:0 2px 8px #667eea33}:root.dark-mode .note-icon{background:#1e1e3f;border-color:#9fb1ff;box-shadow:0 2px 8px #667eea4d}.note-card-students{border-top-color:#667eea}.note-card-students .note-icon{border-color:#667eea}.note-card-parents{border-top-color:#764ba2}.note-card-parents .note-icon{border-color:#764ba2}.note-card-teachers{border-top-color:#00d4ff}.note-card-teachers .note-icon{border-color:#00d4ff}.note-card h3{color:#667eea;margin:0 0 12px;font-size:1.2rem;font-weight:600}:root.dark-mode .note-card h3{color:#9fb1ff}.note-card-students h3{color:#667eea}.note-card-parents h3{color:#764ba2}:root.dark-mode .note-card-parents h3{color:#b8a8d8}.note-card-teachers h3{color:#00d4ff}:root.dark-mode .note-card-teachers h3{color:#00e6ff}.note-card p{color:#555;margin-bottom:10px;font-size:.95rem;line-height:1.6}:root.dark-mode .note-card p{color:#d0d0d0}.note-card p:last-child{margin-bottom:0}.exam-stress-techniques{max-width:1100px;margin:30px auto;padding:30px 20px}.exam-stress-techniques h2{color:#667eea;text-align:center;margin-bottom:15px;font-size:1.8rem}:root.dark-mode .exam-stress-techniques h2{color:#9fb1ff}.exam-stress-techniques .intro-text{color:#555;text-align:center;max-width:900px;margin:0 auto 20px;font-size:1rem;line-height:1.8}:root.dark-mode .exam-stress-techniques .intro-text{color:#d0d0d0}.techniques-grid{counter-reset:technique-counter;flex-direction:column;gap:20px;margin:0 0 30px;padding:0;list-style:none;display:flex}.technique-card{counter-increment:technique-counter;background:#fff;border-left:4px solid #764ba2;border-radius:12px;padding:20px 20px 20px 60px;list-style:none;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 2px 8px #667eea1a}:root.dark-mode .technique-card{background:#1e1e3f;box-shadow:0 2px 8px #667eea33}.technique-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #764ba233}:root.dark-mode .technique-card:hover{box-shadow:0 4px 12px #764ba24d}.technique-card:before{content:counter(technique-counter);color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:20px;left:20px}.technique-card h3{color:#764ba2;margin:0 0 12px;font-size:1.1rem;font-weight:600}:root.dark-mode .technique-card h3{color:#b8a8d8}.technique-card p{color:#555;margin-bottom:10px;font-size:.95rem;line-height:1.6}:root.dark-mode .technique-card p{color:#d0d0d0}.technique-card p:last-child{margin-bottom:0}.reminder-box{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-left:4px solid #667eea;border-radius:12px;max-width:900px;margin:0 auto;padding:20px}:root.dark-mode .reminder-box{background:linear-gradient(135deg,#667eea26 0%,#764ba226 100%);border-left-color:#9fb1ff}.reminder-box h3{color:#667eea;margin:0 0 12px;font-size:1.2rem}:root.dark-mode .reminder-box h3{color:#9fb1ff}.reminder-box p{color:#555;margin-bottom:10px;font-size:.95rem;line-height:1.6}:root.dark-mode .reminder-box p{color:#d0d0d0}.reminder-box p:last-child{margin-bottom:0}.exam-stress-routine{max-width:1100px;margin:30px auto;padding:30px 20px}.exam-stress-routine h2{color:#667eea;text-align:center;margin-bottom:15px;font-size:1.8rem}:root.dark-mode .exam-stress-routine h2{color:#9fb1ff}.exam-stress-routine .intro-text{color:#555;text-align:center;max-width:900px;margin:0 auto 20px;font-size:1rem;line-height:1.8}:root.dark-mode .exam-stress-routine .intro-text{color:#d0d0d0}.routine-cards{counter-reset:routine-counter;flex-direction:column;gap:20px;margin:0 0 30px;padding:0;list-style:none;display:flex}.routine-card{counter-increment:routine-counter;background:#fff;border-left:4px solid #667eea;border-radius:12px;padding:20px 20px 20px 60px;list-style:none;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 2px 8px #667eea1a}:root.dark-mode .routine-card{background:#1e1e3f;box-shadow:0 2px 8px #667eea33}.routine-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #667eea33}:root.dark-mode .routine-card:hover{box-shadow:0 4px 12px #667eea4d}.routine-card:before{content:counter(routine-counter);color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:20px;left:20px}.routine-card h3{color:#667eea;margin:0 0 12px;font-size:1.1rem;font-weight:600}:root.dark-mode .routine-card h3{color:#9fb1ff}.routine-card p{color:#555;margin-bottom:10px;font-size:.95rem;line-height:1.6}:root.dark-mode .routine-card p{color:#d0d0d0}.routine-card p:last-child{margin-bottom:0}.closing-reminder{text-align:center;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-left:4px solid #667eea;border-radius:12px;max-width:900px;margin:0 auto;padding:20px}:root.dark-mode .closing-reminder{background:linear-gradient(135deg,#667eea26 0%,#764ba226 100%);border-left-color:#9fb1ff}.closing-reminder p{color:#555;margin-bottom:10px;font-size:1rem;line-height:1.8}:root.dark-mode .closing-reminder p{color:#d0d0d0}.closing-reminder p:last-child{margin-bottom:0}.closing-reminder strong{color:#667eea;font-weight:600}:root.dark-mode .closing-reminder strong{color:#9fb1ff}@media (max-width:768px){.exam-stress-hero{padding:25px 15px 20px}.exam-stress-hero h1{font-size:1.8rem}.exam-stress-hero .hero-subtitle{font-size:1rem}.exam-stress-hero .hero-description{font-size:.95rem}.exam-stress-section{margin:20px auto;padding:20px 15px}.exam-stress-section h2{margin-bottom:12px;font-size:1.5rem}.exam-stress-section p{font-size:.95rem}.techniques-grid,.routine-cards,.notes-container{grid-template-columns:1fr;gap:15px}.exam-stress-techniques,.exam-stress-routine{padding:20px 15px}}@media (max-width:360px){.exam-stress-hero h1{margin-bottom:10px;font-size:1.5rem}.exam-stress-hero .hero-subtitle{margin-bottom:10px;font-size:.95rem}.exam-stress-section{margin:15px auto;padding:15px 12px}.exam-stress-section h2{font-size:1.3rem}.note-card,.technique-card,.routine-card{padding:15px}}
