.searchResults{position:absolute;top:calc(100% + 10px);left:20%;width:50%;background-color:#fff;border:1px solid #ccc;z-index:999;max-height:400px;overflow-y:auto;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px}.popupHeader{display:flex;justify-content:space-between;margin-bottom:10px;border-bottom:1px solid #ccc;padding:10px;align-items:center}.username{margin-left:10px;font-weight:700}.closeIcon{cursor:pointer;color:#555;font-size:20px;transition:color .3s ease-in-out}.closeIcon:hover{color:#333}.resultItem{display:flex;align-items:center;margin-bottom:10px;padding:10px;cursor:pointer}.profilePicture{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px}.topbarContainer{height:50px;width:100%;background-color:#6a0dad;display:flex;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:999}.topbarLeft{flex:3 1}.logo{font-size:24px;margin-left:20px;font-weight:700;color:#fff;cursor:pointer}.topbarCenter{flex:5 1}.searchbar{width:100%;height:30px;background-color:#fff;border-radius:30px;display:flex;align-items:center}.searchIcon{font-size:20px!important;margin-left:10px}.searchInput{border:none;width:70%}.searchInput:focus{outline:none}.topbarRight{flex:4 1;display:flex;align-items:center;justify-content:space-around;color:#fff}.topbarLink{margin-right:10px;font-size:14px;cursor:pointer}.topbarIcons{display:flex}.topbarIconItem{margin-right:15px;cursor:pointer;position:relative}.topbarIconBadge{width:15px;height:15px;background-color:red;border-radius:50%;color:#fff;position:absolute;top:-5px;right:-5px;display:flex;align-items:center;justify-content:center;font-size:12px}.topbarImg{width:32px;height:32px;border-radius:50%;object-fit:cover;cursor:pointer}@media screen and (max-width:768px){.topbarLink{display:none}}.sidebar{flex:3 1;height:calc(100vh - 50px);overflow-y:scroll;position:-webkit-sticky;position:sticky;top:50px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#b3b3b3}.sidebarWrapper{padding:20px}.sidebarList{padding:0;margin:0;list-style:none}.sidebarListItem{display:flex;align-items:center;margin-bottom:20px}.sidebarIcon{margin-right:15px}.sidebarButton{width:150px;border:none;padding:10px;border-radius:5px;font-weight:500}.sidebarHr{margin:20px 0}.sidebarFriendList{padding:0;margin:0;list-style:none}.sidebarFriend{display:flex;align-items:center;margin-bottom:15px}.sidebarFriendImg{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:10px}.post{width:100%;border-radius:10px;box-shadow:0 0 16px -8px rgba(0,0,0,.68);margin:30px 0}.postWrapper{padding:10px}.postTop{justify-content:space-between}.postTop,.postTopLeft{display:flex;align-items:center}.postTopLeftImg{width:40px;height:40px;object-fit:cover;border-radius:50%;margin-right:12px}.postUsername{font-size:15px;font-weight:500;margin:0 10px}.postDate{font-size:12px}.postCenter{margin:20px 0}.postImg{margin-top:20px;width:100%;max-height:500px;object-fit:contain;border-radius:8px}.postBottom{justify-content:space-between}.postBottom,.postBottomLeft{display:flex;align-items:center}.likeIcon{width:24px;height:24px;margin-right:5px;cursor:pointer}.postLikeCounter{font-size:15px}.postCommentText{cursor:pointer;font-size:15px}.postCommentSection{margin-top:10px;border-top:1px solid #ccc}.postComments{margin-top:10px}.postComment{margin-bottom:5px}.commentUsername{font-weight:700}.commentContent{margin-left:5px}.postCommentInput{width:80%;border:none;outline-width:0;padding:5px}.postBottomLeft button{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:5px;margin-right:10px;color:#555}.postBottomLeft button:hover{color:#2196f3}.postBottomLeft button.liked{color:#ff5757}.shareButton{display:flex;align-items:center;background:none;padding:5px;color:#555}.shareButton:hover{color:#2196f3}.postButtons{display:flex;align-items:center;margin-top:10px}.comments-window{width:620px;overflow:hidden}.comments-list{padding:10px;max-height:300px;overflow-y:auto}.comment{display:flex;align-items:flex-start;margin-bottom:10px}.comment-profile-picture{width:40px;height:40px;border-radius:50%;margin-right:10px}.comment-details{display:flex;flex-direction:column;width:100%}.comment-header{display:flex;align-items:center;justify-content:space-between;width:100%}.comment-username{font-weight:700;margin-right:5px}.comment-created-at{font-size:12px;color:#888;margin-left:auto}.comment-content{margin-bottom:5px}.add-comment{padding:10px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ccc}.add-comment input{flex:1 1;padding:8px;border:1px solid #ccc;border-radius:4px;margin-right:8px}.add-comment button{background-color:#4caf50;color:#fff;padding:8px;border:none;border-radius:4px;cursor:pointer}.add-comment button:last-child{background-color:#ccc}.add-comment button:last-child:hover{background-color:#aaa}.share{width:100%;border-radius:10px;box-shadow:0 0 16px -8px rgba(0,0,0,.68)}.shareWrapper{padding:10px}.shareTop{display:flex;align-items:center}.shareProfileImg{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px}.shareInput{border:none;width:80%}.shareInput:focus{outline:none}.shareHr{margin:20px}.shareBottom{display:flex;align-items:center;justify-content:space-between}.shareOptions{display:flex;margin-left:20px}.shareOption{display:flex;align-items:center;margin-right:15px;cursor:pointer}.shareIcon{font-size:18px;margin-right:3px}.shareOptionText{font-size:14px;font-weight:500}.shareButton{border:none;padding:7px;border-radius:5px;background-color:green;font-weight:500;margin-right:20px;cursor:pointer;color:#fff}.shareImgContainer{padding:0 20px 10px;position:relative}.shareImg{width:100%;object-fit:cover}.shareCancelImg{position:absolute;top:0;right:20px;cursor:pointer;opacity:.7}.feed{flex:5.5 1}.feedWrapper{padding:20px}.rightbar{flex:3.5 1}.rightbarWrapper{padding:20px 20px 0 0}.birthdayContainer{display:flex;align-items:center}.birthdayImg{width:40px;height:40px;margin-right:10px}.birthdayText{font-weight:300;font-size:15px}.rightbarAd{width:100%;border-radius:10px;margin:30px 0}.rightbarTitle{margin-bottom:20px}.rightbarFriendList{padding:0;margin:0;list-style:none}.rightbarTitle{font-size:18px;font-weight:500;margin-bottom:10px}.rightbarInfo{margin-bottom:30px}.rightbarInfoItem{margin-bottom:10px}.rightbarInfoKey{font-weight:500;margin-right:15px;color:#555}.rightbarInfoValue{font-weight:300}.rightbarFollowings{display:flex;flex-wrap:wrap;justify-content:space-between}.rightbarFollowing{display:flex;flex-direction:column;margin-bottom:20px;cursor:pointer}.rightbarFollowingImg{width:100px;height:100px;object-fit:cover;border-radius:5px}.rightbarFollowButton{margin-top:30px;margin-bottom:10px;border:none;background-color:#1872f2;color:#fff;border-radius:5px;padding:5px 10px;display:flex;align-items:center;font-size:16px;font-weight:500;cursor:pointer}.rightbarFollowButton:focus{outline:none}.rightbarFriend{display:flex;align-items:center;margin-bottom:15px}.rightbarProfileImgContainer{margin-right:10px;position:relative}.rightbarProfileImg{width:40px;height:40px;border-radius:50%;object-fit:cover}.rightbarOnline{width:12px;height:12px;border-radius:50%;background-color:#32cd32;position:absolute;top:-2px;right:0;border:2px solid #fff}.rightbarUsername{font-weight:500}.homeContainer{display:flex;width:100%}.loginPage-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-family:"Segoe UI","Tahoma","Geneva","Verdana",sans-serif;transform:translateZ(0);-webkit-transform:translateZ(0)}.loginPage-container *{margin:0;padding:0;box-sizing:border-box}.loginPage-header{background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.8);position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.08);transform:translateZ(0);-webkit-transform:translateZ(0)}.loginPage-header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;grid-gap:1.5rem;gap:1.5rem}.loginPage-header-brand{flex-shrink:0}.loginPage-brand-link{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;text-decoration:none;color:inherit}.loginPage-brand-logo{width:42px;height:42px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px hsla(0,100%,71%,.3)}.loginPage-logo-icon{font-size:1.2rem}.loginPage-brand-name{font-size:1.5rem;font-weight:800;color:#2d3748;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.loginPage-heart-icon{color:#ff6b6b;font-size:1.3em;animation:loginPage-heartbeat 2s ease-in-out infinite}@keyframes loginPage-heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.loginPage-header-search{flex:1 1;max-width:400px;position:relative}.loginPage-search-bar{position:relative;display:flex;align-items:center}.loginPage-search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid #e2e8f0;border-radius:25px;background:#f8fafc;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.05)}.loginPage-search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 4px 16px rgba(102,126,234,.15);transform:translateY(-1px)}.loginPage-search-icon{position:absolute;left:1rem;color:#718096;cursor:pointer;transition:all .3s ease}.loginPage-search-icon:hover{color:#667eea;transform:scale(1.1)}.loginPage-search-results-container{position:absolute;top:100%;left:0;right:0;z-index:1001}.loginPage-searchResults{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.15);margin-top:.5rem;overflow:hidden;border:1px solid #e2e8f0;animation:loginPage-slideDown .3s ease-out}@keyframes loginPage-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loginPage-popupHeader{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#edf2f7)}.loginPage-popupHeader span{font-weight:700;color:#2d3748;font-size:1rem}.loginPage-closeIcon{cursor:pointer;color:#718096;transition:all .3s ease;padding:.25rem;border-radius:6px}.loginPage-closeIcon:hover{color:#e53e3e;background:#fed7d7}.loginPage-resultsContainer{max-height:300px;overflow-y:auto}.loginPage-resultItem{border-bottom:1px solid #f7fafc;transition:all .3s ease}.loginPage-resultItem:hover{background:#f7fafc;transform:translateX(4px)}.loginPage-resultItemLink{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem 1.25rem;text-decoration:none;color:inherit}.loginPage-profilePicture{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.loginPage-userInfo{flex:1 1}.loginPage-username{display:block;font-weight:600;color:#2d3748;margin-bottom:.25rem;font-size:.9rem}.loginPage-userJob{font-size:.8rem;color:#718096}.loginPage-header-actions{flex-shrink:0}.loginPage-user-actions{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.loginPage-icon-btn{position:relative;background:none;border:none;padding:.75rem;border-radius:12px;color:#4a5568;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.1rem}.loginPage-icon-btn:hover{background:#f7fafc;color:#2d3748;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.loginPage-notification-badge{top:.5rem;right:.5rem;font-size:.7rem;padding:.2rem .4rem;min-width:16px}.loginPage-user-avatar img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #667eea;transition:all .3s ease}.loginPage-user-avatar:hover img{transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.3)}.loginPage-auth-buttons{display:flex;grid-gap:.75rem;gap:.75rem}.loginPage-auth-btn{padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.loginPage-login-btn{background:transparent;color:#667eea;border:2px solid #667eea}.loginPage-login-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.3)}.loginPage-register-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px rgba(102,126,234,.3)}.loginPage-register-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.loginPage-notifications-wrapper{position:relative}.loginPage-notifications-panel{position:absolute;top:100%;left:-150px;width:320px;background:#fff;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.15);border:1px solid #e2e8f0;z-index:1002;animation:loginPage-notificationSlide .3s ease-out}@keyframes loginPage-notificationSlide{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.loginPage-notifications-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#edf2f7)}.loginPage-notifications-header h3{color:#2d3748;font-size:1.1rem;font-weight:700}.loginPage-notifications-close{background:none;border:none;color:#718096;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.loginPage-notifications-close:hover{color:#e53e3e;background:#fed7d7}.loginPage-notifications-list{max-height:300px;overflow-y:auto}.loginPage-notification-item{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #f7fafc;transition:all .3s ease;position:relative}.loginPage-notification-item:hover{background:#f7fafc}.loginPage-notification-item.unread{background:#f0fff4}.loginPage-notification-dot{width:8px;height:8px;background:#48bb78;border-radius:50%;margin-top:.5rem;flex-shrink:0}.loginPage-notification-item.unread .loginPage-notification-dot{background:#48bb78;animation:loginPage-pulse 2s infinite}.loginPage-notification-content{flex:1 1}.loginPage-notification-text{color:#2d3748;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.loginPage-notification-time{color:#718096;font-size:.8rem}.loginPage-notifications-footer{padding:1rem 1.25rem;border-top:1px solid #e2e8f0}.loginPage-notifications-markall{width:100%;background:none;border:1px solid #e2e8f0;color:#667eea;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600}.loginPage-notifications-markall:hover{background:#667eea;color:#fff}.loginPage-success-notification{position:fixed;top:100px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px rgba(72,187,120,.3);z-index:1003;animation:loginPage-slideIn .5s ease-out}@keyframes loginPage-slideIn{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.loginPage-success-content{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;font-weight:600}.loginPage-success-icon{font-size:1.2rem}.loginPage-hero-section{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.loginPage-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2)}.loginPage-hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.1) 0,transparent 50%)}.loginPage-hero-content{position:relative;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr 380px;grid-gap:3rem;gap:3rem;align-items:center;color:#fff;transform:translateZ(0);-webkit-transform:translateZ(0);contain:layout style paint}.loginPage-hero-text{z-index:2}.loginPage-hero-badge{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:hsla(0,0%,100%,.15);padding:.5rem 1rem;border-radius:20px;margin-bottom:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);transform:translateZ(0)}.loginPage-badge-icon{font-size:.9rem;color:#ff6b6b}.loginPage-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.loginPage-highlight{color:#f6e05e;position:relative}.loginPage-highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:30%;background:rgba(246,224,94,.3);z-index:-1;border-radius:4px}.loginPage-hero-subtitle{font-size:1.1rem;margin-bottom:2rem;opacity:.9;line-height:1.6;max-width:500px}.loginPage-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.loginPage-feature-item{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:1rem;background:hsla(0,0%,100%,.1);border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;font-size:.9rem;transform:translateZ(0)}.loginPage-feature-item:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.15)}.loginPage-feature-icon{font-size:1.2rem;flex-shrink:0}.loginPage-login-form-container{z-index:2}.loginPage-form-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.15);color:#2d3748;border:1px solid hsla(0,0%,100%,.3);transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;isolation:isolate}.loginPage-form-header{text-align:center;margin-bottom:2rem}.loginPage-form-header h2{font-size:1.5rem;margin-bottom:.5rem;color:#2d3748;font-weight:700}.loginPage-form-header p{color:#718096;font-size:.9rem}.loginPage-login-form{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.loginPage-input-group{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.loginPage-form-input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.9rem;transition:all .3s ease;background:#fff}.loginPage-form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loginPage-password-input-container{position:relative}.loginPage-password-toggle{position:absolute;left:2.5rem;top:45%;transform:translateY(-50%);background:none;border:none;color:#718096;cursor:pointer;padding:.25rem}.loginPage-login-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.loginPage-login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.loginPage-error-message{background:#fed7d7;color:#c53030;padding:.75rem;border-radius:8px;text-align:center;font-size:.9rem;border:1px solid #feb2b2}.loginPage-form-links{text-align:center}.loginPage-form-links a{color:#667eea;text-decoration:none;font-size:.9rem}.loginPage-form-links a:hover{text-decoration:underline}.loginPage-form-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.loginPage-form-footer p{color:#718096;margin-bottom:.5rem;font-size:.9rem}.loginPage-register-link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;font-size:.9rem}.loginPage-register-link-btn:hover{text-decoration:underline}.loginPage-welcome-card{background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.15);color:#2d3748;border:1px solid hsla(0,0%,100%,.3);animation:loginPage-welcomeSlide .5s ease-out;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;isolation:isolate}@keyframes loginPage-welcomeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loginPage-welcome-header{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.loginPage-welcome-avatar{position:relative;flex-shrink:0}.loginPage-welcome-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #667eea;transform:translateZ(0)}.loginPage-welcome-badge{position:absolute;bottom:-5px;right:-5px;background:#48bb78;color:#fff;padding:.25rem;border-radius:50%;font-size:.8rem}.loginPage-welcome-content h2{font-size:1.3rem;margin-bottom:.5rem;color:#2d3748}.loginPage-welcome-name{color:#667eea}.loginPage-welcome-content p{color:#718096;margin-bottom:1rem;font-size:.9rem}.loginPage-welcome-features{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.loginPage-welcome-feature{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.85rem;color:#4a5568}.loginPage-feature-icon{color:#667eea;font-size:.9rem}.loginPage-welcome-actions{display:flex;grid-gap:.75rem;gap:.75rem}.loginPage-welcome-btn{flex:1 1;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.75rem;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.loginPage-welcome-btn.loginPage-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loginPage-welcome-btn.loginPage-secondary{background:#e2e8f0;color:#4a5568}.loginPage-welcome-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.1)}.loginPage-professionals-section{padding:4rem 1.5rem;background:#fff;transform:translateZ(0)}.loginPage-section-header{text-align:center;margin-bottom:2.5rem}.loginPage-section-header h2{font-size:2rem;margin-bottom:.75rem;color:#2d3748;font-weight:700}.loginPage-section-header p{color:#718096;font-size:1rem}.loginPage-filters-container{max-width:800px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;background:#f8fafc;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0}.loginPage-filter-group{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.loginPage-filter-select,.loginPage-search-filter-input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.9rem;background:#fff;transition:all .3s ease}.loginPage-filter-select:focus,.loginPage-search-filter-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loginPage-search-filter{position:relative}.loginPage-search-filter-icon{position:absolute;left:3rem;top:50%;transform:translateY(-50%);color:#718096}.loginPage-search-filter-input{padding-left:2.5rem}.loginPage-results-summary{max-width:800px;margin:0 auto 2rem;text-align:center}.loginPage-results-summary h3{color:#2d3748;font-size:1.2rem;font-weight:600}.loginPage-results-filters{color:#667eea;font-weight:400}.loginPage-professionals-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;transform:translateZ(0)}.loginPage-professional-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;transform:translateZ(0)}.loginPage-professional-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.loginPage-card-header{padding:1.5rem;display:flex;grid-gap:1rem;gap:1rem;border-bottom:1px solid #f1f5f9}.loginPage-professional-avatar{position:relative;flex-shrink:0}.loginPage-professional-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #667eea;transform:translateZ(0)}.loginPage-online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#48bb78;border:2px solid #fff;border-radius:50%}.loginPage-professional-info{flex:1 1}.loginPage-professional-name{margin:0 0 .5rem;color:#2d3748;font-size:1.1rem;font-weight:600}.loginPage-professional-job{color:#667eea;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.loginPage-professional-location{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;color:#718096;font-size:.8rem}.loginPage-location-icon{color:#e53e3e;font-size:.8rem}.loginPage-professional-rating{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;color:#f6ad55;font-weight:600;flex-shrink:0}.loginPage-star-icon{font-size:1rem}.loginPage-rating-value{font-size:.9rem}.loginPage-reviews-count{color:#a0aec0;font-size:.7rem;font-weight:400}.loginPage-card-body{padding:1.25rem 1.5rem}.loginPage-professional-description{color:#4a5568;line-height:1.5;margin-bottom:1.25rem;font-size:.9rem}.loginPage-professional-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;text-align:center}.loginPage-stat{padding:.75rem;background:#f7fafc;border-radius:8px}.loginPage-stat-value{display:block;font-weight:700;color:#2d3748;font-size:.9rem;margin-bottom:.25rem}.loginPage-stat-label{font-size:.7rem;color:#718096}.loginPage-card-footer{padding:1.25rem 1.5rem;display:flex;grid-gap:.5rem;gap:.5rem;border-top:1px solid #f1f5f9;background:#fafbfc}.loginPage-action-btn{flex:1 1;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.75rem;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.loginPage-action-btn.loginPage-primary{background:#667eea;color:#fff}.loginPage-action-btn.loginPage-secondary{background:#e2e8f0;color:#4a5568}.loginPage-action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.loginPage-loading-container,.loginPage-no-results{text-align:center;padding:3rem 1.5rem;max-width:800px;margin:0 auto}.loginPage-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:loginPage-spin 1s linear infinite;margin:0 auto 1rem}@keyframes loginPage-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loginPage-no-results-icon{font-size:3rem;color:#cbd5e0;margin-bottom:1rem}.loginPage-no-results h3{color:#2d3748;margin-bottom:.5rem}.loginPage-no-results p{color:#718096}.loginPage-footer{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff;padding:3rem 1.5rem 1.5rem;transform:translateZ(0)}.loginPage-footer-content{max-width:800px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.loginPage-footer-section h4{margin-bottom:1rem;color:#e2e8f0;font-size:1.1rem}.loginPage-footer-section a{display:block;color:#cbd5e0;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease;font-size:.9rem}.loginPage-footer-section a:hover{color:#fff}.loginPage-footer-brand{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.loginPage-footer-logo{font-size:1.8rem;color:#ff6b6b}.loginPage-footer-section p{color:#a0aec0;line-height:1.5;font-size:.9rem}.loginPage-footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid #4a5568;color:#a0aec0;font-size:.9rem}.loginPage-notification-badge{position:absolute;top:.3rem;right:.3rem;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;font-size:.65rem;padding:.15rem .4rem;border-radius:10px;min-width:18px;text-align:center;font-weight:700;box-shadow:0 2px 6px hsla(0,100%,71%,.3);border:2px solid #fff;animation:loginPage-pulse 2s infinite}.loginPage-notifications-title{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.loginPage-notifications-count-badge{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:600}.loginPage-user-menu{position:relative}.loginPage-user-dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:1rem;min-width:180px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.loginPage-user-menu:hover .loginPage-user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.loginPage-user-greeting{display:block;color:#2d3748;font-weight:600;margin-bottom:.75rem;font-size:.9rem}.loginPage-logout-btn{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;width:100%;background:#fed7d7;color:#c53030;border:none;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600}.loginPage-logout-btn:hover{background:#feb2b2;transform:translateY(-1px)}.loginPage-logout-icon{font-size:.9rem}.loginPage-data-status{margin-top:.5rem}.loginPage-mock-data-warning{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:#fffaf0;color:#744210;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;border:1px solid #fed7aa}.loginPage-no-data-indicator{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:hsla(0,0%,100%,.95);padding:.5rem .75rem;border-radius:8px;font-size:.75rem;color:#718096;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #e2e8f0}.loginPage-info-icon{color:#4299e1;font-size:.8rem}.loginPage-new-badge{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:.2rem .5rem;border-radius:8px;font-size:.7rem;font-weight:600;margin-right:.5rem}.loginPage-professional-card{position:relative}.loginPage-professional-card .loginPage-stat-value{font-feature-settings:"tnum"}@keyframes loginPage-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.loginPage-services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin:2rem 0}.loginPage-service-button{display:flex;align-items:center;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;border:2px solid transparent}.loginPage-service-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.15);border-color:#667eea}.loginPage-service-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-left:1rem;color:#fff;font-size:1.2rem;flex-shrink:0}.loginPage-service-content{flex:1 1}.loginPage-service-title{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#2d3748}.loginPage-service-description{font-size:.8rem;color:#718096;margin:0;line-height:1.3}.loginPage-logout-btn-visible{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:#fed7d7;color:#c53030;border:none;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.85rem;font-weight:600;margin-right:.5rem}.loginPage-logout-btn-visible:hover{background:#feb2b2;transform:translateY(-1px);box-shadow:0 2px 8px rgba(197,48,48,.2)}.loginPage-user-menu{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.loginPage-user-dropdown{display:none}@media (max-width:1024px){.loginPage-hero-content{grid-template-columns:1fr;text-align:center;grid-gap:2rem;gap:2rem}.loginPage-professionals-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.loginPage-header-content{flex-direction:column;grid-gap:1rem;gap:1rem}.loginPage-header-search{order:3;width:100%}.loginPage-hero-title{font-size:2rem}.loginPage-features-grid,.loginPage-filters-container,.loginPage-professional-stats,.loginPage-professionals-grid{grid-template-columns:1fr}.loginPage-card-footer,.loginPage-welcome-actions{flex-direction:column}.loginPage-notifications-panel{left:-200px;width:280px}.loginPage-user-dropdown{left:-100px;min-width:160px}.loginPage-notification-badge{top:.2rem;right:.2rem;font-size:.6rem;padding:.1rem .3rem;min-width:16px}}@media (max-width:480px){.loginPage-hero-content{padding:2rem 1rem}.loginPage-form-card{padding:1.5rem}.loginPage-auth-buttons{flex-direction:column;width:100%}.loginPage-auth-btn{width:100%}.loginPage-services-grid{grid-template-columns:1fr;grid-gap:.8rem;gap:.8rem}.loginPage-service-button{padding:.8rem}.loginPage-service-icon{width:40px;height:40px;font-size:1rem;margin-left:.8rem}.loginPage-service-title{font-size:.9rem}.loginPage-service-description{font-size:.75rem}}.loginPage-professional-avatar img,.loginPage-profilePicture,.loginPage-user-avatar img,.loginPage-welcome-avatar img{image-rendering:crisp-edges}@media (max-width:768px) and (hover:none) and (pointer:coarse){.loginPage-form-card,.loginPage-header,.loginPage-welcome-card{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.loginPage-feature-item,.loginPage-hero-badge,.loginPage-no-data-indicator{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.loginPage-hero-pattern{opacity:.7}.loginPage-feature-item:active,.loginPage-professional-card:active,.loginPage-welcome-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}}.loginPage-notifications-list,.loginPage-professionals-grid,.loginPage-resultsContainer{transform:translateZ(0);-webkit-overflow-scrolling:touch}.loginPage-professional-avatar img,.loginPage-profilePicture,.loginPage-user-avatar img,.loginPage-welcome-avatar img{image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;-webkit-backface-visibility:hidden}.loginPage-hero-section,.loginPage-professionals-section{contain:layout style paint}@media (max-width:768px){.loginPage-container{perspective:1px;transform-style:preserve-3d}.loginPage-hero-section{position:relative;z-index:1}}@media (max-width:768px){@media (-webkit-max-device-pixel-ratio:1.5625),(max-resolution:150dpi){.loginPage-form-card,.loginPage-welcome-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(248,250,252,.98))}.loginPage-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:hsla(0,0%,100%,.98)}.loginPage-feature-item,.loginPage-hero-badge{backdrop-filter:none;-webkit-backdrop-filter:none;background:hsla(0,0%,100%,.2)}}}@media (max-width:768px){.loginPage-header-content{flex-direction:row;padding:.75rem 1rem;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.loginPage-header-brand{flex:1 1;min-width:120px}.loginPage-brand-name{font-size:1.2rem}.loginPage-header-actions{flex-shrink:0}.loginPage-auth-buttons{display:flex;flex-direction:row;grid-gap:.5rem;gap:.5rem}.loginPage-auth-btn{padding:.5rem .75rem;font-size:.8rem;white-space:nowrap;min-width:auto}.loginPage-header-search{order:3;max-width:100%;width:100%;margin-top:.5rem}.loginPage-user-actions{grid-gap:.25rem;gap:.25rem}.loginPage-icon-btn{padding:.5rem;font-size:1rem}.loginPage-user-avatar img{width:32px;height:32px}.loginPage-logout-btn-visible{padding:.4rem .6rem;font-size:.75rem;margin-right:0}}@media (max-width:480px){.loginPage-header-content{padding:.5rem}.loginPage-brand-name{font-size:1.1rem}.loginPage-auth-buttons{grid-gap:.25rem;gap:.25rem}.loginPage-auth-btn{padding:.4rem .6rem;font-size:.75rem}.loginPage-brand-logo{width:36px;height:36px}.loginPage-logo-icon{font-size:1rem}.loginPage-heart-icon{font-size:1.1em}}@media (max-width:360px){.loginPage-header-content{grid-gap:.5rem;gap:.5rem}.loginPage-auth-btn{padding:.35rem .5rem;font-size:.7rem}.loginPage-brand-name{font-size:1rem}}@media (max-width:768px){.loginPage-header-content{flex-direction:column;padding:.4rem 1rem;grid-gap:.4rem;gap:.4rem}.loginPage-header-brand{margin-bottom:.3rem}.loginPage-header-actions,.loginPage-header-brand,.loginPage-user-actions{width:100%;display:flex;justify-content:center}.loginPage-user-actions{align-items:center;grid-gap:.8rem;gap:.8rem;flex-wrap:nowrap}.loginPage-icon-btn{padding:.5rem;font-size:1.1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.95);border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;border:2px solid #f1f5f9}.loginPage-icon-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#667eea}.loginPage-user-avatar img{width:38px;height:38px;border:2px solid #667eea;box-shadow:0 2px 8px rgba(102,126,234,.2)}.loginPage-logout-btn-visible{padding:.4rem .7rem;font-size:.75rem;background:linear-gradient(135deg,#fed7d7,#feb2b2);color:#c53030;border:none;border-radius:8px;display:flex;align-items:center;grid-gap:.3rem;gap:.3rem;box-shadow:0 2px 6px rgba(197,48,48,.2);transition:all .3s ease;white-space:nowrap;font-weight:600}.loginPage-logout-btn-visible:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgba(197,48,48,.3)}.loginPage-header-search{order:3;width:100%;margin-top:0}.loginPage-search-bar{width:100%}.loginPage-search-input{width:100%;padding:.7rem 2.5rem .7rem .8rem;border:2px solid #e2e8f0;border-radius:20px;background:#fff;font-size:.9rem;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .3s ease}.loginPage-search-input:focus{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,.15);transform:translateY(-1px)}.loginPage-search-icon{left:.9rem;font-size:.9rem;color:#667eea}.loginPage-notification-badge{top:.2rem;right:.2rem;font-size:.6rem;padding:.1rem .3rem;min-width:16px;height:16px;border:1.5px solid #fff;background:linear-gradient(135deg,#ff6b6b,#ee5a24);display:flex;align-items:center;justify-content:center;font-weight:700}.loginPage-brand-name{font-size:1.2rem;text-align:center}.loginPage-brand-logo{width:36px;height:36px}.loginPage-logo-icon{font-size:1.1rem}.loginPage-logout-icon{font-size:.8rem}}@media (max-width:480px){.loginPage-header-content{padding:.3rem .8rem;grid-gap:.3rem;gap:.3rem}.loginPage-user-actions{grid-gap:.6rem;gap:.6rem}.loginPage-icon-btn{padding:.4rem;font-size:1rem;width:36px;height:36px}.loginPage-user-avatar img{width:34px;height:34px}.loginPage-logout-btn-visible{padding:.35rem .6rem;font-size:.7rem}.loginPage-search-input{padding:.6rem 2.2rem .6rem .7rem;font-size:.85rem}.loginPage-brand-name{font-size:1.1rem}}@media (max-width:360px){.loginPage-user-actions{grid-gap:.5rem;gap:.5rem}.loginPage-icon-btn{padding:.35rem;font-size:.9rem;width:32px;height:32px}.loginPage-user-avatar img{width:30px;height:30px}.loginPage-logout-btn-visible{padding:.3rem .5rem;font-size:.65rem}.loginPage-brand-name{font-size:1rem}.loginPage-search-input{padding:.5rem 2rem .5rem .6rem;font-size:.8rem}}@media (min-width:769px) and (max-width:1024px){.loginPage-user-actions{grid-gap:1rem;gap:1rem}.loginPage-icon-btn{padding:.6rem;font-size:1.2rem;width:44px;height:44px}.loginPage-user-avatar img{width:42px;height:42px}}@media (min-width:769px) and (max-width:1024px){.loginPage-auth-btn,.loginPage-logout-btn-visible{padding:.5rem .9rem;font-size:.8rem}}.loginPage-icon-btn,.loginPage-logout-btn-visible,.loginPage-user-avatar img{transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.loginPage-search-results-container{position:fixed;left:1rem;right:1rem;top:110px;z-index:1001}.loginPage-searchResults{max-height:50vh;overflow-y:auto;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.15)}}.profileContainer{background:linear-gradient(135deg,#f8f9fa,#e9ecef);direction:rtl}.profileNavbar{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 2rem;position:-webkit-sticky;position:sticky}.profileNavbarContent{max-width:1400px;grid-gap:1.5rem;gap:1.5rem}.homeButton{padding:.75rem 1.5rem;border-radius:12px;font-size:1rem}.homeButton:hover{box-shadow:0 5px 15px rgba(102,126,234,.4)}.homeIcon{font-size:1.2rem}.profileWelcomeContainer{grid-gap:.75rem;gap:.75rem;font-size:1.1rem;font-weight:600;color:#2c3e50}.profileAvatarLink{transition:transform .3s ease}.profileAvatarLink:hover{transform:scale(1.05)}.profileNavbarAvatar{width:45px;height:45px;border:3px solid #667eea;cursor:pointer}.profileNavLinks{grid-gap:1rem;gap:1rem}.profileNavLink{background:transparent;border:2px solid #667eea;color:#667eea;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:500}.profileNavLink:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.profileNavLink.logoutBtn{border-color:#e74c3c;color:#e74c3c}.profileNavLink.logoutBtn:hover{background:#e74c3c;color:#fff}.navIcon{font-size:1.2rem}.profileHeader{padding:2rem;max-width:1400px;margin:0 auto}.profileMainCard{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.1);display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem;align-items:start}.profileImageSection{display:flex;flex-direction:column;align-items:center;grid-gap:2rem;gap:2rem}.profileImageContainer{position:relative;width:250px;height:250px}.profileUserImg{width:100%;height:100%;border-radius:50%;object-fit:cover;border:6px solid #667eea;box-shadow:0 15px 40px rgba(102,126,234,.3)}.profileImageOverlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.profileImageContainer:hover .profileImageOverlay{opacity:1}.editImageButton{background:#fff;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#667eea}.editImageButton:hover{transform:scale(1.1);background:#667eea;color:#fff}.ratingSection{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff}.averageRating{display:flex;flex-direction:column;align-items:center;grid-gap:.5rem;gap:.5rem}.ratingNumber{font-size:2.5rem;font-weight:700}.stars{display:flex;grid-gap:.25rem;gap:.25rem}.star{color:#ddd;font-size:1.2rem;transition:color .3s ease}.star.filled{color:gold}.ratingCount{font-size:.9rem;opacity:.9}.profileActions{flex-direction:column;width:100%}.editButtons,.profileActions{display:flex;grid-gap:1rem;gap:1rem}.cancelButton,.editButton,.followButton,.saveButton{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:1rem 2rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;justify-content:center;width:100%}.editButton{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.editButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.saveButton{background:#27ae60;color:#fff}.saveButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(39,174,96,.4)}.cancelButton{background:#e74c3c;color:#fff}.cancelButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(231,76,60,.4)}.followButton{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.followButton.unfollow{background:#95a5a6}.followButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.profileInfoSection{padding:1rem 0}.profileUsername{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;font-weight:700}.profileUserJob{font-size:1.3rem;color:#667eea;margin-bottom:1rem;font-weight:500}.profileBio{font-size:1.1rem;color:#7f8c8d;line-height:1.6;margin-bottom:2rem;padding:1rem;background:rgba(102,126,234,.05);border-radius:12px;border-right:4px solid #667eea}.profileStats{display:flex;grid-gap:2rem;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:rgba(102,126,234,.1);border-radius:16px}.profileStat{text-align:center;flex:1 1}.profileStatNumber{display:block;font-size:1.8rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.profileStatLabel{font-size:.9rem;color:#7f8c8d;font-weight:500}.profileDetails{flex-direction:column}.profileDetailItem,.profileDetails{display:flex;grid-gap:1rem;gap:1rem}.profileDetailItem{align-items:center;padding:1rem;background:rgba(102,126,234,.05);border-radius:12px;transition:all .3s ease}.profileDetailItem:hover{background:rgba(102,126,234,.1);transform:translateX(-5px)}.detailIcon{color:#667eea;font-size:1.3rem}.editForm{grid-gap:1.5rem;gap:1.5rem}.editForm,.formGroup{display:flex;flex-direction:column}.formGroup{grid-gap:.5rem;gap:.5rem}.formGroup label{font-weight:600;color:#2c3e50}.formGroup input,.formGroup textarea{padding:1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit}.formGroup input:focus,.formGroup textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.formGroup textarea{resize:vertical;min-height:100px}.profileMain{max-width:1400px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:300px 1fr;grid-gap:2rem;gap:2rem}.friendsSection{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.08);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.sectionHeader{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f8f9fa}.sectionIcon{font-size:1.8rem;color:#667eea}.sectionHeader h2{font-size:1.5rem;color:#2c3e50;margin:0}.friendsCount{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600}.friendsGrid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.friendCard{text-decoration:none;color:inherit;background:rgba(102,126,234,.05);border-radius:16px;padding:1.5rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.friendCard:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 10px 25px rgba(102,126,234,.2)}.friendImage{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #667eea;margin-bottom:1rem}.friendName{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.friendJob{font-size:.9rem;color:#7f8c8d}.noFriends{text-align:center;padding:3rem;color:#7f8c8d}.noFriendsIcon{font-size:3rem;margin-bottom:1rem;opacity:.5}.portfolioSection{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}.portfolioTabs{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #f8f9fa;padding-bottom:1rem}.tabButton{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:1rem 2rem;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;color:#7f8c8d}.tabButton:hover{background:rgba(102,126,234,.1);color:#667eea}.tabButton.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tabIcon{font-size:1.2rem}.tabContent{min-height:400px}.uploadSection{margin-bottom:2rem;text-align:center}.uploadButton{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.uploadButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.galleryGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.galleryItem{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s ease}.galleryItem:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.2)}.galleryImage{width:100%;height:100%;object-fit:cover}.galleryOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(transparent,rgba(0,0,0,.8));display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff;opacity:0;transition:all .3s ease}.galleryItem:hover .galleryOverlay{opacity:1}.galleryOverlay h4{margin:0 0 .5rem;font-size:1.2rem}.galleryOverlay p{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);margin:0;padding:0 1rem;font-size:1rem;line-height:1.4;text-align:center;width:calc(100% - 2rem);max-width:28rem;color:#f9f7f7;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box}.removeButton{position:absolute;top:1rem;left:1rem;background:rgba(231,76,60,.9);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.removeButton:hover{background:#e74c3c;transform:scale(1.1)}.noGallery{text-align:center;padding:4rem 2rem;color:#7f8c8d;grid-column:1/-1}.noGalleryIcon{font-size:3rem;margin-bottom:1rem;opacity:.5}.evaluationForm{background:rgba(102,126,234,.05);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(102,126,234,.1)}.evaluationForm h3{margin:0 0 1.5rem;color:#2c3e50;font-size:1.3rem;text-align:center}.ratingInput{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.ratingInput label{font-weight:600;color:#2c3e50;min-width:80px}.starsInput{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:nowrap}.starsInput .star{cursor:pointer;font-size:1.5rem;transition:all .3s ease;flex-shrink:0}.starsInput .star:hover{transform:scale(1.2)}.commentInput{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.commentInput label{font-weight:600;color:#2c3e50}.commentInput textarea{padding:1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit;resize:vertical;min-height:100px;max-height:200px;width:100%;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.commentInput textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.charCounter{font-size:.8rem;color:#666;text-align:left;margin-top:.25rem}.charCounter.warning{color:#e74c3c}.charCounter.error{color:#c0392b;font-weight:700}.submitEvaluation{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;width:100%;justify-content:center}.submitEvaluation:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.submitEvaluation:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.loginPrompt{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;margin-bottom:2rem;border:1px solid #e9ecef}.loginPrompt p{margin:0;color:#6c757d;font-size:1.1rem}.loginPrompt a{color:#667eea;text-decoration:none;font-weight:600}.loginPrompt a:hover{text-decoration:underline}.evaluationCard{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.evaluationCard:hover{box-shadow:0 5px 20px rgba(102,126,234,.15);transform:translateY(-2px)}.evaluationHeader{flex-wrap:wrap}.evaluatorImage{flex-shrink:0}.evaluatorInfo{min-width:0}.evaluatorName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.evaluationDate{display:block}.evaluationRating{flex-shrink:0;margin-right:auto}.evaluationComment{border-right:3px solid #667eea;word-wrap:break-word;white-space:pre-wrap;max-width:100%;overflow:hidden}.deleteEvaluationButton{width:32px;height:32px;flex-shrink:0}.noEvaluations{background:#f8f9fa;border-radius:16px;border:2px dashed #dee2e6}.noEvaluations p{margin:0;font-size:1.1rem}@media (max-width:768px){.evaluationForm{padding:1.5rem;margin-bottom:1.5rem}.evaluationForm h3{font-size:1.2rem;margin-bottom:1rem}.ratingInput{flex-direction:column;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.starsInput{justify-content:center;width:100%}.commentInput textarea{min-height:80px;max-height:150px;font-size:.95rem}.evaluationCard{padding:1.25rem;margin:0 -.5rem}.evaluationHeader{grid-gap:.75rem;gap:.75rem}.evaluatorImage{width:45px;height:45px}.evaluatorName{max-width:150px;font-size:.95rem}.evaluationDate{font-size:.8rem}.evaluationComment{padding:.875rem;font-size:.95rem;line-height:1.5}.deleteEvaluationButton{top:10px;left:10px;width:28px;height:28px;opacity:1;background:rgba(220,53,69,.9)}}@media (max-width:480px){.evaluationForm{padding:1rem;border-radius:12px}.evaluationForm h3{font-size:1.1rem}.starsInput .star{font-size:1.3rem}.commentInput textarea{min-height:70px;max-height:120px;font-size:.9rem;padding:.875rem}.submitEvaluation{padding:.875rem 1.5rem;font-size:.95rem}.evaluationCard{padding:1rem;border-radius:12px}.evaluationHeader{grid-gap:.5rem;gap:.5rem}.evaluatorImage{width:40px;height:40px}.evaluatorName{max-width:120px;font-size:.9rem}.evaluationComment{padding:.75rem;font-size:.9rem;border-radius:8px}.noEvaluations{padding:3rem 1rem}.noEvaluationsIcon{font-size:2.5rem}}.evaluationComment{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.evaluationComment:lang(ar){line-height:1.8;text-align:right}@media (max-width:480px){.evaluationsContent{margin:0 -.5rem;padding:0 .5rem}.evaluationCard{margin:0}}.evaluationForm.loading{opacity:.7;pointer-events:none}.evaluationForm.loading .submitEvaluation:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite;margin-left:8px}.evaluationsList{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.evaluationCard{border:2px solid #f8f9fa;border-radius:16px;padding:1.5rem;transition:all .3s ease}.evaluationCard:hover{border-color:#667eea;box-shadow:0 5px 15px rgba(102,126,234,.1)}.evaluationHeader{grid-gap:1rem;gap:1rem;margin-bottom:1rem}.evaluatorImage{width:50px;height:50px;border:2px solid #667eea}.evaluatorName{color:#2c3e50;margin-bottom:.25rem}.evaluationDate{font-size:.85rem;color:#7f8c8d}.evaluationRating{grid-gap:.25rem;gap:.25rem}.evaluationComment{color:#2c3e50;padding:1rem;background:rgba(102,126,234,.05);border-radius:12px}.noEvaluations{text-align:center;padding:4rem 2rem;color:#7f8c8d}.noEvaluationsIcon{font-size:3rem;margin-bottom:1rem;opacity:.5}@media (max-width:1200px){.profileMain{grid-template-columns:1fr}.friendsSection{order:2}.portfolioSection{order:1}}@media (max-width:1024px){.profileMainCard{grid-template-columns:1fr;text-align:center}.profileImageSection{order:2}.profileInfoSection{order:1}}@media (max-width:768px){.profileNavbarContent{flex-direction:column;grid-gap:1rem;gap:1rem}.homeButton{order:1}.profileWelcomeContainer{order:2}.profileNavLinks{order:3;width:100%;justify-content:center}.profileHeader{padding:1rem}.profileMainCard{padding:2rem}.profileStats{grid-gap:1rem;gap:1rem}.portfolioTabs,.profileStats{flex-direction:column}.galleryGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.profileMain{padding:0 1rem 2rem}.ratingInput{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.editButtons{flex-direction:column}.friendsGrid,.galleryGrid{grid-template-columns:1fr}.evaluationHeader{flex-direction:column;text-align:center}.profileStats{grid-gap:.5rem;gap:.5rem}.profileStatNumber{font-size:1.5rem}}.evaluationCard,.friendCard,.galleryItem{animation:fadeInUp .6s ease forwards}.galleryItem:first-child{animation-delay:.1s}.galleryItem:nth-child(2){animation-delay:.2s}.galleryItem:nth-child(3){animation-delay:.3s}.galleryItem:nth-child(4){animation-delay:.4s}.galleryItem:nth-child(5){animation-delay:.5s}.galleryItem:nth-child(6){animation-delay:.6s}.evaluationCard:first-child{animation-delay:.1s}.evaluationCard:nth-child(2){animation-delay:.2s}.evaluationCard:nth-child(3){animation-delay:.3s}.jobSelect{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px;background-color:#fff}.seeMoreButton{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:2px dashed #ddd;border-radius:12px;background-color:#f8f9fa;color:#666;text-decoration:none;transition:all .3s ease;cursor:pointer}.seeMoreButton:hover{border-color:#1877f2;color:#1877f2;background-color:#f0f8ff}.seeMoreButton svg{font-size:24px;margin-bottom:8px}.charCount{font-size:12px;color:#666;text-align:left;display:block;margin-top:4px}.errorMessage{background-color:#ffebee;color:#c62828;padding:12px;margin:10px 20px;border-radius:8px;border:1px solid #ffcdd2;text-align:center;font-weight:700}.swal2-popup{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.swal2-confirm{margin-left:10px}.swal2-cancel{margin-right:10px}.swal2-input,.swal2-textarea{direction:rtl;text-align:right}.swal2-textarea{min-height:100px;resize:vertical}.evaluationCard{background:#fff;border-radius:12px;padding:20px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,.08);border:1px solid #e9ecef;position:relative}.evaluationHeader{display:flex;align-items:center;margin-bottom:12px;grid-gap:12px;gap:12px}.evaluatorImage{width:45px;height:45px;border-radius:50%;object-fit:cover}.evaluatorInfo{flex:1 1}.evaluatorName{font-weight:600;color:#333;display:block;margin-bottom:4px}.evaluationDate{font-size:12px;color:#6c757d}.evaluationRating{display:flex;grid-gap:2px;gap:2px}.evaluationComment{color:#555;line-height:1.6;margin:0;padding-right:40px}.deleteEvaluationButton{position:absolute;top:15px;left:15px;background:#dc3545;color:#fff;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:0}.evaluationCard:hover .deleteEvaluationButton{opacity:1}.deleteEvaluationButton:hover{background:#c82333;transform:scale(1.1)}.followButton{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px;justify-content:center}.followButton.follow{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.followButton.follow:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.followButton.followed{background:#28a745;color:#fff;cursor:not-allowed;opacity:.8}.followButton:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.followButton.followed:hover{transform:none;box-shadow:none}.followButton.loading{opacity:.7;cursor:not-allowed}.followButton.loading:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}.deleteUserBtn{background:linear-gradient(45deg,#dc3545,#c82333)!important;color:#fff!important;border:1px solid #dc3545!important}.deleteUserBtn:hover{background:linear-gradient(45deg,#c82333,#bd2130)!important;transform:translateY(-2px);box-shadow:0 4px 8px rgba(220,53,69,.3)}.swal2-input{text-align:center}.swal2-input,.swal2-popup{direction:rtl}.friendCard.deleted-user{opacity:.6;cursor:not-allowed}.deleted-text{color:#6c757d!important;font-style:italic}.friendCard.deleted-user:hover{transform:none;box-shadow:none}.profileNavbar{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.8);padding:.5rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 20px rgba(0,0,0,.08)}.profileNavbarContent{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;grid-gap:1rem;gap:1rem}.homeButton{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;box-shadow:0 2px 10px rgba(102,126,234,.3)}.homeButton:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.4)}.homeIcon{font-size:1.1rem}.profileWelcomeContainer{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.profileAvatarLink{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;text-decoration:none;color:inherit;transition:all .3s ease}.profileAvatarLink:hover{transform:translateY(-1px)}.profileNavbarAvatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #667eea;transition:all .3s ease}.profileNavbarAvatar:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.3)}.welcomeText{color:#2d3748}.profileAuthLink,.welcomeText{font-weight:600;font-size:.9rem}.profileAuthLink{padding:.5rem 1rem;border:2px solid #667eea;border-radius:8px;color:#667eea;text-decoration:none;transition:all .3s ease}.profileAuthLink:hover{background:#667eea;color:#fff;transform:translateY(-1px)}.profileNavLink,.profileNavLinks{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.profileNavLink{background:none;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;color:#4a5568}.profileNavLink:hover{background:#f7fafc;transform:translateY(-1px)}.deleteUserBtn{background:#fed7d7;color:#c53030}.deleteUserBtn:hover{background:#feb2b2}.navIcon{font-size:.9rem}.profileContainer{padding-top:60px}@media (max-width:768px){.profileNavbarContent{padding:0 1rem;grid-gap:.5rem;gap:.5rem}.homeButton,.profileAuthLink,.profileNavLink{padding:.4rem .8rem;font-size:.8rem}.welcomeText{display:none}.profileNavbarAvatar{width:32px;height:32px}}.profileNavbar{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:2px solid #e2e8f0;z-index:1000;height:70px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:0;margin:0}.navbarInner{justify-content:space-between;height:100%;padding:0 15px;margin:0 auto;max-width:100%;grid-gap:10px;gap:10px}.navbarInner,.navBtn{display:flex;align-items:center}.navBtn{grid-gap:8px;gap:8px;padding:10px 16px;border:none;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;height:44px;box-sizing:border-box}.homeBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-width:120px}.homeBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.navCenter{justify-content:center;flex:1 1;margin:0 15px}.navCenter,.userProfile{display:flex;align-items:center;min-width:0}.userProfile{grid-gap:10px;gap:10px;padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#2d3748;transition:all .3s ease;max-width:300px}.userProfile:hover{background:#edf2f7;transform:translateY(-1px)}.userAvatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #667eea;flex-shrink:0}.userName{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.authBtns{display:flex;grid-gap:10px;gap:10px;align-items:center}.loginBtn{background:#fff;color:#667eea;border:2px solid #667eea;min-width:120px}.loginBtn:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.registerBtn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:2px solid transparent;min-width:120px}.registerBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.navRight{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.deleteBtn{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;min-width:140px}.deleteBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(229,62,62,.4)}.navIcon{font-size:16px;flex-shrink:0}@media (max-width:1024px){.navbarInner{padding:0 12px;grid-gap:8px;gap:8px}.navBtn{padding:9px 14px;font-size:13px;height:42px;min-width:110px}.userName{max-width:120px;font-size:13px}}@media (max-width:768px){.profileNavbar{height:60px}.navbarInner{padding:0 10px;grid-gap:6px;gap:6px}.navBtn{padding:8px 12px;font-size:12px;height:40px;min-width:100px;grid-gap:6px;gap:6px}.userAvatar{width:32px;height:32px}.userName{max-width:100px;font-size:12px}.navCenter{margin:0 10px}.authBtns{grid-gap:6px;gap:6px}}@media (max-width:640px){.navbarInner{padding:0 8px;grid-gap:4px;gap:4px}.navBtn{padding:7px 10px;font-size:11px;height:38px;min-width:90px}.userProfile{padding:6px 10px;grid-gap:6px;gap:6px}.userName{max-width:80px}.navBtn span{display:inline-block}}@media (max-width:480px){.profileNavbar{height:55px}.navbarInner{padding:0 5px;grid-gap:3px;gap:3px}.navBtn{padding:6px 8px;font-size:10px;height:36px;min-width:80px}.userName{max-width:60px;font-size:10px}.userAvatar{width:28px;height:28px}.navIcon{font-size:14px}}@media (max-width:360px){.navBtn{min-width:70px;padding:5px 6px;font-size:9px}.userName{max-width:50px}}.profileContainer{padding-top:70px;min-height:100vh}@media (max-width:768px){.profileContainer{padding-top:60px}}@media (max-width:480px){.profileContainer{padding-top:55px}}.profileNavbar.navbar-hidden{transform:translateY(-100%);opacity:0}.education-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.education-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1)}.education-navbar{padding:1rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.education-nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.education-home-button{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;background:hsla(0,0%,100%,.1)}.education-home-button:hover{background:hsla(0,0%,100%,.2);transform:translateX(-5px)}.education-platform-info{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;background:hsla(0,0%,100%,.1);padding:.1rem .5rem;border-radius:30px}.education-platform-icon{font-size:1.2rem}.education-platform-name{font-weight:600;font-size:1.1rem}.education-hero{padding:3rem 2rem}.education-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.education-title{display:flex;align-items:center;grid-gap:1rem;gap:1rem;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.education-title-icon{font-size:3rem;opacity:.9}.education-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.education-hero-stats{display:flex;grid-gap:1.5rem;gap:1.5rem}.education-stat-item{text-align:center;background:hsla(0,0%,100%,.1);padding:1.2rem .8rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);min-width:120px}.education-stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem;display:block}.education-stat-label{font-size:.85rem;opacity:.8}.education-actions-section{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 15px rgba(0,0,0,.1);margin-bottom:1rem}.education-actions-container{max-width:1200px;margin:0 auto;display:flex;grid-gap:2rem;gap:2rem;align-items:center}.education-search-container{flex:1 1}.education-search-bar{position:relative;max-width:500px}.education-search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#64748b}.education-search-input{width:100%;padding:.8rem 3rem .8rem 1rem;border:2px solid #e2e8f0;border-radius:50px;font-size:.95rem;transition:all .3s ease;background:#f8fafc}.education-search-input:focus{outline:none;border-color:#4e73df;background:#fff;box-shadow:0 0 0 3px rgba(78,115,223,.1)}.education-search-results-info{margin-top:.5rem;color:#64748b;font-size:.85rem;text-align:right}.education-actions-buttons{display:flex;grid-gap:1rem;gap:1rem}.education-create-group-btn,.education-login-to-create-btn{padding:.8rem 1.5rem;border:none;border-radius:50px;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:600;white-space:nowrap}.education-create-group-btn{background:linear-gradient(135deg,#1cc88a,#17a673);color:#fff}.education-create-group-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(28,200,138,.4)}.education-login-to-create-btn{background:linear-gradient(135deg,#4e73df,#2e59d9);color:#fff}.education-login-to-create-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(78,115,223,.4)}.education-error-message{background:#fee2e2;color:#dc2626;padding:1rem 2rem;margin:0 2rem 1rem;border-radius:10px;border:1px solid #fecaca;text-align:center;font-weight:500}.education-groups-section{padding:2rem;max-width:1200px;margin:0 auto}.education-section-header{justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap}.education-section-header,.education-section-title{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.education-section-title{color:#1e293b;font-size:1.8rem;font-weight:700}.education-groups-count{background:#4e73df;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.education-section-filters{display:flex;align-items:center;grid-gap:.8rem;gap:.8rem}.education-filter-label{color:#64748b;font-weight:500;font-size:.9rem}.education-filter-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:20px;transition:all .3s ease;color:#64748b;font-size:.85rem}.education-filter-btn.education-active,.education-filter-btn:hover{border-color:#4e73df;background:#4e73df;color:#fff}.education-groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.education-group-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #f1f5f9;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.education-group-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.education-group-header{padding:1rem 1.5rem .5rem}.education-group-badges{display:flex;justify-content:space-between;align-items:flex-start}.education-group-badge{background:hsla(0,0%,100%,.95);color:#1e293b;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e2e8f0}.education-group-badge,.education-privacy-badge{padding:.4rem .8rem;font-size:.75rem;font-weight:600}.education-privacy-badge{display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;border-radius:12px;color:#fff}.education-privacy-badge.public{background:rgba(34,197,94,.9)}.education-privacy-badge.private{background:rgba(239,68,68,.9)}.education-group-content{padding:0 1.5rem 1.5rem}.education-group-name{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#1e293b;line-height:1.4}.education-group-description{color:#64748b;margin-bottom:1rem;line-height:1.5;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7rem}.education-group-teacher{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin:1rem 0;padding:.8rem;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9}.education-teacher-avatar img{width:40px;height:40px;border-radius:50%;border:2px solid #e2e8f0;object-fit:cover}.education-teacher-info{display:flex;flex-direction:column;flex:1 1}.education-teacher-name{font-weight:600;color:#1e293b;font-size:.9rem}.education-teacher-role{font-size:.8rem;color:#64748b;margin-top:.1rem}.education-group-stats{display:flex;grid-gap:1rem;gap:1rem;margin:1rem 0;padding:.8rem;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9}.education-group-stats .education-stat{display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;font-size:.8rem;color:#475569;font-weight:500;flex:1 1;justify-content:center}.education-group-stats .education-stat svg{font-size:.9rem;opacity:.7}.education-group-actions{margin:1rem 0 .5rem}.education-btn-primary,.education-btn-secondary,.education-btn-success{width:100%;padding:.8rem 1rem;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s ease;font-size:.9rem;font-weight:600;justify-content:center}.education-btn-primary{background:linear-gradient(135deg,#4e73df,#2e59d9);color:#fff}.education-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(78,115,223,.3)}.education-btn-secondary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.education-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(107,114,128,.3)}.education-btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.education-btn-success:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.education-enrollment-code{background:#fef3c7;color:#92400e;padding:.6rem;border-radius:8px;text-align:center;font-family:"Courier New",monospace;margin-top:.8rem;font-size:.8rem;border:1px dashed #f59e0b;font-weight:600}.education-loading-groups,.education-no-groups{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-top:1rem}.education-no-groups-icon{font-size:4rem;color:#4e73df;margin-bottom:1.5rem;opacity:.8}.education-no-groups h3{color:#1e293b;margin-bottom:1rem;font-size:1.3rem}.education-no-groups p{color:#64748b;margin-bottom:2rem;font-size:1rem;line-height:1.6}.education-create-first-group-btn{background:linear-gradient(135deg,#4e73df,#2e59d9);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;display:inline-flex;align-items:center;grid-gap:.75rem;gap:.75rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.education-create-first-group-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(78,115,223,.4)}.education-loading-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top-color:#4e73df;border-radius:50%;animation:education-spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes education-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.education-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.education-modal-content{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:education-modalSlideIn .3s ease-out}@keyframes education-modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.education-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.education-modal-header h3{margin:0;color:#1e293b;font-size:1.3rem;font-weight:700}.education-close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .3s ease}.education-close-modal:hover{color:#1e293b;background:#f1f5f9}.education-group-form{padding:0 1.5rem 1.5rem}.education-form-group{margin-bottom:1.2rem}.education-form-group label{display:block;margin-bottom:.5rem;color:#1e293b;font-weight:600;font-size:.9rem}.education-form-group input,.education-form-group select,.education-form-group textarea{width:100%;padding:.8rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.9rem;transition:all .3s ease;background:#f8fafc}.education-form-group input:focus,.education-form-group select:focus,.education-form-group textarea:focus{outline:none;border-color:#4e73df;background:#fff;box-shadow:0 0 0 3px rgba(78,115,223,.1)}.education-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.education-privacy-options{display:flex;flex-direction:column;grid-gap:.8rem;gap:.8rem}.education-privacy-option{display:flex;align-items:center;cursor:pointer}.education-privacy-option input{display:none}.education-option-content{display:flex;align-items:center;grid-gap:.8rem;gap:.8rem;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;transition:all .3s ease;flex:1 1;background:#f8fafc}.education-privacy-option input:checked+.education-option-content{border-color:#4e73df;background:rgba(78,115,223,.05)}.education-option-icon{font-size:1.3rem;padding:.6rem;border-radius:8px}.education-option-icon.education-public{color:#10b981;background:rgba(16,185,129,.1)}.education-option-icon.education-private{color:#ef4444;background:rgba(239,68,68,.1)}.education-option-title{font-weight:600;color:#1e293b;margin-bottom:.2rem;font-size:.9rem}.education-option-description{font-size:.8rem;color:#64748b}.education-form-actions{display:flex;grid-gap:1rem;gap:1rem;margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #f1f5f9}.education-btn-cancel,.education-btn-submit{padding:.8rem 1.5rem;border:none;border-radius:10px;cursor:pointer;flex:1 1;transition:all .3s ease;font-size:.9rem;font-weight:600}.education-btn-cancel{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0}.education-btn-cancel:hover{background:#e2e8f0;color:#475569}.education-btn-submit{background:linear-gradient(135deg,#4e73df,#2e59d9);color:#fff}.education-btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(78,115,223,.3)}.education-btn-submit:disabled{opacity:.6;cursor:not-allowed}.education-footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;margin-top:3rem}.education-footer-content{max-width:1200px;margin:0 auto;padding:2.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2.5rem;gap:2.5rem}.education-footer-section h4{margin-bottom:1.2rem;color:#f1f5f9;font-size:1.1rem;font-weight:600}.education-footer-section p{color:#cbd5e1;line-height:1.6;font-size:.9rem}.education-footer-section a{color:#cbd5e1;text-decoration:none;display:block;margin-bottom:.6rem;transition:color .3s ease;font-size:.9rem}.education-footer-section a:hover{color:#fff}.education-footer-bottom{border-top:1px solid #334155;padding:1.2rem 2rem;text-align:center;color:#94a3b8;font-size:.85rem}@media (max-width:768px){.education-hero-content{grid-template-columns:1fr;text-align:center;grid-gap:2rem;gap:2rem}.education-hero-stats{justify-content:center;flex-wrap:wrap}.education-actions-container{flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.education-section-header{flex-direction:column;align-items:flex-start}.education-form-row,.education-groups-grid{grid-template-columns:1fr}.education-modal-content{margin:1rem}.education-group-form{padding:0 1.2rem 1.2rem}}@media (max-width:480px){.education-actions-section,.education-groups-section,.education-hero,.education-navbar{padding-left:1rem;padding-right:1rem}.education-title{font-size:2rem}.education-stat-item{padding:1rem .5rem;min-width:100px}.education-stat-number{font-size:1.7rem}.education-groups-grid{grid-template-columns:1fr}}.education-private-key-input{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;text-align:center;letter-spacing:2px;font-weight:700}.education-private-key-help{color:#718096;font-size:14px;margin-top:8px;text-align:center}.education-filter-btn.education-active{background-color:#4299e1;color:#fff;border-color:#4299e1}.education-filter-btn{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .2s;margin:0 4px}.education-filter-btn:hover{background-color:#edf2f7}.education-enrollment-code-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px;margin-top:15px}.education-enrollment-code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.education-toggle-code-btn{background:none;border:1px solid #dee2e6;border-radius:4px;padding:4px 8px;font-size:12px;color:#6c757d;cursor:pointer;display:flex;align-items:center;grid-gap:4px;gap:4px;transition:all .2s}.education-toggle-code-btn:hover{background-color:#e9ecef}.education-enrollment-code-value{border-radius:4px;border:1px dashed #28a745;color:#28a745}.education-enrollment-code-hidden,.education-enrollment-code-value{font-family:"Courier New",monospace;font-size:18px;font-weight:700;text-align:center;background-color:#fff;padding:8px;margin-bottom:8px}.education-enrollment-code-hidden{border-radius:4px;border:1px dashed #6c757d;color:#6c757d;letter-spacing:2px}.education-enrollment-code-note{font-size:12px;color:#6c757d;text-align:center;margin:0}.education-joined-message{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;background-color:#d4edda;color:#155724;padding:8px 12px;border-radius:6px;margin-top:15px;font-size:14px}.education-joined-icon{color:#28a745}.education-delete-group-btn{background:#dc3545;color:#fff;border:none;border-radius:6px;padding:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin-right:auto;margin-top:8px}.education-delete-group-btn:hover{background:#c82333;transform:translateY(-2px)}.group-container{min-height:100vh;background:#f8f9fa;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;display:flex;flex-direction:column}.group-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);flex-shrink:0}.group-navbar{padding:1rem 2rem;border-bottom:1px solid #e9ecef}.group-nav-content{max-width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.back-button{background:none;border:none;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#4e73df;cursor:pointer;font-size:1rem}.back-button:hover{color:#2e59d9}.user-info{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.user-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.group-hero{position:relative;flex-shrink:0}.group-cover{height:300px;position:relative;overflow:hidden}.group-cover img{width:100%;height:100%;object-fit:cover}.group-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(78,115,223,.9),rgba(78,115,223,.7));display:flex;align-items:center;padding:0 2rem}.group-info{max-width:100%;margin:0 auto;color:#fff;width:100%;padding:0 1rem;box-sizing:border-box}.group-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.group-description,.group-title{word-wrap:break-word;overflow-wrap:break-word}.group-description{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9;max-width:600px;line-height:1.4}.group-meta{display:flex;grid-gap:2rem;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:1rem;background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.subject-icon{font-size:4rem;margin-bottom:1rem;display:block}.group-main{display:grid;grid-template-columns:300px 1fr;grid-gap:2rem;gap:2rem;width:100%;max-width:100%;margin:0;padding:2rem;box-sizing:border-box}.group-sidebar{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem;min-width:0}.sidebar-section{margin-bottom:2rem}.sidebar-section h3{color:#2d3748;margin-bottom:1rem;font-size:1.1rem;border-bottom:2px solid #4e73df;padding-bottom:.5rem}.sidebar-links{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.sidebar-link{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem 1rem;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#4a5568;text-decoration:none;position:relative;min-width:0}.sidebar-link:hover{background:#f7fafc;color:#2d3748}.sidebar-link.active{background:#4e73df;color:#fff}.badge{background:#e53e3e;color:#fff;padding:.25rem .5rem;border-radius:20px;font-size:.75rem;margin-right:auto}.teacher-actions{flex-direction:column}.action-btn{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1rem;background:#f7fafc;border:1px dashed #cbd5e0;border-radius:8px;color:#4a5568;width:100%;min-width:0}.action-btn:hover{background:#edf2f7;border-color:#4e73df;color:#4e73df}.enrollment-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:10px;text-align:center;min-width:0}.enrollment-card h4{margin-bottom:.5rem}.enrollment-code{font-family:monospace;font-size:1.5rem;font-weight:700;margin:1rem 0;padding:.5rem;background:hsla(0,0%,100%,.2);border-radius:5px;word-break:break-all}.enrollment-card p{font-size:.9rem;opacity:.9}.group-content{background:#fff;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.group-content,.tab-content{overflow:hidden;display:flex;flex-direction:column;min-height:0;flex:1 1}.tab-content{padding:2rem}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f7fafc;flex-shrink:0}.tab-header h2{color:#2d3748;margin:0}.content-tabs-switcher{display:flex;grid-gap:10px;gap:10px;margin-bottom:20px;border-bottom:1px solid #e0e0e0;padding-bottom:10px;flex-shrink:0}.tab-switch{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;border:none;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px;color:#666;white-space:nowrap}.tab-switch.active{background:#007bff;color:#fff}.tab-switch:hover:not(.active){background:#e9ecef}.scrollable-content{flex:1 1;overflow-y:auto;min-height:0}.materials-grid{display:grid;grid-gap:1rem;gap:1rem}.material-card{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1.5rem;border:1px solid #e2e8f0;border-radius:10px;transition:all .3s ease;min-width:0}.material-card:hover{border-color:#4e73df;box-shadow:0 2px 10px rgba(78,115,223,.1)}.material-icon{width:50px;height:50px;background:#f7fafc;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#4e73df;font-size:1.5rem;flex-shrink:0}.material-info{flex:1 1;min-width:0}.material-info h3{margin:0 0 .5rem;color:#2d3748;word-wrap:break-word;overflow-wrap:break-word}.material-meta{display:flex;grid-gap:1rem;gap:1rem;color:#718096;font-size:.9rem;flex-wrap:wrap}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.video-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;min-width:0}.video-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.15)}.video-thumbnail{position:relative;width:100%;height:200px;background:#000}.video-thumbnail iframe{width:100%;height:100%;border:none}.video-thumbnail.no-thumbnail{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;color:#666;font-size:14px}.video-thumbnail.no-thumbnail svg{font-size:40px;margin-bottom:10px}.video-info{padding:15px;min-width:0}.video-info h3{margin:0 0 10px;font-size:16px;color:#333;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.video-meta{display:flex;flex-direction:column;grid-gap:5px;gap:5px;font-size:12px;color:#666;margin-bottom:10px}.video-description{font-size:14px;color:#555;line-height:1.5;margin:0;word-wrap:break-word;overflow-wrap:break-word}.video-actions{padding:0 15px 15px;display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.files-grid{display:flex;flex-direction:column;grid-gap:15px;gap:15px;margin-top:20px}.file-card{display:flex;align-items:center;background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;min-width:0}.file-card:hover{transform:translateX(-5px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.file-icon{font-size:24px;color:#007bff;margin-left:15px;min-width:40px;flex-shrink:0}.file-info{flex:1 1;min-width:0}.file-info h3{margin:0 0 8px;font-size:16px;color:#333;word-wrap:break-word;overflow-wrap:break-word}.file-meta{display:flex;grid-gap:15px;gap:15px;font-size:12px;color:#666;flex-wrap:wrap}.file-description{font-size:14px;color:#555;margin:8px 0 0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.file-actions{display:flex;grid-gap:10px;gap:10px;flex-shrink:0}.assignments-list,.quizzes-list{display:grid;grid-gap:1.5rem;gap:1.5rem}.assignment-card,.quiz-card{padding:1.5rem;border:1px solid #e2e8f0;border-radius:10px;transition:all .3s ease;min-width:0}.assignment-card:hover,.quiz-card:hover{border-color:#4e73df;box-shadow:0 2px 10px rgba(78,115,223,.1)}.assignment-header,.quiz-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;grid-gap:1rem;gap:1rem;min-width:0}.assignment-header h3,.quiz-header h3{margin:0;color:#2d3748;word-wrap:break-word;overflow-wrap:break-word;flex:1 1;min-width:0}.assignment-meta,.quiz-meta{display:flex;grid-gap:1rem;gap:1rem;font-size:.9rem;color:#718096;flex-wrap:wrap}.due-date,.max-score{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;white-space:nowrap}.assignment-description,.quiz-description{color:#4a5568;margin-bottom:1rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.assignment-info{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#718096;flex-wrap:wrap}.assignment-actions,.quiz-actions,.teacher-actions{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap}.discussion-form-container{margin-bottom:2rem;flex-shrink:0}.discussion-form-card{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border:2px solid #e3f2fd;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(78,115,223,.1)}.form-title{color:#2d3748;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700;text-align:center;border-bottom:2px solid #4e73df;padding-bottom:.75rem}.discussion-form{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.form-group{margin-bottom:0}.modern-input,.modern-textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;box-sizing:border-box;resize:vertical}.modern-input:focus,.modern-textarea:focus{outline:none;border-color:#4e73df;box-shadow:0 0 0 3px rgba(78,115,223,.1);transform:translateY(-1px)}.modern-textarea{min-height:120px;line-height:1.5}.modern-btn{background:linear-gradient(135deg,#4e73df,#667eea);color:#fff;border:none;padding:.875rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;box-shadow:0 4px 15px rgba(78,115,223,.3)}.modern-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(78,115,223,.4)}.modern-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.modern-discussions{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;flex:1 1;overflow-y:auto;min-height:0}.modern-discussion-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}.modern-discussion-card:hover{border-color:#4e73df;box-shadow:0 4px 20px rgba(78,115,223,.15);transform:translateY(-2px)}.modern-header{justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.modern-author,.modern-header{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem}.modern-author{flex:1 1;min-width:0}.author-avatar-container{position:relative;flex-shrink:0}.modern-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;transition:border-color .3s ease}.modern-discussion-card:hover .modern-avatar{border-color:#4e73df}.online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#48bb78;border:2px solid #fff;border-radius:50%}.author-details{flex:1 1;min-width:0}.author-name{margin:0 0 .25rem;color:#2d3748;font-size:1.1rem;word-wrap:break-word;overflow-wrap:break-word}.post-meta{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#718096;font-size:.9rem}.meta-icon{font-size:.8rem;opacity:.7}.modern-delete-btn{background:#fed7d7;color:#c53030;border:none;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.modern-delete-btn:hover{background:#feb2b2;transform:scale(1.05)}.modern-content{margin-bottom:1.5rem}.modern-title{color:#2d3748;font-size:1.4rem;font-weight:700;margin-bottom:1rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.modern-text{color:#4a5568;line-height:1.7;font-size:1.05rem;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;overflow:hidden}.modern-stats{display:flex;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:10px;flex-wrap:wrap}.stat-item{align-items:center;grid-gap:.5rem;gap:.5rem;color:#718096;font-size:.9rem}.stat-icon{font-size:.9rem;opacity:.7}.modern-replies{margin:1.5rem 0;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #4e73df}.modern-replies-header{margin-bottom:1.25rem}.replies-title{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#2d3748;font-weight:600;font-size:1.1rem}.title-icon{color:#4e73df}.replies-list{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.modern-reply-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .3s ease;overflow:hidden}.modern-reply-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,.08)}.modern-reply-header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:1rem;gap:1rem;margin-bottom:.75rem}.modern-reply-author{display:flex;align-items:flex-start;grid-gap:.75rem;gap:.75rem;flex:1 1;min-width:0}.reply-avatar-container{flex-shrink:0}.modern-reply-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.reply-author-details{flex:1 1;min-width:0}.reply-author-name{margin:0 0 .2rem;color:#2d3748;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}.reply-meta{display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;color:#718096;font-size:.8rem}.modern-reply-content{color:#4a5568;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;overflow:hidden;font-size:.95rem;padding-right:.5rem}.replies-expand-container{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.modern-expand-btn{background:transparent;border:2px solid #667eea;color:#667eea;padding:.6rem 1.5rem;border-radius:20px;font-weight:600;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s ease;cursor:pointer;font-size:.9rem}.modern-expand-btn:hover{background:#667eea;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.expand-icon{font-size:.8rem;transition:transform .3s ease}.modern-expand-btn:hover .expand-icon{transform:translateY(1px)}.modern-reply-form{margin-top:1.5rem}.modern-reply-form-active{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .3s ease}.modern-reply-form-active:focus-within{border-color:#4e73df;box-shadow:0 0 0 3px rgba(78,115,223,.1)}.reply-input-container{margin-bottom:1rem}.modern-reply-textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#fff;resize:vertical;min-height:80px;line-height:1.5;box-sizing:border-box}.modern-reply-textarea:focus{outline:none;border-color:#4e73df;box-shadow:0 0 0 3px rgba(78,115,223,.1)}.modern-reply-actions{display:flex;grid-gap:.75rem;gap:.75rem;justify-content:flex-end;align-items:center;flex-wrap:wrap}.modern-reply-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.9rem}.modern-reply-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(72,187,120,.3)}.modern-reply-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.modern-cancel-btn{background:#e2e8f0;color:#4a5568;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.modern-cancel-btn:hover{background:#cbd5e0;transform:translateY(-1px)}.modern-add-reply{background:transparent;border:2px dashed #cbd5e0;color:#718096;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;width:100%;justify-content:center;font-size:.95rem}.modern-add-reply:hover{border-color:#4e73df;color:#4e73df;background:rgba(78,115,223,.05);transform:translateY(-1px)}.modern-empty{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border:2px dashed #cbd5e0;border-radius:16px;margin:2rem 0}.modern-empty .empty-icon{font-size:4rem;color:#a0aec0;margin-bottom:1.5rem;opacity:.7}.modern-empty h3{color:#2d3748;margin-bottom:1rem;font-size:1.5rem}.modern-empty p{color:#718096;margin-bottom:2rem;font-size:1.1rem}.members-list{display:grid;grid-gap:1rem;gap:1rem;flex:1 1;overflow-y:auto;min-height:0}.member-card{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:10px;transition:all .3s ease;min-width:0}.member-card:hover{border-color:#4e73df}.member-card.teacher{background:#f0fff4;border-color:#9ae6b4}.member-card img{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.member-info{flex:1 1;min-width:0}.member-info h4{margin:0 0 .25rem;color:#2d3748;word-wrap:break-word}.role{color:#718096;font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:15px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;color:#2d3748}.close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d}.close-modal:hover{color:#495057}.modal-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;color:#2d3748;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box;max-width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4e73df}.form-row{grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-actions{grid-gap:1rem;gap:1rem;margin-top:2rem}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;flex:1 1;transition:all .3s ease}.btn-cancel{background:#e9ecef;color:#495057}.btn-cancel:hover{background:#dee2e6}.btn-submit{background:#4e73df;color:#fff}.btn-submit:hover{background:#2e59d9}.loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:#718096}.btn-primary{background:#4e73df;padding:.75rem 1.5rem;border-radius:8px}.btn-primary:hover{background:#2e59d9;transform:translateY(-1px)}.btn-secondary{background:#e9ecef;color:#495057}.btn-secondary:hover{background:#dee2e6}.btn-danger{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:.9rem}.btn-danger:hover{background:#c82333;transform:scale(1.05)}.btn-small{padding:.4rem .8rem;font-size:.8rem}.btn-download{background:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-download:hover{background:#218838}.teacher-tools-highlight{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border:2px solid #4e73df;border-radius:12px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(78,115,223,.15);animation:gentlePulse 3s ease-in-out infinite}.teacher-tools-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4e73df,#667eea,#4e73df);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}.tools-title{color:#2d3748;margin-bottom:1rem;font-size:1.2rem;font-weight:700;text-align:center;border-bottom:2px solid #4e73df;padding-bottom:.5rem}.highlight-action-btn{background:linear-gradient(135deg,#4e73df,#667eea)!important;color:#fff!important;border:2px dashed hsla(0,0%,100%,.5)!important;border-radius:10px!important;padding:1rem 1.5rem!important;font-weight:600!important;font-size:1rem!important;transition:all .3s ease!important;position:relative;overflow:hidden}.highlight-action-btn:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px rgba(78,115,223,.4)!important;border-color:hsla(0,0%,100%,.8)!important}.highlight-action-btn:active{transform:translateY(-1px)!important}.badge-new{background:#ff6b6b;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:700;margin-right:auto;margin-left:.5rem;animation:bounce 2s ease-in-out infinite}.pulse-icon{animation:iconPulse 2s ease-in-out infinite}.tools-hint{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-top:1rem;padding:.75rem;background:rgba(78,115,223,.1);border-radius:8px;border-left:3px solid #4e73df;font-size:.85rem;color:#4a5568;line-height:1.4}.tools-hint svg{color:#4e73df;flex-shrink:0}@keyframes gentlePulse{0%,to{box-shadow:0 4px 20px rgba(78,115,223,.15)}50%{box-shadow:0 4px 25px rgba(78,115,223,.25)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}.clickable-member{cursor:pointer;transition:all .3s ease;position:relative}.clickable-member:hover{background:#f8f9fa;border-color:#4e73df;transform:translateX(-5px);box-shadow:0 4px 12px rgba(78,115,223,.15)}.clickable-member:active{transform:translateX(-3px);box-shadow:0 2px 8px rgba(78,115,223,.1)}.btn-contact{display:none}.clickable-member:after{content:"→";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#4e73df;opacity:0;transition:opacity .3s ease}.clickable-member:hover:after{opacity:1}@media (max-width:768px){.discussion-form-card{padding:1.25rem;margin-bottom:1.5rem}.form-title{font-size:1.2rem}.modern-input,.modern-textarea{padding:.875rem;font-size:16px}.form-actions{flex-direction:column;grid-gap:.75rem;gap:.75rem}.modern-btn{width:100%;justify-content:center;padding:1rem 1.5rem}.modern-discussion-card{padding:1.25rem;margin:.5rem 0}.modern-header{flex-direction:column;grid-gap:1rem;gap:1rem;align-items:flex-start}.modern-author{width:100%}.modern-avatar{width:45px;height:45px}.author-name{font-size:1rem}.modern-title{font-size:1.2rem;line-height:1.4}.modern-text{font-size:1rem;line-height:1.6}.modern-replies{padding:1rem;margin:1rem 0}.modern-reply-card{padding:1rem}.modern-reply-header{flex-direction:column;grid-gap:.75rem;gap:.75rem;align-items:flex-start}.modern-reply-author{width:100%}.modern-reply-avatar{width:32px;height:32px}.reply-author-name{font-size:.9rem}.modern-reply-content{font-size:.9rem;line-height:1.5}.modern-reply-form-active{padding:1rem}.modern-reply-actions{flex-direction:column;grid-gap:.5rem;gap:.5rem}.modern-cancel-btn,.modern-reply-btn{width:100%;justify-content:center}.modern-add-reply{padding:1rem;font-size:.9rem}.modern-stats{flex-direction:column;grid-gap:.75rem;gap:.75rem;padding:.875rem}.modern-expand-btn,.stat-item{justify-content:center}.modern-expand-btn{width:100%;padding:.75rem 1.5rem}}@media (max-width:480px){.discussion-form-card,.modern-discussion-card{padding:1rem}.modern-replies,.modern-reply-card{padding:.875rem}.modern-title{font-size:1.1rem}.author-name,.modern-text{font-size:.95rem}.post-meta{font-size:.8rem}}@media (max-width:1024px){.group-main{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem}.group-sidebar{position:static;order:1}.group-content{order:2}}@media (max-width:768px){.group-main{padding:1rem;grid-gap:1rem;gap:1rem}.group-hero .group-info{text-align:center}.group-title{font-size:2rem}.group-meta{justify-content:center}.tab-header{grid-gap:1rem;gap:1rem;align-items:flex-start}.tab-header,.teacher-actions{flex-direction:column}.form-row{grid-template-columns:1fr}.assignment-header,.quiz-header{flex-direction:column;grid-gap:1rem;gap:1rem;align-items:flex-start}.videos-grid{grid-template-columns:1fr}.file-card{flex-direction:column;align-items:flex-start}.file-icon{margin-left:0;margin-bottom:10px}.file-meta{flex-direction:column;grid-gap:5px;gap:5px}.file-actions{align-self:flex-end;margin-top:10px}.content-tabs-switcher{flex-direction:column}.tab-content{padding:1.5rem}.action-btn,.modern-add-reply,.modern-btn,.modern-cancel-btn,.modern-expand-btn,.modern-reply-btn,.sidebar-link{min-height:44px;touch-action:manipulation}.modern-delete-btn{min-width:44px;min-height:44px}}@media (max-width:480px){.group-main{padding:.75rem}.group-navbar,.tab-content{padding:1rem}.group-overlay{padding:0 .75rem}.clickable-member:hover:after{opacity:0}}@media (max-width:768px){.group-main{padding:0!important;width:100vw!important;margin-left:0!important;margin-right:0!important}.tab-content{padding:1rem!important}.group-content,.group-sidebar{border-radius:0!important;margin:0!important}}.group-container>*{width:100%;box-sizing:border-box}.group-container{overflow-x:hidden}.group-container>*{flex-shrink:0}.group-main{flex:1 1;min-height:0}.tab-content>:not(.tab-header):not(.content-tabs-switcher):not(.discussion-form-container){flex:1 1;overflow-y:auto;min-height:0}@media (hover:none) and (pointer:coarse){.clickable-member:hover,.modern-discussion-card:hover,.modern-reply-card:hover{transform:none;box-shadow:none}.modern-add-reply:hover,.modern-btn:hover,.modern-cancel-btn:hover,.modern-expand-btn:hover,.modern-reply-btn:hover{transform:none}}@media (max-width:768px){.group-hero .group-info{text-align:center;padding:.5rem}.group-title{font-size:1.8rem!important;line-height:1.1;margin-bottom:.75rem;word-break:break-word}.group-description{font-size:1rem!important;margin-bottom:1rem;line-height:1.3;padding:0 .5rem}.group-meta{grid-gap:.75rem;gap:.75rem;justify-content:center}.meta-item{font-size:.9rem!important;padding:.4rem .8rem;flex-shrink:0;max-width:calc(100% - 1rem);text-align:center}.subject-icon{font-size:2.5rem!important;margin-bottom:.75rem}.group-overlay{padding:0 1rem}}@media (max-width:480px){.group-title{font-size:1.5rem!important}.group-description{font-size:.9rem!important}.group-meta{flex-direction:column;align-items:center;grid-gap:.5rem;gap:.5rem}.meta-item{font-size:.85rem!important;padding:.35rem .7rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.subject-icon{font-size:2rem!important}}@media (max-width:360px){.group-title{font-size:1.3rem!important}.group-description{font-size:.85rem!important}.meta-item{font-size:.8rem!important;padding:.3rem .6rem}.group-overlay{padding:0 .5rem}.subject-icon{font-size:1.8rem!important}}.clickable-member:hover,.member-card:hover{transform:none!important;box-shadow:none!important}.clickable-member:after{display:none}.clickable-member:hover,.member-card:hover{background:#f8f9fa;border-color:#4e73df}.file-info{border-left:3px solid #4e73df}.upload-progress{margin-top:1rem}.progress-bar{height:6px;background:#e9ecef;border-radius:3px}.progress-fill{background:#4e73df}.upload-spinner{animation:spin 1s linear infinite}.file-info{margin-top:.5rem;padding:.5rem;background:#f8f9fa;border-radius:5px;border-left:3px solid #28a745}.file-info small{color:#495057;font-weight:500}.btn-submit:disabled{background:#6c757d;cursor:not-allowed}.btn-cancel:disabled{background:#adb5bd;cursor:not-allowed}.exams-tab{padding:0;min-height:60vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);overflow-x:hidden}.exams-tab .tab-header{display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,3vw,24px);background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:clamp(16px,3vw,24px);border:1px solid #e2e8f0;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.exams-tab .tab-header h2{margin:0;color:#1e293b;font-size:clamp(1.4rem,4vw,1.75rem);font-weight:700;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}.exams-tab .tab-actions{display:flex;grid-gap:clamp(8px,2vw,12px);gap:clamp(8px,2vw,12px);align-items:center;flex-wrap:wrap;justify-content:flex-end}.exams-tab .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:clamp(10px,2vw,12px) clamp(16px,3vw,24px);border-radius:12px;font-weight:600;font-size:clamp(.85rem,2vw,.95rem);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.3);display:flex;align-items:center;grid-gap:8px;gap:8px;white-space:nowrap;min-width:0;flex-shrink:0}.exams-tab .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4);background:linear-gradient(135deg,#2563eb,#1d4ed8)}.exams-tab .btn-secondary{background:#fff;color:#475569;border:2px solid #e2e8f0;padding:clamp(10px,2vw,12px) clamp(16px,3vw,24px);border-radius:12px;font-weight:600;font-size:clamp(.85rem,2vw,.95rem);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:8px;gap:8px;white-space:nowrap;min-width:0;flex-shrink:0}.exams-tab .btn-secondary:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.exams-tab .empty-state{text-align:center;padding:clamp(40px,8vw,60px) clamp(16px,3vw,24px);background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px dashed #e2e8f0}.exams-tab .empty-state h3{color:#475569;font-size:clamp(1.2rem,4vw,1.5rem);margin-bottom:12px;font-weight:600;word-wrap:break-word}.exams-tab .empty-state p{color:#64748b;font-size:clamp(1rem,2vw,1.1rem);margin:0;line-height:1.6;word-wrap:break-word}.exams-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(380px,100%),1fr));grid-gap:clamp(16px,3vw,24px);gap:clamp(16px,3vw,24px);padding:8px}.exam-card{background:#fff;border-radius:20px;padding:clamp(20px,4vw,28px);box-shadow:0 4px 25px rgba(0,0,0,.08);border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden;min-width:0}.exam-card:before{content:"";position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.exam-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:#e0e7ff}.exam-card h3{color:#1e293b;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:700;margin:0 0 12px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.exam-card p{color:#64748b;font-size:clamp(.9rem,2vw,1rem);line-height:1.6;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word}.exam-meta{display:flex;grid-gap:clamp(12px,2vw,16px);gap:clamp(12px,2vw,16px);margin-bottom:clamp(20px,3vw,24px);flex-wrap:wrap}.exam-meta span{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:8px clamp(12px,2vw,16px);border-radius:12px;font-size:clamp(.8rem,2vw,.85rem);font-weight:600;color:#475569;border:1px solid #e2e8f0;display:flex;align-items:center;grid-gap:6px;gap:6px;white-space:nowrap;flex-shrink:0;min-width:0}.exam-meta span:before{content:"•";color:#3b82f6;font-weight:700;flex-shrink:0}.exam-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.exam-actions .btn-primary{padding:clamp(10px,2vw,12px) clamp(20px,3vw,28px);font-size:clamp(.9rem,2vw,1rem);border-radius:14px;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px rgba(16,185,129,.3);min-width:0;flex:1 1}.exam-actions .btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px rgba(16,185,129,.4)}.exam-card.teacher-card{border-left:4px solid #f59e0b}.exam-card.teacher-card:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.exam-header{align-items:flex-start;margin-bottom:15px;min-width:0}.exam-admin-actions{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap;flex-shrink:0}.btn-small{padding:6px 10px;font-size:clamp(.75rem,2vw,.8rem);border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:0}.btn-edit{background:#f59e0b;color:#fff}.btn-edit:hover{background:#d97706}.teacher-exam-actions{grid-gap:clamp(8px,2vw,12px);gap:clamp(8px,2vw,12px);width:100%}.attempts-count{color:#6b7280;font-size:clamp(.8rem,2vw,.9rem);font-weight:500;white-space:nowrap;flex-shrink:0}.teacher-exam-actions .btn-primary,.teacher-exam-actions .btn-secondary{flex:1 1;padding:10px;font-size:clamp(.8rem,2vw,.9rem);min-width:min(120px,100%)}.empty-state .empty-icon{font-size:clamp(3rem,8vw,4rem);margin-bottom:20px;opacity:.7}.exam-status{position:absolute;top:20px;left:20px;padding:6px 12px;border-radius:20px;font-size:clamp(.7rem,2vw,.75rem);font-weight:700;text-transform:uppercase;white-space:nowrap;z-index:2}.exam-status.published{background:#dcfce7;color:#166534}.exam-status.draft{background:#fef3c7;color:#92400e}.empty-state:before{content:"📝";font-size:clamp(3rem,8vw,4rem);display:block;margin-bottom:20px;opacity:.7}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.exam-card{animation:slideInUp .5s ease-out}.exams-tab.loading .exam-card{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@media print{.exam-actions,.exams-tab .tab-actions{display:none}.exam-card{page-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.exam-creation-view{padding:clamp(16px,3vw,20px)}.creation-header{grid-gap:clamp(12px,3vw,20px);gap:clamp(12px,3vw,20px);margin-bottom:clamp(20px,4vw,30px);padding:clamp(16px,3vw,20px);background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);flex-wrap:wrap}.btn-back,.creation-header{display:flex;align-items:center}.btn-back{background:#6c757d;color:#fff;border:none;padding:clamp(8px,2vw,10px) clamp(16px,3vw,20px);border-radius:8px;cursor:pointer;transition:background .3s ease;white-space:nowrap;grid-gap:8px;gap:8px}.btn-back:hover{background:#5a6268}.create-exam-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px rgba(16,185,129,.3)}.create-exam-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px rgba(16,185,129,.4)}.large-btn{padding:clamp(12px,3vw,15px) clamp(20px,4vw,30px);font-size:clamp(1rem,2vw,1.1rem);margin-top:15px}.exam-results{padding:clamp(16px,3vw,20px);max-width:1000px;margin:0 auto}.results-header{justify-content:space-between;margin-bottom:clamp(20px,4vw,30px);padding:clamp(16px,3vw,20px);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);grid-gap:1rem;gap:1rem}.results-header,.results-summary{display:flex;align-items:center;background:#fff;flex-wrap:wrap}.results-summary{grid-gap:clamp(20px,4vw,40px);gap:clamp(20px,4vw,40px);margin-bottom:clamp(20px,4vw,40px);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.results-summary,.score-circle{padding:clamp(20px,4vw,30px);justify-content:center}.score-circle{text-align:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;width:clamp(120px,25vw,150px);height:clamp(120px,25vw,150px);display:flex;flex-direction:column;align-items:center;color:#fff;box-shadow:0 8px 25px rgba(16,185,129,.3);flex-shrink:0}.score-percentage{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:5px;line-height:1}.score-text{font-size:clamp(.8rem,2vw,.9rem);opacity:.9}.results-stats{display:flex;grid-gap:clamp(15px,3vw,30px);gap:clamp(15px,3vw,30px);flex:1 1;justify-content:space-around;flex-wrap:wrap}.stat-item{text-align:center;padding:clamp(15px,3vw,20px);background:#f8fafc;border-radius:12px;min-width:min(120px,100%);flex:1 1}.stat-icon{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:10px}.stat-icon.correct{color:#10b981}.stat-icon.incorrect{color:#ef4444}.stat-value{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;color:#1e293b;margin-bottom:5px}.stat-label{font-size:clamp(.8rem,2vw,.9rem)}.detailed-results{background:#fff;border-radius:16px;padding:clamp(20px,4vw,30px);box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:clamp(20px,4vw,30px)}.detailed-results h3{color:#1e293b;margin-bottom:20px;border-bottom:2px solid #e2e8f0;padding-bottom:10px;word-wrap:break-word}.answer-item{padding:clamp(16px,3vw,20px);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:clamp(16px,3vw,20px);background:#f8fafc}.question-header{margin-bottom:15px;grid-gap:.5rem;gap:.5rem}.question-number{font-weight:700;color:#475569}.answer-status.correct{color:#10b981;font-weight:700}.answer-status.incorrect{color:#ef4444;font-weight:700}.answer-status.needs-review{background:#fff3cd;color:#856404;border:1px solid #ffeaa7;padding:4px 8px;border-radius:4px}.question-text{font-size:clamp(1rem,2vw,1.1rem);margin-bottom:15px}.answer-comparison{display:flex;grid-gap:clamp(15px,3vw,30px);gap:clamp(15px,3vw,30px);margin-bottom:15px;flex-wrap:wrap}.answer-section{flex:1 1;min-width:min(300px,100%)}.student-answer.correct{color:#10b981;font-weight:700}.student-answer.incorrect{color:#ef4444;font-weight:700}.student-answer.needs-review{color:#856404;background:#fff3cd;padding:4px 8px;border-radius:4px}.correct-answer{color:#10b981;font-weight:700}.explanation{padding:clamp(12px,3vw,15px);background:#fff;border-radius:8px;border-right:4px solid #3b82f6;font-size:clamp(.9rem,2vw,.95rem);line-height:1.5}.manual-grading-note{background:#fff3cd;border:1px solid #ffeaa7;color:#856404;padding:8px 12px;border-radius:6px;margin:8px 0;word-wrap:break-word}.results-actions{text-align:center;padding:clamp(16px,3vw,20px)}.exam-taking{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:clamp(12px,2vw,20px)}.exam-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:clamp(16px,3vw,20px) clamp(20px,4vw,30px);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin-bottom:clamp(16px,3vw,24px);border:1px solid #e2e8f0;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.exam-info h2{margin:0;color:#1e293b;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:700;word-wrap:break-word}.exam-description{margin:5px 0 0;color:#64748b;font-size:clamp(.85rem,2vw,.95rem);word-wrap:break-word}.timer-container{text-align:center;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:clamp(12px,3vw,15px) clamp(16px,3vw,20px);border-radius:16px;box-shadow:0 4px 15px rgba(239,68,68,.3);flex-shrink:0}.timer{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.time-label{font-size:clamp(.7rem,2vw,.8rem);opacity:.9;margin-top:4px}.exam-layout{display:grid;grid-template-columns:minmax(280px,300px) 1fr;grid-gap:clamp(16px,3vw,24px);gap:clamp(16px,3vw,24px);margin-bottom:100px}.questions-sidebar{background:#fff;border-radius:20px;padding:clamp(20px,3vw,24px);box-shadow:0 8px 32px rgba(0,0,0,.1);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.sidebar-header{grid-gap:10px;gap:10px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f1f5f9;color:#374151;font-weight:600;word-wrap:break-word}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));grid-gap:10px;gap:10px;margin-bottom:20px}.question-number{width:clamp(40px,8vw,45px);height:clamp(40px,8vw,45px);border:2px solid #e2e8f0;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;font-size:clamp(.9rem,2vw,1rem)}.question-number:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.question-number.active{border-color:#3b82f6;background:#3b82f6;color:#fff;box-shadow:0 4px 15px rgba(59,130,246,.4)}.question-number.answered{border-color:#10b981;background:#10b981;color:#fff}.question-number.flagged{border-color:#f59e0b;background:#fef3c7;color:#92400e}.question-number.flagged .flag-indicator{position:absolute;top:-5px;left:-5px;color:#f59e0b;font-size:.7rem}.sidebar-legend{border-top:1px solid #e2e8f0;padding-top:15px}.legend-item{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-bottom:8px;font-size:clamp(.8rem,2vw,.85rem);color:#64748b;word-wrap:break-word}.legend-color{width:16px;height:16px;border-radius:4px;border:2px solid;flex-shrink:0}.legend-color.answered{background:#10b981;border-color:#10b981}.legend-color.flagged{background:#fef3c7;border-color:#f59e0b}.legend-color.unanswered{background:#fff;border-color:#e2e8f0}.question-main{background:#fff;border-radius:20px;padding:clamp(20px,4vw,30px);box-shadow:0 8px 32px rgba(0,0,0,.1);min-width:0}.progress-section{margin-bottom:clamp(20px,4vw,30px)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#64748b;font-weight:600;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.points-badge{background:#f0f9ff;color:#0369a1;padding:6px 12px;border-radius:20px;font-size:clamp(.8rem,2vw,.85rem);font-weight:600;border:1px solid #bae6fd;white-space:nowrap}.progress-bar{width:100%;height:8px;background:#f1f5f9;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;transition:width .3s ease}.question-card{border:2px solid #f1f5f9;border-radius:16px;padding:clamp(20px,4vw,30px);margin-bottom:clamp(20px,4vw,30px);background:#fafafa;min-width:0}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(20px,3vw,25px);padding-bottom:15px;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.question-type{grid-gap:8px;gap:8px;background:#f0f9ff;color:#0369a1;border-radius:20px;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.flag-btn,.question-type{display:flex;align-items:center;padding:8px 16px;white-space:nowrap}.flag-btn{background:none;border:1px solid #f59e0b;color:#92400e;border-radius:20px;cursor:pointer;grid-gap:6px;gap:6px;font-size:clamp(.8rem,2vw,.85rem);transition:all .3s ease}.flag-btn.flagged,.flag-btn:hover{background:#fef3c7}.flag-btn.flagged{border-color:#d97706}.question-content{margin-top:20px}.question-text{font-size:clamp(1.1rem,3vw,1.3rem);color:#1e293b;margin-bottom:clamp(20px,3vw,25px);font-weight:600}.options-container{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.option-card{display:flex;align-items:center;cursor:pointer}.option-card input{display:none}.option-content{display:flex;align-items:center;grid-gap:15px;gap:15px;padding:clamp(15px,3vw,18px) clamp(16px,3vw,20px);border:2px solid #e2e8f0;border-radius:12px;background:#fff;flex:1 1;transition:all .3s ease;min-width:0}.option-card input:checked+.option-content{border-color:#3b82f6;background:#f0f9ff;box-shadow:0 4px 15px rgba(59,130,246,.2)}.option-card:hover .option-content{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.option-letter{width:clamp(30px,6vw,35px);height:clamp(30px,6vw,35px);background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b;font-size:clamp(1rem,2vw,1.1rem);flex-shrink:0}.option-card input:checked+.option-content .option-letter{background:#3b82f6;color:#fff}.option-text{font-size:clamp(1rem,2vw,1.1rem);color:#374151;line-height:1.5;word-wrap:break-word;flex:1 1;min-width:0}.true-false-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:15px;gap:15px;max-width:400px;margin:0 auto}.tf-option input{display:none}.tf-content{padding:clamp(20px,4vw,25px) clamp(16px,3vw,20px);border:2px solid #e2e8f0;border-radius:16px;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px;font-size:clamp(1.1rem,3vw,1.2rem);font-weight:600;transition:all .3s ease;text-align:center;word-wrap:break-word}.tf-content.correct{color:#059669;border-color:#a7f3d0}.tf-content.incorrect{color:#dc2626;border-color:#fecaca}.tf-option input:checked+.tf-content{background:#f0f9ff;border-color:#3b82f6;box-shadow:0 4px 15px rgba(59,130,246,.2)}.text-answer-container{position:relative}.answer-textarea{width:100%;padding:clamp(16px,3vw,20px);border:2px solid #e2e8f0;border-radius:12px;font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;resize:vertical;transition:border-color .3s ease;font-family:inherit;box-sizing:border-box;min-height:120px}.answer-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.word-count{position:absolute;bottom:10px;left:15px;color:#64748b;font-size:clamp(.8rem,2vw,.85rem);background:#fff;padding:2px 8px;border-radius:10px}.question-navigation{display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,3vw,20px) 0;border-top:1px solid #e2e8f0;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.nav-btn{padding:clamp(10px,2vw,12px) clamp(20px,3vw,24px);border:2px solid #3b82f6;border-radius:12px;background:#fff;color:#3b82f6;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex:1 1;min-width:min(120px,100%)}.nav-btn:hover:not(:disabled){background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(59,130,246,.3)}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.submit-btn-final{background:#10b981;color:#fff;border-color:#10b981}.submit-btn-final:hover:not(:disabled){background:#059669;border-color:#059669}.navigation-info{color:#64748b;font-weight:600;text-align:center;flex-basis:100%}.exam-footer-quick{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:clamp(16px,3vw,20px) clamp(20px,4vw,30px);box-shadow:0 -4px 20px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;flex-wrap:wrap;grid-gap:1rem;gap:1rem;z-index:1000}.quick-stats{display:flex;grid-gap:clamp(15px,3vw,30px);gap:clamp(15px,3vw,30px);flex-wrap:wrap;flex:1 1;justify-content:center}.stat{min-width:min(80px,100%)}.stat-number{font-size:clamp(1.2rem,3vw,1.5rem)}.quick-submit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:clamp(12px,3vw,15px) clamp(20px,4vw,30px);border-radius:12px;font-weight:600;cursor:pointer;box-shadow:0 4px 15px rgba(16,185,129,.3);transition:all .3s ease;white-space:nowrap;flex-shrink:0}.quick-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.quick-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1200px){.exams-list{grid-template-columns:repeat(auto-fill,minmax(min(340px,100%),1fr))}}@media (max-width:1024px){.exam-layout{grid-template-columns:1fr}.questions-sidebar{position:static;order:2}.question-main{order:1}.creator-layout{grid-template-columns:1fr}.creator-sidebar{position:static}}@media (max-width:768px){.exams-tab{padding:0 12px}.exams-tab .tab-header{flex-direction:column;grid-gap:20px;gap:20px;padding:20px;text-align:center}.exams-tab .tab-actions{width:100%;justify-content:center;flex-wrap:wrap}.exams-tab .btn-primary,.exams-tab .btn-secondary{flex:1 1;min-width:140px;justify-content:center}.exams-list{grid-template-columns:1fr;grid-gap:20px;gap:20px;padding:4px}.exam-card{padding:20px;margin:0 4px}.exam-card h3{font-size:1.3rem}.exam-meta{grid-gap:12px;gap:12px;justify-content:center}.exam-meta span{flex:1 1;min-width:120px;text-align:center}.exam-actions,.exam-meta span{justify-content:center}.exam-actions .btn-primary{width:100%;max-width:200px}.creation-header,.exam-header{flex-direction:column;text-align:center;grid-gap:15px;gap:15px}.true-false-container{grid-template-columns:1fr}.exam-footer-quick,.question-navigation{flex-direction:column;grid-gap:15px;gap:15px}.quick-stats{grid-gap:20px;gap:20px}.results-summary{flex-direction:column;text-align:center}.answer-comparison,.results-stats{flex-direction:column;grid-gap:15px;gap:15px}.question-header{align-items:flex-start}.question-header,.teacher-exam-actions{flex-direction:column;grid-gap:10px;gap:10px}.attempts-count{order:-1;width:100%;text-align:center}.exam-admin-actions{align-self:flex-end}.builder-controls,.preview-stats,.tf-options{grid-template-columns:1fr}}@media (max-width:480px){.exams-tab .tab-header h2{font-size:1.5rem}.exam-card{padding:16px 12px;border-radius:16px}.exam-card h3{font-size:1.2rem}.exam-meta{flex-direction:column;grid-gap:10px;gap:10px}.exam-meta span{min-width:auto;justify-content:flex-start}.exams-tab .btn-primary,.exams-tab .btn-secondary{padding:10px 16px;font-size:.9rem}.tab-actions{flex-direction:column;width:100%}.tab-actions button{width:100%;margin-bottom:10px}.teacher-exam-actions button{font-size:.8rem}.reviews-tab{padding:1rem 0}.review-item,.reviews-header{padding:1.25rem}.review-avatar{width:50px;height:50px}.reaction-btn{padding:.5rem 1rem;font-size:.85rem}.no-reviews{padding:2rem 1rem}.no-reviews-icon{font-size:2.5rem}.questions-grid{grid-template-columns:repeat(auto-fit,minmax(35px,1fr));grid-gap:8px;gap:8px}.question-number{width:35px;height:35px;font-size:.9rem}.option-content{padding:12px 16px}.option-text{font-size:1rem}.question-text{font-size:1.1rem}}@media (max-width:360px){.exam-card{padding:12px 8px}.exam-meta span{padding:6px 10px;font-size:.75rem}.btn-primary,.btn-secondary{padding:8px 12px;font-size:.8rem}.questions-grid{grid-template-columns:repeat(auto-fit,minmax(30px,1fr))}.question-number{width:30px;height:30px;font-size:.8rem}}@media (max-width:768px){.answer-textarea,.btn-primary,.btn-secondary,.flag-btn,.form-input,.form-select,.form-textarea,.nav-btn,.option-card,.question-number,.tf-option{min-height:44px}}.detailed-results h3,.exam-card h3,.exam-card p,.exam-description,.exam-info h2,.explanation,.manual-grading-note,.option-text,.question-text,.tf-content{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.btn-back,.btn-primary,.btn-secondary,.btn-small,.nav-btn,.quick-submit-btn{max-width:100%;box-sizing:border-box}@media (max-width:768px){.exam-creator,.exam-results,.exam-taking{padding-bottom:120px}.exam-footer-quick{padding:12px 16px}}@media (prefers-contrast:high){.exam-card{border:2px solid #000}.btn-primary,.btn-secondary{border:2px solid}}@media (prefers-reduced-motion:reduce){.btn-primary,.btn-secondary,.exam-card,.nav-btn,.option-card,.question-number{transition:none;animation:none}.exam-card:hover{transform:none}}.exam-creator{max-width:1400px;margin:0 auto;padding:clamp(16px,3vw,20px);background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;overflow-x:hidden}.creator-header{text-align:center;margin-bottom:clamp(20px,4vw,40px);padding:clamp(20px,4vw,30px);background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);word-wrap:break-word}.creator-header h1{margin:0 0 10px;color:#1e293b;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:700;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.creator-header p{margin:0;color:#64748b;font-size:clamp(1rem,2vw,1.1rem);line-height:1.5}.creator-layout{display:grid;grid-template-columns:1fr minmax(300px,400px);grid-gap:clamp(20px,4vw,30px);gap:clamp(20px,4vw,30px)}.creator-main{display:flex;flex-direction:column;grid-gap:clamp(20px,3vw,25px);gap:clamp(20px,3vw,25px);min-width:0}.info-card{background:#fff;border-radius:20px;padding:clamp(20px,4vw,30px);box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;min-width:0}.card-header{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-bottom:clamp(20px,3vw,25px);padding-bottom:clamp(16px,3vw,20px);border-bottom:2px solid #f1f5f9;flex-wrap:wrap}.card-header h3{margin:0;color:#1e293b;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;word-wrap:break-word}.card-header svg{color:#3b82f6;font-size:clamp(1.1rem,2vw,1.2rem);flex-shrink:0}.form-grid{display:grid;grid-gap:clamp(16px,3vw,20px);gap:clamp(16px,3vw,20px)}.form-group{flex-direction:column;min-width:0}.form-group,.form-group label{display:flex;grid-gap:8px;gap:8px}.form-group label{color:#374151;font-size:clamp(.9rem,2vw,.95rem);align-items:center;word-wrap:break-word}.form-input,.form-select,.form-textarea{padding:clamp(12px,3vw,14px) clamp(14px,3vw,16px);border:2px solid #e2e8f0;border-radius:12px;font-size:clamp(.95rem,2vw,1rem);transition:all .3s ease;background:#fff;font-family:inherit;box-sizing:border-box;min-width:0}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-textarea{resize:vertical;min-height:clamp(70px,15vw,80px)}.builder-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));grid-gap:clamp(12px,2vw,15px);gap:clamp(12px,2vw,15px);margin-bottom:clamp(16px,3vw,20px)}.options-section{margin:clamp(16px,3vw,20px) 0}.options-grid{display:flex;flex-direction:column;grid-gap:clamp(10px,2vw,12px);gap:clamp(10px,2vw,12px)}.option-item{padding:clamp(12px,3vw,15px);background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;flex-wrap:wrap}.option-input-wrapper,.option-item{display:flex;align-items:center;grid-gap:clamp(10px,2vw,12px);gap:clamp(10px,2vw,12px);min-width:0}.option-input-wrapper{flex:1 1}.option-number{width:clamp(28px,6vw,30px);height:clamp(28px,6vw,30px);background:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b;font-size:clamp(.85rem,2vw,.9rem);flex-shrink:0}.option-input{flex:1 1;padding:clamp(10px,2vw,12px);border:1px solid #d1d5db;border-radius:8px;font-size:clamp(.9rem,2vw,.95rem);min-width:0;box-sizing:border-box}.correct-toggle{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:clamp(6px,2vw,8px) clamp(10px,2vw,12px);border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:all .3s ease;font-size:clamp(.8rem,2vw,.85rem);font-weight:500;white-space:nowrap;flex-shrink:0}.correct-toggle.active{background:#dcfce7;border-color:#10b981;color:#166534}.correct-toggle:hover{border-color:#3b82f6}.true-false-section{margin:clamp(16px,3vw,20px) 0}.tf-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));grid-gap:clamp(12px,2vw,15px);gap:clamp(12px,2vw,15px)}.tf-option{display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px;padding:clamp(16px,3vw,20px);border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:clamp(1rem,2vw,1.1rem);text-align:center;word-wrap:break-word;min-height:60px}.tf-option.active{border-color:#10b981;background:#dcfce7;color:#166534}.tf-option:hover{border-color:#3b82f6;transform:translateY(-2px)}.keywords-section{margin:clamp(16px,3vw,20px) 0;padding:clamp(16px,3vw,20px);background:#f0f9ff;border-radius:12px;border:1px solid #bae6fd;word-wrap:break-word}.section-header{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:8px;flex-wrap:wrap}.help-text{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);line-height:1.5}.help-text,.keywords-input{margin-bottom:clamp(12px,2vw,15px)}.keywords-input{display:flex;grid-gap:clamp(8px,2vw,10px);gap:clamp(8px,2vw,10px);flex-wrap:wrap}.keyword-input{flex:1 1;padding:clamp(10px,2vw,12px);border:1px solid #bae6fd;border-radius:8px;font-size:clamp(.9rem,2vw,.95rem);min-width:min(200px,100%);box-sizing:border-box}.btn-add-keyword{padding:clamp(10px,2vw,12px) clamp(14px,3vw,16px);background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease;white-space:nowrap;flex-shrink:0}.btn-add-keyword:hover{background:#2563eb}.keywords-list{display:flex;flex-wrap:wrap;grid-gap:clamp(6px,2vw,8px);gap:clamp(6px,2vw,8px)}.keyword-tag{grid-gap:6px;gap:6px;background:#fff;padding:clamp(5px,2vw,6px) clamp(10px,2vw,12px);border-radius:20px;border:1px solid #bae6fd;font-size:clamp(.8rem,2vw,.85rem);color:#0369a1}.keyword-tag,.keyword-tag button{display:flex;align-items:center;flex-shrink:0}.keyword-tag button{background:none;color:#64748b;font-size:clamp(.9rem,2vw,1rem);padding:0;width:clamp(16px,4vw,18px);height:clamp(16px,4vw,18px)}.btn-primary,.keyword-tag button{border:none;cursor:pointer;justify-content:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:clamp(12px,3vw,15px) clamp(20px,4vw,25px);border-radius:12px;font-weight:600;display:flex;align-items:center;grid-gap:8px;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px rgba(59,130,246,.3);white-space:nowrap;min-width:0;flex-shrink:0}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-add-question{margin-top:clamp(16px,3vw,20px);width:100%}.creator-sidebar{position:-webkit-sticky;position:sticky;top:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:0}.preview-card{background:#fff;border-radius:20px;padding:clamp(20px,3vw,25px);box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;min-width:0}.questions-count{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:20px;font-size:clamp(.75rem,2vw,.8rem);font-weight:600;white-space:nowrap}.empty-preview{text-align:center;padding:clamp(30px,6vw,40px) clamp(16px,3vw,20px);color:#64748b}.empty-icon{font-size:clamp(2.5rem,6vw,3rem);margin-bottom:15px;opacity:.5}.preview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));grid-gap:clamp(12px,2vw,15px);gap:clamp(12px,2vw,15px);margin-bottom:clamp(16px,3vw,20px);padding:clamp(16px,3vw,20px);background:#f8fafc;border-radius:12px}.stat{text-align:center;min-width:0}.stat-number{display:block;font-size:clamp(1.3rem,3vw,1.5rem);color:#1e293b;line-height:1}.stat-label{font-size:clamp(.8rem,2vw,.85rem);color:#64748b;margin-top:4px}.questions-list{max-height:500px;overflow-y:auto;margin-bottom:clamp(16px,3vw,20px);min-width:0}.preview-question{padding:clamp(16px,3vw,20px);background:#f8fafc;border-radius:12px;margin-bottom:clamp(12px,2vw,15px);border:1px solid #e2e8f0;min-width:0}.question-preview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(10px,2vw,12px);flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;min-width:0}.question-info{display:flex;align-items:center;grid-gap:clamp(10px,2vw,12px);gap:clamp(10px,2vw,12px);min-width:0;flex:1 1}.question-type-icon{font-size:clamp(1.1rem,2vw,1.2rem);flex-shrink:0}.question-number{color:#374151}.question-number,.question-points{font-weight:600;white-space:nowrap;flex-shrink:0}.question-points{grid-gap:4px;gap:4px;color:#f59e0b;font-size:clamp(.8rem,2vw,.85rem)}.btn-remove,.question-points{display:flex;align-items:center}.btn-remove{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:6px;border-radius:6px;cursor:pointer;transition:all .3s ease;flex-shrink:0;justify-content:center;width:clamp(28px,6vw,32px);height:clamp(28px,6vw,32px)}.btn-remove:hover{background:#dc2626;color:#fff}.question-preview-text{margin:0 0 clamp(10px,2vw,12px);color:#374151;line-height:1.5;font-size:clamp(.9rem,2vw,.95rem);word-wrap:break-word;overflow-wrap:break-word}.preview-options{display:flex;flex-direction:column;grid-gap:clamp(5px,2vw,6px);gap:clamp(5px,2vw,6px)}.preview-option{padding:clamp(6px,2vw,8px) clamp(10px,2vw,12px);background:#fff;border-radius:6px;border:1px solid #e2e8f0;font-size:clamp(.8rem,2vw,.85rem);color:#64748b;word-wrap:break-word}.preview-option.correct{background:#dcfce7;border-color:#10b981;color:#166534;font-weight:600}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:clamp(12px,3vw,15px) clamp(20px,4vw,25px);border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;grid-gap:8px;gap:8px;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px rgba(16,185,129,.3);width:100%;white-space:nowrap}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.btn-success:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));grid-gap:clamp(12px,2vw,15px);gap:clamp(12px,2vw,15px)}.time-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));grid-gap:clamp(8px,2vw,10px);gap:clamp(8px,2vw,10px)}.time-input-group{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.time-input-group label{font-size:clamp(.8rem,2vw,.85rem);color:#64748b;font-weight:500}.question-type-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(140px,100%),1fr));grid-gap:clamp(10px,2vw,12px);gap:clamp(10px,2vw,12px);margin-bottom:clamp(16px,3vw,20px)}.type-option{display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;padding:clamp(12px,3vw,16px);border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center}.type-option.active{border-color:#3b82f6;background:#f0f9ff}.type-option:hover{border-color:#3b82f6;transform:translateY(-2px)}.type-icon{font-size:clamp(1.5rem,4vw,2rem);color:#64748b}.type-option.active .type-icon{color:#3b82f6}.type-name{font-size:clamp(.85rem,2vw,.9rem);font-weight:600;color:#374151}.difficulty-selector{display:flex;grid-gap:clamp(8px,2vw,10px);gap:clamp(8px,2vw,10px);flex-wrap:wrap}.difficulty-option{padding:clamp(8px,2vw,10px) clamp(12px,2vw,16px);border:2px solid #e2e8f0;border-radius:20px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:clamp(.85rem,2vw,.9rem);font-weight:500;white-space:nowrap}.difficulty-option.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.difficulty-option:hover{border-color:#3b82f6}.points-input-container{display:flex;align-items:center;grid-gap:10px;gap:10px;max-width:150px}.points-input{flex:1 1;padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;text-align:center}.points-label{font-size:.9rem;color:#64748b;white-space:nowrap}@media (max-width:1024px){.creator-layout{grid-template-columns:1fr;grid-gap:20px;gap:20px}.creator-sidebar{position:static;order:2}.creator-main{order:1}}@media (max-width:768px){.builder-controls,.tf-options{grid-template-columns:1fr}.preview-stats,.question-type-selector{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.time-inputs{grid-template-columns:repeat(2,1fr)}.option-item{flex-direction:column;align-items:stretch}.option-input-wrapper{flex-direction:column;grid-gap:10px;gap:10px}.correct-toggle{align-self:flex-start}}@media (max-width:480px){.preview-stats,.question-type-selector,.time-inputs{grid-template-columns:1fr}.keywords-input{flex-direction:column}.keyword-input{min-width:100%}.question-preview-header{flex-direction:column;align-items:flex-start}.question-info{width:100%;justify-content:space-between}.card-header{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}}@media (max-width:768px){.btn-add-keyword,.btn-primary,.btn-remove,.btn-success,.correct-toggle,.difficulty-option,.form-input,.form-select,.form-textarea,.keyword-input,.option-input,.tf-option,.type-option{min-height:44px}}.card-header h3,.creator-header h1,.creator-header p,.help-text,.preview-option,.question-preview-text,.type-name{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.btn-add-keyword,.btn-primary,.btn-success,.correct-toggle,.difficulty-option,.tf-option,.type-option{max-width:100%;box-sizing:border-box}.exam-creator.loading .info-card{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.exam-creator.success .btn-success{background:linear-gradient(135deg,#10b981,#059669);animation:successPulse 2s ease-in-out}@keyframes successPulse{0%,to{box-shadow:0 4px 15px rgba(16,185,129,.3)}50%{box-shadow:0 4px 20px rgba(16,185,129,.6)}}.form-input.error,.form-select.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.error-message{color:#ef4444;font-size:.85rem;margin-top:4px;display:flex;align-items:center;grid-gap:6px;gap:6px}.char-counter{font-size:.8rem;color:#64748b;text-align:right;margin-top:4px}.char-counter.warning{color:#f59e0b}.char-counter.error{color:#ef4444}.draggable-question{cursor:grab;transition:transform .2s ease}.draggable-question:active{cursor:grabbing}.draggable-question.dragging{opacity:.5;transform:rotate(5deg)}.drop-zone{border:2px dashed #3b82f6;background:#f0f9ff;border-radius:12px;padding:20px;text-align:center;color:#3b82f6;margin:10px 0}.auto-save-indicator{position:fixed;bottom:20px;right:20px;background:#10b981;color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;display:flex;align-items:center;grid-gap:6px;gap:6px}.auto-save-indicator.saving{background:#f59e0b}.auto-save-indicator.error{background:#ef4444}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(108,117,125,.3)}.btn-secondary:hover{background:linear-gradient(135deg,#5a6268,#495057);transform:translateY(-2px);box-shadow:0 4px 12px rgba(108,117,125,.4)}.btn-secondary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(108,117,125,.4)}.btn-secondary:focus{outline:none;box-shadow:0 0 0 3px rgba(108,117,125,.3)}.btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.btn-secondary:hover:before{left:100%}.btn-secondary svg{transition:transform .3s ease}.btn-secondary:hover svg{transform:rotate(180deg)}.btn-secondary{direction:rtl;font-family:system-ui,-apple-system,sans-serif}.btn-secondary:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.btn-secondary:disabled,.btn-secondary:disabled:hover{transform:none;box-shadow:none}@media (max-width:768px){.btn-secondary{padding:.625rem 1.25rem;font-size:.9rem;margin-top:1rem}}.coming-soon-popup{position:fixed;display:flex;align-items:center;justify-content:center;z-index:1000}.coming-soon-popup,.popup-overlay{top:0;left:0;width:100%;height:100%}.popup-overlay{position:absolute;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-content{position:relative;background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.3);max-width:400px;width:90%;animation:popup-appear .3s ease-out}@keyframes popup-appear{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-icon{font-size:3rem;margin-bottom:1rem}.popup-content h3{color:#333;margin-bottom:1rem;font-size:1.5rem}.popup-content p{color:#666;margin-bottom:1.5rem;line-height:1.5}.teacher-exam-actions{flex-wrap:wrap}.teacher-exam-actions,.teacher-exam-actions .btn-primary{display:flex;grid-gap:.5rem;gap:.5rem;align-items:center}@media (max-width:768px){.teacher-exam-actions{flex-direction:column;align-items:stretch}.teacher-exam-actions .attempts-count{text-align:center;margin-bottom:.5rem}}.answer-item{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.correct-answer,.question-text,.student-answer{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;line-height:1.6}.correct-answer,.student-answer{display:block;padding:8px 12px;background:hsla(0,0%,100%,.7);border-radius:6px;margin-top:5px;border:1px solid #e2e8f0}.keyword-analysis{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.keyword-tag{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.explanation{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;line-height:1.6}.answer-comparison,.answer-section{min-width:0}@media (max-width:768px){.answer-comparison{flex-direction:column}.answer-section{width:100%}.keyword-tag{max-width:150px}.correct-answer,.student-answer{font-size:.9rem}}*,:after,:before{box-sizing:border-box}.registerForm{width:100%;max-width:100%}.formRow,.inputGroup{box-sizing:border-box}.registerInput,.registerSelect{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;text-align:right;box-sizing:border-box}.registerInput:focus,.registerSelect:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.registerContainer{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;direction:rtl}.errorMessage{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:1rem;background:rgba(231,76,60,.1);border:1px solid rgba(231,76,60,.3);border-radius:12px;margin-bottom:1.5rem;color:#e74c3c;font-weight:500}.errorIcon{font-size:1.2rem;flex-shrink:0}.registerButton.loading{opacity:.8;cursor:not-allowed;transform:none!important;box-shadow:none!important}.registerButton:disabled{opacity:.7;cursor:not-allowed}.button-loading-content{display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem}.loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:#fff}.registerBackground{position:fixed;top:0;left:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1541336032412-2048a678540d?auto=format&fit=crop&ixlib=rb-4.0.3&q=80&w=2048) 50%/cover;z-index:-1}.registerOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.93),rgba(118,75,162,.93))}.registerWrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;width:100%;z-index:1}.registerLeft{display:flex;align-items:center;justify-content:center}.registerHero{color:#fff;text-align:center}.registerLogo{font-size:3rem;font-weight:300;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text}.registerCity,.registerLogo{-webkit-text-fill-color:transparent}.registerCity{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,gold,#ff6b6b);-webkit-background-clip:text;background-clip:text}.registerDesc{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:500px}.registerFeatures{flex-direction:column}.registerFeature,.registerFeatures{display:flex;grid-gap:1rem;gap:1rem}.registerFeature{align-items:center;padding:1rem;background:hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.registerFeature:hover{background:hsla(0,0%,100%,.2);transform:translateX(-5px)}.featureIcon{font-size:1.5rem;color:gold}.registerFeature span{font-size:1.1rem;font-weight:500}.registerRight{display:flex;align-items:center;justify-content:center}.registerCard{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.15);border:1px solid hsla(0,0%,100%,.3);width:100%;max-width:500px}.registerHeader{text-align:center;margin-bottom:2.5rem}.registerHeader h2{font-size:2rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600}.registerHeader p{color:#7f8c8d;font-size:1rem}.registerForm{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.formRow{width:100%}.inputGroup{position:relative;width:100%}.inputIcon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#667eea;font-size:1.2rem;z-index:2}.registerInput{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;text-align:right}.registerInput:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.registerInput::placeholder{text-align:right;color:#a0a0a0}.registerSelect{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;text-align:right}.registerSelect:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.fileUploadSection{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.fileUploadGroup{position:relative}.fileUploadLabel{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem;border:2px dashed #e1e5e9;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#f8f9fa;text-align:right}.fileUploadLabel:hover{border-color:#667eea;background:rgba(102,126,234,.05)}.uploadIcon{color:#667eea;font-size:1.2rem}.fileUploadLabel span{flex:1 1;color:#2c3e50;font-weight:500}.fileSelected{color:#27ae60!important;font-weight:600}.fileUploadInput{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.registerButton{width:100%;padding:1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;position:relative;overflow:hidden}.registerButton:hover:not(.loading):not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}.registerButton:active:not(.loading):not(:disabled){transform:translateY(0)}.registerLoginLink{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.registerLoginLink span{color:#7f8c8d;margin-left:.5rem}.loginLink{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.loginLink:hover{color:#764ba2;text-decoration:underline}@media (max-width:1024px){.registerWrapper{grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.registerLeft{order:2}.registerRight{order:1}.registerHero{max-width:500px}}@media (max-width:768px){.registerContainer{padding:1rem}.registerCard{padding:2rem}.registerLogo{font-size:2.5rem}.registerCity{font-size:3rem}.registerDesc{font-size:1.1rem}}@media (max-width:480px){.registerCard{padding:1.5rem}.registerHeader h2{font-size:1.8rem}.registerFeatures{grid-gap:.75rem;gap:.75rem}.registerFeature{padding:.75rem}.featureIcon{font-size:1.3rem}.inputIcon{font-size:1.1rem;right:.75rem}.registerInput,.registerSelect{padding:.875rem 2.5rem .875rem .75rem}.button-loading-content{font-size:.9rem}.loading-spinner{width:14px;height:14px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.registerCard{animation:fadeInUp .6s ease}.registerHero{animation:fadeInUp .6s ease .2s both}.registerFeature:first-child{animation:fadeInUp .6s ease .4s both}.registerFeature:nth-child(2){animation:fadeInUp .6s ease .5s both}.registerFeature:nth-child(3){animation:fadeInUp .6s ease .6s both}.disabledInput{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.8}.disabledInput:focus{outline:none;border-color:#e9ecef}.messenger-container{height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:0;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.messenger{width:100%;height:100vh;border-radius:0;box-shadow:none;display:flex;overflow:hidden;position:relative}.messenger,.mobile-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-header{display:none;position:fixed;top:0;right:0;left:0;padding:15px 20px;border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;align-items:center;justify-content:space-between}.menu-toggle{background:none;border:none;font-size:1.2rem;color:#2c3e50;cursor:pointer;padding:8px}.mobile-chat-info{display:flex;flex-direction:column;align-items:center;flex:1 1;margin:0 15px}.mobile-username{font-weight:600;color:#2c3e50;font-size:1rem}.mobile-status{font-size:.8rem;color:#2ecc71}.mobile-home-button{color:#2c3e50;font-size:1.2rem;padding:8px}.conversations-sidebar{width:350px;border-left:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:transform .3s ease}.sidebar-header{padding:20px;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1)}.header-main,.sidebar-header{display:flex;align-items:center}.header-main{grid-gap:15px;gap:15px}.home-button1{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;font-size:.9rem;font-weight:500}.home-button1:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(63,77,142,.4)}.home-icon{font-size:1rem}.sidebar-header h2{margin:0;color:#2c3e50;font-size:1.5rem}.header-actions{display:flex;grid-gap:10px;gap:10px}.search-container{position:relative;padding:15px;border-bottom:1px solid rgba(0,0,0,.1);width:260px;max-width:72%;margin-left:auto}.search-icon{position:absolute;right:35px;top:50%;transform:translateY(-50%);color:#7f8c8d}.search-input{width:100%;padding:12px 40px 12px 20px;border:2px solid #e1e5e9;border-radius:25px;background:#fff;font-size:.9rem;transition:all .3s ease;text-align:right}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.sidebar-tabs{display:flex;padding:0 15px;border-bottom:1px solid rgba(0,0,0,.1);background:#f8f9fa}.tab-button{flex:1 1;padding:12px 16px;background:none;border:none;border-bottom:3px solid transparent;color:#7f8c8d;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;font-size:.9rem;font-weight:500}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background:rgba(102,126,234,.05)}.tab-button:hover:not(.active){color:#2c3e50;background:rgba(0,0,0,.05)}.tab-icon{font-size:.9rem}.sidebar-content{flex:1 1;overflow-y:auto}.section-title{padding:15px 20px 10px;margin:0;color:#2c3e50;font-size:1.1rem;font-weight:600;border-bottom:1px solid rgba(0,0,0,.05);background:#f8f9fa}.followed-users-list{padding:10px 0}.followed-user-item{display:flex;align-items:center;padding:12px 20px;cursor:pointer;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05);grid-gap:12px;gap:12px}.followed-user-item:hover{background:rgba(102,126,234,.1)}.followed-user-avatar{position:relative}.followed-user-img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #667eea}.followed-user-content{flex:1 1;display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px}.followed-user-header{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.followed-user-name{font-weight:600;color:#2c3e50;font-size:.95rem}.followed-user-status{font-size:.8rem;color:#7f8c8d}.start-chat-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:.8rem;font-weight:500;white-space:nowrap}.start-chat-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.chat-icon{font-size:.8rem}.conversations-list{padding:10px 0}.conversation-item{display:flex;align-items:center;padding:15px 20px;cursor:pointer;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05)}.conversation-item:hover{background:rgba(102,126,234,.1)}.conversation-item.active{background:rgba(102,126,234,.15);border-right:3px solid #667eea}.conversation-avatar{position:relative;margin-left:15px}.conversation-img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #667eea}.online-status{position:absolute;bottom:2px;left:2px;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.online-status.online{background:#2ecc71}.online-status.offline{background:#95a5a6}.conversation-content{flex:1 1;min-width:0}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.conversation-name{font-weight:600;color:#2c3e50;font-size:.95rem}.conversation-time{font-size:.8rem;color:#7f8c8d}.conversation-preview{display:flex;justify-content:space-between;align-items:center}.conversation-last-message{font-size:.85rem;color:#7f8c8d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;text-align:right}.unread-badge{background:#e74c3c;color:#fff;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600;min-width:18px;text-align:center;margin-right:10px}.chat-area{flex:1 1;display:flex;flex-direction:column;background:#fff}.chat-header{padding:20px;border-bottom:1px solid rgba(0,0,0,.1);justify-content:space-between;background:rgba(248,249,250,.8)}.chat-header,.chat-user-info{display:flex;align-items:center}.chat-user-info{grid-gap:15px;gap:15px}.chat-user-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid #667eea}.chat-user-details{display:flex;flex-direction:column}.chat-username{font-weight:600;color:#2c3e50;font-size:1.1rem}.chat-status{font-size:.85rem;color:#2ecc71}.chat-actions{display:flex;grid-gap:10px;gap:10px}.icon-btn{background:none;border:none;padding:10px;border-radius:50%;color:#7f8c8d;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:rgba(102,126,234,.1);color:#667eea}.messages-container{overflow-y:auto;overflow-x:hidden;padding:0;scroll-behavior:smooth}.messages-container,.messages-list{flex:1 1;display:flex;flex-direction:column}.messages-list{padding:20px;grid-gap:15px;gap:15px;min-height:-webkit-min-content;min-height:min-content}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.messages-container::-webkit-scrollbar-thumb{background:rgba(102,126,234,.3);border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:rgba(102,126,234,.5)}.message{display:flex;margin-bottom:15px;position:relative;justify-content:flex-end}.message.own{justify-content:flex-start}.message-content{display:flex;align-items:flex-end;grid-gap:10px;gap:10px;max-width:70%}.message.own .message-content{flex-direction:row-reverse}.message-img{width:35px;height:35px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-bubble{background:#f8f9fa;padding:12px 16px;border-radius:18px;position:relative;max-width:100%}.message.own .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-text{margin:0;word-wrap:break-word;line-height:1.4}.message-attachment{max-width:300px;max-height:300px;border-radius:12px;margin-top:8px}.message-info{align-items:center;margin-top:5px;font-size:.75rem;opacity:.8;justify-content:flex-end}.message-actions,.message-info{display:flex;grid-gap:5px;gap:5px}.message-actions{position:absolute;top:-25px;left:0;background:#fff;border-radius:15px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:5px;opacity:0;transition:opacity .3s ease}.message:hover .message-actions{opacity:1}.action-btn{background:none;border:none;padding:5px;border-radius:5px;cursor:pointer;color:#7f8c8d;transition:all .3s ease}.action-btn:hover{background:#f8f9fa;color:#667eea}.action-btn.delete:hover{color:#e74c3c}.reply-preview{background:rgba(0,0,0,.05);padding:8px 12px;border-radius:8px;margin-bottom:5px;border-right:3px solid #667eea;font-size:.85rem;color:#7f8c8d;text-align:right}.reply-preview-bar{background:rgba(102,126,234,.1);padding:10px 20px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,0,0,.1)}.reply-info span{font-size:.8rem;color:#667eea;font-weight:600}.reply-info p{margin:2px 0 0;font-size:.85rem;color:#7f8c8d}.cancel-reply{background:none;border:none;color:#7f8c8d;cursor:pointer;padding:5px;border-radius:50%}.cancel-reply:hover{background:rgba(0,0,0,.1)}.typing-indicator{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:10px 20px;color:#7f8c8d;font-style:italic;justify-content:flex-start}.typing-dots{display:flex;grid-gap:3px;gap:3px}.typing-dots span{width:6px;height:6px;border-radius:50%;background:#7f8c8d;animation:typing 1.4s ease-in-out infinite}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.message-input-container{padding:20px;border-top:1px solid rgba(0,0,0,.1);display:flex;align-items:flex-end;grid-gap:10px;gap:10px;background:rgba(248,249,250,.8)}.input-actions{display:flex;grid-gap:5px;gap:5px}.message-input-wrapper{flex:1 1;position:relative}.message-input{width:95%;border:2px solid #e1e5e9;border-radius:25px;padding:12px 20px;font-size:.95rem;resize:none;max-height:120px;min-height:20px;line-height:1.4;transition:all .3s ease;font-family:inherit;text-align:right}.message-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.emoji-picker-container{position:absolute;bottom:100%;left:70%;margin-bottom:10px;z-index:1000}.send-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:12px;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.no-chat-selected{flex:1 1;display:flex;align-items:center;justify-content:center;background:rgba(248,249,250,.5)}.no-chat-content{text-align:center;color:#7f8c8d;padding:40px}.welcome-icon{font-size:4rem;color:#667eea;margin-bottom:20px}.no-chat-content h3{margin:0 0 30px;color:#2c3e50;font-size:1.5rem}.no-chat-content p{margin:0 0 1px;font-size:1rem;max-width:300px;line-height:1.5}.start-conversation-btn{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:25px;cursor:pointer;transition:all .3s ease;align-items:center;grid-gap:8px;gap:8px;font-size:1rem;font-weight:500}.start-conversation-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.btn-icon{font-size:.9rem}.loading-conversations,.loading-followed,.loading-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#7f8c8d}.loading-spinner{width:30px;height:30px;margin-bottom:10px}.no-conversations,.no-followed-users{text-align:center;padding:40px 20px;color:#7f8c8d;font-style:italic}.edit-container{display:flex;grid-gap:8px;gap:8px;align-items:center;flex-direction:row-reverse}.edit-input{flex:1 1;border:1px solid #e1e5e9;border-radius:8px;padding:8px 12px;font-size:.9rem;text-align:right}.edit-cancel,.edit-save{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:.8rem}.edit-save{background:#2ecc71;color:#fff}.edit-cancel{background:#e74c3c;color:#fff}@media (max-width:768px){.conversations-sidebar{position:fixed;top:0;right:-100%;width:85%;height:100%;z-index:1001;background:#fff;box-shadow:-2px 0 15px rgba(0,0,0,.2)}.conversations-sidebar.active{right:0}.mobile-header{display:flex}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}.message-content{max-width:85%}.message-bubble{padding:10px 14px}.emoji-picker-container{left:0;right:-20%;margin:0 10px 10px}.message-input{width:83%;border:2px solid #e1e5e9;border-radius:25px;padding:12px 20px;font-size:.95rem;resize:none;max-height:120px;min-height:20px;line-height:1.4;transition:all .3s ease;font-family:inherit;text-align:right}.no-chat-content{padding:20px}.welcome-icon{font-size:3rem}.no-chat-content h3{font-size:1.3rem}.no-chat-content p{font-size:.9rem}}.conversations-list::-webkit-scrollbar,.followed-users-list::-webkit-scrollbar,.sidebar-content::-webkit-scrollbar{width:6px}.conversations-list::-webkit-scrollbar-track,.followed-users-list::-webkit-scrollbar-track,.sidebar-content::-webkit-scrollbar-track{background:#f1f1f1}.conversations-list::-webkit-scrollbar-thumb,.followed-users-list::-webkit-scrollbar-thumb,.sidebar-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.conversations-list::-webkit-scrollbar-thumb:hover,.followed-users-list::-webkit-scrollbar-thumb:hover,.sidebar-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.start-conversation-btn{display:flex}@media (min-width:768px){.start-conversation-btn{display:none}}.findPeople-progress-container{text-align:center;max-width:500px;margin:0 auto;padding:2rem}.findPeople-progress-bar{width:100%;height:8px;background:#e1e5e9;border-radius:10px;overflow:hidden;margin-bottom:1rem}.findPeople-progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;transition:width .3s ease}.findPeople-progress-text{display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;color:#2c3e50;font-weight:600;margin-bottom:.5rem}.findPeople-progress-icon{color:#667eea;animation:findPeople-spin 1s linear infinite}.findPeople-progress-hint{color:#7f8c8d;font-size:.9rem}@keyframes findPeople-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.findPeople-container{min-height:100vh;background:#f8f9fa;direction:rtl}.findPeople-home-button{position:absolute;top:.5rem;left:2rem;z-index:1000}.findPeople-home-btn{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.findPeople-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.findPeople-home-icon{font-size:1.1rem}.findPeople-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem 3rem;position:relative}.findPeople-header-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.findPeople-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.findPeople-title-icon{font-size:2rem;opacity:.9}.findPeople-subtitle{font-size:1.2rem;opacity:.9;line-height:1.6}.findPeople-header-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.findPeople-stat-item{text-align:center;background:hsla(0,0%,100%,.1);padding:1.5rem 1rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.findPeople-stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.findPeople-stat-label{font-size:.9rem;opacity:.9}.findPeople-main{max-width:1400px;margin:0 auto;padding:2rem}.findPeople-section-header{text-align:center;margin-bottom:3rem}.findPeople-section-header h2{font-size:2.2rem;color:#2c3e50;margin-bottom:.5rem;font-weight:700}.findPeople-section-header p{font-size:1.1rem;color:#7f8c8d}.findPeople-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.findPeople-category-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #f0f0f0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:1rem;gap:1rem;position:relative;overflow:hidden}.findPeople-category-card:before{content:"";position:absolute;top:0;right:0;width:100%;height:4px;background:var(--accent-color)}.findPeople-category-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.findPeople-category-icon{font-size:2.5rem;flex-shrink:0}.findPeople-category-content{flex:1 1}.findPeople-category-name{font-size:1.4rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600}.findPeople-category-count{color:#7f8c8d;font-size:.9rem}.findPeople-category-arrow{color:#bdc3c7;font-size:1.2rem;transition:transform .3s ease}.findPeople-category-card:hover .findPeople-category-arrow{transform:translateX(-5px);color:var(--accent-color)}.findPeople-people-section{animation:findPeople-fadeInUp .6s ease}.findPeople-people-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.findPeople-back-button{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:rgba(102,126,234,.1);color:#667eea;border:2px solid #667eea;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:600}.findPeople-back-button:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.findPeople-people-title{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1;justify-content:center}.findPeople-people-title h2{font-size:2rem;color:#2c3e50;margin:0}.findPeople-people-count{color:#7f8c8d;font-size:1rem}.findPeople-search-container{width:100%;margin-top:1rem}.findPeople-search-bar{display:flex;align-items:center;background:#fff;border:2px solid #e1e5e9;border-radius:25px;padding:1rem 1.5rem;transition:all .3s ease;max-width:500px;margin:0 auto}.findPeople-search-bar:focus-within{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.findPeople-search-icon{color:#7f8c8d;font-size:1.2rem;margin-left:.5rem}.findPeople-search-input{border:none;background:transparent;font-size:1rem;width:100%;text-align:right}.findPeople-search-input:focus{outline:none}.findPeople-search-input::placeholder{color:#7f8c8d;text-align:right}.findPeople-people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.findPeople-person-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #f0f0f0;transition:all .3s ease}.findPeople-person-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.findPeople-card-header{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.findPeople-person-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #667eea;flex-shrink:0}.findPeople-person-avatar img{width:100%;height:100%;object-fit:cover}.findPeople-person-info{flex:1 1}.findPeople-person-name{font-size:1.3rem;color:#2c3e50;margin-bottom:.25rem;font-weight:600}.findPeople-person-job{color:#667eea;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.findPeople-person-location{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#7f8c8d;font-size:.9rem}.findPeople-location-icon{font-size:.8rem}.findPeople-person-rating{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;background:rgba(46,204,113,.1);padding:.5rem .75rem;border-radius:20px;color:#27ae60;font-weight:600;font-size:.9rem}.findPeople-star-icon{font-size:.9rem}.findPeople-rating-value{font-weight:700}.findPeople-reviews-count{font-size:.8rem;opacity:.8}.findPeople-card-body{margin-bottom:1.5rem}.findPeople-person-description{color:#5d6d7e;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.findPeople-skills-list{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.findPeople-skill-tag{background:rgba(102,126,234,.1);color:#667eea;padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.findPeople-card-footer{display:flex;grid-gap:.75rem;gap:.75rem}.findPeople-profile-btn{flex:1 1;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.75rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-decoration:none}.findPeople-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.findPeople-secondary{background:rgba(102,126,234,.1);color:#667eea;border:2px solid #667eea}.findPeople-tertiary{background:rgba(46,204,113,.1);color:#27ae60;border:2px solid #27ae60}.findPeople-profile-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.findPeople-loading-container{text-align:center;padding:4rem 2rem;color:#7f8c8d}.findPeople-loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:findPeople-spin 1s linear infinite;margin:0 auto 1rem}.findPeople-no-results{text-align:center;padding:4rem 2rem;color:#7f8c8d}.findPeople-no-results-icon{font-size:4rem;color:#bdc3c7;margin-bottom:1rem}.findPeople-no-results h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.findPeople-footer{background:#2c3e50;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.findPeople-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto 2rem}.findPeople-footer-section h4{margin-bottom:1rem;color:#ecf0f1}.findPeople-footer-section a,.findPeople-footer-section p{color:#bdc3c7;margin-bottom:.5rem;display:block;text-decoration:none;transition:color .3s ease}.findPeople-footer-section a:hover{color:#3498db}.findPeople-footer-bottom{border-top:1px solid #34495e;padding-top:2rem;text-align:center;color:#95a5a6}@keyframes findPeople-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.findPeople-home-button{position:relative;top:auto;left:auto;margin:1rem 0;text-align:center}.findPeople-home-btn{display:inline-flex}.findPeople-header{padding:3rem 1rem 2rem}.findPeople-header-content{grid-template-columns:1fr;text-align:center}.findPeople-title{font-size:2rem}}@media (max-width:480px){.findPeople-main{padding:1rem}.findPeople-categories-grid{grid-template-columns:1fr}.findPeople-category-card{padding:1.5rem}.findPeople-header-stats{grid-template-columns:1fr}}.game-container{width:100%;height:100vh;display:flex;flex-direction:column}.topbar{background-color:#333;color:#fff;padding:20px;text-align:center;width:100%;box-sizing:border-box}.game-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.game-preview{width:100%;height:800px}.game-iframe{width:100%;height:100%;border:none;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1)}.game-info{flex-direction:column;justify-content:center;margin-top:20px}.game-header,.game-info{display:flex;align-items:center}.game-image{width:150px;height:150px;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.1);margin-right:20px}.game-title{font-size:32px;margin-bottom:10px}.game-description{font-size:18px;line-height:1.6}.pdfViewer-container{max-width:800px;margin:0 auto;padding:20px}.pdfViewer-toolbar{margin-bottom:10px}.pdfViewer-toolbar button{margin-right:10px}.pdfViewer-pageInfo{margin-bottom:10px}.pdfViewer-scaleControl{margin-top:10px}.pdfViewer-embedContainer{max-width:100%;height:600px}.app{display:flex;height:100vh}.editor-container{width:50%;padding:10px;background-color:#8b0000;color:#fff;overflow:auto}.code-editor-container{margin-bottom:20px}.code-editor{width:100%;height:calc(100vh - 120px);font-family:"Courier New",Courier,monospace;color:#fff;background-color:#000;border:1px solid #444;padding:10px;overflow:auto}.preview{width:50%;height:100%;border:none}.code-editor-overlay{position:relative}.code-editor-overlay textarea{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1}.code-editor-overlay pre{position:relative;z-index:0}.all-services-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);font-family:"Segoe UI","Tahoma","Geneva","Verdana",sans-serif;position:relative;overflow-x:hidden}.all-services-container:before{content:"";position:absolute;top:0;left:0;right:0;height:400px;background:linear-gradient(135deg,rgba(102,126,234,.03),rgba(118,75,162,.03));z-index:0}.all-services-container *{margin:0;padding:0;box-sizing:border-box}.services-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.8);position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.08)}.services-header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;grid-gap:1.5rem;gap:1.5rem}.services-header-brand{flex-shrink:0}.services-brand-link{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;text-decoration:none;color:inherit}.services-brand-logo{width:42px;height:42px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px hsla(0,100%,71%,.3)}.services-logo-icon{font-size:1.2rem}.services-brand-name{font-size:1.5rem;font-weight:800;color:#2d3748;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.services-heart-icon{color:#ff6b6b;font-size:1.3em;animation:services-heartbeat 2s ease-in-out infinite}@keyframes services-heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.back-home-btn{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #667eea;color:#667eea;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:600;font-size:.9rem;box-shadow:0 2px 8px rgba(102,126,234,.1)}.back-home-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.3)}.services-main{padding:3rem 1.5rem;position:relative;z-index:1}.services-grid-container{max-width:1200px;margin:0 auto}.services-header-section{text-align:center;margin-bottom:3rem;position:relative}.services-header-section:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.services-section-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-section-description{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:4rem}.service-card{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.75rem;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.04);border:1px solid hsla(0,0%,100%,.6)}.service-card:before{height:3px;background:var(--service-color);transform:scaleX(0);transition:transform .3s ease}.service-card:after,.service-card:before{content:"";position:absolute;top:0;left:0;right:0}.service-card:after{bottom:0;background:linear-gradient(135deg,var(--service-color),transparent 70%);opacity:0;transition:opacity .3s ease;z-index:-1}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,.1);background:hsla(0,0%,100%,.95)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover:after{opacity:.05}.service-icon{width:70px;height:70px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#fff;margin-bottom:1.25rem;transition:all .4s ease;box-shadow:0 8px 20px rgba(0,0,0,.15);position:relative;overflow:hidden}.service-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.2),transparent 50%)}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 25px rgba(0,0,0,.2)}.service-content{position:relative;z-index:2}.service-name{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.3}.service-description{color:#64748b;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem;min-height:2.5rem}.service-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.6)}.service-count{color:#94a3b8;font-size:.85rem;font-weight:500}.service-arrow{color:var(--service-color);font-size:1.3rem;font-weight:700;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:hsla(0,0%,100%,.8)}.service-card:hover .service-arrow{transform:translateX(-5px);background:var(--service-color);color:#fff}.services-features-section{background:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;padding:4rem 2rem;margin-top:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.5);position:relative;overflow:hidden}.services-features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.services-features-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.services-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.services-feature-card{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid hsla(0,0%,100%,.6);box-shadow:0 4px 20px rgba(0,0,0,.06);position:relative;overflow:hidden}.services-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.services-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12);background:hsla(0,0%,100%,.95)}.services-feature-card:hover:before{transform:scaleX(1)}.services-feature-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;filter:grayscale(.2);transition:transform .3s ease}.services-feature-card:hover .services-feature-icon{transform:scale(1.1)}.services-feature-card h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.services-feature-card p{color:#64748b;line-height:1.6;font-size:.95rem}.services-footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:3rem 1.5rem 1.5rem;margin-top:4rem;position:relative}.services-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.services-footer-content{max-width:800px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.services-footer-section h4{margin-bottom:1rem;color:#e2e8f0;font-size:1.1rem;font-weight:600}.services-footer-section a{display:block;color:#cbd5e0;text-decoration:none;margin-bottom:.5rem;transition:all .3s ease;font-size:.9rem}.services-footer-section a:hover{color:#fff;transform:translateX(5px)}.services-footer-brand{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.services-footer-logo{font-size:1.8rem;color:#ff6b6b}.services-footer-section p{color:#94a3b8;line-height:1.5;font-size:.9rem}.services-footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid #475569;color:#94a3b8;font-size:.9rem}@keyframes services-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:services-fadeInUp .6s ease forwards}.service-card:nth-child(odd){animation-delay:.1s}.service-card:nth-child(2n){animation-delay:.2s}.services-feature-card{animation:services-fadeInUp .8s ease forwards}.services-feature-card:first-child{animation-delay:.1s}.services-feature-card:nth-child(2){animation-delay:.2s}.services-feature-card:nth-child(3){animation-delay:.3s}.services-feature-card:nth-child(4){animation-delay:.4s}@media (max-width:768px){.services-header-content{flex-direction:column;grid-gap:1rem;gap:1rem}.services-section-title{font-size:2rem}.services-section-description{font-size:1rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.services-features-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.service-icon{width:60px;height:60px;font-size:1.5rem}}@media (max-width:480px){.services-main{padding:2rem 1rem}.services-grid{grid-template-columns:1fr}.back-home-btn{padding:.6rem 1.2rem;font-size:.8rem;width:100%;justify-content:center}.services-header-content{padding:1rem}.services-features-section{padding:2rem 1rem;margin:1rem}.services-feature-card{padding:2rem 1.5rem}}.services-grid-container::-webkit-scrollbar{width:8px}.services-grid-container::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:10px}.services-grid-container::-webkit-scrollbar-thumb{background:rgba(102,126,234,.3);border-radius:10px}.services-grid-container::-webkit-scrollbar-thumb:hover{background:rgba(102,126,234,.5)}.health-clinic-details-page,.health-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-family:"Segoe UI","Tahoma","Geneva","Verdana",sans-serif;overflow-x:hidden}.health-details-header,.health-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.8);padding:1rem 0;box-shadow:0 2px 20px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.health-details-header-content,.health-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.health-brand-link{display:flex;align-items:center;text-decoration:none;color:inherit;grid-gap:.75rem;gap:.75rem;min-width:0}.health-brand-logo{width:42px;height:42px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px hsla(0,100%,71%,.3);flex-shrink:0}.health-logo-icon{font-size:1.2rem}.health-brand-name{font-size:1.5rem;font-weight:800;color:#2d3748;margin:0;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.health-heart-icon{color:#ff6b6b;font-size:1.3em;animation:health-heartbeat 2s ease-in-out infinite;flex-shrink:0}@keyframes health-heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.health-header-actions{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.health-add-clinic-btn,.health-back-btn,.health-home-btn{background:hsla(0,0%,100%,.15);border:2px solid rgba(102,126,234,.2);color:#667eea;padding:.75rem 1.25rem;border-radius:12px;cursor:pointer;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;max-width:100%;box-sizing:border-box}.health-add-clinic-btn:hover,.health-back-btn:hover,.health-home-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.health-btn-icon{font-size:1rem;flex-shrink:0}.health-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 1rem;text-align:center;position:relative;overflow:hidden}.health-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.1) 0,transparent 50%)}.health-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.health-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.health-hero-subtitle{font-size:clamp(1rem,3vw,1.25rem);opacity:.95;line-height:1.6;font-weight:400;max-width:600px;margin:0 auto;word-wrap:break-word}.health-clinic-hero{background:linear-gradient(135deg,#fff,#f8fafc);color:#2d3748;padding:2rem 1rem;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px rgba(0,0,0,.05)}.health-clinic-hero-content{max-width:1200px;margin:0 auto;padding:0 1rem}.health-clinic-hero-info{flex:1 1;min-width:0}.health-clinic-hero-info h1{overflow-wrap:break-word;line-height:1.3}.health-filters-section{max-width:1200px;margin:1.5rem auto;padding:0 1rem}.health-search-bar{position:relative;max-width:600px;margin:0 auto 1.5rem}.health-search-input{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e2e8f0;border-radius:25px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);box-sizing:border-box}.health-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1),0 4px 16px rgba(102,126,234,.15);transform:translateY(-1px)}.health-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#667eea;transition:all .3s ease}.health-filters-row{display:flex;grid-gap:.75rem;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap}.health-filter-select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;cursor:pointer;min-width:min(200px,100%);transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);box-sizing:border-box;flex:1 1}.health-filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.health-checkbox-label{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;cursor:pointer;font-weight:500;padding:.75rem 1rem;background:#fff;border-radius:12px;border:2px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);white-space:nowrap;flex-shrink:0}.health-checkbox-label:hover{border-color:#667eea;transform:translateY(-1px)}.health-checkbox-label input{width:1.2rem;height:1.2rem;flex-shrink:0}.health-checkbox-icon{color:#48bb78}.health-clinics-section{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.health-section-header{text-align:center;margin-bottom:2rem}.health-section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);color:#2d3748;margin-bottom:.5rem;font-weight:700;word-wrap:break-word}.health-section-header p{font-size:clamp(1rem,2vw,1.2rem);color:#718096;font-weight:400;word-wrap:break-word}.health-clinics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(350px,100%),1fr));grid-gap:1.5rem;gap:1.5rem}.health-clinic-card{background:#fff;border-radius:20px;padding:1.25rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;position:relative;overflow:hidden;min-width:0}.health-clinic-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.health-clinic-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.health-clinic-header{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem;min-width:0}.health-clinic-avatar,.health-clinic-avatar-large{position:relative;flex-shrink:0}.health-clinic-avatar-large img,.health-clinic-avatar img{border-radius:50%;object-fit:cover;border:3px solid #f1f5f9;transition:all .3s ease}.health-clinic-avatar img{width:70px;height:70px}.health-clinic-avatar-large img{width:100px;height:100px;border:4px solid #f8fafc;box-shadow:0 4px 12px rgba(0,0,0,.1)}.health-verified-badge,.health-verified-badge-large{position:absolute;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(72,187,120,.3);flex-shrink:0}.health-verified-badge{bottom:0;right:0;width:22px;height:22px;font-size:.7rem}.health-verified-badge-large{bottom:8px;right:8px;width:28px;height:28px;font-size:.9rem}.health-clinic-info{flex:1 1;min-width:0}.health-clinic-name{font-size:1.2rem;font-weight:700;color:#2d3748;margin:0 0 .25rem;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}.health-doctor-info,.health-doctor-name{color:#718096;font-weight:500;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;word-wrap:break-word}.health-specialization,.health-specialization-large{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;color:#667eea;font-weight:600;word-wrap:break-word}.health-clinic-details{margin:1rem 0}.health-clinic-details>div{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem;color:#718096;word-wrap:break-word}.health-clinic-rating,.health-rating-summary{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;flex-wrap:wrap}.health-rating-star,.health-star-icon{color:#f6ad55;flex-shrink:0}.health-reviews-count{color:#a0aec0;font-size:.9rem}.health-clinic-actions,.health-clinic-actions-large{display:flex;grid-gap:.5rem;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.health-call-btn-large,.health-delete-btn,.health-favorite-btn,.health-share-btn,.health-view-details-btn{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;cursor:pointer;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;font-size:.9rem;white-space:nowrap;flex:1 1;min-width:0;justify-content:center;box-sizing:border-box}.health-view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px rgba(102,126,234,.3)}.health-view-details-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.health-call-btn,.health-call-btn-large{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(72,187,120,.3)}.health-call-btn{padding:.75rem;flex:0 0 auto}.health-call-btn-large{padding:1rem 1.5rem}.health-call-btn-large:hover,.health-call-btn:hover{background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-2px);box-shadow:0 6px 20px rgba(72,187,120,.4)}.health-favorite-btn,.health-share-btn{background:rgba(102,126,234,.1);color:#667eea;border:2px solid rgba(102,126,234,.2);flex:0 1 auto}.health-favorite-btn:hover,.health-share-btn:hover{background:rgba(102,126,234,.2);transform:translateY(-2px)}.health-delete-btn{background:#dc3545;color:#fff;border-radius:8px;padding:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.health-delete-btn:hover{background:#c82333;transform:translateY(-2px)}.health-loading,.health-loading-full{text-align:center;padding:3rem 1rem;color:#718096;display:flex;flex-direction:column;align-items:center;justify-content:center}.health-loading-full{min-height:50vh}.health-loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:health-spin 1s linear infinite;margin:0 auto 1rem}@keyframes health-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.health-error,.health-no-results,.health-no-reviews{text-align:center;padding:3rem 1rem;color:#718096}.health-no-results-icon,.health-no-reviews-icon{font-size:3rem;color:#cbd5e0;margin-bottom:1rem}.health-no-reviews-icon{font-size:2.5rem}.health-add-first-clinic{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin:1rem auto 0;box-shadow:0 4px 12px rgba(102,126,234,.3);transition:all .3s ease;white-space:nowrap;max-width:100%}.health-add-first-clinic:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.health-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.health-clinic-details-modal,.health-modal{background:#fff;border-radius:20px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);width:100%;max-width:calc(100vw - 2rem)}.health-modal{max-width:min(600px,100%)}.health-clinic-details-modal{max-width:min(800px,100%)}.health-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);flex-wrap:wrap;grid-gap:1rem;gap:1rem}.health-modal-header h2{margin:0;color:#2d3748;font-weight:700;word-wrap:break-word;flex:1 1;min-width:0}.health-modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#718096;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:50%;flex-shrink:0}.health-modal-close:hover{color:#e53e3e;background:#fed7d7}.health-clinic-form{padding:1.25rem}.health-form-section{margin-bottom:1.5rem}.health-form-section h3{color:#2d3748;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9;font-weight:600;word-wrap:break-word}.health-form-row{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.health-form-input,.health-form-select,.health-form-textarea,.health-review-textarea,.health-review-textarea-large{padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;resize:vertical;background:#fff;box-sizing:border-box;min-width:0}.health-form-input,.health-form-select,.health-review-textarea-large{flex:1 1;min-width:min(250px,100%)}.health-form-textarea,.health-review-textarea{width:100%;min-height:80px}.health-form-input:focus,.health-form-select:focus,.health-form-textarea:focus,.health-review-textarea-large:focus,.health-review-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.health-form-actions,.health-rating-actions{display:flex;grid-gap:1rem;gap:1rem;justify-content:flex-end;margin-top:1.5rem;flex-wrap:wrap}.health-submit-btn,.health-submit-rating-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3);white-space:nowrap;flex:1 1;min-width:min(140px,100%)}.health-submit-btn:hover,.health-submit-rating-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.health-cancel-btn,.health-cancel-rating-btn{background:#718096;color:#fff;border:none;padding:1rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;white-space:nowrap;flex:1 1;min-width:min(140px,100%)}.health-cancel-btn:hover,.health-cancel-rating-btn:hover{background:#4a5568;transform:translateY(-2px)}.health-rating-stars-large{grid-gap:.5rem;gap:.5rem;flex-wrap:wrap;justify-content:center}.health-rating-star-large{font-size:clamp(1.5rem,4vw,2rem);transition:all .3s ease}.health-star-selected{transform:scale(1.1)}.health-star-selected:hover,.health-star-unselected:hover{transform:scale(1.2)}.health-review-textarea-large{padding:1rem;border-radius:10px;transition:border-color .3s ease}.health-rating-actions{justify-content:flex-end}.health-submit-rating-btn{background:linear-gradient(135deg,#667eea,#764ba2);padding:.75rem 1.5rem;border-radius:10px;transition:background .3s ease;white-space:nowrap;min-width:min(120px,100%)}.health-submit-rating-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.health-cancel-rating-btn{background:#718096;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;transition:background .3s ease;white-space:nowrap;min-width:min(120px,100%)}.health-cancel-rating-btn:hover{background:#4a5568}.health-emoji{font-size:1.5rem;margin-right:.5rem;flex-shrink:0}.health-emoji-good{color:#48bb78}.health-emoji-average{color:#f6ad55}.health-emoji-poor{color:#f56565}.health-review-reactions{margin-top:1rem}.health-reaction-btn{padding:.5rem 1rem;border-radius:20px}.health-clinic-hero-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-gap:1.5rem;gap:1.5rem}.health-clinic-hero-info h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem;color:#2d3748;font-weight:700;word-wrap:break-word}.health-rating-badge{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:rgba(102,126,234,.1);padding:.5rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap}.health-rating-value{font-size:1.2rem;font-weight:700;color:#2d3748}.health-rating-text{font-size:.9rem;color:#718096}.health-details-tabs{background:#fff;border-bottom:1px solid #e2e8f0;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;grid-gap:0;gap:0;flex-wrap:wrap}.health-tab{padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:600;color:#718096;transition:all .3s ease;white-space:nowrap;flex:1 1;min-width:0;text-align:center}.health-tab:hover{color:#667eea}.health-tab.active{color:#667eea;border-bottom-color:#667eea;background:#f0f4ff}.health-tab-content{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.health-info-grid,.health-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.health-description-card,.health-info-card,.health-services-card{background:#fff;padding:1.25rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9}.health-description-card h3,.health-info-card h3,.health-services-card h3{margin-bottom:1rem;color:#2d3748;border-bottom:2px solid #f1f5f9;padding-bottom:.5rem;font-weight:600;word-wrap:break-word}.health-info-item{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem;align-items:flex-start;flex-wrap:wrap}.health-doctor-icon,.health-info-icon,.health-price-icon,.health-service-icon,.health-specialization-icon{color:#667eea;margin-top:.25rem;flex-shrink:0}.health-services-list,.health-working-hours-list{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.health-service-item,.health-working-hour-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.health-day{font-weight:600;color:#2d3748;white-space:nowrap}.health-hours{color:#48bb78}.health-closed,.health-hours{font-weight:500;white-space:nowrap}.health-closed{color:#f56565}.health-prices{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.health-price-item{display:flex;align-items:center;padding:1rem;background:#f0f4ff;border-radius:8px;border:1px solid #e0e7ff}.health-price-item,.health-service-item{grid-gap:.75rem;gap:.75rem;flex-wrap:wrap}.health-service-item{justify-content:flex-start}.health-overall-rating{grid-gap:1rem;gap:1rem}.health-rating-circle{width:70px;height:70px}.health-rating-number{font-size:1.3rem;font-weight:700}.health-rating-star{bottom:-5px;right:-5px;padding:.25rem;font-size:.8rem}.health-reviews-list{grid-gap:1.5rem;gap:1.5rem}.health-review-item{padding:1.25rem;border-radius:16px}.health-review-header{align-items:center;margin-bottom:1rem}.health-review-avatar{width:50px;height:50px;border:2px solid #667eea}.health-review-rating{grid-gap:.5rem;gap:.5rem}.health-review-text{line-height:1.6;margin-bottom:0}.health-form-input-group{flex:1 1;display:flex;flex-direction:column;min-width:0}.health-form-input-group label{margin-bottom:.5rem;font-weight:600;color:#2d3748;word-wrap:break-word}.health-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));grid-gap:1rem;gap:1rem}.health-checkbox-item{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;background:#fff;min-width:0}.health-checkbox-item:hover{border-color:#667eea;background:#f0f4ff;transform:translateY(-1px)}.health-checkbox-item input{margin:0;flex-shrink:0}.health-checkbox-item span{flex:1 1;word-wrap:break-word}.health-working-hours{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.health-working-day{justify-content:space-between;padding:1rem;border:2px solid #f1f5f9;border-radius:10px;background:#fff;flex-wrap:wrap}.health-day-checkbox,.health-working-day{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.health-day-checkbox{font-weight:600;min-width:120px;color:#2d3748;flex:1 1}.health-day-checkbox input{width:1.2rem;height:1.2rem;flex-shrink:0}.health-time-inputs{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.health-time-input{padding:.5rem;border:2px solid #e2e8f0;border-radius:5px;font-size:1rem;background:#fff;min-width:0}.health-time-input:focus{outline:none;border-color:#667eea}.health-required-field:after{content:" *";color:#f56565}.health-form-input[type=number]{-moz-appearance:textfield}.health-form-input[type=number]::-webkit-inner-spin-button,.health-form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.health-reviews-tab{padding:1.5rem 0}.health-reviews-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.05);flex-wrap:wrap;grid-gap:1.5rem;gap:1.5rem}.health-reviews-stats h3{font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;color:#2d3748;margin-bottom:1rem;text-align:right;word-wrap:break-word}.health-overall-rating{display:flex;align-items:center;grid-gap:1.5rem;gap:1.5rem;flex-wrap:wrap}.health-rating-circle{position:relative;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 25px rgba(102,126,234,.3);animation:health-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes health-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.health-rating-number{font-size:1.8rem;font-weight:800;line-height:1}.health-rating-star{position:absolute;bottom:-8px;right:-8px;background:#fff;color:#f6ad55;border-radius:50%;padding:.5rem;font-size:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.health-rating-details{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.health-rating-text-large{font-size:1.2rem;font-weight:700;color:#2d3748}.health-total-reviews{color:#718096;font-size:1rem;font-weight:500}.health-add-review-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:1rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(72,187,120,.3);font-size:1rem;white-space:nowrap;max-width:100%}.health-add-review-btn:hover{background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-3px);box-shadow:0 8px 25px rgba(72,187,120,.4)}.health-rating-form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.health-rating-form{background:#fff;border-radius:20px;padding:2rem;max-width:min(500px,100%);width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #f1f5f9;animation:health-slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes health-slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.health-rating-form h4{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;text-align:center;word-wrap:break-word}.health-rating-stars-large{display:flex;flex-direction:column;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;background:#f8fafc;border-radius:16px;border:2px dashed #e2e8f0}.health-rating-stars-large>div{display:flex;grid-gap:.5rem;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.health-rating-star-large{font-size:clamp(2rem,4vw,2.5rem);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));flex-shrink:0}.health-star-selected{color:#f6ad55;transform:scale(1.2);animation:health-starBounce .6s ease}@keyframes health-starBounce{0%,20%,53%,80%,to{transform:scale(1.2)}40%,43%{transform:scale(1.3)}70%{transform:scale(1.1)}}.health-star-unselected{color:#e2e8f0}.health-star-selected:hover,.health-star-unselected:hover{transform:scale(1.3)}.health-rating-label{font-size:1.1rem;font-weight:600;color:#2d3748;margin-right:1rem;min-width:100px;text-align:center;background:#fff;padding:.5rem 1rem;border-radius:25px;box-shadow:0 2px 8px rgba(0,0,0,.1);white-space:nowrap}.health-review-textarea-large{width:100%;padding:1.25rem;border:2px solid #e2e8f0;border-radius:16px;resize:vertical;min-height:120px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;margin-bottom:1.5rem;box-sizing:border-box}.health-review-textarea-large:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1);transform:translateY(-2px)}.health-review-textarea-large::placeholder{color:#a0aec0;text-align:right}.health-rating-actions{display:flex;grid-gap:1rem;gap:1rem;justify-content:center;flex-wrap:wrap}.health-submit-rating-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(72,187,120,.3);min-width:min(140px,100%);flex:1 1}.health-submit-rating-btn:hover{background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-2px);box-shadow:0 8px 25px rgba(72,187,120,.4)}.health-submit-rating-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.health-cancel-rating-btn{background:#fff;color:#718096;border:2px solid #e2e8f0;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;min-width:min(140px,100%);flex:1 1}.health-cancel-rating-btn:hover{background:#f7fafc;border-color:#cbd5e0;color:#4a5568;transform:translateY(-2px)}.health-reviews-list{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.health-review-item{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.health-review-item:before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.health-review-item:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.health-review-item:hover:before{opacity:1}.health-review-header{display:flex;grid-gap:1rem;gap:1rem;align-items:flex-start;margin-bottom:1.25rem;flex-wrap:wrap}.health-review-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #667eea;box-shadow:0 4px 12px rgba(102,126,234,.2);transition:all .3s ease;flex-shrink:0}.health-review-item:hover .health-review-avatar{transform:scale(1.1);border-color:#764ba2}.health-review-user{flex:1 1;text-align:right;min-width:0}.health-review-user strong{display:block;font-size:1.1rem;font-weight:700;color:#2d3748;margin-bottom:.5rem;word-wrap:break-word}.health-review-rating{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap}.health-star-filled{color:#f6ad55;font-size:1rem;flex-shrink:0}.health-star-empty{color:#e2e8f0;font-size:1rem;flex-shrink:0}.health-review-date{color:#a0aec0;font-size:.9rem;font-weight:500;background:#f8fafc;padding:.4rem .8rem;border-radius:12px;white-space:nowrap}.health-review-text{color:#4a5568;line-height:1.7;font-size:1rem;margin-bottom:1.25rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border-right:4px solid #667eea;text-align:right;position:relative;word-wrap:break-word}.health-review-text:before{content:'"';font-size:2.5rem;color:#667eea;position:absolute;top:-10px;right:15px;opacity:.3;font-family:serif}.health-review-reactions{display:flex;grid-gap:.75rem;gap:.75rem;padding-top:1rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}.health-reaction-btn{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.6rem 1.25rem;border-radius:25px;cursor:pointer;font-size:.9rem;color:#718096;transition:all .3s ease;font-weight:500;white-space:nowrap;flex-shrink:0}.health-reaction-btn:hover{background:#f1f5f9;color:#2d3748;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.health-reaction-btn:active{transform:translateY(0)}.health-no-reviews{text-align:center;padding:3rem 1.5rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px dashed #e2e8f0}.health-no-reviews-icon{font-size:3rem;color:#e2e8f0;margin-bottom:1.25rem;animation:health-float 3s ease-in-out infinite}@keyframes health-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.health-no-reviews h4{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:.75rem;word-wrap:break-word}.health-no-reviews p{color:#718096;font-size:1rem;margin-bottom:1.5rem;word-wrap:break-word}.health-rating-text-excellent{color:#48bb78}.health-rating-text-very-good{color:#68d391}.health-rating-text-good{color:#f6ad55}.health-rating-text-average{color:#ed8936}.health-rating-text-poor{color:#f56565}.health-review-item-featured{border:2px solid #f6ad55;background:linear-gradient(135deg,#fffaf0,#fff)}.health-review-item-featured:before{content:"مميز";position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#f6ad55,#ed8936);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px rgba(246,173,85,.3)}.health-reviews-loading{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;padding:1.5rem}.health-review-skeleton{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);animation:health-skeletonPulse 1.5s ease-in-out infinite}@keyframes health-skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.health-skeleton-header{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.health-skeleton-avatar{width:60px;height:60px;border-radius:50%;background:#e2e8f0;flex-shrink:0}.health-skeleton-user{flex:1 1;display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;min-width:0}.health-skeleton-line{height:12px;background:#e2e8f0;border-radius:6px}.health-skeleton-line.short{width:60%}.health-skeleton-line.medium{width:80%}.health-skeleton-text{height:16px;background:#e2e8f0;border-radius:8px;margin-bottom:.5rem}.health-rating-error{background:#fed7d7;color:#c53030;padding:1rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #feb2b2;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;font-weight:600;word-wrap:break-word}.health-error-icon{font-size:1.2rem;flex-shrink:0}.health-already-rated-message{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;background:#e6fffa;color:#234e52;padding:1rem 1.25rem;border-radius:12px;border:1px solid #81e6d9;font-weight:600;word-wrap:break-word;flex-wrap:wrap}.health-already-rated-icon{color:#38b2ac;flex-shrink:0}.health-add-review-btn:disabled{cursor:not-allowed}.health-add-review-btn:disabled,.health-add-review-btn:disabled:hover{background:#a0aec0;transform:none;box-shadow:none}@media (max-width:768px){.health-hero-title{font-size:2rem}.health-clinics-grid{grid-template-columns:1fr}.health-filters-row,.health-form-row{flex-direction:column}.health-filters-row{align-items:stretch}.health-clinic-main-info{text-align:center}.health-ratings-header,.health-reviews-header{flex-direction:column;grid-gap:1rem;gap:1rem;align-items:flex-start}.health-clinic-hero-content{flex-direction:column;text-align:center}.health-clinic-main-info,.health-details-tabs{flex-direction:column}.health-tab{border-bottom:1px solid #e2e8f0;border-right:none}.health-info-grid,.health-services-grid{grid-template-columns:1fr}.health-clinic-actions-large{justify-content:center}.health-overall-rating{flex-direction:column;text-align:center}.health-details-header-content,.health-header-content{flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center}.health-header-actions{justify-content:center}.health-reviews-header{flex-direction:column;grid-gap:1.5rem;gap:1.5rem;text-align:center}.health-overall-rating{justify-content:center}.health-rating-circle{width:70px;height:70px}.health-rating-number{font-size:1.5rem}.health-review-header{flex-direction:column;text-align:center;grid-gap:1rem;gap:1rem}.health-review-user{text-align:center}.health-review-rating,.health-review-reactions{justify-content:center}.health-rating-form{padding:1.25rem;margin:.5rem}.health-rating-stars-large{padding:1rem}.health-rating-star-large{font-size:1.8rem}.health-rating-actions{flex-direction:column}.health-cancel-rating-btn,.health-submit-rating-btn{width:100%}.health-review-text{padding:1rem;font-size:.95rem}.health-review-text:before{font-size:1.8rem;top:-5px;right:10px}.health-clinic-actions{flex-direction:column}.health-call-btn,.health-favorite-btn,.health-share-btn,.health-view-details-btn{width:100%;justify-content:center}}@media (max-width:480px){.health-reviews-tab{padding:1rem 0}.health-review-item,.health-reviews-header{padding:1.25rem}.health-review-avatar{width:50px;height:50px}.health-reaction-btn{padding:.5rem 1rem;font-size:.85rem}.health-no-reviews{padding:2rem 1rem}.health-no-reviews-icon{font-size:2.5rem}.health-header-actions{flex-direction:column;width:100%}.health-add-clinic-btn,.health-back-btn,.health-home-btn{width:100%;justify-content:center}.health-clinic-card{padding:1rem}.health-clinic-header{flex-direction:column;text-align:center;grid-gap:.75rem;gap:.75rem}.health-modal-header{padding:1rem}.health-modal-header h2{font-size:1.3rem}}@media (max-width:360px){.health-brand-name{font-size:1.3rem}.health-hero{padding:2rem 1rem}.health-clinic-avatar img{width:60px;height:60px}.health-clinic-avatar-large img{width:80px;height:80px}.health-call-btn-large,.health-favorite-btn,.health-share-btn,.health-view-details-btn{padding:.6rem 1rem;font-size:.85rem}.health-tab{padding:.75rem 1rem;font-size:.9rem}}.health-clinic-hero-info h1,.health-clinic-name,.health-doctor-name,.health-hero-subtitle,.health-hero-title,.health-modal-header h2,.health-review-text,.health-section-header h2,.health-section-header p,.health-specialization{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.health-add-clinic-btn,.health-add-review-btn,.health-back-btn,.health-call-btn,.health-cancel-btn,.health-cancel-rating-btn,.health-delete-btn,.health-favorite-btn,.health-home-btn,.health-share-btn,.health-submit-btn,.health-submit-rating-btn,.health-view-details-btn{max-width:100%;box-sizing:border-box}@media (max-width:768px){.health-add-clinic-btn,.health-back-btn,.health-call-btn,.health-delete-btn,.health-favorite-btn,.health-filter-select,.health-form-input,.health-form-select,.health-form-textarea,.health-home-btn,.health-reaction-btn,.health-share-btn,.health-tab,.health-view-details-btn{min-height:44px}}.comingsoon-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem;direction:rtl}.comingsoon-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.comingsoon-animation{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float 6s ease-in-out infinite}.comingsoon-animation-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.comingsoon-animation-2{width:150px;height:150px;top:60%;right:10%;animation-delay:2s}.comingsoon-animation-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.comingsoon-content{position:relative;z-index:2;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:3rem;max-width:800px;width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.2);text-align:center}.comingsoon-header{justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap}.comingsoon-header,.comingsoon-logo{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.comingsoon-logo{font-size:1.5rem;font-weight:700;color:#2d3748}.comingsoon-logo-icon{font-size:2rem}.comingsoon-back-btn{background:rgba(102,126,234,.1);color:#667eea;border:2px solid rgba(102,126,234,.2);padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s ease;text-decoration:none;font-size:.9rem}.comingsoon-back-btn:hover{background:rgba(102,126,234,.2);transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.2)}.comingsoon-back-icon{font-size:1.2rem;font-weight:700}.comingsoon-back-btn-bottom{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-weight:600;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin:2rem auto 0;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.comingsoon-back-btn-bottom:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.comingsoon-badge{display:inline-block;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;margin-bottom:2rem;box-shadow:0 4px 15px rgba(72,187,120,.3);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.comingsoon-title{font-size:3rem;font-weight:800;color:#2d3748;margin-bottom:1.5rem;line-height:1.2}.comingsoon-highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.comingsoon-description{font-size:1.2rem;color:#718096;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.comingsoon-timer{display:flex;justify-content:center;grid-gap:2rem;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.comingsoon-timer-item{background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.1);min-width:100px;border:1px solid #f1f5f9}.comingsoon-timer-number{display:block;font-size:2.5rem;font-weight:800;color:#667eea;line-height:1;margin-bottom:.5rem}.comingsoon-timer-label{font-size:.9rem;color:#718096;font-weight:600;text-transform:uppercase}.comingsoon-ready{background:linear-gradient(135deg,#f6ad55,#ed8936);color:#fff;padding:1.5rem 2rem;border-radius:20px;font-size:1.5rem;font-weight:700;margin-bottom:3rem;box-shadow:0 8px 25px rgba(246,173,85,.3)}.comingsoon-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.comingsoon-feature{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.08);border:1px solid #f1f5f9;transition:all .3s ease}.comingsoon-feature:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.comingsoon-feature-icon{font-size:3rem;margin-bottom:1rem}.comingsoon-feature-text h3{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.comingsoon-feature-text p{color:#718096;line-height:1.5}.comingsoon-cta{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2.5rem;border-radius:20px;margin-bottom:2rem;border:1px solid #e2e8f0}.comingsoon-cta p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;font-weight:600}.comingsoon-form{display:flex;grid-gap:1rem;gap:1rem;max-width:400px;margin:0 auto;flex-wrap:wrap;justify-content:center}.comingsoon-input{flex:1 1;min-width:250px;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:50px;font-size:1rem;transition:all .3s ease;background:#fff}.comingsoon-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.comingsoon-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3);white-space:nowrap}.comingsoon-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.comingsoon-success-message{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:1.5rem 2rem;border-radius:20px;font-weight:600;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;justify-content:center;max-width:400px;margin:0 auto;box-shadow:0 4px 15px rgba(72,187,120,.3)}.comingsoon-success-icon{font-size:1.5rem;font-weight:700}.comingsoon-social{margin-bottom:2rem}.comingsoon-social p{color:#718096;margin-bottom:1rem;font-weight:600}.comingsoon-social-icons{display:flex;justify-content:center;grid-gap:1rem;gap:1rem}.comingsoon-social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff;border-radius:50%;text-decoration:none;font-size:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid #f1f5f9}.comingsoon-social-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,.15)}.comingsoon-footer{border-top:1px solid #e2e8f0;padding-top:2rem;color:#a0aec0}.comingsoon-footer p{margin-bottom:.5rem}@media (max-width:768px){.comingsoon-container{padding:1rem}.comingsoon-content{padding:2rem 1.5rem}.comingsoon-header{flex-direction:column;text-align:center;grid-gap:1.5rem;gap:1.5rem}.comingsoon-title{font-size:2.2rem}.comingsoon-timer{grid-gap:1rem;gap:1rem}.comingsoon-timer-item{min-width:80px;padding:1rem}.comingsoon-timer-number{font-size:2rem}.comingsoon-features{grid-template-columns:1fr}.comingsoon-form{flex-direction:column}.comingsoon-input{min-width:auto}.comingsoon-back-btn-bottom{width:100%;justify-content:center}}@media (max-width:480px){.comingsoon-title{font-size:1.8rem}.comingsoon-description{font-size:1rem}.comingsoon-timer-item{min-width:70px;padding:.75rem}.comingsoon-timer-number{font-size:1.5rem}.comingsoon-cta{padding:1.5rem}}.all-friends-page-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);direction:rtl}.all-friends-navbar{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}.all-friends-navbar-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;grid-gap:1.5rem;gap:1.5rem}.all-friends-title{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;font-size:1.3rem;font-weight:700;color:#2c3e50}.all-friends-title-icon{font-size:1.5rem;color:#667eea}.all-friends-back-button,.all-friends-home-button{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.all-friends-back-button:hover,.all-friends-home-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.all-friends-back-icon,.all-friends-home-icon{font-size:1.2rem}.all-friends-main-content{max-width:1200px;margin:0 auto;padding:2rem}.all-friends-header{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:center}.all-friends-user-info{display:flex;align-items:center;justify-content:center;grid-gap:1.5rem;gap:1.5rem}.all-friends-user-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid #667eea}.all-friends-user-details h1{margin:0 0 .5rem;color:#2c3e50;font-size:1.8rem}.all-friends-count{color:#667eea;font-size:1.1rem;font-weight:600;margin:0}.all-friends-loading-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.all-friends-loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:all-friends-spin 1s linear infinite;margin:0 auto 1rem}@keyframes all-friends-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.all-friends-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.all-friends-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid transparent}.all-friends-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 10px 30px rgba(102,126,234,.15)}.all-friends-card.deleted-user{opacity:.6;cursor:not-allowed}.all-friends-card.deleted-user:hover{transform:none;border-color:transparent;box-shadow:0 5px 20px rgba(0,0,0,.08)}.all-friends-link{text-decoration:none;color:inherit;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.all-friends-image{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #667eea;flex-shrink:0}.all-friends-info{flex:1 1;display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.all-friends-name{font-weight:600;color:#2c3e50;font-size:1.1rem}.all-friends-job{color:#667eea;font-size:.9rem}.all-friends-location{color:#7f8c8d;font-size:.85rem}.all-friends-deleted-text{color:#6c757d!important;font-style:italic}.all-friends-empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);grid-column:1/-1}.all-friends-empty-icon{font-size:4rem;color:#bdc3c7;margin-bottom:1rem}.all-friends-empty-state h3{color:#2c3e50;margin-bottom:.5rem}.all-friends-empty-state p{color:#7f8c8d;margin:0}@media (max-width:768px){.all-friends-navbar-content{flex-direction:column;grid-gap:1rem;gap:1rem}.all-friends-main-content{padding:1rem}.all-friends-grid{grid-template-columns:1fr}.all-friends-user-info{flex-direction:column;text-align:center}.all-friends-card{padding:1rem}.all-friends-link{flex-direction:column;text-align:center}.all-friends-info{align-items:center}}@media (max-width:480px){.all-friends-navbar{padding:1rem}.all-friends-back-button,.all-friends-home-button{padding:.5rem 1rem;font-size:.9rem}.all-friends-title{font-size:1.1rem}}.community-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.community-header{background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.2);position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.1)}.community-header-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;grid-gap:1.5rem;gap:1.5rem}.community-back-btn{background:hsla(0,0%,100%,.8);border:none;font-size:1.1rem;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.community-back-btn:hover{background:#f5f5f5;color:#333;transform:translateX(-2px)}.community-header-title{flex:1 1;min-width:0}.community-header-title h1{color:#333;margin:0 0 .25rem;font-size:1.5rem;font-weight:700;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.community-header-title p{color:#666;margin:0;font-size:.85rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.community-header-actions{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.post-type-selector{display:flex;background:#f8f9fa;border-radius:12px;padding:.25rem;border:1px solid #e0e0e0;flex-shrink:0}.type-btn{display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;padding:.5rem .75rem;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#666;font-size:.85rem;white-space:nowrap;flex-shrink:0}.type-btn.active{background:#fff;color:#333;box-shadow:0 2px 6px rgba(0,0,0,.1)}.type-btn:first-child.active{color:#3b82f6}.type-btn:last-child.active{color:#f59e0b}.community-new-post-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;font-weight:600;transition:all .3s ease;white-space:nowrap;font-size:.9rem;flex-shrink:0}.community-new-post-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.community-container{display:flex;max-width:1200px;margin:1.5rem auto;grid-gap:1.5rem;gap:1.5rem;padding:0 1rem;box-sizing:border-box}.community-sidebar{width:300px;background:hsla(0,0%,100%,.98);border-radius:15px;padding:1.25rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:90px;box-shadow:0 4px 20px rgba(0,0,0,.08);flex-shrink:0}.community-stats-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:.5rem;margin-bottom:1.5rem}.community-stats-card h3{margin:0 0 1rem;font-size:1rem;text-align:center;font-weight:600}.stats-grid{display:grid;grid-template-columns:1fr 1fr}.stat-item,.stats-grid{grid-gap:.2rem;gap:.2rem}.stat-item{display:flex;align-items:flex-start;padding:.4rem}.stat-icon{font-size:1.1rem;opacity:.9;flex-shrink:0}.stat-info{display:flex;flex-direction:column;min-width:0}.stat-number{font-size:1.1rem;font-weight:700;line-height:1.2}.stat-label{font-size:.75rem;opacity:.9;line-height:1.2;word-wrap:break-word}.community-filters{margin-bottom:1.5rem}.community-filters h3{margin-bottom:.75rem;color:#333;font-size:1rem;font-weight:600}.filter-group{margin-bottom:.75rem}.filter-group label{display:block;margin-bottom:.4rem;color:#666;font-size:.85rem;font-weight:500}.community-filter-select{width:100%;padding:.6rem;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;font-size:.85rem;box-sizing:border-box;max-width:100%}.community-guide{background:#f8f9fa;border-radius:12px;padding:1.25rem}.community-guide h3{margin-bottom:.75rem;color:#333;font-size:1rem;font-weight:600}.guide-tips{flex-direction:column}.guide-tips,.tip{display:flex;grid-gap:.6rem;gap:.6rem}.tip{align-items:flex-start;color:#666;font-size:.85rem;line-height:1.3}.tip span{word-wrap:break-word;overflow-wrap:break-word;flex:1 1}.tip svg{color:#10b981;flex-shrink:0;margin-top:.1rem}.community-main{flex:1 1;min-height:80vh;min-width:0}.community-search{margin-bottom:1.5rem}.search-container1{position:relative;background:hsla(0,0%,100%,.98);border-radius:20px;padding:.6rem 1rem;display:flex;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.08);max-width:100%;box-sizing:border-box}.search-icon1{color:#666;margin-left:.4rem;flex-shrink:0}.search-input1{border:none;background:none;outline:none;flex:1 1;color:#333;font-size:.9rem;min-width:0;width:100%}.search-input1::placeholder{color:#999}.clear-search1{background:none;border:none;font-size:1.1rem;color:#999;cursor:pointer;padding:.2rem;margin-right:.4rem;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.clear-search1:hover{color:#666;background:#f0f0f0;border-radius:50%}.community-timeline{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.post-card{background:hsla(0,0%,100%,.98);border-radius:12px;padding:1.25rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.post-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap}.post-author{display:flex;align-items:center;grid-gap:.6rem;gap:.6rem;min-width:0;flex:1 1}.author-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0;flex-shrink:0}.author-info{display:flex;flex-direction:column;min-width:0;flex:1 1}.author-name{font-weight:600;color:#333;font-size:.9rem;line-height:1.2;word-break:break-word}.post-time{color:#666;grid-gap:.2rem;gap:.2rem;margin-top:.1rem}.post-time,.post-type-badge{font-size:.75rem;display:flex;align-items:center}.post-type-badge{color:#fff;padding:.4rem .8rem;border-radius:15px;grid-gap:.4rem;gap:.4rem;font-weight:500;white-space:nowrap;flex-shrink:0}.post-content{margin-bottom:.75rem}.post-title{color:#333;margin-bottom:.4rem;font-size:1.1rem;line-height:1.3;font-weight:600}.post-text,.post-title{word-wrap:break-word;overflow-wrap:break-word}.post-text{color:#666;line-height:1.5;font-size:.9rem;max-width:100%}.post-stats{display:flex;grid-gap:1.25rem;gap:1.25rem;padding:.75rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:.75rem;flex-wrap:wrap}.stat{display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;color:#666;cursor:pointer;transition:color .3s ease;font-size:.85rem;flex-shrink:0}.stat:hover{color:#667eea}.like-btn{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;grid-gap:.2rem;gap:.2rem;font-size:.85rem;transition:all .3s ease;padding:.2rem .4rem;border-radius:6px;flex-shrink:0}.like-btn:hover{background:#f8f9fa;color:#667eea}.replies-section{margin:.75rem 0}.replies-header{font-weight:600;color:#333;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid #f0f0f0;font-size:.9rem}.reply-card{background:#f8f9fa;padding:.75rem;margin-bottom:.75rem;border:1px solid #e9ecef;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.reply-header{align-items:center;grid-gap:.6rem;gap:.6rem;margin-bottom:.4rem}.reply-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.reply-author-info{display:flex;flex-direction:column;min-width:0;flex:1 1}.reply-author-name{font-weight:600;font-size:.85rem;color:#333;line-height:1.2;word-break:break-word}.reply-time{font-size:.7rem;color:#666;line-height:1.2}.reply-content{color:#555;line-height:1.4;margin-bottom:.4rem;font-size:.85rem;word-wrap:break-word;overflow-wrap:break-word}.reply-actions{display:flex;grid-gap:.75rem;gap:.75rem}.reply-form-container{margin-top:.75rem}.add-reply-btn{background:none;border:1px solid #ddd;color:#666;padding:.6rem .8rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;transition:all .3s ease;width:100%;justify-content:center;font-size:.85rem;box-sizing:border-box}.add-reply-btn:hover{background:#f8f9fa;border-color:#667eea;color:#667eea}.reply-form{background:#f8f9fa;border-radius:8px;padding:.75rem;border:1px solid #e9ecef;box-sizing:border-box}.reply-form textarea{width:100%;border:1px solid #ddd;border-radius:6px;padding:.6rem;resize:vertical;font-family:inherit;margin-bottom:.6rem;font-size:.85rem;box-sizing:border-box;min-height:80px;max-height:200px;word-wrap:break-word;overflow-wrap:break-word}.reply-form .reply-actions{display:flex;grid-gap:.4rem;gap:.4rem;justify-content:flex-end;flex-wrap:wrap}.reply-form button{padding:.4rem .8rem;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.85rem;white-space:nowrap}.reply-form button:first-child{background:#f8f9fa;color:#666;border:1px solid #ddd}.submit-reply-btn{background:#667eea;color:#fff}.submit-reply-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.submit-reply-btn:not(:disabled):hover{background:#5a6fd8;transform:translateY(-1px)}.community-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.community-form-modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.2);box-sizing:border-box}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.form-header h2{margin:0;color:#333;font-size:1.3rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.close-btn:hover{background:#f5f5f5}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;color:#333;font-weight:600;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.6rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.9rem;box-sizing:border-box;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-group textarea{resize:vertical;min-height:120px;max-height:300px}.form-actions{display:flex;grid-gap:.75rem;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.form-actions button{padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;white-space:nowrap}.form-actions button:first-child{background:#f8f9fa;color:#666;border:1px solid #ddd}.form-actions button:first-child:hover{background:#e9ecef}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.loading-container{text-align:center;padding:2.5rem;color:#666;background:hsla(0,0%,100%,.98);border-radius:12px}.loading-spinner{width:36px;height:36px;border:3px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto .75rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-posts{text-align:center;padding:2.5rem;color:#666;background:hsla(0,0%,100%,.98);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.no-posts-icon{font-size:2.5rem;margin-bottom:.75rem;color:#ccc}.no-posts h3{margin:0 0 .5rem;color:#666;font-size:1.2rem}.no-posts p{margin:0 0 1rem;color:#888;font-size:.9rem}.clear-search-btn,.create-first-post-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:20px;cursor:pointer;margin-top:.75rem;transition:all .3s ease;font-size:.85rem;font-weight:600}.clear-search-btn:hover,.create-first-post-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.scroll-to-top{position:fixed;bottom:2rem;left:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 20px rgba(102,126,234,.4);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{transform:scale(1.1)}@media (max-width:768px){.community-header{padding:.6rem 1rem}.community-header-content{flex-wrap:nowrap;grid-gap:.8rem;gap:.8rem}.community-back-btn{width:36px;height:36px;font-size:1rem;padding:.4rem}.community-header-title{flex:1 1;min-width:0}.community-header-title h1{font-size:1.2rem;margin-bottom:.1rem}.community-header-title h1,.community-header-title p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-header-title p{font-size:.7rem;line-height:1.1}.community-header-actions{grid-gap:.5rem;gap:.5rem;flex-wrap:nowrap}.post-type-selector{padding:.2rem}.type-btn{padding:.4rem .6rem;grid-gap:.3rem;gap:.3rem}.type-btn,.type-btn svg{font-size:.75rem}.community-new-post-btn{padding:.5rem .8rem;font-size:.75rem;grid-gap:.3rem;gap:.3rem;white-space:nowrap}.scroll-to-top{bottom:1rem;left:1rem;width:45px;height:45px;font-size:1.1rem}}@media (max-width:480px){.community-header{padding:.5rem .75rem}.community-header-content{grid-gap:.6rem;gap:.6rem}.community-back-btn{width:34px;height:34px;font-size:.9rem}.community-header-title h1{font-size:1.1rem}.community-header-title p{font-size:.65rem}.community-header-actions{grid-gap:.4rem;gap:.4rem}.type-btn{padding:.35rem .5rem;font-size:.7rem;grid-gap:.2rem;gap:.2rem}.community-new-post-btn{padding:.45rem .7rem;font-size:.7rem}}@media (max-width:360px){.community-header{padding:.4rem .6rem}.community-header-content{grid-gap:.5rem;gap:.5rem}.community-new-post-btn span,.type-btn span{display:none}.community-new-post-btn,.type-btn{padding:.4rem}.community-new-post-btn:after,.type-btn:after{display:none}}@media (max-width:1024px){.community-container{grid-gap:1rem;gap:1rem;margin:1rem auto}.community-sidebar{width:280px}}@media (max-width:768px){.community-container{flex-direction:column;margin:1rem auto;grid-gap:1rem;gap:1rem}.community-sidebar{width:100%;position:static;padding:1rem}.stats-grid{grid-template-columns:1fr 1fr}.stat-item,.stats-grid{grid-gap:.5rem;gap:.5rem}.stat-item{padding:.3rem}.post-header{flex-direction:column;grid-gap:.75rem;gap:.75rem;align-items:flex-start}.post-type-badge{align-self:flex-start}.post-stats{grid-gap:1rem;gap:1rem}.community-form-modal{margin:1rem;padding:1.25rem}.form-actions{justify-content:stretch}.form-actions button{flex:1 1;text-align:center}}@media (max-width:480px){.community-container{padding:0 .75rem;margin:.75rem auto}.community-sidebar{padding:.75rem}.community-stats-card{padding:1rem}.stats-grid{grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.post-card{padding:1rem}.post-author{flex-direction:column;grid-gap:.5rem;gap:.5rem}.author-info,.post-author{align-items:flex-start}.post-stats{justify-content:space-between}.stat{flex:1 1;justify-content:center}.reply-header{flex-direction:column;grid-gap:.4rem;gap:.4rem}.reply-author-info,.reply-header{align-items:flex-start}.community-form-modal{margin:.5rem;padding:1rem}.form-header h2{font-size:1.2rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}@media print{.add-reply-btn,.community-header-actions,.community-new-post-btn,.like-btn,.reply-form-container{display:none!important}.community-page{background:#fff!important}.post-card{page-break-inside:avoid;break-inside:avoid;box-shadow:none!important;border:1px solid #ddd}}@media (prefers-contrast:high){.community-header{background:#fff;border-bottom:2px solid #000}.post-card{background:#fff;border:1px solid #000}.stat{color:#000}}@media (prefers-reduced-motion:reduce){.clear-search-btn:hover,.community-back-btn:hover,.community-new-post-btn:hover,.create-first-post-btn:hover,.like-btn:hover,.post-card:hover,.scroll-to-top:hover,.submit-btn:hover{transform:none}.loading-spinner{animation-duration:2s}}.delete-post-btn,.delete-reply-btn{background:none;border:none;color:#dc3545;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s}.delete-post-btn:hover,.delete-reply-btn:hover{background-color:rgba(220,53,69,.1)}.post-header-actions{display:flex;align-items:center;grid-gap:10px;gap:10px}.reply-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.reply-author-main{display:flex;align-items:center;grid-gap:10px;gap:10px}.replies-expand-container{text-align:center;margin-top:15px;padding-top:15px;border-top:1px solid #e0e0e0}.replies-expand-btn{background:none;border:1px solid #3b82f6;color:#3b82f6;padding:8px 16px;border-radius:20px;cursor:pointer;display:inline-flex;align-items:center;grid-gap:8px;gap:8px;transition:all .2s;font-size:14px}.replies-expand-btn:hover{background-color:#3b82f6;color:#fff}.reply-card{border:1px solid #e0e0e0;border-radius:8px;padding:15px;margin-bottom:10px;background-color:#f8f9fa}.reply-card:last-child{margin-bottom:0}.aboutUs-container{min-height:100vh;background:#f8f9fa}.aboutUs-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.aboutUs-header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.aboutUs-brand-link{display:flex;align-items:center;text-decoration:none;color:#1877f2}.aboutUs-logo-icon{color:#e91e63;margin-left:.5rem}.aboutUs-brand-name{font-size:1.5rem;font-weight:700;margin:0}.aboutUs-heart-icon{color:#e91e63;margin-left:.25rem}.aboutUs-header-actions{display:flex;grid-gap:1rem;gap:1rem}.aboutUs-home-btn{background:#1877f2;color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;transition:background .3s}.aboutUs-home-btn:hover{background:#166fe5}.aboutUs-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.aboutUs-hero-background,.aboutUs-hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0}.aboutUs-hero-pattern{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 100-14 7 7 0 000 14zm48 25a7 7 0 100-14 7 7 0 000 14zm-43-7a3 3 0 100-6 3 3 0 000 6zm63 31a3 3 0 100-6 3 3 0 000 6zM34 90a3 3 0 100-6 3 3 0 000 6zm56-76a3 3 0 100-6 3 3 0 000 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 10.001-3.999A2 2 0 0080 29zM60 91a2 2 0 10.001-3.999A2 2 0 0060 91zM35 41a2 2 0 10.001-3.999A2 2 0 0035 41zM12 60a2 2 0 10.001-3.999A2 2 0 0012 60z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E")}.aboutUs-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2;text-align:center}.aboutUs-hero-badge{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem}.aboutUs-badge-icon{margin-left:.5rem}.aboutUs-hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.aboutUs-highlight{color:gold}.aboutUs-hero-subtitle{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;line-height:1.6}.aboutUs-container-custom{max-width:1200px;margin:0 auto;padding:0 2rem}.aboutUs-mission-section{padding:4rem 0;background:#fff}.aboutUs-mission-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.aboutUs-mission-content h2{color:#1877f2;font-size:2.5rem;margin-bottom:1.5rem}.aboutUs-mission-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem}.aboutUs-vision h3{color:#e91e63;font-size:1.8rem;margin-bottom:1rem}.aboutUs-mission-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.aboutUs-stat-item{text-align:center;padding:2rem 1rem;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.aboutUs-stat-number{font-size:2.5rem;font-weight:700;color:#1877f2;margin-bottom:.5rem}.aboutUs-stat-label{color:#666;font-size:1rem}.aboutUs-features-section{padding:4rem 0;background:#f8f9fa}.aboutUs-section-header{text-align:center;margin-bottom:3rem}.aboutUs-section-header h2{font-size:2.5rem;color:#1877f2;margin-bottom:1rem}.aboutUs-section-header p{font-size:1.2rem;color:#666}.aboutUs-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.aboutUs-feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.aboutUs-feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.aboutUs-feature-icon{font-size:3rem;color:#1877f2;margin-bottom:1rem}.aboutUs-feature-title{font-size:1.5rem;color:#333;margin-bottom:1rem}.aboutUs-feature-description{color:#666;line-height:1.6}.aboutUs-team-section{padding:4rem 0;background:#fff}.aboutUs-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;justify-items:center}.aboutUs-team-card{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;max-width:350px}.aboutUs-team-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:4px solid #1877f2}.aboutUs-team-avatar img{width:100%;height:100%;object-fit:cover}.aboutUs-team-name{font-size:1.5rem;color:#333;margin-bottom:.5rem}.aboutUs-team-role{color:#1877f2;font-weight:700;margin-bottom:1rem}.aboutUs-team-description{color:#666;line-height:1.6}.aboutUs-values-section{padding:4rem 0;background:#f8f9fa}.aboutUs-values-list{max-width:800px;margin:0 auto}.aboutUs-value-item{display:flex;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.aboutUs-value-icon{font-size:2rem;color:#e91e63;margin-left:1.5rem;margin-top:.5rem}.aboutUs-value-content h3{color:#333;margin-bottom:.5rem;font-size:1.3rem}.aboutUs-value-content p{color:#666;line-height:1.6;margin:0}.aboutUs-footer{background:#333;color:#fff;padding:3rem 0 1rem}.aboutUs-footer-content{max-width:1200px;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.aboutUs-footer-brand{display:flex;align-items:center;margin-bottom:1rem}.aboutUs-footer-logo{color:#e91e63;margin-left:.5rem}.aboutUs-footer-section h4{margin-bottom:1rem;color:gold}.aboutUs-footer-section a{display:block;color:#ccc;text-decoration:none;margin-bottom:.5rem;transition:color .3s}.aboutUs-footer-section a:hover{color:gold}.aboutUs-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;max-width:1200px;margin:0 auto;color:#ccc}@media (max-width:768px){.aboutUs-hero-title{font-size:2rem}.aboutUs-mission-grid{grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.aboutUs-footer-content,.aboutUs-mission-stats{grid-template-columns:1fr}.aboutUs-footer-content{grid-gap:2rem;gap:2rem}.aboutUs-value-item{flex-direction:column;text-align:center}.aboutUs-value-icon{margin-left:0;margin-bottom:1rem}}.privacyPolicy-container{min-height:100vh;background:#f8f9fa}.privacyPolicy-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.privacyPolicy-header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.privacyPolicy-brand-link{display:flex;align-items:center;text-decoration:none;color:#1877f2}.privacyPolicy-logo-icon{color:#e91e63;margin-left:.5rem}.privacyPolicy-brand-name{font-size:1.5rem;font-weight:700;margin:0}.privacyPolicy-heart-icon{color:#e91e63;margin-left:.25rem}.privacyPolicy-header-actions{display:flex;grid-gap:1rem;gap:1rem}.privacyPolicy-about-btn,.privacyPolicy-home-btn{background:#1877f2;color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;transition:background .3s}.privacyPolicy-about-btn:hover,.privacyPolicy-home-btn:hover{background:#166fe5}.privacyPolicy-about-btn{background:#6c757d}.privacyPolicy-about-btn:hover{background:#5a6268}.privacyPolicy-hero-section{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.privacyPolicy-hero-background,.privacyPolicy-hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0}.privacyPolicy-hero-pattern{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 100-14 7 7 0 000 14zm48 25a7 7 0 100-14 7 7 0 000 14zm-43-7a3 3 0 100-6 3 3 0 000 6zm63 31a3 3 0 100-6 3 3 0 000 6zM34 90a3 3 0 100-6 3 3 0 000 6zm56-76a3 3 0 100-6 3 3 0 000 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 10.001-3.999A2 2 0 0080 29zM60 91a2 2 0 10.001-3.999A2 2 0 0060 91zM35 41a2 2 0 10.001-3.999A2 2 0 0035 41zM12 60a2 2 0 10.001-3.999A2 2 0 0012 60z' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E")}.privacyPolicy-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2;text-align:center}.privacyPolicy-hero-badge{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem}.privacyPolicy-badge-icon{margin-left:.5rem}.privacyPolicy-hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.privacyPolicy-highlight{color:#4ade80}.privacyPolicy-hero-subtitle{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;line-height:1.6}.privacyPolicy-update-info{background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:8px;display:inline-block}.privacyPolicy-container-custom{max-width:1200px;margin:0 auto;padding:0 2rem}.privacyPolicy-content-section{padding:4rem 0;background:#fff}.privacyPolicy-intro{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f1f3f4}.privacyPolicy-intro h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem}.privacyPolicy-intro p{font-size:1.1rem;line-height:1.8;color:#555;max-width:800px;margin:0 auto}.privacyPolicy-sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.privacyPolicy-section-card{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #3498db;transition:transform .3s,box-shadow .3s}.privacyPolicy-section-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.privacyPolicy-section-icon{font-size:2.5rem;color:#3498db;margin-bottom:1rem}.privacyPolicy-section-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.privacyPolicy-section-content{color:#555;line-height:1.7}.privacyPolicy-section-content p{margin-bottom:.5rem}.privacyPolicy-important-notes{background:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;padding:2rem;margin-bottom:3rem}.privacyPolicy-important-notes h3{color:#856404;margin-bottom:1.5rem;font-size:1.5rem}.privacyPolicy-notes-list{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.privacyPolicy-note-item{color:#856404;line-height:1.6;padding-right:1rem;border-right:3px solid #ffeaa7}.privacyPolicy-contact-section{background:#e3f2fd;padding:2rem;border-radius:12px;text-align:center}.privacyPolicy-contact-section h3{color:#1565c0;margin-bottom:1rem;font-size:1.8rem}.privacyPolicy-contact-section p{color:#555;margin-bottom:1.5rem;line-height:1.6}.privacyPolicy-contact-info{display:inline-flex;flex-direction:column;grid-gap:1rem;gap:1rem;background:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.privacyPolicy-contact-item{color:#333}.privacyPolicy-contact-item strong{color:#1565c0}.privacyPolicy-footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.privacyPolicy-footer-content{max-width:1200px;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.privacyPolicy-footer-brand{display:flex;align-items:center;margin-bottom:1rem}.privacyPolicy-footer-logo{color:#e91e63;margin-left:.5rem}.privacyPolicy-footer-section h4{margin-bottom:1rem;color:#4ade80}.privacyPolicy-footer-section a{display:block;color:#ccc;text-decoration:none;margin-bottom:.5rem;transition:color .3s}.privacyPolicy-footer-section a:hover{color:#4ade80}.privacyPolicy-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;max-width:1200px;margin:0 auto;color:#ccc}@media (max-width:768px){.privacyPolicy-hero-title{font-size:2rem}.privacyPolicy-sections-grid{grid-template-columns:1fr}.privacyPolicy-footer-content{grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.privacyPolicy-contact-info{padding:1rem}.privacyPolicy-header-actions{flex-direction:column;grid-gap:.5rem;gap:.5rem}}.ParallelWorldEntry_entryContainer__1YK-C{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:"Tajawal","Inter",sans-serif;direction:rtl;padding:1rem .5rem}.ParallelWorldEntry_headerContainer__KiQes{display:flex;flex-direction:column;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:2rem;padding:0 1rem}@media (min-width:768px){.ParallelWorldEntry_headerContainer__KiQes{flex-direction:row;justify-content:space-between;margin-bottom:3rem}}.ParallelWorldEntry_headerTitle__m86md{font-weight:700!important;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem!important;text-align:center}@media (min-width:768px){.ParallelWorldEntry_headerTitle__m86md{font-size:1.75rem!important}}.ParallelWorldEntry_heroSection__3l-l0{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(124,58,237,.1));border-radius:20px;margin-bottom:2rem;position:relative;overflow:hidden}@media (min-width:768px){.ParallelWorldEntry_heroSection__3l-l0{padding:4rem 2rem;border-radius:24px;margin-bottom:3rem}}.ParallelWorldEntry_heroSection__3l-l0:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(139,92,246,.05) 0,transparent 70%);z-index:0}.ParallelWorldEntry_heroTitle__ztPKY{font-weight:800!important;font-size:2rem!important;margin-bottom:1rem!important;line-height:1.2!important}@media (min-width:768px){.ParallelWorldEntry_heroTitle__ztPKY{font-size:3.5rem!important;margin-bottom:1.5rem!important}}.ParallelWorldEntry_highlight__3cvju{background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ParallelWorldEntry_heroSubtitle__2IC3t{font-weight:600!important;color:#4a5568!important;margin-bottom:1rem!important;font-size:1.1rem!important}@media (min-width:768px){.ParallelWorldEntry_heroSubtitle__2IC3t{font-size:1.5rem!important;margin-bottom:1.5rem!important}}.ParallelWorldEntry_heroDescription__3XI8w{color:#718096!important;font-size:.95rem!important;line-height:1.6!important}@media (min-width:768px){.ParallelWorldEntry_heroDescription__3XI8w{font-size:1.1rem!important;line-height:1.8!important}}.ParallelWorldEntry_animationContainer__aSued{position:relative;z-index:1;margin-top:2rem;display:flex;justify-content:center;align-items:center;width:100%;height:200px}@media (min-width:768px){.ParallelWorldEntry_animationContainer__aSued{margin-top:4rem;height:300px}}.ParallelWorldEntry_animationSphere__1JUAf{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(124,58,237,.2));display:flex;align-items:center;justify-content:center;animation:ParallelWorldEntry_float__2gxNP 6s ease-in-out infinite;position:relative;box-shadow:0 10px 30px rgba(139,92,246,.2)}@media (min-width:768px){.ParallelWorldEntry_animationSphere__1JUAf{width:250px;height:250px;box-shadow:0 20px 40px rgba(139,92,246,.2)}}.ParallelWorldEntry_animationSphere__1JUAf:before{content:"";position:absolute;width:165px;height:165px;border-radius:50%;border:2px dashed rgba(139,92,246,.3);animation:ParallelWorldEntry_rotate__3un-t 20s linear infinite}@media (min-width:768px){.ParallelWorldEntry_animationSphere__1JUAf:before{width:270px;height:270px}}.ParallelWorldEntry_innerSphere__6D42Z{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,rgba(139,92,246,.4),rgba(124,58,237,.4));display:flex;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 0 15px hsla(0,0%,100%,.3),0 5px 15px rgba(0,0,0,.1)}@media (min-width:768px){.ParallelWorldEntry_innerSphere__6D42Z{width:160px;height:160px;box-shadow:inset 0 0 20px hsla(0,0%,100%,.3),0 10px 20px rgba(0,0,0,.1)}}.ParallelWorldEntry_sphereIcon__3UL9P{font-size:3rem;animation:ParallelWorldEntry_pulse__2w52t 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media (min-width:768px){.ParallelWorldEntry_sphereIcon__3UL9P{font-size:4.5rem}}.ParallelWorldEntry_mainActions__AyXBU{padding:2rem 1rem;background:#fff;border-radius:20px;margin:1rem 0}@media (min-width:768px){.ParallelWorldEntry_mainActions__AyXBU{padding:4rem 2rem;border-radius:24px;margin:2rem 0}}.ParallelWorldEntry_sectionTitle__3_k1f{font-weight:800!important;margin-bottom:2rem!important;font-size:1.5rem!important;text-align:center}@media (min-width:768px){.ParallelWorldEntry_sectionTitle__3_k1f{font-size:2.5rem!important;margin-bottom:4rem!important}}.ParallelWorldEntry_roomCard__10GvE{height:100%;border-radius:16px!important;box-shadow:0 8px 25px rgba(0,0,0,.08)!important;transition:all .3s ease!important;border:1px solid rgba(226,232,240,.8)!important;cursor:pointer;margin-bottom:1.5rem}@media (min-width:768px){.ParallelWorldEntry_roomCard__10GvE{border-radius:20px!important;box-shadow:0 10px 40px rgba(0,0,0,.1)!important;margin-bottom:0}}.ParallelWorldEntry_roomCard__10GvE:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)!important}@media (max-width:767px){.ParallelWorldEntry_roomCard__10GvE:active{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.12)!important}}.ParallelWorldEntry_cardIcon__ar805{display:flex;justify-content:center;margin-bottom:1rem;color:#8b5cf6}.ParallelWorldEntry_cardTitle__3P-bR{font-weight:700!important;margin-bottom:.75rem!important;font-size:1.25rem!important;text-align:center}.ParallelWorldEntry_cardDescription__1_bnn{line-height:1.6!important;margin-bottom:1rem!important;font-size:.9rem!important;text-align:center}@media (min-width:768px){.ParallelWorldEntry_cardDescription__1_bnn{line-height:1.8!important;margin-bottom:1.5rem!important;font-size:1rem!important}}.ParallelWorldEntry_chipContainer__2ky6Q{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem;justify-content:center}.ParallelWorldEntry_chip__DT8S8{font-weight:600!important;font-size:.75rem!important;height:28px!important}@media (min-width:768px){.ParallelWorldEntry_chip__DT8S8{font-size:.8rem!important;height:32px!important}}.ParallelWorldEntry_privateRoomButton__14qJM,.ParallelWorldEntry_publicRoomButton__2L9Kk{font-weight:700!important;border-radius:12px!important;padding:12px!important;font-size:1rem!important;transition:all .3s ease!important;min-height:56px}@media (min-width:768px){.ParallelWorldEntry_privateRoomButton__14qJM,.ParallelWorldEntry_publicRoomButton__2L9Kk{font-size:1.1rem!important}}.ParallelWorldEntry_publicRoomButton__2L9Kk{background:linear-gradient(135deg,#10b981,#059669)!important}.ParallelWorldEntry_privateRoomButton__14qJM{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important}.ParallelWorldEntry_privateRoomButton__14qJM:hover,.ParallelWorldEntry_publicRoomButton__2L9Kk:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)!important}@media (max-width:767px){.ParallelWorldEntry_privateRoomButton__14qJM:active,.ParallelWorldEntry_publicRoomButton__2L9Kk:active{transform:translateY(-1px);box-shadow:0 5px 15px rgba(0,0,0,.15)!important}}.ParallelWorldEntry_featuresSection__38ejT{padding:2rem 1rem;margin-top:2rem}@media (min-width:768px){.ParallelWorldEntry_featuresSection__38ejT{padding:4rem 2rem;margin-top:3rem}}.ParallelWorldEntry_featureCard__t_3ZX{text-align:center;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid rgba(226,232,240,.6);height:100%;transition:all .3s ease;margin-bottom:1.5rem}@media (min-width:768px){.ParallelWorldEntry_featureCard__t_3ZX{padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);margin-bottom:0}}.ParallelWorldEntry_featureCard__t_3ZX:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.ParallelWorldEntry_featureIcon__2Vxoo{font-size:2.5rem!important;margin-bottom:1rem!important;color:#8b5cf6}@media (min-width:768px){.ParallelWorldEntry_featureIcon__2Vxoo{font-size:3rem!important;margin-bottom:1.5rem!important}}.ParallelWorldEntry_featureTitle__bo4h4{font-weight:700!important;margin-bottom:.5rem!important;font-size:1.1rem!important}@media (min-width:768px){.ParallelWorldEntry_featureTitle__bo4h4{font-size:1.2rem!important;margin-bottom:1rem!important}}.ParallelWorldEntry_featureDescription__BIAqy{line-height:1.6!important;font-size:.9rem!important}@media (min-width:768px){.ParallelWorldEntry_featureDescription__BIAqy{line-height:1.8!important;font-size:1rem!important}}.ParallelWorldEntry_howItWorks__L-98r{padding:2rem 1rem;background:linear-gradient(135deg,rgba(248,250,252,.5),rgba(241,245,249,.5));border-radius:20px;margin-top:2rem}@media (min-width:768px){.ParallelWorldEntry_howItWorks__L-98r{padding:4rem 2rem;border-radius:24px;margin-top:3rem}}.ParallelWorldEntry_stepsContainer__1bq7h{display:flex;flex-direction:column;align-items:center;grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:768px){.ParallelWorldEntry_stepsContainer__1bq7h{flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;grid-gap:3rem;gap:3rem;margin-top:3rem}}.ParallelWorldEntry_step__3rs97{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:100%;width:100%}@media (min-width:768px){.ParallelWorldEntry_step__3rs97{max-width:250px;width:auto}}.ParallelWorldEntry_stepNumber__1jQUt{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;box-shadow:0 6px 12px rgba(139,92,246,.2)}@media (min-width:768px){.ParallelWorldEntry_stepNumber__1jQUt{width:70px;height:70px;font-size:1.8rem;margin-bottom:1.5rem;box-shadow:0 8px 16px rgba(139,92,246,.2)}}.ParallelWorldEntry_stepContent__WXcAO{padding:.5rem}@media (min-width:768px){.ParallelWorldEntry_stepContent__WXcAO{padding:1rem}}.ParallelWorldEntry_stepTitle__2kmVz{font-weight:700!important;margin-bottom:.5rem!important;font-size:1.1rem!important}@media (min-width:768px){.ParallelWorldEntry_stepTitle__2kmVz{font-size:1.2rem!important}}.ParallelWorldEntry_stepDescription__zaAlk{line-height:1.6!important;color:#64748b!important;font-size:.9rem!important}@media (min-width:768px){.ParallelWorldEntry_stepDescription__zaAlk{line-height:1.8!important;font-size:1rem!important}}.ParallelWorldEntry_stepConnector__3VJsz{font-size:1.5rem;color:#cbd5e0;transform:rotate(90deg);margin:.5rem 0}@media (min-width:768px){.ParallelWorldEntry_stepConnector__3VJsz{font-size:2.5rem;transform:rotate(0deg);margin-top:35px}}.ParallelWorldEntry_statsSection__3TJBk{padding:2rem 1rem;margin-top:2rem}@media (min-width:768px){.ParallelWorldEntry_statsSection__3TJBk{padding:4rem 2rem;margin-top:3rem}}.ParallelWorldEntry_statCard__3cHrg{text-align:center;padding:1.5rem 1rem;background:#fff;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.05);border:1px solid rgba(226,232,240,.6);transition:all .3s ease;margin-bottom:1rem}@media (min-width:768px){.ParallelWorldEntry_statCard__3cHrg{padding:2.5rem 2rem;box-shadow:0 8px 30px rgba(0,0,0,.05);margin-bottom:0}}.ParallelWorldEntry_statCard__3cHrg:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(139,92,246,.1)}.ParallelWorldEntry_statNumber__2fEsc{font-weight:900!important;font-size:2.5rem!important;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem!important}@media (min-width:768px){.ParallelWorldEntry_statNumber__2fEsc{font-size:3.5rem!important;margin-bottom:.5rem!important}}.ParallelWorldEntry_statTitle__2Uu07{font-weight:700!important;margin-bottom:.25rem!important;font-size:1rem!important}@media (min-width:768px){.ParallelWorldEntry_statTitle__2Uu07{font-size:1.1rem!important;margin-bottom:.5rem!important}}.ParallelWorldEntry_statDescription__2So1h{color:#64748b!important;font-size:.8rem!important}@media (min-width:768px){.ParallelWorldEntry_statDescription__2So1h{font-size:.9rem!important}}.ParallelWorldEntry_modal__3JEww{display:flex;align-items:center;justify-content:center;padding:1rem}.ParallelWorldEntry_modalPaper__kkxOp{padding:1.5rem;border-radius:20px;width:100%;max-width:500px;text-align:center;direction:rtl;border:none;box-shadow:0 20px 40px rgba(0,0,0,.15);max-height:90vh;overflow-y:auto}@media (min-width:768px){.ParallelWorldEntry_modalPaper__kkxOp{padding:2.5rem;border-radius:24px;max-height:80vh}}.ParallelWorldEntry_modalIconContainer__3F-NW{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:1.8rem;box-shadow:0 8px 16px rgba(139,92,246,.3)}@media (min-width:768px){.ParallelWorldEntry_modalIconContainer__3F-NW{width:80px;height:80px;font-size:2rem}}.ParallelWorldEntry_modalTitle__rN8aH{font-weight:800!important;margin-bottom:1rem!important;color:#1a202c!important;font-size:1.5rem!important}@media (min-width:768px){.ParallelWorldEntry_modalTitle__rN8aH{font-size:1.8rem!important}}.ParallelWorldEntry_modalDescription__3VfeV{margin-bottom:1.5rem!important;color:#4a5568!important;line-height:1.6!important;text-align:center;font-size:.95rem!important}@media (min-width:768px){.ParallelWorldEntry_modalDescription__3VfeV{margin-bottom:2rem!important;line-height:1.7!important;font-size:1rem!important}}.ParallelWorldEntry_roomIdContainer__20aZd{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(124,58,237,.1));padding:1.5rem;border-radius:16px;margin-bottom:1.5rem;border:2px solid rgba(139,92,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width:768px){.ParallelWorldEntry_roomIdContainer__20aZd{padding:2rem;margin-bottom:2rem}}.ParallelWorldEntry_roomId__hY6Z7{font-weight:900!important;color:#7c3aed!important;margin-bottom:.5rem!important;font-size:1.8rem!important;letter-spacing:1px;font-family:"Courier New",monospace;word-break:break-all}@media (min-width:768px){.ParallelWorldEntry_roomId__hY6Z7{font-size:2.5rem!important;letter-spacing:2px}}.ParallelWorldEntry_roomIdLabel__-nrVv{color:#8b5cf6!important;font-weight:700!important;font-size:.85rem!important}@media (min-width:768px){.ParallelWorldEntry_roomIdLabel__-nrVv{font-size:.9rem!important}}.ParallelWorldEntry_linkLabel__UMEKq,.ParallelWorldEntry_shareLabel__qHbui{font-weight:700!important;text-align:center;color:#4a5568!important;margin-bottom:.5rem!important}.ParallelWorldEntry_shareLabel__qHbui{margin:1.5rem 0 1rem!important;font-size:1rem!important}@media (min-width:768px){.ParallelWorldEntry_shareLabel__qHbui{margin:2rem 0 1rem!important;font-size:1.1rem!important}}.ParallelWorldEntry_linkContainer__2heVG{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}@media (min-width:768px){.ParallelWorldEntry_linkContainer__2heVG{flex-direction:row;grid-gap:.5rem;gap:.5rem}}.ParallelWorldEntry_linkInput__2nP7u{background-color:#f8fafc!important;border-radius:12px!important;border:1px solid #e2e8f0!important;font-size:.9rem!important}.ParallelWorldEntry_copyButton__2LkQt{min-width:100%!important;border-radius:12px!important;font-weight:600!important;background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;color:#fff!important;transition:all .3s ease!important;padding:12px!important}@media (min-width:768px){.ParallelWorldEntry_copyButton__2LkQt{min-width:90px!important;padding:8px 16px!important}}.ParallelWorldEntry_copyButton__2LkQt:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(139,92,246,.4)}.ParallelWorldEntry_socialButtons__3Mthm{display:flex;justify-content:center;grid-gap:.8rem;gap:.8rem;margin:1.5rem 0;flex-wrap:wrap}.ParallelWorldEntry_socialButtons__3Mthm .ParallelWorldEntry_MuiIconButton-root__Io0PN{width:50px;height:50px;border-radius:12px;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (min-width:768px){.ParallelWorldEntry_socialButtons__3Mthm .ParallelWorldEntry_MuiIconButton-root__Io0PN{width:55px;height:55px}}.ParallelWorldEntry_socialButtons__3Mthm .ParallelWorldEntry_MuiIconButton-root__Io0PN:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.ParallelWorldEntry_socialButtonWithLabel__25xoI{display:flex;flex-direction:column;align-items:center;grid-gap:.25rem;gap:.25rem}.ParallelWorldEntry_socialButtonLabel__3bBsS{font-size:.7rem;color:#64748b;font-weight:600;text-align:center}.ParallelWorldEntry_whatsappButton__1GI-4{background:linear-gradient(135deg,#25d366,#1da851)!important;color:#fff!important}.ParallelWorldEntry_telegramButton__3mnRb{background:linear-gradient(135deg,#08c,#0077b3)!important;color:#fff!important}.ParallelWorldEntry_twitterButton__HNNOh{background:linear-gradient(135deg,#1da1f2,#1a8cd8)!important;color:#fff!important}.ParallelWorldEntry_facebookButton__2hqr6{background:linear-gradient(135deg,#1877f2,#1666d9)!important;color:#fff!important}.ParallelWorldEntry_shareButton__2oqd_{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;color:#fff!important}.ParallelWorldEntry_modalButtons__3rxcc{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;margin-top:1rem}@media (min-width:768px){.ParallelWorldEntry_modalButtons__3rxcc{flex-direction:row;grid-gap:1rem;gap:1rem}}.ParallelWorldEntry_cancelButton__1107y{border-radius:12px!important;padding:12px!important;font-weight:600!important;border:2px solid #e2e8f0!important;transition:all .3s ease!important}.ParallelWorldEntry_joinButton__zpOEX{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;border-radius:12px!important;padding:12px!important;font-weight:700!important;font-size:1rem!important;transition:all .3s ease!important}.ParallelWorldEntry_cancelButton__1107y:hover,.ParallelWorldEntry_joinButton__zpOEX:hover{transform:translateY(-2px)}.ParallelWorldEntry_footer__I8ScD{padding:2rem 1rem;background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;margin-top:3rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media (min-width:768px){.ParallelWorldEntry_footer__I8ScD{padding:3rem 2rem;border-radius:24px;margin-top:4rem}}.ParallelWorldEntry_footerText__29zCj{margin-bottom:.5rem!important;font-size:1rem!important;opacity:.9}@media (min-width:768px){.ParallelWorldEntry_footerText__29zCj{font-size:1.1rem!important}}.ParallelWorldEntry_footerCaption__32Y2s{color:#a0aec0!important;font-size:.85rem!important;opacity:.7}@keyframes ParallelWorldEntry_float__2gxNP{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-15px) translateX(5px)}}@media (min-width:768px){@keyframes ParallelWorldEntry_float__2gxNP{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(5px)}}}@keyframes ParallelWorldEntry_rotate__3un-t{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ParallelWorldEntry_pulse__2w52t{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (min-width:768px){@keyframes ParallelWorldEntry_pulse__2w52t{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}}@media (max-width:767px){.ParallelWorldEntry_MuiButton-root__2tZB_,.ParallelWorldEntry_MuiIconButton-root__Io0PN,button{min-height:44px;min-width:44px}.ParallelWorldEntry_grid-item__1al7_{padding:.5rem}.ParallelWorldEntry_roomCard__10GvE,button{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}*{transition-timing-function:cubic-bezier(.4,0,.2,1)}}.ParallelWorld_publicChatContainer__3Xzxp{height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.ParallelWorld_headerBar__2u35L{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 20px rgba(0,0,0,.08);border-bottom:1px solid rgba(226,232,240,.8);position:relative;min-height:70px;z-index:1000;transition:all .3s ease}.ParallelWorld_headerHidden__18hdr{z-index:900}.ParallelWorld_headerTitle__1UUlX{font-weight:800;color:#1a202c;font-size:1.5rem!important;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ParallelWorld_headerControls__3K_a0{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.ParallelWorld_personalitySelector__3xEHd{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex:1 1;min-width:250px}.ParallelWorld_personalitySelect__2EveZ{min-width:160px;background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ParallelWorld_mainContent__2PLfB{flex:1 1;display:flex;overflow:hidden;position:relative;padding:.5rem}.ParallelWorld_worldsContainer__858WA{display:flex;flex:1 1;grid-gap:1rem;gap:1rem;background:transparent;border-radius:16px;overflow:hidden;min-height:0}.ParallelWorld_worldSection__2QI_J{flex:1 1;display:flex;flex-direction:column;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.8);border:1px solid rgba(226,232,240,.6);position:relative;overflow:hidden;min-width:0;min-height:0}.ParallelWorld_worldHeader__1seU_{padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(248,250,252,.95),rgba(241,245,249,.95));border-bottom:1px solid rgba(226,232,240,.8);display:flex;align-items:center;justify-content:space-between;position:relative;flex-shrink:0}.ParallelWorld_realWorldHeader__1EV2q{background:linear-gradient(135deg,rgba(240,253,244,.95),rgba(220,252,231,.95));border-bottom:1px solid rgba(34,197,94,.2)}.ParallelWorld_parallelWorldHeader__200z2{background:linear-gradient(135deg,rgba(245,243,255,.95),rgba(237,233,254,.95));border-bottom:1px solid rgba(139,92,246,.2)}.ParallelWorld_worldTitle__3_v15{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:700;font-size:1rem;color:#2d3748}.ParallelWorld_worldIcon__PUTFD{padding:.4rem;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center}.ParallelWorld_realWorldIcon__25lvt{background:linear-gradient(135deg,#10b981,#059669)}.ParallelWorld_parallelWorldIcon__2NzUN{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.ParallelWorld_chatArea__2sWPf{flex:1 1;overflow:hidden;display:flex;flex-direction:column;background:rgba(248,250,252,.5);min-height:0}.ParallelWorld_messagesList__37h_W{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem;min-height:0}.ParallelWorld_messageItem__KivVt{display:flex;grid-gap:.75rem;gap:.75rem;padding:.75rem 1rem;border-radius:14px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 0 hsla(0,0%,100%,.8);border:1px solid rgba(226,232,240,.6);transition:all .2s ease;position:relative;animation:ParallelWorld_messageAppear__29Sly .3s ease}@keyframes ParallelWorld_messageAppear__29Sly{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ParallelWorld_messageItem__KivVt:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08),0 1px 0 hsla(0,0%,100%,.8);border-color:rgba(148,163,184,.3)}.ParallelWorld_ownMessage__3vMw9{align-self:flex-end;background:linear-gradient(135deg,rgba(102,126,234,.08),rgba(118,75,162,.08));border:1px solid rgba(102,126,234,.15)}.ParallelWorld_parallelMessage__1d3f-{background:linear-gradient(135deg,rgba(139,92,246,.08),rgba(124,58,237,.08));border:1px solid rgba(139,92,246,.15)}.ParallelWorld_messageAvatar__2a0j-{flex-shrink:0;width:36px!important;height:36px!important;border:2px solid hsla(0,0%,100%,.8);box-shadow:0 1px 3px rgba(0,0,0,.1)}.ParallelWorld_messageContent__2Co9o{flex:1 1;min-width:0;overflow:hidden}.ParallelWorld_messageHeader__14RkB{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.ParallelWorld_messageUsername__27_Mg{font-weight:600;font-size:.85rem;color:#2d3748;line-height:1.2}.ParallelWorld_ownMessage__3vMw9 .ParallelWorld_messageUsername__27_Mg{color:#667eea}.ParallelWorld_parallelMessage__1d3f- .ParallelWorld_messageUsername__27_Mg{color:#8b5cf6}.ParallelWorld_messageTime__3wmlr{font-size:.75rem;color:#718096;opacity:.8;line-height:1.2}.ParallelWorld_messageText__3Wj4q{word-wrap:break-word;line-height:1.4;color:#4a5568;font-size:.9rem;overflow-wrap:break-word}.ParallelWorld_inputSection__3UaEC{padding:1rem 1.25rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(226,232,240,.8);position:relative;flex-shrink:0}.ParallelWorld_inputContainer__2hPyx{display:flex;grid-gap:.75rem;gap:.75rem;align-items:flex-end;max-width:100%}.ParallelWorld_messageInput__JSfFg{flex:1 1}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiOutlinedInput-root__2js9k{background:hsla(0,0%,100%,.95);border-radius:12px;transition:all .2s ease}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiOutlinedInput-root__2js9k fieldset{border:2px solid rgba(226,232,240,.8);transition:all .2s ease}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiOutlinedInput-root__2js9k:hover fieldset{border-color:rgba(102,126,234,.4);background:hsla(0,0%,100%,.98)}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiOutlinedInput-root__2js9k.ParallelWorld_Mui-focused__25YXf fieldset{border-color:rgba(102,126,234,.8);background:#fff;box-shadow:0 2px 12px rgba(102,126,234,.15)}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiInputBase-input__V4ZKj{color:#2d3748!important;font-size:.95rem;padding:.75rem 1rem;line-height:1.4}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiInputBase-input__V4ZKj::placeholder{color:#a0aec0!important;opacity:1}.ParallelWorld_sendButton__37hv6{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border-radius:12px!important;width:48px!important;height:48px!important;transition:all .2s ease!important;box-shadow:0 2px 10px rgba(102,126,234,.3)!important;flex-shrink:0}.ParallelWorld_sendButton__37hv6:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(102,126,234,.4)!important}.ParallelWorld_sendButton__37hv6:active{transform:translateY(0)}.ParallelWorld_sendButton__37hv6:disabled{background:#cbd5e0!important;transform:none;box-shadow:none!important}.ParallelWorld_privateChatModal__l0Qe9{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;max-width:500px;max-height:85vh;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.8);border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;overflow:hidden}.ParallelWorld_privateChatHeader__IPWPq{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,rgba(248,250,252,.95),rgba(241,245,249,.95));border-bottom:1px solid rgba(226,232,240,.8);position:relative}.ParallelWorld_privateChatContent__8Y-U-{flex:1 1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.ParallelWorld_privateMessagesContainer__f-vPI{padding:1rem;background:rgba(248,250,252,.5)}.ParallelWorld_privateInputContainer__1tlxy{padding:1rem 1.25rem}.ParallelWorld_loadingContainer__1ni7Q{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);flex-direction:column;grid-gap:1rem;gap:1rem}.ParallelWorld_loadingText__2YVFx{color:#4a5568;font-size:1.1rem;font-weight:600}.ParallelWorld_connectionStatus__3p754{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem .75rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(226,232,240,.6);font-size:.8rem;font-weight:600;color:#4a5568}.ParallelWorld_statusDot__3H2ja{width:8px;height:8px;border-radius:50%;background:#10b981;animation:ParallelWorld_pulse__1fsBy 2s infinite}@keyframes ParallelWorld_pulse__1fsBy{0%,to{opacity:1}50%{opacity:.6}}.ParallelWorld_typingIndicator__C8d4r{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1rem;color:#718096;font-style:italic;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:14px;border:1px solid rgba(226,232,240,.6);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-size:.85rem}.ParallelWorld_typingDots__3gOMs{display:flex;grid-gap:3px;gap:3px}.ParallelWorld_typingDot__2SAO8{width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);animation:ParallelWorld_typingAnimation__2yvJn 1.4s ease-in-out infinite}.ParallelWorld_typingDot__2SAO8:first-child{animation-delay:-.32s}.ParallelWorld_typingDot__2SAO8:nth-child(2){animation-delay:-.16s}@keyframes ParallelWorld_typingAnimation__2yvJn{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.1);opacity:1}}@media (max-width:768px){.ParallelWorld_publicChatContainer__3Xzxp{height:100vh;height:100dvh}.ParallelWorld_headerBar__2u35L{padding:.75rem 1rem;min-height:60px}.ParallelWorld_headerTitle__1UUlX{font-size:1.25rem!important}.ParallelWorld_personalityControls__2UNfR{padding:.75rem 1rem;grid-gap:.75rem;gap:.75rem}.ParallelWorld_personalitySelector__3xEHd{min-width:100%;order:2}.ParallelWorld_mainContent__2PLfB{padding:.25rem}.ParallelWorld_worldsContainer__858WA{flex-direction:column;grid-gap:.75rem;gap:.75rem}.ParallelWorld_worldSection__2QI_J{min-height:45vh;border-radius:12px}.ParallelWorld_worldHeader__1seU_{padding:.75rem 1rem}.ParallelWorld_messagesContainer__5nI7e{padding:.75rem}.ParallelWorld_messageItem__KivVt{max-width:92%;padding:.625rem .875rem;grid-gap:.625rem;gap:.625rem}.ParallelWorld_messageAvatar__2a0j-{width:32px!important;height:32px!important}.ParallelWorld_inputSection__3UaEC{padding:.875rem 1rem}.ParallelWorld_inputContainer__2hPyx{grid-gap:.625rem;gap:.625rem}.ParallelWorld_sendButton__37hv6{width:44px!important;height:44px!important}.ParallelWorld_messageInput__JSfFg .ParallelWorld_MuiInputBase-input__V4ZKj{padding:.625rem .875rem;font-size:.9rem}.ParallelWorld_privateChatModal__l0Qe9{width:98%;max-height:90vh;border-radius:16px}}@media (min-width:769px){.ParallelWorld_worldsContainer__858WA{flex-direction:row}.ParallelWorld_worldSection__2QI_J{min-height:0}}.ParallelWorld_messagesContainer__5nI7e::-webkit-scrollbar{width:6px}.ParallelWorld_messagesContainer__5nI7e::-webkit-scrollbar-track{background:rgba(0,0,0,.02);border-radius:3px}.ParallelWorld_messagesContainer__5nI7e::-webkit-scrollbar-thumb{background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2));border-radius:3px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ParallelWorld_messagesContainer__5nI7e::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgba(102,126,234,.4),rgba(118,75,162,.4))}.ParallelWorld_messagesList__37h_W{contain:layout style}.ParallelWorld_messageItem__KivVt{contain:layout style;will-change:transform}.ParallelWorld_emptyState__w02YD{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:#718096}.ParallelWorld_emptyStateIcon__2FgZt{font-size:3rem!important;margin-bottom:1rem;opacity:.5}@media (max-width:768px){.ParallelWorld_worldsContainer__858WA{flex-direction:column-reverse}.ParallelWorld_worldSection__2QI_J{min-height:40vh;border-radius:12px}.ParallelWorld_worldSection__2QI_J:first-child,.ParallelWorld_worldSection__2QI_J:last-child{min-height:45vh}}.ParallelWorld_privateMessageButton__PyWJR{min-width:44px!important;min-height:44px!important;padding:.75rem!important;background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15))!important;border:2px solid rgba(102,126,234,.3)!important;border-radius:12px!important;transition:all .3s ease!important}.ParallelWorld_privateMessageButton__PyWJR:hover{background:linear-gradient(135deg,rgba(102,126,234,.25),rgba(118,75,162,.25))!important;border-color:rgba(102,126,234,.6)!important;transform:scale(1.05)}.ParallelWorld_privateMessagesList__1GA9P{max-height:60vh;overflow-y:auto;padding:.5rem}.ParallelWorld_privateMessageItem__19cV6{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.875rem 1rem;margin-bottom:.5rem;background:hsla(0,0%,100%,.9);border-radius:12px;border:1px solid rgba(226,232,240,.6);cursor:pointer;transition:all .2s ease;min-height:60px}.ParallelWorld_privateMessageItem__19cV6:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ParallelWorld_privateMessageAvatar__2wvHq{width:40px!important;height:40px!important;flex-shrink:0}.ParallelWorld_privateMessageContent__3XHQ1{flex:1 1;min-width:0}.ParallelWorld_privateMessageUsername__3EI6k{font-weight:600;font-size:.9rem;color:#2d3748;margin-bottom:.25rem}.ParallelWorld_privateMessagePreview__1q391{font-size:.8rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ParallelWorld_privateMessageTime__jSrLE{font-size:.75rem;color:#a0aec0;white-space:nowrap}.ParallelWorld_modalCloseButton__3xhJZ{min-width:44px!important;min-height:44px!important;padding:.5rem!important;color:hsla(0,0%,100%,.9)!important}.ParallelWorld_privateInputContainer__1tlxy{display:flex;align-items:center;padding:1rem;grid-gap:.75rem;gap:.75rem;border-top:1px solid rgba(226,232,240,.8);background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);flex-shrink:0}.ParallelWorld_privateInputContainer__1tlxy .ParallelWorld_MuiTextField-root__1_jux{flex:1 1}.ParallelWorld_privateInputContainer__1tlxy .ParallelWorld_MuiOutlinedInput-root__2js9k{background:hsla(0,0%,100%,.95);border-radius:12px}.ParallelWorld_messagesContainer__5nI7e{padding:1rem;background:transparent}.ParallelWorld_messagesContainer__5nI7e,.ParallelWorld_privateMessagesContainer__f-vPI{flex:1 1;overflow-y:auto;min-height:0;scroll-behavior:smooth}.ParallelWorld_unreadBadge__P3670 .ParallelWorld_MuiBadge-badge__1pbRz{min-width:20px;height:20px;font-size:.7rem;font-weight:600;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #fff}.ParallelWorld_mobileContainer__8JsF2{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.ParallelWorld_mobileTabs__xRoih{background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.8);z-index:100;position:relative}.ParallelWorld_mobileContent__1uy_r{flex:1 1;overflow:hidden;position:relative}@media (max-width:768px){.ParallelWorld_worldSection__2QI_J{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:0;border:none;box-shadow:none}.ParallelWorld_mobileContent__1uy_r{position:relative;height:100%}}.ParallelWorld_personalityInfo__1S-nT{grid-gap:.5rem;gap:.5rem}.ParallelWorld_parallelMessage__1d3f- .ParallelWorld_messageUsername__27_Mg{color:#7c3aed;font-weight:700}.ParallelWorld_typingIndicator__C8d4r{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(124,58,237,.1));border:1px solid rgba(139,92,246,.2);color:#7c3aed}.ParallelWorld_typingIndicator__C8d4r:before{content:"🔄";margin-right:.5rem}.ParallelWorld_messageItem__KivVt{max-width:85%}.ParallelWorld_ownMessage__3vMw9{margin-left:auto}.ParallelWorld_parallelMessage__1d3f-{border-left:3px solid;border-image:linear-gradient(135deg,#8b5cf6,#7c3aed) 1}.ParallelWorld_connectionStatus__3p754 .ParallelWorld_onlineCount__WkuLO{display:inline}@media (max-width:768px){.ParallelWorld_connectionStatus__3p754 .ParallelWorld_onlineCount__WkuLO{display:none}.ParallelWorld_connectionStatus__3p754{padding:.3rem .5rem}}.ParallelWorld_personalityControls__2UNfR{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(226,232,240,.6);box-shadow:0 2px 15px rgba(0,0,0,.04);flex-wrap:wrap;grid-gap:1rem;gap:1rem}.ParallelWorld_personalityInfo__1S-nT{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex:1 1;min-width:250px}.ParallelWorld_personalityLabel__1qOh6{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:600;color:#4a5568;white-space:nowrap;font-size:.9rem}.ParallelWorld_personalityButton__1OJJd{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(124,58,237,.1));border:1px solid rgba(139,92,246,.3);border-radius:10px;color:#7c3aed;font-weight:600;text-transform:none;padding:.4rem .75rem;transition:all .2s ease}.ParallelWorld_personalityButton__1OJJd:hover{background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(124,58,237,.2));border-color:rgba(139,92,246,.5)}@media (max-width:768px){.ParallelWorld_personalityControls__2UNfR{padding:.75rem 1rem;grid-gap:.75rem;gap:.75rem}.ParallelWorld_personalityInfo__1S-nT{min-width:100%;order:2;justify-content:center}.ParallelWorld_personalityLabel__1qOh6{font-size:.85rem}}