:root{--cm-blue:#2f76f6;--cm-blue-dark:#2162e8;--cm-ink:#14254d;--cm-muted:#7b89a3;--cm-line:#e8edf7;--cm-soft:#f6f8fd;--cm-green:#28bb77}.classmates{position:fixed;inset:0;z-index:120;display:none;place-items:center;padding:18px;background:rgba(229,237,251,.74);backdrop-filter:blur(13px);direction:rtl;font-family:Vazirmatn,sans-serif}.classmates.is-open{display:grid;animation:cmFade .25s ease both}.classmates button,.classmates input,.classmates select{font:inherit}.classmates button{cursor:pointer}.classmates svg{width:18px;height:18px;stroke-width:1.9}.classmates__shell{width:min(100%,430px);height:min(860px,calc(100vh - 36px));position:relative;display:grid;grid-template-rows:70px minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.94);border-radius:28px;background:#fff;box-shadow:0 32px 80px rgba(35,57,106,.22)}.classmates__header{z-index:3;display:grid;grid-template-columns:40px 1fr 74px;align-items:center;padding:12px 20px;border-bottom:1px solid #f1f4fa;background:rgba(255,255,255,.92);direction:ltr}.cm-icon-button,.cm-header-filter{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:12px;color:var(--cm-ink);background:transparent}.cm-header-filter{width:auto;justify-self:end;gap:5px;padding:0 8px;color:var(--cm-blue);font-size:.72rem;font-weight:800;direction:rtl}.cm-header-filter.is-hidden{visibility:hidden}.cm-brand{justify-self:center;display:flex;align-items:center;gap:7px;color:var(--cm-ink);text-decoration:none;font-size:.92rem}.cm-brand span{width:30px;height:30px;display:grid;place-items:center;border-radius:11px 11px 11px 4px;color:#fff;background:linear-gradient(135deg,#55d7f8,#2872ed 55%,#6759e9);font-weight:950;font-style:italic;transform:rotate(-12deg)}.cm-brand b{direction:ltr}.classmates__content{min-height:0;overflow:auto;padding:10px 23px 23px;scrollbar-width:none}.classmates__content::-webkit-scrollbar{display:none}.cm-screen{display:none;min-height:100%;text-align:right}.cm-screen.is-active{display:flex;flex-direction:column;animation:cmRise .3s cubic-bezier(.2,.8,.2,1) both}.cm-screen h1{margin:10px 0 3px;color:var(--cm-ink);font-size:1.2rem;line-height:1.8}.cm-screen h2{margin:17px 0 8px;color:#263a65;font-size:.8rem}.cm-lead{margin:0;color:var(--cm-muted);font-size:.75rem;line-height:1.9}.cm-mobile-hero{width:155px;height:110px;position:relative;display:grid;place-items:center;margin:0 auto 7px;border-radius:41% 59% 47% 53%/46% 43% 57% 54%;background:radial-gradient(circle at 25% 20%,#f9fbff,#dce8ff 67%,#cfddfb);box-shadow:inset 0 0 35px rgba(106,155,255,.15)}.cm-mobile-hero:before{content:"";position:absolute;inset:10px 24px 14px;border:11px solid rgba(74,132,248,.16);border-radius:50%}.cm-mobile-hero i{position:absolute;right:14px;top:8px;display:grid;place-items:center;width:35px;height:35px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#8ab7ff,#4b7ef2);box-shadow:0 8px 16px rgba(65,117,230,.28)}.cm-mobile-cap{width:89px;height:43px;position:relative;margin-top:12px;border-radius:8px 8px 20px 20px;background:linear-gradient(180deg,#2d6fef,#235fdc);box-shadow:inset 0 -10px 10px rgba(0,51,159,.2)}.cm-mobile-cap:before{content:"";position:absolute;top:-26px;left:-14px;width:116px;height:34px;clip-path:polygon(50% 0,100% 45%,50% 90%,0 45%);background:linear-gradient(135deg,#6da2ff,#2b71f1)}.cm-mobile-cap:after{content:"";position:absolute;left:43px;top:-20px;width:3px;height:75px;border-radius:4px;background:#75a2f7;box-shadow:0 70px 0 5px #75a2f7}.cm-search{min-height:43px;display:flex;align-items:center;gap:9px;margin:5px 0 10px;border:1px solid var(--cm-line);border-radius:12px;padding:0 12px;color:#95a2ba;background:#fff}.cm-search svg{width:16px}.cm-search input{width:100%;border:0;outline:0;color:var(--cm-ink);background:transparent;font-size:.73rem}.cm-search input::placeholder{color:#b4bdd0}.cm-choice-list{display:grid;gap:8px}.cm-choice-list button{min-height:44px;display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:7px;border:1px solid #edf0f6;border-radius:12px;padding:0 10px;color:#405173;background:#fff;text-align:right;font-size:.73rem;transition:.18s}.cm-choice-list button:hover,.cm-choice-list button.is-selected{border-color:#a8c4fa;color:#2165e9;background:#f4f8ff;box-shadow:0 8px 16px rgba(51,103,228,.08)}.cm-choice-list button>svg{justify-self:end;color:#aab6ca;width:16px}.cm-choice-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;color:#4779d5;background:#edf4ff}.cm-choice-icon svg{width:15px}.cm-choice-list b{font-weight:700}.cm-primary{min-height:47px;display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:auto;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--cm-blue),var(--cm-blue-dark));box-shadow:0 13px 24px rgba(38,99,230,.25);font-size:.78rem;font-weight:850}.cm-primary svg{width:17px}.cm-summary{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;border-radius:14px;padding:11px 12px;color:#263a64;background:#f4f7fc;font-size:.72rem}.cm-summary>div{display:flex;align-items:center;gap:7px}.cm-summary>div svg{width:16px;color:#6090ef}.cm-summary button{grid-row:span 2;border:0;border-radius:9px;padding:6px 10px;color:#fff;background:#3d79ed;font-size:.62rem;font-weight:800}.cm-summary--stack>div+div{grid-column:1}.cm-selection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:21px 0}.cm-selection-grid button,.cm-filter-row button{min-height:45px;border:1px solid #e6ebf4;border-radius:12px;color:#334362;background:#fff;font-size:.73rem;font-weight:800;transition:.18s}.cm-selection-grid button.is-selected,.cm-filter-row button.is-selected{border-color:#3679f2;color:#fff;background:linear-gradient(135deg,#4084fb,#2868e9);box-shadow:0 9px 16px rgba(38,99,230,.2)}.cm-term-grid button:first-child{grid-column:span 2}.cm-screen h1 small{color:#96a2b7;font-size:.66rem}.cm-results-title{display:flex;align-items:flex-start;justify-content:space-between}.cm-results-title h1{margin-top:4px}.cm-results-title p{margin:0;color:#8c99ae;font-size:.63rem}.cm-results-title>button{width:33px;height:33px;border:0;border-radius:10px;color:#3976e7;background:#eef4ff}.cm-result-meta{display:flex;align-items:center;justify-content:space-between;margin:16px 0 7px;color:#65728b;font-size:.7rem}.cm-result-meta strong{color:#2368eb}.cm-result-meta button{display:flex;align-items:center;gap:4px;border:0;border-radius:9px;padding:6px 8px;color:#4e6a9e;background:#f1f5fc;font-size:.62rem}.cm-result-meta svg{width:14px}.cm-student-list{display:grid}.cm-student-list article{display:flex;align-items:center;gap:10px;min-height:64px;border-bottom:1px solid #edf1f7;padding:7px 1px;cursor:pointer}.cm-avatar{width:45px;height:45px;position:relative;display:grid;place-items:center;flex:0 0 auto;border:3px solid #fff;border-radius:50%;color:#fff;box-shadow:0 6px 14px rgba(39,68,123,.15);font-size:.72rem;font-weight:900}.cm-avatar--blue{background:linear-gradient(145deg,#56a0ff,#2363d5)}.cm-avatar--rose{background:linear-gradient(145deg,#ff9aa3,#cc4f70)}.cm-avatar--violet{background:linear-gradient(145deg,#a88dff,#6652c9)}.cm-avatar--amber{background:linear-gradient(145deg,#ffc66c,#d9832f)}.cm-avatar--cyan{background:linear-gradient(145deg,#5ed9e8,#2188af)}.cm-avatar i{position:absolute;bottom:0;left:0;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#bdc6d7}.cm-avatar i.is-online{background:var(--cm-green)}.cm-student-list b,.cm-student-list small{display:block}.cm-student-list b{color:#263860;font-size:.77rem}.cm-student-list small{margin-top:3px;color:#939fb1;font-size:.62rem}.cm-student-list small span{margin:0 3px}.cm-student-list article>button{display:grid;place-items:center;width:33px;height:33px;margin-right:auto;border:0;border-radius:50%;color:#3073ed;background:#eef4ff}.cm-student-list article>button svg{width:16px}.cm-load-more{display:flex;align-items:center;justify-content:center;gap:5px;min-height:40px;margin:13px 0 0;border:0;border-radius:12px;color:#4970b2;background:#f1f5fe;font-size:.7rem;font-weight:800}.cm-load-more.is-complete{color:#1c9a68}.cm-load-more svg{width:15px}.cm-profile{padding-bottom:5px}.cm-more-menu{align-self:flex-start;margin-right:auto;border:0;border-radius:10px;padding:5px;color:#4d5e7c;background:#f6f8fc}.cm-profile-head{text-align:center}.cm-avatar--large{width:94px;height:94px;margin:5px auto 9px;border-width:5px;font-size:1.15rem}.cm-profile-head h1{margin:0}.cm-profile-head p{margin:3px 0 15px;color:#8996aa;font-size:.68rem;line-height:1.9}.cm-secondary{min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:9px;border:1px solid #a9c5f9;border-radius:12px;color:#2d6de8;background:#fff;font-size:.75rem;font-weight:800}.cm-secondary svg{width:16px}.cm-about{margin:0;border-radius:12px;padding:11px;color:#6d7a91;background:#f6f8fc;font-size:.7rem;line-height:2}.cm-tags{display:flex;flex-wrap:wrap;gap:6px}.cm-tags span{border-radius:999px;padding:6px 9px;color:#5e7193;background:#eff4fb;font-size:.6rem}.cm-center{align-items:center;justify-content:center;text-align:center}.cm-center h1{margin-top:14px}.cm-success-art{display:flex;align-items:center;justify-content:center;gap:4px;width:125px;height:104px;margin:0 auto;border-radius:34px;background:radial-gradient(circle,#f2f7ff,#e5eeff);color:#4380ee}.cm-success-art span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#79a9ff,#3673e8)}.cm-success-art i{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#fff;background:#4d86ef;font-style:normal}.cm-success-art svg{width:20px}.cm-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:12px 0}.cm-tabs button{border:0;border-radius:9px;padding:8px 3px;color:#718098;background:#f3f6fb;font-size:.61rem}.cm-tabs button.is-selected{color:#fff;background:#3c79ec}.cm-request-list{display:grid;gap:10px}.cm-request-list article{display:grid;grid-template-columns:44px 1fr;gap:8px;align-items:center;border-bottom:1px solid #edf1f7;padding:7px 0 11px}.cm-request-list b,.cm-request-list small,.cm-request-list em{display:block}.cm-request-list b{color:#263860;font-size:.73rem}.cm-request-list small,.cm-request-list em{margin-top:3px;color:#8c98ab;font-size:.58rem;font-style:normal}.cm-request-actions{grid-column:1/-1;display:flex;gap:8px}.cm-request-actions button{flex:1;min-height:31px;border:0;border-radius:8px;color:#fff;background:#3377ec;font-size:.62rem;font-weight:800}.cm-request-actions button+button{color:#d95762;background:#fff1f2}.cm-request-actions svg{width:13px;vertical-align:-3px}.cm-chat-screen{height:100%;padding-bottom:4px}.cm-chat-head{display:grid;grid-template-columns:28px 45px 1fr 28px;align-items:center;gap:8px;min-height:61px;border-bottom:1px solid var(--cm-line)}.cm-chat-head>button{border:0;color:#3e5175;background:transparent}.cm-chat-head b,.cm-chat-head small{display:block}.cm-chat-head b{color:#25375e;font-size:.75rem}.cm-chat-head small{margin-top:3px;color:#1ba466;font-size:.61rem}.cm-chat-head small i{display:inline-block;width:6px;height:6px;margin-left:3px;border-radius:50%;background:#25b877}.cm-bubbles{flex:1;display:flex;flex-direction:column;gap:10px;overflow:auto;padding:15px 0}.cm-bubbles p{max-width:78%;align-self:flex-end;margin:0;border-radius:15px 15px 4px 15px;padding:9px 10px 7px;color:#40506d;background:#f1f4f8;font-size:.7rem;line-height:1.75}.cm-bubbles p.mine{align-self:flex-start;border-radius:15px 15px 15px 4px;color:#fff;background:linear-gradient(135deg,#4385fb,#2868e9)}.cm-bubbles small{display:block;margin-top:3px;opacity:.65;font-size:.53rem;direction:ltr;text-align:left}.cm-composer{display:grid;grid-template-columns:39px 1fr 39px;gap:7px;align-items:center;border-top:1px solid var(--cm-line);padding-top:10px;direction:ltr}.cm-composer input{min-width:0;height:39px;border:1px solid #e7edf6;border-radius:20px;padding:0 12px;outline:0;color:var(--cm-ink);direction:rtl;font-size:.67rem}.cm-composer button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #b7cff8;border-radius:50%;color:#2e70e9;background:#fff}.cm-composer button:last-child{border:0;color:#fff;background:#2d6de9}.cm-composer svg{width:17px}.cm-filter-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:17px}.cm-filter-row button{min-height:38px;font-size:.63rem}.cm-select-wrap{position:relative;display:block;margin-bottom:18px}.cm-select-wrap select{width:100%;height:43px;appearance:none;border:1px solid #e4eaf4;border-radius:11px;padding:0 11px;color:#718098;background:#fff;font-size:.7rem;outline:0}.cm-select-wrap svg{position:absolute;left:12px;top:13px;width:16px;color:#8492aa;pointer-events:none}.cm-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;border-top:1px solid #edf1f7;padding:9px 13px 11px;background:#fff}.cm-footer button{display:grid;justify-items:center;gap:3px;border:0;border-radius:10px;padding:4px;color:#718098;background:transparent;font-size:.98rem}.cm-footer button span{font-size:.55rem}.cm-footer button.is-active{color:#2f72ec;background:#eff5ff}.cm-desktop-art{display:none}@keyframes cmFade{from{opacity:0}to{opacity:1}}@keyframes cmRise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:520px){.classmates{padding:0}.classmates__shell{width:100%;height:100vh;border:0;border-radius:0}}@media(min-width:900px){.classmates{padding:34px}.classmates__shell{width:min(1120px,calc(100% - 68px));height:min(820px,calc(100vh - 68px));grid-template-columns:42% 58%;grid-template-rows:84px minmax(0,1fr);border-radius:34px;background:linear-gradient(112deg,#edf4ff 0 42%,#fff 42%)}.cm-desktop-art{display:flex;grid-row:1/-1;position:relative;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:48px;color:#173b7d;text-align:center}.cm-desktop-art b{z-index:1;font-size:1.75rem;line-height:2}.cm-desktop-art p{z-index:1;max-width:290px;color:#55709e;font-size:.8rem;line-height:2}.cm-orbit{position:absolute;width:260px;height:260px;border:18px solid rgba(62,124,240,.13);border-radius:50%;box-shadow:0 0 0 35px rgba(62,124,240,.05),0 0 0 76px rgba(62,124,240,.025)}.cm-cap{z-index:1;width:126px;height:61px;position:relative;margin-bottom:34px;border-radius:13px 13px 30px 30px;background:linear-gradient(#367af4,#235bd7);box-shadow:inset 0 -15px 12px rgba(13,64,172,.2)}.cm-cap:before{content:"";position:absolute;top:-37px;left:-21px;width:168px;height:50px;clip-path:polygon(50% 0,100% 47%,50% 94%,0 47%);background:linear-gradient(135deg,#85b0ff,#3677ec)}.cm-cap:after{content:"";position:absolute;left:61px;top:-30px;width:4px;height:100px;border-radius:5px;background:#8bb1fa;box-shadow:0 95px 0 6px #8bb1fa}.classmates__header{grid-column:2;grid-template-columns:44px 1fr 86px;min-height:84px;padding:16px 40px;background:transparent}.classmates__content{grid-column:2;width:100%;padding:17px 48px 30px}.cm-footer{display:none}.cm-screen{max-width:560px;margin:auto}.cm-screen[data-screen="university"],.cm-screen[data-screen="major"],.cm-screen[data-screen="results"],.cm-screen[data-screen="requests"],.cm-screen[data-screen="filters"]{width:100%;max-width:560px}.cm-mobile-hero{display:none}.cm-screen h1{font-size:1.26rem}.cm-choice-list button{min-height:47px}.cm-primary{min-height:48px}.cm-profile{max-width:520px}.cm-chat-screen{width:100%;max-width:620px}}
/* Real classmates and private messages. */
.cm-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.cm-student-list article{position:relative}.cm-student-list article>div{min-width:0;flex:1}.cm-student-list .cm-message-action{margin-right:0}.cm-student-list .cm-request-action{width:auto!important;height:31px!important;margin-right:4px!important;padding:0 9px;border:1px solid #b8d0fb!important;border-radius:9px!important;color:#2368e9!important;background:#fff!important;font-size:.6rem;font-weight:800}.cm-student-list .cm-request-action:hover{color:#fff!important;background:#2f76f6!important}.cm-empty{padding:16px 4px;color:#7b89a3;text-align:center;font-size:.72rem}.cm-chat-screen .cm-bubbles span{white-space:pre-wrap}
/* Opaque chat workspace: keep every message readable on desktop and mobile. */
.cm-chat-screen{overflow:hidden;border:1px solid #eaf0fa!important;border-radius:20px;padding:0 18px 5px!important;background:#fff!important;box-shadow:0 14px 32px rgba(35,69,132,.06)}
.cm-chat-head,.cm-bubbles,.cm-composer{background:#fff!important}
.cm-bubbles{padding:15px 0!important}
.cm-bubbles p{border:1px solid #edf1f7;color:#243a62!important;background:#f7f9fc!important;box-shadow:0 5px 12px rgba(33,54,94,.04);font-weight:600}
.cm-bubbles p.mine{border:0;color:#fff!important;background:linear-gradient(135deg,#4385fb,#2868e9)!important;box-shadow:0 8px 18px rgba(38,99,230,.19)}
.cm-composer{padding:10px 0 2px!important}.cm-composer input{border-color:#dfe8f5!important;background:#fff!important}
@media(max-width:520px){.cm-chat-screen{border-right:0!important;border-left:0!important;border-radius:0!important;box-shadow:none!important}}
