body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f4f6fb;
    margin: 0;
    padding: 0;
}
header {
    background: #2d3e50;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    margin-bottom: 2rem;
}
.dashboard-container {
    max-width: 600px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 2rem 2.5rem 2.5rem 2.5rem;
    text-align: center;
}
.dashboard-container h2 {
    margin-top: 0;
    color: #2d3e50;
}
.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
    margin: 2rem 0 1rem 0;
}
.dashboard-card {
    background: #f7fafc;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.06);
    padding: 1.5rem 2rem;
    min-width: 180px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    color: #2d3e50;
    font-size: 1.1rem;
    font-weight: 500;
}
.dashboard-card:hover {
    box-shadow: 0 6px 24px rgba(44,62,80,0.13);
    background: #eaf1fb;
    transform: translateY(-3px) scale(1.03);
    color: #1a73e8;
}
footer {
    text-align: center;
    color: #888;
    margin-top: 2rem;
    padding: 1rem 0;
    background: #f4f6fb;
    border-top: 1px solid #e0e0e0;
}
.error {
    color: #b00020;
    background: #ffeaea;
    border: 1px solid #ffb3b3;
    padding: 0.7rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.login-container {
    max-width: 350px;
    margin: 3rem auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.10);
    padding: 2rem 2.5rem 2.5rem 2.5rem;
}
.login-container h2 {
    margin-top: 0;
    color: #2d3e50;
}
.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 0.7rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
.login-container button {
    width: 100%;
    padding: 0.7rem;
    background: #2d3e50;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.login-container button:hover {
    background: #1a73e8;
}
/* Form Styling */
.form-card {
    max-width: 600px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 2rem;
}
.form-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-label {
    flex: 1;
    text-align: right;
    margin-right: 1rem;
    font-weight: 500;
    color: #2d3e50;
}
.form-input {
    flex: 2;
    padding: 0.7rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
.form-textarea {
    resize: vertical;
    height: 100px;
}
.form-button {
    padding: 0.7rem;
    background: #2d3e50;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.form-button:hover {
    background: #1a73e8;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f4f6fb;
    margin: 0;
    padding: 0;
}
header {
    background: #2d3e50;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    margin-bottom: 2rem;
}
.dashboard-container {
    max-width: 600px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 2rem 2.5rem 2.5rem 2.5rem;
    text-align: center;
}
.dashboard-container h2 {
    margin-top: 0;
    color: #2d3e50;
}
.dashboard-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0 1rem 0;
}
.dashboard-card {
    background: #f7fafc;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.06);
    padding: 1.5rem 2rem;
    min-width: 180px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    color: #2d3e50;
    font-size: 1.1rem;
    font-weight: 500;
}
.dashboard-card:hover {
    box-shadow: 0 6px 24px rgba(44,62,80,0.13);
    background: #eaf1fb;
    transform: translateY(-3px) scale(1.03);
    color: #1a73e8;
}
footer {
    text-align: center;
    color: #888;
    margin-top: 2rem;
    padding: 1rem 0;
    background: #f4f6fb;
    border-top: 1px solid #e0e0e0;
}
.error {
    color: #b00020;
    background: #ffeaea;
    border: 1px solid #ffb3b3;
    padding: 0.7rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.login-container {
    max-width: 350px;
    margin: 3rem auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.10);
    padding: 2rem 2.5rem 2.5rem 2.5rem;
}
.login-container h2 {
    margin-top: 0;
    color: #2d3e50;
}
.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 0.7rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
.login-container button {
    width: 100%;
    padding: 0.7rem;
    background: #2d3e50;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.login-container button:hover {
    background: #1a73e8;
}
