:root{--primary-color:#f37021;--primary-hover:#d85a10;--primary-gradient:linear-gradient(135deg, #f37021 0%, #b8272c 100%);--secondary-color:#0c1e36;--bg-dark:#081226;--bg-darker:#040914;--card-bg:#0c1e36a6;--card-hover:#122c4ed9;--border-color:#ffffff14;--border-hover:#f3702159;--emblem-saffron:#f37021;--emblem-red:#b8272c;--emblem-teal:#0e6b8a;--emblem-gold:#d4af37;--emblem-pink:#c97db0;--accent-gold:#d4af37;--accent-gold-gradient:linear-gradient(135deg, #d4af37 0%, #bca030 100%);--accent-teal-gradient:linear-gradient(135deg, #0e6b8a 0%, #064e65 100%);--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#64748b;--text-danger:#f87171;--text-success:#4ade80;--font-title:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 30px #00000059;--shadow-lg:0 15px 40px #00000080;--shadow-glow:0 0 15px #f3702140;--sidebar-width:68px;--header-height:70px;--border-radius-sm:8px;--border-radius-md:14px;--border-radius-lg:20px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:-.02em;font-weight:700}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border-top:1px solid #ffffff26}.glass-panel:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.badge{text-transform:uppercase;letter-spacing:.05em;background:#ffffff14;border-radius:50px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-role{color:var(--primary-color);background:#f3702126;border:1px solid #f370214d}.badge-admin{color:var(--accent-gold);background:#d4af3726;border:1px solid #d4af374d}.badge-pending{color:var(--text-danger);background:#fc818126}.badge-approved{color:var(--text-success);background:#68d39126}.app-layout{grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh;display:grid}.icon-rail{width:var(--sidebar-width);background:var(--bg-darker);border-right:1px solid var(--border-color);z-index:200;flex-direction:column;align-items:center;height:100vh;padding:12px 0;display:flex;position:sticky;top:0;overflow:visible}.rail-logo{cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin-bottom:4px;padding:10px;font-size:1.6rem;line-height:1;transition:background .15s;display:flex;position:relative}.rail-logo:hover{background:#ffffff0d}.rail-logo-image{object-fit:contain;filter:drop-shadow(0 2px 8px #f370214d);width:36px;height:36px}.rail-divider{background:var(--border-color);flex-shrink:0;height:1px;margin:8px 0 12px;display:none}.rail-nav{scrollbar-width:none;flex-direction:column;flex:1;align-items:center;gap:6px;width:100%;margin-top:20px;padding:0 8px;display:flex;overflow:visible}.rail-nav::-webkit-scrollbar{display:none}.rail-btn{cursor:pointer;width:44px;height:44px;color:var(--text-secondary);transition:background var(--transition-fast), color var(--transition-fast), transform .1s ease;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.rail-btn:hover{color:var(--text-primary);background:#ffffff0f}.rail-btn.active{color:var(--primary-color);background:#f370211a;box-shadow:0 0 10px #f3702126}.rail-btn.active .rail-icon svg{stroke-width:2.8px}.rail-btn.rail-create-btn{background:var(--primary-gradient);color:#fff;border-radius:14px;width:42px;height:42px;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 12px #f370214d}.rail-btn.rail-create-btn:hover{background:var(--primary-gradient);color:#fff;transform:scale(1.06);box-shadow:0 5px 18px #b8272c73}.rail-btn.rail-create-btn.active{background:var(--primary-gradient);color:#fff}.rail-icon{justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:relative}.rail-badge{background:var(--emblem-red);color:#fff;border:2px solid var(--bg-darker);pointer-events:none;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.55rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-7px}.rail-tooltip{background:var(--bg-darker);color:var(--text-primary);white-space:nowrap;border:1px solid var(--border-color);box-shadow:var(--shadow-md);pointer-events:none;opacity:0;z-index:9999;font-size:.82rem;font-weight:600;font-family:var(--font-body);border-radius:8px;padding:6px 12px;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 14px);transform:translateY(-50%)scale(.9)}.rail-tooltip:before{content:"";border:6px solid #0000;border-right-color:var(--border-color);position:absolute;top:50%;right:100%;transform:translateY(-50%)}.rail-tooltip:after{content:"";border:6px solid #0000;border-right-color:var(--bg-darker);position:absolute;top:50%;right:calc(100% - 1px);transform:translateY(-50%)}.rail-btn:hover .rail-tooltip,.rail-logo:hover .rail-tooltip{opacity:1;transform:translateY(-50%)scale(1)}.rail-avatar{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:32px;height:32px;display:block}.rail-bottom{border-top:none;flex-direction:column;flex-shrink:0;align-items:center;width:100%;padding:16px 8px;display:flex;position:relative}.rail-profile-btn{width:48px;height:48px}.rail-profile-popup{background:var(--bg-darker);border:1px solid var(--border-color);min-width:200px;box-shadow:var(--shadow-lg);z-index:9999;border-radius:14px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;bottom:0;left:calc(100% + 12px)}.rail-popup-user{align-items:center;gap:10px;padding:10px 12px;display:flex}.rail-popup-user img{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;width:36px;height:36px}.rail-popup-user div{flex-direction:column;display:flex;overflow:hidden}.rail-popup-user strong{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.rail-popup-user span{color:var(--text-muted);font-size:.7rem}.rail-popup-divider{background:var(--border-color);height:1px;margin:3px 0}.rail-popup-item{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;font-size:.88rem;font-weight:500;font-family:var(--font-body);transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex}.rail-popup-item:hover{color:var(--text-primary);background:#ffffff0d}.rail-popup-item.danger{color:var(--text-danger)}.rail-popup-item.danger:hover{background:#f871711a}.app-sidebar,.sidebar-header,.sidebar-nav,.sidebar-footer,.sidebar-user-quick,.sidebar-close-btn,.tiktok-sidebar-logo,.tiktok-nav,.tiktok-nav-item,.tiktok-sidebar-bottom{display:none!important}user-quick,.sidebar-header{display:none}.app-main{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:90;background-color:#070e17b3;justify-content:space-between;align-items:center;padding:0 32px;display:flex}.header-left{flex-grow:1;align-items:center;gap:16px;max-width:500px;display:flex}.sidebar-toggle-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.header-search-bar{width:100%;position:relative}.header-search-bar input{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);transition:all var(--transition-fast);background:#ffffff0d;padding:10px 16px 10px 42px;font-size:.9rem}.header-search-bar input:focus{border-color:var(--primary-color);background:#ffffff14;outline:none;box-shadow:0 0 10px #f3702126}.search-icon{color:var(--text-muted);pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.quick-search-dropdown{background:var(--bg-darker);border-radius:var(--border-radius-md);width:100%;max-height:400px;box-shadow:var(--shadow-lg);z-index:200;border:1px solid #ffffff26;padding:12px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto}.search-section-title{text-transform:uppercase;color:var(--accent-gold);letter-spacing:.05em;border-bottom:1px solid #ffffff0d;margin:8px 0 4px;padding-bottom:4px;font-size:.75rem}.search-result-item{border-radius:var(--border-radius-sm);cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:12px;padding:8px;display:flex}.search-result-item:hover{background:#ffffff0f}.search-item-photo{object-fit:cover;border-radius:50%;width:32px;height:32px}.search-item-info{flex-direction:column;display:flex}.search-item-name{font-size:.85rem;font-weight:600}.search-item-sub{color:var(--text-secondary);font-size:.75rem}.header-right{align-items:center;gap:20px;display:flex}.notification-trigger{position:relative}.icon-btn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.icon-btn:hover{border-color:var(--primary-color);background:#ffffff1a}.notif-badge{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.notification-dropdown{background:var(--bg-darker);border-radius:var(--border-radius-md);width:360px;box-shadow:var(--shadow-lg);z-index:100;border:1px solid #ffffff1f;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden}.notif-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.notif-header h3{font-size:1rem}.text-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:600}.text-btn:hover{text-decoration:underline}.notif-list{max-height:320px;overflow-y:auto}.notif-item{border-bottom:1px solid var(--border-color);cursor:pointer;transition:background var(--transition-fast);gap:12px;padding:14px 16px;display:flex}.notif-item:hover{background:#ffffff08}.notif-item.unread{background:#f370210d}.notif-icon-wrap{background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.notif-icon-wrap.info{color:#4299e1}.notif-icon-wrap.success{color:#48bb78}.notif-icon-wrap.alert{color:#ecc94b}.notif-content-box{flex-direction:column;gap:4px;display:flex}.notif-title{font-size:.85rem;font-weight:600}.notif-body{color:var(--text-secondary);font-size:.8rem}.notif-time{color:var(--text-muted);font-size:.7rem}.profile-dropdown-wrap{position:relative}.header-user-btn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff08;border-radius:50px;align-items:center;gap:10px;padding:6px 14px 6px 8px;display:flex}.header-user-btn:hover{border-color:var(--primary-color);background:#ffffff14}.header-user-avatar{object-fit:cover;border:1.5px solid var(--accent-gold);border-radius:50%;width:30px;height:30px}.user-header-name{white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.85rem;font-weight:500;overflow:hidden}.chevron-icon{width:14px;height:14px;color:var(--text-muted)}.profile-menu-dropdown{background:var(--bg-darker);border-radius:var(--border-radius-md);width:220px;box-shadow:var(--shadow-lg);z-index:100;border:1px solid #ffffff1f;padding:8px;position:absolute;top:calc(100% + 10px);right:0}.profile-menu-item{color:var(--text-secondary);border-radius:var(--border-radius-sm);transition:all var(--transition-fast);align-items:center;gap:12px;padding:10px 14px;font-size:.88rem;text-decoration:none;display:flex}.profile-menu-item:hover{color:var(--text-primary);background:#ffffff0d}.profile-menu-item.text-danger:hover{color:var(--text-danger);background:#fc81811a}.dropdown-divider{background:var(--border-color);border:0;height:1px;margin:6px 0}.main-viewport{background-image:radial-gradient(circle at 85% 15%,#f3702114 0%,#0000 45%),radial-gradient(circle at 15% 85%,#0e6b8a14 0%,#0000 50%),radial-gradient(circle,#d4af3708 0%,#0000 60%);flex-grow:1;padding:36px;overflow-y:auto}.loading-state{flex-direction:column;justify-content:center;align-items:center;gap:18px;height:60%;display:flex}.spinner{border:3.5px solid #f3702133;border-top-color:var(--primary-color);border-radius:50%;width:44px;height:44px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#04080ed9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;animation:.25s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-card{background:var(--bg-dark);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:1px solid #ffffff1f;width:100%;max-width:550px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto}.auth-card{max-width:580px;padding:40px}.auth-brand{text-align:center;margin-bottom:30px}.auth-logo-emblem{font-size:3.5rem}.auth-brand h2{background:linear-gradient(135deg, var(--text-primary) 30%, var(--primary-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:8px;font-size:1.8rem}.auth-brand p{color:var(--text-secondary);margin-top:4px;font-size:.9rem}.auth-tabs{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:#ffffff0a;grid-template-columns:1fr 1fr;margin-bottom:24px;padding:4px;display:grid}.auth-tab-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-sm);transition:all var(--transition-fast);background:0 0;border:none;padding:10px 0;font-size:.95rem;font-weight:600}.auth-tab-btn.active{background:var(--primary-color);color:#fff}.auth-form{display:none}.auth-form.active{display:block}.form-group{margin-bottom:20px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}@media (max-width:480px){.form-grid{grid-template-columns:1fr}}label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.input-with-icon{position:relative}.input-with-icon i{width:18px;height:18px;color:var(--text-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-with-icon input,.input-with-icon select,textarea{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);transition:all var(--transition-fast);background:#ffffff08;padding:12px 14px 12px 42px;font-size:.95rem}textarea{padding:12px 14px}.input-with-icon select{appearance:none;cursor:pointer}.input-with-icon input:focus,.input-with-icon select:focus,textarea:focus{border-color:var(--primary-color);background:#ffffff0d;outline:none;box-shadow:0 0 12px #f370211f}.file-upload-box{border-radius:var(--border-radius-md);text-align:center;cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);border:2px dashed #ffffff26;flex-direction:column;align-items:center;gap:10px;padding:24px;display:flex}.file-upload-box:hover{border-color:var(--primary-color);color:var(--text-primary);background:#f3702108}.file-upload-box i{width:40px;height:40px;color:var(--primary-color)}.file-upload-name{color:var(--accent-gold);margin-top:6px;font-size:.85rem;font-weight:600}.btn{border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.btn:disabled,button:disabled{opacity:.55;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 15px #f370214d}.btn-primary:hover{transform:translateY(-1.5px);box-shadow:0 6px 20px #f3702173}.btn-secondary{border:1px solid var(--border-color);color:var(--text-primary);background:#ffffff0d}.btn-secondary:hover{border-color:var(--text-secondary);background:#ffffff1a}.btn-accent{background:var(--accent-gold-gradient);color:#000}.btn-accent:hover{transform:translateY(-1.5px);box-shadow:0 4px 15px #d4af3759}.btn-block{width:100%;display:flex}.btn-demo{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:6px 12px;font-size:.75rem;font-weight:600}.btn-demo:hover{border-color:var(--accent-gold);color:var(--text-primary);background:#d4af3714}.auth-demo-accounts{border-top:1px solid var(--border-color);text-align:center;margin-top:24px;padding-top:16px}.auth-demo-accounts p{color:var(--text-muted);margin-bottom:10px;font-size:.75rem}.demo-buttons{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-container{z-index:2000;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--bg-darker);border-left:4px solid var(--primary-color);color:var(--text-primary);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-lg);border:1px solid #ffffff14;border-left-width:4px;align-items:center;gap:14px;min-width:300px;max-width:450px;padding:16px 20px;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex}.toast.success{border-left-color:var(--text-success)}.toast.danger{border-left-color:var(--text-danger)}.toast.info{border-left-color:#4299e1}.toast-message{font-size:.88rem;font-weight:500}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.page-title-box{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.page-title-text h2{font-size:1.8rem;font-weight:700}.page-title-text p{color:var(--text-secondary);font-size:.92rem}.forums-layout{grid-template-columns:1fr 340px;gap:28px;display:grid}@media (max-width:992px){.forums-layout{grid-template-columns:1fr}}.post-composer{margin-bottom:24px;padding:20px}.composer-avatar-box{gap:16px;margin-bottom:14px;display:flex}.composer-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.composer-text{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);resize:none;height:80px;transition:all var(--transition-fast);background:#ffffff05;flex-grow:1;padding:12px;font-size:.95rem}.composer-text:focus{border-color:var(--primary-color);background:#ffffff0a;outline:none}.composer-actions{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:14px;display:flex}.composer-media-btn{color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.composer-media-btn:hover{color:var(--primary-color)}.composer-media-btn i{width:18px;height:18px}.posts-feed{flex-direction:column;gap:20px;display:flex}.post-card{margin-bottom:24px;padding:0;overflow:hidden}.post-card-header{justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.post-author-info{align-items:center;gap:12px;display:flex}.post-avatar-ring{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-gold) 50%, var(--secondary-color) 100%);border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex;box-shadow:0 0 10px #f3702126}.post-author-avatar{object-fit:cover;cursor:pointer;background:var(--bg-dark);border:2.5px solid #070e17;border-radius:50%;width:38px;height:38px}.author-meta{flex-direction:column;display:flex}.author-name{color:var(--text-primary);cursor:pointer;font-size:.9rem;font-weight:700;line-height:1.25}.author-name:hover{color:var(--primary-color)}.author-subline{color:var(--text-secondary);font-size:.74rem}.post-header-right{align-items:center;gap:10px;display:flex}.post-pin-btn{color:var(--accent-gold);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.post-pin-btn:hover{background:#d4af3714}.post-options-wrap{position:relative}.post-options-trigger{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex}.post-options-trigger:hover{color:var(--text-primary);background:#ffffff0d}.post-options-menu{background:var(--bg-darker);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-lg);z-index:150;width:170px;padding:4px;animation:.15s ease-out fadeIn;position:absolute;top:calc(100% + 6px);right:0}.post-options-item{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:500;display:flex}.post-options-item:hover{color:var(--text-primary);background:#ffffff0d}.post-card-text-content{color:var(--text-primary);white-space:pre-wrap;padding:8px 20px 18px;font-size:.95rem;line-height:1.5}.post-card-media-wrap{background-color:var(--bg-darker);cursor:pointer;aspect-ratio:16/10;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}@media (max-width:600px){.post-card-media-wrap{aspect-ratio:4/3}}.post-card-media-img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.double-click-heart-overlay{color:#ff3040;z-index:10;pointer-events:none;filter:drop-shadow(0 0 12px #ff304080);opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.double-click-heart-overlay.animate{animation:.75s cubic-bezier(.175,.885,.32,1.275) forwards heart-burst}@keyframes heart-burst{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}15%{opacity:.95;transform:translate(-50%,-50%)scale(1.3)}30%{opacity:1;transform:translate(-50%,-50%)scale(1)}75%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(0)}}.post-card-body{padding:16px 20px 18px}.post-actions-bar{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.post-actions-left{gap:16px;display:flex}.post-action-icon{cursor:pointer;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .15s cubic-bezier(.175,.885,.32,1.275),color .15s;display:flex}.post-action-icon:hover{color:var(--primary-color);transform:scale(1.15)}.post-action-icon.like-btn:hover{color:#ff3040}.post-action-icon.like-active{color:#ff3040;animation:.35s cubic-bezier(.175,.885,.32,1.275) heart-pop}.post-action-icon.bookmark-active{color:var(--accent-gold)}@keyframes heart-pop{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.post-likes-text{color:var(--text-primary);margin-bottom:8px;font-size:.88rem;font-weight:700}.post-caption{color:var(--text-primary);margin-bottom:12px;font-size:.9rem;line-height:1.45}.post-caption-author{cursor:pointer;margin-right:6px;font-weight:700}.post-caption-author:hover{color:var(--primary-color)}.post-caption-text{white-space:pre-wrap;color:var(--text-secondary)}.caption-more-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:6px;padding:0;font-size:.82rem;font-weight:600}.caption-more-btn:hover{color:var(--text-secondary)}.instagram-comments-box{margin-top:10px}.view-all-comments-btn{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;margin-bottom:6px;padding:4px 0;font-size:.82rem;font-weight:600;display:block}.view-all-comments-btn:hover{color:var(--text-secondary)}.instagram-comment-item{align-items:flex-start;margin-bottom:5px;font-size:.85rem;line-height:1.4;display:flex}.comment-item-content{flex-grow:1}.comment-item-author{cursor:pointer;color:var(--text-primary);margin-right:6px;font-weight:700}.comment-item-author:hover{color:var(--primary-color)}.comment-item-text{color:var(--text-secondary)}.post-time-ago{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:4px;font-size:.72rem;display:block}.instagram-comment-composer{border-top:1px solid var(--border-color);align-items:center;gap:12px;margin-top:12px;padding-top:10px;display:flex;position:relative}.emoji-trigger-btn{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:flex}.emoji-trigger-btn:hover{color:var(--accent-gold);transform:scale(1.1)}.instagram-comment-input{flex-grow:1;color:var(--text-primary)!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:6px 0!important;font-size:.85rem!important}.instagram-comment-input:focus{outline:none!important}.instagram-comment-post-btn{color:var(--primary-color);cursor:pointer;transition:opacity var(--transition-fast), color var(--transition-fast);background:0 0;border:none;padding:6px 2px;font-size:.85rem;font-weight:700}.instagram-comment-post-btn:hover{color:var(--primary-hover)}.instagram-comment-post-btn:disabled{opacity:.35;cursor:not-allowed}.emoji-tray-popover{background:var(--bg-darker);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:160;gap:4px;padding:6px 10px;animation:.18s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:absolute;bottom:calc(100% + 8px);left:0}.emoji-tray-item{cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:3px;font-size:1.15rem;display:flex}.emoji-tray-item:hover{background:#ffffff0f;transform:scale(1.25)}.forums-sidebar{flex-direction:column;gap:20px;display:flex}.sidebar-widget{padding:20px}.widget-title{border-bottom:1px solid var(--border-color);color:var(--accent-gold);margin-bottom:16px;padding-bottom:8px;font-size:1rem}.groups-list{flex-direction:column;gap:10px;display:flex}.group-item-btn{border-radius:var(--border-radius-sm);color:var(--text-secondary);cursor:pointer;text-align:left;transition:all var(--transition-fast);background:#ffffff05;border:1px solid #0000;align-items:center;gap:12px;padding:10px 14px;font-size:.85rem;font-weight:600;display:flex}.group-item-btn:hover{color:var(--text-primary);background:#ffffff0d}.group-item-btn.active{color:var(--primary-color);background:#f3702114;border-color:#f3702133}.group-icon{font-size:1.2rem}.directory-layout{flex-direction:column;gap:24px;display:flex}.directory-filters-panel{padding:20px 24px}.filters-grid{grid-template-columns:2fr 1fr 1fr 1fr;align-items:end;gap:16px;display:grid}@media (max-width:768px){.filters-grid{grid-template-columns:1fr}}.directory-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.alumni-card{text-align:center;flex-direction:column;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.alumni-card-house-stripe{width:100%;height:4px;position:absolute;top:0;left:0}.alumni-card-photo{object-fit:cover;width:80px;height:80px;transition:transform var(--transition-normal);border:3px solid #ffffff1a;border-radius:50%;margin-bottom:16px}.alumni-card:hover .alumni-card-photo{border-color:var(--primary-color);transform:scale(1.08)}.alumni-card-name{margin-bottom:4px;font-size:1.1rem;font-weight:700}.alumni-card-batch{color:var(--accent-gold);margin-bottom:8px;font-size:.8rem;font-weight:600}.alumni-card-job{color:var(--text-primary);margin-bottom:4px;font-size:.85rem;font-weight:500}.alumni-card-company{color:var(--text-secondary);margin-bottom:12px;font-size:.78rem}.alumni-card-city{color:var(--text-muted);align-items:center;gap:4px;margin-bottom:20px;font-size:.78rem;display:flex}.alumni-card-city i{width:12px;height:12px}.alumni-card-actions{gap:10px;width:100%;margin-top:auto;display:flex}.alumni-card-actions button{flex-grow:1}.events-layout{flex-direction:column;gap:24px;display:flex}.events-tabs{border-bottom:1px solid var(--border-color);gap:12px;padding-bottom:12px;display:flex}.event-tab-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:6px 12px;font-size:.95rem;font-weight:600;position:relative}.event-tab-btn.active{color:var(--primary-color)}.event-tab-btn.active:after{content:"";background-color:var(--primary-color);width:100%;height:2px;position:absolute;bottom:-13px;left:0}.events-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.event-card{flex-direction:column;display:flex;overflow:hidden}.event-card-banner{background:linear-gradient(135deg,#f3702133 0%,#0c1e36cc 100%);justify-content:center;align-items:center;height:160px;display:flex;position:relative}.event-banner-overlay{position:absolute;top:14px;right:14px}.event-banner-emblem{opacity:.5;font-size:3rem}.event-card-body{flex-direction:column;flex-grow:1;padding:24px;display:flex}.event-date-badge{color:var(--accent-gold);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:700}.event-card-title{margin-bottom:8px;font-size:1.15rem}.event-card-desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:20px;font-size:.88rem;display:-webkit-box;overflow:hidden}.event-meta-lines{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;margin-bottom:20px;padding-top:12px;display:flex}.event-meta-line{color:var(--text-secondary);align-items:center;gap:8px;font-size:.82rem;display:flex}.event-meta-line i{width:14px;height:14px;color:var(--primary-color)}.event-card-actions{gap:12px;display:flex}.event-card-actions button{flex-grow:1}.mentorship-layout{grid-template-columns:320px 1fr;gap:28px;display:grid}.screen-mentorship .glass-panel{color:var(--heritage-ink)!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px #00000005!important}.screen-mentorship .glass-panel:hover{border-color:#cbd5e1!important;box-shadow:0 10px 15px -3px #0000000a!important}.screen-mentorship .widget-title{color:#1e293b!important}.screen-mentorship .group-item-btn{color:#475569!important;background:#f8fafc!important;border:1px solid #f1f5f9!important}.screen-mentorship .group-item-btn:hover{color:#1e293b!important;background:#f1f5f9!important}.screen-mentorship .group-item-btn.active{color:var(--primary-color)!important;background:#f3702114!important;border-color:#f3702133!important}.screen-mentorship .mentor-meta h3{color:#1e293b!important}.screen-mentorship .mentor-meta .mentor-batch{color:#64748b!important}.screen-mentorship .mentor-meta .mentor-work{color:#1e293b!important}.screen-mentorship .skill-tag{color:#475569!important;background:#f1f5f9!important}.screen-mentorship .mentor-bio{color:#475569!important}.screen-mentorship .mentor-stats{background:#f8fafc!important;border:1px solid #f1f5f9!important}.screen-mentorship .stat-val{color:#1e293b!important}.screen-mentorship .stat-lbl{color:#64748b!important}@media (max-width:900px){.mentorship-layout{grid-template-columns:1fr}}.mentor-search-sidebar{flex-direction:column;gap:20px;height:fit-content;padding:24px;display:flex}.mentor-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px;display:grid}.mentor-card{flex-direction:column;padding:24px;display:flex;position:relative}.mentor-badge{color:var(--accent-gold);text-transform:uppercase;background:#d4af371f;border:1px solid #d4af374d;border-radius:20px;padding:3px 8px;font-size:.65rem;font-weight:700;position:absolute;top:14px;right:14px}.mentor-card-header{gap:14px;margin-bottom:16px;display:flex}.mentor-photo{object-fit:cover;border:2px solid var(--accent-gold);border-radius:50%;width:56px;height:56px}.mentor-meta h3{font-size:.98rem;font-weight:700}.mentor-meta .mentor-batch{color:var(--text-secondary);font-size:.75rem}.mentor-meta .mentor-work{color:var(--text-primary);font-size:.8rem;font-weight:600}.mentor-field-box{margin-bottom:16px}.mentor-skills{flex-wrap:wrap;gap:6px;display:flex}.skill-tag{color:var(--text-secondary);background:#ffffff0d;border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:600}.mentor-bio{color:var(--text-secondary);flex-grow:1;margin-bottom:20px;font-size:.82rem}.mentor-stats{border-top:1px solid var(--border-color);text-align:center;grid-template-columns:1fr 1fr;margin-bottom:20px;padding-top:12px;display:grid}.mentor-stat{flex-direction:column;display:flex}.stat-val{color:var(--primary-color);font-size:.95rem;font-weight:700}.stat-lbl{color:var(--text-muted);text-transform:uppercase;font-size:.68rem}.donations-layout{grid-template-columns:1fr 360px;gap:28px;display:grid}@media (max-width:992px){.donations-layout{grid-template-columns:1fr}}.donations-main-info{flex-direction:column;gap:24px;display:flex}.donation-stats-widget{flex-direction:column;gap:16px;padding:32px;display:flex}.progress-header{justify-content:space-between;align-items:baseline;display:flex}.progress-header h3{font-size:1.1rem}.progress-header .total-raised{color:var(--accent-gold);font-size:2.2rem;font-weight:800}.donation-progress-bar-wrap{background:#ffffff0d;border-radius:6px;height:12px;position:relative;overflow:hidden}.donation-progress-fill{background:linear-gradient(90deg, var(--primary-color) 0%, var(--accent-gold) 100%);border-radius:6px;width:68%;height:100%;transition:width 1s ease-out}.progress-footer-stats{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;display:flex}.donation-causes-list{flex-direction:column;gap:16px;display:flex}.cause-card{gap:20px;padding:24px;display:flex}@media (max-width:576px){.cause-card{flex-direction:column}}.cause-emblem-box{border-radius:var(--border-radius-sm);background:#f370211a;border:1px solid #f3702133;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex}.cause-content-box{flex-direction:column;flex-grow:1;display:flex}.cause-title{margin-bottom:6px;font-size:1.1rem}.cause-desc{color:var(--text-secondary);margin-bottom:16px;font-size:.88rem}.cause-action-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.cause-stats{color:var(--text-secondary);font-size:.8rem}.cause-stats strong{color:var(--accent-gold)}.donations-sidebar{flex-direction:column;gap:24px;display:flex}.leaderboard-widget{padding:24px}.leaderboard-list{flex-direction:column;gap:12px;display:flex}.leader-item{border-radius:var(--border-radius-sm);background:#ffffff05;align-items:center;gap:12px;padding:10px;display:flex}.leader-rank{text-align:center;width:24px;color:var(--text-muted);font-size:.95rem;font-weight:800}.leader-rank.rank-1{color:gold;font-size:1.2rem}.leader-rank.rank-2{color:silver;font-size:1.1rem}.leader-rank.rank-3{color:#cd7f32;font-size:1rem}.leader-photo{object-fit:cover;border-radius:50%;width:36px;height:36px}.leader-info{flex-direction:column;flex-grow:1;display:flex}.leader-name{font-size:.85rem;font-weight:700}.leader-batch{color:var(--text-muted);font-size:.72rem}.leader-amount{color:var(--text-success);font-size:.9rem;font-weight:700}.payment-card{background:#0d1b2e;border:none;max-width:440px}.payment-header{text-align:center;background:#091322;border-bottom:2px solid #ffffff0d;padding:24px}.payment-header img{width:140px;margin-bottom:12px}.payment-header h3{font-size:1.1rem}.payment-header .amount-display{color:var(--text-success);margin-top:8px;font-size:2rem;font-weight:800}.payment-body{padding:30px}.admin-layout{flex-direction:column;gap:28px;display:flex}.admin-stats-strip{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:768px){.admin-stats-strip{grid-template-columns:1fr 1fr}}.admin-stat-card{align-items:center;gap:16px;padding:20px;display:flex}.admin-stat-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;display:flex}.admin-stat-icon.primary{background:var(--primary-gradient)}.admin-stat-icon.gold{background:var(--accent-gold-gradient)}.admin-stat-icon.success{background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)}.admin-stat-icon.info{background:linear-gradient(135deg,#4299e1 0%,#3182ce 100%)}.admin-stat-info{flex-direction:column;display:flex}.admin-stat-number{font-size:1.4rem;font-weight:800}.admin-stat-label{color:var(--text-secondary);text-transform:uppercase;font-size:.72rem}.admin-table-widget{padding:24px}.table-header-row{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-table-container{overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{border-bottom:2px solid var(--border-color);text-transform:uppercase;color:var(--text-secondary);padding:12px 16px;font-size:.75rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--border-color);padding:16px;font-size:.88rem}.admin-table tr:hover{background:#ffffff05}.table-photo{object-fit:cover;border-radius:50%;width:32px;height:32px}.table-user-cell{align-items:center;gap:12px;display:flex}.table-user-details{flex-direction:column;display:flex}.table-user-name{font-weight:600}.table-user-email{color:var(--text-muted);font-size:.72rem}.doc-link-btn{color:var(--accent-gold);align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.doc-link-btn:hover{text-decoration:underline}.doc-link-btn i{width:14px;height:14px}.admin-actions-cell{gap:8px;display:flex}.btn-icon{border-radius:var(--border-radius-sm);cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.btn-icon.approve{color:var(--text-success);background:#48bb7826}.btn-icon.approve:hover{background:var(--text-success);color:#fff}.btn-icon.reject{color:var(--text-danger);background:#fc818126}.btn-icon.reject:hover{background:var(--text-danger);color:#fff}.profile-modal-card{max-width:680px}.profile-cover{background:linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);height:140px;position:relative}.profile-avatar-large-wrap{position:absolute;bottom:-40px;left:32px}.profile-avatar-large{object-fit:cover;border:4px solid var(--bg-dark);border-radius:50%;width:100px;height:100px}.profile-modal-body{padding:60px 32px 32px}.profile-details-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.profile-details-name{font-size:1.5rem;font-weight:800}.profile-details-sub{color:var(--text-secondary);align-items:center;gap:10px;font-size:.88rem;display:flex}.profile-detail-grid{border-top:1px solid var(--border-color);grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;padding-top:20px;display:grid}@media (max-width:576px){.profile-detail-grid{grid-template-columns:1fr}}.profile-detail-item{flex-direction:column;display:flex}.profile-detail-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;font-size:.72rem;font-weight:700}.profile-detail-value{font-size:.92rem;font-weight:600}.profile-bio-box{border-top:1px solid var(--border-color);margin-bottom:24px;padding-top:20px}.profile-bio-box h4{text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-size:.8rem;font-weight:700}.profile-bio-text{color:var(--text-primary);font-size:.9rem;line-height:1.6}.profile-modal-actions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:12px;padding-top:20px;display:flex}@media (max-width:1024px){.app-layout{grid-template-columns:1fr}.app-sidebar{width:var(--sidebar-width);box-shadow:var(--shadow-lg);position:fixed;top:0;left:0;transform:translate(-100%)}.app-sidebar.open{transform:translate(0)}.sidebar-close-btn,.sidebar-toggle-btn{align-items:center;display:flex}.app-header{padding:0 20px}.main-viewport{padding:24px}}.news-layout{animation:fadeIn var(--transition-normal)}.featured-news-card{border-radius:var(--border-radius-md);box-shadow:var(--shadow-glow);transition:all var(--transition-normal)}.featured-news-card:hover{box-shadow:0 10px 40px #f3702140;border-color:var(--primary-color)!important}.heritage-polaroid{background:#fff;border:1px solid #0000001f!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;box-shadow:0 4px 10px #00000026!important}.heritage-polaroid:hover{z-index:10;transform:scale(1.08)rotate(0)!important;box-shadow:0 12px 24px #0000004d!important}.quote-widget{box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}.quote-widget:hover{box-shadow:var(--shadow-glow);border-color:var(--primary-color)!important}.jobs-layout{animation:fadeIn var(--transition-normal)}.skill-tag{color:var(--accent-gold);transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #d4af3733;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:500}.skill-tag:hover{border-color:var(--accent-gold);background:#d4af371a}.btn-demo{transition:all var(--transition-fast)!important}.btn-demo:hover{background:var(--primary-color)!important;color:#fff!important;border-color:var(--primary-color)!important}.code-editor-block{background:#0d1117;border:1px solid #ffffff14;border-radius:12px;margin:12px 0;font-family:Courier New,Courier,monospace;overflow:hidden}.editor-header-bar{background:#161b22;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.editor-dot-row{gap:6px;display:flex}.editor-dot{border-radius:50%;width:10px;height:10px}.editor-dot.red{background:#ff5f56}.editor-dot.yellow{background:#ffbd2e}.editor-dot.green{background:#27c93f}.editor-lang-badge{color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:700}.editor-actions-row{align-items:center;gap:10px;display:flex}.editor-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.72rem;display:flex}.editor-btn:hover{color:#fff;background:#ffffff1a}.editor-btn.run-btn{color:#ff8b38;background:#ff7a1a26;border-color:#ff7a1a4d}.editor-btn.run-btn:hover{background:var(--primary-color);color:#fff}.editor-body{color:#c9d1d9;background:#0d1117;max-height:320px;font-size:.82rem;line-height:1.5;display:flex;overflow-y:auto}.editor-linenums{text-align:right;color:#484f58;-webkit-user-select:none;user-select:none;background:#090d13;border-right:1px solid #ffffff0a;min-width:38px;padding:12px 10px}.editor-content-area{white-space:pre;flex-grow:1;padding:12px 16px;overflow-x:auto}.editor-console-output{color:#58a6ff;background:#05070a;border-top:1px solid #ffffff14;flex-direction:column;gap:4px;padding:10px 16px;font-size:.76rem;display:flex}.console-label{text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:700}.swipe-carousel-wrap{aspect-ratio:16/10;background:var(--bg-darker);width:100%;position:relative;overflow:hidden}.swipe-card-deck{width:100%;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex}.swipe-card-item{text-align:center;background:radial-gradient(circle,#ff7a1a0d 0%,#0000 80%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:100%;height:100%;padding:40px;display:flex;position:relative}.carousel-slide-title{background:linear-gradient(135deg, white 40%, var(--primary-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:1.3rem;font-weight:800}.carousel-slide-text{color:var(--text-secondary);max-width:500px;font-size:.95rem;line-height:1.6}.carousel-control-btn{color:#fff;cursor:pointer;z-index:10;width:36px;height:36px;transition:all var(--transition-fast);background:#000000a6;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-control-btn:hover{background:var(--primary-color);border-color:var(--primary-color)}.carousel-control-btn.prev{left:14px}.carousel-control-btn.next{right:14px}.carousel-progress-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.carousel-dot{width:6px;height:6px;transition:all var(--transition-fast);background:#ffffff4d;border-radius:50%}.carousel-dot.active{background:var(--primary-color);border-radius:10px;width:16px}.vertical-reels-feed{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.reel-card-layout{aspect-ratio:9/16;border-radius:var(--border-radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);background:#000;position:relative;overflow:hidden}.reel-video-element{object-fit:cover;width:100%;height:100%}.reel-overlay-content{z-index:10;color:#fff;pointer-events:none;background:linear-gradient(#0000 0%,#000000d9 100%);width:100%;padding:24px 70px 24px 20px;position:absolute;bottom:0;left:0}.reel-overlay-content *{pointer-events:auto}.reel-author-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.reel-avatar{border:1.5px solid var(--primary-color);object-fit:cover;border-radius:50%;width:32px;height:32px}.reel-username{font-size:.88rem;font-weight:700}.reel-caption{color:#ffffffe6;font-size:.85rem;line-height:1.4}.reel-side-bar{z-index:20;flex-direction:column;align-items:center;gap:20px;display:flex;position:absolute;bottom:24px;right:14px}.reel-side-icon-btn{color:#fff;cursor:pointer;width:42px;height:42px;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.reel-side-icon-btn:hover{background:var(--primary-color);transform:scale(1.1)}.reel-icon-label{color:#fff;text-shadow:0 1px 4px #000c;margin-top:4px;font-size:.7rem;font-weight:600}.utility-right-panel{flex-direction:column;gap:20px;display:flex}.streak-card{border-radius:var(--border-radius-md);background:linear-gradient(135deg,#ff7a1a14 0%,#0c1e3699 100%);border:1px solid #ff7a1a40;padding:18px}.streak-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.streak-number-row{align-items:baseline;gap:4px;display:flex}.streak-count{color:var(--primary-color);font-size:2rem;font-weight:800}.streak-days-grid{justify-content:space-between;margin-top:10px;display:flex}.streak-day-dot{color:var(--text-muted);flex-direction:column;align-items:center;gap:4px;font-size:.68rem;display:flex}.streak-circle{border:1px solid var(--border-color);width:24px;height:24px;transition:all var(--transition-fast);background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex}.streak-circle.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 0 10px #ff7a1a59}.gamified-badges-row{flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.gamified-badge-item{border:1px solid var(--border-color);transition:all var(--transition-fast);background:#ffffff05;border-radius:30px;align-items:center;gap:8px;padding:6px 14px;font-size:.78rem;font-weight:600;display:flex}.gamified-badge-item:hover{background:#ff7a1a0f;border-color:#ff7a1a4d;transform:translateY(-1.5px)}.gamified-badge-icon{font-size:1.05rem}.pdf-preview-box{border:1px solid var(--border-color);border-radius:var(--border-radius-md);transition:border-color var(--transition-fast);background:#ffffff05;align-items:center;gap:16px;margin:10px 0;padding:16px;display:flex}.pdf-preview-box:hover{border-color:var(--primary-color)}.pdf-icon-wrap{color:#fff;width:48px;height:60px;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#ff4d4d 0%,#b30000 100%);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex;position:relative;overflow:hidden}.pdf-icon-wrap:after{content:"PDF";background:#0003;border-radius:3px;padding:1px 4px;font-size:.6rem;font-weight:700;position:absolute;bottom:4px}.pdf-details-col{flex-direction:column;flex-grow:1;gap:4px;display:flex}.pdf-title-text{color:var(--text-primary);font-size:.88rem;font-weight:700}.pdf-meta-row{color:var(--text-secondary);flex-wrap:wrap;gap:8px;font-size:.72rem;display:flex}.pdf-meta-pill{background:#ffffff0d;border-radius:4px;padding:2px 6px}.ai-badge{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:.65rem;font-weight:700;display:inline-flex}.visibility-select{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--border-radius-sm);cursor:pointer;background:#ffffff0d;outline:none;padding:4px 10px;font-size:.8rem;font-weight:500}.visibility-select:focus{border-color:var(--primary-color)}.mobile-emblem-toggle,.mobile-sidebar-backdrop{display:none}.mobile-emblem-image{object-fit:contain;filter:drop-shadow(0 2px 8px #f370214d);width:34px;height:34px}@media (max-width:768px){.app-main{padding-bottom:0!important}}.composer-media-tabs{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:#ffffff08;gap:4px;margin-top:12px;margin-bottom:12px;padding:3px;display:flex}.composer-media-tab-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:600;display:flex}.composer-media-tab-btn:hover{color:var(--text-primary);background:#ffffff05}.composer-media-tab-btn.active{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-sm)}.video-post-player{aspect-ratio:16/9;background-color:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.video-post-iframe{border:none;width:100%;height:100%}.article-preview-card{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-normal);background:#ffffff05;margin:8px 0;display:flex;overflow:hidden;color:inherit!important;text-decoration:none!important}.article-preview-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm);background:#ffffff0d;transform:translateY(-2px)}.article-thumbnail{background-color:var(--bg-darker);border-right:1px solid var(--border-color);justify-content:center;align-items:center;width:120px;min-width:120px;height:120px;display:flex;overflow:hidden}.article-thumbnail-img{object-fit:cover;width:100%;height:100%}.article-meta-box{flex-direction:column;justify-content:center;padding:14px 16px;display:flex;overflow:hidden}.article-meta-domain{text-transform:uppercase;color:var(--accent-gold);letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:700}.article-meta-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.88rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.article-meta-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;display:-webkit-box;overflow:hidden}@media (max-width:576px){.article-preview-card{flex-direction:column}.article-thumbnail{border-right:none;border-bottom:1px solid var(--border-color);width:100%;height:140px}}.archive-vintage-img{filter:grayscale();transition:filter .4s}.archive-vintage-card:hover .archive-vintage-img{filter:sepia(60%)contrast(110%)}.dropzone{transition:all .3s}.dropzone.dragover{transform:scale(1.01);border-color:var(--primary-color)!important;background:#ff7a1a14!important}.voice-waves div{animation:1.2s ease-in-out infinite alternate wavePulse}.voice-waves div:nth-child(2n){animation-delay:.15s}.voice-waves div:nth-child(3n){animation-delay:.3s}.voice-waves div:nth-child(4n){animation-delay:.45s}@keyframes wavePulse{0%{transform:scaleY(1)}to{transform:scaleY(2.2)}}.memory-grid-card:hover .memory-grid-overlay{opacity:1!important}.memory-grid-card:hover .memory-grid-img{transform:scale(1.05)}.clickable-name{cursor:pointer;transition:color .2s}.clickable-name:hover{color:var(--primary-color)!important}:root{--heritage-navy:#09152c;--heritage-ink:#161719;--heritage-muted:#77797d;--heritage-line:#e7e7e7;--heritage-page:#f6f6f5;--heritage-card:#fff;--heritage-gold:#f4b820;--heritage-orange:#ff9f0a;--heritage-shadow:0 2px 10px #1414141c}.ig-feed-layout{max-width:600px;margin:0 auto;padding:32px 24px}@media (max-width:640px){.ig-feed-layout{padding:16px}}.ig-feed-main{flex-direction:column;gap:20px;min-width:0;display:flex}.screen-feed .main-viewport,.screen-create .main-viewport,.screen-events .main-viewport,.screen-batch .main-viewport,.screen-memories .main-viewport,.screen-discover .main-viewport,.screen-directory .main-viewport,.screen-search .main-viewport,.screen-notifications .main-viewport,.screen-messages .main-viewport,.screen-admin .main-viewport,.screen-profile .main-viewport,.screen-mentorship .main-viewport,.screen-careers .main-viewport,.screen-jobs .main-viewport{background:var(--heritage-page);color:var(--heritage-ink);background-image:none}.screen-feed .app-header,.screen-create .app-header,.screen-events .app-header,.screen-batch .app-header,.screen-memories .app-header,.screen-discover .app-header,.screen-directory .app-header,.screen-search .app-header,.screen-notifications .app-header,.screen-messages .app-header,.screen-admin .app-header,.screen-profile .app-header{display:none!important}.heritage-page{color:var(--heritage-ink);max-width:1500px;margin:0 auto}.heritage-page h1,.heritage-page h2,.heritage-page h3,.heritage-page p{color:inherit}.heritage-title-row{margin-bottom:34px}.heritage-title-row h1{align-items:center;gap:12px;font-size:2rem;line-height:1.2;display:flex}.heritage-title-row h1 span,.heritage-title-row svg{color:var(--heritage-orange)}.heritage-title-row p,.directory-meta-row p{color:var(--heritage-muted);font-size:1rem}.heritage-filter-card{background:var(--heritage-card);border:1px solid var(--heritage-line);box-shadow:var(--heritage-shadow);border-radius:16px;grid-template-columns:1fr 1fr 1fr 1fr auto;align-items:end;gap:24px;padding:28px 32px;display:grid}.heritage-filter-card label,.heritage-modal label,.events-filter-strip label{color:var(--heritage-muted);text-transform:none;letter-spacing:0;margin:0;font-size:.9rem;font-weight:700}.heritage-input,.heritage-filter-card select,.heritage-modal input,.heritage-modal select,.heritage-modal textarea,.events-filter-strip select{width:100%;height:50px;color:var(--heritage-ink);background:#fff;border:1px solid #dfdfdf;border-radius:8px;align-items:center;gap:10px;margin-top:8px;padding:0 16px;font-size:1rem;display:flex;box-shadow:inset 0 1px 2px #00000008}.heritage-input input{font:inherit;color:inherit;border:none;outline:none;flex:1}.heritage-filter-card select{appearance:auto}.heritage-primary-btn,.events-filter-strip button,.events-hero button,.event-row-card>button,.suggest-card button,.feed-composer-card footer button[type=submit],.heritage-connect-btn{background:var(--heritage-orange);color:#111;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;font-size:1rem;font-weight:800;display:inline-flex}.directory-meta-row,.heritage-pagination{justify-content:space-between;align-items:center;margin:34px 0 26px;display:flex}.directory-meta-row p:last-child{align-items:center;gap:10px;display:flex}.heritage-directory-grid{grid-template-columns:repeat(4,minmax(210px,1fr));gap:32px;display:grid}.heritage-alumni-card{background:var(--heritage-card);border:1px solid var(--heritage-line);box-shadow:var(--heritage-shadow);text-align:center;border-radius:14px;min-height:360px;padding:36px 32px 28px}.heritage-alumni-card img{object-fit:cover;cursor:pointer;border-radius:50%;width:108px;height:108px}.heritage-alumni-card h2{cursor:pointer;margin-top:18px;font-size:1.25rem}.heritage-batch-pill{background:#fff0d7;border:1px solid #f1d9ad;border-radius:7px;margin:10px 0 12px;padding:4px 14px;font-weight:700;display:inline-flex}.heritage-alumni-card p{color:var(--heritage-muted);justify-content:center;align-items:center;gap:8px;margin:5px 0;display:flex}.heritage-connect-btn{width:100%;box-shadow:var(--heritage-shadow);background:#fff;border:1px solid #dedede;margin-top:18px}.heritage-pagination button{color:#111;background:#fff;border:1px solid #dedede;border-radius:8px;min-width:46px;height:46px;margin-left:8px;font-weight:800}.heritage-pagination button.active{color:#fff;background:#111}.heritage-empty{min-height:260px;color:var(--heritage-muted);background:#fff;border-radius:14px;grid-column:1/-1;place-items:center;display:grid}.home-feed-redesign{grid-template-columns:340px minmax(420px,1fr) 330px;align-items:start;gap:32px;display:grid}.mini-profile-card,.feed-side-menu,.heritage-widget,.feed-composer-card,.feed-story-card,.spotlight-widget,.featured-spotlight,.spotlight-card-grid article,.notifications-panel,.your-batch-card,.batch-class-row article,.memory-masonry article,.profile-head-card,.about-card,.social-card,.profile-post-card,.heritage-modal,.events-filter-strip,.event-row-card,.calendar-card{background:var(--heritage-card);border:1px solid var(--heritage-line);box-shadow:var(--heritage-shadow);border-radius:14px}.mini-profile-card{text-align:center;padding-bottom:24px;overflow:hidden}.mini-cover{background:var(--heritage-navy);height:90px}.mini-profile-card img{object-fit:cover;border:5px solid #fff;border-radius:50%;width:84px;height:84px;margin-top:-42px}.mini-profile-card h2{margin:14px 0 4px;font-size:1.3rem}.mini-profile-card p,.mini-profile-card span,.heritage-widget span,.spotlight-widget p,.feed-story-card header p{color:var(--heritage-muted)}.mini-profile-card span,.spotlight-widget span{color:#75530c;background:#fff3d8;border:1px solid #e7d2a4;border-radius:7px;padding:4px 12px;font-weight:700;display:inline-flex}.feed-side-menu{margin:28px 0;padding:22px}.feed-side-menu button{color:#111;cursor:pointer;background:0 0;border:none;align-items:center;gap:18px;width:100%;padding:12px 8px;font-size:1.05rem;font-weight:700;display:flex}.heritage-widget{padding:22px}.heritage-widget h3,.spotlight-widget h3{align-items:center;gap:10px;margin-bottom:16px;font-size:1.05rem;display:flex}.feed-composer-card{margin-bottom:28px;padding:22px 28px}.feed-composer-card>div{border-bottom:1px solid var(--heritage-line);align-items:center;gap:18px;padding-bottom:20px;display:flex}.feed-composer-card img,.feed-story-card header img{object-fit:cover;border-radius:50%;width:54px;height:54px}.feed-composer-card input{color:#111;background:#f6f6f6;border:1px solid #dfdfdf;border-radius:28px;flex:1;height:56px;padding:0 20px;font-size:1rem}.feed-composer-card footer,.feed-story-card footer{justify-content:space-between;align-items:center;padding-top:16px;display:flex}.feed-composer-card footer button{color:var(--heritage-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;font-weight:800;display:flex}.feed-composer-card footer button[type=submit]{background:var(--heritage-navy);color:#fff;padding:0 24px}.feed-story-card{margin-bottom:28px;overflow:hidden}.feed-story-card header,.profile-post-card header{align-items:center;gap:14px;padding:24px 28px 0;display:flex}.feed-story-card header div,.profile-post-card header div{flex:1}.feed-story-card>p,.profile-post-card>p{padding:18px 28px 12px;font-size:1.08rem;line-height:1.55}.story-media,.profile-post-card>img{aspect-ratio:16/9;object-fit:cover;border-radius:12px;width:calc(100% - 56px);margin:0 28px 24px}.milestone-box{background:#fff8e9;border-radius:12px;align-items:center;gap:18px;margin:0 28px 24px;padding:24px;display:flex}.milestone-box span{color:var(--heritage-muted)}.feed-story-card footer,.profile-post-card footer{border-top:1px solid var(--heritage-line);padding:18px 28px}.feed-story-card footer button,.profile-post-card footer span{color:var(--heritage-muted);background:0 0;border:none;align-items:center;gap:10px;font-weight:700;display:flex}.reunion-widget div{border:1px solid var(--heritage-line);border-radius:10px;margin-top:14px;padding:16px}.reunion-widget button{background:var(--heritage-gold);border:none;border-radius:7px;width:100%;height:42px;margin-top:12px;font-weight:800}.spotlight-widget{text-align:center;margin-top:28px;overflow:hidden}.spotlight-widget h3{background:var(--heritage-navy);color:#fff;justify-content:flex-start;padding:18px 22px}.spotlight-widget img{object-fit:cover;border-radius:50%;width:86px;height:86px;margin-top:24px}.spotlight-widget button{color:var(--heritage-navy);background:0 0;border:none;margin:18px 0 26px;font-weight:800}.spotlight-redesign{grid-template-columns:minmax(600px,1fr) 410px;gap:40px;display:grid}.spotlight-heading,.spotlight-grid-head,.memory-head,.batch-carousel-section>div:first-child{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.spotlight-heading h1,.batch-carousel-section h1,.memory-head h1{font-size:1.8rem}.spotlight-heading p,.memory-head p,.batch-carousel-section p{color:var(--heritage-muted)}.spotlight-heading>span{background:var(--heritage-orange);border-radius:7px;align-items:center;gap:8px;padding:6px 12px;font-weight:800;display:flex}.featured-spotlight{overflow:hidden}.featured-spotlight>div{color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;min-height:340px;padding:28px 32px;display:flex}.featured-spotlight>div span,.event-type{background:var(--heritage-orange);color:#111;border-radius:6px;align-self:flex-start;margin-bottom:auto;padding:4px 12px;font-weight:800}.featured-spotlight>div h2,.featured-spotlight>div p{color:#fff}.featured-spotlight blockquote{color:#333;background:#f4f4f4;border-radius:12px;margin:32px;padding:22px;font-size:1.08rem;font-style:italic;line-height:1.6}.featured-spotlight footer{align-items:center;gap:80px;padding:0 32px 32px;display:flex}.featured-spotlight footer span{color:var(--heritage-muted);display:block}.featured-spotlight footer button,.nominate-band button{background:var(--heritage-orange);color:#111;border:none;border-radius:8px;align-items:center;gap:10px;margin-left:auto;padding:14px 26px;font-weight:800;display:flex}.spotlight-card-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.spotlight-card-grid article{text-align:center;padding:28px}.spotlight-card-grid img{object-fit:cover;border-radius:50%;width:76px;height:76px}.spotlight-card-grid span,.spotlight-card-grid p{color:var(--heritage-muted)}.spotlight-card-grid button,.spotlight-grid-head button,.notifications-panel button{color:#f05a1a;background:0 0;border:none;font-weight:800}.nominate-band{color:#fff;background:#151515;border-radius:14px;align-items:center;gap:24px;margin-top:30px;padding:32px;display:flex}.nominate-band h2,.nominate-band p{color:#fff}.notifications-panel{align-self:start;padding:0}.notifications-panel h2{border-bottom:1px solid var(--heritage-line);align-items:center;gap:12px;padding:24px;display:flex}.notifications-panel h2 span{color:#fff;background:#e11;border-radius:8px;padding:3px 9px;font-size:.85rem}.notifications-panel p{border-bottom:1px solid #f0f0f0;padding:20px 24px}.notifications-panel small{color:var(--heritage-muted);margin-top:8px;display:block}.events-hero{background:linear-gradient(90deg,#09152ce6,#09152c59),url(https://images.unsplash.com/photo-1511795409834-ef04bbd61622?w=1500&h=420&fit=crop&q=80) 50%/cover;border-radius:20px;align-items:center;min-height:300px;padding:46px 56px;display:flex;overflow:hidden}.events-hero span{color:#111;background:#e7bd43;border-radius:7px;padding:6px 12px;font-weight:800}.events-hero h1{color:#fff;margin:24px 0 8px;font-size:2.4rem}.events-hero p{color:#e7bd43;margin-bottom:24px;font-size:1.4rem;font-weight:800}.events-filter-strip{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:24px;margin:32px 0;padding:20px;display:grid}.events-shell{grid-template-columns:minmax(620px,1fr) 390px;gap:32px;display:grid}.events-section-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.events-section-head div{background:#f0f0f0;border-radius:8px;padding:4px}.events-section-head button{color:var(--heritage-muted);background:0 0;border:none;border-radius:7px;padding:8px 16px;font-weight:800}.events-section-head button.active{color:#111;box-shadow:var(--heritage-shadow);background:#fff}.event-row-card{grid-template-columns:280px 1fr auto;align-items:center;gap:26px;min-height:190px;margin-bottom:18px;display:grid;overflow:hidden}.event-row-card img{object-fit:cover;filter:grayscale(45%);width:100%;height:100%}.event-row-card h3{font-size:1.28rem}.event-meta{color:var(--heritage-muted);flex-wrap:wrap;align-items:center;gap:12px;margin:8px 0;display:flex}.event-row-card p,.event-row-card small{color:var(--heritage-muted);line-height:1.55}.event-row-card>button{background:var(--heritage-navy);color:#fff;min-width:96px;margin-right:26px}.event-row-card>button.ghost{color:#8c680a;background:#fff;border:1px solid #e4d29d}.event-type.virtual{color:#fff;background:#5574c7}.event-type.physical,.event-type.past{background:#fff;border:1px solid #ddd}.past-title{margin:34px 0 18px}.suggest-card{background:var(--heritage-navy);color:#fff;border-radius:14px;margin:28px 0;padding:30px}.suggest-card h3,.suggest-card p{color:#fff}.suggest-card button{background:#e7bd43;width:100%;margin-top:20px}.my-event{border:1px solid var(--heritage-line);border-radius:10px;gap:16px;margin:14px 0;padding:14px;display:flex}.my-event strong{background:var(--heritage-navy);color:#fff;text-align:center;border-radius:8px;padding:8px 10px;line-height:1.1}.calendar-card{padding:28px}.mini-calendar{text-align:center;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:20px;display:grid}.mini-calendar span{border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.mini-calendar .gold{background:#e7bd43}.mini-calendar .green{color:#fff;background:#27a775}.mini-calendar .ring{border:2px solid var(--heritage-navy)}.dot{border-radius:50%;width:10px;height:10px;margin:0 7px;display:inline-block}.dot.gold{background:#e7bd43}.dot.green{background:#27a775}.batch-redesign{grid-template-columns:320px minmax(640px,1fr);gap:40px;display:grid;position:relative}.your-batch-card{overflow:hidden}.admin-batch-redesign{isolation:isolate}.admin-batch-card,.admin-batch-widget,.admin-special-batch{border-color:#d4af376b;position:relative;box-shadow:0 18px 45px #081a3629,0 0 0 1px #0f766e24}.admin-batch-card:after,.admin-special-batch:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 8%,#ffffff2e 24%,#0000 42%);animation:4.8s ease-in-out infinite adminBatchSheen;position:absolute;inset:0;transform:translate(-120%)}.admin-batch-card>img{filter:brightness(.55)saturate(1.15)}.admin-batch-card>div:first-of-type h2{text-shadow:0 0 18px #d4af3773}.admin-batch-effects{grid-template-columns:1fr;gap:10px;margin:18px 20px 20px;display:grid}.admin-batch-effects button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#081a36f0,#0f766e33);border:1px solid #d4af3757;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:800;display:inline-flex}.admin-batch-effects button:hover{border-color:#d4af37b3;transform:translateY(-1px)}.admin-special-batch{border-width:1.5px}.admin-special-batch img{filter:brightness(.58)saturate(1.1)}.admin-special-batch h2{text-shadow:0 0 14px #081a3685;margin-bottom:18px;font-size:1.05rem;line-height:1.15}.admin-special-batch-badge{z-index:2;color:#f6d56b;text-transform:uppercase;background:#081a36db;border:1px solid #d4af376b;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:.68rem;font-weight:800;display:inline-flex;position:absolute;top:10px;right:10px}.admin-special-batch button{color:#071326;background:linear-gradient(135deg,#0f766e,#d4af37)}@keyframes adminBatchSheen{0%,58%{opacity:0;transform:translate(-120%)}68%{opacity:1}to{opacity:0;transform:translate(120%)}}.your-batch-card>img{object-fit:cover;filter:brightness(.65);width:100%;height:150px}.your-batch-card>div:first-of-type{margin-top:-78px;padding:0 20px 24px;position:relative}.your-batch-card>div:first-of-type h2,.your-batch-card>div:first-of-type span{color:#fff}.your-batch-card>p,.your-batch-card>div:not(:first-of-type),.your-batch-card h3{margin:18px 20px}.your-batch-card p img{vertical-align:middle;border-radius:50%;width:32px;height:32px;margin-right:8px}.batch-class-row{grid-template-columns:repeat(4,minmax(200px,1fr));gap:22px;display:grid;overflow:hidden}.batch-class-row article{overflow:hidden}.batch-class-row img{object-fit:cover;filter:brightness(.72);width:100%;height:138px}.batch-class-row h2{color:#fff;margin:-52px 18px 24px;position:relative}.batch-class-row p{color:var(--heritage-muted);padding:0 18px}.batch-class-row button{background:var(--heritage-navy);color:#fff;border:none;border-radius:7px;width:calc(100% - 36px);height:44px;margin:14px 18px 18px;font-weight:800}.batch-class-row article:nth-child(3) button{background:var(--heritage-gold);color:#111}.your-batch-card.admin-batch-card>img,.batch-class-row article.admin-special-batch img{filter:brightness(.58)saturate(1.1)}.batch-class-row article.admin-special-batch h2{text-shadow:0 0 14px #081a3685;margin-bottom:18px;font-size:1.05rem;line-height:1.15}.batch-class-row article.admin-special-batch button,.batch-class-row article.admin-special-batch:nth-child(3) button{color:#071326;background:linear-gradient(135deg,#0f766e,#d4af37)}.memory-lane-section{margin-top:44px}.memory-head button{background:#fff;border:1px solid #ddd;border-radius:6px;margin-left:8px;padding:6px 12px}.memory-masonry{columns:3 250px;column-gap:22px}.memory-masonry article{cursor:pointer;width:100%;margin-bottom:22px;display:inline-block;overflow:hidden}.memory-masonry img{object-fit:cover;width:100%;display:block}.memory-masonry article.tall img{height:460px}.memory-masonry article:not(.tall) img{height:260px}.memory-masonry article>div{padding:18px}.memory-masonry span,.memory-masonry small{color:var(--heritage-muted)}.quote-memory{color:#fff;padding:28px;background:var(--heritage-navy)!important}.quote-memory p,.quote-memory strong,.quote-memory span{color:#fff}.share-memory-fab{background:var(--heritage-gold);color:#111;z-index:50;border:none;border-radius:999px;align-items:center;gap:12px;padding:20px 34px;font-size:1.05rem;font-weight:900;display:flex;position:fixed;bottom:52px;right:54px;box-shadow:0 14px 30px #f4b82052}.profile-redesign{max-width:1240px}.profile-ig-layout{max-width:935px;color:var(--heritage-ink,#111);margin:0 auto;padding:32px 24px}@media (max-width:768px){.profile-ig-layout{padding:16px}}.profile-ig-header{border-bottom:1px solid var(--heritage-line,#e7e7e7);align-items:center;gap:48px;margin-bottom:24px;padding-bottom:28px;display:flex}@media (max-width:768px){.profile-ig-header{text-align:center;flex-direction:column;align-items:center;gap:20px}}.profile-ig-avatar-wrapper{flex-shrink:0;position:relative}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:24px;padding:32px;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000003}.profile-avatar-gradient-ring{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;padding:4px;line-height:0;display:inline-block;box-shadow:0 4px 12px #dc274326}.profile-avatar-gradient-ring img{object-fit:cover;border:4px solid #fff;border-radius:50%;display:block}.profile-stats-grid{gap:16px;width:100%;margin-top:24px;display:flex}.profile-stat-box{text-align:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;flex:1;gap:4px;padding:16px 20px;transition:all .2s;display:flex}.profile-stat-box:hover{background:#f1f5f9;transform:translateY(-2px)}.profile-stat-number{color:#0f172a;font-size:1.6rem;font-weight:800}.profile-stat-label{color:#64748b;font-size:.8rem;font-weight:600}.profile-middle-grid{gap:24px;width:100%;margin-bottom:24px;display:flex}.profile-middle-left{flex:1.6}.profile-middle-right{flex:1}.profile-middle-grid>div:first-child{flex:1.4;min-width:0}.profile-middle-grid>div:last-child{flex:1;min-width:0}@media (max-width:768px){.profile-middle-grid{flex-direction:column}.profile-middle-grid>div:first-child,.profile-middle-grid>div:last-child{flex:1}.profile-stats-grid{flex-wrap:wrap}.profile-stat-box{flex:40%}}.profile-tabs-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.profile-tabs-title{color:#475569;align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.profile-tabs-selected-label{color:#94a3b8;font-size:.8rem;font-weight:500}.profile-tabs-pills-row{scrollbar-width:none;gap:10px;margin-bottom:20px;padding-bottom:16px;display:flex;overflow-x:auto}.profile-tabs-pills-row::-webkit-scrollbar{display:none}.profile-tab-pill{color:#475569;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;outline:none;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.profile-tab-pill:hover{color:#0f172a;background:#e2e8f0}.profile-tab-pill.active{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 4px 12px #0f172a26}.profile-header-badge{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:4px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.btn-ig-black{cursor:pointer;background:#0f172a;border:none;border-radius:12px;outline:none;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0f172a1a;color:#fff!important}.btn-ig-black:hover{background:#1e293b;transform:translateY(-1px)}.btn-ig-grey{cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;outline:none;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex;color:#1f2937!important}.btn-ig-grey:hover{background:#e2e8f0;transform:translateY(-1px)}.profile-ig-stats{border-top:1px solid var(--heritage-line,#e7e7e7);border-bottom:1px solid var(--heritage-line,#e7e7e7);gap:28px;margin:12px 0;padding:14px 0;display:flex}@media (max-width:768px){.profile-ig-stats{justify-content:space-around;gap:10px;font-size:.85rem}}.profile-ig-stat-item{color:#65676b;font-size:.93rem}.profile-ig-stat-item strong{color:var(--heritage-ink,#111);margin-right:4px;font-weight:700}.profile-ig-bio{color:#262626;margin-top:8px;font-size:.88rem;line-height:1.5}.profile-ig-bio-text{white-space:pre-line}.profile-ig-bio-links{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.profile-ig-bio-link{color:#00376b;align-items:center;gap:4px;font-weight:600;text-decoration:none;display:flex}.profile-ig-bio-link:hover{text-decoration:underline}.profile-ig-highlights{scrollbar-width:none;gap:24px;margin-bottom:24px;padding:16px 4px;display:flex;overflow-x:auto}.profile-ig-highlights::-webkit-scrollbar{display:none}.profile-ig-highlight-item{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.profile-ig-highlight-ring{background:#dbdbdb;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;padding:3px;transition:transform .15s;display:flex}.profile-ig-highlight-item:hover .profile-ig-highlight-ring{background:linear-gradient(135deg, var(--primary-color) 0%, var(--accent-gold) 100%);transform:scale(1.05)}.profile-ig-highlight-circle{color:#1c1e21;background:#f0f2f5;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.6rem;display:flex}.profile-ig-highlight-label{color:#262626;font-size:.75rem;font-weight:600}.profile-ig-tabs{border-top:1px solid var(--heritage-line,#e7e7e7);justify-content:center;gap:48px;margin-bottom:24px;display:flex}@media (max-width:600px){.profile-ig-tabs{justify-content:space-around;gap:16px}}.profile-ig-tab-btn{text-transform:uppercase;letter-spacing:.08em;color:#8e8e8e;cursor:pointer;background:0 0;border:none;border-top:1.5px solid #0000;align-items:center;gap:6px;margin-top:-1px;padding:16px 0;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.profile-ig-tab-btn.active{color:#262626;border-top:1.5px solid #262626}.profile-ig-post-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.profile-ig-post-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:600px){.profile-ig-post-grid{grid-template-columns:1fr;gap:12px}}.profile-ig-post-card{aspect-ratio:1;border:1px solid var(--heritage-line,#e7e7e7);cursor:pointer;background:#fafafa;border-radius:12px;position:relative;overflow:hidden}.profile-ig-post-card-img{object-fit:cover;width:100%;height:100%}.profile-ig-post-card-text{color:#262626;background:linear-gradient(135deg,#ff7a1a0d 0%,#d4af370d 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:20px;font-size:.88rem;line-height:1.45;display:flex}.profile-ig-post-card-text-header{color:var(--primary-color);text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.72rem;font-weight:700;display:flex}.profile-ig-post-card-overlay{color:#fff;opacity:0;z-index:10;background:#0006;justify-content:center;align-items:center;gap:24px;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-ig-post-card:hover .profile-ig-post-card-overlay{opacity:1}.profile-ig-post-card-overlay-item{align-items:center;gap:6px;font-size:1rem;font-weight:700;display:flex}.profile-ig-right{flex-direction:column;gap:24px;display:flex;position:sticky;top:24px}.profile-ig-widget{border:1px solid var(--heritage-line,#e7e7e7);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:20px}.profile-ig-widget h3{color:#8e8e8e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:.82rem;font-weight:700}.suggested-user-item{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.suggested-user-item:last-child{margin-bottom:0}.suggested-user-info{align-items:center;gap:10px;display:flex}.suggested-user-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.suggested-user-details h4{margin:0;font-size:.85rem;font-weight:600}.suggested-user-details p{color:#8e8e8e;margin:2px 0 0;font-size:.72rem}.btn-suggested-connect{color:#0095f6;cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:700}.btn-suggested-connect:hover{color:#00376b}.heritage-modal{color:#111;max-width:500px;padding:28px;background:#fff!important}.heritage-modal .modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.heritage-modal form{gap:14px;display:grid}.heritage-modal textarea{height:auto;min-height:90px;padding-top:12px}@media (max-width:1200px){.home-feed-redesign,.spotlight-redesign,.events-shell,.batch-redesign,.profile-content-grid{grid-template-columns:1fr}.feed-left-panel,.feed-right-panel,.spotlight-redesign aside,.events-shell aside{display:none}.heritage-directory-grid{grid-template-columns:repeat(2,1fr)}.heritage-filter-card,.events-filter-strip{grid-template-columns:1fr 1fr}}@media (max-width:700px){.main-viewport{padding:18px}.heritage-filter-card,.events-filter-strip,.event-row-card,.profile-head-card,.heritage-directory-grid,.spotlight-card-grid,.batch-class-row{grid-template-columns:1fr}.event-row-card img{height:210px}}.create-type-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.create-type-card:active{transform:translateY(-1px)}.create-type-card:hover button{transform:scale(1.03)}.stories-tray-container{background:var(--heritage-card,#fff);border:1px solid var(--heritage-line,#dfdfdf);border-radius:var(--border-radius-md,14px);box-shadow:var(--heritage-shadow);scrollbar-width:none;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto}.story-item-wrap{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:74px;display:flex}.story-avatar-ring{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:3px;transition:transform .2s;display:flex;position:relative}.story-avatar-ring.viewed{border:1.5px solid var(--text-muted,#718096);padding:2px}.story-avatar{object-fit:cover;border:2px solid var(--heritage-card,#fff);background:var(--bg-dark);border-radius:50%;width:100%;height:100%}.story-add-btn{background:var(--primary-color,#ff7a1a);color:#fff;border:2px solid var(--heritage-card,#fff);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 5px #0003}.story-add-btn:hover{background:var(--primary-hover,#e0630b);transform:scale(1.1)}.story-username{text-align:center;color:var(--heritage-ink,#0c1e36);text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.74rem;font-weight:600;overflow:hidden}.story-viewer-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.story-viewer-container{background:#000;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex-direction:column;width:100%;max-width:440px;height:90vh;max-height:800px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #000c}@media (max-width:500px){.story-viewer-container{border:none;border-radius:0;max-width:100vw;height:100vh;max-height:100vh}}.story-progress-bar-wrap{z-index:10002;gap:4px;display:flex;position:absolute;top:12px;left:12px;right:12px}.story-progress-track{background:#ffffff59;border-radius:2px;flex:1;height:3px;overflow:hidden}.story-progress-fill{background:#fff;width:0%;height:100%;transition:width .1s linear}.story-progress-fill.filled{width:100%}.story-viewer-header{z-index:10002;color:#fff;text-shadow:0 1px 4px #000c;align-items:center;gap:10px;display:flex;position:absolute;top:24px;left:12px;right:12px}.story-viewer-header img{object-fit:cover;border:1.5px solid #fff;border-radius:50%;width:36px;height:36px}.story-viewer-user-info{flex-direction:column;flex:1;display:flex}.story-viewer-name{color:#fff;font-size:.88rem;font-weight:700}.story-viewer-batch-time{opacity:.8;color:#fffc;font-size:.74rem}.story-close-btn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:opacity .2s;display:flex}.story-close-btn:hover{opacity:1}.story-viewer-content{cursor:pointer;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.story-media-image{object-fit:cover;width:100%;height:100%}.story-text-only-bg{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:40px;display:flex}.story-overlay-text{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;text-align:center;z-index:10001;background:#000000a6;border:1px solid #ffffff1a;border-radius:8px;max-width:85%;padding:12px 18px;font-size:1.05rem;font-weight:600;position:absolute;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.story-text-only-content{color:#fff;text-shadow:0 2px 8px #00000080;max-width:90%;font-size:1.6rem;font-weight:700;line-height:1.4}.story-viewer-footer{z-index:10002;background:linear-gradient(#0000 0%,#000000d9 100%);align-items:center;gap:10px;padding:14px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.story-reply-input{color:#fff;background:#ffffff26;border:1.5px solid #fff3;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-size:.88rem;transition:all .2s}.story-reply-input:focus{background:#ffffff40;border-color:#fff}.story-reply-input::placeholder{color:#ffffffbf}.story-send-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s;display:flex}.story-send-btn:hover{transform:scale(1.05)}.story-nav-chevron{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:10005;background:#ffffff26;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.story-nav-chevron:hover{background:#ffffff59;transform:translateY(-50%)scale(1.1)}.story-nav-chevron.prev{left:-70px}.story-nav-chevron.next{right:-70px}@media (max-width:600px){.story-nav-chevron{display:none!important}}.create-story-modal-overlay{z-index:10001;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.create-story-modal-card{background:var(--heritage-card,#fff);border-radius:var(--border-radius-md,14px);width:90%;max-width:500px;box-shadow:var(--shadow-lg);border:1px solid var(--heritage-line,#dfdfdf);animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow:hidden}.create-story-modal-header{border-bottom:1px solid var(--heritage-line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.create-story-modal-header h3{color:var(--heritage-ink,#0c1e36);font-size:1.1rem}.create-story-modal-body{flex-direction:column;gap:16px;padding:20px;display:flex}.create-story-modal-body label{text-transform:uppercase;color:var(--text-muted,#718096);letter-spacing:.05em;font-size:.76rem;font-weight:700}.preset-colors-row{gap:10px;margin-top:6px;display:flex}.preset-color-box{cursor:pointer;border:2px solid #0000;border-radius:8px;width:36px;height:36px;transition:border-color .2s,transform .2s}.preset-color-box:hover{transform:scale(1.05)}.preset-color-box.active{border-color:var(--primary-color);box-shadow:0 0 8px #f3702166}.story-preview-area{border:1px solid var(--heritage-line);text-align:center;width:100%;height:200px;padding:20px}.stories-tray-container{background:var(--heritage-card);border:1px solid var(--heritage-line);scrollbar-width:none;border-radius:16px;align-items:flex-start;gap:18px;margin-bottom:18px;padding:16px 20px 14px;display:flex;overflow-x:auto}.stories-tray-container::-webkit-scrollbar{display:none}.story-item-wrap{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.story-avatar-ring{border-radius:50%;width:62px;height:62px;padding:3px;transition:transform .18s;position:relative}.story-avatar-ring:hover{transform:scale(1.07)}.story-avatar-ring.has-unviewed{background:linear-gradient(135deg,#ff7a1a 0%,#d4af37 50%,#e91e63 100%)}.story-avatar-ring.viewed{background:var(--heritage-line)}.story-avatar{object-fit:cover;border:2.5px solid var(--heritage-card);border-radius:50%;width:100%;height:100%;display:block}.story-add-btn{background:var(--primary-color,#ff7a1a);border:2px solid var(--heritage-card);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .15s;display:flex;position:absolute;bottom:0;right:0}.story-add-btn:hover{transform:scale(1.15)}.story-username{color:var(--heritage-text);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:62px;font-size:.72rem;font-weight:600;overflow:hidden}.sv-overlay{z-index:9999;-webkit-user-select:none;user-select:none;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sv-progress-bar-row{z-index:10001;gap:4px;display:flex;position:absolute;top:12px;left:12px;right:12px}.sv-progress-bar-track{background:#ffffff4d;border-radius:99px;flex:1;height:3px;overflow:hidden}.sv-progress-bar-fill{background:#fff;border-radius:99px;height:100%;transition:width 50ms linear}.sv-header{z-index:10001;align-items:center;gap:10px;display:flex;position:absolute;top:28px;left:16px;right:16px}.sv-header-avatar{object-fit:cover;border:2px solid #ffffffb3;border-radius:50%;flex-shrink:0;width:40px;height:40px}.sv-header-info{flex-direction:column;flex:1;min-width:0;display:flex}.sv-header-name{color:#fff;text-shadow:0 1px 6px #00000080;white-space:nowrap;text-overflow:ellipsis;font-size:.93rem;font-weight:700;overflow:hidden}.sv-header-meta{color:#ffffffbf;text-shadow:0 1px 4px #0006;font-size:.75rem}.sv-close-btn{color:#fff;cursor:pointer;background:#00000059;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.sv-close-btn:hover{background:#0009}.sv-content{cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sv-text-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;text-align:center;text-shadow:0 2px 10px #00000080;pointer-events:none;letter-spacing:.01em;background:#00000073;border-radius:14px;padding:14px 20px;font-size:1.18rem;font-weight:700;line-height:1.5;position:absolute;bottom:18%;left:20px;right:20px}.sv-reply-bar{z-index:10001;gap:10px;display:flex;position:absolute;bottom:24px;left:16px;right:16px}.sv-reply-input{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1.5px solid #ffffff59;border-radius:99px;outline:none;flex:1;padding:10px 18px;font-size:.9rem;transition:border-color .15s}.sv-reply-input::placeholder{color:#ffffff8c}.sv-reply-input:focus{border-color:#ffffffbf}.sv-reply-send{background:var(--primary-color,#ff7a1a);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,background .15s;display:flex}.sv-reply-send:hover{background:#e06010;transform:scale(1.1)}.sv-nav{color:#fff;cursor:pointer;z-index:10001;background:#00000047;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sv-nav:hover{background:#0000008c}.sv-nav-left{left:10px}.sv-nav-right{right:10px}.sc-overlay{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.sc-modal{background:var(--heritage-card);border:1px solid var(--heritage-line);border-radius:20px;flex-direction:column;width:100%;max-width:480px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000073}.sc-modal-header{border-bottom:1px solid var(--heritage-line);justify-content:space-between;align-items:center;padding:16px 20px 14px;display:flex}.sc-modal-header h3{color:var(--heritage-text);align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:700;display:flex}.sc-modal-header>button{cursor:pointer;color:var(--heritage-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.sc-modal-header>button:hover{background:var(--heritage-line)}.sc-preview{aspect-ratio:9/14;justify-content:center;align-items:center;width:100%;max-height:260px;transition:background .25s;display:flex;position:relative;overflow:hidden}.sc-preview-text{color:#fff;text-align:center;text-shadow:0 2px 12px #0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000038;border-radius:12px;max-width:90%;padding:18px 24px;font-size:1.25rem;font-weight:800;line-height:1.45}.sc-preview-placeholder{color:#ffffff8c;flex-direction:column;align-items:center;gap:10px;display:flex}.sc-preview-placeholder span{font-size:.85rem;font-weight:600}.sc-controls{flex-direction:column;gap:14px;padding:16px 20px 20px;display:flex;overflow-y:auto}.sc-control-row{flex-direction:column;gap:6px;display:flex}.sc-label{color:var(--heritage-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.sc-textarea{border:1px solid var(--heritage-line);width:100%;color:var(--heritage-text);resize:none;box-sizing:border-box;background:#0000000a;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.sc-textarea:focus{border-color:var(--primary-color,#ff7a1a)}.sc-bg-tabs{gap:8px;display:flex}.sc-bg-tab{border:1.5px solid var(--heritage-line);color:var(--heritage-muted);cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:7px 0;font-size:.82rem;font-weight:600;transition:all .15s}.sc-bg-tab.active{border-color:var(--primary-color,#ff7a1a);color:var(--primary-color,#ff7a1a);background:#ff7a1a14}.sc-gradient-swatches{flex-wrap:wrap;gap:8px;display:flex}.sc-swatch{cursor:pointer;border:2.5px solid #0000;border-radius:50%;outline:none;flex-shrink:0;width:36px;height:36px;transition:transform .15s,border-color .15s}.sc-swatch:hover{transform:scale(1.15)}.sc-swatch.selected{border-color:var(--heritage-text);box-shadow:0 0 0 3px var(--heritage-card), 0 0 0 5px #0006;transform:scale(1.18)}.sc-url-input{border:1px solid var(--heritage-line);width:100%;color:var(--heritage-text);box-sizing:border-box;background:#0000000a;border-radius:10px;outline:none;padding:10px 14px;font-size:.88rem;transition:border-color .15s}.sc-url-input:focus{border-color:var(--primary-color,#ff7a1a)}.sc-publish-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#ff7a1a 0%,#d4af37 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 0;font-size:.95rem;font-weight:700;transition:opacity .15s,transform .15s;display:flex}.sc-publish-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.sc-publish-btn:disabled{opacity:.45;cursor:not-allowed}.feed-header-ig{justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;display:flex}.feed-header-ig h1{color:var(--heritage-ink,#0c1e36);letter-spacing:-.02em;margin:0;font-size:1.85rem;font-weight:800}.feed-header-ig p{color:var(--heritage-muted,#718096);margin:4px 0 0;font-size:.88rem}.feed-header-actions{align-items:center;gap:12px;display:flex}.header-action-btn{cursor:pointer;color:var(--heritage-ink,#0c1e36);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s,transform .1s;display:flex;position:relative}.header-action-btn:hover{background-color:#0000000d}.header-action-btn:active{transform:scale(.95)}.notif-badge-dot{background:#ff2d55;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.stories-tray-container{background:#fff!important;border:1px solid #efefef!important;border-radius:16px!important;margin-bottom:24px!important;padding:18px 20px!important;box-shadow:0 1px 3px #00000005!important}.story-avatar-ring{background:0 0;border:1.5px solid #dbdbdb;padding:2px}.story-avatar-ring.has-unviewed{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;border:none!important;padding:2.5px!important}.story-avatar-ring.viewed{background:0 0!important;border:1.5px solid #dbdbdb!important;padding:2.5px!important}.story-avatar{background:#fff!important;border:2px solid #fff!important}.story-add-btn{background:linear-gradient(135deg,#ff7a1a 0%,#e1306c 100%)!important;border:2px solid #fff!important;box-shadow:0 1px 4px #00000026!important}.story-username{margin-top:4px;color:#262626!important;font-size:.74rem!important;font-weight:500!important}.feed-story-card{background:#fff!important;border:1px solid #efefef!important;border-radius:16px!important;margin-bottom:24px!important;box-shadow:0 1px 3px #00000005!important}.feed-card-header{cursor:pointer;align-items:center;gap:12px;padding:14px 16px;display:flex}.post-avatar-ring{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;padding:2px!important;display:flex!important}.post-avatar{object-fit:cover!important;border:2px solid #fff!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important}.post-header-info{flex:1}.post-header-info h3{color:#262626!important;margin:0!important;font-size:.9rem!important;font-weight:700!important}.post-header-info p{color:#8e8e8e!important;margin:2px 0 0!important;font-size:.78rem!important}.post-more-btn{cursor:pointer;color:#8e8e8e;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:color .15s,background-color .15s;display:flex}.post-more-btn:hover{color:#262626;background-color:#00000008}.feed-card-caption{white-space:pre-wrap;color:#262626!important;margin:0 16px 14px!important;padding:0!important;font-size:.92rem!important;line-height:1.5!important}.feed-card-article-preview{background:#fafafa;border:1px solid #efefef;border-radius:12px;flex-direction:column;margin:0 16px 14px;display:flex;overflow:hidden}.feed-card-article-preview img{object-fit:cover;width:100%;height:200px;display:block}.feed-card-article-preview .article-details{padding:12px 14px}.feed-card-article-preview .article-category{text-transform:uppercase;color:var(--primary-color,#ff7a1a);letter-spacing:.05em;font-size:.72rem;font-weight:700}.feed-card-article-preview .article-title{color:#262626;margin:4px 0 0;font-size:.96rem;font-weight:700}.feed-card-media-grid{background:#fff;gap:2px;width:100%;display:grid}.feed-card-media-grid.cols-1{grid-template-columns:1fr}.feed-card-media-grid.cols-2{grid-template-columns:1fr 1fr}.feed-card-media-grid.cols-3{grid-template-columns:repeat(3,1fr)}.feed-card-media-grid img{border-radius:0!important;width:100%!important;margin:0!important}.more-images-overlay{position:relative;overflow:hidden}.more-images-overlay img{aspect-ratio:1;object-fit:cover;filter:brightness(.4);width:100%;display:block}.more-images-overlay span{color:#fff;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;inset:0}.feed-card-video{background:#000;width:100%}.feed-card-video iframe{border:none;width:100%;height:340px;display:block}.feed-card-video video{object-fit:contain;width:100%;max-height:450px;display:block}.feed-card-actions{align-items:center;gap:12px;display:flex;border-top:1px solid #f5f5f5!important;border-bottom:none!important;padding:12px 16px!important}.feed-card-actions .action-btn{cursor:pointer;align-items:center;gap:6px;display:flex;color:#262626!important;background:0 0!important;border:none!important;border-radius:8px!important;padding:6px 10px!important;font-size:.88rem!important;font-weight:500!important;transition:background-color .15s,opacity .15s,transform .1s!important}.feed-card-actions .action-btn:hover{opacity:.85;background-color:#0000000a!important}.feed-card-actions .action-btn:active{transform:scale(.96)}.feed-card-actions .like-btn.liked{color:#ed4956!important}.feed-card-actions .bookmark-btn.bookmarked{color:var(--primary-color,#ff7a1a)!important}.adv-comments-panel{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:.3s ease-in-out fadeIn;color:#262626!important;background:#fff!important;border-top:1px solid #efefef!important;border-bottom-right-radius:16px!important;border-bottom-left-radius:16px!important;padding:12px 16px 16px!important}.adv-comment-list{flex-direction:column;gap:16px;max-height:320px;margin-bottom:12px;padding-right:4px;display:flex;overflow-y:auto}.adv-no-comments{color:#8e8e8e;text-align:center;padding:16px 0;font-size:.88rem}.adv-comment-thread{flex-direction:column;gap:12px;display:flex}.adv-comment-item{align-items:flex-start;gap:12px;display:flex}.adv-comment-avatar{cursor:pointer;flex-shrink:0;object-fit:cover!important;border:none!important;border-radius:50%!important;width:32px!important;height:32px!important}.adv-comment-avatar.sub-avatar{width:24px!important;height:24px!important}.adv-comment-content{flex-direction:column;flex:1;gap:4px;display:flex}.adv-comment-text-wrapper{font-size:.88rem;line-height:1.45;display:inline;color:#262626!important}.adv-comment-author{cursor:pointer;margin-right:6px;font-size:.88rem;font-weight:600;display:inline;color:#262626!important}.adv-comment-author:hover{color:#8e8e8e!important}.adv-comment-text{word-break:break-word;font-size:.88rem;display:inline;color:#262626!important}.comment-mention{color:#00376b;cursor:pointer;font-weight:500}.adv-comment-meta{color:#8e8e8e;align-items:center;gap:12px;font-size:.75rem;display:flex}.adv-comment-time{-webkit-user-select:none;user-select:none}.adv-reply-btn{color:#8e8e8e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.adv-reply-btn:hover{color:#262626}.adv-comment-heart-btn{color:#8e8e8e;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:transform .1s;display:flex}.adv-comment-heart-btn:hover{transform:scale(1.1)}.adv-comment-heart-btn.liked svg{animation:.3s ease-in-out heartBeat}.adv-replies-container{flex-direction:column;gap:12px;display:flex}.adv-comment-reply-item{align-items:flex-start;gap:12px;margin-left:44px;display:flex}.adv-comment-input-row{align-items:center;gap:12px;margin-top:8px;padding-top:12px;display:flex;background:#fff!important;border-top:1px solid #efefef!important}.adv-emoji-btn-left{color:#262626;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.adv-emoji-btn-left:hover{color:#8e8e8e}.adv-comment-input{flex:1;color:#262626!important;background:0 0!important;border:none!important;outline:none!important;padding:6px 0!important;font-size:.88rem!important}.adv-comment-input::placeholder{color:#8e8e8e!important}.adv-post-btn{cursor:pointer;color:#0095f6!important;background:0 0!important;border:none!important;padding:4px 8px!important;font-size:.88rem!important;font-weight:600!important}.adv-post-btn:disabled{opacity:.3!important;cursor:default!important}.adv-replying-indicator{color:#8e8e8e;background:#fafafa;border:1px solid #efefef;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:6px 12px;font-size:.78rem;display:flex}.adv-cancel-reply{color:#8e8e8e;cursor:pointer;background:0 0;border:none;font-size:.88rem}.adv-cancel-reply:hover{color:#262626}.adv-emoji-tray-pop{background:#fff;border:1px solid #efefef;border-radius:8px;flex-wrap:wrap;gap:6px;margin-top:8px;padding:8px;display:flex;box-shadow:0 4px 12px #00000014}.adv-emoji-btn-pop{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:1.2rem;transition:background .2s}.adv-emoji-btn-pop:hover{background:#f5f5f5}.adv-show-more-comments{color:#8e8e8e;cursor:pointer;text-align:left;background:0 0;border:none;margin-bottom:8px;padding:4px 8px;font-size:.78rem;font-weight:600;display:block}.adv-show-more-comments:hover{color:#262626}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1)}75%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.directory-main-container{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}@media (max-width:1024px){.directory-main-container{grid-template-columns:1fr}}.avatar-gradient-ring{background:linear-gradient(135deg,#ec4899 0%,#a855f7 50%,#8b5cf6 100%);border-radius:50%;padding:4px;transition:transform .2s ease-in-out;display:inline-block}.avatar-gradient-ring:hover{transform:scale(1.05)}.avatar-gradient-ring img{object-fit:cover;border:3px solid #fff;border-radius:50%;display:block}.btn-connect-gradient{cursor:pointer;background:linear-gradient(90deg,#ec4899 0%,#8b5cf6 100%);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-weight:700;transition:opacity .2s;display:inline-flex;color:#fff!important}.btn-connect-gradient:hover{opacity:.9}.profile-completeness-banner{color:#1e293b;background:linear-gradient(135deg,#ec489914 0%,#8b5cf614 100%);border:1px solid #ec489926;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.profile-completeness-copy{align-items:center;gap:12px;min-width:0;display:flex}.profile-completeness-icon{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.profile-completeness-banner h4{margin:0 0 4px;font-size:.9rem;font-weight:800;line-height:1.2}.profile-completeness-banner p{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}.profile-completeness-action{cursor:pointer;white-space:nowrap;border:none;border-radius:30px;flex-shrink:0;padding:8px 16px;font-size:.78rem;font-weight:700}@media (max-width:480px){.profile-completeness-banner{border-radius:14px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px 10px;margin-bottom:14px;padding:12px;display:grid}.profile-completeness-copy{display:contents}.profile-completeness-icon{width:34px;height:34px;font-size:.86rem}.profile-completeness-banner h4{margin-bottom:2px;font-size:.82rem}.profile-completeness-banner p{font-size:.72rem;line-height:1.32}.profile-completeness-action{grid-column:2;justify-self:start;min-height:30px;padding:6px 12px;font-size:.72rem}}.btn-following-gray{cursor:pointer;background:#f3f4f6;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-weight:700;display:inline-flex;color:#1f2937!important}.directory-pill-select{color:#475569;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") right 12px center/1.25em no-repeat;border:1px solid #e2e8f0;border-radius:9999px;outline:none;padding:8px 36px 8px 16px;font-size:.88rem}.directory-tab-pill{cursor:pointer;border-radius:9999px;padding:8px 18px;font-size:.88rem;font-weight:700;transition:all .2s}.directory-tab-pill.active{color:#fff;background:#1e293b;border:none}.directory-tab-pill.inactive{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.directory-tab-pill.inactive:hover{background:#f1f5f9}.widget-icon-box{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #ec489926}.sidebar-widget-card{background:var(--heritage-card);border:1px solid var(--heritage-line);box-shadow:var(--heritage-shadow);border-radius:16px;padding:20px}.sidebar-widget-title-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.sidebar-widget-title-row h3{color:var(--heritage-ink);margin:0;font-size:.95rem;font-weight:800}.directory-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:1200px){.directory-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.directory-cards-grid{grid-template-columns:1fr}}.notification-card{background:var(--heritage-card);border:1px solid var(--heritage-line);cursor:pointer;box-shadow:var(--heritage-shadow);border-radius:16px;align-items:flex-start;gap:16px;padding:20px 24px;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.notification-card:hover{border-color:#d0d0d0;transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.notification-card.unread{border-left:4px solid var(--primary-color);background:#fffcf9;border-color:#f370212e}.notification-card.unread:hover{background:#fff9f3}.sidebar-notification-item{cursor:pointer;border-radius:10px;margin-bottom:4px;padding:10px 12px;transition:all .2s}.sidebar-notification-item:hover{background-color:#f370210f;transform:translate(4px)}.profile-batch-emblem{font-family:var(--font-title);vertical-align:middle;box-sizing:border-box;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;border-radius:10px;align-items:center;gap:8px;padding:3px 10px 3px 5px;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 3px 8px #f370210f}.profile-batch-emblem:hover{border-color:#f97316;transform:translateY(-1.5px);box-shadow:0 6px 14px #f370211f}.batch-emblem-icon{background:linear-gradient(135deg, var(--primary-color) 0%, #ea580c 100%);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:0 2px 5px #f370212e}.batch-emblem-content{text-align:left;flex-direction:column;line-height:1.15;display:flex}.batch-emblem-label{text-transform:uppercase;letter-spacing:.05em;color:#7c2d12;font-size:.58rem;font-weight:800}.batch-emblem-year{color:#c2410c;font-size:.85rem;font-weight:800}.profile-verified-badge{color:#166534;vertical-align:middle;box-sizing:border-box;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:6px;height:32px;padding:4px 10px;font-size:.72rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 2px 6px #1665340a}.profile-verified-badge:hover{border-color:#4ade80;transform:translateY(-1px)}.profile-admin-badge{color:#854d0e;vertical-align:middle;box-sizing:border-box;background:linear-gradient(135deg,#fefce8 0%,#fef08a 100%);border:1px solid #fde047;border-radius:10px;align-items:center;gap:6px;height:32px;padding:4px 10px;font-size:.72rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 2px 6px #854d0e0a}.profile-admin-badge:hover{border-color:#eab308;transform:translateY(-1px)}.instagram-options-overlay{animation:.2s ease-out fadeIn;z-index:9999!important;background:#0009!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.instagram-options-modal{background:#fff!important;border-radius:12px!important;flex-direction:column!important;width:400px!important;max-width:90%!important;animation:.15s cubic-bezier(.1,.8,.3,1) zoomIn!important;display:flex!important;overflow:hidden!important;box-shadow:0 4px 24px #00000026!important}.instagram-options-btn{color:#262626!important;cursor:pointer!important;text-align:center!important;background:#fff!important;border:none!important;border-bottom:1px solid #efefef!important;width:100%!important;padding:14px 16px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:.88rem!important;font-weight:400!important;transition:background .15s!important}.instagram-options-btn:last-child{border-bottom:none!important}.instagram-options-btn:hover{background:#f7f7f7!important}.instagram-options-btn.danger{color:#ed4956!important}.instagram-options-btn.bold{font-weight:700!important}[class*=careerflow],[id*=careerflow],[class*=Careerflow],[id*=Careerflow],.cf-button-container,.cf-widget,.cf-tracker-btn,.careerflow-extension-toolbar,.careerflow-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;overflow:hidden!important}@media (max-width:768px){html,body{width:100%;max-width:100%;overflow-x:hidden}.app-layout{width:100%;min-height:100dvh;overflow-x:hidden;display:block!important}.icon-rail{width:84px;height:100dvh;padding:22px 0 calc(18px + env(safe-area-inset-bottom,0px));z-index:1200;background:#050b16;border-right:1px solid #ffffff0f;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow:visible;transform:translate(-100%);box-shadow:18px 0 38px #050b162e;display:flex!important}.icon-rail.mobile-open{transform:translate(0)}.mobile-emblem-toggle{top:calc(14px + env(safe-area-inset-top,0px));z-index:1150;cursor:pointer;background:#050b16eb;border:0;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;padding:7px;display:flex;position:fixed;left:16px;box-shadow:0 10px 26px #050b1629}.mobile-sidebar-open .mobile-emblem-toggle{opacity:0;pointer-events:none}.mobile-sidebar-backdrop{z-index:1190;cursor:default;background:0 0;border:0;padding:0;display:block;position:fixed;inset:0 0 0 84px}.icon-rail .rail-logo{border-radius:0;margin-bottom:20px;padding:4px}.icon-rail .rail-logo:hover{background:0 0}.icon-rail .rail-logo-image{width:42px;height:42px}.icon-rail .rail-nav{scrollbar-width:none;flex:1;justify-content:flex-start;gap:16px;min-height:0;margin-top:0;padding:0;overflow:hidden auto}.icon-rail .rail-nav::-webkit-scrollbar{display:none}.icon-rail .rail-btn{border-radius:18px;width:52px;height:52px}.icon-rail .rail-btn.active{color:var(--primary-color);background:#f370211f}.icon-rail .rail-btn.rail-create-btn{border-radius:18px;width:52px;height:52px}.icon-rail .rail-bottom{padding:10px 0 0}.icon-rail .rail-profile-btn{width:52px;height:52px}.icon-rail .rail-avatar{width:34px;height:34px}.icon-rail .rail-tooltip{display:none}.icon-rail .rail-profile-popup{bottom:12px;left:calc(100% + 10px)}.app-main{min-width:0;height:100dvh;overflow:hidden;padding-bottom:0!important}.main-viewport{-webkit-overflow-scrolling:touch;width:100%;max-width:100vw;overflow-x:hidden;padding:calc(82px + env(safe-area-inset-top,0px)) 12px calc(24px + env(safe-area-inset-bottom,0px))!important}.heritage-page,.admin-layout,.notifications-panel,.mentorship-layout,.directory-main-container,.ig-feed-layout{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.glass-panel{max-width:100%}.glass-panel:hover{transform:none}.screen-feed .main-viewport,.screen-discover .main-viewport,.screen-batch .main-viewport,.screen-memories .main-viewport,.screen-reunions .main-viewport,.screen-archives .main-viewport,.screen-saved .main-viewport,.screen-explore .main-viewport,.screen-notes .main-viewport,.screen-create .main-viewport,.screen-events .main-viewport,.screen-donations .main-viewport,.screen-news .main-viewport,.screen-directory .main-viewport,.screen-search .main-viewport,.screen-notifications .main-viewport,.screen-messages .main-viewport,.screen-admin .main-viewport,.screen-profile .main-viewport,.screen-mentorship .main-viewport,.screen-careers .main-viewport,.screen-jobs .main-viewport{padding-left:12px!important;padding-right:12px!important}.screen-messages .main-viewport{padding:calc(76px + env(safe-area-inset-top,0px)) 8px calc(24px + env(safe-area-inset-bottom,0px))!important}.screen-messages .messages-panel{height:calc(100dvh - 84px - env(safe-area-inset-bottom,0px))!important;border-radius:12px!important;min-height:0!important;position:relative!important}.screen-messages .messages-panel>div:first-child{border-right:none!important;width:100%!important;min-width:0!important}.screen-messages .messages-panel>div:nth-child(2){background:var(--bg-dark);z-index:5;transition:transform .2s;transform:translate(100%);width:100%!important;position:absolute!important;inset:0!important}.screen-messages .messages-panel.has-active-chat>div:nth-child(2){transform:translate(0)}.screen-messages .messages-panel.has-active-chat>div:first-child{visibility:hidden}.screen-messages .messages-back-btn{display:inline-flex!important}.screen-messages .messages-panel input{min-width:0}.jobs-layout-grid,.events-shell,.mentorship-layout,.directory-main-container,.profile-content-grid,.ig-feed-layout{grid-template-columns:minmax(0,1fr)!important}.screen-jobs .heritage-page>div:first-child,.admin-layout>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.screen-jobs .heritage-page>div:first-child button,.admin-layout>div:first-child button{justify-content:center!important;width:100%!important}.jobs-layout-grid>aside,.feed-left-panel,.feed-right-panel,.forums-sidebar{display:none!important}.job-card-premium,.notification-card,.mentor-card,.sidebar-widget-card,.profile-head-card,.event-row-card{min-width:0!important}.screen-jobs .heritage-page>div:first-child h1,.events-hero h1,.heritage-title-row h1,.page-title-box h1,.admin-layout h1{overflow-wrap:anywhere;font-size:clamp(1.55rem,8vw,2.15rem)!important;line-height:1.12!important}.events-hero{border-radius:0 0 24px 24px!important;min-height:260px!important;padding:28px 16px!important}.events-hero p{font-size:1.45rem!important}.events-filter-strip{grid-template-columns:1fr!important;margin-left:0!important;margin-right:0!important;padding:16px!important}.events-section-head{gap:12px;flex-direction:column!important;align-items:flex-start!important}.events-section-head>div{width:100%}.events-section-head button{flex:1}.event-row-card{grid-template-columns:1fr!important;padding:14px!important}.event-row-card img{width:100%!important;height:190px!important}.event-row-card>button,.event-row-card>div:last-child{width:100%!important}.heritage-filter-card,.directory-main-container [style*="grid-template-columns: repeat(5"],.directory-main-container [style*="grid-template-columns: repeat(4"]{grid-template-columns:minmax(0,1fr)!important}.directory-pill-select,.heritage-filter-card select,.events-filter-strip select,input,select,textarea{max-width:100%}.notifications-panel>div[style*=grid-template-columns],.admin-layout>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.notification-card{gap:12px!important;padding:16px!important}.notification-card h3,.notification-card p{overflow-wrap:anywhere}.admin-layout{padding:12px 0 calc(24px + env(safe-area-inset-bottom,0px))!important}.admin-layout table{min-width:680px}.admin-layout>div:has(table){-webkit-overflow-scrolling:touch;overflow-x:auto!important}.mentor-search-sidebar{padding:16px!important}.mentor-grid,.directory-cards-grid,.heritage-directory-grid,.spotlight-card-grid{grid-template-columns:minmax(0,1fr)!important}.mentor-card-header{align-items:flex-start}.profile-head-card{padding:20px 16px!important}.profile-head-card [style*="display: 'flex'"],.profile-head-card [style*="display: flex"]{min-width:0}.modal-overlay{padding:12px!important}.modal-card{overflow-y:auto;width:min(100%,520px)!important;max-width:100%!important;max-height:calc(100dvh - 24px)!important}}@media (max-width:430px){.main-viewport{padding-left:10px!important;padding-right:10px!important}.screen-jobs .heritage-page>div:first-child,.events-section-head,.feed-header-ig,.feed-header-actions{gap:10px!important}.job-card-premium{padding:16px!important}.event-meta,.mentor-meta,.post-header-info,.notification-card{min-width:0}}@media (max-width:768px){:root{--mobile-page-bg:#f7f6f2;--mobile-card-bg:#fffffff0;--mobile-card-border:#0f172a14;--mobile-card-shadow:0 18px 42px #0f172a14;--mobile-soft-shadow:0 8px 24px #0f172a12}.screen-feed .main-viewport,.screen-create .main-viewport,.screen-events .main-viewport,.screen-directory .main-viewport,.screen-search .main-viewport,.screen-notifications .main-viewport,.screen-messages .main-viewport,.screen-admin .main-viewport,.screen-profile .main-viewport,.screen-mentorship .main-viewport,.screen-jobs .main-viewport{color:var(--heritage-ink,#161719);background:var(--mobile-page-bg)!important}.main-viewport{scroll-padding-top:calc(104px + env(safe-area-inset-top,0px));padding:calc(104px + env(safe-area-inset-top,0px)) 18px calc(34px + env(safe-area-inset-bottom,0px))!important}.mobile-emblem-toggle{top:calc(20px + env(safe-area-inset-top,0px));background:#111827;border-radius:20px;width:64px;height:64px;padding:9px;left:20px;box-shadow:0 18px 40px #0f172a2e}.mobile-emblem-image{width:44px;height:44px}.ig-feed-layout,.heritage-page,.mentorship-layout,.directory-main-container,.admin-layout,.screen-notifications .main-viewport>div,.screen-create .main-viewport>div,.screen-messages .main-viewport>div{width:100%!important;max-width:460px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.ig-feed-layout,.heritage-page{padding-top:0!important}.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.admin-layout>div:first-child,.screen-jobs .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child{margin-bottom:22px!important}.feed-header-ig{align-items:flex-end!important;gap:16px!important;padding:0 4px!important}.feed-header-ig>div:first-child{min-width:0}.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.admin-layout h1,.screen-jobs .heritage-page>div:first-child h1{overflow-wrap:normal;max-width:12rem;letter-spacing:0!important;margin:0!important;font-size:2.15rem!important;line-height:1.28!important}.events-hero h1{letter-spacing:0!important;font-size:2rem!important;line-height:1.18!important}.feed-header-ig p,.heritage-title-row p,.page-title-box p,.admin-layout p,.screen-jobs .heritage-page>div:first-child p{font-size:.95rem!important;line-height:1.55!important}.feed-header-actions{flex-shrink:0;padding-bottom:28px;gap:14px!important}.header-action-btn{background:0 0!important;border-radius:14px!important;width:44px!important;height:44px!important}.stories-tray-container,.feed-story-card,.feed-composer-card,.profile-head-card,.profile-post-card,.events-filter-strip,.heritage-filter-card,.notification-card,.mentor-card,.sidebar-widget-card,.job-card-premium,.glass-panel,.heritage-widget,.suggest-card,.calendar-card{background:var(--mobile-card-bg)!important;border:1px solid var(--mobile-card-border)!important;box-shadow:var(--mobile-card-shadow)!important;border-radius:20px!important}.stories-tray-container,.feed-story-card,.feed-composer-card{margin-bottom:22px!important}.stories-tray-container{scrollbar-width:none;padding:18px!important;overflow-x:auto!important}.stories-tray-container::-webkit-scrollbar{display:none}.profile-tabs-pills-row::-webkit-scrollbar{display:none}.feed-story-card{overflow:hidden!important}.feed-card-header,.feed-story-card header,.profile-post-card header{padding:15px 16px!important}.feed-card-caption,.feed-story-card>p,.profile-post-card>p{font-size:.95rem!important;line-height:1.55!important}.story-media,.profile-post-card>img,.feed-card-media-grid img{object-fit:cover;max-height:520px}.profile-tabs-header,.profile-tabs-pills-row,.events-section-head>div,.screen-notifications .main-viewport>div>div[style*=flex-wrap],.directory-main-container>div:first-child>div:nth-child(4)>div:first-child{scrollbar-width:none;flex-wrap:nowrap!important;gap:8px!important;padding-bottom:8px!important;display:flex!important;overflow:auto hidden!important}.profile-tabs-pills-row>*,.events-section-head button,.directory-tab-pill,.screen-notifications .main-viewport>div>div[style*=flex-wrap]>*{flex:none!important}.directory-main-container{display:block!important}.directory-main-container>div:first-child{gap:18px!important}.directory-main-container>div:first-child>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.directory-main-container>div:first-child>div:first-child>button{width:100%!important}.directory-main-container [style*="grid-template-columns: repeat(5"],.directory-main-container [style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.directory-pill-select,.heritage-input,.heritage-filter-card select,.heritage-filter-card input,.events-filter-strip select,.events-filter-strip button,input,select,textarea{min-height:46px;border-radius:14px!important;font-size:.9rem!important}.directory-cards-grid,.mentor-grid,.heritage-directory-grid,.spotlight-card-grid{gap:16px!important}.directory-meta-row,.heritage-pagination{flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin:20px 0!important}.events-hero{box-shadow:var(--mobile-card-shadow);border-radius:0 0 28px 28px!important;min-height:260px!important;margin:0 -18px 18px!important;padding:30px 18px!important}.events-filter-strip,.heritage-filter-card{gap:12px!important;padding:16px!important}.events-shell{gap:18px!important}.event-row-card{box-shadow:var(--mobile-card-shadow)!important;border-radius:20px!important;overflow:hidden!important}.event-row-card h3,.job-card-premium h3,.mentor-meta h3,.notification-card h3{font-size:1.05rem!important;line-height:1.35!important}.event-meta,.mentor-meta,.post-header-info,.notification-card,.job-card-premium,.profile-head-card{min-width:0!important}.notification-card{align-items:flex-start!important;padding:16px!important}.screen-notifications .main-viewport>div>div[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.screen-notifications .main-viewport>div>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:14px!important}.screen-notifications .main-viewport>div>div:first-child>div:last-child{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px!important;display:grid!important}.screen-notifications .main-viewport>div>div:first-child button{justify-content:center!important;padding-left:12px!important;padding-right:12px!important}.mentorship-layout{gap:18px!important}.mentor-search-sidebar{padding:16px!important}.mentor-card{padding:18px!important}.mentor-card-header{gap:12px!important}.mentor-photo{width:58px!important;height:58px!important}.mentor-stats{gap:8px!important}.jobs-layout-grid{gap:18px!important}.job-card-premium{padding:18px!important}.screen-messages .main-viewport{padding:calc(90px + env(safe-area-inset-top,0px)) 10px calc(16px + env(safe-area-inset-bottom,0px))!important}.screen-messages .messages-panel{height:calc(100dvh - 112px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;border-radius:20px!important}.profile-head-card{overflow:hidden!important}.profile-head-card>div,.profile-head-card [style*="display: flex"]{max-width:100%!important}.modal-card{border-radius:20px!important;box-shadow:0 24px 60px #0f172a33!important}.mobile-sidebar-open .main-viewport{pointer-events:none}}@media (max-width:430px){.main-viewport{padding-left:20px!important;padding-right:20px!important}.screen-messages .main-viewport{padding-left:10px!important;padding-right:10px!important}.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.admin-layout h1,.screen-jobs .heritage-page>div:first-child h1{font-size:2.05rem!important}.feed-header-actions{gap:10px!important}.directory-main-container [style*="grid-template-columns: repeat(5"],.directory-main-container [style*="grid-template-columns: repeat(4"],.screen-notifications .main-viewport>div>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}}@media (max-width:768px){.screen-news .main-viewport,.screen-donations .main-viewport{color:var(--heritage-ink,#161719);background:var(--mobile-page-bg)!important}.screen-news .news-layout,.screen-donations .donations-layout,.screen-notifications .main-viewport>div,.screen-admin .admin-layout,.screen-create .heritage-page,.screen-directory .heritage-page,.screen-jobs .heritage-page,.screen-events .heritage-page,.screen-mentorship .mentorship-layout{width:100%!important;max-width:460px!important;margin-left:auto!important;margin-right:auto!important}.screen-news .news-layout,.screen-donations .donations-layout{grid-template-columns:minmax(0,1fr)!important;gap:20px!important;padding:0!important;display:grid!important}.screen-news .news-layout>*,.screen-donations .donations-layout>*{min-width:0!important}.screen-news .news-layout>div:first-child>div,.screen-news .news-layout>div:last-child>div,.screen-donations .donation-stats-widget,.screen-donations .cause-card,.screen-donations .leaderboard-widget,.screen-admin .admin-layout>div,.screen-notifications .main-viewport>div>div:not(:last-child),.screen-create .create-type-card,.screen-create form,.screen-directory article,.screen-jobs .jobs-layout-grid>div:first-child>div,.screen-events .heritage-widget,.screen-events .suggest-card,.screen-events .calendar-card{box-shadow:var(--mobile-card-shadow)!important;border-radius:20px!important}.screen-news .news-layout>div:first-child>div,.screen-news .news-layout>div:last-child>div,.screen-donations .donation-stats-widget,.screen-donations .cause-card,.screen-donations .leaderboard-widget,.screen-admin .admin-layout>div,.screen-create .create-type-card,.screen-create form,.screen-directory article,.screen-jobs .job-card-premium,.screen-events .heritage-widget,.screen-events .suggest-card,.screen-events .calendar-card{background:var(--mobile-card-bg)!important;border:1px solid var(--mobile-card-border)!important}.screen-news .news-layout>div:first-child>div:first-child{margin-bottom:18px!important}.screen-news .news-layout>div:first-child>div:nth-child(2),.screen-news .news-layout>div:first-child>div:nth-child(3),.screen-news .news-layout>div:first-child>div:nth-child(4)>div{padding:18px!important}.screen-news .news-layout>div:first-child>div:nth-child(2){flex-direction:column!important;align-items:stretch!important;gap:14px!important}.screen-news .news-layout h2,.screen-news .news-layout h3,.screen-donations .page-title-box h2,.screen-donations .cause-title{overflow-wrap:anywhere;letter-spacing:0!important;line-height:1.22!important}.screen-news .news-layout img,.screen-donations .donations-layout img{max-width:100%}.screen-news .news-layout>div:first-child>div:nth-child(4)>div{flex-direction:column!important;gap:14px!important}.screen-news .news-layout>div:first-child>div:nth-child(4) img{width:100%!important;height:180px!important}.screen-news .news-layout>div:last-child>div{padding:18px!important;position:static!important}.screen-news .news-layout>div:last-child>div>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))!important}.screen-donations .donations-layout{grid-template-columns:minmax(0,1fr)!important}.screen-donations .donations-main-info,.screen-donations .donations-sidebar{min-width:0!important}.screen-donations .progress-header,.screen-donations .progress-footer-stats,.screen-donations .cause-card,.screen-donations .cause-action-bar{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.screen-donations .cause-card{padding:18px!important}.screen-donations .cause-emblem-box{width:56px!important;height:56px!important;font-size:1.8rem!important}.screen-donations .cause-action-bar .btn,.screen-donations .payment-body .btn,.screen-donations .payment-body button,.screen-create .heritage-primary-btn,.screen-create form button[type=submit],.screen-events .event-row-card>button,.screen-jobs .heritage-page>div:first-child button{justify-content:center!important;width:100%!important}.screen-admin .admin-layout{max-width:460px!important}.screen-admin .admin-layout>div:first-child{padding:20px!important}.screen-admin .admin-layout>div:first-child>div:first-child,.screen-admin .admin-layout>div:first-child>div:first-child>div,.screen-admin .admin-layout>div[style*=grid-template-columns]>div{min-width:0!important}.screen-admin .admin-layout>div[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.screen-admin .admin-layout>div[style*=grid-template-columns]>div{align-items:flex-start!important;gap:12px!important;padding:16px!important}.screen-admin .admin-layout>div:has(table){padding:18px!important;overflow-x:auto!important}.screen-admin .admin-layout table{min-width:720px!important}.screen-create .heritage-title-row{align-items:flex-start!important}.screen-create .heritage-title-row h1{font-size:2rem!important;display:block!important}.screen-create .heritage-page>div:nth-of-type(2),.screen-create .heritage-page>form{max-width:100%!important}.screen-create .heritage-page>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important;gap:16px!important}.screen-create form{padding:18px!important}.screen-create form [style*="display: flex"],.screen-jobs [style*="display: flex"],.screen-news [style*="display: flex"],.screen-donations [style*="display: flex"]{min-width:0}.screen-create form [style*=grid-template-columns],.screen-donations .form-grid{grid-template-columns:minmax(0,1fr)!important}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child{scrollbar-width:none;overflow-x:auto!important}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child::-webkit-scrollbar{display:none}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child button{white-space:nowrap!important;flex:none!important}.screen-directory .directory-main-container>aside,.screen-jobs .jobs-layout-grid>aside,.screen-events .events-shell>aside{position:static!important}.screen-messages .messages-panel{box-shadow:var(--mobile-card-shadow)!important}.screen-messages .messages-panel>div:nth-child(2){color:var(--heritage-ink,#161719)!important;background:#fff!important}.modal-overlay{align-items:flex-end!important;padding:10px!important}.modal-card,.heritage-modal,.payment-card{width:100%!important;max-width:460px!important;max-height:calc(100dvh - 20px)!important;margin:0 auto!important;overflow-y:auto!important}}@media (max-width:430px){.screen-admin .admin-layout>div[style*=grid-template-columns],.screen-news .news-layout>div:last-child>div>div:last-child{grid-template-columns:minmax(0,1fr)!important}.screen-news .news-layout>div:first-child>div:nth-child(2),.screen-notifications .main-viewport>div>div:first-child{align-items:stretch!important}}@media (max-width:768px){.mobile-emblem-toggle{top:calc(14px + env(safe-area-inset-top,0px));background:#080e1af0;border:1px solid #ffffff14;border-radius:18px;width:56px;height:56px;padding:8px;left:16px;box-shadow:0 18px 42px #0f172a38}.mobile-emblem-image{width:40px;height:40px}.mobile-sidebar-backdrop{-webkit-backdrop-filter:blur(2px);background:#02061761;inset:0}.icon-rail{width:88px;padding-top:calc(18px + env(safe-area-inset-top,0px));background:linear-gradient(180deg, #111827fa, #030712fa), var(--bg-darker);box-shadow:22px 0 46px #02061757}.icon-rail .rail-btn,.icon-rail .rail-btn.rail-create-btn,.icon-rail .rail-profile-btn{border-radius:18px;width:54px;height:54px}.icon-rail .rail-btn.active{background:#f3702129;box-shadow:inset 0 0 0 1px #f3702147}.icon-rail .rail-nav{gap:12px;padding-bottom:10px}.main-viewport{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.screen-messages .main-viewport{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}.screen-messages .messages-panel{height:calc(100dvh - 112px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important}.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.admin-layout>div:first-child,.screen-jobs .heritage-page>div:first-child{padding-left:2px!important;padding-right:2px!important}.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.admin-layout h1,.screen-jobs .heritage-page>div:first-child h1{text-wrap:balance;max-width:none}}@media (max-width:430px){.main-viewport{padding-left:16px!important;padding-right:16px!important}.screen-messages .main-viewport{padding-left:8px!important;padding-right:8px!important}}@media (max-width:768px){.mobile-emblem-toggle{top:calc(12px + env(safe-area-inset-top,0px))!important;border-radius:17px!important;width:52px!important;height:52px!important;left:16px!important}.mobile-emblem-image{width:36px!important;height:36px!important}.main-viewport{padding-top:calc(88px + env(safe-area-inset-top,0px))!important}.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.screen-jobs .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child,.admin-layout>div:first-child{justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;min-width:0!important;margin-bottom:18px!important;padding-left:0!important;padding-right:0!important;display:flex!important}.feed-header-ig>div:first-child,.heritage-title-row>div:first-child,.page-title-text,.page-title-box>div:first-child,.events-section-head>h2,.screen-jobs .heritage-page>div:first-child>div:first-child,.screen-notifications .main-viewport>div>div:first-child>div:first-child,.admin-layout>div:first-child>div:first-child{flex:auto!important;min-width:0!important}.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.page-title-box h2,.page-title-text h2,.events-section-head h2,.admin-layout h1,.admin-layout h2,.screen-jobs .heritage-page>div:first-child h1,.screen-notifications .main-viewport h1{text-wrap:balance;letter-spacing:0!important;overflow-wrap:normal!important;max-width:100%!important;margin:0!important;font-size:clamp(1.55rem,7vw,1.9rem)!important;line-height:1.12!important}.feed-header-ig h1{white-space:nowrap!important}.feed-header-ig p,.heritage-title-row p,.page-title-box p,.page-title-text p,.admin-layout p,.screen-jobs .heritage-page>div:first-child p,.screen-notifications .main-viewport>div>div:first-child p{margin-top:6px!important;font-size:.88rem!important;line-height:1.4!important}.feed-header-actions,.screen-notifications .main-viewport>div>div:first-child>div:last-child,.screen-jobs .heritage-page>div:first-child>button{flex:none!important;align-self:flex-start!important;margin-top:2px!important;padding-bottom:0!important}.feed-header-actions{gap:8px!important}.header-action-btn{border-radius:13px!important;width:38px!important;height:38px!important;padding:7px!important}.screen-notifications .main-viewport>div{padding-top:0!important}}@media (max-width:430px){.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.screen-jobs .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child,.admin-layout>div:first-child{gap:10px!important}.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.page-title-box h2,.page-title-text h2,.events-section-head h2,.admin-layout h1,.admin-layout h2,.screen-jobs .heritage-page>div:first-child h1,.screen-notifications .main-viewport h1{font-size:clamp(1.42rem,7.2vw,1.72rem)!important}.feed-header-ig p,.heritage-title-row p,.page-title-box p,.page-title-text p,.admin-layout p,.screen-jobs .heritage-page>div:first-child p,.screen-notifications .main-viewport>div>div:first-child p{font-size:.84rem!important}.header-action-btn{width:36px!important;height:36px!important}}@media (min-width:769px){.screen-feed .main-viewport{padding:34px 42px!important}.ig-feed-layout{width:min(100%,1180px)!important;max-width:1180px!important;margin:0 auto!important;padding:18px 0 48px!important}.feed-header-ig{max-width:none;margin-bottom:24px}.ig-feed-body{grid-template-columns:minmax(0,740px) minmax(280px,340px);align-items:start;gap:28px;display:grid}.ig-feed-main{width:100%}.feed-desktop-rail{flex-direction:column;gap:16px;display:flex;position:sticky;top:28px}.feed-rail-card{color:var(--heritage-ink,#161719);background:#fffffff0;border:1px solid #0f172a14;border-radius:18px;padding:18px;box-shadow:0 18px 42px #0f172a12}.feed-rail-profile-head{align-items:center;gap:12px;min-width:0;display:flex}.feed-rail-profile-head img{object-fit:cover;border:1px solid #0f172a14;border-radius:16px;width:52px;height:52px}.feed-rail-profile-head h3,.feed-rail-note h3{margin:0;font-size:.98rem;font-weight:800;line-height:1.25}.feed-rail-profile-head p,.feed-rail-note p{color:var(--heritage-muted,#77797d);margin:4px 0 0;font-size:.82rem;line-height:1.45}.feed-rail-profile-card>button{background:var(--heritage-ink,#161719);color:#fff;cursor:pointer;border:0;border-radius:12px;width:100%;margin-top:16px;padding:10px 12px;font-weight:800}.feed-rail-card-title{color:var(--heritage-ink,#161719);align-items:center;gap:8px;margin-bottom:14px;font-size:.9rem;font-weight:850;display:flex}.feed-rail-card-title svg{color:var(--heritage-orange,#ff9f0a)}.feed-rail-actions{gap:8px;display:grid}.feed-rail-actions button{width:100%;min-height:42px;color:var(--heritage-ink,#161719);cursor:pointer;text-align:left;background:#fff;border:1px solid #0f172a14;border-radius:12px;align-items:center;gap:10px;padding:0 12px;font-weight:750;display:flex}.feed-rail-actions button:hover,.feed-rail-profile-card>button:hover{transform:translateY(-1px)}.feed-rail-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.feed-rail-stats div{text-align:center;background:#f7f6f2;border-radius:14px;padding:12px 8px}.feed-rail-stats strong{font-size:1.05rem;line-height:1;display:block}.feed-rail-stats span{color:var(--heritage-muted,#77797d);margin-top:5px;font-size:.68rem;font-weight:700;display:block}.feed-rail-note{background:linear-gradient(135deg,#ff9f0a1f,#f4b82014),#fff;gap:12px;display:flex}.feed-rail-note svg{color:var(--heritage-orange,#ff9f0a);flex:none}}@media (min-width:769px) and (max-width:1120px){.screen-feed .main-viewport{padding-left:28px!important;padding-right:28px!important}.ig-feed-layout{max-width:760px!important}.ig-feed-body{display:block}.feed-desktop-rail{display:none}}@media (max-width:768px){.ig-feed-body{display:block}.feed-desktop-rail{display:none}.mobile-emblem-toggle{top:calc(10px + env(safe-area-inset-top,0px))!important;border-radius:15px!important;width:46px!important;height:46px!important;padding:7px!important;left:14px!important}.mobile-emblem-image{width:32px!important;height:32px!important}.main-viewport{padding:calc(72px + env(safe-area-inset-top,0px)) 14px calc(22px + env(safe-area-inset-bottom,0px))!important}.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.screen-jobs .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child,.admin-layout>div:first-child{gap:10px!important;margin-bottom:14px!important}.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.page-title-box h2,.page-title-text h2,.events-section-head h2,.admin-layout h1,.admin-layout h2,.screen-jobs .heritage-page>div:first-child h1,.screen-notifications .main-viewport h1{font-size:clamp(1.36rem,5.8vw,1.68rem)!important;line-height:1.1!important}.feed-header-ig p,.heritage-title-row p,.page-title-box p,.page-title-text p,.admin-layout p,.screen-jobs .heritage-page>div:first-child p,.screen-notifications .main-viewport>div>div:first-child p{margin-top:5px!important;font-size:.8rem!important;line-height:1.35!important}.stories-tray-container,.feed-story-card,.feed-composer-card,.profile-head-card,.profile-post-card,.events-filter-strip,.heritage-filter-card,.notification-card,.mentor-card,.sidebar-widget-card,.job-card-premium,.glass-panel,.heritage-widget,.suggest-card,.calendar-card{border-radius:15px!important}.feed-card-header,.feed-story-card header,.profile-post-card header{gap:9px!important;padding:12px!important}.post-avatar-ring,.feed-composer-card img,.feed-story-card header img{width:34px!important;height:34px!important}.header-action-btn{border-radius:11px!important;width:34px!important;height:34px!important;padding:6px!important}.btn,.heritage-primary-btn,.btn-connect-gradient,.btn-following-gray,.header-action-btn,.feed-story-card button,.profile-post-card button,.notification-card button,.mentor-card button,.job-card-premium button{min-height:34px;font-size:.8rem!important}.heritage-input,.heritage-filter-card select,.heritage-modal input,.heritage-modal select,.heritage-modal textarea,.events-filter-strip select{height:auto!important;min-height:38px!important;padding:9px 11px!important;font-size:.84rem!important}.screen-create .create-publication-page{max-width:100%!important}.screen-create .create-publication-header{margin-bottom:12px!important}.screen-create .create-back-btn{margin-bottom:6px!important;font-size:.8rem!important}.screen-create .create-back-btn svg{width:14px!important;height:14px!important}.screen-create .create-publication-header h1{text-wrap:balance;align-items:center!important;gap:8px!important;max-width:none!important;font-size:clamp(1.42rem,6vw,1.62rem)!important;line-height:1.08!important;display:flex!important}.screen-create .create-publication-header h1 span{flex:none;font-size:1.18rem!important}.screen-create .create-type-grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important;margin-top:16px!important}.screen-create .create-type-card{border-radius:14px!important;gap:9px!important;padding:16px 14px!important}.screen-create .create-type-card-icon{width:44px!important;height:44px!important}.screen-create .create-type-card-icon svg{width:22px!important;height:22px!important}.screen-create .create-type-card h3{font-size:.96rem!important}.screen-create .create-type-card p{font-size:.76rem!important;line-height:1.4!important}.screen-create .create-type-card-button{border-radius:9px!important;min-height:34px!important;padding:8px 14px!important;font-size:.78rem!important}.screen-create .create-publication-form{border-radius:14px!important;margin-top:14px!important;padding:14px!important}.screen-create form>div{margin-bottom:14px!important}.screen-create form label{margin-bottom:7px!important;font-size:.78rem!important}.screen-create input,.screen-create select,.screen-create textarea{border-radius:8px!important;padding:10px 11px!important;font-size:.84rem!important}.screen-create textarea{line-height:1.45!important}.screen-create .create-upload-toggle,.screen-create .create-audience-options,.screen-create .create-form-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.screen-create .create-upload-toggle-btn,.screen-create .create-audience-options button,.screen-create .create-form-actions button{white-space:normal!important;justify-content:center!important;width:100%!important;min-width:0!important;padding:8px 10px!important;font-size:.78rem!important}.screen-create form [style*="2px dashed"]{border-radius:12px!important;padding:20px 14px!important}.screen-create form [style*="2px dashed"] svg{width:24px!important;height:24px!important}.screen-create form [style*="2px dashed"] p{font-size:.78rem!important;line-height:1.35!important}.screen-create .create-form-footer{align-items:stretch!important;gap:12px!important;padding-top:14px!important}.screen-create .create-publish-group,.screen-create .create-form-actions{width:100%}}@media (max-width:430px){.main-viewport{padding-left:12px!important;padding-right:12px!important}.screen-create .create-publication-header h1{font-size:clamp(1.28rem,7vw,1.48rem)!important}.screen-create .create-publication-header p{max-width:18rem}.screen-create .create-type-card{padding:14px 12px!important}}@media (max-width:768px){.app-layout{min-width:0}.heritage-page,.ig-feed-layout,.news-layout,.donations-layout,.mentorship-layout,.directory-main-container,.jobs-layout-grid,.events-shell,.admin-layout,.screen-notifications .main-viewport>div{width:100%!important;min-width:0!important;max-width:440px!important;margin-left:auto!important;margin-right:auto!important}.screen-directory .heritage-page,.screen-jobs .heritage-page,.screen-create .heritage-page{padding-top:0!important;padding-bottom:22px!important}.screen-feed .main-viewport,.screen-create .main-viewport,.screen-events .main-viewport,.screen-batch .main-viewport,.screen-memories .main-viewport,.screen-discover .main-viewport,.screen-directory .main-viewport,.screen-search .main-viewport,.screen-notifications .main-viewport,.screen-admin .main-viewport,.screen-profile .main-viewport,.screen-mentorship .main-viewport,.screen-careers .main-viewport,.screen-jobs .main-viewport,.screen-donations .main-viewport,.screen-news .main-viewport{padding-left:13px!important;padding-right:13px!important}.screen-messages .main-viewport{padding-left:8px!important;padding-right:8px!important}.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.screen-jobs .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child,.screen-admin .admin-layout>div:first-child{margin-bottom:13px!important;padding:0!important}.page-title-box{align-items:flex-start!important}.screen-news .news-layout,.screen-donations .donations-layout,.screen-directory .directory-main-container,.screen-events .events-shell,.screen-jobs .jobs-layout-grid,.screen-mentorship .mentorship-layout{grid-template-columns:minmax(0,1fr)!important;gap:13px!important;display:grid!important}.screen-directory .directory-main-container>*,.screen-events .events-shell>*,.screen-jobs .jobs-layout-grid>*,.screen-news .news-layout>*,.screen-donations .donations-layout>*,.screen-mentorship .mentorship-layout>*,.screen-admin .admin-layout>*{min-width:0!important}.screen-directory .directory-main-container>aside,.screen-events .events-shell>aside,.screen-jobs .jobs-layout-grid>aside,.screen-donations .donations-sidebar,.screen-mentorship .mentor-search-sidebar{width:100%!important;max-width:none!important;position:static!important}.screen-directory .directory-cards-grid,.screen-mentorship .mentor-grid,.heritage-directory-grid,.screen-admin .admin-layout>div[style*=grid-template-columns],.screen-notifications .main-viewport>div>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important;gap:12px!important;display:grid!important}.screen-admin .admin-layout>div[style*=grid-template-columns]:not(:has(table)){grid-template-columns:repeat(2,minmax(0,1fr))!important}.screen-feed .feed-story-card,.screen-feed .feed-composer-card,.screen-profile .profile-head-card,.screen-profile .profile-post-card,.screen-directory .glass-panel,.screen-directory .sidebar-widget-card,.screen-events .heritage-widget,.screen-events .suggest-card,.screen-events .calendar-card,.screen-events .event-row-card,.screen-jobs .job-card-premium,.screen-jobs .jobs-layout-grid>div:first-child>div,.screen-mentorship .mentor-card,.screen-mentorship .mentor-search-sidebar,.screen-donations .donation-stats-widget,.screen-donations .cause-card,.screen-donations .leaderboard-widget,.screen-news .news-layout>div:first-child>div,.screen-news .news-layout>div:last-child>div,.screen-notifications .notification-card,.screen-admin .admin-layout>div{border-radius:14px!important;padding:14px!important}.screen-directory .sidebar-widget-card,.screen-events .events-filter-strip,.screen-news .news-layout>div:first-child>div,.screen-news .news-layout>div:last-child>div,.screen-donations .donations-sidebar .glass-panel{gap:10px!important}.events-hero{border-radius:16px!important;min-height:168px!important;margin-bottom:14px!important;padding:20px 16px!important}.events-hero span{letter-spacing:.08em!important;font-size:.68rem!important}.events-hero h1{margin-top:4px!important;font-size:clamp(1.65rem,8vw,2.05rem)!important;line-height:1.05!important}.events-hero p{margin-top:4px!important;font-size:.82rem!important}.events-hero button{min-height:34px!important;padding:8px 12px!important;font-size:.78rem!important}.events-filter-strip,.heritage-filter-card,.directory-main-container [style*="grid-template-columns: repeat(5"],.directory-main-container [style*="grid-template-columns: repeat(4"]{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:12px!important;display:grid!important}.events-filter-strip label,.heritage-filter-card label,.screen-create form label{gap:6px!important}.directory-pill-select,.events-filter-strip select,.heritage-filter-card select,.screen-jobs select,.screen-jobs input,.screen-news input,.screen-news select,.screen-news textarea,.screen-donations input,.screen-donations select,.screen-donations textarea,.screen-notifications select,.screen-admin input,.screen-admin select,.screen-admin textarea,.screen-mentorship select,.screen-mentorship textarea{border-radius:8px!important;min-height:36px!important;padding:8px 10px!important;font-size:.8rem!important}.directory-tab-pill,.group-item-btn,.screen-jobs .jobs-layout-grid>div:first-child>div:first-child button,.screen-notifications .main-viewport button,.screen-admin button,.screen-news button,.screen-donations button,.screen-events button,.screen-mentorship button{border-radius:9px!important;min-height:32px!important;padding:7px 10px!important;font-size:.76rem!important}.screen-directory .avatar-gradient-ring{padding:3px!important}.screen-directory .avatar-gradient-ring img,.mentor-photo,.leader-photo{width:54px!important;height:54px!important}.screen-directory .directory-meta-row,.screen-donations .progress-header,.screen-donations .progress-footer-stats,.screen-donations .cause-card,.screen-donations .cause-action-bar,.screen-mentorship .mentor-card-header,.screen-mentorship .mentor-stats,.screen-news .news-layout>div:first-child>div:nth-child(2),.screen-admin .admin-layout>div:first-child,.screen-admin .admin-layout>div:first-child>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.screen-mentorship .mentor-card-header{align-items:flex-start!important}.screen-mentorship .mentor-photo{width:48px!important;height:48px!important}.screen-mentorship .mentor-badge,.screen-mentorship .skill-tag{padding:3px 7px!important;font-size:.68rem!important}.screen-mentorship .mentor-bio{min-height:0!important;font-size:.78rem!important;line-height:1.45!important}.screen-donations .cause-emblem-box{width:46px!important;height:46px!important;font-size:1.55rem!important}.screen-donations .cause-title,.screen-donations .donation-stats-widget h3,.screen-news .news-layout h2,.screen-news .news-layout h3,.screen-news .news-layout h4,.screen-jobs .job-card-premium h3,.screen-mentorship .mentor-meta h3,.screen-directory h3,.screen-notifications .notification-card h3,.screen-admin h2,.screen-admin h3{letter-spacing:0!important;font-size:clamp(.98rem,4.2vw,1.18rem)!important;line-height:1.18!important}.screen-donations .total-raised{font-size:1.05rem!important}.screen-donations .leader-item{gap:8px!important;padding:8px 9px!important}.screen-donations .leader-rank{width:20px!important;font-size:.9rem!important}.screen-donations .leader-photo{width:32px!important;height:32px!important}.screen-donations .leader-name,.screen-donations .leader-amount{font-size:.76rem!important}.screen-news .news-layout img{border-radius:10px!important;max-height:180px!important}.screen-news .news-layout>div:first-child>div[style*="display: flex"]{gap:12px!important}.screen-news .news-layout>div:first-child>div:nth-child(n+4)>div[style*="display: flex"]{flex-direction:column!important}.screen-news .news-layout>div:first-child>div:nth-child(n+4) img{width:100%!important;height:150px!important}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child{scrollbar-width:none;gap:8px!important;padding:4px 0 10px!important;display:flex!important;overflow-x:auto!important}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child::-webkit-scrollbar{display:none}.screen-jobs .job-card-premium{gap:10px!important}.screen-jobs .job-card-premium [style*="display: flex"],.screen-directory .glass-panel [style*="display: flex"],.screen-events .heritage-widget [style*="display: flex"],.screen-notifications .notification-card [style*="display: flex"],.screen-admin .admin-layout [style*="display: flex"]{min-width:0!important}.screen-notifications .notification-card{gap:10px!important}.screen-notifications .main-viewport>div>div[style*=flex-wrap]{scrollbar-width:none;flex-wrap:nowrap!important;gap:8px!important;display:flex!important;overflow-x:auto!important}.screen-notifications .main-viewport>div>div[style*=flex-wrap]::-webkit-scrollbar{display:none}.screen-notifications .main-viewport>div>div[style*=flex-wrap]>*{flex:none!important}.screen-admin .admin-layout{padding:0 0 22px!important}.screen-admin .admin-layout>div:first-child{border-left-width:4px!important}.screen-admin .admin-layout>div:first-child>div:first-child>div:first-child,.screen-admin .admin-layout>div[style*=grid-template-columns]>div>div:first-child{border-radius:11px!important;width:42px!important;height:42px!important}.screen-admin .admin-layout>div:has(table){padding:12px!important;overflow-x:auto!important}.screen-admin .admin-layout table{min-width:680px!important;font-size:.78rem!important}.screen-admin .admin-layout th,.screen-admin .admin-layout td{padding:9px 10px!important}.screen-messages .messages-panel{height:calc(100dvh - 92px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;border-radius:14px!important}.screen-messages .messages-panel>div:first-child{width:100%!important}.screen-messages .messages-panel input{min-height:34px!important;font-size:.82rem!important}.modal-card,.heritage-modal,.payment-card,.profile-modal-card,.create-story-modal-card{border-radius:16px 16px 0 0!important;width:100%!important;max-width:440px!important;padding:16px!important}}@media (max-width:430px){.heritage-page,.ig-feed-layout,.news-layout,.donations-layout,.mentorship-layout,.directory-main-container,.jobs-layout-grid,.events-shell,.admin-layout,.screen-notifications .main-viewport>div{max-width:100%!important}.screen-feed .main-viewport,.screen-create .main-viewport,.screen-events .main-viewport,.screen-directory .main-viewport,.screen-search .main-viewport,.screen-notifications .main-viewport,.screen-admin .main-viewport,.screen-profile .main-viewport,.screen-mentorship .main-viewport,.screen-jobs .main-viewport,.screen-donations .main-viewport,.screen-news .main-viewport{padding-left:10px!important;padding-right:10px!important}.screen-admin .admin-layout>div[style*=grid-template-columns]:not(:has(table)){grid-template-columns:minmax(0,1fr)!important}.events-hero{min-height:150px!important}.screen-news .news-layout img{max-height:155px!important}}@media (max-width:768px){.app-layout{grid-template-columns:minmax(0,1fr)!important;min-width:0!important}.app-layout[class*=screen-] .main-viewport{padding:calc(82px + env(safe-area-inset-top,0px)) 12px calc(18px + env(safe-area-inset-bottom,0px))!important;background:var(--mobile-page-bg,#f7f6f2)!important;overflow-x:hidden!important}.screen-messages .main-viewport{padding-left:8px!important;padding-right:8px!important}.screen-feed .ig-feed-layout,.screen-discover .ig-feed-layout,.screen-batch .heritage-page,.screen-memories .heritage-page,.screen-reunions .heritage-page,.screen-archives .heritage-page,.screen-saved .ig-feed-layout,.screen-explore .ig-feed-layout,.screen-notes .ig-feed-layout,.screen-profile .ig-feed-layout,.screen-profile .heritage-page,.screen-create .heritage-page,.screen-directory .heritage-page,.screen-search .heritage-page,.screen-events .heritage-page,.screen-donations .donations-layout,.screen-news .news-layout,.screen-jobs .heritage-page,.screen-careers .heritage-page,.screen-mentorship .mentorship-layout,.screen-notifications .main-viewport>div,.screen-admin .admin-layout,.screen-messages .messages-panel{width:100%!important;min-width:0!important;max-width:430px!important;margin-left:auto!important;margin-right:auto!important}.screen-directory .heritage-page,.screen-search .heritage-page,.screen-jobs .heritage-page,.screen-careers .heritage-page,.screen-create .heritage-page,.screen-admin .admin-layout,.screen-notifications .main-viewport>div{padding-top:0!important;padding-bottom:16px!important}.feed-header-ig,.heritage-title-row,.page-title-box,.events-section-head,.screen-directory .heritage-page>div:first-child,.screen-search .heritage-page>div:first-child,.screen-jobs .heritage-page>div:first-child,.screen-careers .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child,.screen-admin .admin-layout>div:first-child{justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;min-width:0!important;margin-bottom:12px!important;display:flex!important}.screen-directory .heritage-page>div:first-child>div:first-child,.screen-search .heritage-page>div:first-child>div:first-child,.screen-jobs .heritage-page>div:first-child>div:first-child,.screen-careers .heritage-page>div:first-child>div:first-child,.feed-header-ig>div:first-child,.heritage-title-row>div:first-child,.page-title-box>div:first-child,.page-title-text,.admin-layout>div:first-child>div:first-child{flex:auto!important;min-width:0!important}.screen-directory .heritage-page>div:first-child h1,.screen-search .heritage-page>div:first-child h1,.screen-jobs .heritage-page>div:first-child h1,.screen-careers .heritage-page>div:first-child h1,.feed-header-ig h1,.heritage-title-row h1,.page-title-box h1,.page-title-box h2,.page-title-text h2,.events-section-head h2,.screen-notifications .main-viewport h1,.admin-layout h1,.admin-layout h2{text-wrap:balance;letter-spacing:0!important;overflow-wrap:anywhere!important;font-size:clamp(1.28rem,5.8vw,1.6rem)!important;line-height:1.12!important}.screen-directory .heritage-page>div:first-child p,.screen-search .heritage-page>div:first-child p,.screen-jobs .heritage-page>div:first-child p,.screen-careers .heritage-page>div:first-child p,.feed-header-ig p,.heritage-title-row p,.page-title-box p,.page-title-text p,.screen-notifications .main-viewport>div>div:first-child p,.admin-layout p{margin-top:4px!important;font-size:.78rem!important;line-height:1.35!important}.screen-directory .heritage-page>div:first-child>div:last-child,.screen-search .heritage-page>div:first-child>div:last-child,.feed-header-actions,.screen-notifications .main-viewport>div>div:first-child>div:last-child,.screen-jobs .heritage-page>div:first-child>button,.screen-careers .heritage-page>div:first-child>button{flex:none!important;gap:8px!important}.screen-directory .heritage-page>div:first-child>div:last-child{gap:12px!important}.screen-directory .heritage-page>div:first-child svg,.screen-search .heritage-page>div:first-child svg{width:18px!important;height:18px!important}.screen-news .news-layout,.screen-donations .donations-layout,.screen-directory .directory-main-container,.screen-search .directory-main-container,.screen-events .events-shell,.screen-jobs .jobs-layout-grid,.screen-careers .jobs-layout-grid,.screen-mentorship .mentorship-layout{grid-template-columns:minmax(0,1fr)!important;gap:12px!important;display:grid!important}.screen-news .news-layout>*,.screen-donations .donations-layout>*,.screen-directory .directory-main-container>*,.screen-search .directory-main-container>*,.screen-events .events-shell>*,.screen-jobs .jobs-layout-grid>*,.screen-careers .jobs-layout-grid>*,.screen-mentorship .mentorship-layout>*,.screen-admin .admin-layout>*{min-width:0!important}.screen-feed .feed-story-card,.screen-feed .feed-composer-card,.screen-profile .profile-head-card,.screen-profile .profile-post-card,.screen-directory .glass-panel,.screen-search .glass-panel,.screen-directory article,.screen-search article,.screen-events .event-row-card,.screen-events .heritage-widget,.screen-events .suggest-card,.screen-events .calendar-card,.screen-jobs .job-card-premium,.screen-careers .job-card-premium,.screen-mentorship .mentor-card,.screen-mentorship .mentor-search-sidebar,.screen-donations .donation-stats-widget,.screen-donations .cause-card,.screen-donations .leaderboard-widget,.screen-news .news-layout>div:first-child>div,.screen-news .news-layout>div:last-child>div,.screen-notifications .notification-card,.screen-admin .admin-layout>div,.screen-create .create-type-card,.screen-create .create-publication-form{border-radius:12px!important;padding:12px!important}.screen-directory .directory-main-container>div:first-child,.screen-search .directory-main-container>div:first-child,.screen-jobs .jobs-layout-grid>div:first-child,.screen-careers .jobs-layout-grid>div:first-child,.screen-news .news-layout>div:first-child,.screen-news .news-layout>div:last-child,.screen-donations .donation-causes-list,.screen-donations .leaderboard-list,.screen-mentorship .mentor-grid{gap:10px!important}.screen-directory .directory-main-container>div:first-child>div:first-child,.screen-search .directory-main-container>div:first-child>div:first-child,.screen-jobs .job-card-premium>div:first-child,.screen-careers .job-card-premium>div:first-child,.screen-news .news-layout>div:first-child>div:first-child,.screen-donations .progress-header,.screen-donations .progress-footer-stats,.screen-donations .cause-card,.screen-donations .cause-action-bar,.screen-events .event-row-card,.screen-mentorship .mentor-card-header,.screen-mentorship .mentor-stats,.screen-notifications .notification-card>div:first-child,.screen-admin .admin-layout>div:first-child,.screen-admin .admin-layout>div:first-child>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:9px!important}.screen-directory .directory-main-container>div:first-child>div:first-child,.screen-search .directory-main-container>div:first-child>div:first-child{grid-template-columns:minmax(0,1fr)!important;display:grid!important}.screen-directory .directory-main-container>div:first-child>div:first-child button,.screen-search .directory-main-container>div:first-child>div:first-child button,.screen-jobs .heritage-page>div:first-child>button,.screen-careers .heritage-page>div:first-child>button,.screen-events .event-row-card>button,.screen-donations .cause-action-bar .btn,.screen-create .heritage-primary-btn,.screen-create form button[type=submit]{justify-content:center!important;width:100%!important}.screen-directory .directory-main-container [style*=grid-template-columns],.screen-search .directory-main-container [style*=grid-template-columns],.screen-create .create-type-grid,.screen-create .create-publication-form [style*=grid-template-columns],.screen-news .news-layout [style*=grid-template-columns],.screen-notifications .main-viewport>div>div[style*=grid-template-columns],.screen-admin .admin-layout>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.screen-admin .admin-layout>div[style*=grid-template-columns]:not(:has(table)){grid-template-columns:repeat(2,minmax(0,1fr))!important}.screen-directory .directory-tab-pill,.screen-search .directory-tab-pill,.screen-jobs .jobs-layout-grid>div:first-child>div:first-child button,.screen-careers .jobs-layout-grid>div:first-child>div:first-child button,.screen-notifications .main-viewport>div>div[style*=flex-wrap]>*,.screen-events .events-section-head button{white-space:nowrap!important;flex:none!important}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child,.screen-careers .jobs-layout-grid>div:first-child>div:first-child,.screen-directory .directory-main-container>div:first-child>div:nth-child(4)>div:first-child,.screen-search .directory-main-container>div:first-child>div:nth-child(4)>div:first-child,.screen-notifications .main-viewport>div>div[style*=flex-wrap],.events-section-head>div{scrollbar-width:none;flex-wrap:nowrap!important;gap:8px!important;padding-bottom:8px!important;display:flex!important;overflow-x:auto!important}.screen-jobs .jobs-layout-grid>div:first-child>div:first-child::-webkit-scrollbar{display:none}.screen-careers .jobs-layout-grid>div:first-child>div:first-child::-webkit-scrollbar{display:none}.screen-directory .directory-main-container>div:first-child>div:nth-child(4)>div:first-child::-webkit-scrollbar{display:none}.screen-search .directory-main-container>div:first-child>div:nth-child(4)>div:first-child::-webkit-scrollbar{display:none}.screen-notifications .main-viewport>div>div[style*=flex-wrap]::-webkit-scrollbar{display:none}.events-section-head>div::-webkit-scrollbar{display:none}.screen-news .news-layout>div:first-child>div:nth-child(n+4)>div,.screen-news .news-layout>div:first-child>div[style*="display: flex"],.screen-news .news-layout>div:last-child>div[style*="display: flex"]{flex-direction:column!important;align-items:stretch!important}.screen-news .news-layout img,.screen-events .event-row-card img{object-fit:cover!important;width:100%!important;max-height:160px!important}.screen-events .events-hero{border-radius:14px!important;min-height:132px!important;margin:0 0 12px!important;padding:16px!important}.screen-events .events-hero h1{font-size:clamp(1.55rem,8vw,1.95rem)!important}.screen-events .events-filter-strip,.screen-directory .heritage-filter-card,.screen-search .heritage-filter-card{grid-template-columns:minmax(0,1fr)!important;gap:8px!important;padding:10px!important;display:grid!important}.screen-donations .cause-emblem-box{width:42px!important;height:42px!important;font-size:1.35rem!important}.screen-donations .cause-desc,.screen-news .news-layout p,.screen-jobs .job-card-premium p,.screen-careers .job-card-premium p,.screen-mentorship .mentor-bio,.screen-notifications .notification-card p{font-size:.78rem!important;line-height:1.42!important}.screen-admin .admin-layout>div:has(table){padding:10px!important;overflow-x:auto!important}.screen-admin .admin-layout table{min-width:660px!important;font-size:.76rem!important}.screen-admin .admin-layout th,.screen-admin .admin-layout td{padding:8px!important}.screen-messages .messages-panel{height:calc(100dvh - 104px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;border-radius:12px!important;max-width:100%!important}.screen-messages .messages-panel>div:first-child{width:100%!important;min-width:0!important}.screen-messages .messages-panel.has-active-chat>div:first-child{display:none!important}.screen-messages .messages-panel.has-active-chat>div:nth-child(2){display:flex!important}.modal-card,.heritage-modal,.payment-card,.profile-modal-card,.create-story-modal-card{width:100%!important;max-width:430px!important;max-height:calc(100dvh - 16px)!important;padding:14px!important;overflow-y:auto!important}}@media (max-width:430px){.app-layout[class*=screen-] .main-viewport{padding-left:8px!important;padding-right:8px!important}.screen-messages .main-viewport{padding-left:6px!important;padding-right:6px!important}.screen-feed .ig-feed-layout,.screen-discover .ig-feed-layout,.screen-batch .heritage-page,.screen-memories .heritage-page,.screen-reunions .heritage-page,.screen-archives .heritage-page,.screen-saved .ig-feed-layout,.screen-explore .ig-feed-layout,.screen-notes .ig-feed-layout,.screen-profile .ig-feed-layout,.screen-profile .heritage-page,.screen-create .heritage-page,.screen-directory .heritage-page,.screen-search .heritage-page,.screen-events .heritage-page,.screen-donations .donations-layout,.screen-news .news-layout,.screen-jobs .heritage-page,.screen-careers .heritage-page,.screen-mentorship .mentorship-layout,.screen-notifications .main-viewport>div,.screen-admin .admin-layout{max-width:100%!important}.screen-admin .admin-layout>div[style*=grid-template-columns]:not(:has(table)){grid-template-columns:minmax(0,1fr)!important}.screen-notifications .main-viewport>div>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.screen-directory .heritage-page>div:first-child,.screen-search .heritage-page>div:first-child,.screen-jobs .heritage-page>div:first-child,.screen-careers .heritage-page>div:first-child,.screen-notifications .main-viewport>div>div:first-child{flex-direction:column!important;align-items:stretch!important}.screen-directory .heritage-page>div:first-child>div:last-child,.screen-search .heritage-page>div:first-child>div:last-child,.screen-notifications .main-viewport>div>div:first-child>div:last-child{justify-content:flex-start!important}}
