.TeamComments_container___r3u6{display:flex;flex-direction:column;height:100%;max-height:80vh;overflow:hidden;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:20px;margin-bottom:20px;position:relative}.TeamComments_commentButtons__AQI1e{display:flex;justify-content:space-around;padding:10px 0;margin-bottom:10px;flex-shrink:0}.TeamComments_newCommentButton__MAnAk{padding:10px 18px;font-size:14px;cursor:pointer;border:none;border-radius:8px;color:#343a40;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);background-color:#FED101}.TeamComments_newQuestionButton__LZa40{background-color:#fff8e1}.TeamComments_newReplyButton__Zwfiz{background-color:#e6f7ff}.TeamComments_newCommentButton__MAnAk:hover,.TeamComments_newQuestionButton__LZa40:hover,.TeamComments_newReplyButton__Zwfiz:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.TeamComments_comments__Elkz5{flex-grow:1;overflow-y:auto;padding:10px;max-height:calc(80vh - 100px);scrollbar-width:thin;scrollbar-color:#FED101 #f5f5f5}.TeamComments_comments__Elkz5::-webkit-scrollbar{width:8px}.TeamComments_comments__Elkz5::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.TeamComments_comments__Elkz5::-webkit-scrollbar-thumb{background-color:#FED101;border-radius:10px;border:2px solid #f5f5f5}.TeamComments_comment__HhWbq,.TeamComments_matchComment__dsY9J,.TeamComments_question__WE6bh{border-radius:16px;padding:20px;margin-bottom:18px;position:relative;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.TeamComments_comment__HhWbq:hover,.TeamComments_matchComment__dsY9J:hover,.TeamComments_question__WE6bh:hover{box-shadow:0 4px 20px rgba(0,0,0,.12)}.TeamComments_comment__HhWbq{background-color:#FED101}.TeamComments_matchComment__dsY9J{background-color:#e6f7ff}.TeamComments_question__WE6bh{background:linear-gradient(135deg,#fffdf5,#fff8e1);border-left:4px solid #fed101;box-shadow:0 8px 30px rgba(0,0,0,.04)}.TeamComments_commentHeader__y8I8w{font-weight:700;margin-bottom:14px;color:#1f2937;display:flex;align-items:center;justify-content:space-between;font-size:.9rem;letter-spacing:.025em}.TeamComments_matchNumber__7aqfM{font-weight:800;color:#111827;background:rgba(255,255,255,.9);padding:6px 12px;border-radius:14px;font-size:.9rem;border:1px solid rgba(0,0,0,.15);letter-spacing:.025em}.TeamComments_scoutName__GUxEi{font-weight:500;color:#6b7280;font-size:.85rem}.TeamComments_commentText__S6IjO{margin-bottom:0;color:#374151;line-height:1.65;font-size:.95rem;font-weight:500}.TeamComments_responsePreview___eYCX{background:linear-gradient(135deg,#fffdf5,#fff9e6);padding:14px 18px;margin-top:16px;border-radius:12px;box-shadow:0 1px 8px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid rgba(254,209,1,.2)}.TeamComments_responsePreviewText___lR3H{font-size:.9rem;color:#374151;line-height:1.6;font-weight:500}.TeamComments_unanswered___vszO{background:linear-gradient(135deg,#fff8e1,#fffdf5);border-left:4px solid #fed101;position:relative}.TeamComments_noComments__p9YI_{display:flex;justify-content:center;align-items:center;height:200px;color:#6c757d;font-style:italic;text-align:center;background-color:#f8f9fa;border-radius:12px;padding:20px;box-shadow:inset 0 0 10px rgba(0,0,0,.05)}@media (max-width:768px){.TeamComments_container___r3u6{max-height:70vh;overflow:hidden}.TeamComments_comments__Elkz5{max-height:calc(70vh - 100px);overflow-y:auto}.TeamComments_newCommentButton__MAnAk{font-size:12px;padding:8px 14px}.TeamComments_commentHeader__y8I8w,.TeamComments_commentText__S6IjO{width:75%}}.CommentModal_container__B_mZF{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.CommentModal_overlay__5YKke{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsl(0 0% 0%/.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.CommentModal_modal__NKCdY{position:relative;background-color:white;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.1);width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:CommentModal_modalAppear__PIxjV .3s ease-out}@keyframes CommentModal_modalAppear__PIxjV{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CommentModal_closeButton__QqycI{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;transition:color .3s}.CommentModal_closeButton__QqycI:hover{color:#333}.CommentModal_modalTabs__lqkL_{display:flex;background-color:#f8f9fa;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.CommentModal_modalTab__296tC{flex:1;padding:16px;background:none;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;color:#666}.CommentModal_modalTab__296tC:hover{background-color:#e9ecef}.CommentModal_activeTab__v6csr{background-color:white;color:#007bff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.CommentModal_tabIcon__mRiQs{font-size:24px;margin-bottom:5px}.CommentModal_modalContent__OYY7q{padding:24px}@media (max-width:600px){.CommentModal_modal__NKCdY{width:100%;height:100%;max-height:none;border-radius:0}.CommentModal_modalTab__296tC{padding:12px;font-size:12px}.CommentModal_modalContent__OYY7q{padding:16px}}.CommentForm_container__0uA8K{padding:24px;background-color:hsl(var(--card));border-radius:8px}.CommentForm_title__L8Qf_{font-size:24px;font-weight:600;color:hsl(var(--foreground));margin-bottom:24px}.CommentForm_commentForm__K6ze8{gap:20px;margin-top:16px}.CommentForm_commentForm__K6ze8,.CommentForm_formSection__FOwwL{display:flex;flex-direction:column}.CommentForm_formSection__FOwwL label{font-weight:500;margin-bottom:8px;color:hsl(var(--muted-foreground));font-size:14px}.CommentForm_input__6IHAN,.CommentForm_textarea__pdOBh{padding:12px;border:1px solid hsl(var(--border));border-radius:6px;font-size:16px;transition:all .3s ease;background-color:hsl(var(--input));color:hsl(var(--foreground))}.CommentForm_input__6IHAN:focus,.CommentForm_textarea__pdOBh:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.2);background-color:hsl(var(--input))}.CommentForm_textarea__pdOBh{resize:vertical;min-height:120px}.CommentForm_buttonGroup__TljAA{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.CommentForm_cancelButton__QslB4,.CommentForm_submitButton__5q4gT{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.CommentForm_submitButton__5q4gT{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}.CommentForm_submitButton__5q4gT:hover{background-color:hsl(var(--primary)/.9)}.CommentForm_cancelButton__QslB4{background-color:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.CommentForm_cancelButton__QslB4:hover{background-color:hsl(var(--accent))}@media (max-width:600px){.CommentForm_container__0uA8K{padding:20px}.CommentForm_title__L8Qf_{font-size:20px;margin-bottom:20px}.CommentForm_cancelButton__QslB4,.CommentForm_input__6IHAN,.CommentForm_submitButton__5q4gT,.CommentForm_textarea__pdOBh{font-size:14px}}