body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#667eea,#764ba2);color:#333;min-height:100vh;text-align:center}.App-logo{animation:none!important;height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;margin-bottom:2rem;padding:2rem 0}.App-header h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000001a}.App-header p{color:#7f8c8d;font-size:1.1rem;font-weight:300;margin:.5rem 0 0}.App-main{padding:0 .5rem}.container{margin:0 auto;max-width:1800px}.section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 32px #0000001a;margin-bottom:0;padding:2rem}.section h2{border-bottom:2px solid #3498db;color:#2c3e50;display:inline-block;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.university-grid{grid-gap:1.5rem;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:1rem;max-height:calc(80vh - 6rem);overflow-y:auto;padding-right:.5rem}.university-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #0000;border-radius:10px;box-shadow:0 2px 8px #00000012;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;transition:all .3s ease}.university-card:hover{border-color:#3498db;box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.university-card.selected{background:linear-gradient(135deg,#3498db,#2980b9);border-color:#3498db;color:#fff}.university-card h3{font-size:1.05rem;font-weight:600;margin:0 0 .5rem;text-align:center}.university-card .short-name{color:#7f8c8d;font-size:.8rem;font-weight:500;letter-spacing:1px;margin:.5rem 0;text-transform:uppercase}.university-card.selected .short-name{color:#fffc}.university-card a{color:#3498db;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.university-card a:hover{color:#2980b9}.university-card.selected a{color:#ffffffe6}.university-card.selected a:hover{color:#fff}.course-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:1rem}.course-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:1.5rem;transition:all .3s ease}.course-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-3px)}.course-card h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.course-card p{color:#7f8c8d;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.course-card a{color:#3498db;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.course-card a:hover{color:#2980b9}.loading{font-size:1.1rem}.loading,.no-courses{color:#7f8c8d;padding:2rem;text-align:center}.no-courses{font-style:italic}.prompt-form{display:flex;flex-direction:column;gap:1rem}.prompt-input{background:#ffffffe6;border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;max-width:100%;min-width:0;padding:1rem;resize:vertical;transition:border-color .3s ease;width:100%}.prompt-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.submit-btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 4px 15px #3498db66;transform:translateY(-2px)}.submit-btn:disabled{background:#bdc3c7;box-shadow:none;cursor:not-allowed;transform:none}.ai-response{background:linear-gradient(135deg,#f1f2f6,#dfe4ea);border-left:4px solid #3498db;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.ai-response h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.ai-response p{color:#34495e;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.App-main{padding:0 1rem}.section{padding:1.5rem}.university-grid{grid-template-columns:1fr}.App-header h1{font-size:2rem}.left-panel{display:none}.left-panel.expanded{display:block;max-width:100%;width:100%}.right-panel{max-width:100%;min-width:0;width:100%}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.side-by-side{align-items:flex-start;display:flex;gap:2rem}.left-panel{flex:2 1;max-width:66.66%;min-width:0}.right-panel{flex:1 1;max-width:33.33%;min-width:0}@media (max-width:900px){.side-by-side{flex-direction:column;gap:1.5rem}.left-panel,.right-panel{max-width:100%;min-width:0}}.right-panel .prompt-form{margin:0;max-width:100%}.right-panel .prompt-input{max-width:100%;min-width:0;width:100%}.spinner{animation:spinner-rotate .8s linear infinite;border:.2em solid #fff;border-radius:50%;border-top-color:#3498db;display:inline-block;height:1.2em;margin-right:.5em;vertical-align:middle;width:1.2em}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.breathing-dot{animation:breathing 1.2s ease-in-out infinite;background:#3498db;border-radius:50%;display:inline-block;height:1.2em;margin-right:.5em;vertical-align:middle;width:1.2em}@keyframes breathing{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}to{opacity:.7;transform:scale(1)}}.chat-container{background:#fffffff2;border-radius:12px;box-shadow:0 2px 12px #0000000f;display:flex;flex:1 1;flex-direction:column;height:auto!important;margin-bottom:0;max-width:100%;overflow:hidden;padding:1rem}.chat-history{flex:1 1;min-height:0;overflow-y:auto}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-bubble{border-radius:1.2em;box-shadow:0 2px 8px #3498db12;font-size:1.05em;line-height:1.5;margin-bottom:2px;max-width:70%;padding:.75em 1.2em;text-align:left}.chat-message.user .chat-bubble{align-self:flex-end;background:linear-gradient(135deg,#3498db,#2980b9);border-bottom-right-radius:.3em;color:#fff}.chat-message.assistant .chat-bubble{align-self:flex-start;background:#f1f2f6;border-bottom-left-radius:.3em;color:#2c3e50}.university-section{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;border:1px solid #fff3!important;border-radius:12px!important;box-shadow:0 2px 12px #0000000f!important;display:flex;flex-direction:column;height:80vh!important;margin-bottom:0!important;padding:1rem!important}.university-section h2{border-bottom:2px solid #3498db;color:#2c3e50;display:inline-block;flex-shrink:0;font-size:1.8rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.right-panel .section{display:flex;flex-direction:column;height:80vh;overflow:hidden;padding-top:1rem!important}.right-panel .chat-container{flex:1 1 auto;height:auto!important}.right-panel .section,.university-section{box-sizing:border-box;padding:1rem!important}.right-panel .chat-container{margin-bottom:0!important}.App-footer{margin-top:0!important}.modal-overlay{align-items:center;background:#00000073;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal{animation:popup-fade-in .2s;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;max-width:95vw;max-width:400px;min-width:320px;padding:2rem 2.5rem;position:relative;text-align:center}@keyframes popup-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal input,.modal textarea{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1rem;margin:.5rem 0;padding:.5rem;width:100%}.modal .submit-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.5rem 1.5rem;transition:background .2s}.modal .submit-btn:disabled{background:#b2d6f6;cursor:not-allowed}.modal .error{color:#e74c3c;margin:.5rem 0}
/*# sourceMappingURL=main.206ac570.css.map*/