.navbar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;background:#e5e7ebeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;box-shadow:0 6px 32px #1f26871a;margin:24px auto 0;max-width:92vw;padding:.7rem 2.2rem;min-height:64px}.navbar-brand{display:flex;align-items:center;gap:10px}.logo-image{height:45px;width:auto}.navbar-logo{font-size:1.35rem;font-weight:700;color:#232d38;letter-spacing:.01em;text-decoration:none}.hamburger-menu{display:none;cursor:pointer;padding:10px;color:#000;margin-right:-10px}.modal-overlay{visibility:hidden;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background:#e5e7ebf2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.modal-overlay.open{visibility:visible;opacity:1}.modal-content{background:#fff;padding:2.5rem;border-radius:18px;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;align-items:center;gap:2rem;width:90%;max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #ccc;padding-bottom:1rem}.modal-close-icon{font-size:1.5rem;cursor:pointer;color:#555;transition:color .2s}.modal-close-icon:hover{color:#111}.modal-overlay .navbar-links,.modal-overlay .navbar-auth{display:flex;flex-direction:column;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0;width:100%}.modal-overlay .navbar-links li a{text-decoration:none;display:flex;align-items:center;gap:10px;color:#232d38;font-weight:500;font-size:1.2rem;transition:color .2s}.modal-overlay .navbar-links li a:hover{color:#111827}.btn{border:none;border-radius:11px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s,color .2s;box-shadow:0 2px 8px #0000000a;letter-spacing:.01em}.btn.login{background:transparent;color:#232d38;font-weight:600;padding:.55rem 1.2rem;border:2px solid #232d38;border-radius:10px;transition:all .25s ease-in-out}.btn.blocks{background:#111827;color:#fff;font-weight:700;padding:.6rem 1.4rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:all .25s ease-in-out}.btn.blocks:hover{background:transparent;color:#111827;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 900px){.hamburger-menu{display:block}.navbar-links,.navbar-auth{display:none}}@media (min-width: 900px){.navbar-links,.navbar-auth{display:flex;flex-direction:row;align-items:center}.navbar-links{list-style:none;gap:2.5rem;margin:0 2.5rem 0 0}.navbar-links li a{text-decoration:none;display:flex;align-items:center;gap:7px;color:#232d38;font-weight:500;font-size:1.08rem;padding:.4rem .9rem;border-radius:8px;transition:all .25s ease-in-out;position:relative}.navbar-links li a:hover{color:#111827;background:#11182714;transform:translateY(-2px);box-shadow:0 3px 8px #00000014}.navbar-links li a.active{color:#111827;background:#1118271f;font-weight:600}}.hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 6%;background:#fff;height:100vh;width:100%;box-sizing:border-box;gap:2rem}.hero-content{flex:1;max-width:50%}.hero-content h1{font-size:3.2rem;font-weight:800;color:#111827;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.2rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn{padding:.9rem 1.6rem;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;border:none;transition:all .3s ease}.btn.primary{background-color:#111827;color:#fff}.btn.primary:hover{background-color:#1f2937}.btn.secondary{background:transparent;border:2px solid #111827;color:#111827}.btn.secondary:hover{background:#111827;color:#fff}.hero-logos{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.hero-logos img{height:38px;opacity:.8;transition:opacity .3s ease}.hero-logos img:hover{opacity:1}.hero-image{flex:1;display:flex;justify-content:flex-end;align-items:center}.hero-image img{width:100%;max-width:600px;height:auto;border-radius:12px;object-fit:cover}.hero{flex-direction:row}@media (max-width: 1024px){.hero{flex-direction:column;justify-content:center;padding:3rem 4%;height:auto;gap:1.5rem}.hero-content{max-width:100%;text-align:center}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-buttons{justify-content:center;flex-wrap:wrap;gap:.8rem}.hero-image{justify-content:center}.hero-image img{max-width:90%}}@media (max-width: 600px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}}.features{padding:6px 0;text-align:center;background:#fff}.section-title{font-size:2.2rem;font-weight:700;color:#222;margin-bottom:10px}.section-subtitle{font-size:1rem;color:#555;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1100px;margin:0 auto}.feature-card{background:#fff;padding:25px 20px;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #455464}.feature-icon{font-size:2.5rem;margin-bottom:15px}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:10px;color:#333}.feature-card p{font-size:.95rem;color:#666;line-height:1.5}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;padding:0 1rem}.feature-card{padding:20px 15px}.feature-icon{font-size:2rem}.feature-card h3{font-size:1.2rem}.feature-card p{font-size:.9rem}.form-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem}.form{background:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px;box-sizing:border-box}.form h2{margin-bottom:.25rem;font-size:1.75rem;color:#000;text-align:center}.form p{margin-bottom:1.5rem;font-size:.95rem;color:#000;text-align:center}.form input[type=text],.form input[type=email],.form input[type=password]{width:100%;padding:.65rem .8rem;margin-bottom:1rem;color:#000;border:1px solid black;background-color:#fff;border-radius:8px;font-size:.95rem;box-sizing:border-box;transition:border .2s}.form input:focus{border-color:#555;outline:none}.agreeLabel{display:flex;align-items:center;font-size:.85rem;color:#555;margin-bottom:1rem}.agreeLabel input{margin-right:.5rem;background-color:#fff}.btn{width:100%;padding:.75rem 0;background-color:#4a90e2;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.btn:hover:not(:disabled){background-color:#357ab8}.btn:disabled{background-color:#a0c4f0;cursor:not-allowed}.error{color:#e74c3c;font-size:.85rem;margin-bottom:.75rem;text-align:center}.toggleText{text-align:center;font-size:.85rem;margin-top:1rem;color:#555}.toggleText span{color:#4a90e2;cursor:pointer;font-weight:500}.toggleText span:hover{text-decoration:underline}@media (max-width: 480px){.form{padding:1.5rem 1.75rem}.form h2{font-size:1.5rem}.form p{font-size:.9rem}}.loader-webp{width:150px;height:auto}.profile-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background:#fff;padding:2rem;box-sizing:border-box}.profile-card{background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:2.5rem 3rem;border-radius:20px;box-shadow:0 12px 40px #00000014;max-width:450px;width:100%;transition:transform .3s ease,box-shadow .3s ease}.profile-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #0000001f}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-avatar{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#6a11cb,#2575fc);display:flex;justify-content:center;align-items:center;font-size:2.5rem;color:#fff;font-weight:700;box-shadow:0 6px 16px #00000026;transition:transform .3s ease}.profile-avatar:hover{transform:scale(1.1)}.profile-header h2{font-size:1.8rem;font-weight:700;color:#111827;margin:0}.profile-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.profile-details p{font-size:1rem;color:#333;margin:0;display:flex;justify-content:space-between}.profile-details p span{font-weight:600;color:#2575fc}.logout-btn{width:100%;padding:12px 0;background:#2575fc;color:#fff;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;box-shadow:0 4px 12px #2575fc4d}.logout-btn:hover{background:#6a11cb;box-shadow:0 6px 16px #6a11cb59;transform:translateY(-2px)}@media (max-width: 600px){.profile-card{padding:2rem}.profile-header h2{font-size:1.5rem}.profile-avatar{width:70px;height:70px;font-size:2rem}}.modern-dashboard{display:flex;min-height:100vh;font-family:Arial,sans-serif;background:#fff}.sidebar{width:250px;background:#fff;border-right:1px solid #ddd;padding:1rem;position:relative;z-index:100;top:6rem}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{padding:.5rem;margin-bottom:.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;border-radius:6px}.sidebar-list li.selected{background-color:#7d7d7d;color:#fff}.btn-upload-sidebar{margin-top:1rem;width:100%;padding:.5rem;background-color:#294ba8;color:#fff;border:none;cursor:pointer;border-radius:6px;display:flex;justify-content:center;align-items:center;gap:.5rem}.close-sidebar{background:none;border:none;font-size:1.2rem;cursor:pointer}.mobile-sidebar-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:110;font-size:1.5rem;background:#3c3c3c;color:#fff;border:none;padding:.5rem .8rem;border-radius:6px}.main-panel{flex:1;padding:1.5rem}.kpi-cards{display:flex;gap:1rem;margin-bottom:1.5rem}.kpi-card{flex:1;padding:1rem;background:#e5e7ebeb;border-radius:8px;text-align:center;font-weight:700;box-shadow:0 2px 6px #0000000d}.dashboard-card{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d}.analyze-form input{padding:.5rem;width:70%;margin-right:.5rem;border-radius:6px;border:1px solid #ccc}.btn-analyze{padding:.5rem 1rem;background:#3c3c3c;color:#fff;border:none;border-radius:6px;cursor:pointer}.history-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 4px 12px #0000000d;border-radius:8px;overflow:hidden}.history-table th,.history-table td{padding:.75rem 1rem;text-align:center}.history-table th{background-color:#3c3c3c;color:#fff;font-weight:600;font-size:.95rem;text-transform:uppercase}.history-table td{background-color:#f9f9f9;color:#333;font-size:.9rem}.history-table tr:nth-child(2n) td{background-color:#eef2ff}.history-table tr:hover td{background-color:#dbeafe;transition:background-color .3s ease}.analysis-section{display:flex;flex-direction:column;gap:1rem}.radial-chart{position:relative;display:flex;justify-content:center;align-items:center}.radial-score{position:absolute;font-size:1.2rem;font-weight:700}.bar-charts{display:flex;gap:1rem;flex-wrap:wrap}.bar-chart{flex:1;min-width:200px}.trend-chart{margin-top:1rem}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}.loader-image{width:150px;height:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.mobile-sidebar-toggle{display:block}.sidebar{position:fixed;top:6rem;left:0;height:100%}}.sidebar{width:250px;background:#fff;border-right:1px solid #e5e7eb;padding:1rem;position:fixed;top:6rem;left:0;height:100%;transform:translate(-100%);transition:transform .3s ease;z-index:300}.sidebar.open{transform:translate(0)}.main-panel{flex:1;margin-left:250px;padding:1.5rem;overflow-y:auto}@media (max-width: 768px){.main-panel{margin-left:0}}.login-required-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;font-family:Inter,sans-serif;color:#374151}.login-required-message h2{font-size:2rem;color:#403aa4;margin-bottom:.5rem}.login-required-message p{font-size:1rem;color:#6b7280}.dashboard-container{display:flex;min-height:100vh;font-family:Inter,sans-serif;background:#f8fafc;position:relative;overflow-x:hidden}.dashboard-loader{font-size:1.2rem;text-align:center;margin-top:2rem;color:#4f46e5}.dashboard-mobile-toggle{position:fixed;top:1rem;left:1rem;z-index:1101;background:#4f46e5;color:#fff;border:none;padding:.6rem 1rem;font-size:1.3rem;border-radius:.375rem;cursor:pointer}.dashboard-sidebar{position:fixed;top:0;left:0;width:260px;height:100%;background:#fff;box-shadow:2px 0 12px #00000014;z-index:1000;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;padding:1rem}.dashboard-sidebar.open{transform:translate(0)}.dashboard-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard-sidebar-close{background:none;border:none;font-size:1.3rem;cursor:pointer}.dashboard-filter-group{margin-bottom:1rem}.dashboard-filter-group label{display:block;margin-bottom:.25rem;font-weight:600}.dashboard-filter-group select{width:100%;padding:.5rem;border-radius:.375rem;border:1px solid #d1d5db}.dashboard-chart-toggle button{display:block;width:100%;margin-bottom:.6rem;padding:.5rem;border-radius:.375rem;border:1px solid #d1d5db;background:#f9fafb;cursor:pointer;text-align:left}.dashboard-chart-toggle button.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.dashboard-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:999;visibility:hidden;opacity:0;transition:opacity .3s ease}.dashboard-overlay.active{visibility:visible;opacity:1}.dashboard-main-panel{flex:1;padding:1.5rem;transition:margin-left .3s ease;margin-top:0;width:100%}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem;margin-bottom:2rem}.dashboard-stat-card{padding:1.2rem;border-radius:.5rem;color:#fff;text-align:center;font-weight:600;box-shadow:0 2px 6px #0000001a}.dashboard-stat-card h3{margin-bottom:.5rem;font-size:1rem}.dashboard-stat-card p{font-size:1.3rem}.dashboard-stat-card.purple{background:#4f46e5}.dashboard-stat-card.green{background:#22c55e}.dashboard-stat-card.blue{background:#3b82f6}.dashboard-stat-card.orange{background:#f59e0b}.dashboard-charts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.dashboard-chart-box{padding:1rem;border-radius:.5rem;background:#fff;box-shadow:0 1px 6px #00000014}.dashboard-chart-box h4{margin-bottom:1rem;font-size:1rem;font-weight:600}.dashboard-chart-wide{grid-column:span 2}@media (min-width: 768px){.dashboard-mobile-toggle{display:none}.dashboard-sidebar{transform:translate(0);position:relative;height:auto;box-shadow:none;width:260px}.dashboard-main-panel{margin-left:260px}.dashboard-overlay{display:none!important}.dashboard-charts-grid{grid-template-columns:repeat(2,1fr)}}.placement-analysis-container{display:flex;background:#fff;font-family:Arial,sans-serif}.sidebar-vertical{width:60px;background:#e5e7ebeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:14px;box-shadow:0 4px 24px #1f268714;display:flex;flex-direction:column;align-items:center;padding:12px 0;position:fixed;top:50%;left:20px;transform:translateY(-50%);z-index:1000;transition:all .3s ease-in-out}.icon-menu{list-style:none;padding:0;margin:0;width:100%}.icon-menu li{width:100%;margin-bottom:12px;display:flex;justify-content:center;position:relative}.icon-menu li .icon{font-size:22px;color:#232d38;cursor:pointer;display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:12px;transition:all .25s ease-in-out}.icon-menu li .icon:hover,.icon-menu li a.active .icon{background:#11182714;color:#111827;transform:translateY(-2px);box-shadow:0 2px 6px #00000014}.icon-menu li span.label{position:absolute;left:70px;background:#111827f2;color:#fff;padding:6px 12px;border-radius:8px;font-size:14px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:200}.icon-menu li:hover span.label{opacity:1}.main-content{flex:1;padding:20px;margin-left:100px}@media (max-width: 900px){.placement-analysis-container{flex-direction:column}.sidebar-vertical{position:relative;width:100%;flex-direction:row;justify-content:space-around;padding:10px 0;margin:0;border-radius:0;transform:none;top:0;left:0}.icon-menu li{margin-bottom:0}.icon-menu li .icon{width:40px;height:40px;font-size:20px}.icon-menu li span.label{display:none}.main-content{margin-left:0}}.insights-container{max-width:1200px;margin:2rem auto;padding:1.5rem;font-family:Poppins,sans-serif;background:#fff}.page-title{font-size:2rem;font-weight:700;color:#4a90e2;text-align:center;margin-bottom:1.5rem}.insights-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.insights-form input{padding:.7rem 1rem;border-radius:12px;border:1px solid #dcdfe3;font-size:1rem;width:250px;transition:.3s}.insights-form input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 6px #4a90e233}.insights-form button{padding:.7rem 1.5rem;border-radius:12px;background:#4a90e2;color:#fff;font-weight:700;border:none;cursor:pointer;transition:.3s}.insights-form button:hover{background:#357abd}.error-text{color:red;text-align:center;margin-bottom:1rem}.insights-grid{display:grid;grid-template-columns:360px 1fr 1fr;grid-template-rows:1fr 1fr;gap:26px;align-items:stretch}.insights-card.main-college{grid-row:1 / span 2;grid-column:1 / 2;min-height:430px;max-height:560px;border-radius:22px;box-shadow:0 16px 38px #4a90e21f;overflow:hidden;display:flex;flex-direction:column}.insights-header{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden}.insights-header img{width:100%;height:100%;object-fit:cover;display:block}.college-overlay{position:absolute;left:0;bottom:0;width:100%;padding:38px 18px 32px;background:linear-gradient(0deg,#101826cc 60%,#fff0);display:flex;flex-direction:column;justify-content:flex-end}.college-title{font-size:2.3rem;font-weight:700;color:#fff;text-shadow:0 6px 24px rgba(0,0,0,.23);margin-bottom:0}.college-logo{position:absolute;bottom:28px;right:27px;width:56px;height:56px;opacity:.94}.insights-card{background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem 1.2rem;border-radius:16px;box-shadow:0 10px 18px #0000000e;display:flex;flex-direction:column;justify-content:flex-start;min-width:220px}.insights-card.small-card{min-height:165px;display:flex;flex-direction:column;justify-content:center}.insights-card h4{margin-bottom:.6rem;color:#111;font-weight:600;font-size:1.08rem}.insights-card ul{list-style:none;padding-left:0;margin:0;color:#555;font-size:.99rem}.insights-card p{font-weight:700;color:#222;font-size:1.23rem;margin:.4em 0 0}@media (max-width: 1050px){.insights-grid{grid-template-columns:350px 1fr;grid-template-rows:repeat(3,minmax(165px,1fr))}.insights-card.main-college{grid-row:1 / span 3}}@media (max-width: 750px){.insights-grid{grid-template-columns:1fr;grid-template-rows:unset}.insights-card.main-college,.insights-header{min-height:200px;max-height:320px}.insights-card.small-card{min-height:120px;height:auto}}.finder-container{min-height:100vh;padding:40px 20px;background:#fff;color:#222;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center}.finder-header{text-align:center;margin-bottom:30px}.finder-header h1{font-size:2.5rem;font-weight:700;color:#222}.finder-header p{color:#6c757d;font-size:1.1rem;margin-top:6px}.finder-form{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;width:100%;max-width:900px}.finder-form input,.finder-form select{flex:1;min-width:150px;padding:14px 18px;border-radius:12px;border:1px solid #dcdfe3;background:#fff;color:#222;font-size:1rem;transition:border .3s ease,box-shadow .3s ease}.finder-form input:focus,.finder-form select:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 10px #4a90e233}.finder-form button{background:#4a90e2;border:none;color:#fff;padding:14px 28px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.finder-form button:hover{background:#357abd;transform:translateY(-2px)}.college-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:25px;width:100%}.college-card{background:#fff;padding:22px;border-radius:18px;box-shadow:0 12px 28px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.college-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #0000001f}.college-title{font-size:1.7rem;font-weight:700;color:#fff;border-radius:14px;padding:22px 28px;margin-bottom:15px;box-shadow:0 6px 24px #4a91e200;letter-spacing:.8px;position:relative;overflow:hidden;text-shadow:0 2px 6px rgba(0,0,0,.3)}.college-title:before{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:60px;height:60px;background:url(/path-to/logo.png) no-repeat center center / contain;opacity:.05;z-index:0}.nirf-rank{font-size:.95rem;color:#6c757d;margin-bottom:12px}.stats{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;font-size:.95rem}.stats span{color:#222;font-weight:500}.chart-container{margin:18px 0;border-radius:12px;overflow:hidden}.recruiters{font-size:.95rem;color:#555;margin-top:auto}.college-address{font-size:.9rem;color:#444;margin:10px 0 8px}.college-address a{color:#4a90e2;text-decoration:none}.college-address a:hover{text-decoration:underline}@media (max-width: 768px){.finder-header h1{font-size:2rem}.finder-form{flex-direction:column;gap:12px;width:100%}.finder-form input,.finder-form select,.finder-form button{width:100%}.college-title{font-size:1.5rem;padding:18px 22px}}#root{margin:0 auto;padding:0;text-align:center}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
