@charset "UTF-8";.app-nav{display:flex;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.app-nav .nav-brand{font-size:1.125rem;font-weight:600}.app-nav .nav-brand a{color:#1e293b}.app-nav .nav-brand a:hover{color:#2563eb}.app-nav .nav-links{display:flex;gap:1.5rem;margin-left:auto;margin-right:2rem}.app-nav .nav-links a{color:#64748b;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.app-nav .nav-links a:hover{color:#2563eb;background-color:#f1f5f9}.app-nav .nav-actions{display:flex;gap:1rem}@media(max-width:768px){.app-nav{flex-wrap:wrap}.app-nav .nav-links{order:3;width:100%;margin:1rem 0 0;padding-top:1rem;border-top:1px solid #e2e8f0}}.home-page{min-height:100vh;background:#f8fafc;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:40px 40px;color:#1e293b;position:relative;overflow-x:hidden}.home-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #0000000d}.home-nav .nav-left{display:flex;align-items:center}.home-nav .hamburger-menu{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:8px;color:#1e293b}.home-nav .hamburger-menu span{width:24px;height:2px;background:#1e293b;transition:all .3s ease}.home-nav .hamburger-menu:hover span{background:#2563eb}.home-nav .nav-center{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.home-nav .nav-center .nav-link{color:#64748b;text-decoration:none;font-size:1rem;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;position:relative}.home-nav .nav-center .nav-link:hover{color:#2563eb;background:#f1f5f9}.home-nav .nav-center .nav-link:active{color:#2563eb}.home-nav .nav-right{display:flex;align-items:center}.home-nav .student-login-btn{display:flex;align-items:center;gap:.5rem;background:#2563eb;border:1px solid #2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:1rem;transition:all .3s ease}.home-nav .student-login-btn svg{width:20px;height:20px}.home-nav .student-login-btn:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.home-nav .student-login-btn:active{transform:translateY(0)}.home-main{padding:3rem 2rem;max-width:1200px;margin:0 auto}.home-main .content-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:3rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home-main .content-container .main-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#2563eb}.home-main .content-container .sub-title{font-size:1.5rem;color:#64748b;margin-bottom:2rem;font-weight:300}.home-main .content-container .content-section{margin-bottom:2rem}.home-main .content-container .content-section h3{font-size:1.5rem;color:#2563eb;margin-bottom:1rem;font-weight:600}.home-main .content-container .content-section p{line-height:1.8;color:#1e293b;margin-bottom:1rem}.home-main .content-container .content-section ul,.home-main .content-container .content-section ol{padding-left:2rem;color:#1e293b;line-height:2}.home-main .content-container .content-section ul li,.home-main .content-container .content-section ol li{margin-bottom:.5rem}@media(max-width:768px){.home-nav{padding:1rem}.home-nav .nav-center{gap:1rem;font-size:.875rem}.home-nav .nav-center .nav-link{padding:.5rem}.home-nav .student-login-btn{padding:.5rem 1rem;font-size:.875rem}.home-nav .student-login-btn span{display:none}.home-main{padding:2rem 1rem}.home-main .content-container{padding:2rem 1.5rem}.home-main .content-container .main-title{font-size:2rem}.home-main .content-container .sub-title{font-size:1.25rem}.chat-hint{bottom:1rem;right:1rem}.chat-hint .chat-icon{width:48px;height:48px}.chat-hint .chat-icon svg{width:24px;height:24px}.chat-hint .hint-text{font-size:.75rem;padding:.375rem .75rem}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;width:100%;max-width:400px}.auth-card h1{text-align:center;margin-bottom:2rem;color:#1e293b}.auth-card form .form-group{margin-bottom:1.5rem}.auth-card form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e293b}.auth-card form .form-group input,.auth-card form .form-group select,.auth-card form .form-group textarea{width:100%;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.auth-card form .form-group input:focus,.auth-card form .form-group select:focus,.auth-card form .form-group textarea:focus{outline:none;border-color:#2563eb}.auth-card form .form-group textarea{resize:vertical}.auth-card form .form-group .error{display:block;margin-top:.25rem;color:#dc2626;font-size:.875rem}.auth-card form button[type=submit]{width:100%;margin-top:1rem}.auth-card .error-message{margin-top:1rem}.auth-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center;color:#64748b}.auth-footer a{font-weight:600}.applications-page{max-width:1200px;margin:0 auto;padding:2rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header h1{margin:0}.page-header .header-actions{display:flex;align-items:center;gap:1rem}.page-header .btn-fill-profile{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.page-header .btn-fill-profile:disabled{opacity:.6;cursor:not-allowed}.page-header .btn-fill-profile{background-color:#f8fafc;color:#2563eb;border:1px solid #2563eb;padding:.5rem 1.5rem;font-size:.875rem}.page-header .btn-fill-profile:hover:not(:disabled){background-color:#2563eb1a}.page-header .save-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.page-header .save-status .saving{color:#f59e0b}.page-header .save-status .saved{color:#16a34a}.filters{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;margin-bottom:2rem}.filters label{display:flex;align-items:center;gap:1rem;font-weight:500}.filters select{min-width:200px;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem}.applications-list{display:grid;gap:1.5rem}.app-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.app-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.app-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.app-card__header h3{margin:0;color:#1e293b}.app-card__header .status-badges{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.app-card__meta{margin-bottom:1rem;color:#64748b;font-size:.875rem}.app-card__meta p{margin-bottom:.25rem}.app-card__meta .review-comment{margin-top:1rem;padding:1rem;background-color:#dc26260d;border-left:3px solid #dc2626;border-radius:8px}.app-card__meta .review-comment .review-comment-label{margin-bottom:.25rem;font-weight:600;color:#dc2626}.app-card__meta .review-comment .review-comment-content{color:#1e293b;white-space:pre-wrap;word-break:break-word;line-height:1.6}.app-card__actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.status-badge{display:inline-block;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.status-badge--draft{background-color:#d8dde3;color:#64748b}.status-badge--submitted{background-color:#e0e9fc;color:#2563eb}.status-badge--reviewed{background-color:#fdeccf;color:#c57f08}.status-badge--accepted{background-color:#94f1b6;color:#16a34a}.status-badge--rejected{background-color:#f8d6d6;color:#dc2626}.status-badge--document-review{font-size:.75rem}.status-badge--pending{background-color:#d8dde3;color:#64748b}.status-badge--reviewed{background-color:#94f1b6;color:#16a34a}.status-badge--returned{background-color:#f8d6d6;color:#dc2626}.status-badge--second_review_pending{background-color:#fdeccf;color:#c57f08}.status-badge--second_review_completed{background-color:#94f1b6;color:#107636}.application-form fieldset{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0}.application-form fieldset legend{font-size:1.125rem;font-weight:600;padding:0 1rem;color:#2563eb}.preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;max-width:900px;margin:0 auto}.preview-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.preview-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.preview-section h2{margin-bottom:1.5rem;color:#1e293b;font-size:1.125rem}.preview-section h3{margin-top:1.5rem;margin-bottom:1rem;color:#64748b;font-size:1rem;font-weight:600}.preview-subsection{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.5)}.preview-subsection:first-child{margin-top:0;padding-top:0;border-top:none}.preview-errors{background-color:#dc26260d;border-left:4px solid #dc2626;padding:1.5rem;border-radius:8px;margin-top:2rem}.preview-errors h2{color:#dc2626;margin-bottom:1rem}.error-list{display:flex;flex-direction:column;gap:.5rem}.error-item{padding:.5rem;background-color:#fff;border-radius:8px;color:#1e293b;font-size:.875rem}.text-link{color:#2563eb;text-decoration:underline}.text-link:hover{color:#134cca}.text-success{color:#16a34a}.text-danger{color:#dc2626}.text-muted{color:#64748b;font-size:.875rem}.preview-grid{display:grid;gap:1rem}@media(min-width:768px){.preview-grid{grid-template-columns:repeat(2,1fr)}}.preview-grid div strong{display:block;margin-bottom:.25rem;color:#64748b;font-size:.875rem}.preview-text div{margin-bottom:1.5rem}.preview-text div:last-child{margin-bottom:0}.preview-text div strong{display:block;margin-bottom:.5rem;color:#64748b;font-size:.875rem}.preview-text div p{margin:0;line-height:1.6;white-space:pre-wrap}.preview-meta{background-color:#f8fafc}.review-notes-container{display:flex;flex-direction:column;gap:1rem}.review-note-item{background-color:#fef6e7;border-left:4px solid #f59e0b;padding:1rem;border-radius:8px;margin-bottom:.5rem}.review-note-item .review-note-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;color:#945f06}.review-note-item .review-note-header strong{margin-right:.25rem}.review-note-item .review-note-header .review-note-time{color:#64748b;font-size:.75rem;margin-left:1rem}.review-note-item .review-note-content{color:#634004;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding:2rem;background-color:#fff;border-top:1px solid #e2e8f0;position:sticky;bottom:0}.submit-success{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;max-width:600px;margin:3rem auto;text-align:center}.submit-success .success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#94f1b6;color:#16a34a;border-radius:50%;font-size:3rem;font-weight:700;margin-bottom:2rem}.submit-success h1{color:#16a34a;margin-bottom:1.5rem}.submit-success p{color:#64748b;margin-bottom:1rem}.success-info{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;background-color:#f8fafc;margin:2rem 0}.success-info h3{color:#2563eb;margin-bottom:.5rem}.success-info p{margin:0;color:#64748b;font-size:.875rem}.success-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media(min-width:768px){.success-actions{flex-direction:row;justify-content:center}}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.pagination button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination button:disabled{opacity:.6;cursor:not-allowed}.pagination button{background-color:#fff;border:1px solid #e2e8f0}.pagination button:hover:not(:disabled){background-color:#f1f5f9}.pagination button:disabled{opacity:.5}.pagination span{color:#64748b;font-size:.875rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;color:#1e293b}.modal-header .btn-close{background:transparent;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-header .btn-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:2rem;flex:1;overflow-y:auto}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:2rem;border-top:1px solid #e2e8f0}.review-section{margin-bottom:2rem}.review-section:last-child{margin-bottom:0}.review-section h3{font-size:1.25rem;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2563eb}.review-section .review-info p{margin-bottom:1rem;color:#1e293b;line-height:1.6}.review-section .review-info p strong{color:#1e293b;margin-right:.5rem}.review-section .review-info .review-comment-display{margin-top:.5rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;line-height:1.8;white-space:pre-wrap;word-wrap:break-word}.application-steps-page{max-width:1400px;margin:0 auto;padding:2rem}.uploaded-status{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;padding:.5rem 1rem;background-color:#16a34a0d;border-radius:8px;border-left:3px solid #16a34a;width:100%}.uploaded-status .uploaded{color:#16a34a;font-weight:500;display:block}.uploaded-status .file-name{font-size:.875rem;color:#64748b;display:block;word-break:break-all;margin-top:0}.uploaded-status button{margin-top:.25rem;align-self:flex-start;padding:.25rem 1rem;font-size:.875rem}.steps-container{display:flex;flex-direction:column;gap:2rem}.steps-progress{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem;background-color:#f8fafc;border-radius:8px;overflow-x:auto;flex-wrap:wrap}@media(max-width:768px){.steps-progress{flex-direction:column}}.step-indicator{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;min-width:120px;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative}.step-indicator.accessible:hover{background-color:#2563eb1a}.step-indicator.locked{opacity:.5;cursor:not-allowed}.step-indicator.active{background-color:#2563eb33;border:2px solid #2563eb}.step-indicator.completed .step-number{background-color:#16a34a;color:#fff}.step-indicator .step-number{width:40px;height:40px;border-radius:50%;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.step-indicator .step-name{font-size:.875rem;text-align:center;line-height:1.3}.step-indicator .step-check{position:absolute;top:0;right:0;background-color:#16a34a;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.steps-content{background-color:#f8fafc;border-radius:8px;padding:2rem;min-height:500px}.step-content h2{margin-top:0;margin-bottom:1.5rem;color:#2563eb;font-size:1.25rem}.step-content h3{margin-top:1.5rem;margin-bottom:1rem;font-size:1.125rem}.affidavit-content .affidavit-text{background-color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;white-space:pre-wrap;line-height:1.8;max-height:400px;overflow-y:auto}.affidavit-content .signature-section{margin-bottom:1.5rem}.affidavit-content .signature-section label{display:block;margin-bottom:.5rem;font-weight:500}.affidavit-content .signature-section input[type=file]{margin-bottom:1rem}.affidavit-content .signature-section .signature-preview{margin-top:1rem;padding:1rem;background-color:#fff;border-radius:8px;display:inline-block}.affidavit-content .signature-section .signature-preview img{max-width:100%;height:auto}.step-completed{text-align:center;padding:2rem}.step-completed p{margin-bottom:1rem;font-size:1.125rem}.identity-selection .identity-options,.identity-selection .program-options,.program-selection .identity-options,.program-selection .program-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.identity-selection .identity-option,.identity-selection .program-option,.program-selection .identity-option,.program-selection .program-option{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease}.identity-selection .identity-option:hover,.identity-selection .program-option:hover,.program-selection .identity-option:hover,.program-selection .program-option:hover{background-color:#2563eb1a}.identity-selection .identity-option input[type=radio],.identity-selection .program-option input[type=radio],.program-selection .identity-option input[type=radio],.program-selection .program-option input[type=radio]{width:20px;height:20px;cursor:pointer}.identity-selection .identity-option div,.identity-selection .program-option div,.program-selection .identity-option div,.program-selection .program-option div{flex:1}.documents-section .documents-list{margin-bottom:2rem}.documents-section .document-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#fff;border-radius:8px;margin-bottom:1rem}.documents-section .document-item .document-info{flex:1}.documents-section .document-item .document-info .uploaded{color:#16a34a;font-weight:500}.documents-section .document-item .document-info .missing{color:#dc2626;font-weight:500}.documents-section .document-item .document-info .file-name{display:block;font-size:.875rem;color:#64748b;margin-top:.25rem}.documents-section .document-item .document-actions{display:flex;gap:1rem}.documents-section .contact-section{background-color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.documents-section .contact-section .form-group{margin-bottom:1rem}.documents-section .contact-section .form-group label{display:block;margin-bottom:.25rem;font-weight:500}.documents-section .contact-section .form-group input,.documents-section .contact-section .form-group textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit}.documents-section .contact-section .form-group input:disabled,.documents-section .contact-section .form-group textarea:disabled{background-color:#f8fafc;cursor:not-allowed}.documents-section .contact-section .form-group textarea{resize:vertical}.basic-info-section,.education-section,.contact-section,.language-section,.financial-section,.other-info-section,.special-documents-section{margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:8px}.basic-info-section h3,.education-section h3,.contact-section h3,.language-section h3,.financial-section h3,.other-info-section h3,.special-documents-section h3{margin-top:0;margin-bottom:1.5rem;font-size:1.25rem;color:#1e293b}.basic-info-section h4,.education-section h4,.contact-section h4,.language-section h4,.financial-section h4,.other-info-section h4,.special-documents-section h4{margin-top:1rem;margin-bottom:1rem;font-size:1.125rem;color:#1e293b}.basic-info-section input[type=checkbox],.education-section input[type=checkbox],.contact-section input[type=checkbox],.language-section input[type=checkbox],.financial-section input[type=checkbox],.other-info-section input[type=checkbox],.special-documents-section input[type=checkbox]{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:.5rem;cursor:pointer;accent-color:#2563eb;border:2px solid #e2e8f0;border-radius:4px;transition:all .2s ease}.basic-info-section input[type=checkbox]:hover,.education-section input[type=checkbox]:hover,.contact-section input[type=checkbox]:hover,.language-section input[type=checkbox]:hover,.financial-section input[type=checkbox]:hover,.other-info-section input[type=checkbox]:hover,.special-documents-section input[type=checkbox]:hover{border-color:#2563eb}.basic-info-section input[type=checkbox]:checked,.education-section input[type=checkbox]:checked,.contact-section input[type=checkbox]:checked,.language-section input[type=checkbox]:checked,.financial-section input[type=checkbox]:checked,.other-info-section input[type=checkbox]:checked,.special-documents-section input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.basic-info-section input[type=checkbox]:focus,.education-section input[type=checkbox]:focus,.contact-section input[type=checkbox]:focus,.language-section input[type=checkbox]:focus,.financial-section input[type=checkbox]:focus,.other-info-section input[type=checkbox]:focus,.special-documents-section input[type=checkbox]:focus{outline:2px solid rgba(37,99,235,.3);outline-offset:2px}.basic-info-section label,.education-section label,.contact-section label,.language-section label,.financial-section label,.other-info-section label,.special-documents-section label{display:flex;align-items:center;cursor:pointer;font-weight:500;margin-bottom:1rem}.basic-info-section label input[type=checkbox],.education-section label input[type=checkbox],.contact-section label input[type=checkbox],.language-section label input[type=checkbox],.financial-section label input[type=checkbox],.other-info-section label input[type=checkbox],.special-documents-section label input[type=checkbox]{margin-right:.5rem}.basic-info-section .form-grid,.education-section .form-grid,.contact-section .form-grid,.language-section .form-grid,.financial-section .form-grid,.other-info-section .form-grid,.special-documents-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:1.5rem}.basic-info-section .form-group,.education-section .form-group,.contact-section .form-group,.language-section .form-group,.financial-section .form-group,.other-info-section .form-group,.special-documents-section .form-group{display:flex;flex-direction:column;gap:.5rem}.basic-info-section .form-group label,.education-section .form-group label,.contact-section .form-group label,.language-section .form-group label,.financial-section .form-group label,.other-info-section .form-group label,.special-documents-section .form-group label{display:block;margin-bottom:.25rem;font-weight:500;color:#1e293b}.basic-info-section .form-group select,.education-section .form-group select,.contact-section .form-group select,.language-section .form-group select,.financial-section .form-group select,.other-info-section .form-group select,.special-documents-section .form-group select{width:100%;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease;margin-bottom:1rem}.basic-info-section .form-group select:focus,.education-section .form-group select:focus,.contact-section .form-group select:focus,.language-section .form-group select:focus,.financial-section .form-group select:focus,.other-info-section .form-group select:focus,.special-documents-section .form-group select:focus{outline:none;border-color:#2563eb}.basic-info-section .form-group .file-upload-hint,.education-section .form-group .file-upload-hint,.contact-section .form-group .file-upload-hint,.language-section .form-group .file-upload-hint,.financial-section .form-group .file-upload-hint,.other-info-section .form-group .file-upload-hint,.special-documents-section .form-group .file-upload-hint{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem}.basic-info-section .form-group .file-upload-hint .uploaded,.education-section .form-group .file-upload-hint .uploaded,.contact-section .form-group .file-upload-hint .uploaded,.language-section .form-group .file-upload-hint .uploaded,.financial-section .form-group .file-upload-hint .uploaded,.other-info-section .form-group .file-upload-hint .uploaded,.special-documents-section .form-group .file-upload-hint .uploaded{color:#16a34a;font-weight:500;padding:.25rem 0}.basic-info-section .form-group .file-upload-hint button.btn-primary,.education-section .form-group .file-upload-hint button.btn-primary,.contact-section .form-group .file-upload-hint button.btn-primary,.language-section .form-group .file-upload-hint button.btn-primary,.financial-section .form-group .file-upload-hint button.btn-primary,.other-info-section .form-group .file-upload-hint button.btn-primary,.special-documents-section .form-group .file-upload-hint button.btn-primary{width:100%;margin-top:0;padding:.5rem 1rem}.basic-info-section .form-group .radio-group,.education-section .form-group .radio-group,.contact-section .form-group .radio-group,.language-section .form-group .radio-group,.financial-section .form-group .radio-group,.other-info-section .form-group .radio-group,.special-documents-section .form-group .radio-group{display:flex;flex-direction:row;gap:1.5rem;margin-top:.5rem}.basic-info-section .form-group .radio-group .radio-option,.education-section .form-group .radio-group .radio-option,.contact-section .form-group .radio-group .radio-option,.language-section .form-group .radio-group .radio-option,.financial-section .form-group .radio-group .radio-option,.other-info-section .form-group .radio-group .radio-option,.special-documents-section .form-group .radio-group .radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem 0}.basic-info-section .form-group .radio-group .radio-option input[type=radio],.education-section .form-group .radio-group .radio-option input[type=radio],.contact-section .form-group .radio-group .radio-option input[type=radio],.language-section .form-group .radio-group .radio-option input[type=radio],.financial-section .form-group .radio-group .radio-option input[type=radio],.other-info-section .form-group .radio-group .radio-option input[type=radio],.special-documents-section .form-group .radio-group .radio-option input[type=radio]{width:20px;height:20px;min-width:20px;cursor:pointer}.basic-info-section .form-group .radio-group .radio-option span,.education-section .form-group .radio-group .radio-option span,.contact-section .form-group .radio-group .radio-option span,.language-section .form-group .radio-group .radio-option span,.financial-section .form-group .radio-group .radio-option span,.other-info-section .form-group .radio-group .radio-option span,.special-documents-section .form-group .radio-group .radio-option span{-webkit-user-select:none;user-select:none}.basic-info-section .form-group .checkbox-group,.education-section .form-group .checkbox-group,.contact-section .form-group .checkbox-group,.language-section .form-group .checkbox-group,.financial-section .form-group .checkbox-group,.other-info-section .form-group .checkbox-group,.special-documents-section .form-group .checkbox-group{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.basic-info-section .form-group .checkbox-group .checkbox-option,.education-section .form-group .checkbox-group .checkbox-option,.contact-section .form-group .checkbox-group .checkbox-option,.language-section .form-group .checkbox-group .checkbox-option,.financial-section .form-group .checkbox-group .checkbox-option,.other-info-section .form-group .checkbox-group .checkbox-option,.special-documents-section .form-group .checkbox-group .checkbox-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem 0}.basic-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox],.education-section .form-group .checkbox-group .checkbox-option input[type=checkbox],.contact-section .form-group .checkbox-group .checkbox-option input[type=checkbox],.language-section .form-group .checkbox-group .checkbox-option input[type=checkbox],.financial-section .form-group .checkbox-group .checkbox-option input[type=checkbox],.other-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox],.special-documents-section .form-group .checkbox-group .checkbox-option input[type=checkbox]{width:20px;height:20px;min-width:20px;min-height:20px;margin:0;cursor:pointer;accent-color:#2563eb;border:2px solid #e2e8f0;border-radius:4px;transition:all .2s ease}.basic-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover,.education-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover,.contact-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover,.language-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover,.financial-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover,.other-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover,.special-documents-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:hover{border-color:#2563eb}.basic-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked,.education-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked,.contact-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked,.language-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked,.financial-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked,.other-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked,.special-documents-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.basic-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus,.education-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus,.contact-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus,.language-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus,.financial-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus,.other-info-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus,.special-documents-section .form-group .checkbox-group .checkbox-option input[type=checkbox]:focus{outline:2px solid rgba(37,99,235,.3);outline-offset:2px}.basic-info-section .form-group .checkbox-group .checkbox-option span,.education-section .form-group .checkbox-group .checkbox-option span,.contact-section .form-group .checkbox-group .checkbox-option span,.language-section .form-group .checkbox-group .checkbox-option span,.financial-section .form-group .checkbox-group .checkbox-option span,.other-info-section .form-group .checkbox-group .checkbox-option span,.special-documents-section .form-group .checkbox-group .checkbox-option span{font-weight:500;color:#1e293b}.basic-info-section .form-group .checkbox-group .checkbox-option:hover span,.education-section .form-group .checkbox-group .checkbox-option:hover span,.contact-section .form-group .checkbox-group .checkbox-option:hover span,.language-section .form-group .checkbox-group .checkbox-option:hover span,.financial-section .form-group .checkbox-group .checkbox-option:hover span,.other-info-section .form-group .checkbox-group .checkbox-option:hover span,.special-documents-section .form-group .checkbox-group .checkbox-option:hover span{color:#2563eb}.basic-info-section .related-documents,.education-section .related-documents,.contact-section .related-documents,.language-section .related-documents,.financial-section .related-documents,.other-info-section .related-documents,.special-documents-section .related-documents{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.basic-info-section .related-documents .document-upload-grid,.education-section .related-documents .document-upload-grid,.contact-section .related-documents .document-upload-grid,.language-section .related-documents .document-upload-grid,.financial-section .related-documents .document-upload-grid,.other-info-section .related-documents .document-upload-grid,.special-documents-section .related-documents .document-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1rem}.basic-info-section .related-documents .document-upload-item,.education-section .related-documents .document-upload-item,.contact-section .related-documents .document-upload-item,.language-section .related-documents .document-upload-item,.financial-section .related-documents .document-upload-item,.other-info-section .related-documents .document-upload-item,.special-documents-section .related-documents .document-upload-item{display:flex;flex-direction:column;gap:1rem}.basic-info-section .related-documents .document-upload-item label,.education-section .related-documents .document-upload-item label,.contact-section .related-documents .document-upload-item label,.language-section .related-documents .document-upload-item label,.financial-section .related-documents .document-upload-item label,.other-info-section .related-documents .document-upload-item label,.special-documents-section .related-documents .document-upload-item label{font-weight:500;margin-bottom:.5rem;color:#1e293b}.basic-info-section .related-documents .document-upload-item button.btn-primary,.education-section .related-documents .document-upload-item button.btn-primary,.contact-section .related-documents .document-upload-item button.btn-primary,.language-section .related-documents .document-upload-item button.btn-primary,.financial-section .related-documents .document-upload-item button.btn-primary,.other-info-section .related-documents .document-upload-item button.btn-primary,.special-documents-section .related-documents .document-upload-item button.btn-primary{width:100%;padding:.5rem 1rem;margin-top:.25rem}.basic-info-section button,.education-section button,.contact-section button,.language-section button,.financial-section button,.other-info-section button,.special-documents-section button{margin-right:1rem;margin-bottom:1rem}.basic-info-section button:last-child,.education-section button:last-child,.contact-section button:last-child,.language-section button:last-child,.financial-section button:last-child,.other-info-section button:last-child,.special-documents-section button:last-child{margin-right:0}.basic-info-section .btn-secondary,.education-section .btn-secondary,.contact-section .btn-secondary,.language-section .btn-secondary,.financial-section .btn-secondary,.other-info-section .btn-secondary,.special-documents-section .btn-secondary{margin-top:2rem;padding:.5rem 1.5rem;width:auto;min-width:150px}.language-section .form-grid{gap:2rem}.language-section .form-group{gap:1rem}.language-section .form-group select{margin-bottom:1rem}.language-section .form-group .file-upload-hint{margin-top:1rem;padding-top:.5rem}.departments-selection .department-item{margin-bottom:1.5rem}.departments-selection .department-item label{display:block;margin-bottom:.5rem;font-weight:500}.departments-selection .department-item select{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit}.additional-section .document-upload{margin-bottom:1.5rem;padding:1rem;background-color:#fff;border-radius:8px}.additional-section .document-upload .uploaded-file{color:#16a34a;font-weight:500}.additional-section .admission-channel{margin-top:1.5rem;padding:1rem;background-color:#fff;border-radius:8px}.additional-section .admission-channel textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}.review-section .review-summary{background-color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.review-section .review-summary .summary-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.review-section .review-summary .summary-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.review-section .review-summary .summary-item strong{display:inline-block;min-width:120px;color:#64748b}.review-section .review-full-data{background-color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.review-section .review-full-data h3{margin-top:0;margin-bottom:1.5rem;color:#1e293b;font-size:1.25rem;border-bottom:2px solid #2563eb;padding-bottom:.5rem}.review-section .review-full-data .review-section-item{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.review-section .review-full-data .review-section-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.review-section .review-full-data .review-section-item h4{margin-top:0;margin-bottom:1rem;color:#1e293b;font-size:1.125rem;font-weight:600}.review-section .review-full-data .review-section-item .review-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.review-section .review-full-data .review-section-item .review-data-grid .data-item{display:flex;flex-direction:column;gap:.25rem}.review-section .review-full-data .review-section-item .review-data-grid .data-item.full-width{grid-column:1/-1}.review-section .review-full-data .review-section-item .review-data-grid .data-item strong{color:#64748b;font-size:.875rem;font-weight:600}.review-section .review-full-data .review-section-item .review-data-grid .data-item span{color:#1e293b;font-size:1rem;word-break:break-word}.review-section .review-full-data .review-section-item .review-documents-list{display:flex;flex-direction:column;gap:1rem}.review-section .review-full-data .review-section-item .review-documents-list .document-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.review-section .review-full-data .review-section-item .review-documents-list .document-item .document-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.review-section .review-full-data .review-section-item .review-documents-list .document-item .document-info strong{color:#64748b;font-size:.875rem;font-weight:600}.review-section .review-full-data .review-section-item .review-documents-list .document-item .document-info .file-name{color:#1e293b;font-size:1rem}.review-section .review-full-data .review-section-item .review-documents-list .document-item .document-info .upload-time{color:#64748b;font-size:.75rem}.review-section .review-full-data .review-section-item .review-documents-list .document-item .btn-view-file{padding:.25rem 1rem;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;transition:background-color .2s ease;white-space:nowrap}.review-section .review-full-data .review-section-item .review-documents-list .document-item .btn-view-file:hover{background-color:#134cca}.review-section .validation-section{margin-bottom:1.5rem}.review-section .validation-section .validation-errors{background-color:#dc26261a;border-left:4px solid #dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem}.review-section .validation-section .validation-errors h4{color:#dc2626;margin-top:0}.review-section .validation-section .validation-errors ul{margin:0;padding-left:1.5rem}.review-section .validation-section .validation-warnings{background-color:#f59e0b1a;border-left:4px solid #f59e0b;padding:1rem;border-radius:8px}.review-section .validation-section .validation-warnings h4{color:#f59e0b;margin-top:0}.review-section .validation-section .validation-warnings ul{margin:0;padding-left:1.5rem}.step-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.step-actions button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.step-actions button:disabled{opacity:.6;cursor:not-allowed}.step-actions button{min-width:120px}.error-message{padding:1.5rem;background-color:#dc26261a;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;text-align:center}.loading{text-align:center;padding:2rem;color:#64748b}.validation-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.validation-modal{background-color:#fff;border-radius:8px;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.validation-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.validation-modal-header h3{margin:0;font-size:1.125rem;color:#1e293b}.validation-modal-header .btn-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease}.validation-modal-header .btn-close:hover{background-color:#f8fafc}.validation-modal-content{padding:1.5rem;overflow-y:auto;flex:1}.validation-modal-content .loading{text-align:center;padding:2rem;color:#64748b}.validation-modal-content .error-message{color:#dc2626;padding:1rem;background-color:#dc26260d;border-left:3px solid #dc2626;border-radius:8px}.validation-modal-content .validation-success{padding:1.5rem;background-color:#16a34a0d;border-left:3px solid #16a34a;border-radius:8px;text-align:center}.validation-modal-content .validation-success p{margin:0;color:#16a34a;font-weight:500;font-size:1.125rem}.validation-modal-content .validation-errors h4{margin-top:0;margin-bottom:1rem;color:#dc2626;font-size:1rem}.validation-modal-content .validation-errors ul{list-style:none;padding:0;margin:0}.validation-modal-content .validation-errors ul li{padding:.5rem 1rem;margin-bottom:.25rem;background-color:#f8fafc;border-left:3px solid #dc2626;border-radius:8px}.validation-modal-content .validation-errors ul li strong{color:#1e293b}.validation-modal-content .validation-warnings{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.validation-modal-content .validation-warnings h4{margin-top:0;margin-bottom:1rem;color:#f59e0b;font-size:1rem}.validation-modal-content .validation-warnings ul{list-style:none;padding:0;margin:0}.validation-modal-content .validation-warnings ul li{padding:.5rem 1rem;margin-bottom:.25rem;background-color:#f59e0b0d;border-left:3px solid #f59e0b;border-radius:8px}.validation-modal-content .validation-warnings ul li strong{color:#1e293b}.validation-modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.chat-page{display:flex;flex-direction:column;height:100%;min-height:0;background:#f8fafc;position:relative;overflow:hidden}.chat-container{display:flex;flex-direction:column;max-width:1200px;width:100%;height:100%;min-height:0;margin:0 auto;background-color:#fff;box-shadow:0 2px 8px #0000001a;position:relative;z-index:1;overflow:hidden}.chat-header{padding:2rem;background:linear-gradient(135deg,#2563eb,#134cca);color:#fff;box-shadow:0 2px 8px #0000001a;position:relative;z-index:2}.chat-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.chat-header h2{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.5px;display:flex;align-items:center;gap:.5rem}.chat-header h2:before{content:"💬";font-size:1.5em}.chat-header .ws-status{margin:.5rem 0 0;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#fff3;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.messages-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;background:#f8fafc;position:relative;scroll-behavior:smooth;min-height:0}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#0000004d}.load-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}.load-more-btn{width:100%;margin-bottom:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border:2px dashed #e2e8f0;color:#64748b;font-weight:500;border-radius:12px;transition:all .3s ease}.load-more-btn:hover:not(:disabled){background:linear-gradient(135deg,#f1f5f9,#fff);border-color:#2563eb;color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.load-more-btn:active:not(:disabled){transform:translateY(0)}.empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#64748b;font-size:1.125rem;text-align:center;padding:3rem}.empty-chat:before{content:"💭";font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-chat p{margin:0;font-weight:500}.messages-list{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem}.message{display:flex;flex-direction:column;max-width:75%;padding:1rem 1.5rem;border-radius:18px;animation:messageSlideIn .4s cubic-bezier(.16,1,.3,1);position:relative;word-wrap:break-word;box-shadow:0 2px 8px #00000014}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.message--own{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#1555e2);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px #2563eb4d,0 2px 4px #0000001a}.message--other{align-self:flex-start;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(226,232,240,.5);border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000f,inset 0 1px #fffc}.message__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem;gap:1rem}.message__sender{font-weight:700;font-size:.875rem;letter-spacing:.3px}.message--own .message__sender{color:#fffffff2}.message--other .message__sender{color:#1e293b}.message__time{font-size:.7rem;font-weight:500;opacity:.8}.message--own .message__time{color:#ffffffbf}.message--other .message__time{color:#94a3b8}.message__content{line-height:1.6;word-wrap:break-word;white-space:pre-wrap;font-size:1rem}.message--own .message__content{color:#fff}.message--other .message__content{color:#1e293b}.message__internal-badge{margin-top:.5rem;padding:.25rem .5rem;background:linear-gradient(135deg,#f59e0b,#c57f08);color:#fff;font-size:.7rem;font-weight:700;border-radius:8px;align-self:flex-start;box-shadow:0 2px 4px #f59e0b4d;text-transform:uppercase;letter-spacing:.5px}.message--sending{opacity:.7;position:relative}.message--sending:after{content:"";position:absolute;bottom:.25rem;right:.25rem;width:12px;height:12px;border:2px solid rgba(255,255,255,.5);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.message--other .message--sending:after{border-color:#94a3b880;border-top-color:transparent}.chat-input{display:flex!important;gap:1rem;align-items:stretch;padding:1.5rem 2rem;flex-shrink:0;background:linear-gradient(to top,#fffffffa,#fffffff2,#fffffffa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(226,232,240,.3);box-shadow:0 -8px 32px #00000014,0 -2px 8px #0000000a;position:relative;z-index:2;width:100%!important;max-width:100%!important;box-sizing:border-box}.chat-input:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.2) 20%,rgba(37,99,235,.4) 50%,rgba(37,99,235,.2) 80%,transparent 100%)}.chat-input:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.03) 0%,transparent 50%);pointer-events:none}.chat-input input{flex:1 1 0%!important;min-width:0!important;width:auto!important;max-width:none!important;padding:1rem 1.5rem!important;min-height:44px!important;border:2px solid rgba(226,232,240,.6)!important;border-radius:24px!important;font-size:1rem!important;background:linear-gradient(to bottom,#fffffff2,#f8fafce6)!important;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;box-shadow:inset 0 2px 4px #00000005,0 2px 8px #0000000a!important;box-sizing:border-box!important}.chat-input input:focus{outline:none;border-color:#2563eb;background:linear-gradient(to bottom,#fff,#fffffff2);box-shadow:0 0 0 4px #2563eb1f,0 4px 12px #2563eb26,inset 0 1px 2px #fffc;transform:translateY(-1px)}.chat-input input:hover:not(:focus):not(:disabled){border-color:#2563eb66;box-shadow:inset 0 2px 4px #00000005,0 2px 6px #0000000f}.chat-input input:disabled{background:#f8fafc80;cursor:not-allowed;opacity:.5;border-color:#e2e8f04d}.chat-input input::placeholder{color:#94a3b8cc;font-weight:400}.chat-input button,.chat-input button.btn-primary{white-space:nowrap;padding:1rem 1.5rem!important;min-width:80px;min-height:44px;border-radius:24px!important;font-weight:600;font-size:1rem;letter-spacing:.3px;flex-shrink:0;background:linear-gradient(135deg,#2563eb,#1350d4)!important;color:#fff!important;border:none!important;box-shadow:0 4px 14px #2563eb59,0 2px 6px #0000001f,inset 0 1px #fff3!important;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.chat-input button:before,.chat-input button.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.chat-input button:hover:not(:disabled),.chat-input button.btn-primary:hover:not(:disabled){transform:translateY(-2px) scale(1.02)!important;box-shadow:0 6px 20px #2563eb73,0 4px 10px #00000026,inset 0 1px #ffffff40!important;background:linear-gradient(135deg,#336dec,#1555e2)!important}.chat-input button:hover:not(:disabled):before,.chat-input button.btn-primary:hover:not(:disabled):before{left:100%}.chat-input button:active:not(:disabled),.chat-input button.btn-primary:active:not(:disabled){transform:translateY(0) scale(.98)!important;box-shadow:0 2px 8px #2563eb4d,0 1px 3px #0000001a,inset 0 1px 2px #0000001a!important}.chat-input button:disabled,.chat-input button.btn-primary:disabled{opacity:.5!important;cursor:not-allowed;transform:none!important;box-shadow:0 2px 6px #2563eb33,inset 0 1px 2px #0000000d!important}.chat-input button:after,.chat-input button.btn-primary:after{content:"→";display:inline-block;margin-left:.25rem;transition:transform .3s ease}.chat-input button:hover:not(:disabled):after,.chat-input button.btn-primary:hover:not(:disabled):after{transform:translate(2px)}.chat-input .error-message{margin-top:.5rem}@media(max-width:768px){.chat-page{background:#f8fafc}.chat-container{margin:0;height:100vh;border-radius:0;box-shadow:none}.chat-header{padding:1.5rem 1rem}.chat-header h2{font-size:1.25rem}.messages-container{padding:1rem}.message{max-width:85%;padding:.5rem 1rem}.chat-input{padding:1rem;gap:.5rem}.chat-input input{padding:.5rem 1rem!important;font-size:1rem!important;border-radius:20px!important;min-height:40px!important}.chat-input button{padding:.5rem 1rem!important;min-width:70px!important;min-height:40px!important;font-size:.875rem!important;border-radius:20px!important}.chat-input button:after{content:"";margin-left:0}}.loading{display:flex;align-items:center;justify-content:center;height:100%;color:#64748b;font-size:1.125rem;font-weight:500}.loading:before{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite;margin-right:1rem;width:20px;height:20px;border-width:3px}.chat-history-page{min-height:calc(100vh - 80px);padding:2rem;background-color:#f8fafc}.chat-history-container{max-width:900px;margin:0 auto}.chat-history-header{text-align:center;margin-bottom:3rem}.chat-history-header h1{margin:0 0 .5rem;font-size:2.5rem;color:#1e293b;font-weight:700}.chat-history-header .subtitle{margin:0;font-size:1.125rem;color:#64748b}.loading,.error,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b;gap:1.5rem}.loading .btn-primary,.error .btn-primary,.empty-state .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.loading .btn-primary:disabled,.error .btn-primary:disabled,.empty-state .btn-primary:disabled{opacity:.6;cursor:not-allowed}.loading .btn-primary,.error .btn-primary,.empty-state .btn-primary{background-color:#2563eb;color:#fff;font-weight:600;padding:1rem 2rem}.loading .btn-primary:hover,.error .btn-primary:hover,.empty-state .btn-primary:hover{background-color:#134cca}.rooms-list{display:flex;flex-direction:column;gap:1rem}.room-card{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem 2rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease;cursor:pointer}.room-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#2563eb}.room-info{flex:1;min-width:0}.room-info .room-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:1rem}.room-info .room-header .room-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.room-info .room-header .room-avatar img{width:100%;height:100%;object-fit:cover}.room-info .room-header .room-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#134cca);color:#fff;font-size:1.25rem;font-weight:600}.room-info .room-header .room-title{margin:0;font-size:1.125rem;color:#1e293b;font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.room-info .room-header .room-time{font-size:.875rem;color:#94a3b8;white-space:nowrap}.room-info .room-preview{margin:0;font-size:1rem;color:#64748b;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-info .room-preview.empty{color:#94a3b8;font-style:italic}.room-status{margin-left:1.5rem}.room-status .status-badge{display:inline-block;padding:.25rem 1rem;border-radius:12px;font-size:.875rem;font-weight:500;white-space:nowrap}.room-status .status-open{background-color:#2563eb1a;color:#2563eb}.room-status .status-assigned{background-color:#f59e0b1a;color:#f59e0b}.room-status .status-in_progress{background-color:#16a34a1a;color:#16a34a}.room-status .status-closed{background-color:#94a3b833;color:#64748b}@media(max-width:768px){.chat-history-page{padding:1.5rem}.chat-history-header h1{font-size:2rem}.room-card{flex-direction:column;align-items:flex-start;gap:1rem}.room-status{margin-left:0;align-self:flex-end}.room-info{width:100%}.room-info .room-header{flex-direction:column;align-items:flex-start;gap:.25rem}.room-info .room-header .room-time{align-self:flex-end}}.lobby-page{min-height:100vh;background:linear-gradient(rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 1px);background-size:20px 20px;background-color:#f8fafc;color:#1e293b;padding:0}.lobby-container{max-width:1400px;margin:0 auto;padding:2rem}.section-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.ambassadors-section{margin-bottom:3rem}.ambassadors-carousel{position:relative;display:flex;align-items:center;gap:1rem}.carousel-arrow{background:#fff;border:1px solid #e2e8f0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#1e293b;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.carousel-arrow:hover:not(:disabled){background:#f1f5f9;border-color:#2563eb;color:#2563eb}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-arrow svg{width:20px;height:20px}.ambassadors-carousel-content{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;flex:1;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.ambassadors-carousel-content::-webkit-scrollbar{display:none}.ambassadors-carousel-content .ambassador-card{scroll-snap-align:start;flex-shrink:0}.ambassador-card{min-width:280px;max-width:280px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease;position:relative;box-shadow:0 1px 2px #0000000d}.ambassador-card:hover{background:#f1f5f9;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ambassador-avatar{display:flex;justify-content:center;margin-bottom:1rem}.ambassador-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.ambassador-avatar .avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#5484ef);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;border:2px solid #e2e8f0}.ambassador-info{margin-bottom:1rem}.ambassador-info .info-line{display:flex;flex-direction:column;margin-bottom:.5rem;font-size:.875rem}.ambassador-info .info-line .info-label{color:#64748b;margin-bottom:2px}.ambassador-info .info-line .info-value{color:#1e293b;font-weight:500}.ambassador-info .info-line .info-value .language-flags{display:inline-flex;gap:4px}.ambassador-info .info-line .info-value .language-flags .flag-icon{font-size:1.2rem}.ambassador-description{flex:1;background:#f8fafc;border-radius:8px;padding:1rem;position:relative;min-height:100px}.ambassador-description .description-label{font-size:.875rem;color:#64748b;margin:0 0 .5rem}.ambassador-description .description-text{font-size:.875rem;color:#1e293b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ambassador-description .chat-action-button{position:absolute;bottom:.5rem;right:.5rem;width:36px;height:36px;background:#2563eb;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000004d}.ambassador-description .chat-action-button:hover{background:#1d4ed8;transform:scale(1.1)}.ambassador-description .chat-action-button svg{width:18px;height:18px}.chat-records-section{margin-top:3rem}.chat-windows-container{display:flex;gap:1.5rem;flex-wrap:wrap}.chat-window{width:400px;min-height:300px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 1px 2px #0000000d}.chat-window--minimized{min-height:auto;height:auto}.chat-window--minimized .chat-window-content{display:none}.chat-window--maximized{width:100%;max-width:100%;height:80vh}.chat-window-header{background:#f8fafc;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0}.chat-window-title{font-size:1rem;font-weight:600;color:#1e293b}.chat-window-controls{display:flex;gap:.5rem}.window-control-btn{width:20px;height:20px;background:#fff;border:1px solid #e2e8f0;border-radius:3px;color:#1e293b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.window-control-btn:hover{background:#f1f5f9;border-color:#2563eb}.window-control-btn svg{width:10px;height:10px}.chat-window-content{flex:1;padding:1.5rem;cursor:pointer;overflow-y:auto;min-height:200px}.chat-messages-preview{color:#64748b;font-size:.875rem;line-height:1.6;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chat-messages-preview::-webkit-scrollbar{width:4px}.chat-messages-preview::-webkit-scrollbar-track{background:transparent}.chat-messages-preview::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.chat-messages-preview .messages-list{display:flex;flex-direction:column;gap:.25rem}.chat-messages-preview .message-preview{padding:.25rem .5rem;border-radius:4px;word-wrap:break-word;max-width:100%}.chat-messages-preview .message-preview.message-own{background:#2563eb1a;align-self:flex-end;margin-left:20%}.chat-messages-preview .message-preview.message-own .message-text{color:#2563eb}.chat-messages-preview .message-preview.message-other{background:#f8fafc;align-self:flex-start;margin-right:20%}.chat-messages-preview .message-preview.message-other .message-text{color:#1e293b}.chat-messages-preview .message-preview .message-text{font-size:.875rem;line-height:1.4;margin:0}.new-chat-request-notification{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e2e8f0;z-index:1000;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.new-chat-request-notification:hover{background:#f1f5f9;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.new-chat-request-notification .notification-text{color:#1e293b;font-size:.875rem}.new-chat-request-notification .notification-badge{width:24px;height:24px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;position:relative;animation:slideUp .3s ease;border:1px solid #e2e8f0}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f8fafc;border:1px solid #e2e8f0;font-size:2rem;color:#1e293b;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.modal-close:hover{background:#f1f5f9;border-color:#dc2626;color:#dc2626}.modal-header{text-align:center;padding:3rem 2rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header .modal-avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.modal-header .modal-avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #2563eb}.modal-header .modal-avatar .avatar-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#5484ef);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;border:4px solid #2563eb}.modal-header .modal-title{margin:0 0 1rem;font-size:1.5rem;color:#1e293b;font-weight:700}.modal-body{padding:2rem;color:#1e293b}.modal-body .modal-languages-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.modal-body .modal-languages-section h3{margin:0 0 1rem;font-size:1.125rem;color:#1e293b;font-weight:600}.modal-body .modal-languages-section .modal-languages-list{display:flex;flex-direction:column;gap:.5rem}.modal-body .modal-languages-section .modal-language-item{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.modal-body .modal-languages-section .modal-language-item .language-flag{font-size:1.5rem;line-height:1;min-width:32px}.modal-body .modal-languages-section .modal-language-item .language-name{font-size:1rem;color:#64748b}.modal-body .modal-bio-section{margin-bottom:2rem}.modal-body .modal-bio-section h3{margin:0 0 1rem;font-size:1.125rem;color:#1e293b;font-weight:600}.modal-body .modal-bio-section .modal-bio{margin:0;font-size:1rem;color:#64748b;line-height:1.8;white-space:pre-wrap;word-wrap:break-word}.modal-body .modal-info-item{display:flex;padding:1rem 0;border-bottom:1px solid #e2e8f0}.modal-body .modal-info-item:last-child{border-bottom:none}.modal-body .modal-info-item .info-label{font-weight:600;color:#1e293b;min-width:100px}.modal-body .modal-info-item .info-value{color:#64748b;flex:1}.modal-footer{padding:2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.modal-footer .btn-chat-modal{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-footer .btn-chat-modal:disabled{opacity:.6;cursor:not-allowed}.modal-footer .btn-chat-modal{background-color:#2563eb;color:#fff;font-weight:600;padding:1rem 3rem;font-size:1.125rem}.modal-footer .btn-chat-modal:hover{background-color:#1d4ed8}.loading,.error,.empty-state{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:1.125rem;color:#64748b;text-align:center}@media(max-width:768px){.lobby-page{padding:0}.lobby-container{padding:1.5rem}.ambassador-card{min-width:240px;max-width:240px}.chat-window{width:100%;max-width:100%}.chat-windows-container{flex-direction:column}.new-chat-request-notification{bottom:1rem;right:1rem;padding:.5rem 1rem}.modal-content{max-width:100%;margin:1rem}}.profile-page{max-width:900px;margin:0 auto;padding:2rem}.profile-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.profile-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.profile-header h1{margin:0 0 .5rem;color:#1e293b}.profile-header .profile-subtitle{margin:0;color:#64748b;font-size:.875rem}.profile-form .form-section{margin-bottom:3rem}.profile-form .form-section:last-of-type{margin-bottom:2rem}.profile-form .form-section h2{margin:0 0 1.5rem;color:#2563eb;font-size:1.125rem;font-weight:600}.profile-form .form-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.profile-form .form-grid{grid-template-columns:repeat(2,1fr)}}.profile-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-form .form-group label{font-weight:500;color:#1e293b;font-size:.875rem}.profile-form .form-group input,.profile-form .form-group select,.profile-form .form-group textarea{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.profile-form .form-group input:focus,.profile-form .form-group select:focus,.profile-form .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.profile-form .form-group input::placeholder,.profile-form .form-group select::placeholder,.profile-form .form-group textarea::placeholder{color:#94a3b8}.profile-form .form-group textarea{resize:vertical;min-height:100px}.profile-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0;margin-top:2rem}.profile-form .form-actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-form .form-actions .btn-primary{background-color:#2563eb;color:#fff;padding:.5rem 2rem}.profile-form .form-actions .btn-primary:hover:not(:disabled){background-color:#1d4ed8}.profile-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.loading,.error{text-align:center;padding:3rem;color:#64748b}.error{color:#dc2626}.student-dashboard-page{min-height:100vh;background:#f8fafc;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:40px 40px;color:#1e293b;position:relative;overflow-x:hidden}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 2px #0000000d}.dashboard-header .menu-toggle{background:transparent;border:none;cursor:pointer;padding:8px;color:#1e293b;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:all .3s ease}.dashboard-header .menu-toggle:hover{background:#f1f5f9}.dashboard-header .menu-toggle span{width:20px;height:2px;background:#1e293b;position:relative}.dashboard-header .menu-toggle span:before,.dashboard-header .menu-toggle span:after{content:"";position:absolute;width:20px;height:2px;background:#1e293b;left:0}.dashboard-header .menu-toggle span:before{top:-6px}.dashboard-header .menu-toggle span:after{top:6px}.dashboard-header .dashboard-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0;flex:1;text-align:center}.dashboard-main{padding:3rem 2rem;max-width:1400px;margin:0 auto}.dashboard-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.dashboard-container{grid-template-columns:1fr;gap:2rem}}.info-section .section-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem;text-align:center}.info-section .button-group{display:flex;flex-direction:column;gap:1.5rem}.dashboard-btn{background:#fff;border:1px solid #e2e8f0;color:#1e293b;padding:1.5rem 2rem;font-size:1.125rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;text-align:center;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.dashboard-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.05),transparent);transition:left .5s ease}.dashboard-btn:hover{background:#f1f5f9;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dashboard-btn:hover:before{left:100%}.dashboard-btn:active{transform:translateY(0)}.chat-hint{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:50;animation:float 3s ease-in-out infinite}.chat-hint .chat-icon{width:56px;height:56px;background:#2563eb1a;border:2px solid #2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2563eb;cursor:pointer;transition:all .3s ease}.chat-hint .chat-icon:hover{background:#2563eb33;border-color:#1d4ed8;transform:scale(1.1)}.chat-hint .chat-icon svg{width:28px;height:28px}.chat-hint .hint-text{font-size:.875rem;color:#64748b;text-align:center;line-height:1.4;background:#fff;padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;white-space:nowrap;box-shadow:0 1px 2px #0000000d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.dashboard-header{padding:1rem}.dashboard-header .dashboard-title{font-size:1.25rem}.dashboard-main{padding:2rem 1rem}.dashboard-btn{padding:1.25rem 1.5rem;font-size:1rem}.chat-hint{bottom:1rem;right:1rem}.chat-hint .chat-icon{width:48px;height:48px}.chat-hint .chat-icon svg{width:24px;height:24px}.chat-hint .hint-text{font-size:.75rem;padding:.375rem .75rem}}.admin-page{min-height:100vh;background:#f5f7fa;display:flex;flex-direction:column}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.admin-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.admin-header .header-right{display:flex;align-items:center;gap:1rem}.admin-header .user-info{display:flex;align-items:center;gap:.75rem;padding-right:1rem;border-right:1px solid #e5e7eb}.admin-header .user-info .role-badge{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.admin-header .user-info .email{color:#6b7280;font-size:.875rem}.admin-header .btn-logout{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.admin-header .btn-logout:hover{background:#dc2626}.admin-tabs{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:.5rem;padding:0 2rem}.admin-tabs a{padding:1rem 1.5rem;color:#6b7280;text-decoration:none;border-bottom:2px solid transparent;transition:all .2s;font-weight:500}.admin-tabs a:hover{color:#111827;background:#f9fafb}.admin-tabs a.active{color:#3b82f6;border-bottom-color:#3b82f6}.admin-content{flex:1;padding:2rem}.admin-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.admin-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.admin-section .section-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.admin-section .section-header .toolbar{display:flex;align-items:center;gap:1rem}.admin-section .section-header .toolbar .loading-text{color:#6b7280;font-size:.875rem}.admin-section .section-header .toolbar .filter-select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.admin-section .section-header .toolbar .filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-section .empty-message{text-align:center;color:#9ca3af;padding:3rem;font-size:1rem}.admin-section h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;color:#111827}.admin-section p{margin:0 0 1.5rem;color:#6b7280;font-size:.875rem}.admin-section .test-role-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.admin-section .test-role-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s ease}.admin-section .test-role-card:hover{box-shadow:0 4px 6px #0000001a}.admin-section .test-role-card h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.admin-section .test-role-card p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5;flex:1}.admin-section .test-role-card .btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s;font-size:.875rem;width:100%}.admin-section .test-role-card .btn-primary:hover{background:#2563eb}.admin-section .create-test-user-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.admin-section .create-test-user-section h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#111827}.admin-section .create-test-user-section .test-user-form{background:#f9fafb;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb}.admin-section .create-test-user-section .test-user-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.admin-section .create-test-user-section .test-user-form .form-row:last-of-type{margin-bottom:0}.admin-section .create-test-user-section .test-user-form .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-section .create-test-user-section .test-user-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.admin-section .create-test-user-section .test-user-form .form-group input,.admin-section .create-test-user-section .test-user-form .form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.admin-section .create-test-user-section .test-user-form .form-group input:focus,.admin-section .create-test-user-section .test-user-form .form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-section .create-test-user-section .test-user-form .form-group input::placeholder,.admin-section .create-test-user-section .test-user-form .form-group select::placeholder{color:#9ca3af}.admin-section .create-test-user-section .test-user-form .form-group select{cursor:pointer;background:#fff}.admin-section .create-test-user-section .test-user-form .form-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.admin-section .create-test-user-section .test-user-form .form-actions button{min-width:150px}.settings-content .settings-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.settings-content .settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-content .settings-section h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.settings-content .settings-section p{margin:0 0 1rem;color:#6b7280;font-size:.875rem}.settings-content .settings-section .btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s;font-size:.875rem}.settings-content .settings-section .btn-primary:hover:not(:disabled){background:#2563eb}.settings-content .settings-section .btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.settings-content .settings-section .result-box{margin-top:1.5rem;padding:1.5rem;border-radius:8px;border:1px solid}.settings-content .settings-section .result-box.success{background:#f0fdf4;border-color:#86efac;color:#166534}.settings-content .settings-section .result-box.success h4{margin:0 0 1rem;font-size:1rem;font-weight:600}.settings-content .settings-section .result-box.success p,.settings-content .settings-section .result-box.success .result-details p{margin:.5rem 0;color:#166534}.settings-content .settings-section .result-box.success .result-details ul{margin:.5rem 0 0 1.5rem;padding:0}.settings-content .settings-section .result-box.success .result-details ul li{margin:.25rem 0}.settings-content .settings-section .result-box.success .result-details .errors{margin-top:1rem;padding-top:1rem;border-top:1px solid #86efac}.settings-content .settings-section .result-box.success .result-details .errors ul{color:#dc2626}.settings-content .settings-section .result-box.error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.settings-content .settings-section .result-box.error h4{margin:0 0 .5rem;font-size:1rem;font-weight:600}.table-container{overflow-x:auto}.rooms-table{width:100%;border-collapse:collapse;font-size:.875rem}.rooms-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.rooms-table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap}.rooms-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .15s}.rooms-table tbody tr:hover{background:#f9fafb}.rooms-table tbody tr td{padding:1rem;color:#4b5563}.rooms-table tbody tr td:last-child{white-space:nowrap}.rooms-table .badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.rooms-table .badge.badge-open{background:#dbeafe;color:#1e40af}.rooms-table .badge.badge-assigned{background:#fef3c7;color:#92400e}.rooms-table .badge.badge-in_progress{background:#ddd6fe;color:#5b21b6}.rooms-table .badge.badge-closed,.rooms-table .badge.badge-draft{background:#e5e7eb;color:#374151}.rooms-table .badge.badge-submitted{background:#dbeafe;color:#1e40af}.rooms-table .badge.badge-reviewed{background:#ddd6fe;color:#5b21b6}.rooms-table .badge.badge-accepted{background:#d1fae5;color:#065f46}.rooms-table .badge.badge-rejected{background:#fee2e2;color:#991b1b}.rooms-table .badge.badge-sm{font-size:.7rem;padding:.2rem .6rem}.rooms-table .action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-sm{padding:.375rem .75rem;font-size:.8rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s;white-space:nowrap}.btn-sm.btn-primary{background:#3b82f6;color:#fff}.btn-sm.btn-primary:hover{background:#2563eb}.btn-sm.btn-success{background:#10b981;color:#fff}.btn-sm.btn-success:hover{background:#059669}.btn-sm.btn-warning{background:#f59e0b;color:#fff}.btn-sm.btn-warning:hover{background:#d97706}.btn-sm.btn-secondary{background:#6b7280;color:#fff}.btn-sm.btn-secondary:hover{background:#4b5563}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-dialog{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start}.modal-header .modal-title{flex:1}.modal-header .modal-title h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}.modal-header .modal-title .room-meta{display:flex;gap:1rem;align-items:center;font-size:.875rem}.modal-header .modal-title .room-meta .text-muted{color:#6b7280}.modal-header .modal-actions{display:flex;align-items:center;gap:1rem}.modal-header .modal-actions .connection-status{font-size:.875rem;color:#6b7280}.modal-header .btn-close{background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.25rem;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-header .btn-close:hover{background:#e5e7eb;color:#111827}.modal-body{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem}.chat-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.chat-toolbar .internal-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151;-webkit-user-select:none;user-select:none}.chat-toolbar .internal-toggle input[type=checkbox]{cursor:pointer;width:16px;height:16px}.chat-log{flex:1;overflow-y:auto;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem;max-height:400px}.chat-log .chat-message{margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:8px;border-left:3px solid #d1d5db}.chat-log .chat-message.internal{background:#fef3c7;border-left-color:#f59e0b}.chat-log .chat-message.system{background:#f3f4f6;border-left-color:#6b7280}.chat-log .chat-message .message-meta{display:flex;gap:.75rem;margin-bottom:.5rem;font-size:.75rem;color:#6b7280}.chat-log .chat-message .message-meta .message-time{font-weight:500}.chat-log .chat-message .message-meta .message-sender{font-weight:600;color:#374151}.chat-log .chat-message .message-meta .internal-badge{background:#f59e0b;color:#fff;padding:.125rem .5rem;border-radius:10px;font-size:.7rem}.chat-log .chat-message .message-text{color:#111827;line-height:1.5;word-wrap:break-word}.chat-input-row{display:flex;gap:.75rem}.chat-input-row .chat-input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.chat-input-row .chat-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-input-row .btn-send{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.chat-input-row .btn-send:hover{background:#2563eb}.chat-input-row .btn-send:active{transform:scale(.98)}@media(max-width:768px){.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-header .header-right{width:100%;justify-content:space-between}.admin-header .header-right .user-info{border-right:none;padding-right:0}.admin-tabs{overflow-x:auto;padding:0 1rem}.admin-tabs a{padding:.75rem 1rem;font-size:.875rem}.admin-content{padding:1rem}.admin-section .section-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-section .section-header .toolbar{width:100%;flex-wrap:wrap}.table-container{font-size:.8rem}.rooms-table thead th,.rooms-table tbody td{padding:.5rem}.rooms-table .action-buttons{flex-direction:column}.modal-dialog{max-width:100%;max-height:100vh;border-radius:0}.chat-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}}.document-reviewer-page{padding:2rem;max-width:1600px;margin:0 auto}.document-reviewer-page .page-header{margin-bottom:2rem}.document-reviewer-page .page-header h1{font-size:1.5rem;color:#1e293b}.document-reviewer-page .search-filter-section{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.document-reviewer-page .search-filter-section .search-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.document-reviewer-page .search-filter-section .filter-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:1rem}.document-reviewer-page .search-filter-section .search-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.document-reviewer-page .search-filter-section .search-item label,.document-reviewer-page .search-filter-section .filter-item label{display:block;margin-bottom:.25rem;font-size:.875rem;color:#64748b;font-weight:500}.document-reviewer-page .search-filter-section .search-item input,.document-reviewer-page .search-filter-section .search-item select,.document-reviewer-page .search-filter-section .filter-item input,.document-reviewer-page .search-filter-section .filter-item select{width:100%;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;color:#1e293b}.document-reviewer-page .search-filter-section .search-item input:focus,.document-reviewer-page .search-filter-section .search-item select:focus,.document-reviewer-page .search-filter-section .filter-item input:focus,.document-reviewer-page .search-filter-section .filter-item select:focus{outline:none;border-color:#2563eb}.document-reviewer-page .table-section{background:#fff;border-radius:8px;overflow:hidden}.document-reviewer-page .table-section .table-actions{padding:1rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}.document-reviewer-page .table-section .table-wrapper{overflow-x:auto}.document-reviewer-page .table-section .applications-table{width:100%;border-collapse:collapse;font-size:.875rem}.document-reviewer-page .table-section .applications-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.document-reviewer-page .table-section .applications-table thead th{padding:1rem;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0;white-space:nowrap}.document-reviewer-page .table-section .applications-table thead th input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.document-reviewer-page .table-section .applications-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.document-reviewer-page .table-section .applications-table tbody tr:hover{background:#f8fafc}.document-reviewer-page .table-section .applications-table tbody tr td{padding:1rem;color:#1e293b;white-space:nowrap}.document-reviewer-page .table-section .applications-table tbody tr td input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.document-reviewer-page .table-section .action-buttons{display:flex;gap:.25rem}.document-reviewer-page .table-section .btn-link{background:none;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;padding:0;font-size:.875rem}.document-reviewer-page .table-section .btn-link:hover{color:#134cca}.document-reviewer-page .table-section .status-badge{display:inline-block;padding:.25rem .5rem;border-radius:8px;font-size:.75rem;font-weight:500}.document-reviewer-page .table-section .status-badge.status-pending{background:#f59e0b1a;color:#f59e0b}.document-reviewer-page .table-section .status-badge.status-reviewed{background:#16a34a1a;color:#16a34a}.document-reviewer-page .table-section .status-badge.status-returned{background:#dc26261a;color:#dc2626}.document-reviewer-page .table-section .status-badge.status-second_review_pending{background:#2563eb1a;color:#2563eb}.document-reviewer-page .table-section .status-badge.status-second_review_completed{background:#16a34a1a;color:#16a34a}.document-reviewer-page .table-section .status-badge.status-submitted{background:#2563eb1a;color:#2563eb}.document-reviewer-page .table-section .status-badge.status-accepted{background:#16a34a1a;color:#16a34a}.document-reviewer-page .table-section .status-badge.status-rejected{background:#dc26261a;color:#dc2626}.document-reviewer-page .table-section .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc}.document-reviewer-page .table-section .pagination button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;cursor:pointer;transition:all .2s}.document-reviewer-page .table-section .pagination button:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb}.document-reviewer-page .table-section .pagination button:disabled{opacity:.5;cursor:not-allowed}.document-reviewer-page .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.document-reviewer-page .modal-content{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.document-reviewer-page .modal-content.review-modal{max-width:600px}.document-reviewer-page .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.document-reviewer-page .modal-content .modal-header h2{margin:0;font-size:1.25rem;color:#1e293b}.document-reviewer-page .modal-content .modal-header .btn-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.document-reviewer-page .modal-content .modal-header .btn-close:hover{background:#f8fafc;color:#1e293b}.document-reviewer-page .modal-content .modal-body{padding:1.5rem;overflow-y:auto;flex:1}.document-reviewer-page .modal-content .modal-body .review-header{margin-bottom:1.5rem}.document-reviewer-page .modal-content .modal-body .review-header h3{margin:0;font-size:1.125rem;color:#1e293b}.document-reviewer-page .modal-content .modal-body .review-content .initial-review-section{margin-bottom:2rem;padding:1.5rem;background:#f8fafc80;border-left:4px solid #2563eb;border-radius:8px}.document-reviewer-page .modal-content .modal-body .review-content .initial-review-section h4{margin:0 0 1rem;font-size:1.125rem;color:#1e293b;font-weight:600}.document-reviewer-page .modal-content .modal-body .review-content .initial-review-section .form-group{margin-bottom:1rem}.document-reviewer-page .modal-content .modal-body .review-content .initial-review-section .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#64748b;font-size:.875rem}.document-reviewer-page .modal-content .modal-body .review-content .initial-review-section .form-group .readonly-text{padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;white-space:pre-wrap;word-break:break-word;line-height:1.6;min-height:60px}.document-reviewer-page .modal-content .modal-body .review-content .second-review-section h4{margin:0 0 1rem;font-size:1.125rem;color:#1e293b;font-weight:600}.document-reviewer-page .modal-content .modal-body .review-content .form-group{margin-bottom:1.5rem}.document-reviewer-page .modal-content .modal-body .review-content .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e293b}.document-reviewer-page .modal-content .modal-body .review-content .form-group .comments-textarea{width:100%;min-height:200px;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;background:#fff;color:#1e293b}.document-reviewer-page .modal-content .modal-body .review-content .form-group .comments-textarea:focus{outline:none;border-color:#2563eb}.document-reviewer-page .modal-content .modal-body .review-content .form-group input[type=number]{width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;color:#1e293b}.document-reviewer-page .modal-content .modal-body .review-content .form-group input[type=number]:focus{outline:none;border-color:#2563eb}.document-reviewer-page .modal-content .modal-body .review-content .form-group .form-hint{display:block;margin-top:.25rem;font-size:.875rem;color:#64748b}.document-reviewer-page .modal-content .modal-body .view-section{margin-bottom:2rem}.document-reviewer-page .modal-content .modal-body .view-section h3{margin-bottom:1rem;color:#1e293b;font-size:1.125rem}.document-reviewer-page .modal-content .modal-body .view-section p{margin-bottom:.5rem;color:#1e293b}.document-reviewer-page .modal-content .modal-body .view-section .review-info{background:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #2563eb}.document-reviewer-page .modal-content .modal-body .view-section .review-info p{margin-bottom:1rem}.document-reviewer-page .modal-content .modal-body .view-section .review-info p:last-child{margin-bottom:0}.document-reviewer-page .modal-content .modal-body .view-section .review-info .review-comment-display{margin-top:.5rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;white-space:pre-wrap;word-break:break-word;line-height:1.6;color:#1e293b}.document-reviewer-page .modal-content .modal-body .view-section pre{background:#f8fafc;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.875rem}.document-reviewer-page .modal-content .modal-body .view-section ul{list-style:none;padding:0}.document-reviewer-page .modal-content .modal-body .view-section ul li{margin-bottom:.5rem}.document-reviewer-page .modal-content .modal-body .view-section ul li a{color:#2563eb;text-decoration:underline}.document-reviewer-page .modal-content .modal-body .view-section ul li a:hover{color:#134cca}.document-reviewer-page .modal-content .modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e2e8f0}.document-reviewer-page .modal-content .modal-footer button{padding:1rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s}.document-reviewer-page .modal-content .modal-footer button.btn-secondary{background:#f8fafc;color:#1e293b}.document-reviewer-page .modal-content .modal-footer button.btn-secondary:hover:not(:disabled){background:#e6edf4}.document-reviewer-page .modal-content .modal-footer button.btn-primary{background:#2563eb;color:#fff}.document-reviewer-page .modal-content .modal-footer button.btn-primary:hover:not(:disabled){background:#134cca}.document-reviewer-page .modal-content .modal-footer button.btn-danger{background:#dc2626;color:#fff}.document-reviewer-page .modal-content .modal-footer button.btn-danger:hover:not(:disabled){background:#b21d1d}.document-reviewer-page .modal-content .modal-footer button.btn-success{background:#16a34a;color:#fff}.document-reviewer-page .modal-content .modal-footer button.btn-success:hover:not(:disabled){background:#107636}.document-reviewer-page .modal-content .modal-footer button:disabled{opacity:.5;cursor:not-allowed}.document-reviewer-page .loading{text-align:center;padding:3rem;color:#64748b}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1e293b;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}.btn-primary,.btn-secondary,.btn-danger,.btn-logout{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled,.btn-logout:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#64748b;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4f5b6d}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background-color:#b21d1d}.btn-small{padding:.25rem 1rem!important;font-size:.875rem!important;min-width:auto}.btn-logout{background-color:transparent;color:#1e293b;border:1px solid #e2e8f0}.btn-logout:hover{background-color:#f1f5f9}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e293b}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical}.form-group .error{display:block;margin-top:.25rem;color:#dc2626;font-size:.875rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#64748b}.loading:before{content:""}@keyframes spin{to{transform:rotate(360deg)}}.loading:before{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite;margin-right:1rem}.error-message{padding:1rem;background-color:#f8d6d6;border:1px solid #dc2626;border-radius:8px;color:#dc2626;margin:1rem 0}.empty-state{text-align:center;padding:3rem;color:#64748b}.app-layout{display:flex;flex-direction:column;height:100%;overflow:hidden}.app-main{flex:1;overflow-y:auto;min-height:0}.app-main:has(.chat-page){overflow:hidden}
