.big-five-test-page{margin:0 auto;max-width:800px;overflow-y:scroll;padding:2rem 1rem}.big-five-test-page h1{color:#343a40;font-size:22px;font-weight:600;line-height:1.4;margin-bottom:3rem;text-align:center}.big-five-test-page .question-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000012;margin-bottom:2rem;padding:2.5rem;transition:transform .2s ease-in-out}.big-five-test-page .question-card:hover{transform:translateY(-5px)}.big-five-test-page .question-card p{color:#495057;font-size:14px;font-weight:400;line-height:1.5;line-height:1.6;margin-bottom:2rem;text-align:center}.big-five-test-page .question-card .answers{display:flex;gap:1rem;justify-content:center}.big-five-test-page .question-card .answers label{align-items:center;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;padding:1rem;transition:background-color .2s ease-in-out}.big-five-test-page .question-card .answers label:hover{background-color:#f8f9fa}.big-five-test-page .question-card .answers label input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;border:.15em solid;border-radius:50%;color:#ced4da;display:grid;font:inherit;height:2em;margin:0;place-content:center;transition:color .2s ease-in-out;width:2em}.big-five-test-page .question-card .answers label input[type=radio]:before{border-radius:50%;box-shadow:inset 1em 1em #5f7adb;content:"";height:1.2em;transform:scale(0);transition:transform .12s ease-in-out;width:1.2em}.big-five-test-page .question-card .answers label input[type=radio]:checked{color:#5f7adb}.big-five-test-page .question-card .answers label input[type=radio]:checked:before{transform:scale(1)}.big-five-test-page .question-card .answers label span{color:#6c757d;font-size:.9rem;margin-top:.8rem;text-align:center}.big-five-test-page .submit-button{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;margin-top:3rem;padding:1.2rem;transition:background-color .2s ease-in-out,transform .2s ease-in-out;width:100%}.big-five-test-page .submit-button:hover{background-color:#3557d2;transform:translateY(-3px)}.result-card.numeric-display{display:flex;flex-direction:column;gap:2rem}.result-card.numeric-display .domain-result{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f;padding:2rem}.result-card.numeric-display .domain-result h2{color:#5f7adb;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:1rem}.result-card.numeric-display .domain-result .short-description{color:#6c757d;margin-bottom:1.5rem}.result-card.numeric-display .domain-result .score-display{align-items:center;background-color:#f8f9fa;border-radius:16px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.result-card.numeric-display .domain-result .score-display .factor-name{font-weight:600}.result-card.numeric-display .domain-result .score-display .factor-score{color:#5f7adb;font-size:1.5rem;font-weight:600}.result-card.numeric-display .domain-result .result-text{line-height:1.6}.big-five-test-result-page{margin:0 auto;max-width:800px;overflow-y:scroll;padding:2rem 1rem}.big-five-test-result-page h1{color:#343a40;font-size:22px;font-weight:600;line-height:1.4;margin-bottom:3rem;text-align:center}.big-five-test-result-page .result-card{display:flex;flex-direction:column;gap:2rem}.big-five-test-result-page .result-card .domain-result{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f;padding:2rem}.big-five-test-result-page .result-card .domain-result h2{color:#5f7adb;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:1rem}.big-five-test-result-page .result-card .domain-result .short-description{color:#6c757d;margin-bottom:1.5rem}.big-five-test-result-page .result-card .domain-result .score-display{align-items:center;background-color:#f8f9fa;border-radius:16px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.big-five-test-result-page .result-card .domain-result .score-display .factor-name{font-weight:600}.big-five-test-result-page .result-card .domain-result .score-display .factor-score{color:#5f7adb;font-size:1.5rem;font-weight:600}.big-five-test-result-page .result-card .domain-result .result-text{line-height:1.6}.chat-interface{display:flex;flex-direction:column;flex-grow:1;height:78%;overflow:hidden}@media screen and (max-width:868px){.chat-interface{height:72%}}.chat-interface .message-list{background-color:#fff;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;flex-grow:1;gap:.75rem;overflow-y:auto;padding:1rem}.chat-interface .message-bubble{word-wrap:break-word;border-radius:1.25rem;max-width:70%;padding:.75rem 1rem;white-space:pre-wrap}.chat-interface .message-bubble p{color:#333;letter-spacing:.3px;line-height:20px;margin:0;padding:3px 5px;word-break:keep-all}.chat-interface .message-bubble.user{align-self:flex-end;background-color:#7ac4b3;border-bottom-right-radius:.25rem;color:#fff}.chat-interface .message-bubble.user p{color:#fff}.chat-interface .message-bubble.bot{align-self:flex-start;background-color:#f1f0f0;border-bottom-left-radius:.25rem;color:#333}.chat-interface .message-bubble.bot p{text-align:left}.chat-interface .message-bubble.typing{min-height:2.5rem;padding:.75rem 1rem;position:relative}.chat-interface .message-bubble.typing:after{animation:blink 1.4s infinite both;content:".";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.chat-interface .message-input-area{background-color:#fff;border-radius:0 0 16px 16px;border-top:1px solid #eee;box-shadow:0 4px 12px #0000000f;display:flex;padding:1rem}.chat-interface .message-input-area input{border:1px solid #ccc;border-radius:2rem;flex-grow:1;font-size:1rem;margin-right:.5rem;padding:.75rem 1rem}.chat-interface .message-input-area input:focus{border-color:#7ac4b3;outline:none}.chat-interface .message-input-area button{background-color:#7ac4b3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-weight:700;height:50px;transition:background-color .2s;width:50px}.chat-interface .message-input-area button:hover{background-color:#57b49f}.chat-interface .message-input-area button:disabled{background-color:#ccc;cursor:not-allowed}@keyframes blink{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:"."}}.counseling-count-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.counseling-count-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-height:90vh;max-width:400px;overflow:hidden;width:90%}.modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 5px}.modal-title{color:#333;font-size:20px;font-weight:600;margin:0}.close-button{background:none;border:none;color:#999;cursor:pointer;font-size:24px;line-height:1;padding:4px;transition:color .2s ease}.close-button:hover{color:#666}.modal-content{padding:0 24px 24px;text-align:center}.warning-icon{animation:bounce .6s ease-out;font-size:48px;margin-bottom:16px}.message-section{margin-bottom:32px}.main-message{color:#e74c3c;font-size:18px;font-weight:600;margin:0 0 12px}.detail-message{color:#666;font-size:16px;margin:0 0 8px}.detail-message .count{color:#e74c3c;font-size:18px;font-weight:600}.description{color:#888;font-size:14px;line-height:1.5;margin:0;word-break:keep-all}.button-section{display:flex;flex-direction:column;gap:12px}.purchase-button{background:linear-gradient(135deg,#5f7adb,#7ac4b3);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 24px;transition:all .3s ease}.purchase-button:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.purchase-button:active{transform:translateY(0)}.close-modal-button{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.close-modal-button:hover{background:#e9ecef;color:#555}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:480px){.counseling-count-modal{margin:20px;width:95%}.modal-header{margin-bottom:20px;padding:20px 20px 0}.modal-content{padding:0 20px 20px}.modal-title{font-size:18px}.warning-icon{font-size:40px}.main-message{font-size:16px}.detail-message{font-size:14px}.purchase-button{font-size:15px;padding:12px 20px}.close-modal-button{font-size:13px;padding:10px 20px}}.counseling-list-page{padding:1.5rem}.counseling-list-page h1{margin:0 0 .5rem}.counseling-list-page p{color:#000;margin-bottom:2rem}.counseling-list-page .session-list{display:flex;flex-direction:column;gap:1rem}.counseling-list-page .session-item{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #00000012;color:#333;display:flex;justify-content:space-between;padding:1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.counseling-list-page .session-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.counseling-list-page .session-item .session-date{font-weight:500}.counseling-list-page .session-item .session-controls{align-items:center;display:flex;gap:1rem}.counseling-list-page .session-item .delete-button{background:none;border:1px solid #e74c3c;border-radius:16px;color:#e74c3c;cursor:pointer;font-size:.8rem;padding:.3rem .6rem;transition:background-color .2s,color .2s}.counseling-list-page .session-item .delete-button:hover{background-color:#e74c3c;color:#fff}.counseling-list-page .session-item .session-arrow{color:#7ac4b3;font-size:1.5rem}.counseling-page{border-radius:16px}.counseling-page .counseling-header{background-color:#fff;border-bottom:1px solid #eee;border-radius:16px 16px 0 0;box-shadow:0 4px 12px #0000000f;padding:1.5rem;text-align:center}.counseling-page .counseling-header h1{color:#333;font-size:1.8rem;margin:0}.counseling-page .counseling-header .map-open-btn{background-color:#5f7adb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:1.5rem;padding:.6rem 1.2rem;transition:background-color .2s}.counseling-page .counseling-header .map-open-btn:hover{background-color:#3557d2}.counseling-page .counseling-ment{background-color:#7ac4b3;border-bottom:1px solid #eee;padding:.5rem;text-align:center}.counseling-page .counseling-ment p{color:#fff;font-size:.9rem;margin:0;word-break:keep-all}.infowindow-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-width:220px;padding:12px 15px}.infowindow-content h4{color:#333;font-size:.85rem;font-weight:600;margin:0 0 10px}.infowindow-content p{color:#666;font-size:13px;line-height:1.4;margin:0 0 5px}.infowindow-content .phone{color:#5f7adb;font-weight:500}.infowindow-content a{background-color:#5f7adb;border-radius:4px;color:#fff;display:inline-block;font-size:12px;margin-top:10px;padding:6px 12px;text-decoration:none;transition:background-color .2s}.infowindow-content a:hover{background-color:#3557d2}.daily-journal-page{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:800px;width:100%}.daily-journal-page h2{color:#333;font-size:22px;font-weight:600;line-height:1.4;margin-bottom:.5rem;text-align:center}.daily-journal-page p{color:#000;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:2rem;text-align:center}.daily-journal-page .emoji-container{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-bottom:1.5rem}.daily-journal-page .emoji-container img{cursor:pointer;height:40px;transition:transform .2s ease-in-out;width:40px}.daily-journal-page .emoji-container img:hover{transform:scale(1.2)}.daily-journal-page .emoji-container img.selected{border:2px solid #7ac4b3;border-radius:15px;box-shadow:0 0 10px #7ac4b34d;padding:1px;transform:scale(1.15)}.daily-journal-page .emoji-ment-container{align-items:center;display:flex;justify-content:center;min-height:20px}.daily-journal-page .emoji-ment-container .emoji-ment{animation:fadeInUp .4s ease-out forwards;margin:0 0 40px;opacity:0;text-align:center;transform:translateY(10px);transition:all .3s ease-in-out;white-space:pre-line;word-break:keep-all}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.daily-journal-page .editor-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:16px;flex-shrink:0;margin-bottom:1.5rem;width:100%}.daily-journal-page .editor-container .ql-editor p{text-align:left!important}.daily-journal-page .editor-container .ql-toolbar{border-bottom:1px solid #e0e0e0;border-top-left-radius:16px;border-top-right-radius:16px}.daily-journal-page .editor-container .ql-container{border:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;font-size:1rem;min-height:300px}.daily-journal-page .submit-button{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:48px;padding:.75rem 2rem;transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.daily-journal-page .submit-button:hover{background-color:#3557d2}.daily-journal-page .submit-button:disabled{background-color:#fff;cursor:not-allowed;opacity:.7}.dashboard{display:flex;flex-direction:column}.dashboard .dashboard__widgets{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f;color:inherit;margin-bottom:1.5rem;padding:1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.dashboard .dashboard__actions{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.dashboard .dashboard__chart{background-color:#fff;box-shadow:0 4px 12px #0000000f;color:inherit}.dashboard .dashboard__chart,.psych-test-card{border-radius:16px;padding:1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.psych-test-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:block;display:flex;flex-direction:column;height:100%;justify-content:space-between}.psych-test-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-5px)}.psych-test-card h4{font-size:1.4rem;font-weight:600;margin:0}.psych-test-card p{margin:.5rem 0 0;opacity:.9}.psych-test-card span{align-self:flex-end;font-weight:500}.recharts-chart-container{--primary-color:#5f7adb;--secondary-color:#7ac4b3}.recharts-chart-container .chart-header{margin-bottom:1rem;text-align:center}.recharts-chart-container .chart-header h3{color:#333;font-size:22px;font-weight:600;line-height:1.4;margin:0 0 .5rem}.recharts-chart-container .chart-header p{color:#000;font-size:16px;font-weight:400;line-height:1.6;margin:0}.recharts-chart-container .chart-header p span{color:var(--primary-color);font-weight:600}.recharts-chart-container .period-toggle{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.recharts-chart-container .period-toggle button{background-color:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#000;cursor:pointer;font-size:16px;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.recharts-chart-container .period-toggle button.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.recharts-chart-container .period-toggle button:hover:not(.active){background-color:#f5f5f5}.recharts-chart-container .recharts-wrapper .recharts-cartesian-axis-tick-value,.recharts-chart-container .recharts-wrapper .recharts-legend-item-text{fill:#000;font-size:12px;font-weight:300;line-height:1.5}.recharts-chart-container .recharts-wrapper .recharts-line-dot{fill:var(--secondary-color)}.recharts-tooltip-wrapper .recharts-default-tooltip{background-color:#fff!important;border:none!important;border-radius:16px!important;box-shadow:0 4px 12px #0000001a!important;padding:.75rem 1rem!important}.recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-label{font-size:14px;font-weight:400;line-height:1.5;margin-bottom:.5rem!important}.recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-item-list{font-size:16px;font-weight:400;line-height:1.6}.faq{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.faq__header{margin-bottom:1rem;text-align:center}.faq__header h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.faq__header p{color:#666;font-size:1rem;line-height:1.5;word-break:keep-all}.faq__form .form-group{margin-bottom:1.5rem}.faq__form .form-group label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem;padding-left:.5rem}.faq__form .form-group input{background:#fff;border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.faq__form .form-group input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.faq__form .form-group input::placeholder{color:#999}.faq__form .form-group .file-label-group{align-items:center;display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem}.faq__form .form-group .file-label-group label{margin-bottom:0}.faq__form .form-group .file-label-group .count{color:#999;font-size:.95rem}.faq__form .form-group .file-input{display:none}.faq__form .form-group .file-upload-btn{background:#adb5bd;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:500;padding:.5rem 1rem;text-align:center;transition:all .3s ease}.faq__form .form-group .file-upload-btn:hover{background:#919ca6}.faq__form .form-group .file-list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.faq__form .form-group .file-item{align-items:center;background:#e9ecef;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:.5rem 1rem;width:100%}.faq__form .form-group .file-item .name{color:#333;display:inline-block;font-size:.95rem;font-weight:500;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.faq__form .form-group .file-item .remove-btn{align-items:center;background:#0000;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:24px;justify-content:center;width:24px}.faq__form .form-group .file-item .remove-btn:hover{font-weight:700}.faq__form .form-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;text-align:center}.faq__form .form-actions .back-btn{background:#adb5bd;border:1px solid #adb5bd;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.faq__form .form-actions .back-btn:hover:not(:disabled){background:#919ca6;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.faq__form .form-actions .back-btn:active:not(:disabled){transform:translateY(0)}.faq__form .form-actions .back-btn:disabled{background:#e9ecef;box-shadow:none;cursor:not-allowed;transform:none}.faq__form .form-actions .submit-btn{background:#7ac4b3;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.faq__form .form-actions .submit-btn:hover:not(:disabled){background:#57b49f;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.faq__form .form-actions .submit-btn:active:not(:disabled){transform:translateY(0)}.faq__form .form-actions .submit-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.faq-list{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.faq-list__header{margin-bottom:1rem;text-align:center}.faq-list__header h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.faq-list__header p{color:#666;font-size:1rem;line-height:1.5;word-break:keep-all}.faq-list__header button{background:#7ac4b3;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;min-width:140px;padding:.5rem 1rem}.faq-list__header button:hover{background:#57b49f;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.faq-list__list{grid-gap:1rem;display:grid;gap:1rem;margin-left:auto;margin-right:auto;margin-top:1rem}.faq-list__list .item{display:block}.faq-list__list .item .item-header-btns{align-items:center;display:flex;gap:1rem;justify-content:space-between}.faq-list__list .item .question-header{align-items:center;background:#fff;border:1px solid #e1e5e9;border-radius:16px;box-shadow:0 2px 8px #0000000d;box-sizing:border-box;color:inherit;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease;width:100%}.faq-list__list .item .question-header:hover{border-color:#4a90e2;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.faq-list__list .item .question{color:#333;flex:1 1;font-size:1.2rem;font-weight:600;margin:0;transition:color .3s ease}.faq-list__list .item .toggle-icon{color:#4a90e2;font-size:1.5rem;font-weight:700;min-width:24px;text-align:center;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.faq-list__list .item .toggle-icon.closed,.faq-list__list .item .toggle-icon.open{transform:rotate(0deg)}.faq-list__list .item .answer{animation:slideDown .5s ease-out;background:#fff;border:1px solid #e1e5e9;border-radius:16px;box-shadow:0 2px 8px #0000000d;color:#495057;margin-top:.5rem;overflow:hidden;padding:1rem 1.5rem;transition:all .3s ease}.faq-list__list .item .answer.open{max-height:500px;opacity:1}.faq-list__list .item .answer.closed{border:none;box-shadow:none;margin-top:0;max-height:0;opacity:0;padding:0 1.5rem}.faq-list__list .item .answer .answer-content-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;width:100%}.faq-list__list .item .answer .answer-content-container .answer-content{line-height:1.6;word-break:keep-all}.faq-list__list .item .answer .answer-content-container .admin-actions{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center}.faq-list__list .item .answer .answer-content-container .admin-actions button{background:#0000;border:none;border-radius:8px;font-size:.9rem;font-weight:500;padding:.5rem 1rem;white-space:nowrap}.faq-list__list .item .answer .answer-content-container .admin-actions button:hover{box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.faq-list__list .item .answer .answer-content-container .admin-actions .edit-btn{color:#6c757d;margin-top:0}.faq-list__list .item .answer .answer-content-container .admin-actions .delete-btn{color:#e65c5c}.faq-list__list .item .answer .attachments{border-top:1px solid #e1e5e9;display:block;display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem;padding-top:1rem;width:100%}.faq-list__list .item .answer .file-btn{align-items:center;background-color:#e9ecef;border:none;border-radius:5px;color:#6c757d;display:flex;flex-direction:row;font-size:.9rem;justify-content:space-between;padding:.75rem 1rem;text-align:left;text-decoration:none;width:100%}.faq-list__list .item .answer .file-btn .file-btn-icon{color:#6c757d;font-size:.9rem;font-weight:500}.faq-list__list .item .answer .file-btn:hover{background-color:#cbd2da}.faq-list__load-more-btn{background:#0000;border:1px solid #ced4da;border-radius:8px;color:#adb5bd;font-size:1rem;margin-top:1rem;padding:.5rem 1rem;width:100%}.faq-list__load-more-btn:hover{background:#f8f9fa;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.faq-list__no-more-text{color:#ced4da;font-size:1rem;margin-top:2rem;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-list__no-faq{color:#ced4da;font-size:1rem;margin-top:2rem;text-align:center}.header{background-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 4px 8px #0000001a;display:flex;height:50px}.header__container{align-items:center;display:flex;justify-content:space-between;padding:0 20px;width:100%}.header__logo img{height:1.8rem}.header .logout-button{background-color:#5f7adb;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:8px 16px;transition:background-color .2s ease-in-out}.header .logout-button:hover{background-color:#3557d2;color:#fff}.identityVerificationModal__overlay{align-items:center;animation:fadeIn .3s ease;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.identityVerificationModal__content{background:#fff;border-radius:10px;box-shadow:0 8px 16px #00000026;padding:2rem;position:relative}.identityVerificationModal__content .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.identityVerificationModal__content .birth-date-input-group,.identityVerificationModal__content .phone-input-group{align-items:center;display:flex;justify-content:space-between}.identityVerificationModal__content .birth-date-input-group{flex-direction:row;gap:.5rem}.identityVerificationModal__content .close-btn{background-color:#0000;border:none;color:#000;cursor:pointer;font-size:1.5rem;font-weight:700;position:absolute;right:20px;top:0;width:20px}.identityVerificationModal__content h3{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:center}.identityVerificationModal__content label{color:#333;font-weight:600;text-align:left}.identityVerificationModal__content input,.identityVerificationModal__content select{border:1px solid #ccc;border-radius:4px;padding:10px;width:-webkit-fill-available}.identityVerificationModal__content button{background-color:#7ac4b3;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px;width:100%}.login-page{align-items:center;background-color:#bad5e4;display:flex;height:100vh;justify-content:center;width:100%}.login-page .login-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:40px;width:400px}.login-page .login-container h2{margin-bottom:30px;text-align:center}.login-page .login-container .logo{display:block;height:2rem;margin:30px auto}.login-page .login-container .form-group{margin-bottom:20px}.login-page .login-container .form-group label{color:#2d2d2d;display:block;font-weight:700;margin-bottom:8px;text-align:left}.login-page .login-container .form-group input{border:1px solid #ccc;border-radius:4px;padding:10px;width:-webkit-fill-available}.login-page .login-container .login-button{background-color:#5e9dc0;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px;transition:background-color .2s ease-in-out;width:100%}.login-page .login-container .login-button:hover{background-color:#4c92b9}.login-page .login-container .google-login-button{background-color:#4285f4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px;transition:background-color .2s ease-in-out;width:100%}.login-page .login-container .google-login-button:hover{background-color:#1266f1}.login-page .login-container .kakao-login-button{background-color:#fee500;border:none;border-radius:4px;color:#000;cursor:pointer;font-size:16px;margin-top:10px;padding:10px;transition:background-color .2s ease-in-out;width:100%}.login-page .login-container .kakao-login-button:hover{background-color:#e5ce00}.login-page .login-container .register-link{margin-top:20px;text-align:center}.login-page .login-container .register-link a{color:#71b3c7;text-decoration:none}.login-page .login-container .register-link a:hover{text-decoration:underline}.map-modal-backdrop{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.map-modal-content{background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;height:80%;max-height:700px;max-width:800px;overflow:hidden;width:90%}.map-modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 1.5rem}.map-modal-header h3{font-size:1.25rem;margin:0}.map-modal-header .close-btn{background:none;border:none;color:#888;cursor:pointer;font-size:2rem;font-weight:300;line-height:1;padding:0}.map-modal-header .close-btn:hover{color:#000}.map-container{display:flex;flex-direction:column;flex-grow:1;position:relative}.map-container .kakao-map-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.map-container #map{height:60%;width:100%}.map-container .places-list-container{background-color:#f9f9f9;height:40%;overflow-y:auto}.map-container .places-list-container .no-results{color:#888;padding:2rem;text-align:center}.map-container .places-list-container ul{list-style:none;margin:0;padding:0}.map-container .places-list-container li{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem;transition:background-color .2s}.map-container .places-list-container li:hover{background-color:#f0f0f0}.map-container .places-list-container li .place-info h4{font-size:1rem;margin:0 0 5px}.map-container .places-list-container li .place-info p{color:#666;font-size:.85rem;margin:0}.map-container .places-list-container li .place-info .phone{color:#5f7adb}.map-container .places-list-container li button{background:#fff;border:1px solid #5f7adb;border-radius:6px;color:#5f7adb;cursor:pointer;font-weight:500;padding:.4rem .8rem;white-space:nowrap}.map-container .places-list-container li button:hover{background:#f7f2ff}.map-container .map-search-bar{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000004d;display:flex;left:50%;max-width:400px;padding:5px;position:absolute;top:15px;transform:translateX(-50%);width:80%;z-index:10}.map-container .map-search-bar input{border:none;flex-grow:1;font-size:14px;outline:none;padding:8px}.map-container .map-search-bar button{background:#5f7adb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:0 15px}.map-container .map-search-bar button:hover{background:#3557d2}.widget-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;padding:1.5rem;text-align:center}.widget-card__header{color:#333;font-size:22px;font-weight:600;line-height:1.4;margin:0 0 .5rem}.widget-card__message{color:#000;font-size:16px;font-weight:400;line-height:1.6;margin:0 0 1.5rem}.widget-card .thermometer-display{align-items:center;display:flex;flex-direction:column;margin:1rem 0}.widget-card .thermometer-display .status-badge{border-radius:20px;color:#fff;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:.75rem;padding:.5rem 1rem}.widget-card .thermometer-display .value-text{display:inline-block;font-size:3.5rem;font-weight:700}.widget-card .slider{-webkit-appearance:none;border-radius:5px;cursor:pointer;height:10px;margin:1rem 0;outline:none;width:100%}.widget-card .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3498db;background:var(--slider-color,#3498db);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:24px;width:24px}.widget-card .slider::-moz-range-thumb{background:#3498db;background:var(--slider-color,#3498db);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:24px;width:24px}.widget-card .slider:disabled{cursor:not-allowed;opacity:.8}.widget-card .slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.widget-card .slider:disabled::-moz-range-thumb{cursor:not-allowed}.widget-card__button{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:48px;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.widget-card__button:hover{background-color:#3557d2}.widget-card__button:disabled{background-color:#5f7adb;cursor:not-allowed;opacity:.6}.widget-card__button.secondary{background-color:#7f8c8d}.widget-card__button.secondary:hover{background-color:#95a5a6}.widget-card .history-log{margin-top:2rem;text-align:left;width:100%}.widget-card .history-log h4{border-bottom:1px solid #ecf0f1;color:#333;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:1rem;padding-bottom:.5rem}.widget-card .history-log ul{list-style:none;margin:0;padding:0}.widget-card .history-log ul li{border-bottom:1px solid #f5f5f5;display:flex;font-size:16px;font-weight:400;justify-content:space-between;line-height:1.6;padding:.75rem .25rem}.widget-card .history-log ul li:last-child{border-bottom:none}.widget-card .history-log ul li span{color:#000}.more-page{padding:1rem}.more-page .user-profile-header{background-color:#f6fbfa;border-radius:16px;margin-bottom:2rem;padding:2rem 1.5rem;text-align:center}.more-page .user-profile-header h3{color:#57b49f;font-size:1.5rem;margin:0 0 .5rem}.more-page .user-profile-header p{color:#68bca9;margin:0}.more-page .menu-list{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;list-style:none;margin:0;overflow:hidden;padding:0}.more-page .menu-item{border-bottom:1px solid #f0f0f0}.more-page .menu-item:last-child{border-bottom:none}.more-page .menu-link{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:1rem;padding:1.2rem 1.5rem;text-align:left;text-decoration:none;transition:background-color .2s ease-in-out;width:100%}.more-page .menu-link:hover{background-color:#f9f9f9}.more-page .logout-button{color:#e74c3c;font-weight:500}.nav{background-color:#fff;box-shadow:0 0 10px #0000001a;z-index:1000}.nav .nav__list{display:flex;list-style:none;margin:0;padding:0}.nav .nav__item{position:relative;text-align:center}.nav .nav__item a,.nav .nav__item span{color:#333;cursor:pointer;display:block;padding:1.2rem 1rem;text-decoration:none;transition:background-color .2s ease-in-out}.nav .nav__item:hover>a,.nav .nav__item:hover>span{background-color:#f7f7f8}.nav .nav__item.active>a,.nav .nav__item.active>span{color:#7ac4b3;font-weight:700}.nav .nav__sub-list{background-color:#fff;border-radius:0 0 16px 16px;box-shadow:0 8px 16px #0000001a;display:block;left:0;list-style:none;margin:0;min-width:200px;overflow:hidden;padding:0;position:absolute;top:100%;z-index:1001}.nav .nav__sub-item a{padding:.8rem 1rem;text-align:center}.nav .nav__sub-item.active a{background-color:#efeff1}@media(min-width:768px){.mobile-nav{display:none!important}.desktop-nav{display:flex!important}.nav{width:200px}.nav,.nav__list{flex-direction:column}.nav__item{border-bottom:1px solid #eee;text-align:left}.nav__item.active{background-color:#efeff1;border-left:4px solid #7ac4b3}.nav__item.active a,.nav__item.active span{color:#7ac4b3;font-weight:700}.nav__item.has-submenu>span:after{content:"▼";float:right;font-size:.7em;margin-top:4px;transition:transform .2s}.nav__item:hover.has-submenu>span:after{transform:rotate(180deg)}.nav__sub-list{border-radius:0 16px 16px 0;box-shadow:5px 5px 15px #0000001a;left:100%;top:0}}@media(max-width:767px){.desktop-nav{display:none!important}.mobile-nav{display:flex!important}.nav{align-items:center;border-top:1px solid #ddd;bottom:0;height:60px;justify-content:space-around;left:0;position:fixed;width:100%}.nav__list{flex-direction:row;width:100%}.nav__item{flex:1 1}.nav__item.active{background-color:#efeff1;border-top:3px solid #7ac4b3}.nav__item.active a{color:#7ac4b3;font-weight:700}.nav__item a{padding:1rem .5rem}}.nav--locked .nav__locked-message{background-color:#f5f5f5;color:#7f8c8d;padding:1rem;text-align:center;width:100%}.navigation-card{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f;color:inherit;display:flex;padding:1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.navigation-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-5px)}.navigation-card__icon{font-size:2.5rem;margin-right:1.5rem}.navigation-card__content{text-align:left}.navigation-card__title{font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.navigation-card__description{color:#000;margin:0}.notice{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.notice__header{margin-bottom:2rem;text-align:center}.notice__header h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.notice__form .form-group{margin-bottom:1.5rem}.notice__form .img-label-group{align-items:center;display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem}.notice__form .img-label-group label{margin-bottom:0}.notice__form .img-count{color:#999;font-size:.95rem}.notice__form .file-label-group{align-items:center;display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem}.notice__form .file-label-group label{margin-bottom:0}.notice__form .file-upload-btn{background:#adb5bd;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:500;padding:.5rem 1rem;text-align:center;transition:all .3s ease}.notice__form .file-upload-btn:hover{background:#919ca6}.notice__form .file-input{display:none}.notice__form .file-list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.notice__form .file-item{align-items:center;background:#e9ecef;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:.5rem 1rem;width:100%}.notice__form .file-item-name{color:#333;display:inline-block;font-size:.95rem;font-weight:500;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice__form .file-item-remove{align-items:center;background:#0000;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:24px;justify-content:center;width:24px}.notice__form .file-item-remove:hover{font-weight:700}.notice__form .error-message{background-color:#ffa7a763;border:2px solid #ffb5b5;border-radius:4px;box-sizing:border-box;color:#f22;display:block;font-size:.7rem;margin-top:10px;padding:7px 0 7px 10px;width:100%}.notice__form .file-preview-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.notice__form .file-preview-item{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:120px;overflow:hidden;position:relative;transition:all .3s ease;width:120px}.notice__form .file-preview-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.notice__form .file-preview-item img{display:block;height:100%;object-fit:cover;width:100%}.notice__form .file-preview-item .remove-image-btn{align-items:center;background-color:#0000;border:none;border-radius:50%;color:#00000080;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:24px;justify-content:center;line-height:1;position:absolute;right:3px;top:3px;transition:all .2s ease;width:24px}.notice__form .file-preview-item .remove-image-btn:hover{background:#0000001a;color:#fff}.notice__form label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.notice__form input,.notice__form select{background:#fff;border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.notice__form input:focus,.notice__form select:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.notice__form input::placeholder,.notice__form select::placeholder{color:#999}.notice__form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;cursor:pointer;padding-right:2.5rem}.notice__form .ql-container{min-height:250px}.notice__form .ql-editor{font-size:1rem;max-height:250px;min-height:250px;overflow-y:auto}.notice .form-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;text-align:center}.notice .form-actions .back-btn{background:#adb5bd;border:1px solid #adb5bd;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.notice .form-actions .back-btn:hover:not(:disabled){background:#919ca6;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.notice .form-actions .back-btn:active:not(:disabled){transform:translateY(0)}.notice .form-actions .back-btn:disabled{background:#e9ecef;box-shadow:none;cursor:not-allowed;transform:none}.notice .form-actions .submit-btn{background:#7ac4b3;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.notice .form-actions .submit-btn:hover:not(:disabled){background:#57b49f;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.notice .form-actions .submit-btn:active:not(:disabled){transform:translateY(0)}.notice .form-actions .submit-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.notice-list{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.notice-list__header{align-items:center;display:flex;justify-content:space-between}.notice-list__header h2{font-size:2rem;font-weight:600}.notice-list__header button{background-color:#7ac4b3;border:none;border-radius:4px;color:#fff;padding:.5rem 1rem}.notice-list__header button:hover{background-color:#57b49f}.notice-list__no-notice{color:#666;font-size:1rem;font-weight:400;margin-top:2rem;text-align:center}.notice-list__filter select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ccc;border-radius:4px;color:#666;cursor:pointer;font-size:1rem;font-weight:400;margin-top:1rem;padding:.5rem 2.5rem .5rem .5rem;transition:all .3s ease;width:100%}.notice-list__filter select:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.notice-list__load-more-btn{background:#0000;border:1px solid #ced4da;border-radius:8px;color:#adb5bd;font-size:1rem;margin-top:1rem;padding:.5rem 1rem;width:100%}.notice-list__no-more-text{color:#ced4da;font-size:1rem;margin-top:2rem;text-align:center}.notice-list__list{grid-gap:1rem;display:grid;gap:1rem;margin-top:1rem}.notice-list__item{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;color:inherit;cursor:pointer;display:block;display:flex;flex-direction:row;justify-content:space-between;padding:1rem 1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.notice-list__item h3,.notice-list__item p{margin:0;padding:0}.notice-list__item:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-3px)}.notice-list__title-date{display:flex;flex-direction:column;gap:.5rem}.notice-list__date{color:#666;font-size:.9rem}.notice-list__view-btn{background-color:#0000;border:none;color:#666;cursor:pointer;padding:0}.notice-detail{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.notice-detail__header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.notice-detail__back-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#333;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem}.notice-detail__back-btn:hover{background:#e9ecef;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.notice-detail__edit-btn{background:#0000;border:1px solid #6c757d;border-radius:8px;color:#6c757d;font-weight:600;margin-right:.3rem;padding:.5rem 1rem}.notice-detail__edit-btn:hover{background:#6c757d;color:#fff}.notice-detail__delete-btn{background:#0000;border:1px solid #e65c5c;border-radius:8px;color:#e65c5c;font-weight:600;padding:.5rem 1rem}.notice-detail__delete-btn:hover{background:#e65c5c;color:#fff}.notice-detail__notice-title{color:#333;font-size:1.5rem;font-weight:600}.notice-detail__content-title{align-items:center;display:flex;flex-direction:column;gap:1rem}.notice-detail__category{color:#7ac4b3;font-weight:600}.notice-detail__title{color:#333;font-size:1.5rem;font-weight:600;margin:.5rem 0}.notice-detail__date{color:#6c757d;font-size:.9rem}.notice-detail__content{align-items:center;color:#333;display:flex;flex-direction:column;font-size:1rem;gap:1rem;padding:0 1rem;word-break:keep-all}@media(max-width:768px){.notice-detail__content{padding:0}}.notice-detail__content-date{color:#6c757d;font-size:.9rem}.notice-detail__content-view-count{align-items:center;color:#6c757d;display:flex;flex-direction:row;font-size:.9rem;gap:.5rem}.notice-detail__content-images{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-top:1rem;position:relative;width:90%}.notice-detail__image-nav{align-items:center;background:#0003;border:none;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;width:40px;z-index:2}.notice-detail__image-nav:hover:not(:disabled){background:#0000004d;transform:scale(1.1)}.notice-detail__image-nav:disabled{background:#0003;cursor:not-allowed;opacity:.5}.notice-detail__image-nav--prev{left:10px;position:absolute}.notice-detail__image-nav--next{position:absolute;right:10px}@media(max-width:768px){.notice-detail__image-nav{background:#0000;color:#6c757d;cursor:pointer}}.notice-detail__image-container{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative}.notice-detail__content-image{align-items:center;border-radius:8px;display:flex;justify-content:center;max-width:60%;min-height:300px;overflow:hidden}.notice-detail__content-image img{display:block;height:auto;max-height:300px;max-width:100%;object-fit:contain;width:auto}.notice-detail__content-image img.slide{animation:slide-horizontal 5s linear infinite alternate}@keyframes slide-horizontal{0%{transform:translateX(0)}to{transform:translateX(20%)}}.notice-detail__image-counter{background:#0000004d;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.notice-detail__attachments-title{color:#6c757d;display:block;font-size:.9rem;font-weight:500;text-align:left;width:100%}.notice-detail__attachments{display:block;display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem;width:100%}.notice-detail__file-btn{align-items:center;background-color:#e9ecef;border:none;border-radius:5px;color:#6c757d;display:flex;flex-direction:row;font-size:.9rem;justify-content:space-between;padding:.75rem 1rem;text-align:left;text-decoration:none;width:100%}.notice-detail__file-btn__file-btn-icon{color:#6c757d;font-size:.9rem;font-weight:500}.notice-detail__file-btn:hover{background-color:#cbd2da}.onboarding-page{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:2rem;margin:2rem auto;max-width:800px;overflow-y:auto;padding:2rem;text-align:center}.onboarding-page h2{color:#5f7adb;margin-bottom:0}.onboarding-page p{color:#000;margin-top:0;word-break:keep-all}.onboarding-page p span{color:#5f7adb;font-weight:700;padding-right:.3rem}.onboarding-page .checklist-section{margin-bottom:2rem;text-align:center}.onboarding-page .checklist-section h3{border-bottom:1px solid #eee;color:#333;margin-bottom:1rem;padding-bottom:1rem}.onboarding-page .checklist-section .options-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.onboarding-page .checklist-section .checkbox-label{align-items:center;border:1px solid #ddd;border-radius:20px;box-sizing:border-box;cursor:pointer;display:inline-flex;padding:.5rem 1rem;transition:all .2s ease-in-out}.onboarding-page .checklist-section .checkbox-label input[type=checkbox]{display:none}.onboarding-page .checklist-section .checkbox-label:has(input:checked){background-color:#0000;border:1px solid #7ac4b3;color:#57b49f;font-weight:700}.onboarding-page .checklist-section .checkbox-label:hover{background-color:#f5f5f5}.onboarding-page .checklist-section .checkbox-label:has(input:checked):hover{background-color:#57b49f;color:#fff}.onboarding-page .button-container{align-items:center;display:flex;gap:1rem;margin-top:2rem}.onboarding-page .button-container .back-button{background-color:#adb5bd;border:none;border-radius:16px;color:#fff;font-size:1.1rem;font-weight:700;padding:.75rem 2.5rem}.onboarding-page .button-container .back-button:hover{background-color:#919ca6}.onboarding-page .button-container .submit-button{background-color:#7ac4b3;border:none;border-radius:16px;color:#fff;font-size:1.1rem;font-weight:700;padding:.75rem 2.5rem;transition:background-color .2s ease-in-out}.onboarding-page .button-container .submit-button:hover{background-color:#57b49f}.test-list-profile{grid-gap:1rem;display:grid;gap:1rem;margin-top:1rem}.test-card-profile{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;color:inherit;display:block;padding:1rem 1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.test-card-profile:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-3px)}.test-card-profile h3{color:#5f7adb;font-size:14px;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 .25rem}.test-card-profile p{color:#0d0d0d;font-size:.9rem;margin:0 0 .5rem}.test-card-profile .test-card__footer{align-items:center;color:#6c757d;display:flex;font-size:.8rem;justify-content:space-between;margin-top:.5rem}.test-card-profile .test-card__footer span:last-child{color:#7ac4b3;font-weight:700}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.stat-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;text-align:center}.stat-card h4{color:#333;font-size:14px;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 .5rem}.stat-card p{color:#7ac4b3;font-size:2rem;font-weight:700;margin:0}.referral-code-container{align-items:center;display:flex;gap:.5rem}.referral-code-container .copy-btn{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .5rem}.referral-code-container .copy-btn:active{background-color:#3557d2}.download-btn{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.2rem;transition:background-color .2s}.download-btn:hover{background-color:#3557d2}.download-btn:disabled{background-color:#ced4da;cursor:not-allowed}.qna-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.qna-container__header{margin-bottom:2rem;text-align:center}.qna-container__header h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.qna-container__header p{color:#666;font-size:1rem;line-height:1.5;word-break:keep-all}.qna-container__form .form-group{margin-bottom:1.5rem}.qna-container__form .form-group label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.qna-container__form .form-group input,.qna-container__form .form-group select,.qna-container__form .form-group textarea{background:#fff;border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.qna-container__form .form-group input:focus,.qna-container__form .form-group select:focus,.qna-container__form .form-group textarea:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.qna-container__form .form-group input::placeholder,.qna-container__form .form-group select::placeholder,.qna-container__form .form-group textarea::placeholder{color:#999}.qna-container__form .form-group select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:2.5rem}.qna-container__form .form-group .file-label-group{align-items:center;display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem}.qna-container__form .form-group .file-label-group label{margin-bottom:0}.qna-container__form .form-group .file-count{color:#999;font-size:.95rem}.qna-container__form .form-group .file-input{display:none}.qna-container__form .form-group .file-upload-btn{background:#adb5bd;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:500;padding:.5rem 1rem;text-align:center;transition:all .3s ease}.qna-container__form .form-group .file-upload-btn:hover{background:#919ca6}.qna-container__form .form-group .file-list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.qna-container__form .form-group .file-item{align-items:center;background:#e9ecef;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:.5rem 1rem;width:100%}.qna-container__form .form-group .file-item-name{color:#333;display:inline-block;font-size:.95rem;font-weight:500;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qna-container__form .form-group .file-item-remove{align-items:center;background:#0000;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:24px;justify-content:center;width:24px}.qna-container__form .form-group .file-item-remove:hover{font-weight:700}.qna-container__form .form-group .error-message{background-color:#ffa7a763;color:#f22;font-size:.7rem;margin-top:10px;padding:7px 0 7px 10px}.qna-container__form .form-group .file-preview-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.qna-container__form .form-group .file-preview-item{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:120px;overflow:hidden;position:relative;transition:all .3s ease;width:120px}.qna-container__form .form-group .file-preview-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.qna-container__form .form-group .file-preview-item img{display:block;height:100%;object-fit:cover;width:100%}.qna-container__form .form-group .file-preview-item .remove-image-btn{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:24px;justify-content:center;line-height:1;position:absolute;right:3px;top:3px;transition:all .2s ease;width:24px}.qna-container__form .form-group .file-preview-item .remove-image-btn:hover{background:#0000001a;color:#fff}.qna-container__form .form-actions{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;text-align:center}.qna-container__form .form-actions .back-btn{background:#adb5bd;border:1px solid #adb5bd;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.qna-container__form .form-actions .back-btn:hover:not(:disabled){background:#919ca6;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.qna-container__form .form-actions .back-btn:active:not(:disabled){transform:translateY(0)}.qna-container__form .form-actions .back-btn:disabled{background:#e9ecef;box-shadow:none;cursor:not-allowed;transform:none}.qna-container__form .form-actions .submit-btn{background:#7ac4b3;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.qna-container__form .form-actions .submit-btn:hover:not(:disabled){background:#57b49f;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.qna-container__form .form-actions .submit-btn:active:not(:disabled){transform:translateY(0)}.qna-container__form .form-actions .submit-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}@media(max-width:768px){.qna-container{padding:1.5rem}.qna-container__header h2{font-size:1.5rem}.qna-container__form .form-group{margin-bottom:1.25rem}.qna-container__form .form-group input,.qna-container__form .form-group select{font-size:.95rem;padding:.625rem .875rem}.qna-container__form .form-actions .submit-btn{padding:1rem;width:100%}}.qna-list{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.qna-list__header{margin-bottom:1rem;text-align:center}.qna-list__header h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:.5rem}.qna-list__header p{color:#666;font-size:1rem;line-height:1.5;word-break:keep-all}.qna-list__header button{background:#7ac4b3;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;min-width:140px;padding:.5rem 1rem}.qna-list__header button:hover{background:#57b49f;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.qna-list__load-more-btn{background:#0000;border:1px solid #ced4da;border-radius:8px;color:#adb5bd;font-size:1rem;margin-top:1rem;padding:.5rem 1rem;width:100%}.qna-list__no-more-text{color:#ced4da;font-size:1rem;margin-top:2rem;text-align:center}@media(max-width:768px){.qna-list{margin:0 auto}}.qna-card{grid-gap:1rem;display:grid;gap:1rem;margin-top:1rem}.qna-card__item{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;color:inherit;cursor:pointer;display:block;display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.qna-card__item h3,.qna-card__item p,.qna-card__item span{margin:0;padding:0}.qna-card__item:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-3px)}.qna-card__category{color:#333;font-size:.9rem;font-weight:600}.qna-card__title{color:#333;font-size:1.2rem;font-weight:600}.qna-card__answer,.qna-card__date{color:#666;font-size:.9rem}.qna-card__answer-done{color:#5f7adb}.qna-card__answer-waiting{color:#e65c5c}.qna-detail{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:2rem}.qna-detail__header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.qna-detail__back-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#333;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem}.qna-detail__back-btn:hover{background:#e9ecef;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.qna-detail__edit-btn{background:#0000;border:1px solid #6c757d;border-radius:8px;color:#6c757d;font-weight:600;margin-right:.3rem;padding:.5rem 1rem}.qna-detail__edit-btn:hover{background:#6c757d;color:#fff}.qna-detail__delete-btn{background:#0000;border:1px solid #e65c5c;border-radius:8px;color:#e65c5c;font-weight:600;padding:.5rem 1rem}.qna-detail__delete-btn:hover{background:#e65c5c;color:#fff}.qna-detail__category{background:#7ac4b3;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.qna-detail__content{display:flex;flex-direction:column;gap:2rem}.qna-detail__question{background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:1.5rem}.qna-detail__title{color:#333;font-size:1.5rem;font-weight:600;line-height:1.4;margin:.75rem 0 1rem}.qna-detail__question-content h3{border-bottom:1px solid #e9ecef;color:#5f7adb;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.qna-detail__answer{border:2px solid #c1e3db;border-radius:16px;padding:1.5rem}.qna-detail__answer h3{color:#5f7adb;font-size:1.1rem;font-weight:600}.qna-detail__answer-header{align-items:center;border-bottom:1px solid #9dd4c7;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.qna-detail__answer-content .qna-detail__text{margin-bottom:1rem}.qna-detail__answer-btn-group{align-items:center;display:flex;gap:.5rem}.qna-detail__answer-btn-group button{border:none;border-radius:8px;padding:.5rem 1rem}.qna-detail__answer-btn-group .answer-edit-btn{background:#0000;border:1px solid #6c757d;color:#6c757d}.qna-detail__answer-btn-group .answer-edit-btn:hover{background:#6c757d;box-shadow:0 4px 12px #4a90e24d;color:#fff;transform:translateY(-1px)}.qna-detail__answer-btn-group .answer-cancel-btn{background:#0000;border:1px solid #6c757d;color:#6c757d}.qna-detail__answer-btn-group .answer-cancel-btn:hover{background:#6c757d;color:#fff}.qna-detail__answer-btn-group .answer-save-btn{background:#7ac4b3;color:#fff}.qna-detail__answer-btn-group .answer-save-btn:hover{background:#57b49f;box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.qna-detail__answer-btn-group .answer-save-btn:disabled{background:#ccc;box-shadow:none;color:#666;cursor:not-allowed;transform:none}.qna-detail__date{align-items:center;color:#6c757d;display:flex;font-size:.9rem;gap:.5rem;padding-top:1rem;text-align:left}.qna-detail__no-answer{color:#6c757d;padding:2rem;text-align:center}.qna-detail__no-answer p{margin:.5rem 0}.qna-detail__no-answer p:first-child{font-size:1.1rem;font-weight:500}.qna-detail__text{color:#333;font-size:1rem;line-height:1.6;margin-bottom:.75rem;word-break:break-word}.qna-detail__text p{margin-bottom:1rem}.qna-detail__text p:last-child{margin-bottom:0}.qna-detail__text ol,.qna-detail__text ul{margin:1rem 0;padding-left:1.5rem}.qna-detail__text li{margin-bottom:.5rem}.qna-detail__text strong{color:#5f7adb;font-weight:600}.qna-detail__text em{color:#495057}.qna-detail__text code{background:#f8f9fa;border-radius:4px;font-size:.9rem;padding:.2rem .4rem}.qna-detail__text pre{background:#f8f9fa;border-radius:8px;margin:1rem 0;overflow-x:auto;padding:1rem}.qna-detail__text pre code{background:none;padding:0}.qna-detail__text blockquote{border-left:4px solid #7ac4b3;color:#495057;margin:1rem 0;padding-left:1rem}.qna-detail__text a{color:#5f7adb;text-decoration:underline}.qna-detail__text a:hover{color:#3557d2}.qna-detail__error,.qna-detail__loading{color:#6c757d;padding:3rem;text-align:center}.qna-detail__error p,.qna-detail__loading p{font-size:1.1rem;margin-bottom:1rem}.qna-detail__error .qna-detail__back-btn{margin:0 auto}@media(max-width:768px){.qna-detail{box-sizing:border-box;padding:1.5rem;width:100%}.qna-detail__title{font-size:1.3rem}.qna-detail__answer,.qna-detail__question{padding:1rem}.qna-detail__text{font-size:.95rem}}@media(max-width:480px){.qna-detail{margin:0 auto;padding:1rem;width:100%}.qna-detail__back-btn{font-size:.9rem;padding:.5rem 1rem}.qna-detail__title{font-size:1.2rem}.qna-detail__answer,.qna-detail__question{padding:.75rem}}.ql-container,.ql-editor{min-height:250px}.ql-editor{font-size:1rem;max-height:250px}.error-message{box-sizing:border-box;display:block}.register-page .register-container{max-height:80vh;overflow-y:auto}.register-page .register-container .register-button{background-color:#7ac4b3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px;width:100%}.register-page .register-container .register-button:hover{background-color:#0056b3}.register-page .register-container .register-button:disabled{background-color:#ccc;cursor:not-allowed}.register-page .agreements .agreement-item{align-items:center;display:flex;margin-bottom:10px}.register-page .agreements .agreement-item input[type=checkbox]{margin-right:10px;width:auto}.register-page .agreements .agreement-item label{color:#2d2d2d;font-weight:400;margin-bottom:0;text-align:left}.register-page .agreements .agreement-item label a{color:#7ac4b3;text-decoration:none}.register-page .agreements .agreement-item label a:hover{text-decoration:underline}.register-page .agreements hr{border:0;border-top:1px solid #eee;margin:15px 0}.setting-container{align-items:center;display:flex;flex-direction:column;padding:2rem}.setting-section{background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;margin-bottom:1rem;padding:1.5rem;width:100%}.setting-section h2{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-header h2{border-bottom:none;margin-bottom:0}.edit-btn{background-color:#7ac4b3;border:none;border-radius:8px;color:#fff;margin-top:1rem;padding:.5rem 1rem}.edit-btn:hover{background:#57b49f;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.form-btn-group{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem;width:100%}.form-btn{border:none;border-radius:8px;box-shadow:0 2px 4px #00000014;font-weight:600;padding:.75rem 1.5rem;width:50%}.form-btn.cancel-btn{background:#dee2e6;color:#6c757d}.form-btn.cancel-btn:hover{background:#c1c9d0;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.form-btn.save-btn{background:#7ac4b3;color:#fff;margin:0}.form-btn.save-btn:hover{background:#57b49f;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.form-btn.verify-btn{background:#000;color:#fff;margin:0;width:100%}.form-btn.verify-btn:hover{background:#1a1a1a;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.form-btn:active{transform:translateY(0)}.verify-btn-group{display:flex;flex-direction:row;gap:1rem;width:100%}.profile-card{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:15px;display:flex;gap:2rem;padding:1.5rem}@media(max-width:767px){.profile-card{flex-direction:column;gap:1rem;text-align:center}}.profile-avatar .avatar-circle{align-items:center;background:linear-gradient(135deg,#5f7adb,#17a2b8);border-radius:50%;box-shadow:0 4px 8px #0000001a;color:#f7f7f8;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin-bottom:1rem;width:80px}.profile-info{flex:1 1}.profile-details{display:flex;flex-direction:column;gap:.2rem}.profile-details h3{color:#343a40;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.profile-details p{color:#6c757d;font-size:1rem;margin:.25rem 0}.edit-form{grid-gap:1rem;display:grid;gap:1rem;width:100%}.edit-form .form-group{display:flex;flex-direction:column;gap:.5rem}.edit-form .form-group label{color:#343a40;font-size:.9rem;font-weight:600;text-align:left}.edit-form .form-group input{border:2px solid #dee2e6;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease,box-shadow .3s ease}.edit-form .form-group input:focus{border-color:#7ac4b3;box-shadow:0 0 0 3px #007bff1a;outline:none}.edit-form .form-group select{border:2px solid #dee2e6;border-radius:8px;font-size:1rem;padding:10px;transition:border-color .3s ease,box-shadow .3s ease;width:-webkit-fill-available}.edit-form .form-group select:focus{border-color:#7ac4b3;box-shadow:0 0 0 3px #007bff1a;outline:none}.edit-form .form-group .form-value{background:#7ac4b31a;border:2px solid #7ac4b380;border-radius:8px;color:#6c757d;font-size:1rem;font-weight:600;margin:0;padding:.75rem}@media(max-width:767px){.edit-form .form-group{text-align:left}}.phone-input-group{align-items:center;display:flex;justify-content:space-between}.phone-input-group input{border:1px solid #ccc;border-radius:4px;padding:10px;text-align:center;width:30%!important}.phone-input-group input:disabled{background-color:#e9ecef;border:2px solid #dee2e6;color:#6c757d;cursor:not-allowed}.phone-input-group span{font-size:1.2em;font-weight:700;margin:0 5px}.setting-item{align-items:center;background:#f8f9fa;border-radius:15px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.setting-item:hover{background:#e9ecef;transform:translateX(5px)}.setting-item:last-child{margin-bottom:0}.setting-label{flex:1 1}.setting-label span{color:#343a40;display:block;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.setting-label p{color:#6c757d;font-size:.9rem;margin:0}.toggle-switch{display:inline-block;height:34px;position:relative;width:60px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-switch input:checked+.toggle-slider{background-color:#7ac4b3}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(26px)}.toggle-switch .toggle-slider{background-color:#ced4da;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-switch .toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;box-shadow:0 2px 4px #00000014;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}.language-select,.time-input{border:2px solid #dee2e6;border-radius:10px;font-size:1rem;padding:.75rem}.emergency-section .emergency-card{border-radius:20px;box-shadow:0 8px 16px #00000026;color:#fff;padding:2rem;text-align:center}.emergency-section .emergency-card .emergency-info{margin-bottom:1.5rem}.emergency-section .emergency-card .emergency-info h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.emergency-section .emergency-card .emergency-info p{margin:0;opacity:.9}.emergency-section .emergency-card .emergency-btn{background:#fff;border:none;border-radius:25px;box-shadow:0 4px 8px #0000001a;color:#e65c5c;font-size:1.2rem;font-weight:700;padding:1rem 2rem}.emergency-section .emergency-card .emergency-btn:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-2px)}.emergency-section .emergency-card .emergency-btn:active{transform:translateY(0)}.support-menu{display:flex;flex-direction:column;gap:1rem}.support-item{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:15px;display:flex;padding:1.5rem}.support-item:hover{background:#fff;border-color:#7ac4b3;box-shadow:0 4px 8px #0000001a;transform:translateX(10px)}.support-item .support-icon{font-size:2rem;margin-right:1rem;text-align:center;width:50px}.support-item .support-content{flex:1 1}.support-item .support-content h4{color:#343a40;font-size:1.1rem;font-weight:600;margin:.25rem 0}.support-item .support-content p{color:#6c757d;font-size:.9rem;margin:0}.support-item .arrow{color:#adb5bd;font-size:1.5rem;font-weight:700}.emergency-modal{align-items:center;animation:fadeIn .3s ease;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.emergency-modal__content{animation:slideIn .3s ease;background:#fff;border-radius:10px;box-shadow:0 8px 16px #00000026;padding:3rem;text-align:center}.emergency-modal__content h3{color:#e65c5c;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.emergency-modal__content p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem}.emergency-modal__content button{background:#dee2e6;border:none;border-radius:25px;color:#6c757d;margin-top:2rem;padding:1rem 2rem;width:100%}.emergency-modal__content button:hover{background:#e9ecef}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #dee2e6;border-radius:50%;border-top-color:#e65c5c;height:40px;margin:0 auto;width:40px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:767px){.setting-container{-webkit-overflow-scrolling:touch;min-height:100vh;overflow-y:auto;padding:1rem;position:relative}.setting-section{box-sizing:border-box;margin-bottom:1.5rem;padding:1.5rem;width:100%}.profile-card{flex-direction:column;text-align:center}.setting-item{align-items:flex-start;flex-direction:column;gap:1rem}.setting-item .setting-label{margin-bottom:.5rem}.support-item{padding:1rem}.support-item .support-icon{font-size:1.5rem;margin-right:.75rem}}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{background-color:#0000;border:2px solid #7ac4b3;border-radius:16px;color:#57b49f;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.register-page{align-items:center;display:flex;justify-content:center;padding:50px 0;width:100%}.register-page .register-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:40px;width:400px}.register-page .register-container h2{margin-bottom:30px;text-align:center}.register-page .register-container .form-group{margin-bottom:20px}.register-page .register-container .form-group label{color:#2d2d2d;display:block;font-weight:700;margin-bottom:8px;text-align:left}.register-page .register-container .form-group input,.register-page .register-container .form-group select{border:1px solid #ccc;border-radius:4px;padding:10px;width:-webkit-fill-available}.register-page .register-container .submit-button{background-color:#7ac4b3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px;width:100%}.register-page .register-container .submit-button:hover{background-color:#0056b3}.register-page .register-container .submit-button:disabled{background-color:#ccc;cursor:not-allowed}.register-page .register-container .login-link{margin-top:20px;text-align:center}.register-page .register-container .login-link a{color:#7ac4b3;text-decoration:none}.register-page .register-container .login-link a:hover{text-decoration:underline}.register-page .phone-input-group{align-items:center;display:flex;justify-content:space-between}.register-page .phone-input-group input{border:1px solid #ccc;border-radius:4px;padding:10px;text-align:center;width:30%!important}.register-page .phone-input-group span{font-size:1.2em;font-weight:700;margin:0 5px}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;max-width:800px;padding:20px;position:relative;width:90%}.modal-content .terms-content{background-color:#f8f9fa;border:1px solid #e1e5e9;border-radius:5px;color:#333;font-size:14px;line-height:1.5;margin-bottom:20px;max-height:70vh;overflow-y:auto;padding:10px;white-space:pre-wrap;word-break:break-word}.modal-content h2{margin-top:0}.modal-content .close-button{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.modal-content .ql-container{max-height:60vh;overflow-y:auto}.modal-content .ql-editor{max-height:80%;min-height:80%;width:100%}.test-list-page h2{font-size:22px;font-weight:600;line-height:1.4;margin-bottom:.5rem;text-align:center}.test-list-page>p{color:#000;margin-bottom:2.5rem;text-align:center}.test-list-page .test-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.test-list-page .test-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000f;color:inherit;display:block;padding:1.5rem 2rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.test-list-page .test-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.test-list-page .test-card h3{color:#5f7adb;font-size:14px;font-weight:400;line-height:1.5;margin:0 0 .5rem}.test-list-page .test-card p{color:#0d0d0d;margin:0 0 1rem}.test-list-page .test-card span{color:#7ac4b3;font-weight:600}.test-list-page .test-card .test-card__footer{align-items:center;color:#6c757d;display:flex;font-size:.9rem;justify-content:space-between;margin-top:1rem}.test-list-page .test-card .test-card__footer span:last-child{color:#7ac4b3;font-weight:700}.test-page{margin:0 auto;max-width:800px}.test-page h2{font-size:22px;font-weight:600;line-height:1.4;margin-bottom:.5rem;text-align:center}.test-page>p{color:#000;margin-bottom:2.5rem;text-align:center}.test-page .test-questions .question-item{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.test-page .test-questions .question-item .question-text{color:#333;font-weight:500;margin:0 0 1.5rem;text-align:left}.test-page .test-questions .question-item .options-group{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-around}.test-page .test-questions .question-item .options-group.vertical{align-items:flex-start;flex-direction:column;gap:1rem}.test-page .test-questions .question-item .radio-label{align-items:center;cursor:pointer;display:flex}.test-page .test-questions .question-item .radio-label input[type=radio]{margin-right:8px}.test-page .submit-button{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;height:48px;margin:2rem auto 0;max-width:400px;padding:.75rem 2rem;transition:background-color .2s ease-in-out,opacity .2s ease-in-out;width:100%}.test-page .submit-button:hover{background-color:#3557d2}.test-page .submit-button:disabled{background-color:#fff;cursor:not-allowed;opacity:.7}.history-container{padding:1rem}.history-container .history-header{align-items:center;display:flex;margin-bottom:2rem;position:relative}.history-container .history-header h1{flex-grow:1;font-size:22px;font-weight:600;line-height:1.4;margin:0;text-align:center}.history-container .history-header .back-btn{background:none;border:none;cursor:pointer;font-size:1.5rem;left:0;padding:.5rem;position:absolute}.history-container .results-list{list-style:none;margin:0;padding:0}.history-container .result-card{align-items:flex-start;background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #00000012;display:flex;flex-direction:column;margin-bottom:1rem;padding:1.5rem}.history-container .result-card .result-date{color:#000;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:.5rem}.history-container .result-card .result-score{align-items:center;display:flex;font-size:14px;font-weight:400;gap:.75rem;justify-content:space-between;line-height:1.5;width:100%}.history-container .result-card .result-score strong{color:#5f7adb;font-weight:700}.history-container .result-card .result-score .score-change{border-radius:12px;color:#fff;font-size:.9rem;font-weight:700;padding:.2rem .5rem}.history-container .result-card .result-score .score-change.increase{background-color:#e74c3c}.history-container .result-card .result-score .score-change.decrease{background-color:#3498db}.history-container .result-card .result-score .score-change.same{background-color:#95a5a6}.history-container .result-card .result-interpretation{background-color:#f8f9fa;border-radius:8px;box-sizing:border-box;margin-top:1rem;padding:1rem;width:100%}.history-container .result-card .result-interpretation p{color:#333;font-size:16px;font-weight:400;line-height:1.6;margin:0}.history-container .no-results{background-color:#fff;border-radius:16px;padding:4rem 1rem;text-align:center}.history-container .no-results p{font-size:16px;font-weight:400;line-height:1.6;margin-bottom:1.5rem}.history-container .no-results .primary-btn{background-color:#5f7adb;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.history-container .no-results .primary-btn:hover{background-color:#3557d2}.history-container .error-container,.history-container .loading-container{font-size:22px;font-weight:600;line-height:1.4;padding:4rem 1rem;text-align:center}.test-result-page{margin:0 auto;max-width:700px;text-align:center}.test-result-page h2{font-size:22px;font-weight:600;line-height:1.4;margin-bottom:2rem}.test-result-page .result-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;padding:2rem 2.5rem}.test-result-page .result-card h3{color:#7ac4b3;font-size:1.8rem;margin:0 0 1.5rem}.test-result-page .result-card .interpretation-text{color:#1a1a1a;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.test-result-page .result-card .button-group{display:flex;flex-direction:column;gap:1rem}.test-result-page .result-card .button-group button{border:none;border-radius:16px;cursor:pointer;font-size:16px;font-weight:600;height:48px;padding:.75rem 2rem;transition:background-color .2s ease-in-out,opacity .2s ease-in-out;width:100%}.test-result-page .result-card .button-group .save-button{background-color:#5f7adb;color:#fff}.test-result-page .result-card .button-group .save-button:hover{background-color:#3557d2}.test-result-page .result-card .button-group .save-button:disabled{background-color:#fff;cursor:not-allowed;opacity:.7}.test-result-page .result-card .button-group .back-button{background-color:#e9ecef;color:#333}.test-result-page .result-card .button-group .back-button:hover{background-color:#dee2e6}.today-temp-display{display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.today-temp-display h4{color:#000;font-size:22px;font-weight:600;font-weight:500;line-height:1.4;margin:0 0 1.5rem}.today-temp-display .temp-bar-container{background-color:#ecf0f1;border-radius:12.5px;height:25px;margin-bottom:.5rem;overflow:hidden;width:100%}.today-temp-display .temp-bar{align-items:center;border-radius:12.5px;display:flex;height:100%;justify-content:flex-end;position:relative;transition:width .5s ease-in-out}.today-temp-display .temp-value-on-bar{color:#fff;font-size:1rem;font-weight:600;padding-right:.75rem}.today-temp-display .temp-labels{color:#7f8c8d;display:flex;font-size:12px;font-weight:300;justify-content:space-between;line-height:1.5;padding:0 5px}.today-temp-display .comforting-message{align-items:center;color:#1a1a1a;display:flex;font-size:16px;font-weight:400;justify-content:center;line-height:1.6;margin-top:1.5rem;min-height:48px}.translate-button{align-items:center;border:none;border-radius:5px;box-shadow:0 4px 6px #0006;cursor:pointer;display:flex;font-size:14px;gap:5px;height:45px;padding:5px;position:relative;z-index:999}.language-list,.translate-button{background-color:#fff;list-style:none}.language-list{border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #00000026;left:0;margin:5px 0 0;max-height:300px;overflow-y:auto;padding:10px;position:absolute;top:100%;width:50px;z-index:9999}.language-list::-webkit-scrollbar{width:7px}.language-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.language-list::-webkit-scrollbar-track{background-color:#f0f0f0;border-radius:5px}.language-item{align-items:center;border-bottom:1px solid #d8d8d8;cursor:pointer;display:flex;font-size:14px;gap:10px;justify-content:center;padding:10px 0}.language-item:hover{background-color:#f0f0f0}.language-item:last-child{border-bottom:none}.flag{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;height:25px;width:30px}#goog-gt-tt,.goog-logo-link,.goog-te-balloon-frame,.goog-te-banner-frame,.goog-te-banner-frame.skiptranslate,.goog-te-gadget-icon,.goog-tooltip,iframe[id^=":"]{display:none!important;opacity:0!important;visibility:hidden!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;top:0!important}.app-container{box-sizing:border-box;flex:1 1;overflow-y:auto;padding:24px}@media(max-width:767px){.app-container{padding:15px 15px 85px}}.card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem}.error-message{background-color:#ffa7a763;border:2px solid #ffb5b5;border-radius:4px;color:#f22;font-size:.7rem;margin-top:10px;padding:7px 0 7px 10px;width:100%}.ql-toolbar{display:none}.ql-container{border:2px solid #e1e5e9!important;border-radius:10px}input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border-radius:0}input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:none}button{cursor:pointer;transition:all .3s ease}.App{display:flex;flex-direction:column;height:100vh;min-width:320px}.main-wrapper{display:flex;flex:1 1;overflow:hidden}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.community-container{border-radius:16px;box-shadow:0 2px 4px #00000014;padding:2rem}.community-container__header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.community-container__header h1{font-size:1.8rem}.community-container__header .write-btn{background:#5f7adb;border:none;border-radius:8px;color:#fff;font-size:.95rem;font-weight:500;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .2s}.community-container__header .write-btn:hover{background:#3557d2}.filter-container{padding:1rem 0}.filter-container,.filter-container .search-bar{margin-bottom:1rem}.filter-container .search-bar input{border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.filter-container .search-bar input:focus{border-color:#5f7adb;outline:none}.filter-container .sort-options{display:flex;gap:.5rem;margin-bottom:1rem}.filter-container .sort-options .sort-btn{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem}.filter-container .sort-options .sort-btn.active{border-bottom:2px solid #5f7adb;color:#5f7adb;font-weight:700}.filter-container .filter-options{display:flex;flex-wrap:wrap;gap:.75rem}.filter-container .filter-options .category-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;color:#495057;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.filter-container .filter-options .category-btn.active{background:#7ac4b3;border-color:#7ac4b3;color:#fff;font-weight:500}.filter-container .filter-options .category-btn:hover:not(.active){background:#e9ecef;border-color:#ced4da}.community-card{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(max-width:1024px){.community-card{grid-template-columns:1fr}}.community-card__item{background:#fff;border-radius:16px;box-shadow:0 2px 4px #00000014;color:inherit;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.community-card__item:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-5px)}.community-card__category{color:#6c757d;font-size:.9rem;font-weight:500;margin-bottom:.75rem}.community-card__title{font-size:1.2rem;font-weight:600;line-height:1.4;margin:0 0 .75rem}.community-card__snippet{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#495057;display:-webkit-box;font-size:.95rem;line-height:1.6;margin:0 0 1rem;overflow:hidden;text-overflow:ellipsis}.community-card__hashtags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;margin-top:auto;padding-top:1rem}.community-card__hashtags span{background-color:#f8f9fa;border-radius:15px;color:#5f7adb;font-size:.85rem;padding:.3rem .7rem}.community-card__footer{border-top:1px solid #e9ecef;padding-top:1rem}.community-card__meta{color:#6c757d;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:1rem}.community-card__stats{color:#6c757d;display:flex;font-size:.9rem;gap:1rem}.community-post-container{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:2rem;position:relative}.community-post-container .back-to-list-btn{background-color:#e9ecef;border-radius:8px;color:#495057;font-size:.9rem;font-weight:500;padding:.5rem 1rem;position:absolute;right:2rem;text-decoration:none;top:2rem;transition:background-color .2s}.community-post-container .back-to-list-btn:hover{background-color:#dee2e6}.community-post-container .post-header{border-bottom:1px solid #dee2e6;margin-bottom:2rem;padding-bottom:1.5rem}.community-post-container .post-header .category{color:#7ac4b3;font-size:1rem;font-weight:600;margin-bottom:.75rem}.community-post-container .post-header h1{font-size:2rem;margin-bottom:1rem}.community-post-container .post-header .meta{color:#6c757d;font-size:.9rem}.community-post-container .post-content{font-size:1.05rem;line-height:1.8;margin-bottom:3rem;min-height:150px}.community-post-container .hashtag-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.community-post-container .hashtag-container .hashtag{background-color:#e9ecef;border-radius:15px;color:#5f7adb;font-size:.9rem;font-weight:500;padding:.4rem .8rem;text-decoration:none;transition:background-color .2s}.community-post-container .hashtag-container .hashtag:hover{background-color:#cbd2da}.community-post-container .post-actions{display:flex;gap:1rem;margin-bottom:2rem}.community-post-container .post-actions button{background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.community-post-container .post-actions button:hover{background-color:#e9ecef}.community-post-container .post-actions .like-btn.liked{background-color:#5f7adb;border-color:#5f7adb;color:#fff;font-weight:600}.community-post-container .post-actions .delete-btn{background-color:#e65c5c;border-color:#e65c5c;color:#fff}.community-post-container .post-actions .delete-btn:hover{background-color:#df3030}.community-post-container .comment-section h3{border-bottom:1px solid #dee2e6;font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:1rem}.community-post-container .comment-section .comment-list{list-style:none;margin-bottom:2rem;padding:0}.community-post-container .comment-section .comment-list .comment-item{border-bottom:1px solid #e9ecef;padding:1.5rem 0}.community-post-container .comment-section .comment-list .comment-item:last-child{border-bottom:none}.community-post-container .comment-section .comment-list .comment-item .comment-author{font-weight:600;margin-bottom:.5rem}.community-post-container .comment-section .comment-list .comment-item p{color:#343a40;margin:0}.community-post-container .comment-section .comment-form textarea{border:2px solid #e9ecef;border-radius:16px;font-size:1rem;margin-bottom:1rem;min-height:100px;padding:1rem;transition:border-color .2s;width:100%}.community-post-container .comment-section .comment-form textarea:focus{border-color:#7ac4b3;outline:none}.community-post-container .comment-section .comment-form button{background:#7ac4b3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem}.community-post-container .comment-section .comment-form button:hover{background:#57b49f}.community-write-container{padding:2rem}.community-write-container h1{border-bottom:1px solid #dee2e6;font-size:1.8rem;margin-bottom:1rem;padding-bottom:1rem}.community-write-container .form-group{margin-bottom:1.5rem}.community-write-container .form-group label{display:block;font-size:.95rem;font-weight:500;margin-bottom:.75rem}.community-write-container .form-group input,.community-write-container .form-group select,.community-write-container .form-group textarea{border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.85rem 1rem;transition:border-color .2s;width:100%}.community-write-container .form-group input:focus,.community-write-container .form-group select:focus,.community-write-container .form-group textarea:focus{border-color:#5f7adb;outline:none}.community-write-container .form-group textarea{line-height:1.6;min-height:250px}.community-write-container .submit-btn{background:#5f7adb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem 2rem;width:100%}.community-write-container .submit-btn:hover{background:#3557d2}.ql-toolbar.ql-snow{border-color:#dee2e6;border-top-left-radius:16px;border-top-right-radius:16px}.ql-container.ql-snow{border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-color:#dee2e6;font-size:1rem}.ql-container.ql-snow .ql-editor{min-height:150px}.comment-form .ql-editor{min-height:80px}.comment-form button{margin-top:1rem}
/*# sourceMappingURL=main.56489937.css.map*/