*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh}.app{display:flex;flex-direction:column;height:100vh;max-width:900px;margin:0 auto;background:#fff;box-shadow:0 0 50px #0000004d}.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;color:#fff}.header-content{display:flex;align-items:center;gap:15px}.logo{font-size:2.5rem}.header-text h1{font-size:1.5rem;font-weight:600}.header-text p{font-size:.9rem;opacity:.9}.chat-container{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.messages{display:flex;flex-direction:column;gap:20px}.message{display:flex;gap:12px;max-width:85%;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;background:#e9ecef}.message.assistant .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.message-bubble{padding:15px 20px;border-radius:20px;line-height:1.6}.message.assistant .message-bubble{background:#fff;border:1px solid #e9ecef;border-radius:20px 20px 20px 5px;box-shadow:0 2px 10px #0000000d}.message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px 20px 5px}.message-bubble h1,.message-bubble h2,.message-bubble h3{margin:15px 0 10px;font-size:1.1rem}.message-bubble p{margin:10px 0}.message-bubble ul,.message-bubble ol{margin:10px 0;padding-left:20px}.message-bubble li{margin:5px 0}.message-bubble strong{color:#667eea}.message.user .message-bubble strong{color:#fff}.message-bubble code{background:#f1f3f4;padding:2px 6px;border-radius:4px;font-size:.9em}.message-bubble a{color:#667eea;text-decoration:none}.message-bubble a:hover{text-decoration:underline}.typing-indicator{display:flex;gap:5px;padding:5px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#667eea;animation:bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.input-container{padding:20px;background:#fff;border-top:1px solid #e9ecef}.input-form{display:flex;gap:10px}.input-form input{flex:1;padding:15px 20px;border:2px solid #e9ecef;border-radius:25px;font-size:1rem;outline:none;transition:border-color .3s}.input-form input:focus{border-color:#667eea}.input-form input::placeholder{color:#adb5bd}.input-form button{padding:15px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.input-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.input-form button:disabled{opacity:.6;cursor:not-allowed}.footer-text{text-align:center;margin-top:15px;font-size:.8rem;color:#adb5bd}@media(max-width:768px){.app{max-width:100%}.header{padding:15px}.header-text h1{font-size:1.2rem}.message{max-width:90%}.input-form button{padding:15px 20px}}.matching-container{max-width:1200px;margin:0 auto;padding:2rem}.matching-header{text-align:center;margin-bottom:3rem}.matching-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.matching-header p{color:#666;font-size:1.1rem}.disclaimer-banner{display:flex;align-items:flex-start;gap:1rem;background:linear-gradient(135deg,#fff3cd,#ffe5a1);border:2px solid #ffc107;border-left:5px solid #ff9800;border-radius:8px;padding:1.25rem;margin-bottom:2rem;box-shadow:0 2px 4px #ff98001a}.disclaimer-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.disclaimer-content{flex:1}.disclaimer-content strong{display:block;color:#e65100;font-size:1.05rem;margin-bottom:.5rem}.disclaimer-content p{color:#5d4037;font-size:.95rem;line-height:1.6;margin:0}.matching-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.form-section{margin-bottom:2.5rem}.form-section h3{font-size:1.3rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #eee;padding-bottom:.5rem}.form-hint{font-size:.9rem;color:#666;margin-bottom:1rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;color:#444}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;font-family:inherit}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;margin:0}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;border:2px solid #fcc;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.error-message h3{color:#c33;margin-bottom:.5rem}.error-hint{font-size:.9rem;color:#666;margin-top:.5rem}.results-container{margin-top:3rem}.results-header{text-align:center;margin-bottom:2rem}.results-header h2{font-size:2rem;margin-bottom:1rem}.results-stats{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.results-stats span{background:#f7fafc;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#666}.cache-badge{background:#d4edda!important;color:#155724!important;font-weight:600}.matches-list{display:flex;flex-direction:column;gap:1.5rem}.match-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;border-left:4px solid #667eea;transition:all .3s}.match-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.match-header{display:flex;gap:1rem;margin-bottom:1rem}.match-rank{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;font-weight:700;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.match-info{flex:1}.match-info h3{font-size:1.4rem;margin-bottom:.3rem;color:#333}.match-faculty{color:#666;font-size:.9rem;margin-bottom:.5rem}.match-metadata{color:#888;font-size:.85rem;margin-top:.25rem}.match-preview{color:#555;font-size:.95rem;margin-top:.75rem;line-height:1.5;font-style:italic}.match-focus{color:#444;font-size:.9rem;margin-top:.5rem;padding:.5rem;background:#f8f9fa;border-left:3px solid #667eea;border-radius:4px}.match-requirements{color:#444;font-size:.9rem;margin-top:.5rem;padding:.5rem;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px}.match-keywords{color:#666;font-size:.85rem;margin-top:.5rem}.match-keywords strong{color:#667eea}.match-scores{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.score-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;min-width:100px}.score-badge.secondary{background:linear-gradient(135deg,#f093fb,#f5576c)}.score-label{font-size:.75rem;opacity:.9;margin-bottom:.2rem}.score-value{font-size:1.5rem;font-weight:700}.match-analysis{background:#f7fafc;padding:1rem;border-radius:8px;margin-bottom:1rem;line-height:1.6}.match-details{margin-top:1.5rem}.match-details h4{font-size:1.1rem;margin-bottom:.75rem;color:#333}.match-details ul{list-style:none;padding:0}.match-details li{padding:.5rem 0 .5rem 1.5rem;position:relative}.match-details li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.match-details p{line-height:1.6;color:#555}@media(max-width:768px){.matching-container{padding:1rem}.matching-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}.results-stats{gap:.75rem}.match-card{padding:1.5rem}.match-scores{justify-content:center}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}
