@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.user-menu-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;animation:fadeIn .25s ease-out forwards}.user-dropdown-drawer{position:fixed;top:0;right:0;width:85%;max-width:360px;height:100vh;height:100dvh;background:#fff;box-shadow:-8px 0 32px #00000026;z-index:1060;display:flex;flex-direction:column;animation:slideInRight .3s cubic-bezier(.16,1,.3,1) forwards;border-left:1px solid #e2e8f0;overflow:hidden;box-sizing:border-box}.drawer-body{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.drawer-title{font-size:1.1rem;font-weight:800;color:#0f172a}.drawer-close-btn{background:#f1f5f9;color:#475569;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.drawer-close-btn:hover{background:#e2e8f0;color:#0f172a;transform:scale(1.05)}.drawer-user-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.drawer-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;flex-shrink:0;border:2px solid #ffffff;box-shadow:0 4px 12px #1e40af26}.drawer-avatar-img{width:100%;height:100%;object-fit:cover}.drawer-user-details{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.drawer-user-name{font-size:1rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-user-email{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-menu-section{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.drawer-menu-section:last-of-type{border-bottom:none}.drawer-section-title{font-size:.75rem;font-weight:700;color:#94a3b8;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.drawer-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.drawer-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.drawer-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.drawer-card-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.drawer-card:hover .drawer-card-icon{transform:scale(1.1)}.drawer-card-label{font-size:.75rem;font-weight:600;color:#1e293b;text-align:center;line-height:1.2}.drawer-menu-list{display:flex;flex-direction:column;gap:.25rem}.drawer-menu-item{width:100%;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#334155;cursor:pointer;text-align:left;font-weight:500;transition:all .2s ease;font-family:inherit}.drawer-menu-item:hover{background:#f1f5f9;color:#0f172a;padding-left:1.25rem}.drawer-menu-footer{padding:1.25rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;margin-top:auto;flex-shrink:0}.drawer-logout-btn{width:100%;padding:.85rem;background:#fff;border:1px solid #ef4444;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#ef4444;cursor:pointer;font-weight:600;transition:all .2s ease;font-family:inherit}.drawer-logout-btn:hover{background:#fef2f2;box-shadow:0 4px 12px #ef44441a}.drawer-menu-grid-3{grid-template-columns:1fr 1fr 1fr}.drawer-login-btn{width:100%;padding:.85rem;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;font-family:inherit;box-shadow:0 4px 12px #1e40af40}.drawer-login-btn:hover{box-shadow:0 6px 20px #1e40af59;transform:translateY(-1px)}.drawer-submenu-list{display:flex;flex-direction:column;gap:.15rem;padding-left:1rem;margin-top:.2rem;margin-bottom:.5rem;border-left:2px solid #e2e8f0;margin-left:1.5rem;animation:fadeIn .2s ease-out forwards}.drawer-submenu-item{width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:6px;display:flex;align-items:center;font-size:.85rem;color:#475569;cursor:pointer;text-align:left;font-weight:500;transition:all .2s ease;font-family:inherit}.drawer-submenu-item:hover{background:#f8fafc;color:#1e40af;padding-left:1rem}.notif-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998}.notif-dropdown-card{position:absolute;top:calc(100% + 12px);right:0;width:340px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.8);border-radius:20px;box-shadow:0 10px 30px #0f172a1a;z-index:999;overflow:hidden;animation:notifFadeIn .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.notif-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f1f5f9}.notif-dropdown-title{font-size:14px;font-weight:800;color:#0f172a;margin:0;font-family:inherit}.notif-mark-read-btn{font-size:11px;color:#2563eb;font-weight:700;background:transparent;border:none;cursor:pointer;font-family:inherit}.notif-mark-read-btn:hover{text-decoration:underline}.notif-dropdown-list{max-height:320px;overflow-y:auto}.notif-dropdown-empty{padding:30px 16px;text-align:center;font-size:12px;color:#94a3b8;font-weight:500}.notif-dropdown-item{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid #f8fafc;cursor:pointer;align-items:flex-start;transition:all .2s ease;position:relative}.notif-dropdown-item:last-child{border-bottom:none}.notif-dropdown-item:hover{background:#f1f5f9cc}.notif-dropdown-item.unread{background:#2563eb08}.notif-dropdown-icon-box{width:32px;height:32px;border-radius:10px;background:#e2e8f066;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-dropdown-item.unread .notif-dropdown-icon-box{background:#2563eb1a}.notif-dropdown-content{flex:1;display:flex;flex-direction:column;gap:2px}.notif-dropdown-text{font-size:12px;color:#334155;margin:0;line-height:1.4;font-weight:500;text-align:left}.notif-dropdown-item.unread .notif-dropdown-text{color:#0f172a;font-weight:700}.notif-dropdown-time{font-size:10px;color:#94a3b8;font-weight:500;text-align:left}.notif-dropdown-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;position:absolute;right:16px;top:50%;transform:translateY(-50%);flex-shrink:0}@keyframes notifFadeIn{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 580px){.notif-dropdown-card{position:fixed;top:64px;left:12px;right:12px;width:auto}}.stories-bar{padding:.5rem 1rem 1.5rem;background:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box}.stories-bar-inner{max-width:1200px;width:100%;display:flex;justify-content:center;align-items:center;gap:clamp(1.25rem,3vw,2rem);overflow-x:auto;padding:.5rem .25rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.stories-bar-inner::-webkit-scrollbar{display:none}.story-thumb{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;outline:none!important;display:flex;flex-direction:column;align-items:center;gap:.6rem;cursor:pointer;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1);font-family:inherit;width:clamp(76px,14vw,88px)}.story-thumb:hover{transform:scale(1.06)}.story-thumb:active{transform:scale(.96)}.story-ring{width:clamp(76px,14vw,88px);height:clamp(76px,14vw,88px);border-radius:50%;padding:3px;background:linear-gradient(135deg,#1e40af,#d946ef 40%,#f43f5e,#fbbf24);background-size:200% 200%;animation:storyRingShift 5s ease infinite;display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box}.story-ring.seen{background:#cbd5e1;animation:none}@keyframes storyRingShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.story-ring-inner{width:100%;height:100%;border-radius:50%;border:3.5px solid #ffffff;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.story-ring-inner img{width:100%;height:100%;object-fit:cover}.story-ring-inner svg{color:#94a3b8}.story-label{font-size:clamp(.72rem,1.6vw,.82rem);font-weight:600;color:#334155;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}@media (max-width: 600px){.stories-bar-inner{justify-content:flex-start;padding-left:.5rem;padding-right:.5rem}}.stories-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0f172afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99999;display:flex;align-items:center;justify-content:center;animation:storyFadeIn .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes storyFadeIn{0%{opacity:0}to{opacity:1}}.stories-viewer-container{position:relative;width:100%;max-width:440px;height:90dvh;max-height:820px;aspect-ratio:9/16;border-radius:20px;overflow:hidden;background:#000;box-shadow:0 25px 60px -15px #000000b3;display:flex;flex-direction:column}@media (max-width: 600px){.stories-viewer-container{max-width:100%;height:100dvh;max-height:100dvh;border-radius:0;aspect-ratio:auto}}.story-viewer-media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;animation:storyZoomIn .4s cubic-bezier(.16,1,.3,1) forwards;z-index:1}@keyframes storyZoomIn{0%{transform:scale(1.06);opacity:.8}to{transform:scale(1);opacity:1}}.story-viewer-top-gradient{position:absolute;top:0;left:0;right:0;height:160px;background:linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 40%,transparent 100%);z-index:2;pointer-events:none}.story-viewer-bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:240px;background:linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 50%,transparent 100%);z-index:2;pointer-events:none}.story-progress-bar-container{position:absolute;top:16px;left:16px;right:16px;display:flex;gap:6px;z-index:10}.story-progress-track{flex:1;height:3px;background:#ffffff4d;border-radius:10px;overflow:hidden}.story-progress-fill{height:100%;background:#fff;border-radius:10px;transition:width .1s linear}.story-viewer-header{position:absolute;top:30px;left:16px;right:16px;display:flex;align-items:center;gap:.8rem;z-index:10}.story-viewer-avatar{width:40px;height:40px;border-radius:50%;border:2px solid #ffffff;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px #00000026}.story-viewer-info{flex:1;min-width:0}.story-viewer-name{font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.3)}.story-viewer-time{font-size:.75rem;color:#fffc;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3)}.story-viewer-close{background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.story-viewer-close:hover{background:#0009;transform:scale(1.1)}.story-viewer-close:active{transform:scale(.95)}.story-tap-zones{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;z-index:5}.story-tap-prev,.story-tap-next{flex:1;cursor:pointer;background:transparent;border:none;outline:none;-webkit-tap-highlight-color:transparent}.story-viewer-bottom{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem clamp(1.5rem,5vh,2.5rem);z-index:10;display:flex;flex-direction:column;gap:.8rem;box-sizing:border-box}.story-viewer-title{font-size:clamp(1.15rem,4vw,1.4rem);font-weight:800;color:#fff;margin:0;line-height:1.35;text-shadow:0 2px 10px rgba(0,0,0,.5)}.story-viewer-desc{font-size:clamp(.85rem,2.5vw,.95rem);color:#ffffffe6;margin:0;line-height:1.45;text-shadow:0 1px 5px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-viewer-cta{align-self:center;display:inline-flex;align-items:center;gap:8px;padding:.7rem 1.75rem;background:#fff;border:none;border-radius:50px;color:#0f172a;font-size:.85rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -5px #0000004d}.story-viewer-cta:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 12px 28px -5px #0006}.story-viewer-cta:active{transform:translateY(0)}.story-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:20}.story-nav-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-50%) scale(1.1)}.story-nav-btn.prev{left:-70px}.story-nav-btn.next{right:-70px}@media (max-width: 620px){.story-nav-btn{display:none}}.social-actions-container{width:100%;font-family:system-ui,-apple-system,sans-serif;position:relative}.social-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#0f172ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:10px 20px;border-radius:50px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px;z-index:10000;box-shadow:0 10px 25px #00000040;animation:toastFadeIn .3s cubic-bezier(.16,1,.3,1),toastFadeOut .3s 2.7s forwards;border:1px solid rgba(255,255,255,.1);white-space:nowrap}@keyframes toastFadeIn{0%{bottom:10px;opacity:0}to{bottom:30px;opacity:1}}.social-stats-bar{display:flex;justify-content:space-between;padding:10px 16px;font-size:13px;color:#65676b;align-items:center}.social-likes-stat{display:flex;align-items:center;gap:6px}.social-reaction-emojis{font-size:15px;letter-spacing:-1px}.social-stat-text{font-weight:500}.social-comments-shares-stat{display:flex;align-items:center;gap:4px}.social-stat-link{cursor:pointer;font-weight:500}.social-stat-link:hover{text-decoration:underline}.social-stat-bullet{color:#65676b;font-size:12px}.social-actions-divider{height:1px;background:#e4e6eb;margin:0 16px}.social-action-buttons{display:flex;padding:4px;justify-content:space-between;position:relative}.social-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;color:#65676b;font-size:14px;font-weight:600;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.social-action-btn:hover{background:#f2f3f5;color:#050505}.social-action-btn.liked-active{color:#1877f2}.social-action-btn.liked-active svg{color:#1877f2}.social-action-btn.comments-active{color:#050505;background:#f2f3f5}.share-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:998}.share-dropdown-card{position:absolute;bottom:50px;right:16px;width:260px;background:#fff;border-radius:12px;box-shadow:0 12px 36px #00000026;border:1px solid #e4e6eb;padding:12px;z-index:999;animation:shareMenuIn .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:8px}@keyframes shareMenuIn{0%{transform:scale(.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.share-dropdown-title{margin:0 0 4px;font-size:13px;font-weight:800;color:#65676b;text-transform:uppercase;letter-spacing:.5px}.share-options-list{display:flex;flex-direction:column;gap:4px}.share-option-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;cursor:pointer;transition:background .2s;color:#050505}.share-option-item:hover{background:#f2f3f5}.share-option-item svg{color:#65676b;flex-shrink:0}.share-option-text{display:flex;flex-direction:column;line-height:1.2}.option-name{font-size:13px;font-weight:700}.option-desc{font-size:11px;color:#65676b}.social-comments-section{display:flex;flex-direction:column;background:#f9fafb;border-bottom-left-radius:16px;border-bottom-right-radius:16px;animation:slideComments .3s cubic-bezier(.16,1,.3,1)}@keyframes slideComments{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.social-comments-divider{height:1px;background:#e4e6eb}.social-comments-list{padding:16px;display:flex;flex-direction:column;gap:12px;max-height:250px;overflow-y:auto}.comment-item-bubble{display:flex;gap:10px;align-items:flex-start;animation:newCommentIn .3s ease-out}@keyframes newCommentIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.comment-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.comment-body{background:#e4e6eb;padding:8px 12px;border-radius:18px;display:flex;flex-direction:column;max-width:85%}.comment-user-info{display:flex;align-items:center;gap:6px;margin-bottom:2px}.comment-author-name{font-size:12px;font-weight:700;color:#050505}.comment-time-ago{font-size:10px;color:#65676b}.comment-text-content{margin:0;font-size:13px;color:#050505;line-height:1.35;word-break:break-word}.comment-input-form{padding:12px 16px 16px;background:#f0f2f5;border-top:1px solid #e4e6eb;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;flex-direction:column;gap:8px}.comment-input-row{display:flex;gap:8px;position:relative;width:100%}.comment-name-input{width:100%;padding:6px 12px;border:1px solid #ccd0d5;border-radius:20px;font-size:13px;outline:none;background:#fff}.comment-textarea-input{flex:1;padding:8px 40px 8px 12px;border:1px solid #ccd0d5;border-radius:18px;font-size:13px;outline:none;background:#fff;resize:none;font-family:inherit;line-height:1.3}.comment-submit-btn{position:absolute;right:8px;bottom:8px;width:28px;height:28px;border-radius:50%;background:#1877f2;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.comment-submit-btn:hover{background:#1565c0}.comment-submit-btn svg{transform:rotate(0);transition:transform .2s}.comment-submit-btn:hover svg{transform:translate(1px) translateY(-1px)}.auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:11000;animation:fadeIn .25s ease-out}.auth-modal-card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);padding:32px 24px;border-radius:24px;width:90%;max-width:380px;box-shadow:0 20px 40px #0f172a26;z-index:11001;text-align:center;animation:modalScaleUp .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;align-items:center}.auth-modal-icon{font-size:48px;margin-bottom:16px;animation:pulseIcon 2s infinite ease-in-out}.auth-modal-title{font-size:18px;font-weight:800;color:#0f172a;margin:0 0 10px;font-family:inherit}.auth-modal-text{font-size:14px;color:#475569;line-height:1.5;margin:0 0 24px}.auth-modal-actions{display:flex;gap:12px;width:100%}.auth-modal-btn{flex:1;padding:12px;border-radius:14px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:all .2s ease}.auth-modal-btn.cancel{background:#f1f5f9cc;color:#475569;border:1px solid rgba(226,232,240,.8)}.auth-modal-btn.cancel:hover{background:#e2e8f0;color:#0f172a}.auth-modal-btn.confirm{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb40}.auth-modal-btn.confirm:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb59}.comment-login-banner{padding:24px 16px;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.comment-login-text{font-size:13px;color:#64748b;font-weight:500}.comment-login-btn{background:#2563eb;color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #2563eb33}.comment-login-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleUp{0%{transform:translate(-50%,-40%) scale(.95);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes pulseIcon{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.comment-wrapper-group{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.comment-replies-list{margin-left:44px;display:flex;flex-direction:column;gap:8px;border-left:2px solid rgba(0,0,0,.05);padding-left:12px;margin-top:4px}.reply-item-bubble{display:flex;gap:8px;align-items:flex-start}.reply-avatar{width:24px;height:24px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.reply-body{background:#f1f5f9;padding:6px 12px;border-radius:14px;font-size:12px;flex:1}.reply-author-name{font-weight:700;color:#1e293b;display:flex;align-items:center;gap:6px}.reply-time-ago{font-size:9px;color:#64748b;margin-left:auto;font-weight:400}.reply-text-content{margin:3px 0 0;color:#334155;line-height:1.35}.admin-badge-reply{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:8px;padding:1px 5px;border-radius:6px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.contacto-section{padding:clamp(3rem,8vw,5rem) clamp(1rem,3vw,2rem);background:#fff;position:relative}.contacto-wrapper{max-width:650px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;align-items:center;text-align:center}.contacto-brand-card{background:transparent;padding:0;border-radius:0;color:#0f172a;box-shadow:none;border:none;display:flex;flex-direction:column;align-items:center;width:100%}.contacto-brand-card:after{display:none}.contacto-brand-card .contacto-badge{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;padding:5px 14px;border-radius:50px;font-size:12px;font-weight:700;color:#475569;margin-bottom:1.25rem;letter-spacing:.3px}.contacto-brand-card .contacto-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;line-height:1.25;margin-bottom:.75rem;letter-spacing:-.03em;color:#0f172a}.contacto-brand-card .contacto-subtitle{font-size:.95rem;line-height:1.6;color:#64748b;margin-bottom:0;font-weight:400;max-width:480px}.contacto-brand-details{display:flex;flex-direction:row;gap:2rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}.contacto-detail-item{display:flex;align-items:center;gap:.6rem}.detail-icon{width:32px;height:32px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#475569;flex-shrink:0}.detail-text{display:flex;flex-direction:column;gap:0;text-align:left}.detail-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;font-weight:700}.detail-value{font-size:.85rem;font-weight:600;color:#334155;line-height:1.3}.contacto-channels{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:580px}.channel-btn{background:#fff;padding:1.25rem 1.75rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000003;display:flex;flex-direction:row;align-items:center;gap:1.25rem;cursor:pointer;transition:all .3s ease;width:100%;box-sizing:border-box;text-align:left}.channel-btn:before{display:none}.channel-icon-container{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.channel-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.channel-tag{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem}.channel-title{font-size:1.05rem;font-weight:800;margin:0 0 .1rem;color:#0f172a;letter-spacing:-.01em}.channel-info{font-size:.85rem;color:#64748b;font-weight:500;margin:0;word-break:break-all}.channel-arrow{width:32px;height:32px;border-radius:50%;background:#f8fafc;color:#94a3b8;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.whatsapp-channel .channel-icon-container{background:#ecfdf5;color:#059669}.whatsapp-channel .channel-tag{color:#059669}.email-channel .channel-icon-container{background:#eff6ff;color:#2563eb}.email-channel .channel-tag{color:#2563eb}.phone-channel .channel-icon-container{background:#f1f5f9;color:#334155}.phone-channel .channel-tag{color:#475569}.channel-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000a;border-color:#cbd5e1}.channel-btn:hover .channel-arrow{background:#e2e8f0;color:#334155;transform:translate(3px)}.channel-btn:hover .channel-icon-container{transform:scale(1.03)}.whatsapp-channel:hover .channel-icon-container{background:#d1fae5}.email-channel:hover .channel-icon-container{background:#dbeafe}.phone-channel:hover .channel-icon-container{background:#e2e8f0}@media (max-width: 600px){.contacto-section{padding:3rem 1rem}.channel-btn{padding:1rem 1.25rem;gap:1rem}.channel-title{font-size:.95rem}.channel-info{font-size:.8rem}.contacto-brand-details{flex-direction:column;gap:1rem;align-items:center}}@media (max-width: 768px){.solicitud-card-pro{border-radius:16px!important}.solicitud-header-pro{padding:1.2rem!important}.solicitud-badges{gap:.5rem!important}.servicio-badge-pro,.plan-badge-pro{padding:.5rem .8rem!important;font-size:.75rem!important;gap:.4rem!important}.servicio-badge-pro svg,.plan-badge-pro svg{width:14px!important;height:14px!important}.solicitud-id{font-size:.7rem!important;padding:.4rem .8rem!important}.solicitud-date-header{font-size:.75rem!important;gap:.4rem!important}.solicitud-date-header svg{width:12px!important;height:12px!important}.estado-badge-pro{padding:.5rem .8rem!important;font-size:.75rem!important;gap:.4rem!important}.estado-badge-pro svg{width:14px!important;height:14px!important}.solicitud-body-pro{padding:1.2rem!important;gap:1.2rem!important}.empresa-section{padding:1rem!important;border-radius:12px!important}.empresa-header{gap:.8rem!important;margin-bottom:.6rem!important}.empresa-header svg{width:18px!important;height:18px!important}.empresa-nombre{font-size:1.1rem!important}.empresa-ruc{padding:.8rem 1rem!important;border-radius:10px!important;margin-top:.8rem!important;gap:.6rem!important}.ruc-label{font-size:.7rem!important}.ruc-value{font-size:.9rem!important}.detalles-grid{grid-template-columns:1fr!important;gap:1rem!important}.detalle-item{padding:1rem!important;border-radius:12px!important;gap:.8rem!important}.detalle-icon-wrapper{width:40px!important;height:40px!important;border-radius:10px!important}.detalle-icon-wrapper svg{width:18px!important;height:18px!important}.detalle-label{font-size:.65rem!important;margin-bottom:.4rem!important}.detalle-value{font-size:.9rem!important}.mensaje-section{padding:1rem!important;border-radius:12px!important}.mensaje-header{gap:.6rem!important;margin-bottom:.8rem!important}.mensaje-header svg{width:14px!important;height:14px!important}.mensaje-title{font-size:.65rem!important}.mensaje-text{font-size:.85rem!important;line-height:1.6!important;padding:1rem!important;border-radius:10px!important}.solicitud-footer-pro{padding:1rem 1.2rem!important}.footer-info{gap:.4rem!important}.footer-info svg{width:12px!important;height:12px!important}.footer-text{font-size:.7rem!important}.solicitudes-stats{grid-template-columns:repeat(2,1fr)!important;gap:.8rem!important;margin-bottom:1.5rem!important}.stat-mini-card{padding:.8rem!important;gap:.6rem!important}.stat-mini-icon{width:36px!important;height:36px!important}.stat-mini-icon svg{width:16px!important;height:16px!important}.stat-mini-value{font-size:1.3rem!important}.stat-mini-label{font-size:.7rem!important}.solicitudes-grid{gap:1.5rem!important}}@media (min-width: 1024px){.caracteristica-img-full{max-width:800px!important;margin:0 auto!important;display:block!important}.caracteristica-item{padding:1.5rem 0!important}.caracteristica-header{padding:1rem 2rem .8rem!important}.caracteristica-detalles{padding:0 2rem!important}.acciones-bar{padding:.8rem 2rem!important}section>div:first-of-type{padding:.6rem!important}section>div:first-of-type h1{font-size:1.5rem!important}section>div:first-of-type p{font-size:.8rem!important;margin-top:.2rem!important}section>div:nth-of-type(2){padding:.8rem 1rem!important}section>div:nth-of-type(2) input{padding:.7rem .8rem .7rem 0!important;font-size:.9rem!important}section>div:nth-of-type(2)>div>div:first-child{padding:0 .8rem!important}section>div:nth-of-type(3){padding:.6rem 0!important}section>div:nth-of-type(3)>div{padding:0 1rem!important;gap:.6rem!important}section>div:nth-of-type(3) button{padding:.5rem 1rem!important;font-size:.85rem!important}}@media (min-width: 1024px){.productos-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important;gap:1.2rem!important}.producto-card{border-radius:16px!important}.producto-image-container{height:180px!important;padding:1.2rem!important}.producto-content{padding:1rem!important;gap:.5rem!important}.producto-title{font-size:.95rem!important}.producto-desc{font-size:.8rem!important;line-height:1.4!important}.producto-precio{font-size:1.3rem!important}.producto-btn-cart,.producto-btn-buy{padding:.7rem!important;font-size:.8rem!important}.producto-category-tag{padding:.3rem .7rem!important;font-size:.7rem!important}.producto-old-price{font-size:.8rem!important}.producto-discount{padding:.3rem .7rem!important;font-size:.8rem!important}.productos-header{padding:.6rem 1rem!important}.productos-header-title{font-size:1.5rem!important}.productos-header-subtitle{font-size:.85rem!important}.productos-search-section{padding:1rem 1.5rem!important}.productos-search-input{padding:.8rem 1rem .8rem 0!important;font-size:.9rem!important}.productos-scan-btn{padding:.8rem 1.2rem!important;font-size:.9rem!important}.productos-categories{padding:2rem 0 2.5rem!important}.productos-category-chip{padding:.6rem 1.2rem!important;font-size:.85rem!important}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}:root{--azul-empresarial: #1e40af;--azul-oscuro: #1e3a8a;--negro: #0f172a;--gris: #64748b;--blanco: #ffffff;--gris-claro: #f1f5f9}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--negro);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 20px}button{cursor:pointer;border:none;font-family:inherit}a{text-decoration:none;color:inherit}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}
