.onepost-container{display:flex;max-width:1100px;margin:0 auto;padding:20px 15px;gap:20px}.onepost-main-content{flex:1 1;max-width:620px;margin:0 auto}.onepost-other-posts{display:none;flex-basis:320px;align-self:flex-start;position:-webkit-sticky;position:sticky;top:80px}.onepost-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);overflow:hidden;margin-bottom:20px;border:1px solid #e0e0e0;transition:transform .2s ease,box-shadow .2s ease}.onepost-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.12)}.onepost-join-banner{background:linear-gradient(135deg,#007bff,#0056b3);border-radius:12px;padding:25px;margin-bottom:20px;color:#fff;position:relative;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.15)}.onepost-join-decoration{position:absolute;top:-5px;right:-5px;width:100px;height:100px;background-color:hsla(0,0%,100%,.1);border-radius:50%;z-index:1}.onepost-join-decoration:before{content:"";position:absolute;bottom:-15px;left:-35px;width:80px;height:80px;background-color:hsla(0,0%,100%,.08);border-radius:50%}.onepost-join-content{position:relative;z-index:2}.onepost-join-title{font-size:24px;font-weight:700;margin-bottom:10px}.onepost-join-subtitle{font-size:16px;margin-bottom:20px;opacity:.9}.onepost-engagement-banner,.onepost-join-buttons{display:flex;gap:10px;flex-wrap:wrap}.onepost-engagement-banner{justify-content:space-between;align-items:center;padding:15px;border-top:1px solid #e1e4e8;background-color:#f8f9fa}.onepost-engagement-item{display:flex;align-items:center;gap:6px;color:#65676b;font-size:14px}.onepost-engagement-icon{color:#007bff;font-size:16px}.onepost-login-prompt{font-size:14px;color:#65676b}.onepost-login-link{color:#007bff;font-weight:600;text-decoration:none}.onepost-login-link:hover{text-decoration:underline}.onepost-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;transition:all .2s ease;text-decoration:none;gap:8px}.onepost-btn-primary{background-color:#fff;color:#007bff}.onepost-btn-primary:hover{background-color:hsla(0,0%,100%,.9);transform:translateY(-2px)}.onepost-btn-secondary{background-color:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.onepost-btn-secondary:hover{background-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.onepost-btn-icon{font-size:16px}.onepost-city-models{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:20px;margin-bottom:20px;border:1px solid #e0e0e0}.onepost-section-header{margin-bottom:15px;border-bottom:1px solid #e1e4e8;padding-bottom:10px}.onepost-section-title{font-size:18px;font-weight:600;color:#2d3748;margin:0;display:flex;align-items:center;gap:8px}.onepost-section-icon{color:#007bff}.onepost-models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:10px;gap:10px;margin-bottom:15px}.onepost-model-card{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;background-color:#f8f9fa;border-radius:8px;transition:all .2s ease;border:1px solid #e1e4e8}.onepost-model-card:hover{background-color:#e9ecef;transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.1)}.onepost-model-name{font-weight:500;color:#2d3748}.onepost-model-icon{color:#007bff;font-size:14px}.onepost-models-more{text-align:center;margin-top:10px}.onepost-models-more a{color:#007bff;font-weight:500;text-decoration:none}.onepost-models-more a:hover{text-decoration:underline}.onepost-other-posts-list{display:flex;flex-direction:column;gap:15px}.onepost-other-post-item{background-color:#fff;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.07);border:1px solid #e0e0e0;transition:transform .2s ease,box-shadow .2s ease}.onepost-other-post-item:hover{transform:translateY(-2px);box-shadow:0 3px 8px rgba(0,0,0,.1)}.onepost-more-from-source{margin-top:15px;text-align:center}.onepost-more-link{display:inline-flex;align-items:center;gap:5px;color:#007bff;font-weight:500;transition:all .2s ease}.onepost-more-link:hover{color:#0056b3}.onepost-more-icon{font-size:12px}.onepost-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background-color:#fff;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.07)}.onepost-spinner{width:40px;height:40px;border:4px solid rgba(0,123,255,.1);border-top-color:#007bff;border-radius:50%;animation:onepost-spin 1s linear infinite;margin-bottom:15px}@keyframes onepost-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.onepost-sticky-cta{position:fixed;bottom:0;left:0;right:0;background-color:#007bff;padding:10px 15px;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100;display:flex;justify-content:center}.onepost-sticky-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:620px;color:#fff;font-weight:500}.onepost-sticky-btn{display:inline-flex;align-items:center;gap:6px;background-color:#fff;color:#007bff;padding:8px 15px;border-radius:6px;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s ease}.onepost-sticky-btn:hover{transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.2)}.onepost-sticky-icon{font-size:14px}@media (min-width:768px){.onepost-container{padding:25px}.onepost-join-buttons{flex-wrap:nowrap}.onepost-sticky-cta{display:none}}@media (min-width:992px){.onepost-other-posts{display:block}.onepost-models-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.onepost-container{padding:15px 10px}.onepost-join-title{font-size:20px}.onepost-join-subtitle{font-size:14px}.onepost-join-banner{padding:15px}.onepost-btn{width:100%;padding:8px 12px;font-size:13px}.onepost-section-title{font-size:16px}.onepost-models-grid{grid-template-columns:1fr}}.onepost-error-banner{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin:15px auto 20px;max-width:620px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.05)}.onepost-error-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.onepost-error-summary:hover{background-color:#fff1b3}.onepost-error-banner-icon{color:#856404;font-size:16px;margin-right:10px;flex-shrink:0}.onepost-error-toggle{color:#06c;font-size:13px;font-weight:500;text-decoration:underline}.onepost-error-details{border-top:1px solid #ffeaa7;background-color:#fff8e1;padding:12px 16px;font-size:13px;color:#856404}.onepost-error-item{margin-bottom:4px;line-height:1.4}.onepost-error-item:last-child{margin-bottom:0}.onepost-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 30px;text-align:center;background-color:#f8f9fa;border-radius:12px;margin:20px 0}.onepost-error-icon{color:#dc3545;font-size:48px;margin-bottom:20px}.onepost-error-title{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:10px}.onepost-error-message{font-size:16px;color:#65676b;margin-bottom:25px;line-height:1.5;max-width:400px}.onepost-error-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}@media (max-width:767px){.onepost-error-banner{margin:10px 15px 15px}.onepost-error-summary{padding:10px 12px;font-size:14px}.onepost-error-details{padding:10px 12px;font-size:12px}.onepost-error-container{padding:40px 20px}.onepost-error-icon{font-size:36px;margin-bottom:15px}.onepost-error-title{font-size:20px}.onepost-error-message{font-size:14px;margin-bottom:20px}.onepost-error-actions{flex-direction:column;width:100%}.onepost-error-actions .onepost-btn{width:100%}}.lhp-header{color-scheme:light;-webkit-color-scheme:light;background-color:#0051a5;background-image:linear-gradient(135deg,#0051a5,#0068c9);display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:70px;position:-webkit-sticky;position:sticky;top:0;z-index:1030;box-shadow:0 4px 20px rgba(0,81,165,.25);transition:all .3s ease;opacity:0;transform:translateY(-10px)}.lhp-header-loaded{opacity:1;transform:translateY(0)}.lhp-header-brand{display:flex;align-items:center;cursor:pointer;padding:8px;border-radius:12px;transition:all .2s ease}.lhp-header-brand:hover{background-color:hsla(0,0%,100%,.1);transform:scale(1.05)}.lhp-header-brand:active{transform:scale(.98)}.lhp-logo-img{height:44px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));transition:filter .2s ease}.lhp-header-brand:hover .lhp-logo-img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.25))}.lhp-nav{display:flex;align-items:center;gap:12px;margin-left:auto}.lhp-nav-item,.lhp-nav-link{position:relative}.lhp-nav-link{color:#fff;font-size:1.3rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:12px;width:48px;height:48px;background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease;cursor:pointer;overflow:hidden}.lhp-nav-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:hsla(0,0%,100%,.2);transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.lhp-nav-link:hover:before{width:100%;height:100%}.lhp-nav-link:hover{background-color:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.lhp-nav-link:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.15)}.lhp-nav-icon{position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.lhp-notification-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:12px;padding:3px 7px;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;box-shadow:0 4px 12px rgba(239,68,68,.4),0 0 0 3px hsla(0,0%,100%,.3);animation:lhp-pulse 2s ease-in-out infinite;z-index:2;line-height:1}@keyframes lhp-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.lhp-children-wrapper{position:relative;z-index:1;min-height:calc(100vh - 70px)}@media (max-width:768px){.lhp-header{height:60px;padding:0 16px}.lhp-logo-img{height:36px}.lhp-nav{gap:8px}.lhp-nav-link{width:44px;height:44px;font-size:1.2rem}.lhp-notification-badge{min-width:20px;height:20px;font-size:.7rem;padding:2px 6px}}@media (max-width:576px){.lhp-header{height:56px;padding:0 12px}.lhp-logo-img{height:32px}.lhp-nav{gap:6px}.lhp-nav-link{width:40px;height:40px;font-size:1.1rem;border-radius:10px}.lhp-notification-badge{min-width:18px;height:18px;font-size:.65rem;padding:2px 5px;top:-3px;right:-3px}.lhp-children-wrapper{min-height:calc(100vh - 56px)}}@media (prefers-reduced-motion:reduce){.lhp-header{opacity:1;transform:none}.lhp-header,.lhp-nav-link:before{transition:none}.lhp-nav-link:hover{transform:none}.lhp-notification-badge{animation:none}.lhp-header-brand:hover{transform:none}}@media (prefers-color-scheme:dark){.lhp-header{color-scheme:light}}.loi25-popup{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:3px solid #1877f2;box-shadow:0 -4px 12px rgba(0,0,0,.15);padding:16px 20px;z-index:9999;transform:translateY(100%);transition:transform .3s ease-in-out;font-family:Segoe UI,Arial,sans-serif}.loi25-popup.loi25-visible{transform:translateY(0)}.loi25-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.loi25-content{flex:1 1;min-width:300px}.loi25-title{font-size:16px;font-weight:600;color:#1c1e21;margin:0 0 8px;display:flex;align-items:center;gap:8px}.loi25-title-icon{color:#1877f2;font-size:18px}.loi25-text{font-size:14px;color:#65676b;line-height:1.4;margin:0}.loi25-link{color:#1877f2;text-decoration:none;font-weight:500}.loi25-link:hover{text-decoration:underline}.loi25-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.loi25-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.loi25-btn-primary{background-color:#1877f2;color:#fff}.loi25-btn-primary:hover{background-color:#166fe5;transform:translateY(-1px)}.loi25-btn-secondary{background-color:#e4e6eb;color:#050505}.loi25-btn-secondary:hover{background-color:#d8dadf}.loi25-btn-close{background-color:transparent;color:#65676b;padding:4px;min-width:28px;min-height:28px;border-radius:50%}.loi25-btn-close:hover{background-color:#f0f2f5;color:#1c1e21}.loi25-btn-icon{font-size:14px}.loi25-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loi25-modal{background-color:#fff;border-radius:8px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.3)}.loi25-modal-header{padding:20px 24px;border-bottom:1px solid #e4e6eb;display:flex;align-items:center;justify-content:space-between}.loi25-modal-title{font-size:18px;font-weight:600;color:#1c1e21;margin:0;display:flex;align-items:center;gap:8px}.loi25-modal-body{padding:20px 24px}.loi25-section{margin-bottom:24px}.loi25-section:last-child{margin-bottom:0}.loi25-section-title{font-size:16px;font-weight:600;color:#1c1e21;margin:0 0 12px;display:flex;align-items:center;gap:8px}.loi25-section-icon{color:#1877f2;font-size:16px}.loi25-section-text{font-size:14px;color:#65676b;line-height:1.5;margin:0 0 16px}.loi25-preference-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:6px;background-color:#f7f8fa;margin-bottom:12px}.loi25-toggle-container{display:flex;align-items:center;cursor:pointer}.loi25-toggle{position:relative;width:48px;height:24px;background-color:#bcc0c4;border-radius:12px;transition:background-color .2s}.loi25-toggle.loi25-enabled{background-color:#1877f2}.loi25-toggle-handle{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.loi25-toggle.loi25-enabled .loi25-toggle-handle{transform:translateX(24px)}.loi25-preference-content{flex:1 1}.loi25-preference-title{font-size:14px;font-weight:600;color:#1c1e21;margin:0 0 4px}.loi25-preference-desc{font-size:13px;color:#65676b;line-height:1.4;margin:0}.loi25-modal-footer{padding:16px 24px;border-top:1px solid #e4e6eb;display:flex;justify-content:flex-end;gap:12px}.loi25-info-box{background-color:#e7f3ff;border-left:4px solid #1877f2;padding:12px 16px;border-radius:4px;margin:16px 0}.loi25-info-text{font-size:13px;color:#1c1e21;margin:0;line-height:1.4}@media (max-width:768px){.loi25-popup{padding:12px 16px}.loi25-container{flex-direction:column;align-items:stretch;text-align:center}.loi25-content{min-width:auto}.loi25-title{font-size:15px;justify-content:center}.loi25-text{font-size:13px}.loi25-actions{justify-content:center;flex-wrap:wrap}.loi25-btn{flex:1 1;min-width:120px}.loi25-modal{margin:10px;max-height:90vh}.loi25-modal-body,.loi25-modal-footer,.loi25-modal-header{padding:16px 20px}.loi25-modal-footer{flex-direction:column}.loi25-modal-footer .loi25-btn{width:100%}}@media (max-width:576px){.loi25-actions{gap:8px}.loi25-btn{font-size:13px;padding:6px 12px}.loi25-preference-item{padding:10px}.loi25-toggle{width:44px;height:22px}.loi25-toggle-handle{width:18px;height:18px}.loi25-toggle.loi25-enabled .loi25-toggle-handle{transform:translateX(22px)}}.ad-container-display{width:100%;max-width:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid #ddd;border-radius:8px;position:relative;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.ad-container-display:hover{transform:translateY(-2px);box-shadow:0 3px 8px rgba(0,0,0,.15)}.ad-card-display{display:flex;flex-direction:column;width:100%;overflow:hidden;background-color:#fff;border-radius:8px}.ad-card-header-display{padding:10px;background-color:#f8f9fa;border-bottom:1px solid #ddd}.ad-media-wrapper-display{width:100%;background-color:#000;display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer;position:relative;min-height:200px}.ad-media-img-display{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}.ad-media-img-display:hover{transform:scale(1.02)}.ad-video-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;border-radius:8px;overflow:hidden;position:relative;min-height:200px}.ad-video-wrapper .social-video-container{padding-bottom:0!important;height:100%!important;max-height:none!important;border-radius:0!important;margin-bottom:0!important}.ad-video-wrapper .social-video-player-wrapper{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.ad-video-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000;position:relative}.ad-video-display{cursor:pointer}.ad-video-display,.ad-video-display video{width:100%;height:100%;object-fit:contain}.ad-video-container .ad-media-placeholder-display{background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}.ad-media-placeholder-display{width:100%;padding:40px 20px;text-align:center;color:#777;font-size:14px;background-color:#f0f2f5;border-radius:4px}.ad-card-footer-display{padding:10px;display:flex;justify-content:flex-end;border-top:1px solid #ddd;background-color:#fff}.ad-action-btn-display{font-size:14px;padding:8px 16px;background-color:#1877f2;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.ad-action-btn-display:hover{background-color:#166fe5;color:#fff;text-decoration:none;transform:translateY(-1px)}.ad-action-btn-display:focus{outline:none;box-shadow:0 0 0 2px rgba(24,119,242,.2)}.ad-page-like-container-display{margin-bottom:16px}.ad-page-card-display{border-radius:8px}.ad-page-cover-wrapper-display{width:100%;height:180px;overflow:hidden;cursor:pointer;position:relative;background-color:#f0f2f5}.ad-page-cover-display{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ad-page-cover-display:hover{transform:scale(1.03)}.ad-page-cover-placeholder-display{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e1e4e8,#d1d5da);color:#65676b;font-weight:600;font-size:18px;text-align:center;padding:20px}.ad-page-info-display{padding:16px;display:flex;flex-direction:column;gap:16px;background-color:#fff}.ad-page-description-display{font-size:14px;color:#65676b;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word}.ad-page-like-wrapper-display{margin-top:8px;display:flex;align-items:center;gap:10px}.ad-page-footer-display{padding:12px 16px;border-top:1px solid #ddd;display:flex;justify-content:flex-end;background-color:#f8f9fa}.ad-page-visit-btn-display{padding:8px 16px;background-color:#1877f2;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.ad-page-visit-btn-display:hover{background-color:#166fe5;color:#fff;text-decoration:none;transform:translateY(-1px)}.ad-page-visit-btn-display:active{transform:translateY(0)}.ad-page-visit-btn-display:focus{outline:none;box-shadow:0 0 0 2px rgba(24,119,242,.2)}.ad-loading-display{padding:20px;color:#65676b;border-radius:4px}.ad-error-display,.ad-loading-display{text-align:center;font-size:14px;background-color:#f8f9fa}.ad-error-display{padding:15px;color:#dc3545;border:1px solid #f5c6cb;border-radius:4px;margin:10px 0}@media (max-width:768px){.ad-container-display{margin-bottom:.75rem}.ad-page-cover-wrapper-display{height:140px}.ad-page-info-display{padding:12px;gap:12px}.ad-page-description-display{font-size:13px;-webkit-line-clamp:2}.ad-page-footer-display{padding:10px 12px}.ad-action-btn-display,.ad-page-visit-btn-display{padding:6px 12px;font-size:13px}.ad-card-header-display{padding:8px}.ad-media-placeholder-display{padding:30px 15px;font-size:13px}.ad-video-container .ad-media-placeholder-display{font-size:14px}.ad-media-wrapper-display,.ad-video-wrapper{min-height:180px}.ad-video-wrapper .social-video-mute-button{bottom:10px;right:10px;width:32px;height:32px}}@media (max-width:480px){.ad-container-display{border-radius:6px}.ad-page-cover-wrapper-display{height:120px}.ad-page-cover-placeholder-display{font-size:16px;padding:15px}.ad-page-info-display{padding:10px;gap:10px}.ad-page-description-display{font-size:12px;line-height:1.3}.ad-page-footer-display{padding:8px 10px}.ad-media-wrapper-display,.ad-video-wrapper{min-height:150px}}@keyframes adFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ad-container-display{animation:adFadeIn .3s ease-out}.ad-container-display .btn{margin:0}.ad-container-display .text-muted{color:#6c757d!important}.ad-container-display .text-danger{color:#dc3545!important}.ad-container-display .text-center{text-align:center!important}.ad-container-display .p-3{padding:1rem!important}.pqc-page-like-container{display:flex;align-items:center;margin:10px 0}.pqc-page-like-btn{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:4px;cursor:pointer;transition:all .2s ease;border:none;outline:none;font-weight:600;font-size:14px;min-width:120px}.pqc-page-like-btn-liked{background-color:#1877f2;color:#fff}.pqc-page-like-btn-not-liked{background-color:#e4e6eb;color:#050505}.pqc-page-like-btn:hover{transform:translateY(-2px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.pqc-page-like-btn-liked:hover{background-color:#166fe5}.pqc-page-like-btn-not-liked:hover{background-color:#d8dadf}.pqc-page-like-icon{margin-right:8px;font-size:16px}.pqc-page-like-count{margin-left:12px;font-size:14px;color:#65676b;font-weight:600}@media (max-width:768px){.pqc-page-like-btn{padding:6px 12px;font-size:13px;min-width:100px}.pqc-page-like-icon{margin-right:6px;font-size:14px}.pqc-page-like-count{margin-left:8px;font-size:13px}}@media (max-width:480px){.pqc-page-like-btn{min-width:40px}.pqc-page-like-text{display:none}.pqc-page-like-icon{margin-right:0}}.market-item{margin:20px auto;border:1px solid #ddd;border-radius:12px;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);max-width:500px;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-bottom:20px;overflow:hidden}.image-wrapper{position:relative;width:100%;max-height:250px;overflow:hidden}.market-image{display:block;width:100%;height:250px;object-fit:cover}.price{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.7);color:#fff;padding:6px 12px;border-radius:6px;font-size:18px;font-weight:700}.item-details{padding:16px;text-align:center;width:100%;flex-grow:1}.item-title{font-size:22px;font-weight:700;margin:10px 0;color:#333}.shop-button{display:inline-block;padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:50px;text-decoration:none;font-size:18px;transition:background-color .3s;margin-top:16px}.shop-button:hover{background-color:#0056b3}@media (max-width:768px){.market-item{max-width:90%}.price{font-size:20px}.item-title{font-size:24px}.shop-button{font-size:20px}}@media (max-width:480px){.market-item{min-height:420px}.price{font-size:22px}.item-title{font-size:26px}.shop-button{font-size:22px}}
/*# sourceMappingURL=4153e22b86b25e10.css.map*/