.modal-overlay{background:rgba(0,0,0,.6);display:none;height:100%;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;top:0;width:100%;z-index:200}.modal-overlay.show{align-items:center;display:flex;justify-content:center}.modal{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:var(--gray-100);border:none;border-radius:50%;color:var(--gray-700);cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .2s,transform .2s;width:32px;z-index:1}.modal-close:hover{background:var(--gray-200);transform:scale(1.1)}.modal-header{border-bottom:1px solid var(--gray-200);display:flex;gap:1rem;padding:2rem 2rem 1.5rem}.modal-avatar{border:3px solid var(--sky-200);border-radius:50%;height:80px;object-fit:cover;width:80px}.modal-avatar-placeholder{align-items:center;background:var(--gray-100);color:var(--gray-500);display:inline-flex;font-size:.7rem;justify-content:center}.modal-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.5rem}.modal-info h2{font-size:1.5rem;margin:0}#modalOverlay .modal-badges{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.35rem}#modalOverlay .modal-badges .badge,#modalOverlay .modal-badges .badge-activity{font-size:.7rem;padding:.2rem .45rem}.modal-meta{color:var(--gray-600);display:flex;font-size:.9rem;gap:1rem}.modal-rating{color:#fbbf24;font-weight:600}#profileRating .profile-rating-num{color:#111;font-size:1.05rem;font-weight:600}.modal-body{padding:2rem}.modal-photo-section{margin-bottom:1.5rem;text-align:center}.modal-photo-placeholder{align-items:center;background:var(--gray-100);color:var(--gray-500);display:flex;font-size:1rem;justify-content:center;width:min(470px,100%)}.modal-photo-frame,.modal-photo-placeholder{aspect-ratio:1/1;border-radius:12px;margin:0 auto}.modal-photo-frame{cursor:grab;height:auto;max-width:100%;overflow:hidden;position:relative;user-select:none;width:470px}.modal-photo-frame:active{cursor:grabbing}.modal-photo-inner{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transform-origin:center center;width:100%}.modal-photo-inner img{object-fit:fill}.modal-photo-inner img,.modal-photo-inner video{display:block;height:100%;pointer-events:none;width:100%}.modal-photo-inner video{object-fit:cover}.modal-photo-nav-wrap{display:inline-block;margin:0 auto;position:relative;width:min(470px,100%)}@media (max-width:767px){.modal-photo-blur-wrap,.modal-photo-frame,.modal-photo-nav-wrap,.modal-photo-section{touch-action:none}}.modal-photo-blur-wrap{display:inline-block;margin:0 auto;overflow:hidden;position:relative;width:min(470px,100%)}.modal-photo-blur-wrap .modal-photo-blur{filter:blur(12px);overflow:hidden;position:relative;transform:scale(1.05);width:100%}.modal-photo-blur-wrap .modal-photo-19overlay{align-items:center;background:rgba(0,0,0,.5);bottom:0;color:#fff;display:flex;font-size:1.5rem;font-weight:800;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;text-shadow:0 2px 4px rgba(0,0,0,.9);top:0}.modal-photo-blur-wrap.adult-unlocked .modal-photo-blur{filter:none!important;transform:none!important}.modal-photo-blur-wrap.adult-unlocked .modal-photo-19overlay{display:none!important}.modal-photo-arrow{align-items:center;background:transparent;border:none;border-radius:50%;color:hsla(0,0%,100%,.9);cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.35rem;font-weight:300;height:36px;justify-content:center;letter-spacing:-.02em;line-height:1;padding:0;position:absolute;text-shadow:0 1px 2px rgba(0,0,0,.3);top:50%;transform:translateY(-50%);transition:color .2s,transform .2s;width:36px;z-index:2}.modal-photo-arrow:hover{background:transparent;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5);transform:translateY(-50%) scale(1.15)}.modal-photo-arrow-prev{left:8px}.modal-photo-arrow-next{right:8px}.modal-photo-section+.modal-section,.modal-section-price+.modal-section{border-top:1px solid var(--gray-200);padding-top:1.5rem}.modal-section{margin-bottom:2rem;text-align:center}.modal-section:last-child{margin-bottom:0}.modal-section h3{color:var(--teal-600);font-size:1.1rem;margin-bottom:1rem}.price-table{border-collapse:collapse;margin-bottom:1rem;width:100%}.price-table td,.price-table th{border-bottom:1px solid var(--gray-200);padding:.75rem;text-align:left}.price-table th{background:var(--sky-100);color:var(--teal-600);font-size:.9rem;font-weight:600}.price-table td{font-size:.9rem}.price-table td:first-child{color:var(--gray-900);font-weight:600}.price-table td:nth-child(2){color:var(--gray-700)}.price-table td:nth-child(3){color:var(--teal-600);font-weight:600}.profile-seo-intro{margin:1.25rem auto 0;max-width:700px;padding:0 1rem;text-align:center}.profile-seo-intro-title{font-size:1.1rem;margin-bottom:.5rem;margin-top:0;text-align:center}.profile-seo-intro-text{color:var(--gray-700);font-size:.95rem;line-height:1.7;margin:0;text-align:center;white-space:pre-line}.profile-seo-intro-text:empty{color:var(--gray-500)}#profilePriceSection{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-top:0;padding:1.5rem}#profilePriceSection .profile-price-tables-wrap{width:100%}#profilePriceSection .profile-price-tables-wrap .price-table:not(:last-child){margin-bottom:.75rem}.profile-price-table-gap{flex-shrink:0;height:.75rem}.modal-price-tables-wrap{width:100%}.modal-price-tables-wrap .price-table:not(:last-child){margin-bottom:.75rem}#profilePriceSection .price-table td,#profilePriceSection .price-table th{font-size:.95rem;font-weight:500;padding:.9rem .75rem}#profilePriceSection .price-table th{background:var(--gray-50);color:var(--gray-600);font-size:.9rem;font-weight:600}#profilePriceSection .price-table td{color:var(--gray-700);font-size:.95rem}#profilePriceSection .price-table td:first-child,#profilePriceSection .price-table td:nth-child(2),#profilePriceSection .price-table th:first-child,#profilePriceSection .price-table th:nth-child(2){border-right:1px solid var(--gray-200)}#profilePriceSection .price-table td:last-child,#profilePriceSection .price-table th:last-child{border-right:none}@media (max-width:767px){#profilePriceSection{margin-top:0}#profilePriceSection .price-table{table-layout:fixed;width:100%}#profilePriceSection .price-table td:first-child,#profilePriceSection .price-table th:first-child{min-width:0;width:20%}#profilePriceSection .price-table td:nth-child(2),#profilePriceSection .price-table th:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;width:36%}#profilePriceSection .price-table td:nth-child(3),#profilePriceSection .price-table th:nth-child(3){min-width:0;overflow:hidden;text-overflow:ellipsis;width:44%}#profilePriceSection .price-table .price-table-period-th{white-space:nowrap}#profilePriceSection .price-table td,#profilePriceSection .price-table th{font-size:.8rem;padding:.45rem .35rem}#profilePriceSection .price-table th{font-size:.75rem}#profilePriceSection .price-table td:first-child,#profilePriceSection .price-table th:first-child{min-width:2.2em;white-space:nowrap}#profilePriceSection .price-table td:nth-child(3){white-space:nowrap}#profilePriceSection .price-table td:nth-child(3) div{font-size:.7em;white-space:nowrap}}.review-list{display:flex;flex-direction:column;gap:1rem}.review-item{background:#fff;border-left:3px solid var(--teal-500);border-radius:var(--radius);padding:1rem}.review-header{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.5rem}.review-author{color:var(--gray-800);font-weight:600}.review-rating{color:#fbbf24;-webkit-text-stroke:0;text-stroke:0}.review-rating .review-star{background-color:#fbbf24;display:inline-block;height:1rem;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m12 2 3 7h7l-5.5 5 1.5 7-6.5-4L5 21l1.5-7L1 9h8z'/%3E%3C/svg%3E") no-repeat center /contain;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m12 2 3 7h7l-5.5 5 1.5 7-6.5-4L5 21l1.5-7L1 9h8z'/%3E%3C/svg%3E") no-repeat center /contain;vertical-align:middle;width:1rem}.review-rating .review-star-half-wrap{display:inline-block;overflow:hidden;vertical-align:middle;width:.5rem}.review-rating .review-star-half-wrap .review-star{display:block;width:1rem}.review-rating .review-star-half-pair{display:inline-flex;flex-shrink:0;vertical-align:middle;width:1rem}.review-rating .review-star-half-empty-wrap{display:inline-block;overflow:hidden;vertical-align:middle;width:.5rem}.review-rating .review-star-half-empty-wrap .review-star-half-empty{display:block;margin-left:-.5rem;width:1rem}.review-rating .review-star-half-empty{background-color:var(--gray-300);height:1rem;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m12 2 3 7h7l-5.5 5 1.5 7-6.5-4L5 21l1.5-7L1 9h8z'/%3E%3C/svg%3E") no-repeat center /contain;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m12 2 3 7h7l-5.5 5 1.5 7-6.5-4L5 21l1.5-7L1 9h8z'/%3E%3C/svg%3E") no-repeat center /contain;width:1rem}body.theme-dark .review-rating .review-star-half-empty{background-color:var(--gray-600)}.review-rating .review-star-empty{background-color:var(--gray-300)}body.theme-dark .review-rating .review-star-empty{background-color:var(--gray-600)}.review-rating .half-star{display:inline-block;overflow:hidden;vertical-align:middle;width:.5em}.review-actions{align-items:center;display:inline-flex;gap:.35rem}.btn-review-dislike,.btn-review-like{align-items:center;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;display:inline-flex;font-size:.8rem;gap:.25rem;padding:.25rem .5rem;transition:background .2s,color .2s}.btn-review-dislike:hover,.btn-review-like:hover{background:var(--sky-100);color:var(--teal-600)}.btn-review-dislike.active,.btn-review-like.active{background:var(--sky-100);border-color:var(--teal-500);color:var(--teal-600)}.review-item.has-likes .btn-review-like,.review-item.has-likes .btn-review-like .review-like-count{color:#111}.review-dislike-count,.review-like-count{min-width:1.2em;text-align:center}.btn-review-dislike .review-action-icon,.btn-review-like .review-action-icon{flex-shrink:0;height:14px;width:14px}.review-content{color:var(--gray-700);font-size:.95rem;line-height:1.5}.review-item .review-top{align-items:center;display:flex;gap:.35rem;margin-bottom:.35rem}.review-item .review-top .review-rating-num{color:#111;font-size:.9rem;font-weight:600;position:relative;top:1px}#modalReviewSection #allReviewList.review-list{display:flex;flex-direction:column;gap:0;padding-top:0}#modalReviewSection #allReviewList .review-item{background:#fff;border-left:none;border-radius:0;margin-bottom:0;padding:.5rem 1rem;text-align:left}#modalReviewSection #allReviewList .review-item:first-child{padding-top:0}#modalReviewSection #allReviewList .review-item:not(:first-child){border-top:1px solid var(--gray-200);padding-top:.5rem}#modalReviewSection #allReviewList .review-actions{align-items:center;display:inline-flex;gap:.35rem;margin-top:.15rem}#modalReviewSection #allReviewList .btn-review-dislike,#modalReviewSection #allReviewList .btn-review-like{align-items:center;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;display:inline-flex;font-size:.8rem;gap:.25rem;padding:.25rem .5rem}#modalReviewSection #allReviewList .btn-review-dislike:hover,#modalReviewSection #allReviewList .btn-review-like:hover{background:var(--sky-100);color:var(--teal-600)}#modalReviewSection #allReviewList .btn-review-dislike.active,#modalReviewSection #allReviewList .btn-review-like.active{background:var(--sky-100);border-color:var(--teal-500);color:var(--teal-600)}#modalReviewSection #allReviewList .review-item.has-likes .btn-review-like,#modalReviewSection #allReviewList .review-item.has-likes .btn-review-like .review-like-count{color:#111}#modalReviewSection #allReviewList .review-dislike-count,#modalReviewSection #allReviewList .review-like-count{min-width:1.2em;text-align:center}#modalReviewSection #allReviewList .review-rating{color:#fbbf24;-webkit-text-stroke:0;text-stroke:0}#modalReviewSection #allReviewList .review-rating .review-star{background-color:#fbbf24;display:inline-block;height:.85rem;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m12 2 3 7h7l-5.5 5 1.5 7-6.5-4L5 21l1.5-7L1 9h8z'/%3E%3C/svg%3E") no-repeat center /contain;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m12 2 3 7h7l-5.5 5 1.5 7-6.5-4L5 21l1.5-7L1 9h8z'/%3E%3C/svg%3E") no-repeat center /contain;vertical-align:middle;width:.85rem}#modalReviewSection #allReviewList .review-rating .review-star-half{overflow:hidden;width:.425rem}#modalReviewSection #allReviewList .review-item .review-top{align-items:center;display:flex;gap:.35rem;margin-bottom:.35rem}#modalReviewSection #allReviewList .review-item .review-top .review-rating-num{color:#111;font-size:.8rem;font-weight:600;position:relative;top:1px}#modalReviewSection #allReviewList .review-content{color:#111;font-size:1rem;line-height:1.5;margin-bottom:.1rem;text-align:left}#modalReviewSection #allReviewList .review-meta{color:var(--gray-400);font-size:.75rem;margin-bottom:.35rem;margin-top:.15rem;text-align:left}#modalReviewSection #allReviewList .review-actions{text-align:left}#modalReviewSection h3.profile-review-section-title{margin-bottom:.4rem}#modalReviewSection .rating-form,#modalReviewSection .rating-login-msg{margin-top:0}#modalReviewSection .modal-rating-input-wrap{display:block;position:relative}#modalReviewSection #ratingTextarea,#modalReviewSection .modal-rating-input-wrap textarea{border:1px solid var(--gray-300);border-radius:var(--radius);box-sizing:border-box;display:block;font-family:inherit;font-size:.95rem;height:93px;line-height:1.5;max-height:93px;min-height:93px;padding:.5rem 3rem .5rem .75rem;resize:none;width:100%}#modalReviewSection .modal-rating-input-wrap .btn-rating-inline{align-items:center;background:linear-gradient(135deg,var(--teal-500) 0,var(--cyan-600) 100%);border:none;border-radius:8px;bottom:.5rem;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:.5rem;transition:opacity .2s,transform .2s;width:36px}#modalReviewSection .modal-rating-input-wrap .btn-rating-inline:hover{opacity:.9;transform:scale(1.05)}#modalReviewSection #modalReviewSortRow,#modalReviewSection .profile-review-sort-row{align-items:center;border-bottom:1px solid var(--gray-200);display:flex;font-size:.9rem;gap:.25rem;justify-content:flex-start;margin-bottom:0;margin-top:1.25rem;padding-bottom:.5rem;padding-left:.5rem}#modalReviewSection .profile-review-sort-btn{background:none;border:none;color:var(--gray-400);cursor:pointer;font-size:inherit;padding:0}#modalReviewSection .profile-review-sort-btn.active{color:var(--gray-800);font-weight:600}#modalReviewSection .profile-review-sort-btn:before{color:var(--gray-400);content:"·";margin-right:.2rem}#modalReviewSection .profile-review-sort-btn.active:before{color:var(--gray-600)}.review-item-inner{display:contents}.review-item .review-meta{color:var(--gray-500);font-size:.8rem;margin-bottom:.5rem;margin-top:.35rem}.review-item .review-actions{margin-top:.25rem}.modal-cta{background:linear-gradient(135deg,var(--teal-500) 0,var(--cyan-600) 100%);border-radius:var(--radius);color:#fff;display:block;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:1rem;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s;width:100%}.modal-cta:hover{box-shadow:0 4px 16px rgba(0,150,136,.3);transform:translateY(-2px)}.rating-section{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.rating-section-label-mob{display:none}#profileBestReviewSection+.modal-section,.modal-section.rating-section+.modal-section{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.auth-modal-overlay{align-items:center;background:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:300}.auth-modal-overlay.show{display:flex}.auth-modal{background:#fff;border-radius:var(--radius-lg);max-width:400px;padding:2rem;position:relative;width:90%}.auth-modal h2{color:var(--teal-600);margin-bottom:1.5rem}.message-modal-tabs{display:flex;gap:.25rem;margin-bottom:1rem}.message-tab{background:var(--gray-50);border:1px solid var(--gray-300);border-radius:6px;cursor:pointer;flex:1;font-size:.9rem;padding:.5rem .75rem}.message-tab:hover{background:var(--gray-100)}.message-tab.active{background:var(--teal-500);border-color:var(--teal-500);color:#fff}.message-list{display:flex;flex-direction:column;gap:.5rem;max-height:280px;overflow-y:auto}.message-item{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-sizing:border-box;font-size:.9rem;padding:.75rem 1rem}.message-item-row1{align-items:center;display:flex;gap:.35rem;margin-bottom:.5rem}.message-item-from{color:var(--gray-600);font-size:.9rem}.message-item-time{color:var(--gray-400);font-size:.8rem}.message-item-text{color:var(--gray-900);font-weight:500;padding-left:0;word-break:break-word}.message-item-empty{color:var(--gray-500);padding:1rem;text-align:center}.message-compose-textarea{border:1px solid var(--gray-300);border-radius:6px;box-sizing:border-box;font-size:.95rem;height:200px;min-height:200px;padding:.5rem;resize:none;width:100%}.mypage-layout{display:flex;gap:2rem;margin:0 auto;max-width:1000px;padding:1.5rem 0}.mypage-sidebar{align-self:flex-start;background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-sizing:border-box;flex-shrink:0;height:275px;padding:1rem 0;width:200px}.mypage-sidebar-title{border-bottom:1px solid var(--gray-200);color:var(--teal-600);font-size:1.1rem;font-weight:600;margin:0 1rem 1rem;padding-bottom:.75rem}.mypage-sidebar-menu{list-style:none;margin:0;padding:0}.mypage-sidebar-menu li{border-bottom:1px solid var(--gray-100)}.mypage-sidebar-menu li:last-child{border-bottom:none}.mypage-sidebar-item{align-items:center;background:none;border:none;color:var(--gray-700);cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;padding:.75rem 1rem;text-align:left;transition:background .2s;width:100%}.mypage-sidebar-item:hover{background:var(--gray-50)}.mypage-sidebar-item.active{background:var(--teal-50);color:var(--teal-700);font-weight:500}.mypage-badge{background:var(--teal-500);border-radius:10px;color:#fff;font-size:.8rem;min-width:1.2em;padding:.15rem .5rem;text-align:center}.mypage-body{flex:1;min-height:420px;min-width:0}.mypage-content-header{color:var(--teal-600);font-size:1rem;font-weight:600;margin:0 0 .75rem}.mypage-info-block{background:#fff;border:1px solid var(--gray-200);border-radius:8px;margin-bottom:1.5rem;padding:1rem}.mypage-info-row{align-items:center;border-bottom:1px solid var(--gray-100);display:flex;font-size:.95rem;padding:.5rem 0}.mypage-info-row:last-child{border-bottom:none}.mypage-info-label{color:var(--gray-600);flex-shrink:0;width:80px}.mypage-info-value{color:var(--gray-800)}.mypage-placeholder{color:var(--gray-600);font-size:.95rem;margin:0}.mypage-subheader{color:var(--gray-700);font-size:.9rem;font-weight:600;margin:0 0 .5rem}.mypage-message-list{max-height:240px}.grade-current-wrap{align-items:flex-start;background:#fff;border:1px solid var(--gray-200);border-radius:8px;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.grade-current-left{flex:1;min-width:0}.grade-current-right{flex-shrink:0;text-align:right}.grade-current-label,.grade-total-label{color:var(--gray-700);font-size:.9rem;font-weight:600;margin:0 0 .5rem}.grade-current-level-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.grade-level-icon{font-size:1.5rem}.grade-level-text{color:var(--gray-900);font-size:1.1rem;font-weight:600}.grade-progress-wrap{margin-bottom:.5rem}.grade-progress-bar{background:var(--gray-200);border-radius:4px;height:8px;margin-bottom:.25rem;overflow:hidden}.grade-progress-fill{background:var(--teal-500);border-radius:4px;display:block;height:100%;transition:width .2s}.grade-progress-text{color:var(--gray-600);font-size:.85rem;margin:0}.grade-next-text{color:var(--gray-600);font-size:.9rem;margin:0}.grade-total-value{color:var(--gray-900);font-size:1.25rem;font-weight:600;margin:0}.grade-percent{color:var(--gray-600);font-size:.9rem;margin:.25rem 0 0}.grade-next-link{color:var(--teal-600);cursor:pointer;font-size:.9rem}.grade-next-link:hover{text-decoration:underline}.grade-table-wrap{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1rem}.grade-table-title{color:var(--teal-600);font-size:1rem;font-weight:600;margin:0 0 .25rem}.grade-table-desc{color:var(--gray-600);font-size:.85rem;margin:0 0 .75rem}.grade-table-scroll{overflow-x:auto}.grade-table{border-collapse:collapse;font-size:.9rem;width:100%}.grade-table td,.grade-table th{border-bottom:1px solid var(--gray-200);padding:.6rem .75rem;text-align:left}.grade-table th{color:var(--gray-700);font-weight:600}.grade-table tbody tr:hover,.grade-table th{background:var(--gray-50)}.grade-table tbody tr.grade-row-current{background:rgba(0,150,136,.08)}.grade-table .grade-cell-icon{font-size:1.25rem}.grade-table .grade-cell-status{color:var(--teal-600);font-weight:500}.grade-table .grade-cell-unreached{color:var(--gray-400)}body.theme-dark #mypageSection .mypage-sidebar{background:#2a2a2a;border-color:#3a3a3a}body.theme-dark #mypageSection .mypage-sidebar-title{border-bottom-color:#3a3a3a;color:#4fd1c5}body.theme-dark #mypageSection .mypage-sidebar-menu li{border-bottom-color:#333}body.theme-dark #mypageSection .mypage-sidebar-item{color:#c4c4c4}body.theme-dark #mypageSection .mypage-sidebar-item:hover{background:#333}body.theme-dark #mypageSection .mypage-sidebar-item.active{background:rgba(0,150,136,.2);color:#7ee8dc}body.theme-dark #mypageSection .mypage-content-header{color:#4fd1c5}body.theme-dark #mypageSection .mypage-info-block{background:#2a2a2a;border-color:#3a3a3a}body.theme-dark #mypageSection .mypage-info-row{border-bottom-color:#3d3d3d}body.theme-dark #mypageSection .mypage-info-label{color:#a8a8a8}body.theme-dark #mypageSection .mypage-info-value{color:#ececec}body.theme-dark #mypageSection .mypage-placeholder{color:#b8b8b8}body.theme-dark #mypageSection .mypage-subheader{color:#d0d0d0}body.theme-dark #mypageSection .message-item{background:#252525;border-color:#3a3a3a}body.theme-dark #mypageSection .message-item-from{color:#a8a8a8}body.theme-dark #mypageSection .message-item-time{color:#7a7a7a}body.theme-dark #mypageSection .message-item-text{color:#ececec}body.theme-dark #mypageSection .message-item-empty{color:#909090}body.theme-dark #mypageSection .btn-verify.btn-nice-link,body.theme-dark #mypageSection .mypage-info-block .btn-nice-link{background:var(--teal-600);color:#fff}body.theme-dark #mypageSection .btn-verify.btn-nice-link:hover,body.theme-dark #mypageSection .mypage-info-block .btn-nice-link:hover{background:var(--teal-500);color:#fff}body.theme-dark #mypageSection .grade-current-wrap{background:#2a2a2a;border-color:#3a3a3a}body.theme-dark #mypageSection .grade-current-label,body.theme-dark #mypageSection .grade-total-label{color:#c8c8c8}body.theme-dark #mypageSection .grade-level-text{color:#ececec}body.theme-dark #mypageSection .grade-progress-bar{background:#3a3a3a}body.theme-dark #mypageSection .grade-next-text,body.theme-dark #mypageSection .grade-percent,body.theme-dark #mypageSection .grade-progress-text{color:#a8a8a8}body.theme-dark #mypageSection .grade-total-value{color:#ececec}body.theme-dark #mypageSection .grade-next-link{color:#5eead4}body.theme-dark #mypageSection .grade-table-wrap{background:#2a2a2a;border-color:#3a3a3a}body.theme-dark #mypageSection .grade-table-title{color:#4fd1c5}body.theme-dark #mypageSection .grade-table-desc{color:#a8a8a8}body.theme-dark #mypageSection .grade-table td,body.theme-dark #mypageSection .grade-table th{border-bottom-color:#3d3d3d}body.theme-dark #mypageSection .grade-table th{background:#323232;color:#d8d8d8}body.theme-dark #mypageSection .grade-table tbody tr:hover{background:#333}body.theme-dark #mypageSection .grade-table tbody tr.grade-row-current{background:rgba(0,150,136,.15)}body.theme-dark #mypageSection .grade-table .grade-cell-status{color:#5eead4}body.theme-dark #mypageSection .grade-table .grade-cell-unreached{color:#6b6b6b}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.signup-carrier-verify{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;margin-bottom:1.25rem;padding:1rem;text-align:center}.signup-carrier-title{color:var(--gray-800);font-size:.9rem;font-weight:600;margin:0 0 .75rem}.signup-carrier-verify .btn-nice-link,.signup-carrier-verify .btn-verify{background:var(--gray-800);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:.75rem;margin-top:.5rem;padding:.6rem 1rem;text-decoration:none}.signup-carrier-verify .btn-nice-link:hover{background:var(--gray-700);color:#fff}.auth-form .label-hint{color:var(--gray-500);font-size:.78rem;font-weight:500}.auth-form>div{display:flex;flex-direction:column;gap:.5rem}.auth-form label{color:var(--gray-700);font-size:.9rem;font-weight:600}.auth-form input{border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.95rem;outline:none;padding:.75rem;transition:border-color .2s;width:100%}.auth-form input[type=checkbox]{flex-shrink:0;height:1.1em;margin:0;min-width:1.1em;width:auto}.login-auto-login-row,.login-save-row{align-items:center;display:flex;margin-bottom:.75rem}.login-save-row{margin-top:-.85rem}#loginForm button[type=submit]{margin-top:-.5rem}.login-auto-login-row label,.login-save-row label{align-items:center;color:var(--gray-700);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;white-space:nowrap}.auth-form input:focus{border-color:var(--teal-500)}.creator-add-images-wrap{gap:.5rem}.auth-form button{background:linear-gradient(135deg,var(--teal-500) 0,var(--cyan-600) 100%);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.85rem;transition:transform .2s}.auth-form button:hover{transform:translateY(-2px)}.login-modal-footer{margin-top:1rem;text-align:center}.login-modal-footer-hint{color:#6b7280;font-size:.9rem;margin:0 0 .35rem}.login-modal-signup-link{background:none;border:none;color:var(--teal-700,#0f766e);cursor:pointer;font-family:inherit;font-size:.95rem;padding:0;text-decoration:underline}.login-modal-signup-link:hover{color:#115e59}body.theme-dark #loginModal .auth-modal,body.theme-dark #signupModal .auth-modal{background:#2a2a2a;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 16px 48px rgba(0,0,0,.55);color:#e5e5e5}body.theme-dark #loginModal .auth-modal h2,body.theme-dark #signupModal .auth-modal h2{color:#5eead4}body.theme-dark #loginModal .modal-close,body.theme-dark #signupModal .modal-close{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.88)}body.theme-dark #loginModal .modal-close:hover,body.theme-dark #signupModal .modal-close:hover{background:hsla(0,0%,100%,.18);color:#fff}body.theme-dark #loginModal .auth-form label,body.theme-dark #signupModal .auth-form label{color:hsla(0,0%,100%,.85)}body.theme-dark #loginModal .login-auto-login-row label,body.theme-dark #loginModal .login-save-row label{color:hsla(0,0%,100%,.72)}body.theme-dark #loginModal .auth-form input:not([type=checkbox]),body.theme-dark #signupModal .auth-form input:not([type=checkbox]){background:#1f1f1f;border-color:rgba(94,234,212,.28);color:#e5e5e5}body.theme-dark #loginModal .auth-form input:not([type=checkbox])::placeholder,body.theme-dark #signupModal .auth-form input:not([type=checkbox])::placeholder{color:hsla(0,0%,100%,.38)}body.theme-dark #loginModal .auth-form input:not([type=checkbox]):focus,body.theme-dark #signupModal .auth-form input:not([type=checkbox]):focus{border-color:#5eead4;box-shadow:0 0 0 1px rgba(94,234,212,.22)}body.theme-dark #loginModal .auth-form .label-hint,body.theme-dark #signupModal .auth-form .label-hint{color:hsla(0,0%,100%,.5)}body.theme-dark #loginModal .auth-form input[type=checkbox],body.theme-dark #signupModal .auth-form input[type=checkbox]{accent-color:var(--teal-500)}body.theme-dark .login-modal-footer-hint{color:hsla(0,0%,100%,.55)}body.theme-dark .login-modal-signup-link{color:#99f6e4}body.theme-dark .login-modal-signup-link:hover{color:#ccfbf1}body.theme-dark #signupModal .signup-carrier-verify{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12)}body.theme-dark #signupModal .signup-carrier-title{color:hsla(0,0%,100%,.88)}.main-tab-bar{align-items:stretch;box-sizing:border-box;display:flex;gap:0;justify-content:flex-start;margin-bottom:0;padding:.5rem 0 .6rem;width:100%}@media (max-width:767px){.main-tab-bar{max-height:0;min-height:0;overflow:hidden;padding:0;pointer-events:none;position:relative;visibility:hidden;z-index:1}.main-tab-bar.tab-bar--visible{max-height:none;min-height:48px;overflow:visible;padding:.5rem 0 .6rem;pointer-events:auto;visibility:visible}}@media (min-width:768px){.main-tab-bar{display:none!important}}.main-tab{background:transparent;border:none;border-bottom:3px solid transparent;box-sizing:border-box;color:var(--gray-600);cursor:pointer;flex:1 1 0;font-size:1rem;font-weight:500;min-width:0;padding:.5rem 1.25rem;text-align:center;transition:color .2s,border-color .2s}.main-tab:hover{color:var(--gray-800)}.main-tab.active{border-bottom-color:var(--teal-500);color:#00695c;font-weight:600}@media (max-width:767px){.main-tab{font-size:.92rem;margin-bottom:-10px;min-height:44px;padding:.5rem .35rem;-webkit-tap-highlight-color:transparent;cursor:pointer;touch-action:manipulation}}.main-tab-swipe-wrap{overflow:hidden;position:relative;width:100%}@media (min-width:1400px){.main-tab-swipe-wrap{overflow-x:clip;overflow-y:clip}}.main-tab-swipe-inner{display:flex;min-height:1px;transition:transform .25s ease-out;width:200%;will-change:transform}@media (max-width:767px){.main-tab-swipe-inner{align-items:flex-start}.main-tab-swipe-wrap{min-height:60vh}.main-tab-swipe-wrap .main-tab-pane{min-height:0}.main-tab-swipe-wrap.mobile-single-pane .main-tab-swipe-inner{transform:none!important;width:100%}.main-tab-swipe-wrap.mobile-single-pane .main-tab-pane{min-width:100%;width:100%}.main-tab-swipe-wrap.mobile-single-pane .main-tab-pane:not(.mobile-pane-active){display:none!important}.main-tab-swipe-wrap.mobile-single-pane .main-tab-pane.mobile-pane-active{display:block!important}.main-tab-swipe-wrap.mobile-single-pane #creatorsSection.mobile-pane-active{min-height:60vh;overflow:visible}}@media (min-width:768px){.main-tab-swipe-inner{transition:none!important}}.main-tab-swipe-inner.is-dragging{transition:none}main.main:has(#communityWriteSection[style*="display: block"]) .main-tab-swipe-wrap,main.main:has(#communityWriteSection[style*="display:block"]) .main-tab-swipe-wrap,main.main:has(#mypageSection[style*="display: block"]) .main-tab-swipe-wrap,main.main:has(#mypageSection[style*="display:block"]) .main-tab-swipe-wrap,main.main:has(#profilePageSection[style*="display: block"]) .main-tab-swipe-wrap,main.main:has(#profilePageSection[style*="display:block"]) .main-tab-swipe-wrap{max-height:0!important;min-height:0!important;overflow:hidden!important}main.main:has(#communityWriteSection[style*="display: block"]) .main-tab-swipe-inner,main.main:has(#communityWriteSection[style*="display:block"]) .main-tab-swipe-inner,main.main:has(#mypageSection[style*="display: block"]) .main-tab-swipe-inner,main.main:has(#mypageSection[style*="display:block"]) .main-tab-swipe-inner,main.main:has(#profilePageSection[style*="display: block"]) .main-tab-swipe-inner,main.main:has(#profilePageSection[style*="display:block"]) .main-tab-swipe-inner{height:0!important;max-height:0!important;min-height:0!important;overflow:hidden!important}.main-tab-swipe-wrap .main-tab-pane{display:block!important;flex-shrink:0;min-width:50%;width:50%}@media (min-width:768px){.main-tab-swipe-wrap{overflow:hidden}.main-tab-swipe-inner{align-items:flex-start}}.creators-header{padding-bottom:.5rem;padding-top:.75rem}@media (min-width:768px){.creators-header{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 0 .5rem}}.creators-header-top-row{display:block;width:100%}.creators-header-top-row .filter-row{align-items:center;display:flex;justify-content:space-between;width:100%}.creators-header .sort-dropdown-row.creators-header-search-row,.creators-header-top-row .sort-dropdown-row{align-items:center;display:flex;gap:.75rem;justify-content:space-between;padding-bottom:.35rem;padding-top:.5rem;width:100%}@media (min-width:768px){.creators-header .sort-dropdown-row.creators-header-search-row{padding-bottom:.75rem;padding-top:.75rem}.creators-header .creators-filter-activity .creators-filter-label,.creators-header .creators-filter-subscription .creators-filter-label{font-size:.8rem;font-weight:500}.creators-header .activity-tabs-wrapper{padding-top:1.25rem}}@media (max-width:767px){.creators-header .sort-dropdown-row.creators-header-search-row{flex:0 0 auto;margin-left:auto;width:auto!important}.creators-header{position:relative;z-index:100}#sortDropdown{position:relative;z-index:1000}#sortDropdown .sort-dropdown-menu{z-index:1001}}.filter-row{align-items:center;display:flex;justify-content:space-between;width:100%}.creators-filter-group{display:flex;flex-direction:column;gap:.35rem}.creators-filter-subscription{align-items:flex-start;flex-direction:column;gap:.35rem}.creators-filter-label{color:var(--gray-800);font-size:.8rem;font-weight:400;margin-left:5px}.creators-filter-activity .creators-filter-label,.creators-filter-subscription .creators-filter-label{font-size:1.05rem;font-weight:500}.activity-tabs-wrapper{border-bottom:2px solid #00999a;padding-bottom:.5rem;padding-top:.5rem;width:100%}#creatorsSection[data-excel-sub-tab=broadcaster] .activity-tabs-wrapper,#creatorsSection[data-excel-sub-tab=crew] .activity-tabs-wrapper{border-bottom:none;display:none!important;margin:0;padding:0}.activity-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.activity-tabs .favorites-filter-btn{margin-left:auto}.activity-tab{background:#fff;border:1px solid var(--gray-300);border-radius:18px;box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--gray-600);cursor:pointer;font-size:.85rem;font-weight:500;padding:.38rem .82rem;transition:border-color .2s,transform .2s,box-shadow .2s}.activity-tab:hover{border-color:var(--sky-400);box-shadow:0 2px 4px rgba(56,189,248,.15);color:var(--sky-600);transform:translateY(-1px)}.activity-tab.active{border-color:transparent;font-weight:600}.activity-tab.active[data-activity=all]{background:linear-gradient(135deg,#38bdf8,#0284c7);box-shadow:0 2px 6px rgba(56,189,248,.3);color:#fff}.activity-tab.active[data-activity=SOOP]{background:linear-gradient(90deg,#0387ff,#34f5de);box-shadow:0 2px 6px rgba(3,135,255,.3);color:#fff}.activity-tab.active[data-activity=Chzzk]{background:#00ffa3;box-shadow:0 2px 6px rgba(0,255,163,.3);color:#111}.activity-tab.active[data-activity=Twitch]{background:#9146ff;box-shadow:0 2px 6px rgba(145,70,255,.3);color:#fff}.activity-tab.active[data-activity=PandaTV]{background:#0d1a3a;box-shadow:0 2px 6px rgba(13,26,58,.45);color:#fff}.activity-tab.active[data-activity=FlexTV]{background:linear-gradient(135deg,#ff024a,#000 50%,#00fff6);box-shadow:0 2px 6px rgba(255,2,74,.3);color:#fff}.activity-tab.active[data-activity=YouTube]{background:#fd0233;box-shadow:0 2px 6px rgba(253,2,51,.3);color:#fff}.activity-tab.active[data-activity=Instagram]{background:linear-gradient(135deg,#833ab4,#fd1d1d,#f77737,#fcaf45);box-shadow:0 2px 6px rgba(131,58,180,.3);color:#fff}.activity-tab.active[data-activity=TikTok]{background:#010101;box-shadow:0 2px 6px rgba(0,0,0,.3);color:#fff}.activity-tab.active[data-activity=Cosplay]{background:#f97316;box-shadow:0 2px 6px rgba(249,115,22,.3);color:#fff}.activity-tab.active[data-activity=Entertainer]{background:#ec4899;box-shadow:0 2px 6px rgba(236,72,153,.3);color:#fff}.activity-tab.active[data-activity=Cheerleader]{background:#e11d48;box-shadow:0 2px 6px rgba(225,29,72,.3);color:#fff}.activity-tab.active[data-activity=X]{background:#47a9e8;box-shadow:0 2px 6px rgba(71,169,232,.3);color:#fff}.activity-tab.active[data-activity=Patreon]{background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 6px rgba(0,0,0,.1);color:#000}.activity-tab.active[data-activity=Fansly]{background:#00a2ff;box-shadow:0 2px 6px rgba(0,162,255,.3);color:#fff}.platform-tabs{display:flex;gap:.5rem}.platform-tab{background:#fff;border:1px solid var(--gray-300);border-radius:18px;box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--gray-700);cursor:pointer;font-size:.85rem;font-weight:500;padding:.38rem .82rem;transition:border-color .2s,transform .2s,box-shadow .2s;white-space:nowrap}.platform-tab:hover{border-color:var(--teal-400);box-shadow:0 2px 4px rgba(0,150,136,.1);color:var(--teal-600);transform:translateY(-1px)}.platform-tab.active{border-color:transparent;font-weight:600}.platform-tab.active[data-platform=all]{background:linear-gradient(135deg,var(--teal-500) 0,var(--cyan-600) 100%);box-shadow:0 2px 8px rgba(0,150,136,.25);color:#fff}.platform-tab.active[data-platform=Fantrie]{background:#00c5a1;box-shadow:0 2px 6px rgba(0,197,161,.3);color:#fff}.platform-tab.active[data-platform=Likey]{background:#ef447f;box-shadow:0 2px 6px rgba(239,68,127,.3);color:#fff}.platform-tab.active[data-platform=OnlyFans]{background:#00aff1;box-shadow:0 2px 6px rgba(0,175,241,.35);color:#fff}.platform-tab.active[data-platform=Patreon]{background:#111;border:1px solid #333;box-shadow:0 2px 6px rgba(0,0,0,.3);color:#fff}.platform-tab.active[data-platform=Fansly]{background:#00a2ff;box-shadow:0 2px 6px rgba(0,162,255,.3);color:#fff}.favorites-filter-btn{align-items:center;background:#fff;border:1px solid var(--gray-300);border-radius:18px;box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--gray-600);cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.35rem;padding:.38rem .82rem;transition:border-color .2s,color .2s,box-shadow .2s}.favorites-filter-btn .favorites-filter-icon{height:1rem;object-fit:contain;width:1rem}.favorites-filter-btn:hover{border-color:#fbbf24;box-shadow:0 2px 4px rgba(251,191,36,.2);color:#b45309}.favorites-filter-btn.active{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:transparent;box-shadow:0 2px 6px rgba(251,191,36,.3);color:#1f2937;font-weight:600}.creator-add-btn{background:#fff;border:1px solid var(--teal-500);border-radius:18px;color:var(--teal-600);cursor:pointer;font-size:.85rem;font-weight:500;padding:.38rem .82rem;transition:border-color .2s,background .2s}.creator-add-btn:hover{background:var(--teal-50);border-color:var(--teal-600)}.sort-dropdown-row{align-items:center;display:flex;gap:.75rem;justify-content:flex-end}.creators-name-search-wrap{flex:1;max-width:220px;position:relative}.creators-name-search-icon{color:var(--gray-600);height:18px;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.creators-name-search-input{background:#fff;border:1px solid var(--creators-search-border);border-radius:4px;box-sizing:border-box;font-size:.9rem;padding:.65rem .75rem .65rem 2.25rem;width:100%}.creators-name-search-input::placeholder{color:var(--gray-500)}.creators-name-search-input:focus{border-color:var(--teal-500);outline:none}.sort-dropdown{display:inline-block;position:relative}.sort-dropdown-btn{align-items:center;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);box-sizing:border-box;color:var(--gray-900);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:space-between;min-width:160px;padding:.5rem 1rem;transition:border-color .2s,box-shadow .2s;white-space:nowrap;width:160px}#sortDropdown .sort-dropdown-btn{font-size:.8rem}#sortDropdown .sort-dropdown-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis}.sort-dropdown-btn:hover{background:var(--gray-50);border-color:var(--gray-400)}.sort-dropdown-btn svg{height:16px;transition:transform .2s;width:16px}.sort-dropdown.open .sort-dropdown-btn svg{transform:rotate(180deg)}.sort-dropdown-menu{background:#fff;border:none;border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:160px;opacity:0;position:absolute;right:0;top:calc(100% + 4px);transform:translateY(-10px);transition:opacity .2s,transform .2s;visibility:hidden;z-index:100}.sort-dropdown.open .sort-dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.sort-dropdown-item{border-bottom:1px solid var(--gray-100);color:var(--gray-800);cursor:pointer;font-size:.9rem;padding:.7rem 1rem;transition:background-color .15s}.sort-dropdown-item:first-child{border-radius:var(--radius) var(--radius) 0 0}.sort-dropdown-item:last-child{border-bottom:none;border-radius:0 0 var(--radius) var(--radius)}.sort-dropdown-item:only-child{border-radius:var(--radius)}.sort-dropdown-item.active,.sort-dropdown-item:hover{background:var(--sky-100);color:var(--teal-600)}.sort-dropdown-item.active{font-weight:600}#communitySection.community-section-inner{margin-top:0;padding-top:0}@media (max-width:767px){#communitySection.community-section-inner{border-top:1px solid var(--gray-200)}}#communitySection.community-section-inner .community-inner{margin:0 auto;max-width:var(--community-content-max)}@media (min-width:768px){#communitySection.community-section-inner{margin-bottom:0;padding-bottom:0}#communitySection .community-inner{padding-bottom:0}}.community-top-banner{align-items:center;background:var(--gray-100);border-radius:0 0 8px 8px;box-sizing:border-box;display:flex;justify-content:center;margin:20px auto 1rem;min-height:140px;width:100%}.community-top-banner-placeholder{color:var(--gray-500);font-size:.9rem}@media (max-width:767px){.community-top-banner{display:none!important}}.community-mobile-banner{display:none}@media (max-width:767px){.community-mobile-banner{align-items:center;background:var(--gray-100);border-radius:8px;box-sizing:border-box;display:flex;height:120px;justify-content:center;margin:1.25rem .25rem;max-height:120px;max-width:calc(100% - .5rem);min-height:120px;overflow:hidden;width:calc(100% - .5rem)}.community-mobile-banner-placeholder{color:var(--gray-500);font-size:.9rem}.community-mobile-banner-img{max-height:120px;max-width:100%;object-fit:contain}}.community-popular-widget{background:var(--gray-100);border:1px solid var(--gray-300);border-radius:10px;margin-bottom:1rem;margin-top:1rem;overflow:hidden;transition:background .25s ease,border-color .25s ease}.community-popular-widget[data-widget-period=realtime]{border-color:#fecdd3}.community-popular-widget[data-widget-period=weekly]{border-color:#bae6fd}.community-popular-widget[data-widget-period=monthly]{border-color:#bbf7d0}.community-popular-widget[data-widget-period=realtime] .community-popular-widget-list{background:#fff5f5}.community-popular-widget[data-widget-period=weekly] .community-popular-widget-list{background:#f0f9ff}.community-popular-widget[data-widget-period=monthly] .community-popular-widget-list{background:#f0fdf4}.community-popular-widget-tabs{background:#fff;border-bottom:none;display:flex;transition:border-color .25s ease}.community-popular-widget-tab{background:transparent;border:none;color:var(--gray-600);cursor:pointer;flex:1;font-size:.9rem;font-weight:500;padding:.6rem .5rem;transition:color .2s,background .2s}.community-popular-widget-tab:hover{background:var(--gray-200);color:var(--gray-800)}.community-popular-widget-tab.active{font-weight:600}.community-popular-widget-tab[data-widget-tab=realtime].active{background:#fda4af;color:#881337}.community-popular-widget-tab[data-widget-tab=realtime].active:hover{background:#fb7185;color:#881337}.community-popular-widget-tab[data-widget-tab=weekly].active{background:#7dd3fc;color:#0c4a6e}.community-popular-widget-tab[data-widget-tab=weekly].active:hover{background:#38bdf8;color:#0c4a6e}.community-popular-widget-tab[data-widget-tab=monthly].active{background:#86efac;color:#14532d}.community-popular-widget-tab[data-widget-tab=monthly].active:hover{background:#4ade80;color:#14532d}.community-popular-widget-list{min-height:2rem;padding:.5rem .75rem .75rem}@media (min-width:768px){.community-popular-widget-rank{font-size:.75rem;min-height:.9em;width:1.2rem}.community-popular-widget-list{display:grid;gap:0;grid-auto-flow:column;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:repeat(5,auto);position:relative}.community-popular-widget-list:after{background:#fff;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:0}.community-popular-widget[data-widget-period=realtime] .community-popular-widget-list:after{background:#fff5f5}.community-popular-widget[data-widget-period=weekly] .community-popular-widget-list:after{background:#f0f9ff}.community-popular-widget[data-widget-period=monthly] .community-popular-widget-list:after{background:#f0fdf4}.community-popular-widget-item:nth-child(n+6) .community-popular-widget-rank{margin-left:.75rem}}.community-popular-widget-item{align-items:center;display:flex;font-size:.9rem;gap:.5rem .75rem;min-height:1.5em;min-width:0;padding:.4rem 0}.community-popular-widget-rank{align-items:center;color:var(--gray-500);display:inline-flex;flex-shrink:0;font-size:.85rem;font-weight:700;justify-content:center;line-height:1;min-height:1em;width:1.4rem}.community-popular-widget-title{color:var(--gray-900);cursor:pointer;display:block;flex:1;line-height:1.4;max-width:100%;min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.community-popular-widget-title:hover{color:var(--teal-600);text-decoration:underline}.community-popular-widget-empty{color:var(--gray-500);font-size:.9rem;padding:1rem;text-align:center}@media (max-width:767px){.community-popular-widget{margin-left:.25rem;margin-right:.25rem}.community-popular-widget-tab{font-size:.85rem;padding:.5rem .35rem}.community-popular-widget-item{font-size:.85rem}.community-popular-widget-rank{font-size:.75rem;min-height:.9em;width:1.2rem}}.creators-top-banner{background:var(--gray-100);border-radius:0 0 8px 8px;box-sizing:border-box;display:none!important;margin:20px auto 1rem;min-height:140px;width:100%}.creators-top-banner-placeholder{color:var(--gray-500);font-size:.9rem}.community-header{align-items:center;border-bottom:1px solid var(--gray-300);display:flex;justify-content:space-between;margin-bottom:0;padding:.75rem 1rem}.community-detail-banner{align-items:center;background:var(--gray-100);display:flex;flex-shrink:0;height:200px;justify-content:center;margin-bottom:30px;margin-top:30px;width:100%}.community-detail-banner-placeholder{color:var(--gray-500);font-size:.9rem}.community-detail-banner-below-recommend{align-items:center;background:var(--gray-100);display:flex;flex-shrink:0;height:200px;justify-content:center;margin-bottom:30px;margin-top:30px;width:100%}@media (min-width:768px){.community-post-detail-inlay #communityDetailBanner,.community-post-detail-inlay .community-detail-banner-below-recommend{display:none!important}}.community-post-detail-body>.community-popular-widget{margin-bottom:1.5rem;margin-top:1.5rem}@media (min-width:768px){.community-post-detail-body>.community-popular-widget{margin-bottom:1.75rem;margin-top:1.75rem}}.community-post-detail-body>.community-header{border-bottom:1px solid var(--gray-300);margin-bottom:0;margin-top:0}body:not(.theme-dark) .community-post-detail-body>.community-header{border-bottom-color:#d0d0d0}body.theme-dark .community-post-detail-body>.community-header{border-bottom-color:hsla(0,0%,100%,.12)}.community-post-detail-body .post-list{margin-top:0}.community-header h2{color:var(--gray-900);font-size:1.2rem;margin:0}.community-sort-dropdown{display:inline-block;position:relative}.community-sort-dropdown .sort-dropdown-btn{min-width:100px}.community-sort-dropdown.open .sort-dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}@media (max-width:767px){.community-header{background:rgba(0,150,136,.08);padding:.5rem .28rem .5rem .75rem}body:not(.theme-dark) .community-header,body:not(.theme-dark) .community-popular-widget{border-bottom-color:#d0d0d0}body:not(.theme-dark) .community-mobile-banner{border-bottom:1px solid #d0d0d0}body:not(.theme-dark) .community-post-detail-body>.community-header{border-bottom-color:#d0d0d0}body.theme-dark .community-header{background:rgba(0,150,136,.12)}.community-header h2{font-size:.95rem}.community-header .community-sort-dropdown{margin-left:.35rem;margin-right:-.06rem}.community-header .community-sort-dropdown .sort-dropdown-btn,.community-header .sort-dropdown-btn{align-items:center;background:transparent;border:none;box-shadow:none;color:var(--gray-600);display:inline-flex;font-size:.64rem;font-weight:400;gap:.04rem;justify-content:flex-end;max-width:none;min-height:0;min-width:0;padding:.2rem .12rem .2rem .2rem;width:auto}.community-header .community-sort-dropdown .sort-dropdown-btn:hover,.community-header .sort-dropdown-btn:hover{background:transparent}.community-header .community-sort-dropdown .sort-dropdown-btn svg,.community-header .sort-dropdown-btn svg{height:10px;width:10px}}.btn-write-post{background:linear-gradient(135deg,var(--teal-500) 0,var(--cyan-600) 100%);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem}.post-list{display:flex;flex-direction:column;gap:0;margin-top:0;min-height:400px}.post-list.is-loading:empty{min-height:60vh}@media (min-width:768px){.post-list.is-loading:empty{min-height:520px}}.post-item{background:transparent;border:none;border-bottom:1px solid var(--gray-200);border-radius:0;box-shadow:none;cursor:pointer;padding:1.25rem;transition:background .15s}.post-list .post-item:last-child{border-bottom:none}.post-item:first-child{padding-top:0}.post-item.post-item-current{background:#ebf3ff;border-left:3px solid #3b82f6}.post-item.post-item-current:hover{background:rgba(59,130,246,.12)}.post-item.post-item-with-thumb{align-items:center;display:flex;gap:1rem;padding:.75rem 1.25rem}.post-item-thumb{aspect-ratio:1/1;background:transparent;border-radius:8px;flex-shrink:0;height:90px;overflow:hidden;position:relative;width:90px}.post-item-thumb-video-placeholder{background:#2a2a2a}.post-item-thumb-external-video,.post-item-thumb-video-placeholder{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.post-item-thumb-external-video{background:#111;color:var(--gray-400);flex-direction:column;font-size:.6rem;font-weight:600;gap:.35rem;letter-spacing:.02em}.post-item-thumb-external-video .post-item-thumb-external-play{align-items:center;background:hsla(0,0%,100%,.2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.post-item-thumb-external-video .post-item-thumb-external-play svg{height:12px;margin-left:2px;width:12px}.post-item-thumb img,.post-item-thumb video{height:100%;inset:0;object-fit:cover!important;object-position:center!important;position:absolute;width:100%}.post-item-thumb-video-lazy video{background:#e8e8e8}.post-item-thumb:has(.post-item-thumb-placeholder){background:#eceff1;border:1px solid var(--gray-200)}.post-item-thumb .post-item-thumb-placeholder{align-items:center;color:var(--gray-500);display:flex;inset:0;justify-content:center;margin:0;pointer-events:none;position:absolute}.post-item-thumb-placeholder-svg{flex-shrink:0;height:28px;opacity:.9;width:28px}.post-item-thumb:has(.post-item-thumb-chzzk){background:linear-gradient(145deg,#0a3d38,#00b89c 55%,#0d4a44);border:1px solid rgba(0,0,0,.12)}.post-item-thumb-chzzk{align-items:center;display:flex;flex-direction:column;gap:.35rem;inset:0;justify-content:center;pointer-events:none;position:absolute}.post-item-thumb-chzzk-play{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));flex-shrink:0}.post-item-thumb-chzzk-txt{color:hsla(0,0%,100%,.92);font-size:.65rem;font-weight:800;letter-spacing:.12em;text-shadow:0 1px 2px rgba(0,0,0,.4)}.post-item-thumb-blur-wrap{height:100%;overflow:hidden;position:relative;width:100%}.post-item-thumb-blur{filter:blur(3px);height:100%;left:0;overflow:hidden;position:absolute;top:0;transform:scale(1.04);width:100%}.post-item-thumb-blur .post-item-thumb-placeholder,.post-item-thumb-blur img{height:100%;object-fit:cover!important;object-position:center!important;width:100%}.post-item-thumb-blur .post-item-thumb-chzzk{height:100%;width:100%}.post-item-thumb-blur .post-item-thumb-placeholder{align-items:center;display:flex;justify-content:center}.post-item-thumb-blur .post-item-thumb-placeholder-svg{height:28px;width:28px}.post-item-thumb-19overlay{align-items:center;background:rgba(0,0,0,.25);bottom:0;color:#fff;display:flex;font-size:1.4rem;font-weight:800;justify-content:center;left:0;position:absolute;right:0;text-shadow:0 1px 3px rgba(0,0,0,.8);top:0}.post-item-thumb-adult .post-item-thumb{cursor:pointer}.post-item-thumb-blur-wrap.adult-unlocked .post-item-thumb-blur{filter:none;transform:none}.post-item-thumb-blur-wrap.adult-unlocked .post-item-thumb-19overlay{display:none!important}.post-item-body{flex:1;min-width:0}.post-item:hover:not(.post-item-current){background:rgba(0,0,0,.03)}@media (min-width:768px){body:not(.theme-dark) .post-item:hover:not(.post-item-current){background:rgba(0,150,136,.09)}}.post-title{color:var(--gray-900);font-size:1.4rem;font-weight:700;margin-bottom:.35rem}.post-title-link{color:inherit;text-decoration:none}.post-title-link:hover{text-decoration:underline}.post-title-badge{border-radius:4px;font-size:.8rem;font-weight:600;margin-right:.35rem;padding:.15rem .4rem}.post-title-badge-general{background:var(--gray-200);color:var(--gray-700)}.post-title-badge-adult{background:#fce4ec;color:#c2185b}.post-item-excerpt{display:none!important}.post-meta{align-items:center;color:var(--gray-600);display:flex;font-size:.85rem;gap:.35rem}.post-item .post-meta{color:#a0a0a0;font-size:.72rem;gap:.85rem}.post-meta-sep{color:var(--gray-400);font-size:inherit;user-select:none}.post-item .post-meta .post-meta-sep{display:none}.post-item .post-meta .post-meta-datetime{white-space:nowrap}.post-feed-author-kind{align-items:center;border-radius:4px;display:inline-flex;flex-shrink:0;font-size:.62rem;font-weight:700;justify-content:center;letter-spacing:-.02em;line-height:1.2;margin-right:.4rem;min-width:1.65rem;padding:.06rem .32rem;vertical-align:middle}.post-feed-author-kind-bot{background:rgba(109,40,217,.1);border:1px solid rgba(109,40,217,.35);color:#6d28d9}.post-feed-author-kind-user{background:rgba(15,118,110,.1);border:1px solid rgba(15,118,110,.32);color:#0f766e}body.theme-dark .post-feed-author-kind-bot{background:rgba(139,92,246,.14);border-color:rgba(167,139,250,.4);color:#c4b5fd}body.theme-dark .post-feed-author-kind-user{background:rgba(45,212,191,.1);border-color:rgba(45,212,191,.35);color:#5eead4}@media (min-width:768px){.post-list{gap:0}.post-item.post-item-with-thumb{gap:.65rem;padding:.5rem 1rem}.post-item-thumb{border-radius:6px;height:72px;width:72px}.post-title{font-size:1.1rem;margin-bottom:.2rem}.post-title-badge{border-radius:3px;font-size:.7rem;margin-right:.25rem;padding:.1rem .3rem}.post-item-excerpt{display:none!important}.post-item .post-meta{font-size:.68rem;gap:.6rem}.post-item-thumb-placeholder-svg{height:24px;width:24px}}.post-empty{color:var(--gray-600);padding:4rem 2rem;text-align:center}@media (max-width:767px){.post-list{gap:0;margin-top:.25rem}#communitySection #postList:empty:not(.post-list-hidden){min-height:0}.post-item.post-item-with-thumb{align-items:center;gap:.65rem;padding:.6rem .75rem}.post-item-thumb{border-radius:6px;height:64px;width:64px}.post-item-thumb-placeholder-svg{height:22px;width:22px}.post-item-body{display:flex;flex-direction:column;justify-content:center;margin-left:0;min-height:64px;min-width:0}#communitySection .post-list .post-feed-title-row{color:var(--gray-900);display:block;font-size:.875rem;font-weight:600;line-height:1.35;margin-bottom:.25rem;min-width:0;overflow:hidden;position:relative}#communitySection .post-list .post-feed-title-row .post-title-badge{border-radius:3px;box-sizing:border-box;float:none;font-size:.72rem;font-weight:600;left:0;line-height:1.2;margin:0;min-width:2.45rem;padding:.15rem .22rem;position:absolute;text-align:center;top:0}#communitySection .post-list .post-feed-title-row .post-title-link{box-sizing:border-box;color:inherit;display:block;max-width:100%;min-width:0;overflow:hidden;padding-left:2.75rem;text-decoration:none}#communitySection .post-list .post-feed-title-row .post-title-link-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}#communitySection .post-list .post-item-excerpt{display:none!important}#communitySection .post-list .post-item.post-item-with-thumb{align-items:center}.post-list .post-title-badge{border-radius:3px;font-size:.6rem;margin-right:.1rem;padding:.08rem .22rem}.post-item .post-meta{font-size:.62rem;gap:.55rem}.post-item .post-meta .post-meta-icon{height:10px;opacity:.85;width:10px}.post-item .post-meta .post-comment-count .post-meta-icon-comment,.post-item .post-meta .post-rec-count .post-meta-icon-rec{min-height:10px;min-width:10px}.community-pagination-row{margin-bottom:0;margin-top:1rem;padding:.35rem 0}#communitySection .community-inner{padding-bottom:0}#communitySection{margin-bottom:0;min-height:0;padding-bottom:0}}.post-exposure-row{align-items:center;display:flex;gap:1rem;margin:1rem 0}.post-exposure-label{color:var(--gray-700);font-weight:600}.post-exposure-option{align-items:center;color:var(--gray-700);cursor:pointer;display:inline-flex;font-size:.95rem;gap:.5rem}.post-exposure-option input{height:0;opacity:0;position:absolute;width:0}.post-exposure-circle{border:2px solid var(--gray-400);border-radius:50%;display:inline-block;flex-shrink:0;height:1.1rem;transition:border-color .2s,box-shadow .2s;width:1.1rem}.post-exposure-option input:checked+.post-exposure-circle{border-color:var(--teal-500);box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 5px var(--teal-500)}.post-detail-content{margin-bottom:1rem;word-break:break-word}.post-detail-media-wrap{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.post-detail-media-wrap img,.post-detail-media-wrap video{display:block;height:auto;max-height:min(70vh,800px);max-width:100%;object-fit:contain;width:auto}.post-detail-media-wrap.post-detail-media-blur img,.post-detail-media-wrap.post-detail-media-blur video{filter:blur(20px);pointer-events:none;user-select:none}.post-modal-overlay{align-items:center;background:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:300}.post-modal-overlay.show{display:flex}.deleted-post-modal{padding:1.5rem}.deleted-post-modal-message{color:var(--gray-800);font-size:1rem;margin-bottom:1.25rem;text-align:center}.deleted-post-modal-btns{display:flex;gap:.75rem;justify-content:center}.community-move-modal-btns{display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.community-move-modal-btns .btn-post-delete{margin:0;width:100%}.btn-deleted-post-cancel,.btn-deleted-post-confirm{background:var(--gray-100);border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-800);cursor:pointer;font-size:.95rem;padding:.5rem 1.25rem}.btn-deleted-post-cancel:hover,.btn-deleted-post-confirm:hover{background:var(--gray-200)}.btn-deleted-post-confirm{background:var(--teal-500);border-color:var(--teal-600);color:#fff}.btn-deleted-post-confirm:hover{background:var(--teal-600)}.post-modal{background:#fff;border-radius:var(--radius-lg);max-height:80vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:90%}.post-modal h2{color:var(--teal-600);margin-bottom:1.5rem}.post-form{display:flex;flex-direction:column;gap:1rem}.post-form label{color:var(--gray-700);font-size:.9rem;font-weight:600}.post-form input,.post-form textarea{border:1px solid var(--gray-300);border-radius:var(--radius);font-family:inherit;font-size:.95rem;padding:.75rem}.post-form input[type=text]{box-sizing:border-box;max-width:66.666%;width:66.666%}.post-edit-author-wrap{display:flex;flex-direction:column;gap:.2rem}.post-edit-author-label{color:var(--gray-700);font-size:.9rem;font-weight:600}.post-edit-author-input{border:1px solid var(--gray-300);border-radius:var(--radius);box-sizing:border-box;font-family:inherit;font-size:.95rem;max-width:66.666%;padding:.75rem;width:66.666%}.post-edit-author-hint{color:var(--gray-500);font-size:.72rem;margin:0}body.theme-dark .post-edit-author-label{color:var(--gray-300)}body.theme-dark .post-edit-author-input{background:var(--gray-900);border-color:var(--gray-600);color:#e5e5e5}body.theme-dark .post-edit-author-hint{color:var(--gray-500)}.post-form textarea{box-sizing:border-box;max-width:100%;min-height:200px;resize:none;width:100%}.post-content-editor-wrap{border:1px solid var(--gray-300);border-radius:var(--radius);max-width:100%;overflow:hidden;width:100%}.post-detail-content{color:var(--gray-800);line-height:1.8;margin:1.5rem 0;white-space:pre-wrap}.post-actions{border-bottom:1px solid var(--gray-300);display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem;padding-bottom:1rem}.community-related-creators-wrap{border-bottom:1px solid var(--gray-200);border-top:none;margin-bottom:1.5rem;margin-top:2rem;padding-bottom:1.5rem;padding-top:1.5rem}.community-related-creators-title{color:var(--gray-900);font-size:1rem;font-weight:700;margin:0 0 .75rem}.community-related-creators-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));max-width:100%}.community-related-creators-grid .card{cursor:pointer;margin:0}.community-related-creators-grid .card .card-body{padding:.25rem .4rem .4rem}.community-related-creators-grid .card .card-name-row.community-related-card-name-row{align-items:center;display:flex;flex-wrap:nowrap;gap:.2rem .35rem;justify-content:flex-start;margin-bottom:.08rem;min-width:0;padding-left:.25rem}.community-related-creators-grid .card .community-related-card-name{flex:0 1 auto;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-related-creators-grid .card .community-related-card-badges{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:.15rem .25rem}.community-related-creators-grid .card .community-related-card-badges .badge,.community-related-creators-grid .card .community-related-card-badges .badge-activity{font-size:.6rem;padding:.12rem .3rem}.community-related-creators-grid .card .card-meta{font-size:.7rem;margin-bottom:.25rem;margin-top:-.2rem;padding-left:.25rem}.community-related-creators-grid .card .card-price{gap:.15rem;margin-bottom:0;margin-top:0;padding-bottom:.2rem}.community-related-creators-grid .card .card-price-item{font-size:.7rem;padding:.15rem .35rem}@media (min-width:768px){.community-related-creators-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(168px,1fr))}.community-related-creators-grid .card .card-body{padding:.35rem .5rem .5rem}.community-related-creators-grid .card .community-related-card-name{font-size:.95rem}.community-related-creators-grid .card .community-related-card-badges .badge,.community-related-creators-grid .card .community-related-card-badges .badge-activity{font-size:.65rem;padding:.14rem .35rem}.community-related-creators-grid .card .card-meta{font-size:.75rem}.community-related-creators-grid .card .card-price-item{font-size:.75rem;padding:.2rem .4rem}.community-related-creators-grid .card .card-image-wrap{aspect-ratio:1;background:transparent;overflow:hidden;position:relative;width:100%}.community-related-creators-grid .card .card-photo-frame{background:transparent}.community-related-creators-grid .card .card-image-wrap img,.community-related-creators-grid .card .card-photo-frame .card-photo-inner .card-photo-img,.community-related-creators-grid .card .card-photo-frame .card-photo-inner img{height:100%;left:0;object-fit:cover!important;object-position:center!important;position:absolute;top:0;width:100%}}.post-comment-section{margin-top:1.5rem}.post-comment-section-title{color:var(--gray-900);font-size:1rem;font-weight:700;margin:0 0 .75rem}.post-comment-form{box-sizing:border-box;margin:1rem auto 0;max-width:970px}.post-comment-input-wrap{align-items:flex-end;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:0 1px 3px rgba(0,0,0,.06);box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;padding:.6rem .75rem;position:relative}.post-comment-input-wrap:focus-within{border-color:var(--teal-500);box-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 2px rgba(20,184,166,.15)}.post-comment-textarea{background:transparent;border:none;border-radius:0;box-sizing:border-box;display:block;flex:1;font-family:inherit;font-size:.9rem;height:72px;line-height:1.4;min-height:72px;min-width:0;padding:.25rem .35rem;resize:vertical;width:0}.post-comment-textarea:focus{box-shadow:none;outline:none}.post-comment-textarea::placeholder{color:var(--gray-400)}.btn-comment-submit{align-items:center;align-self:flex-end;background:#fff;border:1px solid var(--gray-300);border-radius:8px;color:var(--gray-700);cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;padding:0;position:static;width:40px}.btn-comment-submit:hover{background:var(--gray-50);border-color:var(--gray-400);color:var(--gray-900)}.btn-comment-submit-icon{flex-shrink:0}.post-comment-list{display:flex;flex-direction:column}.post-comment-item{align-items:flex-start;background:#fff;border-bottom:1px solid var(--gray-200);display:flex;gap:.75rem;padding:1rem 0}.post-comment-item:last-child{border-bottom:none}.post-comment-item.post-comment-item-own{background:#eff6ff;border-radius:8px;margin-left:-.25rem;margin-right:-.25rem;padding-left:.75rem;padding-right:.75rem}.post-comment-own-actions{align-items:center;display:inline-flex;flex-shrink:0;gap:.35rem;margin-left:.35rem}.post-comment-own-btn{background:none;border:none;color:var(--gray-600);cursor:pointer;font-family:inherit;font-size:.75rem;padding:.1rem .3rem}.post-comment-own-btn:hover{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.post-comment-own-btn.post-comment-own-btn-delete{color:#c53030}.post-comment-own-btn.post-comment-own-btn-delete:hover{color:#b91c1c;text-decoration:underline;text-underline-offset:2px}.post-comment-inline-edit{margin-top:.35rem;width:100%}.post-comment-inline-input-wrap{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:.35rem}.post-comment-inline-textarea{border:none;box-sizing:border-box;font-family:inherit;font-size:.9rem;line-height:1.45;min-height:4rem;resize:vertical;width:100%}.post-comment-inline-textarea:focus{outline:none}.post-comment-inline-edit-actions{display:flex;gap:.4rem;margin-top:.4rem}.btn-comment-inline-cancel,.btn-comment-inline-save{background:#fff;border:1px solid var(--gray-300);border-radius:6px;cursor:pointer;font-family:inherit;font-size:.8rem;padding:.25rem .65rem}.btn-comment-inline-save{background:var(--teal-600);border-color:var(--teal-600);color:#fff}.btn-comment-inline-save:hover{filter:brightness(1.05)}.btn-comment-inline-cancel:hover{background:var(--gray-50)}.post-comment-replies{margin-left:1.5rem;margin-top:.25rem}.post-comment-item-reply{padding-left:0}.post-comment-reply-arrow{align-items:center;color:var(--gray-400);display:inline-flex;flex-shrink:0;font-size:1rem;justify-content:center;margin-right:.25rem;width:1.25rem}.post-comment-grade{color:var(--gray-500);flex-shrink:0;font-size:.8rem;margin-right:.35rem}.post-comment-body{flex:1;min-width:0}.post-comment-meta{align-items:baseline;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.35rem}.post-comment-meta-row1{align-items:center;display:flex;gap:.35rem}.post-comment-author{color:var(--gray-800);font-weight:600}.post-comment-author.post-comment-author-link{cursor:pointer;text-decoration:none}.post-comment-author.post-comment-author-link:hover{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.comment-author-popover{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:none;min-width:160px;padding:.35rem 0;position:fixed;z-index:9999}.comment-author-popover.show{display:block}.comment-author-popover-item{background:none;border:none;color:var(--gray-800);cursor:pointer;display:block;font-size:.9rem;padding:.5rem 1rem;text-align:left;width:100%}.comment-author-popover-item:hover{background:var(--gray-100)}.post-comment-time{color:var(--gray-400);font-size:.8rem}.post-comment-meta-row2{align-items:center;display:flex;gap:.35rem;justify-content:center}.post-comment-reply-btn{align-items:center;background:none;border:none;color:var(--gray-400);cursor:pointer;display:inline-flex;font-size:.9rem;line-height:1;padding:.15rem}.post-comment-reply-btn:hover{color:var(--gray-700)}.post-comment-reply-wrap{background:transparent;margin-left:0;margin-top:.5rem;padding:.75rem 0 0}.post-comment-reply-prompt{align-items:center;color:var(--gray-500);display:flex;font-size:.85rem;gap:.35rem;margin-bottom:.5rem}.post-comment-reply-icon{color:var(--gray-400);font-size:1rem}.post-comment-reply-form{align-items:flex-start;display:flex;gap:.5rem}.post-comment-reply-input-wrap{background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);box-sizing:border-box;flex:1;min-width:0;padding:.5rem .75rem}.post-comment-reply-input-wrap:focus-within{border-color:var(--teal-500);box-shadow:0 0 0 2px rgba(20,184,166,.15)}.post-comment-reply-input{background:transparent;border:none;border-radius:0;box-sizing:border-box;display:block;font-family:inherit;font-size:.9rem;min-height:70px;min-width:0;padding:0;resize:vertical;width:100%}.post-comment-reply-input:focus{box-shadow:none;outline:none}.post-comment-reply-submit{align-items:center;background:var(--teal-500);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.9rem;font-weight:600;height:70px;justify-content:center;padding:0;width:70px}.post-comment-reply-submit:hover{background:var(--teal-600)}.post-comment-text{color:var(--gray-800);font-size:.9rem;line-height:1.5;word-break:break-word}.post-comment-actions{align-items:center;color:var(--gray-400);display:flex;flex-shrink:0;font-size:.85rem;gap:.5rem}.post-comment-action-icon{flex-shrink:0;vertical-align:middle}.post-comment-actions button{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:inline-flex;gap:.2rem;padding:.25rem .4rem;transition:background-color .15s,color .15s}.post-comment-reply-btn .post-comment-action-icon{display:block}.post-comment-actions button:hover{background:var(--gray-100);color:var(--gray-700)}.post-comment-actions .comment-rec-count{color:#272727;font-weight:700}.post-comment-actions .comment-dis-count,.post-comment-actions .comment-rec-count{display:inline-block;font-size:.8rem;margin-left:.15rem;min-width:1em}.post-comment-actions .comment-dis-count:empty,.post-comment-actions .comment-rec-count:empty{display:none}.post-comment-actions button[data-action=rec].has-rec{color:var(--gray-700)}.post-comment-actions button[data-action=rec].has-rec .post-comment-action-icon{stroke-width:2.2}.btn-post-edit{background:var(--gray-200);border:none;border-radius:var(--radius);color:var(--gray-800);cursor:pointer;font-size:.85rem;padding:.5rem 1rem}.btn-post-edit:hover{background:var(--gray-300)}.btn-post-delete{background:var(--gray-200);border:none;border-radius:var(--radius);color:#b71c1c;cursor:pointer;font-size:.85rem;padding:.5rem 1rem}.btn-post-delete:hover{background:rgba(183,28,28,.12);color:#8b0000}.btn-post-write{background:linear-gradient(135deg,var(--teal-500) 0,var(--cyan-600) 100%);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.btn-post-write:hover{opacity:.95}.post-detail-recommend{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.btn-recommend-post{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;font-size:.9rem;padding:.4rem .8rem}.btn-recommend-post:hover{background:var(--gray-200)}.btn-recommend-post.active{background:var(--teal-100);border-color:var(--teal-300);color:var(--teal-700)}.btn-dislike-post{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;font-size:.9rem;margin-left:.5rem;padding:.4rem .8rem}.btn-dislike-post:hover{background:var(--gray-200)}.btn-dislike-post.active{background:var(--red-100);border-color:var(--red-300);color:var(--red-700)}.post-rec-count{color:var(--gray-500);font-size:.85rem;margin-left:.5rem}.post-item .post-meta .post-rec-count{color:inherit;font-size:inherit;margin-left:0}.post-meta-icon{color:inherit;margin-right:.15rem;vertical-align:middle}.post-item .post-meta .post-meta-icon{flex-shrink:0}.post-item .post-meta .post-comment-count,.post-item .post-meta .post-rec-count{align-items:center;display:inline-flex}.post-dis-count{color:var(--gray-500);font-size:.85rem;margin-left:.5rem}.community-pagination-row{align-items:center;display:flex;justify-content:center;margin-bottom:0;margin-top:1.5rem;padding:.5rem 0}@media (min-width:768px){.community-pagination-row{margin-top:.5rem;padding:.25rem 0 0}}@media (max-width:767px){#communitySection .community-pagination-row{margin-bottom:0;padding-bottom:0}}.community-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.community-page-btn{background:transparent;border:none;border-radius:6px;color:var(--gray-600);cursor:pointer;font-size:.9rem;min-width:2rem;padding:.35rem .5rem}.community-page-btn:hover{color:var(--gray-900)}.community-page-btn.community-page-next,.community-page-btn.community-page-prev{min-width:auto;padding:.35rem .25rem}.community-page-btn.community-page-next:disabled,.community-page-btn.community-page-prev:disabled{color:var(--gray-300);cursor:text}.community-page-btn.community-page-num{background:transparent;border:none}.community-page-btn.community-page-num:hover{color:var(--gray-800)}.community-page-btn.community-page-num.active{background:var(--gray-100);border:1px solid var(--gray-300);color:var(--gray-900);font-weight:700}.banner-img{height:auto;max-height:100%;max-width:100%;object-fit:contain;vertical-align:middle;width:auto}.community-detail-banner .banner-img,.community-top-banner .banner-img,.creators-side-banner .banner-img,.creators-top-banner .banner-img{aspect-ratio:16/3;display:block;height:auto;object-fit:contain;width:100%}.community-search-wrap{align-items:center;display:flex;justify-content:center;margin-top:1.5rem;padding:.75rem 0;position:relative}@media (min-width:768px){.community-search-wrap{margin-top:.75rem;padding:.4rem 0}}.community-search-center{align-items:center;display:flex;gap:.5rem}.community-search-input-wrap{display:inline-block;position:relative}.community-search-input-wrap .community-search-input{box-sizing:border-box;height:38px;padding-right:2.25rem;width:220px}.community-search-icon{color:var(--gray-400);justify-content:center;pointer-events:none;right:.6rem;top:50%;transform:translateY(-50%)}.community-search-icon,.community-search-right{align-items:center;display:flex;position:absolute}.community-search-right{gap:.5rem;right:0}@media (max-width:767px){.community-search-wrap{align-items:stretch;flex-direction:column;gap:.75rem;padding:.75rem 0 .5rem}.community-search-center{gap:.5rem;justify-content:flex-start;width:100%}.community-search-center .community-search-input-wrap{flex:1;min-width:0}.community-search-center .community-search-input-wrap .community-search-input{width:100%}.community-search-right{justify-content:flex-end;margin-top:0;position:static;width:100%}.community-search-right .btn-write-post{min-width:72px;padding:.5rem 1rem;width:auto}}.btn-community-sub-tab{background:#fff;border:1px solid var(--gray-200);border-radius:8px;color:var(--gray-600);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem .9rem}.btn-community-sub-tab:hover{background:var(--gray-50);color:var(--gray-800)}.btn-community-sub-tab.active{background:var(--gray-900);border-color:var(--gray-900);color:#fff}.community-header-tabs{align-items:center;display:none;flex:1;gap:.25rem;min-width:0;position:relative}.community-header-tabs .btn-community-sub-tab{background:transparent;border:none;border-radius:4px;color:var(--gray-600);flex:0 0 auto;font-size:1.05rem;padding:.35rem .6rem;white-space:nowrap}.community-header-tabs .btn-community-sub-tab:hover{background:var(--gray-100);color:var(--gray-800)}.community-header-tabs .btn-community-sub-tab.active{background:transparent;color:#000;font-weight:600}.community-header-tabs .btn-community-sub-tab.active:hover{background:var(--gray-100);color:#000}body.theme-dark .community-header-tabs .btn-community-sub-tab.active:hover{background:hsla(0,0%,100%,.08);color:#f3f4f6}.community-unified-search-badge{align-items:center;background:rgba(15,118,110,.12);border:1px solid rgba(15,118,110,.3);border-radius:999px;color:#0f766e;display:inline-flex;font-size:.78rem;line-height:1;margin-left:.35rem;padding:.18rem .45rem;white-space:nowrap}body.theme-dark .community-unified-search-badge{background:rgba(45,212,191,.16);border-color:rgba(45,212,191,.35);color:#99f6e4}@media (min-width:768px){.community-header-tabs{display:flex!important}.community-header-title-pc{display:none!important}}@media (max-width:767px){.community-header-tabs-mobile{border-bottom:none;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;align-items:center;padding-right:.5rem;scrollbar-width:none}.community-header-tabs-mobile::-webkit-scrollbar{display:none}.community-header-tabs-mobile.is-overflowing:not(.is-scrolled-end){-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 52px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 52px),transparent)}.community-header-tabs .btn-community-sub-tab{flex-shrink:0;font-size:.78rem;padding:.18rem .24rem;white-space:nowrap!important}.community-unified-search-badge{font-size:.68rem;margin-left:.2rem;padding:.14rem .35rem}.community-header .community-sort-dropdown{flex:0 0 auto}.community-header .community-sort-dropdown .sort-dropdown-btn,.community-header .sort-dropdown-btn{font-size:.64rem;gap:.04rem;justify-content:flex-end;min-width:0;padding:.2rem .12rem .2rem .2rem}.community-header .community-sort-dropdown .sort-dropdown-btn svg,.community-header .sort-dropdown-btn svg{height:10px;width:10px}.community-header-title-pc{display:none!important}}.community-search-input{border:1px solid var(--gray-200);border-radius:8px;font-size:.9rem;padding:0 .75rem}.community-search-scope-dropdown{position:relative}.community-search-scope-btn{align-items:center;background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-sizing:border-box;color:var(--gray-700);cursor:pointer;display:inline-flex;font-size:.9rem;gap:.35rem;height:38px;justify-content:center;min-width:100px;padding:0 .75rem}.community-search-scope-btn:hover{background:var(--gray-50)}.community-search-scope-menu{background:#fff;border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);display:none;left:50%;margin-top:2px;min-width:100%;padding:.25rem 0;position:absolute;top:100%;transform:translateX(-50%);z-index:9999}.community-search-scope-dropdown.open .community-search-scope-menu{display:block}.community-search-scope-item{background:none;border:none;color:var(--gray-700);cursor:pointer;display:block;font-size:.9rem;padding:.4rem .75rem;text-align:left;white-space:nowrap;width:100%}.community-search-scope-item:hover{background:var(--gray-100)}.community-post-detail-inlay{margin-bottom:0}.community-post-detail-inlay .community-post-detail-body{margin:0 auto;max-width:var(--community-content-max)}.post-detail-header-row{align-items:flex-end;background:var(--gray-100);border-bottom:1px solid var(--gray-300);display:flex;gap:1rem;justify-content:space-between;margin-bottom:0;padding:.75rem 1rem}.community-post-detail-inlay #communityPostDetailTitle,.community-post-detail-inlay .content-detail-title{flex:1;font-size:1.2rem;font-weight:700;margin:0;min-width:0}.post-detail-date{color:var(--gray-600);flex-shrink:0;font-size:.75rem}.post-detail-header-actions-wrap{flex-shrink:0;position:relative}.post-detail-header-menu-btn{align-items:center;background:transparent;border:none;border-radius:4px;color:var(--gray-700);cursor:pointer;display:none;font-size:.75rem;height:24px;justify-content:center;line-height:1;padding:0;width:24px}.post-detail-header-menu-btn:hover{background:rgba(0,0,0,.06);color:var(--gray-900)}.post-detail-header-menu{background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:0 4px 12px rgba(0,0,0,.12);display:none;margin-top:4px;min-width:120px;padding:.25rem 0;position:absolute;right:0;top:100%;z-index:100}.post-detail-header-menu.open{display:block}.post-detail-header-menu-item{background:none;border:none;color:var(--gray-800);cursor:pointer;display:block;font-size:.9rem;padding:.5rem 1rem;text-align:left;width:100%}.post-detail-header-menu-item:hover{background:var(--gray-100)}.post-detail-header-menu-item[data-action=delete]{color:#b71c1c}@media (max-width:767px){.post-detail-header-menu-btn{display:inline-flex}.community-post-detail-inlay .post-actions{display:none!important}.community-post-detail-inlay .post-actions.post-actions-mobile-admin-visible{display:flex!important}}@media (min-width:768px){.post-detail-header-menu-btn{display:none!important}}.post-detail-meta-row{align-items:center;border-bottom:1px solid var(--gray-300);display:flex;justify-content:space-between;margin-bottom:0;padding:.75rem 1rem}.post-detail-author{align-items:center;display:flex;gap:.5rem}.post-detail-author-name{color:var(--gray-900);font-size:.8rem;font-weight:400}.post-detail-stats{color:#272727;font-size:.8rem;white-space:pre}.community-post-detail-inlay .post-detail-content{margin-bottom:2rem;margin-top:0;padding:1.25rem 1rem 0;white-space:pre-wrap}.community-post-detail-inlay .post-detail-recommend{margin-top:2rem}@media (max-width:767px){.community-post-detail-inlay{padding-top:1.75rem}.community-post-detail-inlay .community-post-detail-body{padding:0 .5rem}#communityPostDetailInlay .post-detail-header-row{align-items:flex-start;display:flex!important;flex-direction:row!important;gap:.35rem;justify-content:flex-start!important;padding:.5rem .25rem .5rem .6rem}#communityPostDetailInlay .post-detail-header-row #communityPostDetailTitle{display:-webkit-box;flex:1 1 0%!important;font-size:.85rem;margin:0!important;max-width:100%!important;min-width:0!important;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow-wrap:anywhere;word-break:break-word}#communityPostDetailInlay #communityPostDetailDate{align-self:flex-start;flex:0 0 auto!important;flex-shrink:0!important;font-size:.7rem;margin-left:.35rem!important;margin-right:0!important;padding-right:.15rem;padding-top:.1rem;white-space:nowrap}#communityPostDetailInlay .post-detail-header-row .post-detail-header-actions-wrap{flex:0 0 auto;flex-shrink:0;margin-left:0}#communityPostDetailInlay .post-detail-header-menu-btn{margin-right:-.25rem;padding:.25rem}.community-post-detail-inlay .post-detail-meta-row{padding:.5rem .6rem}.community-post-detail-inlay .post-detail-author-name,.community-post-detail-inlay .post-detail-stats{font-size:.75rem}#communityPostDetailContent.post-detail-content{margin-bottom:2.5rem!important;min-height:12rem;padding:1rem .6rem 0}.community-post-detail-inlay .post-detail-content-body{font-size:.9rem}#communityPostDetailRecommendWrap.post-detail-recommend{gap:.4rem;margin-bottom:0;margin-top:2.5rem!important;padding-bottom:0;padding-top:.5rem}.community-post-detail-inlay .community-detail-banner-below-recommend,.community-post-detail-inlay .community-detail-banner.community-detail-banner-below-recommend{flex:0 0 160px!important;height:160px!important;max-height:160px!important;min-height:160px!important}.community-post-detail-inlay .community-detail-banner-below-recommend{background-color:var(--gray-100);box-sizing:border-box;display:flex!important;flex:0 0 auto;height:160px;margin:1.75rem auto 0;max-height:160px;max-width:320px;min-height:160px;padding-bottom:0;width:88%}.community-post-detail-inlay .community-related-creators-wrap{border-bottom:none}.community-post-detail-inlay .post-comment-section{border-top:1px solid var(--gray-300);margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:1rem}.community-post-detail-inlay .community-detail-banner:not(.community-detail-banner-below-recommend){display:none!important}.community-post-detail-inlay .btn-dislike-post,.community-post-detail-inlay .btn-recommend-post{font-size:.85rem;padding:.35rem .6rem}.community-post-detail-inlay .post-actions{border-bottom:none;gap:.4rem;margin-top:1.25rem;padding:.5rem .6rem .75rem}.community-post-detail-inlay .btn-post-delete,.community-post-detail-inlay .btn-post-edit,.community-post-detail-inlay .btn-post-write{font-size:.85rem;padding:.4rem .75rem}.community-post-detail-inlay .post-comment-form{margin-bottom:0;padding-bottom:1.75rem}}.post-detail-content-body{color:var(--gray-800);line-height:1.7;white-space:pre-wrap;word-break:break-word}.post-detail-content-body ol,.post-detail-content-body ul{margin:.5rem 0;padding-left:1.5rem}.post-detail-content-body img{height:auto;max-height:none;max-width:100%!important;object-fit:contain;width:auto}.post-detail-content-body video{height:auto;max-height:min(70vh,800px);max-width:100%;object-fit:contain;width:auto}.post-content .post-editor-video-block>video,.post-detail-content-body .post-editor-video-block>video{display:inline-block!important;vertical-align:top}.post-content .post-editor-video-block>.post-embed-video-wrap{display:inline-block!important;vertical-align:top;width:min(640px,100%)!important}.post-detail-content-body .post-editor-video-block>.post-embed-video-wrap{display:block!important;max-width:100%!important;vertical-align:top;width:100%!important}.post-detail-content-body .post-embed-video-wrap{max-height:none;max-width:100%!important;width:100%!important}#communityPostDetailContent .post-detail-content-body iframe[src*="chzzk.naver.com"]{aspect-ratio:16/9;border:0;display:block;height:auto!important;max-width:100%!important;min-height:180px;width:100%!important}#communityPostDetailContent .post-detail-content-body iframe[src*="instagram.com"]{border:0;display:block;height:auto!important;margin-left:auto;margin-right:auto;max-width:540px!important;min-height:520px;width:100%!important}.post-content .post-editor-video-drag-overlay,.post-detail-content-body .post-editor-video-drag-overlay{display:none!important}@media (max-width:767px){#communityPostDetailContent .post-detail-video-wrap{display:block;margin:0 auto;max-width:100%;position:relative;width:100%}#communityPostDetailContent .post-detail-video-wrap video{background:#000;display:block;height:auto;max-height:min(70vh,800px);width:100%}#communityPostDetailContent .post-detail-video-wrap video::-webkit-media-controls,#communityPostDetailContent .post-detail-video-wrap video::-webkit-media-controls-enclosure{display:none!important}#communityPostDetailContent .post-detail-video-touch-layer{background:transparent;bottom:0;left:0;position:absolute;right:0;top:0;touch-action:manipulation;z-index:1}#communityPostDetailContent .post-detail-video-custom-bar{align-items:center;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.35) 55%,transparent);bottom:0;box-sizing:border-box;display:flex;flex-direction:row;gap:.4rem;left:0;padding:.4rem .45rem .5rem;pointer-events:auto;position:absolute;right:0;transition:transform .28s ease,opacity .28s ease;will-change:transform;z-index:3}#communityPostDetailContent .post-detail-video-custom-bar.post-detail-video-bar--hidden{opacity:0;pointer-events:none;transform:translateY(110%)}#communityPostDetailContent .post-detail-video-custom-bar .post-detail-video-progress{-webkit-appearance:none;appearance:none;background:hsla(0,0%,100%,.35);border-radius:3px;cursor:pointer;flex:1 1 auto;height:6px;min-width:0}#communityPostDetailContent .post-detail-video-custom-bar .post-detail-video-progress::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.3);height:14px;width:14px}#communityPostDetailContent .post-detail-video-custom-bar .post-detail-video-btn{align-items:center;background:transparent;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:0 0 auto;height:40px;justify-content:center;padding:0;width:40px;-webkit-tap-highlight-color:transparent}#communityPostDetailContent .post-detail-video-custom-bar .post-detail-video-btn svg{display:block;height:22px;width:22px}}.blog-container{margin:0 auto;max-width:900px;padding:2rem 1.5rem}.blog-header{border-bottom:2px solid var(--gray-200);margin-bottom:3rem;padding-bottom:2rem;text-align:center}.blog-header h1{color:var(--teal-600);font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.blog-subtitle{color:var(--gray-600);font-size:1.1rem}.blog-list{display:flex;flex-direction:column;gap:3rem}.blog-post{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:2rem;transition:box-shadow .3s}.blog-post:hover{box-shadow:var(--shadow-md)}.blog-post-title{color:var(--gray-900);font-size:1.8rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.blog-post-meta{align-items:center;border-bottom:1px solid var(--gray-200);color:var(--gray-600);display:flex;font-size:.9rem;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.blog-post-content{color:var(--gray-800);font-size:1.05rem;line-height:1.8;white-space:pre-wrap}.blog-post-content p{margin-bottom:1rem}.site-footer{background:var(--gray-900);color:var(--gray-300);margin-top:0;padding:.6rem 1.5rem .5rem}@media (min-width:768px){.site-footer{margin-top:0}}.pc-footer-banner{align-items:center;background:var(--gray-100);box-sizing:border-box;display:none;height:130px;justify-content:center;margin:0 auto;max-width:1000px;min-height:130px;width:100%}.pc-footer-banner .banner-img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.pc-footer-banner-placeholder{color:var(--gray-500);font-size:.9rem}@media (min-width:768px){.pc-footer-banner{border-radius:0 0 8px 8px;display:flex;margin-bottom:1rem;margin-top:2rem}main:has(#communitySection[style*="display: block"]) .pc-footer-banner,main:has(#communitySection[style*="display:block"]) .pc-footer-banner{margin-top:0}main:has(#communityWriteSection[style*="display: block"]) .pc-footer-banner,main:has(#communityWriteSection[style*="display:block"]) .pc-footer-banner{display:none!important}}.footer-content{margin:0 auto .4rem;max-width:1200px}.footer-links{list-style:none;margin:0;padding:0}.footer-links-minimal{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:0 1rem;justify-content:center}.footer-links-minimal li{margin:0}.footer-links-minimal li:not(:last-child):after{color:var(--gray-600);content:"|";font-size:.65rem;margin-left:1rem}.footer-links a{color:var(--gray-500);font-size:.75rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--teal-400)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:.4rem;text-align:center}.footer-bottom p{color:#e0e0e0;font-size:.7rem;margin:0}.footer-seo-creators{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:6px 16px 4px}.footer-seo-inner{margin:0 auto;max-width:1200px;text-align:center}.footer-seo-inner .seo-intro-block{height:auto;padding:0 0 4px;text-align:center}.footer-seo-inner .seo-intro-h1{line-height:1.25;margin:0 0 2px}.footer-seo-inner .seo-intro-text{line-height:1.35;margin:0 0 4px}.footer-seo-title{color:#666;display:block;font-size:11px;margin:2px 0 4px;text-align:center}.footer-seo-list{display:flex;flex-wrap:wrap;gap:6px 12px;justify-content:center;list-style:none;margin:0;padding:0}.footer-seo-list li a{color:#666;font-size:11px;text-decoration:none}.footer-seo-list li a:hover{text-decoration:underline}#seoCreatorLinkList{min-height:0}.seo-link-placeholder{height:1.6em;pointer-events:none;visibility:hidden}body.theme-dark .footer-seo-creators{background:#1a1a1a;border-top-color:hsla(0,0%,100%,.08)}body.theme-dark .footer-seo-list li a,body.theme-dark .footer-seo-title{color:#999}@media (max-width:767px){.site-footer{margin-top:0;padding:.5rem .75rem .4rem}.footer-links a{font-size:.7rem}.footer-bottom p{font-size:.65rem}.footer-seo-creators{padding:5px 10px 3px}.footer-seo-inner{text-align:center}.footer-seo-title{font-size:9px;margin-bottom:5px;text-align:center}.footer-seo-list{gap:3px 7px;justify-content:center}.footer-seo-list li a{font-size:8px;text-align:center}}.info-page{margin:0 auto;max-width:900px;padding:3rem 1.5rem}.info-page h1{border-bottom:3px solid var(--teal-400);color:var(--teal-600);font-size:2.5rem;margin-bottom:1rem;padding-bottom:1rem}.info-page h2{color:var(--gray-900);font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.info-page h3{color:var(--gray-800);font-size:1.3rem;margin-bottom:.75rem;margin-top:1.5rem}.info-page p{color:var(--gray-700);line-height:1.8;margin-bottom:1rem}.info-page ol,.info-page ul{line-height:1.8;margin:1rem 0 1rem 2rem}.info-page li{color:var(--gray-700);margin-bottom:.5rem}.info-page .update-date{color:var(--gray-600);font-size:.9rem;margin-top:.5rem}.contact-email:before{content:"support" "@" "fanguide.com"}.sky-50{background:var(--sky-100)!important}.card-image,.card-image-wrap img,.card-photo-img,.card-photo-inner img,.post-item-thumb img{height:100%!important;inset:0!important;max-height:none!important;max-width:none!important;min-height:100%!important;min-width:100%!important;object-fit:cover!important;object-position:center!important;position:absolute!important;transform:none!important;width:100%!important}.card-image-wrap,.card-photo-frame,.card-photo-inner{background:transparent!important}.card-image-wrap.creator-card-thumb-wrap,.creator-card-thumb-wrap{aspect-ratio:1/1!important;background:transparent!important;overflow:hidden!important;position:relative!important;width:100%!important}.creator-card-thumb-wrap .card-photo-frame,.creator-card-thumb-wrap .card-photo-inner{background:transparent!important;bottom:0!important;height:100%!important;left:0!important;overflow:hidden!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}.post-item-thumb video{height:100%!important;object-fit:cover!important;object-position:center!important;width:100%!important}#communityPostDetailContent img,#communityPostDetailInlay #communityPostDetailContent img{inset:auto!important;max-height:20000px!important;max-width:100%!important;min-height:0!important;min-width:0!important;object-fit:contain!important;object-position:center!important;position:static!important;transform:none!important}@media (max-width:1024px){.creators-header-top-row .filter-row{flex:1 1 0;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.creators-header-top-row .filter-row::-webkit-scrollbar{display:none}.creators-header .creators-filter-group .platform-tabs{flex-wrap:nowrap;gap:.2rem}.creators-header .platform-tab{background:#fff;border:.5px solid #d8d8d8;border-radius:999px;box-shadow:none;color:var(--gray-700);font-size:.75rem;padding:.2rem .5rem;transform:none}.creators-header .platform-tab:hover{background:var(--gray-50);border-color:#d8d8d8;box-shadow:none;color:var(--gray-800);transform:none}.creators-header .sort-dropdown-btn{background:transparent;border:none;color:var(--gray-800);font-size:.65rem;gap:.2rem;min-height:0;min-width:56px;padding:.2rem .4rem;width:auto}.creators-header .sort-dropdown-btn:hover{background:transparent}.creators-header .sort-dropdown-btn svg{height:10px;width:10px}body.theme-dark .creators-header .platform-tab:not(.active){background:#2d2d2d;border-color:hsla(0,0%,100%,.15);color:#e5e5e5}body.theme-dark .creators-header .platform-tab:not(.active):hover{background:#353535;border-color:hsla(0,0%,100%,.2);color:#fff}}.excel-ptd__period-stack{align-items:center;display:flex;flex-direction:column;gap:2px;line-height:1.25;width:100%}.excel-ptd__period-yt{color:inherit;font-size:inherit;font-weight:inherit;opacity:1}