.Modal_modalBackdrop__SAI8S{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.Modal_modalContent__7OHeL{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;animation:Modal_modalAppear__KhKMH .3s ease-out}.Modal_modalHeader__zMFyS{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee}.Modal_modalHeader__zMFyS h2{margin:0;font-size:1.5rem;color:#333}.Modal_modalBody__Qxxxw{padding:1rem;overflow-y:auto;flex:1 1}.Modal_closeButton__R2by0{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666;transition:color .2s}.Modal_closeButton__R2by0:hover{color:#333}@keyframes Modal_modalAppear__KhKMH{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.Modal_modalContent__7OHeL{width:95%;max-height:95vh}.Modal_modalHeader__zMFyS h2{font-size:1.2rem}}.ItemForm_form__v8Ddj{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.ItemForm_form__v8Ddj .ItemForm_formHeader__WDv_V{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #ebebeb}.ItemForm_form__v8Ddj .ItemForm_formHeader__WDv_V h2{font-size:1.5rem;color:#222;font-weight:600}.ItemForm_form__v8Ddj .ItemForm_formGrid__O2_NV{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.ItemForm_form__v8Ddj .ItemForm_formGrid__O2_NV{grid-template-columns:1fr}}.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE{margin-bottom:1.5rem}.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE label{display:block;margin-bottom:.5rem;font-weight:500;color:#222}.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE input,.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE select,.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s}.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE input:focus,.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE select:focus,.ItemForm_form__v8Ddj .ItemForm_formGroup__WwfLE textarea:focus{outline:none;border-color:#222;box-shadow:0 0 0 2px rgba(34,34,34,.1)}.ItemForm_form__v8Ddj .ItemForm_editorWrapper__M2qkD{border:1px solid #ddd;border-radius:8px;overflow:hidden}.ItemForm_form__v8Ddj .ItemForm_editorWrapper__M2qkD .ItemForm_editor__Jlz8S{padding:1rem;min-height:200px}.ItemForm_form__v8Ddj .ItemForm_editorWrapper__M2qkD:focus-within{border-color:#222;box-shadow:0 0 0 2px rgba(34,34,34,.1)}.ItemForm_form__v8Ddj .ItemForm_photoSelector__9xbYK{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem;gap:1rem;max-height:400px;overflow-y:auto;padding:1rem;background:#f8f8f8;border-radius:8px}.ItemForm_form__v8Ddj .ItemForm_photoSelector__9xbYK .ItemForm_photoItem__7wYwb{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s}.ItemForm_form__v8Ddj .ItemForm_photoSelector__9xbYK .ItemForm_photoItem__7wYwb:hover{transform:scale(1.05)}.ItemForm_form__v8Ddj .ItemForm_photoSelector__9xbYK .ItemForm_photoItem__7wYwb img{width:100%;height:120px;object-fit:cover}.ItemForm_form__v8Ddj .ItemForm_selectedPhotos__YEpTG{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.ItemForm_form__v8Ddj .ItemForm_selectedPhotos__YEpTG .ItemForm_photoPreview__SZG32{position:relative;border-radius:8px;overflow:hidden}.ItemForm_form__v8Ddj .ItemForm_selectedPhotos__YEpTG .ItemForm_photoPreview__SZG32 img{width:100%;height:120px;object-fit:cover}.ItemForm_form__v8Ddj .ItemForm_selectedPhotos__YEpTG .ItemForm_photoPreview__SZG32 .ItemForm_removeButton__DwaUB{position:absolute;top:.5rem;right:.5rem;background:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ItemForm_form__v8Ddj .ItemForm_selectedPhotos__YEpTG .ItemForm_photoPreview__SZG32 .ItemForm_removeButton__DwaUB:hover{background:#ff385c;color:#fff}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT{margin-bottom:2rem;padding:1rem;background:#f8f8f8;border-radius:8px}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT textarea{width:100%;min-height:100px;margin-bottom:1rem}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT .ItemForm_videoPreviews__J0hSw{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT .ItemForm_videoPreviews__J0hSw .ItemForm_videoPreview__L6bLx{position:relative;border-radius:8px;overflow:hidden}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT .ItemForm_videoPreviews__J0hSw .ItemForm_videoPreview__L6bLx iframe{width:100%;aspect-ratio:16/9;border:none}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT .ItemForm_videoPreviews__J0hSw .ItemForm_videoPreview__L6bLx .ItemForm_removeButton__DwaUB{position:absolute;top:.5rem;right:.5rem;background:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT .ItemForm_videoPreviews__J0hSw .ItemForm_videoPreview__L6bLx .ItemForm_removeButton__DwaUB:hover{background:#ff385c;color:#fff}.ItemForm_form__v8Ddj .ItemForm_tagsInput__7kpK1{display:flex;gap:1rem;margin-bottom:1rem}.ItemForm_form__v8Ddj .ItemForm_tagsInput__7kpK1 input{flex:1 1}.ItemForm_form__v8Ddj .ItemForm_tagsInput__7kpK1 .ItemForm_addTagButton__1DlcC{padding:.75rem 1.5rem;background:#222;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.ItemForm_form__v8Ddj .ItemForm_tagsInput__7kpK1 .ItemForm_addTagButton__1DlcC:hover{background:#000}.ItemForm_form__v8Ddj .ItemForm_tagsList__yHj6T{display:flex;flex-wrap:wrap;gap:.5rem}.ItemForm_form__v8Ddj .ItemForm_tagsList__yHj6T .ItemForm_tagItem__R3ISu{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f8f8;border-radius:20px;font-size:.875rem}.ItemForm_form__v8Ddj .ItemForm_tagsList__yHj6T .ItemForm_tagItem__R3ISu .ItemForm_removeTagButton__cb_ze{background:none;border:none;padding:0;cursor:pointer;color:#666;display:flex;align-items:center}.ItemForm_form__v8Ddj .ItemForm_tagsList__yHj6T .ItemForm_tagItem__R3ISu .ItemForm_removeTagButton__cb_ze:hover{color:#ff385c}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #ebebeb}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button{padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button.ItemForm_cancelButton__O7ie6{background:#fff;border:1px solid #ddd;color:#222}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button.ItemForm_cancelButton__O7ie6:hover{background:#f8f8f8;border-color:#222}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button.ItemForm_submitButton__Loldd{background:#ff385c;border:none;color:#fff}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button.ItemForm_submitButton__Loldd:hover{background:#e31c5f}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button.ItemForm_submitButton__Loldd:disabled{background:#ddd;cursor:not-allowed}@media(max-width:768px){.ItemForm_form__v8Ddj{padding:.5rem}.ItemForm_form__v8Ddj .ItemForm_formGrid__O2_NV{grid-template-columns:1fr}.ItemForm_form__v8Ddj .ItemForm_videoSection__hzMcT .ItemForm_videoPreviews__J0hSw{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh{flex-direction:column;gap:.5rem}.ItemForm_form__v8Ddj .ItemForm_formActions__GhzMh button{width:100%}}.ItemCard_card__JtAes{border-radius:12px;overflow:hidden;box-shadow:0 2px 20px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}.ItemCard_card__JtAes .ItemCard_category__R8jTM{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.ItemCard_card__JtAes:hover{transform:translateY(-4px);box-shadow:0 4px 25px rgba(0,0,0,.12)}.ItemCard_card__JtAes .ItemCard_imageContainer__6CMUG{position:relative;width:100%;padding-top:66.67%;background-color:#f7f7f7}.ItemCard_card__JtAes .ItemCard_imageContainer__6CMUG .ItemCard_image__ktjv4{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ItemCard_card__JtAes .ItemCard_imageContainer__6CMUG .ItemCard_category__R8jTM{position:absolute;top:1rem;left:1rem;background-color:hsla(0,0%,100%,.9);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ItemCard_card__JtAes .ItemCard_content__Qno9v{padding:1.5rem}.ItemCard_card__JtAes .ItemCard_content__Qno9v .ItemCard_title__QLz_l{font-size:1.25rem;font-weight:600;color:#222;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ItemCard_card__JtAes .ItemCard_content__Qno9v .ItemCard_date__Lst0i{color:#717171;font-size:.875rem;margin-bottom:1rem}.ItemCard_card__JtAes .ItemCard_content__Qno9v .ItemCard_excerpt__QnJF4{color:#717171;font-size:.875rem;line-height:1.5;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ItemCard_card__JtAes .ItemCard_content__Qno9v .ItemCard_tags__VbAFQ{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.ItemCard_card__JtAes .ItemCard_content__Qno9v .ItemCard_tags__VbAFQ .ItemCard_tag__Jr6bJ{background-color:#f7f7f7;color:#717171;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;transition:all .2s}.ItemCard_card__JtAes .ItemCard_content__Qno9v .ItemCard_tags__VbAFQ .ItemCard_tag__Jr6bJ:hover{background-color:#ebebeb;color:#222}.ItemCard_card__JtAes .ItemCard_actions__UvTFc{display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #ebebeb}.ItemCard_card__JtAes .ItemCard_actions__UvTFc button{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.ItemCard_card__JtAes .ItemCard_actions__UvTFc button svg{font-size:1rem}.ItemCard_card__JtAes .ItemCard_actions__UvTFc .ItemCard_editButton__vAUtW{background-color:#222;color:#fff;border:none}.ItemCard_card__JtAes .ItemCard_actions__UvTFc .ItemCard_editButton__vAUtW:hover{background-color:#000}.ItemCard_card__JtAes .ItemCard_actions__UvTFc .ItemCard_deleteButton__g57tY{background-color:#fff;color:#ff385c;border:1px solid #ff385c}.ItemCard_card__JtAes .ItemCard_actions__UvTFc .ItemCard_deleteButton__g57tY:hover{background-color:#fff1f3}.SearchBar_searchBar__0OphP{position:relative;width:100%;max-width:400px}.SearchBar_searchBar__0OphP .SearchBar_searchIcon__3QCZR{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#717171;font-size:1rem}.SearchBar_searchBar__0OphP .SearchBar_searchInput__FCgTI{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #ddd;border-radius:40px;font-size:1rem;color:#222;background-color:#f7f7f7;transition:all .2s}.SearchBar_searchBar__0OphP .SearchBar_searchInput__FCgTI::placeholder{color:#717171}.SearchBar_searchBar__0OphP .SearchBar_searchInput__FCgTI:focus{outline:none;border-color:#222;background-color:#fff;box-shadow:0 0 0 1px #222}.SearchBar_searchBar__0OphP .SearchBar_searchInput__FCgTI:hover{border-color:#222}@media(max-width:768px){.SearchBar_searchBar__0OphP{max-width:100%}}.FilterBar_filterBar__SqqUq{display:flex;gap:1rem;align-items:center}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B{min-width:200px;position:relative}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B:after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #222;pointer-events:none}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B .FilterBar_select__v_5va{width:100%;padding:1rem;border:1px solid #ddd;border-radius:40px;font-size:1rem;color:#222;background-color:#f7f7f7;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B .FilterBar_select__v_5va:hover{border-color:#222}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B .FilterBar_select__v_5va:focus{outline:none;border-color:#222;background-color:#fff;box-shadow:0 0 0 1px #222}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B .FilterBar_select__v_5va option{background-color:#fff;color:#222;padding:.5rem}@media(max-width:768px){.FilterBar_filterBar__SqqUq{flex-direction:column;width:100%}.FilterBar_filterBar__SqqUq .FilterBar_filterGroup__QXI1B{width:100%}}.page_adminPage__Eyxj7{padding:2rem;max-width:1440px;margin:0 auto;background-color:#fff}.page_adminPage__Eyxj7 .page_header__A_DQ7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page_adminPage__Eyxj7 .page_header__A_DQ7 h1{font-size:2rem;font-weight:600;color:#222}.page_adminPage__Eyxj7 .page_header__A_DQ7 .page_addButton__Xd0em{background-color:#ff385c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.page_adminPage__Eyxj7 .page_header__A_DQ7 .page_addButton__Xd0em:hover{background-color:#e31c5f}.page_adminPage__Eyxj7 .page_filters__ENOU3{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}@media(max-width:768px){.page_adminPage__Eyxj7 .page_filters__ENOU3{flex-direction:column}}.page_adminPage__Eyxj7 .page_itemsGrid__ljz0K{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;padding:1rem 0}.page_adminPage__Eyxj7 .page_loading__42nuG{text-align:center;padding:3rem;color:#717171;font-size:1.2rem}.ArticleClient_page__vhrSM{min-height:100vh;background:#fff;color:#333}.ArticleClient_heroSection__Fme1L{position:relative;height:10vh;min-height:300px;width:100%;margin-bottom:2rem}.ArticleClient_heroSection__Fme1L .ArticleClient_heroBackground__upyQG{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr{position:relative;height:100%;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125{max-width:800px;width:100%;color:#fff}@media(max-width:900px){.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125{max-width:95vw}}.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;text-align:left;width:100%;white-space:normal;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 h1{font-size:1.3rem;text-align:left;max-width:95vw}}@media(min-width:601px)and (max-width:900px){.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 h1{font-size:1.7rem;max-width:80vw}}@media(min-width:901px){.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 h1{max-width:800px}}.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 .ArticleClient_date__Oy1Vo{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 .ArticleClient_tags__KK7Gl{display:flex;gap:.5rem;flex-wrap:wrap}.ArticleClient_heroSection__Fme1L .ArticleClient_heroContent__hidAr .ArticleClient_heroMeta__p8125 .ArticleClient_tags__KK7Gl .ArticleClient_tag__Ilvmy{padding:.25rem .75rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;font-size:.9rem}.ArticleClient_contentWrapper__6S_Jp{padding:2rem;max-width:1400px;margin:0 auto;background:#fff;border-radius:8px 8px 0 0}.ArticleClient_mainContent__l_SUT{margin-top:2rem}.ArticleClient_mainContent__l_SUT .ArticleClient_contentGrid__uwho9{display:block;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.ArticleClient_mainContent__l_SUT .ArticleClient_contentGrid__uwho9{display:grid;grid-template-columns:250px 1fr}}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr{display:flex;gap:1rem}@media(max-width:1023px){.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr{overflow-x:auto;padding-bottom:1rem;margin-bottom:20px}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr::-webkit-scrollbar{height:6px}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}@media(min-width:1024px){.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr{flex-direction:column;height:100%;max-height:600px;overflow-y:auto}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr::-webkit-scrollbar{width:6px}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnailGrid__LGrjr::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnail__5e75K{flex:0 0 150px;height:100px;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnail__5e75K:hover{transform:scale(1.05)}.ArticleClient_sidebar__eZWqu .ArticleClient_thumbnail__5e75K img{width:100%;height:100%;object-fit:cover}.ArticleClient_mainArticle__tGA3m .ArticleClient_mediaSection__jGZcc{margin-bottom:2rem}.ArticleClient_mainArticle__tGA3m .ArticleClient_mediaSection__jGZcc .ArticleClient_mainVideo__XCJv0{width:100%;aspect-ratio:16/9;background:#1a1a1a;border-radius:8px;overflow:hidden}.ArticleClient_mainArticle__tGA3m .ArticleClient_mediaSection__jGZcc .ArticleClient_mainVideo__XCJv0 iframe{width:100%;height:100%;border:none}.ArticleClient_mainArticle__tGA3m .ArticleClient_articleContent__7oDPh{line-height:1.6;color:#333}.ArticleClient_mainArticle__tGA3m .ArticleClient_articleContent__7oDPh .public-DraftEditor-content{font-size:1.1rem}.ArticleClient_socialShare__YGCSC{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC{padding:1rem 1.5rem;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;min-width:140px;justify-content:center}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC svg{font-size:1.2rem}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC:hover{transform:translateY(-2px);filter:brightness(1.1)}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC:active{transform:translateY(0)}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC.ArticleClient_facebook__iEec8{background:#1877f2}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC.ArticleClient_twitter__bU51l{background:#1da1f2}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC.ArticleClient_linkedin__zW3Y4{background:#0077b5}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC.ArticleClient_instagram__H_dWB{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC.ArticleClient_whatsapp__hJvmo{background:#25d366}.ArticleClient_socialShare__YGCSC .ArticleClient_shareButton__cwlNC.ArticleClient_copy__IUbdd{background:#6e7780}.ArticleClient_similarSection__agDd_{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee}.ArticleClient_similarSection__agDd_ h2{font-size:1.8rem;margin-bottom:2rem;text-align:center}.ArticleClient_similarSection__agDd_ .ArticleClient_similarGrid__zztxB{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s;cursor:pointer}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J:hover{transform:translateY(-4px)}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J .ArticleClient_similarImage__1mWSr{position:relative;height:160px}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J .ArticleClient_similarImage__1mWSr img{width:100%;height:100%;object-fit:cover}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J .ArticleClient_similarContent__DjnbN{padding:1rem}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J .ArticleClient_similarContent__DjnbN h3{font-size:1.2rem;margin-bottom:.5rem;line-height:1.4}.ArticleClient_similarSection__agDd_ .ArticleClient_similarCard__fxj2J .ArticleClient_similarContent__DjnbN .ArticleClient_date__Oy1Vo{font-size:.9rem;color:#666}.ArticleClient_error__3zrar,.ArticleClient_loading__k9Weu{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.ArticleClient_error__3zrar h2,.ArticleClient_loading__k9Weu h2{font-size:1.8rem;margin-bottom:1rem}.ArticleClient_error__3zrar p,.ArticleClient_loading__k9Weu p{margin-bottom:1rem}.ArticleClient_error__3zrar button,.ArticleClient_loading__k9Weu button{padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.ArticleClient_error__3zrar button:hover,.ArticleClient_loading__k9Weu button:hover{opacity:.9}.page_page__eZW1Y{min-height:100vh;background:#fff;color:#333}.page_heroSection__jpWWu{position:relative;min-height:300px;width:100%;margin-bottom:2rem}@media(max-width:600px){.page_heroSection__jpWWu{display:flex;justify-content:center;align-items:center}}.page_heroSection__jpWWu .page_heroBackground__HdMA1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.page_heroSection__jpWWu .page_heroContent__dNHV6{position:relative;height:100%;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe{max-width:800px;color:#fff}.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;text-align:left}@media(max-width:900px){.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe h1{font-size:1.7rem}}@media(max-width:600px){.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe h1{font-size:1rem;text-align:left}}.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe .page_date__XS_CG{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe .page_tags___kkLf{display:flex;gap:.5rem;flex-wrap:wrap}.page_heroSection__jpWWu .page_heroContent__dNHV6 .page_heroMeta__WPQXe .page_tags___kkLf .page_tag__RRKq_{padding:.25rem .75rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;font-size:.9rem}.page_contentWrapper__UQh8P{padding:2rem;max-width:1400px;margin:0 auto;background:#fff;border-radius:8px 8px 0 0}.page_mainContent__RSe_b{padding:12px;margin-top:2rem}.page_mainContent__RSe_b .page_contentGrid__yHSfE{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.page_mainContent__RSe_b .page_contentGrid__yHSfE{grid-template-columns:250px 1fr}}@media(max-width:900px){.page_mainContent__RSe_b .page_contentGrid__yHSfE{display:block}}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg{display:flex;gap:1rem}@media(max-width:1023px){.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg{overflow-x:auto;padding-bottom:1rem}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg::-webkit-scrollbar{height:6px}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}@media(min-width:1024px){.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg{flex-direction:column;height:100%;max-height:600px;overflow-y:auto}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg::-webkit-scrollbar{width:6px}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.page_sidebar__Z8qcY .page_thumbnailGrid__UnvCg::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}.page_sidebar__Z8qcY .page_thumbnail__H2TuB{flex:0 0 150px;height:100px;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s}.page_sidebar__Z8qcY .page_thumbnail__H2TuB:hover{transform:scale(1.05)}.page_sidebar__Z8qcY .page_thumbnail__H2TuB img{width:100%;height:100%;object-fit:cover}.page_mainArticle__qbPRV .page_mediaSection__jgolR{margin-bottom:2rem}.page_mainArticle__qbPRV .page_mediaSection__jgolR .page_mainVideo__NuWUe{width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;background:#1a1a1a;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;transition:max-width .3s}.page_mainArticle__qbPRV .page_mediaSection__jgolR .page_mainVideo__NuWUe iframe{width:100%;height:100%;border:none;display:block}.page_mainArticle__qbPRV .page_articleContent__jgkEa{line-height:1.6;color:#333}.page_mainArticle__qbPRV .page_articleContent__jgkEa .public-DraftEditor-content{font-size:1.1rem}.page_socialShare__QuNsk{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}.page_socialShare__QuNsk .page_shareButton__FUulq{padding:1rem 1.5rem;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;min-width:140px;justify-content:center}.page_socialShare__QuNsk .page_shareButton__FUulq svg{font-size:1.2rem}.page_socialShare__QuNsk .page_shareButton__FUulq:hover{transform:translateY(-2px);filter:brightness(1.1)}.page_socialShare__QuNsk .page_shareButton__FUulq:active{transform:translateY(0)}.page_socialShare__QuNsk .page_shareButton__FUulq.page_facebook__GnCmX{background:#1877f2}.page_socialShare__QuNsk .page_shareButton__FUulq.page_twitter__DnKW1{background:#1da1f2}.page_socialShare__QuNsk .page_shareButton__FUulq.page_linkedin__KOduL{background:#0077b5}.page_socialShare__QuNsk .page_shareButton__FUulq.page_instagram__6GQ9T{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.page_socialShare__QuNsk .page_shareButton__FUulq.page_whatsapp__ZPsix{background:#25d366}.page_socialShare__QuNsk .page_shareButton__FUulq.page_copy__nGyVH{background:#6e7780}.page_similarSection__B_LEf{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee}.page_similarSection__B_LEf h2{font-size:1.8rem;margin-bottom:2rem;text-align:center}.page_similarSection__B_LEf .page_similarGrid__o0raP{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.page_similarSection__B_LEf .page_similarCard__HH_rQ{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s;cursor:pointer}.page_similarSection__B_LEf .page_similarCard__HH_rQ:hover{transform:translateY(-4px)}.page_similarSection__B_LEf .page_similarCard__HH_rQ .page_similarImage__JaHup{position:relative;height:160px}.page_similarSection__B_LEf .page_similarCard__HH_rQ .page_similarImage__JaHup img{width:100%;height:100%;object-fit:cover}.page_similarSection__B_LEf .page_similarCard__HH_rQ .page_similarContent__s6zgn{padding:1rem}.page_similarSection__B_LEf .page_similarCard__HH_rQ .page_similarContent__s6zgn h3{font-size:1.2rem;margin-bottom:.5rem;line-height:1.4}.page_similarSection__B_LEf .page_similarCard__HH_rQ .page_similarContent__s6zgn .page_date__XS_CG{font-size:.9rem;color:#666}.page_error__XihtO,.page_loading__NOEV1{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.page_error__XihtO h2,.page_loading__NOEV1 h2{font-size:1.8rem;margin-bottom:1rem}.page_error__XihtO p,.page_loading__NOEV1 p{margin-bottom:1rem}.page_error__XihtO button,.page_loading__NOEV1 button{padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.page_error__XihtO button:hover,.page_loading__NOEV1 button:hover{opacity:.9}@media(max-width:1200px){.page_mainArticle__qbPRV .page_mediaSection__jgolR .page_mainVideo__NuWUe{max-width:100vw}}@media(max-width:800px){.page_mainArticle__qbPRV .page_mediaSection__jgolR .page_mainVideo__NuWUe{max-width:98vw}}@media(max-width:600px){.page_mainArticle__qbPRV .page_mediaSection__jgolR .page_mainVideo__NuWUe{max-width:100vw;border-radius:0}.page_contentWrapper__UQh8P{padding:0 4px}}.InterviewClient_page__uAdfP{min-height:100vh;background:#fff;color:#333}.InterviewClient_heroSection__ToBri{position:relative;height:10vh;min-height:300px;width:100%;margin-bottom:2rem}.InterviewClient_heroSection__ToBri .InterviewClient_heroBackground__JHhei{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7{position:relative;height:100%;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E{max-width:800px;width:100%;color:#fff}@media(max-width:900px){.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E{max-width:95vw}}.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;text-align:left;width:100%;white-space:normal;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E h1{font-size:1.3rem;text-align:left;max-width:95vw}}@media(min-width:601px)and (max-width:900px){.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E h1{font-size:1.7rem;max-width:80vw}}@media(min-width:901px){.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E h1{max-width:800px}}.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E .InterviewClient_date__8nECa{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E .InterviewClient_tags__CAnc3{display:flex;gap:.5rem;flex-wrap:wrap}.InterviewClient_heroSection__ToBri .InterviewClient_heroContent__xjDD7 .InterviewClient_heroMeta__V6S9E .InterviewClient_tags__CAnc3 .InterviewClient_tag__5oQQv{padding:.25rem .75rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;font-size:.9rem}.InterviewClient_contentWrapper__qI8py{padding:2rem;max-width:1400px;margin:0 auto;background:#fff;border-radius:8px 8px 0 0}.InterviewClient_mainContent__b8tTp{margin-top:2rem}.InterviewClient_mainContent__b8tTp .InterviewClient_contentGrid___6HPo{gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.InterviewClient_mainContent__b8tTp .InterviewClient_contentGrid___6HPo{display:grid;grid-template-columns:250px 1fr}}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ{display:flex;gap:1rem}@media(max-width:1023px){.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ{overflow-x:auto;padding-bottom:1rem;margin-bottom:20px}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ::-webkit-scrollbar{height:6px}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}@media(min-width:1024px){.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ{flex-direction:column;height:100%;max-height:600px;overflow-y:auto}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ::-webkit-scrollbar{width:6px}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnailGrid__OP_aQ::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnail__aCZpQ{flex:0 0 150px;height:100px;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnail__aCZpQ:hover{transform:scale(1.05)}.InterviewClient_sidebar__3PPap .InterviewClient_thumbnail__aCZpQ img{width:100%;height:100%;object-fit:cover}.InterviewClient_mainArticle__EOoaG .InterviewClient_mediaSection__LqeeW{margin-bottom:2rem}.InterviewClient_mainArticle__EOoaG .InterviewClient_mediaSection__LqeeW .InterviewClient_mainVideo__YqxUW{width:100%;aspect-ratio:16/9;background:#1a1a1a;border-radius:8px;overflow:hidden}.InterviewClient_mainArticle__EOoaG .InterviewClient_mediaSection__LqeeW .InterviewClient_mainVideo__YqxUW iframe{width:100%;height:100%;border:none}.InterviewClient_mainArticle__EOoaG .InterviewClient_articleContent__s42uF{line-height:1.6;color:#333}.InterviewClient_mainArticle__EOoaG .InterviewClient_articleContent__s42uF .public-DraftEditor-content{font-size:1.1rem}.InterviewClient_socialShare__t3dQR{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F{padding:1rem 1.5rem;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;min-width:140px;justify-content:center}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F svg{font-size:1.2rem}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F:hover{transform:translateY(-2px);filter:brightness(1.1)}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F:active{transform:translateY(0)}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F.InterviewClient_facebook__v3pCz{background:#1877f2}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F.InterviewClient_twitter__aR_Iu{background:#1da1f2}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F.InterviewClient_linkedin__laAw0{background:#0077b5}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F.InterviewClient_instagram__VV_Io{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F.InterviewClient_whatsapp__IlXp5{background:#25d366}.InterviewClient_socialShare__t3dQR .InterviewClient_shareButton__3ge8F.InterviewClient_copy__Ua1qK{background:#6e7780}.InterviewClient_similarSection__L0tJ9{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee}.InterviewClient_similarSection__L0tJ9 h2{font-size:1.8rem;margin-bottom:2rem;text-align:center}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarGrid__utG3D{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s;cursor:pointer}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX:hover{transform:translateY(-4px)}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX .InterviewClient_similarImage__ZiEOF{position:relative;height:160px}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX .InterviewClient_similarImage__ZiEOF img{width:100%;height:100%;object-fit:cover}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX .InterviewClient_similarContent__Ep5x6{padding:1rem}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX .InterviewClient_similarContent__Ep5x6 h3{font-size:1.2rem;margin-bottom:.5rem;line-height:1.4}.InterviewClient_similarSection__L0tJ9 .InterviewClient_similarCard__0B0DX .InterviewClient_similarContent__Ep5x6 .InterviewClient_date__8nECa{font-size:.9rem;color:#666}.InterviewClient_error__lsktE,.InterviewClient_loading__UexdS{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.InterviewClient_error__lsktE h2,.InterviewClient_loading__UexdS h2{font-size:1.8rem;margin-bottom:1rem}.InterviewClient_error__lsktE p,.InterviewClient_loading__UexdS p{margin-bottom:1rem}.InterviewClient_error__lsktE button,.InterviewClient_loading__UexdS button{padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.InterviewClient_error__lsktE button:hover,.InterviewClient_loading__UexdS button:hover{opacity:.9}.WebTVClient_page__eHu2s{min-height:100vh;background:#fff;color:#333}.WebTVClient_heroSection__kBWgV{position:relative;height:10vh;min-height:300px;width:100%;margin-bottom:2rem}.WebTVClient_heroSection__kBWgV .WebTVClient_heroBackground__zvCb5{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB{position:relative;height:100%;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24{max-width:800px;width:100%;color:#fff}@media(max-width:900px){.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24{max-width:95vw}}.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;text-align:left;width:100%;white-space:normal;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 h1{font-size:1.3rem;text-align:left;max-width:95vw}}@media(min-width:601px)and (max-width:900px){.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 h1{font-size:1.7rem;max-width:80vw}}@media(min-width:901px){.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 h1{max-width:800px}}.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 .WebTVClient_date__zMPRX{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 .WebTVClient_tags__uX4Gn{display:flex;gap:.5rem;flex-wrap:wrap}.WebTVClient_heroSection__kBWgV .WebTVClient_heroContent__hSdSB .WebTVClient_heroMeta__2WZ24 .WebTVClient_tags__uX4Gn .WebTVClient_tag__sAvIh{padding:.25rem .75rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;font-size:.9rem}.WebTVClient_contentWrapper__UovGB{padding:2rem;max-width:1400px;margin:0 auto;background:#fff;border-radius:8px 8px 0 0}.WebTVClient_mainContent___wdeL{margin-top:2rem}.WebTVClient_mainContent___wdeL .WebTVClient_contentGrid__1Kp77{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.WebTVClient_mainContent___wdeL .WebTVClient_contentGrid__1Kp77{grid-template-columns:250px 1fr}}@media(max-width:900px){.WebTVClient_mainContent___wdeL .WebTVClient_contentGrid__1Kp77{display:block}}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed{display:flex;gap:1rem}@media(max-width:1023px){.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed{overflow-x:auto;padding-bottom:1rem}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed::-webkit-scrollbar{height:6px}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}@media(min-width:1024px){.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed{flex-direction:column;height:100%;max-height:600px;overflow-y:auto}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed::-webkit-scrollbar{width:6px}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnailGrid__4Shed::-webkit-scrollbar-thumb{background:#888;border-radius:3px}}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnail__5xFaj{flex:0 0 150px;height:100px;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnail__5xFaj:hover{transform:scale(1.05)}.WebTVClient_sidebar__Z2ELt .WebTVClient_thumbnail__5xFaj img{width:100%;height:100%;object-fit:cover}.WebTVClient_mainArticle__tmMIs .WebTVClient_mediaSection__KPG_6{margin-bottom:2rem}.WebTVClient_mainArticle__tmMIs .WebTVClient_mediaSection__KPG_6 .WebTVClient_mainVideo__XNmck{width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;background:#1a1a1a;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;transition:max-width .3s}.WebTVClient_mainArticle__tmMIs .WebTVClient_mediaSection__KPG_6 .WebTVClient_mainVideo__XNmck iframe{width:100%;height:100%;border:none;display:block}.WebTVClient_mainArticle__tmMIs .WebTVClient_articleContent__ertOM{line-height:1.6;color:#333}.WebTVClient_mainArticle__tmMIs .WebTVClient_articleContent__ertOM .public-DraftEditor-content{font-size:1.1rem}.WebTVClient_socialShare__pItXf{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX{padding:1rem 1.5rem;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;min-width:140px;justify-content:center}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX svg{font-size:1.2rem}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX:hover{transform:translateY(-2px);filter:brightness(1.1)}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX:active{transform:translateY(0)}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX.WebTVClient_facebook__SWntX{background:#1877f2}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX.WebTVClient_twitter__raVzQ{background:#1da1f2}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX.WebTVClient_linkedin__rF651{background:#0077b5}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX.WebTVClient_instagram__I6TLr{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX.WebTVClient_whatsapp__ppKMn{background:#25d366}.WebTVClient_socialShare__pItXf .WebTVClient_shareButton__hDyZX.WebTVClient_copy__PfnPb{background:#6e7780}.WebTVClient_similarSection__OGtMT{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee}.WebTVClient_similarSection__OGtMT h2{font-size:1.8rem;margin-bottom:2rem;text-align:center}.WebTVClient_similarSection__OGtMT .WebTVClient_similarGrid__o_geB{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s;cursor:pointer}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE:hover{transform:translateY(-4px)}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE .WebTVClient_similarImage__Wdxnm{position:relative;height:160px}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE .WebTVClient_similarImage__Wdxnm img{width:100%;height:100%;object-fit:cover}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE .WebTVClient_similarContent__QqZwL{padding:1rem}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE .WebTVClient_similarContent__QqZwL h3{font-size:1.2rem;margin-bottom:.5rem;line-height:1.4}.WebTVClient_similarSection__OGtMT .WebTVClient_similarCard__Hb3OE .WebTVClient_similarContent__QqZwL .WebTVClient_date__zMPRX{font-size:.9rem;color:#666}.WebTVClient_error__OUHJt,.WebTVClient_loading__LH_kE{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.WebTVClient_error__OUHJt h2,.WebTVClient_loading__LH_kE h2{font-size:1.8rem;margin-bottom:1rem}.WebTVClient_error__OUHJt p,.WebTVClient_loading__LH_kE p{margin-bottom:1rem}.WebTVClient_error__OUHJt button,.WebTVClient_loading__LH_kE button{padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.WebTVClient_error__OUHJt button:hover,.WebTVClient_loading__LH_kE button:hover{opacity:.9}@media(max-width:1200px){.WebTVClient_mainArticle__tmMIs .WebTVClient_mediaSection__KPG_6 .WebTVClient_mainVideo__XNmck{max-width:100vw}}@media(max-width:800px){.WebTVClient_mainArticle__tmMIs .WebTVClient_mediaSection__KPG_6 .WebTVClient_mainVideo__XNmck{max-width:98vw}}@media(max-width:600px){.WebTVClient_mainArticle__tmMIs .WebTVClient_mediaSection__KPG_6 .WebTVClient_mainVideo__XNmck{max-width:100vw;border-radius:0}}