.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{background-color:#007bff;justify-content:space-between;padding:0 1rem;height:60px;position:-webkit-sticky;position:sticky;top:0;z-index:1030;border-bottom:1px solid #0056b3;transition:top .3s}.lhp-header,.lhp-header-brand{display:flex;align-items:center}.lhp-header-brand .logo-img{height:40px;width:auto;cursor:pointer}.lhp-nav{display:flex;align-items:center;margin-left:auto}.lhp-nav-item{margin-left:12px;position:relative}.lhp-nav-link{color:#fff;font-size:1.2rem;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;transition:background-color .3s;cursor:pointer}.lhp-nav-link:hover{background-color:hsla(0,0%,100%,.2);color:#fff}.lhp-notification-badge{position:absolute;top:0;right:0;background-color:#dc3545;color:#fff;border-radius:50%;padding:2px 6px;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px}.lhp-children-wrapper{position:relative;z-index:1;padding-top:0}@media (max-width:768px){.lhp-header{height:50px;padding:0 .5rem}.lhp-header-brand .logo-img{height:30px}.lhp-nav-item{margin-left:8px}.lhp-nav-link{font-size:1rem;padding:6px;width:34px;height:34px}.lhp-notification-badge{min-width:16px;height:16px;font-size:.7rem;padding:1px 4px}}.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)}}
/*# sourceMappingURL=feefac41005c9a43.css.map*/