:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-height:100vh;width:100%;background-size:cover;display:flex!important;justify-content:center;align-items:center;overflow-x:hidden;background-color:#f9fafb}.page-wrapper{margin:0 auto;width:100%;max-width:1200px padding: 20px;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#f9fafb}a:hover{color:#747bff}button{background-color:#f9f9f9}}.profile-container{width:100%;min-height:100vh;margin:0 auto;background:#fff;position:relative;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (min-width: 768px){.profile-container{max-width:600px;box-shadow:0 0 20px #0000001a}}@media (min-width: 1024px){.profile-container{max-width:800px}}.skeleton-header{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:inherit;height:60px;background:#fffffff2;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100}.skeleton-header-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-header-button{width:100px;height:32px;border-radius:16px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-background{width:100%;height:70vh;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-profile-section{padding:20px 16px;margin-top:-80px;position:relative;z-index:20;background:#fff;border-radius:40px 40px 0 0}.skeleton-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 16px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-name{width:200px;height:32px;margin:0 auto 8px;border-radius:4px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-location{width:120px;height:20px;margin:0 auto 24px;border-radius:4px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-bio{margin-bottom:16px}.skeleton-bio-line{height:20px;margin-bottom:8px;border-radius:4px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-bio-line.short{width:60%;margin:0 auto}.skeleton-tags{display:flex;justify-content:center;gap:8px;margin-bottom:24px;flex-wrap:wrap}.skeleton-tag{width:80px;height:28px;border-radius:14px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-stats{display:flex;justify-content:center;gap:48px;margin-bottom:24px}.skeleton-stat{display:flex;flex-direction:column;align-items:center}.skeleton-stat-value{width:48px;height:28px;margin-bottom:4px;border-radius:4px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-stat-label{width:60px;height:16px;border-radius:4px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-buttons{display:flex;gap:12px}.skeleton-button{flex:1;height:48px;border-radius:24px;background:linear-gradient(90deg,#f0f2f5 25%,#e4e6ea,#f0f2f5 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.header{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:inherit;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease}.header-transparent{background:transparent;border-bottom:none}.header-title{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.header-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.header-name{font-size:18px;font-weight:700;color:#182230;truncate:ellipsis;overflow:hidden;white-space:nowrap}.download-button{background:#007aff;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.download-button:hover{background:#0056cc;transform:translateY(-1px)}.main-content{padding-top:0;overflow-y:auto;height:100vh;width:100%}.background-section{position:relative;height:70vh;min-height:400px;overflow:hidden;width:100%}.background-carousel{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.background-carousel::-webkit-scrollbar{display:none}.background-image{width:100%;height:100%;object-fit:cover;flex-shrink:0;scroll-snap-align:start}.background-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0003}.indicator.active{background:#fff;width:16px;border-radius:8px}.indicator-more{color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.profile-section{padding:20px 16px;margin-top:-80px;position:relative;z-index:20;background:#fff;border-radius:20px 20px 0 0;width:100%;box-sizing:border-box}.profile-info{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:24px}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #00000026;margin-bottom:16px}.profile-avatar-placeholder{width:120px;height:120px;border-radius:50%;background:#f0f2f5;border:4px solid white;box-shadow:0 4px 12px #00000026;margin-bottom:16px;display:flex;align-items:center;justify-content:center;font-size:48px}.profile-name{font-size:28px;font-weight:700;color:#101828;margin:0;word-break:break-word}.profile-location{font-size:16px;color:#667085;margin:8px 0 0;word-break:break-word}.bio-section{margin-bottom:24px;width:100%}.bio-text-container{margin-bottom:16px}.bio-text{font-size:16px;line-height:24px;color:#344054;text-align:center;margin:0 0 8px;word-break:break-word}.bio-content-container{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.bio-tag{padding:5px 12px;border-radius:999px;border:1px solid;font-size:14px;font-weight:500;display:inline-flex;word-break:break-word;align-items:center;justify-content:center}.social-link{display:flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid;border-radius:20px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s;word-break:break-all}.social-link:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.social-icon{font-size:16px;flex-shrink:0}.stats-section{display:flex;justify-content:center;gap:48px;margin-bottom:24px;padding:20px 0}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:24px;font-weight:700;color:#101828;margin-bottom:4px}.stat-label{font-size:14px;color:#667085}.action-buttons{display:flex;gap:12px;margin-bottom:32px;width:100%}.primary-button{flex:1;background:#007aff;color:#fff;border:none;padding:12px 24px;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.primary-button:hover{background:#0056cc;transform:translateY(-1px)}.secondary-button{flex:1;background:#fff;color:#007aff;border:2px solid #007AFF;padding:12px 24px;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.secondary-button:hover{background:#007aff;color:#fff;transform:translateY(-1px)}.plans-section{padding:0 16px 32px;width:100%;box-sizing:border-box}.section-title{font-size:20px;font-weight:700;color:#101828;margin-bottom:16px;text-align:center}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;padding:8px;width:100%}@media (min-width: 400px){.plans-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 600px){.plans-grid{grid-template-columns:repeat(3,1fr)}}.plan-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;cursor:pointer;transition:all .2s ease;position:relative;width:100%}.plan-card:hover{transform:translateY(-2px)!important;box-shadow:0 4px 16px #00000026}.plan-image-container{position:relative;width:100%;padding-bottom:100%;overflow:hidden}.plan-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.plan-content{padding:12px;position:relative}.plan-title{font-size:14px;font-weight:600;color:#101828;margin:0 0 8px;line-height:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center;word-break:break-word}.plan-date{position:absolute;top:-24px;right:8px;background:#f7f8f9f2;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;color:#4b5563;border:.5px solid rgba(0,112,243,.15)}.download-cta{padding:32px 16px;text-align:center;background:#f9fafb;margin:0 -16px;width:calc(100% + 32px);box-sizing:border-box}.download-cta h2{font-size:24px;font-weight:700;color:#101828;margin-bottom:8px;word-break:break-word}.download-cta p{font-size:16px;color:#667085;margin-bottom:24px;line-height:24px}.cta-button{background:#007aff;color:#fff;border:none;padding:16px 32px;border-radius:28px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #007aff4d}.cta-button:hover{background:#0056cc;transform:translateY(-2px);box-shadow:0 6px 16px #007aff66}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:32px;text-align:center}.error-icon{font-size:64px;margin-bottom:16px}.error-container h2{color:#101828;margin-bottom:8px;font-size:24px}.error-container p{color:#667085;margin-bottom:24px;font-size:16px;line-height:24px}@media (max-width: 375px){.profile-avatar,.profile-avatar-placeholder{width:100px;height:100px}.profile-name{font-size:24px}.action-buttons{flex-direction:column}.stats-section{gap:32px}.header{padding:0 12px}.download-button{padding:6px 12px;font-size:12px}}@media (min-width: 768px){.main-content{height:auto;overflow:visible}.profile-section{padding:32px 24px}.download-cta{padding:48px 24px}}@media (min-width: 1024px){.profile-section{padding:40px 32px}.stats-section{gap:64px}}.fixed-app-button{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;padding:0 20px;width:auto}.fixed-open-app-btn{background:linear-gradient(90deg,#2763ff,#6b4eff);color:#fff;border:none;border-radius:50px;padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:160px;display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width: 768px){.fixed-app-button{bottom:16px;padding:0 16px;bottom:calc(16px + env(safe-area-inset-bottom))}.fixed-open-app-btn{padding:10px 20px;font-size:14px;min-width:140px}}@media (min-width: 768px){.fixed-app-button{left:50%;transform:translate(-50%);max-width:600px;margin:0 auto}}@media (min-width: 1024px){.fixed-app-button{max-width:800px}}.events-section{margin:24px 0;padding:0 16px}.events-container{margin-top:16px}.date-group{margin-bottom:24px}.date-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:12px;font-family:Rubik,sans-serif}.events-list{display:flex;flex-direction:column;gap:8px}.event-item{display:flex;align-items:center;padding:12px 16px;border-radius:12px;transition:all .2s ease;cursor:pointer}.event-item:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.event-item:active{transform:translateY(0)}.event-avatar{width:36px;height:36px;margin-right:12px;flex-shrink:0}.avatar-image{width:100%;height:100%;border-radius:18px;object-fit:cover}.avatar-placeholder{width:100%;height:100%;border-radius:18px;background-color:#fff3;display:flex;align-items:center;justify-content:center;font-size:18px}.event-content{flex:1;min-width:0}.event-label{font-size:16px;font-weight:500;margin-bottom:4px;font-family:Rubik,sans-serif;line-height:1.3}.event-time{font-size:14px;font-weight:400;opacity:.9;font-family:Inter,sans-serif}@media (max-width: 768px){.events-section{padding:0 12px}.date-title{font-size:16px}.event-item{padding:10px 12px}.event-label{font-size:15px}.event-time{font-size:13px}}.events-grid-container{padding:0 8px}.events-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0;padding:8px 4px 12px}.event-card{flex:0 0 48%;max-width:48%;font-weight:800}.event-card p{font-weight:700}@media (max-width: 480px){.events-grid{gap:8px}.event-card{flex:0 0 calc(50% - 4px);max-width:calc(50% - 4px)}}@media (max-width: 360px){.events-grid{flex-direction:column;align-items:center}.event-card{flex:0 0 80%;max-width:280px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f2f4f7;overflow-x:hidden}.event-container{position:relative;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;background-color:#f2f4f7}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));transition:all .3s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-transparent{background:transparent}.header-solid{background:#000000b3}.header-content{display:flex;justify-content:center;align-items:center;max-width:600px;margin:0 auto}.header-title{display:flex;align-items:center;gap:8px;background:#0000004d;padding:4px 8px;border-radius:8px;color:#fff;font-size:16px;font-weight:600;max-width:calc(100vw - 100px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-avatar{width:24px;height:24px;border-radius:12px;object-fit:cover}.header-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{position:relative;height:100vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;padding-bottom:100px;scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none}.background-overlay{position:fixed;top:0;left:0;right:0;height:100vh;z-index:1;overflow:hidden}.background-image{width:100%;height:100%;object-fit:cover}.background-blur{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}.image-section{position:relative;z-index:10;margin:calc(env(safe-area-inset-top) + 80px) 0 0;border-radius:0;overflow:hidden;aspect-ratio:1.2;max-width:100%}.image-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%}.image-carousel::-webkit-scrollbar{display:none}.event-image{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start}.image-indicators{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:20}.indicator{width:8px;height:8px;border-radius:4px;background:#ffffff80;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff;width:24px}.indicator-more{color:#fff;font-size:12px;line-height:8px}.event-data-section{position:relative;z-index:10;margin:10px 20px 0;padding:16px;border-radius:16px;background:transparent}.event-data-content{color:#fff}.event-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.event-datetime,.event-location,.event-attendees{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#fff;font-size:18px;text-shadow:0 1px 4px rgba(0,0,0,.3)}.datetime-icon,.location-icon,.attendees-icon{font-size:18px}.event-visibility{position:absolute;top:16px;right:16px;background:#fff3;padding:8px;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.visibility-icon{font-size:20px}.white-content-section{background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;margin-top:0;min-height:60vh;position:relative;z-index:10;padding:16px 16px 100px;max-width:100vw;overflow-x:hidden;margin-bottom:0}.creator-section{margin-bottom:20px}.creator-info{display:flex;align-items:center;gap:12px}.creator-avatar{width:60px;height:60px;border-radius:30px;object-fit:cover}.creator-avatar-placeholder{width:60px;height:60px;border-radius:30px;background:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:24px}.creator-details{flex:1}.creator-name{font-size:18px;font-weight:600;color:#182230;margin-bottom:4px}.creator-tag{background:#f0f2f5;color:#666;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.event-description{margin-bottom:20px}.event-description p{color:#333;font-size:16px;line-height:1.5}.event-stats{display:flex;gap:24px;margin-bottom:20px;padding:16px 0;border-top:1px solid #f0f2f5}.stat-item{display:flex;align-items:center;gap:8px}.stat-icon{font-size:20px}.stat-value{font-size:16px;font-weight:600;color:#182230}.comments-section{margin-top:24px}.comments-title{font-size:18px;font-weight:600;color:#182230;margin-bottom:16px}.comment-item{padding:16px 0;border-bottom:1px solid #f0f2f5}.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.comment-avatar{width:40px;height:40px;border-radius:20px;object-fit:cover}.comment-avatar-placeholder{width:40px;height:40px;border-radius:20px;background:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:16px}.comment-info{flex:1}.comment-author{font-weight:600;color:#182230;font-size:14px;display:block}.comment-time{color:#98a2b3;font-size:12px}.comment-content p{color:#475467;font-size:14px;line-height:1.4;margin-bottom:8px}.comment-likes{display:flex;align-items:center;gap:4px}.like-icon{font-size:14px}.like-count{font-size:12px;color:#98a2b3}.replies-section{margin-left:52px;margin-top:12px;padding-left:16px;border-left:2px solid #f0f2f5}.reply-item{margin-bottom:12px}.reply-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.reply-avatar{width:32px;height:32px;border-radius:16px;object-fit:cover}.reply-avatar-placeholder{width:32px;height:32px;border-radius:16px;background:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:12px}.reply-author{font-weight:600;color:#182230;font-size:12px}.reply-time{color:#98a2b3;font-size:10px}.reply-content p{color:#475467;font-size:12px;line-height:1.4}.empty-comments{text-align:center;padding:40px 20px;color:#98a2b3}.empty-emoji{font-size:48px;margin-bottom:16px}.empty-text{font-size:16px}.bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0000001a}.bottom-bar-content{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;gap:16px;padding-top:12px}.action-buttons{display:flex;gap:16px}.action-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.action-btn:hover{background:#f0f2f5}.action-icon{font-size:24px}.action-text{font-size:16px;color:#182230;font-weight:500}.join-btn{background:#007aff;color:#fff;border:none;padding:12px 24px;border-radius:20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.join-btn:hover{background:#0056cc;transform:translateY(-1px)}.join-btn:active{transform:translateY(0)}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.error-icon{font-size:64px;margin-bottom:20px}.error-container h2{font-size:24px;color:#182230;margin-bottom:12px}.error-container p{color:#475467;font-size:16px;line-height:1.5}.skeleton-header{height:60px;background:#f0f2f5;margin-bottom:20px;border-radius:8px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-image{height:300px;background:#f0f2f5;margin:20px;border-radius:16px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-event-section{padding:20px}.skeleton-title{height:32px;background:#f0f2f5;border-radius:8px;margin-bottom:16px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-datetime,.skeleton-location{height:20px;background:#f0f2f5;border-radius:8px;margin-bottom:12px;width:70%;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-description{margin:20px 0}.skeleton-desc-line{height:16px;background:#f0f2f5;border-radius:8px;margin-bottom:8px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-desc-line.short{width:60%}.skeleton-creator{display:flex;align-items:center;gap:12px;margin:20px 0}.skeleton-creator-avatar{width:60px;height:60px;background:#f0f2f5;border-radius:30px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-creator-info{flex:1}.skeleton-creator-name{height:20px;background:#f0f2f5;border-radius:8px;margin-bottom:8px;width:120px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-creator-tag{height:16px;background:#f0f2f5;border-radius:8px;width:60px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-stats{display:flex;gap:24px;margin:20px 0}.skeleton-stat{height:20px;background:#f0f2f5;border-radius:8px;width:60px;animation:skeleton-loading 1.5s infinite ease-in-out}.skeleton-button{height:48px;background:#f0f2f5;border-radius:24px;margin-top:20px;animation:skeleton-loading 1.5s infinite ease-in-out}@keyframes skeleton-loading{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@media (max-width: 480px){.image-section{margin:calc(env(safe-area-inset-top) + 70px) 10px 0}.event-data-section{margin:10px 10px 0;padding:12px}.event-title{font-size:24px}.white-content-section{padding:12px}.bottom-bar{padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.bottom-bar-content{gap:12px}.join-btn{padding:10px 20px;font-size:14px}.header-transparent{background:transparent!important}.header-title{background:transparent}}@media (min-width: 768px){.event-container{max-width:600px;margin:0 auto;box-shadow:0 0 20px #0000001a}.header-content,.bottom-bar-content{max-width:600px;margin:0 auto}}@supports (padding: max(0px)){.header{padding-top:max(12px,env(safe-area-inset-top))}.bottom-bar{padding-bottom:max(16px,calc(16px + env(safe-area-inset-bottom)))}.image-section{margin-top:max(calc(env(safe-area-inset-top) + 80px),100px)}}.creator-section{margin-bottom:20px;padding:16px 0;border-bottom:none}.creator-info{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.creator-avatar{width:60px;height:60px;border-radius:30px;object-fit:cover;flex-shrink:0}.creator-avatar-placeholder{width:60px;height:60px;border-radius:30px;background:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.creator-details{flex:1;min-width:0}.creator-name{font-size:18px;font-weight:600;color:#182230;margin-bottom:6px;line-height:1.2}.creator-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:14px;color:#667085;line-height:1.3}.creator-tag{background:#f2f4f7;color:#667085;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.creator-time,.creator-location{color:#667085;font-size:14px;word-break:break-word}.creator-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.creator-tag-item{background:#f2f4f7;color:#667085;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #e4e7ec;transition:all .2s ease}.creator-tag-item:hover{background:#e4e7ec;cursor:pointer}.creator-tag-more{background:#f9fafb;color:#98a2b3;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #e4e7ec}@media (max-width: 480px){.creator-info{gap:10px}.creator-avatar,.creator-avatar-placeholder{width:50px;height:50px;border-radius:25px}.creator-avatar-placeholder{font-size:20px}.creator-name{font-size:16px;margin-bottom:4px}.creator-meta{font-size:13px}.creator-tag{font-size:11px;padding:1px 6px}.creator-tag-item,.creator-tag-more{font-size:11px;padding:3px 6px}.creator-tags{gap:6px;margin-top:6px}}@media (max-width: 320px){.creator-meta{flex-direction:column;align-items:flex-start;gap:2px}.creator-time,.creator-location{font-size:12px}}.stat-icon-svg,.like-icon-svg,.action-icon-svg{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(55%) sepia(8%) saturate(12%) hue-rotate(315deg) brightness(95%) contrast(88%)}.action-icon-svg{width:18px;height:18px}.comments-cta{text-align:center;margin-top:20px;padding-top:16px;border-top:1px solid #f0f2f5}.view-more-in-app{background:none;border:1px solid #007AFF;color:#007aff;padding:10px 20px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-more-in-app:hover{background:#007aff;color:#fff}.comment-in-app{background:#007aff;border:none;color:#fff;padding:12px 24px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;margin-top:16px;transition:all .2s ease}.comment-in-app:hover{background:#0056cc}.replies-count{color:#8e8e93;font-size:12px;font-weight:500}.comments-section{margin-top:24px;padding-top:20px;border-top:none}.comments-header{margin-bottom:16px}.comments-title{margin:0;font-size:18px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px}.comments-icon{font-size:16px}.comments-list{display:flex;flex-direction:column;gap:16px}.comment-item{background:transparent}.comment-main{display:flex;gap:12px;align-items:flex-start}.comment-avatar-container{flex-shrink:0}.comment-avatar{width:36px;height:36px;border-radius:18px;object-fit:cover}.comment-avatar-placeholder{width:36px;height:36px;border-radius:18px;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:18px}.comment-content-container{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.comment-author{font-weight:600;color:#1a1a1a;font-size:14px}.comment-time{color:#8e8e93;font-size:12px}.comment-content{display:flex;justify-content:space-between;align-items:flex-start}.comment-text{flex:1;margin-right:12px}.comment-actions{display:flex;align-items:center;gap:16px}.comment-likes{margin-right:4px;display:flex;align-items:center;gap:4px;flex-shrink:0}.like-count{color:#8e8e93;font-size:12px;font-weight:500}.replies-section{margin-top:12px;margin-left:48px;display:flex;flex-direction:column;gap:12px}.reply-item{display:flex;gap:8px;align-items:flex-start}.reply-avatar-container{flex-shrink:0}.reply-avatar{width:28px;height:28px;border-radius:14px;object-fit:cover}.reply-avatar-placeholder{width:28px;height:28px;border-radius:14px;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center;font-size:14px}.reply-content-container{flex:1;min-width:0}.reply-header{display:flex;align-items:center;gap:6px;margin-bottom:2px}.reply-author{font-weight:600;color:#1a1a1a;font-size:13px}.reply-time{color:#8e8e93;font-size:11px}.reply-content{display:flex;justify-content:space-between;align-items:flex-start}.reply-text{flex:1;margin-right:12px}.reply-likes{display:flex;align-items:center;gap:4px;flex-shrink:0}.reply-likes .like-count{font-size:11px}.empty-comments{text-align:center;padding:40px 20px;margin-top:24px;border-top:1px solid #f0f2f5}.empty-icon{font-size:32px;margin-bottom:12px}.empty-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#999}.empty-text{margin:0;color:#bbb;font-size:14px;line-height:1.4}.fixed-open-app-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #0003;transition:all .3s ease;white-space:nowrap;min-width:160px;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto}.fixed-open-app-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.fixed-open-app-btn:active{transform:translateY(0);box-shadow:0 2px 10px #0003}@media (max-width: 768px){.replies-section{margin-left:36px}.comment-avatar,.comment-avatar-placeholder{width:32px;height:32px;border-radius:16px}.comment-avatar-placeholder{font-size:16px}.reply-avatar,.reply-avatar-placeholder{width:24px;height:24px;border-radius:12px}.reply-avatar-placeholder{font-size:12px}.fixed-open-app-btn{padding:10px 20px;font-size:14px;min-width:140px}}
