@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}}.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__meta{margin-bottom:1rem;color:#64748b;font-size:.875rem}.app-card__meta p{margin-bottom:.25rem}.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}.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:#2563eb;font-size:1.25rem}.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}.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:calc(100vh - 80px);padding:2rem;background-color:#f8fafc}.lobby-container{max-width:1200px;margin:0 auto}.lobby-header{text-align:center;margin-bottom:3rem}.lobby-header h1{margin:0 0 .5rem;font-size:2.5rem;color:#1e293b;font-weight:700}.lobby-header .lobby-subtitle{margin:0;font-size:1.125rem;color:#64748b}.loading,.error,.empty-state{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b}.ambassadors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1.5rem 0}.ambassador-card{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease;cursor:pointer}.ambassador-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#2563eb}.ambassador-avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.ambassador-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #2563eb}.ambassador-avatar .avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#5484ef);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;border:3px solid #2563eb}.ambassador-info{flex:1;text-align:center;margin-bottom:1.5rem}.ambassador-info .ambassador-name{margin:0 0 .5rem;font-size:1.25rem;color:#1e293b;font-weight:600}.ambassador-info .ambassador-languages{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:0 0 1rem;flex-wrap:wrap}.ambassador-info .ambassador-languages .language-flag{font-size:1.5rem;line-height:1;transition:transform .2s ease;cursor:help}.ambassador-info .ambassador-languages .language-flag:hover{transform:scale(1.2)}.ambassador-info .ambassador-bio{margin:0;font-size:1rem;color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ambassador-action .btn-chat{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}.ambassador-action .btn-chat:disabled{opacity:.6;cursor:not-allowed}.ambassador-action .btn-chat{width:100%;background-color:#2563eb;color:#fff;font-weight:600;padding:1rem 1.5rem}.ambassador-action .btn-chat:hover{background-color:#134cca}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;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}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#64748b;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-color:#f1f5f9;color:#1e293b}.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}.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:#134cca}@media(max-width:768px){.lobby-page{padding:1.5rem}.lobby-header h1{font-size:2rem}.ambassadors-grid{grid-template-columns:1fr;gap:1.5rem}.modal-content{max-width:100%;margin:1rem}.modal-header{padding:2rem 1.5rem 1.5rem}.modal-body,.modal-footer{padding:1.5rem}}.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}.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}.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}}*{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-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}
