  {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Verdana, Geneva, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f9f9f9;
            padding: 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        /* Skip link for keyboard navigation */
        .skip-link {
            position: absolute;
            top: -40px;
            left: 6px;
            background: #2563eb;
            color: white;
            padding: 8px 12px;
            text-decoration: none;
            border-radius: 4px;
            z-index: 100;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .skip-link:focus {
            top: 6px;
            outline: 3px solid #fbbf24;
            outline-offset: 2px;
        }

        /* Header */
        .header {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 24px;
            border-bottom: 4px solid #fbae3d;
        }

        h1 {
            color: #1e293b;
            font-size: 2.5rem;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .subtitle {
            color: #64748b;
            font-size: 1.25rem;
            font-weight: 500;
        }

 /*       .honors-note {
            background: #e8f5e8;
            border: 1px solid #90ee90;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #2d5016;
        }  */

 /*       .math-sequence {
            background: #f0f8ff;
            border: 1px solid #b0d4f1;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #1e3a8a;
        } */
        
/*        .certificate-note {
            background: #e8f5e8;
            border: 1px solid #90ee90;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #2d5016;
        } */
        
 /*       .certificate-highlight {
            background: #e8f5e8;
            border: 1px solid #90ee90;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #2d5016;
        } */

 /*       .program-description {
            background: #f0f8ff;
            border: 1px solid #b0d4f1;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #1e3a8a;
        } */
        
/*        .fast-track {
            background: #fff0f5;
            border: 1px solid #ffc0cb;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #8b0000;
        } */
        
*/        .program-requirements {
            background: #fff0f5;
            border: 1px solid #ffc0cb;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #8b0000;
        } */
        
        
 /*       .medical-focus {
            background: #e8f5e8;
            border: 1px solid #90ee90;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #2d5016;
        }

        .multi-tech {
            background: #fff0f5;
            border: 1px solid #ffc0cb;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #8b0000;
        }
        
               .marketing-focus {
            background: #e8f5e8;
            border: 1px solid #90ee90;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #2d5016;
        } */

        /* Navigation */
        .nav-menu {
            background: #f0f4f8;
            padding: 24px;
            border-radius: 8px;
            margin-bottom: 40px;
            border: 2px solid #e2e8f0;
        }

        .nav-menu h2 {
            color: #1e293b;
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .nav-menu ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .nav-menu a {
            color: #1e293b;
            text-decoration: none;
            padding: 12px 20px;
            background: white;
            border-radius: 6px;
            border: 2px solid #9b9d9f;
            transition: all 0.3s ease;
            font-weight: 600;
            display: block;
        }

        .nav-menu a:hover, 
        .nav-menu a:focus {
            background: #fbae3d;
            color: black;
            border-color: #3b82f6;
            outline: 3px solid #111820;
            outline-offset: 2px;
            transform: translateY(-2px);
        }

        /* Year sections */
        .year-section {
            margin-bottom: 48px;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            overflow: hidden;
            background: white;
        }

        .year-header {
            background: #fbae3d;
            color: black;
            padding: 20px 24px;
            font-size: 1.75rem;
            font-weight: 700;
        }

        /* Semester sections */
        .semester {
            margin-bottom: 32px;
            background: #f9f9f9;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }

        .semester-header {
            background: #e9ecef;
            padding: 16px 24px;
            font-weight: 600;
            color: #1e293b;
            border-bottom: 2px solid #e2e8f0;
            font-size: 1.25rem;
        }

        .semester-content {
            padding: 24px;
        }

        /* Course blocks */
        .course-block {
            margin-bottom: 24px;
            padding: 20px;
            background: white;
            border-radius: 8px;
            border-left: 4px solid #fbae3d;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }

        .course-block h4 {
            color: #1e293b;
            margin-bottom: 16px;
            font-size: 1.125rem;
            font-weight: 600;
        }

        /* Tables */
        .course-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 12px;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #e2e8f0;
        }

        .course-table caption {
            font-weight: 600;
            color: #1e293b;
            text-align: left;
            padding: 8px 0;
            font-size: 1.125rem;
        }

        .course-table th {
            background: #f8fafc;
            padding: 12px 16px;
            text-align: left;
            border: 1px solid #e2e8f0;
            font-weight: 600;
            color: #1e293b;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .course-table td {
            padding: 16px;
            border: 1px solid #e2e8f0;
            vertical-align: top;
            font-size: 0.9rem;
        }

        .course-table tbody tr:nth-child(even) {
            background: #f8fafc;
        }

        .course-table tbody tr:hover {
            background: #eff6ff;
        }

        .course-table tbody tr:focus-within {
            background: #dbeafe;
            outline: 2px solid #3b82f6;
        }

        /* Course options */
        .course-options {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .course-options li {
            margin-bottom: 8px;
            padding-left: 16px;
            position: relative;
        }

        .course-options li:before {
            content: "•";
            color: #333;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        /* Credit totals */
        .credit-total {
            background: #dbeafe;
            padding: 16px;
            margin-top: 20px;
            border-radius: 6px;
            font-weight: 600;
            color: #1e40af;
            border: 2px solid #93c5fd;
        }

        .grand-total {
            background: #fbae3d;
            color: black;
            font-size: 1.25rem;
            text-align: center;
            padding: 20px;
            margin: 32px 0;
            border-radius: 8px;
            font-weight: 700;
        }

        /* Notes and info sections */
        .notes {
            background: #fef3c7;
            border: 2px solid #f59e0b;
            border-radius: 8px;
            padding: 20px;
            margin-top: 32px;
        }

        .notes h3 {
            color: #92400e;
            margin-bottom: 16px;
            font-size: 1.25rem;
        }

        .notes p {
            margin-bottom: 12px;
            color: #92400e;
        }

        .info-section {
            margin-top: 48px;
            padding: 32px;
            background: #f8fafc;
            border-radius: 12px;
            border: 2px solid #e2e8f0;
        }

        .info-section h2 {
            color: #1e293b;
            margin-bottom: 24px;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            margin-top: 24px;
        }

        .info-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }

        .info-card h3 {
            color: #1e293b;
            margin-bottom: 16px;
            font-weight: 600;
            font-size: 1.125rem;
        }

        .info-card ul {
            list-style-type: disc;
            margin-left: 20px;
        }

        .info-card li {
            margin-bottom: 8px;
        }

        .info-card a {
            color: #2563eb;
            text-decoration: underline;
            transition: color 0.3s ease;
        }

        .info-card a:hover,
        .info-card a:focus {
            color: #333;
            background-color:#fbae3d;
            outline: 2px solid #fbbf24;
            outline-offset: 2px;
        }

        /* Screen reader only content */
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* Form elements for interactivity */
        .editable-field {
            background: #f8fafc;
            border: 2px solid #e2e8f0;
            padding: 8px 12px;
            border-radius: 4px;
            min-width: 20px;
            max-width: 40px;
            font-size: 0.875rem;
        }

        .editable-field:focus {
            outline: 3px solid #3b82f6;
            outline-offset: 1px;
            border-color: #3b82f6;
            background: white;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .container {
                padding: 20px;
                margin: 10px;
                border-radius: 8px;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .nav-menu ul {
                flex-direction: column;
            }
            
            .nav-menu a {
                text-align: center;
            }
            
            .course-table {
                font-size: 0.8rem;
            }
            
            .course-table th,
            .course-table td {
                padding: 8px;
            }
            
            .info-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
            }
            
            .container {
                padding: 15px;
            }
            
            h1 {
                font-size: 1.5rem;
            }
            
            .year-header {
                padding: 16px;
                font-size: 1.5rem;
            }
            
            .semester-content {
                padding: 16px;
            }
            
            .course-block {
                padding: 16px;
            }
        }
        
        .print-button {
            background: #fbae3d;
            color: black;
            border: none;
            padding: 12px 24px;
            font-size: 1em;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            margin-bottom: 20px;
        }

        .print-button:hover {
            background: #e99d2d;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }

        .print-button:active {
            transform: translateY(0);
        }

        .print-button svg {
            width: 20px;
            height: 20px;
        }

        /* Print styles */
        @media print {
            
            @page {
                margin-top: 0.5in;
                margin-bottom: 0.75in;
                margin-left: 1in;
                margin-right: 1in;
  }
            
            body {
                background: white;
                color: black;
                font-size: 12pt;
                line-height: 1.4;
                margin: 0;
                padding: 0;
            }
            
            .container {
                box-shadow: none;
                border: 1px solid #000;
                max-width: none;
                margin: 0;
            }
            
            .navbar, .print-button, .nav-menu {
                display: none;
            }
            
            .skip-link {
                display: none;
            }
            
            .year-section {
                page-break-inside: auto;
                border: 2px solid #000;
                margin-bottom: 20px;
            }
            
            .year-header {
                background: #f0f0f0 !important;
                color: #000 !important;
                border-bottom: 2px solid #000;
            }
            
            .course-table {
                border: 2px solid #000;
            }
            
            .course-table th {
                background: #f0f0f0 !important;
                color: #000 !important;
                border: 1px solid #000;
            }
            
            .course-table td {
                border: 1px solid #000;
            }
            
            .info-section {
                page-break-inside: auto;
            }
        }

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .year-header {
                background: #000 !important;
                color: #fff !important;
                border: 3px solid #000;
            }
            
            .course-table th {
                background: #000 !important;
                color: #fff !important;
                border: 2px solid #000;
            }
            
            .nav-menu a:hover,
            .nav-menu a:focus {
                background: #000 !important;
                color: #fff !important;
                border: 3px solid #000;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
}
            
            /* Back to Top Button */
            
.scroll-to-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            background: black;
            color: #fbae3d;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 2em;
            font-weight: 800;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
        }

        .scroll-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-to-top:hover, .scroll-to-top:focus {
            background: #fbae3d;
            color: black;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.4);
            outline: 2px solid #4a90e2;
        }

        .scroll-to-top:active {
            transform: translateY(-1px);
        }

        @media print {
            .scroll-to-top {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .nav-menu ul {
                flex-direction: column;
            }

            .info-grid {
                grid-template-columns: 1fr;
            }

            .course-table {
                font-size: 0.9em;
            }

            .course-table th,
            .course-table td {
                padding: 5px;
            }

            .scroll-to-top {
                width: 45px;
                height: 45px;
                bottom: 20px;
                right: 20px;
                font-size: 1.3em;
            }
        }