.contact-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f4f4f4;color:#333;padding:2rem;max-width:600px;margin:5rem auto;text-align:center;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.contact-container h1{color:#4b0082;margin-bottom:1rem}.contact-container h2{color:#0a0461;margin-bottom:1rem}.contact-container p{font-size:1.1rem;margin-bottom:1rem}.contact-container a{color:#3498db;text-decoration:none;font-weight:700}.contact-container a:hover{text-decoration:underline}.email-button{display:inline-block;padding:10px 20px;margin-top:1rem;background-color:#3498db;color:#fff!important;border-radius:6px;font-weight:700;text-decoration:none;transition:background-color .2s ease-in-out,transform .15s ease-in-out}.email-button:hover{background-color:#217dbb;transform:translateY(-2px)}.dashboard-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f4f0f8;color:#333;padding:2rem;max-width:960px;margin:0 auto}header h1{text-align:center;color:#4b0082;margin-bottom:2rem}.intro p{margin-bottom:1rem;line-height:1.6}.subtitle h2{text-align:center;font-size:1.2rem;color:#4b0082;margin:2rem 0 1rem}.summary-options{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-top:2rem}.summary-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);padding:1.5rem;flex:1 1 45%}.summary-card h3{margin-top:0;color:#4b0082}.summary-card button{margin-top:1rem;padding:.5rem 1rem;background-color:#4b0082;color:white;border:none;border-radius:5px;cursor:pointer}.summary-card button:hover{background-color:#6a0dad}footer{color:#555}@media (max-width:768px){.summary-card{flex:1 1 100%}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9;margin:0;padding:0;color:#333}.container{max-width:960px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}header h1{font-size:2.5rem;color:#2c3e50}header h2{font-size:1.5rem;color:#7f8c8d;margin-bottom:1rem}.welcome{font-style:italic;margin-bottom:2rem}.sections{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}section{flex:1 1 45%;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1)}section h3{margin-top:0;color:#34495e}.button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background-color:#3498db;color:white;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.button:hover{background-color:#2980b9}footer{text-align:center;margin-top:3rem;font-size:.9rem;color:#777}@media (max-width:768px){.sections{flex-direction:column}section{flex:1 1 100%}}