@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800&display=swap";*{font-family:lato,sans-serif;margin:0;padding:0;box-sizing:border-box;text-decoration:none;transition:all .2s linear}.home-figma{background:#fff;color:#000;min-height:100vh;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;width:100%;max-width:100vw}.movies-page-figma{background:#fff;color:#000;min-height:100vh;width:100%}.movies-hero{position:relative;height:60vh;background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.movies-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000a6,#000000b3 40%,#000c)}.movies-hero-content{position:relative;z-index:1;text-align:center;color:#fff;width:100%;max-width:1200px;margin:10% auto 0;padding:32px 16px}.movies-hero-title{font-size:48px;font-weight:700;margin-bottom:8px}.movies-hero-subtitle{font-size:24px;font-weight:400;opacity:.9;margin-bottom:24px}.movies-hero-search{display:flex;align-items:center;width:100%;max-width:1200px;margin:0 auto;background:#fff;border-radius:999px;padding:4px}.movies-hero-search-input{flex:1;border:none;outline:none;padding:24px 20px;border-radius:999px;font-size:14px;color:#111827}.movies-hero-search-input::placeholder{color:#9ca3af}.movies-hero-search-button{height:44px;margin-right:10px}.hero-banner-figma{height:80vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;gap:600px;padding:0 120px;border-radius:0;width:100%}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000a6,#000000b3 40%,#000c);pointer-events:none}.hero-content-figma{position:relative;z-index:2;max-width:550px}.hero-year{display:inline-block;font-size:16px;font-weight:500;color:#fff;margin-bottom:12px;opacity:.9}.hero-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}.hero-genre{font-size:16px;font-weight:500;color:#fff;margin:0 0 16px;opacity:.85}.hero-description{font-size:16px;font-weight:400;color:#fff;line-height:1.6;margin:0 0 28px;opacity:.9}.hero-rating{margin-bottom:32px}.stars-container{display:flex;gap:4px;align-items:center}.hero-buttons{display:flex;gap:12px;align-items:center}.btn-watch-figma{background-color:#2196f3;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.btn-watch-figma:hover{background-color:#1976d2}.btn-meetup-figma{background-color:#ffffff26;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-meetup-figma:hover{background-color:#ffffff40}.hero-poster{position:relative;z-index:2;width:280px;height:auto;flex-shrink:0;margin-left:40px}.hero-poster img{width:125%;height:auto;border-radius:12px;box-shadow:0 20px 60px #00000080;transition:transform .3s ease}.hero-poster:hover img{transform:translateY(-8px)}.movie-section-figma{padding:60px 120px;position:relative;background:#fff;width:100%}.movies-page-figma .movie-section-figma{padding-top:48px}.movies-page-figma .section-header-figma{margin-bottom:32px;gap:24px}.section-header-figma{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.section-header-figma h2{font-size:32px;font-weight:700;color:#000;margin:0}.see-more-figma{font-size:24px;font-weight:500;color:#2196f3;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all .3s ease}.see-more-figma:hover{color:#1976d2}.movie-grid-figma{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 24px;max-width:100%}.coming-soon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movies-page-figma .search-form{display:flex;align-items:center;gap:12px;margin:0 0 32px;max-width:480px}.movies-page-figma .search-input{flex:1;height:44px;padding:0 18px;border-radius:999px;border:1px solid #d4d7e3;background:#f7fbff;font-size:14px}.movies-page-figma .search-input::placeholder{color:#8897ad}.movies-page-figma .btn.btn-primary{height:44px;padding:0 22px;border-radius:999px;font-size:14px;background:#1a73e8}.movies-page-figma .movie-grid-figma{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.movies-page-figma .movie-card-figma{display:flex;flex-direction:column;height:100%}.movies-page-figma .movie-poster-figma{flex-shrink:0;width:100%;height:500px;overflow:hidden}.movies-page-figma .movie-info-figma{flex:1;display:flex;flex-direction:column;justify-content:space-between}.movie-card-figma{width:100%;cursor:pointer;transition:transform .3s ease}.movie-card-figma:hover{transform:translateY(-4px)}.movie-poster-figma{width:100%;aspect-ratio:2/3;border-radius:8px;overflow:hidden;margin-bottom:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.movie-card-figma:hover .movie-poster-figma{box-shadow:0 8px 24px #00000026}.movie-poster-figma img{width:100%;height:100%;object-fit:cover;display:block}.movie-info-figma h4{font-size:24px;font-weight:700;color:#000;margin:0 0 8px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.movie-meta-figma{display:flex;align-items:center;gap:10px;margin-bottom:10px}.rating-figma{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:orange}.genre-figma{font-size:13px;font-weight:400;color:#666}.showtimes-figma{display:flex;flex-wrap:wrap;gap:8px 12px}.showtimes-figma .time{font-size:12px;font-weight:400;color:#999;transition:all .2s ease}.showtimes-figma .time.active{color:#2196f3;font-weight:600}.showtimes-figma .time:hover{color:#333}.hero-banner-secondary{height:70vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;gap:30%;padding:0 120px;width:100%}.hero-title-secondary{font-size:40px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}.trailer-carousel-wrapper{position:relative;display:flex;align-items:center;gap:16px}.trailer-grid-figma{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;flex:1}.trailer-card-figma{cursor:pointer;transition:transform .3s ease}.trailer-card-figma:hover{transform:translateY(-4px)}.trailer-link{display:block;text-decoration:none;color:inherit}.trailer-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;margin-bottom:16px;background:#000}.trailer-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;opacity:1;transition:background .3s ease}.trailer-card-figma:hover .play-overlay{background:#00000073}.trailer-arrow{background:#fff;border-radius:999px;border:1px solid #d0d0d0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;color:#2b2b2b;box-shadow:0 2px 8px #0000001f}.trailer-arrow:hover{background:#f5f5f5}.trailer-arrow-left{margin-right:4px}.trailer-arrow-right{margin-left:4px}.trailer-card-figma h4{font-size:18px;font-weight:600;color:#000;margin:0}.trending-scroll{display:flex;gap:30px;overflow-x:auto;padding-bottom:20px;scroll-behavior:smooth}.trending-scroll::-webkit-scrollbar{height:8px}.trending-scroll::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.trending-card-figma{flex:0 0 460px;cursor:pointer;transition:transform .3s ease;text-decoration:none;color:inherit}.trending-card-figma:hover{transform:scale(1.05)}.trending-card-figma img{width:100%;height:250px;object-fit:cover;border-radius:8px;margin-bottom:8px}.trending-title{font-size:14px;font-weight:600;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.trending-info{display:flex;align-items:center;gap:8px}.trending-rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:orange}.trending-genre{font-size:14px;color:#666}@media (max-width: 1400px){.hero-banner-figma,.movie-section-figma{padding-left:60px;padding-right:60px}.movie-grid-figma{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:40px 20px}.coming-soon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1024px){.hero-banner-figma{height:550px;padding:0 40px}.hero-poster{width:200px;margin-left:30px}.hero-title{font-size:36px}.movie-section-figma{padding:36px 40px}.section-header-figma h2{font-size:28px}.movie-grid-figma{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px 20px}.movie-card-figma,.movie-poster-figma{width:100%}.movie-poster-figma{height:300px}}@media (max-width: 768px){.hero-banner-figma,.hero-banner-secondary{height:90vh;min-height:520px;padding:0 24px;flex-direction:column;justify-content:center}.hero-poster{display:none}.hero-title{font-size:28px}.hero-description{font-size:14px}.hero-buttons{flex-direction:column}.btn-watch-figma,.btn-meetup-figma{width:100%;justify-content:center}.movie-section-figma{padding:24px}.section-header-figma{margin-bottom:24px}.movies-page-figma .movies-hero{height:90vh;min-height:520px}.movies-page-figma .movies-hero-overlay{display:flex;align-items:center;justify-content:center}.movies-page-figma .movies-hero-content{margin-top:0;padding:24px 16px;max-width:90%;margin-left:auto;margin-right:auto;text-align:center}.movies-page-figma .movie-grid-figma{display:grid;grid-template-columns:1fr;gap:24px 16px}.movies-page-figma .movie-card-figma{width:100%;max-width:340px;margin-left:auto;margin-right:auto}.movies-page-figma .movie-poster-figma{width:100%;max-width:100%;margin-left:auto;margin-right:auto}.movies-page-figma .section-header-figma{flex-direction:column;align-items:flex-start;gap:.75rem}.movies-page-figma .filter-tabs{width:100%;overflow-x:visible;flex-wrap:wrap;justify-content:flex-start}.movies-page-figma .movies-hero-title{font-size:32px;line-height:1.2;margin-bottom:12px}.movies-page-figma .movies-hero-subtitle{font-size:16px;margin-bottom:16px}.movies-page-figma .movies-hero-search{flex-direction:column;align-items:stretch;max-width:100%;border-radius:16px;padding:6px}.movies-page-figma .movies-hero-search-input{padding:12px 16px;border-radius:12px;font-size:14px}.movies-page-figma .movies-hero-search-button{width:100%;margin:8px 0 0;height:44px;font-size:14px}.section-header-figma h2{font-size:24px}.see-more-figma{font-size:16px}.movie-grid-figma{grid-template-columns:repeat(2,1fr);gap:24px 16px}.movie-poster-figma{height:250px}.home-figma .movie-section-figma{padding-inline:16px}.home-figma .section-header-figma{padding-inline:4px}.home-figma .movie-grid-figma{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:16px;padding-bottom:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.home-figma .movie-grid-figma::-webkit-scrollbar{height:6px}.home-figma .movie-grid-figma::-webkit-scrollbar-thumb{background:#ddd;border-radius:999px}.home-figma .movie-card-figma{flex:0 0 75%;max-width:75%;scroll-snap-align:start}.home-figma .trailer-carousel-wrapper{align-items:stretch}.home-figma .trailer-arrow{display:none}.home-figma .trailer-grid-figma{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:16px;padding-bottom:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.home-figma .trailer-card-figma{flex:0 0 85%;max-width:85%;scroll-snap-align:start}.home-figma .trending-card-figma{flex:0 0 80%}}@media (max-width: 480px){.hero-banner-figma{height:100vh;min-height:580px}.hero-title{font-size:24px}.movie-info-figma h4{font-size:16px}.movies-page-figma .movies-hero-title{font-size:26px}.movies-page-figma .movies-hero-subtitle{font-size:14px}.movie-grid-figma{grid-template-columns:repeat(2,1fr);gap:20px 12px}.movies-page-figma .movie-grid-figma{grid-template-columns:1fr}.movie-poster-figma{height:220px}.home-figma .movie-card-figma{flex:0 0 80%;max-width:80%}.home-figma .trending-card-figma{flex:0 0 85%}}.rsvp-modal-content{background:#fff;border-radius:16px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.rsvp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.rsvp-modal-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.rsvp-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.rsvp-modal-close:hover{color:#111827}.rsvp-modal-body{padding:2rem}.rsvp-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.rsvp-info-card{background:#f3f4f6;border-radius:12px;padding:1.25rem;border:1px solid #e5e7eb}.rsvp-info-icon{font-size:1.5rem;margin-bottom:.5rem}.rsvp-info-label{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.05em;margin-bottom:.5rem}.rsvp-info-value{font-size:1rem;font-weight:600;color:#111827}.rsvp-info-value-blue{font-size:1rem;font-weight:600;color:#2563eb}.rsvp-organizer-card{display:flex;align-items:center;gap:1rem;background:#f3f4f6;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.rsvp-organizer-avatar{width:48px;height:48px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;flex-shrink:0}.rsvp-organizer-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.rsvp-organizer-name{font-size:1rem;font-weight:600;color:#111827}.rsvp-description-card{background:#fef3c7;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border-left:4px solid #f59e0b}.rsvp-description-header{font-size:1rem;font-weight:600;color:#f59e0b;margin-bottom:.75rem}.rsvp-description-text{font-size:.875rem;color:#78350f;line-height:1.5}.rsvp-form-section{background:#f9fafb;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.rsvp-form-header{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.rsvp-form-group{margin-bottom:1.25rem}.rsvp-form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.rsvp-form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .2s,box-shadow .2s}.rsvp-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rsvp-form-input::placeholder{color:#9ca3af}.rsvp-attendance-buttons{display:flex;gap:.75rem}.rsvp-attendance-btn{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.rsvp-attendance-btn:hover{border-color:#3b82f6;background:#eff6ff;color:#2563eb}.rsvp-attendance-btn:active,.rsvp-attendance-btn.active{border-color:#2563eb;background:#2563eb;color:#fff}.rsvp-form-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.rsvp-cancel-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.rsvp-cancel-btn:hover{background:#f3f4f6}.rsvp-submit-btn{padding:.75rem 2rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.rsvp-submit-btn:hover{background:#1d4ed8}.rsvp-submit-btn:active{transform:translateY(1px)}@media (max-width: 768px){.rsvp-modal-content{width:95%;max-height:95vh}.rsvp-modal-header{padding:1rem 1.25rem}.rsvp-modal-title{font-size:1.25rem}.rsvp-modal-body{padding:1.25rem}.rsvp-info-grid{grid-template-columns:1fr;gap:.75rem}.rsvp-info-card,.rsvp-organizer-card,.rsvp-description-card{padding:1rem}.rsvp-form-section{padding:1.25rem}.rsvp-attendance-buttons,.rsvp-form-footer{flex-direction:column}.rsvp-cancel-btn,.rsvp-submit-btn{width:100%}}.dashboard-linkedin{display:grid;grid-template-columns:280px 1fr 300px;gap:1.5rem;max-width:85%;margin:0 auto;padding:8rem 1.5rem 2rem;background:#fff;min-height:100vh}.dashboard-left{display:flex;flex-direction:column;gap:.5rem}.profile-card{background:#fff;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;text-align:center}.profile-banner{height:60px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-avatar{width:72px;height:72px;border-radius:50%;background:#4f5d75;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;margin:-36px auto .5rem;border:3px solid white}.profile-name{font-size:1.125rem;font-weight:600;color:#000;margin:0 0 .25rem}.profile-bio{font-size:.875rem;color:#666;margin:0 0 .25rem}.profile-location{font-size:.8125rem;color:#666;margin:0 0 1rem}.profile-stats{border-top:1px solid #e0e0e0;padding:.75rem 1rem;text-align:left}.profile-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.profile-stat-row .stat-label{font-size:.8125rem;color:#666}.profile-stat-row .stat-value{font-size:.875rem;font-weight:600;color:#000}.profile-stat-row .stat-value-blue{color:#0a66c2}.btn-profile{width:calc(100% - 2rem);margin:1rem;padding:.5rem;background:transparent;border:1px solid #0a66c2;border-radius:20px;color:#0a66c2;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-profile:hover{background:#e7f3ff}.quick-links-card{background:#fff;border-radius:8px;border:1px solid #e0e0e0;padding:.75rem 0}.quick-links-title{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 .5rem 1rem}.quick-links-list{list-style:none;margin:0;padding:0}.quick-links-list li{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;color:#666;cursor:pointer;transition:background .2s}.quick-links-list li:hover{background:#f3f2ef}.quick-links-list li svg{flex-shrink:0}.dashboard-center{display:flex;flex-direction:column;gap:1rem}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-box{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;display:flex;gap:1rem}.stat-box .stat-icon{width:20px;height:20px;color:#666;flex-shrink:0}.stat-box-content{flex:1}.stat-box-value{font-size:2rem;font-weight:600;color:#000;margin-bottom:.25rem;line-height:1}.stat-box-label{font-size:.8125rem;color:#000;margin-bottom:.25rem}.stat-box-change{font-size:.75rem;color:#057642;font-weight:500}.dashboard-linkedin .meetups-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;padding:0!important;margin:0}.meetups-tabs{display:flex;border-bottom:1px solid #e0e0e0}.meetup-tab{flex:1;padding:1rem;background:transparent;border:none;border-bottom:2px solid transparent;font-size:.9375rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.meetup-tab:hover{color:#000}.meetup-tab.active{color:#0a66c2;border-bottom-color:#0a66c2}.meetups-list{display:flex;flex-direction:column}.meetup-item{display:flex;gap:1rem;padding:1.25rem;border-bottom:1px solid #e0e0e0;transition:background .2s}.meetup-item:last-child{border-bottom:none}.meetup-item:hover{background:#f9f9f9}.meetup-icon{width:48px;height:48px;background:#f3f2ef;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.meetup-content{flex:1;min-width:0}.meetup-header-row{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.5rem}.meetup-title{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 .25rem}.meetup-movie{font-size:.8125rem;color:#666;margin:0}.meetup-badge{background:#e7f3ff;color:#0a66c2;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.meetup-details{display:flex;gap:1.5rem;margin-bottom:.75rem;flex-wrap:wrap}.meetup-details span{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#666}.meetup-details svg{flex-shrink:0}.meetup-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.meetup-host{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#666}.host-avatar{width:24px;height:24px;border-radius:50%;background:#0a66c2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.meetup-host strong{color:#000;font-weight:600}.meetup-attendance{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#666}.meetup-menu{background:transparent;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.25rem .5rem;margin-top:-.25rem}.meetup-menu:hover{background:#f3f2ef;border-radius:4px}.meetup-item-hosting{display:flex;gap:1.25rem;padding:1.5rem;border-bottom:1px solid #e0e0e0;transition:background .2s}.meetup-item-hosting:last-child{border-bottom:none}.meetup-item-hosting:hover{background:#f9f9f9}.meetup-poster{width:120px;height:180px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f3f2ef}.meetup-poster img{width:100%;height:100%;object-fit:cover}.meetup-content-hosting{flex:1;display:flex;flex-direction:column;gap:.75rem}.hosting-badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge-hosting{background:#2563eb;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.badge-genre{background:#e0e0e0;color:#666;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500}.meetup-title-hosting{font-size:1.125rem;font-weight:600;color:#000;margin:0;line-height:1.3}.meetup-movie-hosting{font-size:.9375rem;color:#666;margin:0}.meetup-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.25rem}.meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#666}.meta-confirmed{font-weight:500}.btn-manage-meetup{align-self:flex-end;padding:.625rem 1.25rem;background:transparent;border:1px solid #2563eb;border-radius:8px;color:#2563eb;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.btn-manage-meetup:hover{background:#eff6ff}.dashboard-right{display:flex;flex-direction:column;gap:1rem}.suggestions-card,.trending-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.suggestions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.suggestions-header h3{font-size:.9375rem;font-weight:600;color:#000;margin:0}.link-view-all{background:transparent;border:none;color:#0a66c2;font-size:.8125rem;font-weight:600;cursor:pointer}.link-view-all:hover{text-decoration:underline}.suggestions-list{display:flex;flex-direction:column;gap:.75rem}.suggestion-item{display:flex;align-items:center;gap:.75rem}.suggestion-avatar{width:48px;height:48px;border-radius:50%;background:#bbb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;flex-shrink:0}.suggestion-info{flex:1;min-width:0}.suggestion-info h4{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .125rem}.suggestion-info p{font-size:.75rem;color:#666;margin:0}.btn-connect{padding:.375rem 1rem;background:transparent;border:1px solid #666666;border-radius:20px;font-size:.875rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-connect:hover{background:#f3f2ef;border-color:#000;color:#000}.trending-card h3{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 .75rem}.trending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.trending-list li{font-size:.8125rem;color:#666;padding:.25rem 0}.loading-state{padding:2rem;text-align:center;color:#666}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state-icon{width:80px;height:80px;border-radius:50%;background:#e8f4fd;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#5a6c7d}.empty-state-title{font-size:1.125rem;font-weight:600;color:#000;margin:0 0 .5rem}.empty-state-text{font-size:.875rem;color:#666;margin:0 0 1.5rem}.btn-browse-meetups{padding:.625rem 1.5rem;background:#2563eb;border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-browse-meetups:hover{background:#1d4ed8}@media (max-width: 1200px){.dashboard-linkedin{grid-template-columns:260px 1fr 280px;gap:1rem}}@media (max-width: 992px){.dashboard-linkedin{grid-template-columns:1fr}.dashboard-left,.dashboard-right{display:none}}@media (max-width: 768px){.stats-row{grid-template-columns:1fr}.meetup-footer{flex-direction:column;align-items:flex-start}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s;border-radius:8px}.modal-close:hover{background:#f3f4f6;color:#1a1a1a}.modal-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.profile-photo-section{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.profile-photo-avatar{position:relative;width:80px;height:80px;border-radius:50%;background:#4f5d75;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;border:3px solid #f3f4f6}.profile-photo-camera{position:absolute;bottom:0;right:0;width:28px;height:28px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid white;color:#fff;font-size:.875rem}.profile-photo-info{flex:1}.profile-photo-info h4{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.profile-photo-info p{font-size:.8125rem;color:#6b7280;margin:0 0 .75rem}.btn-change-photo{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#2563eb;background:#fff;border:1px solid #2563eb;border-radius:8px;cursor:pointer;transition:all .2s}.btn-change-photo:hover{background:#eff6ff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label-modal{font-size:.875rem;font-weight:500;color:#374151}.form-input-modal,.form-textarea-modal{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;color:#1a1a1a;background:#fff;transition:all .2s;font-family:inherit}.form-input-modal:focus,.form-textarea-modal:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input-modal.input-error,.form-textarea-modal.input-error{border-color:#ef4444}.form-input-modal::placeholder,.form-textarea-modal::placeholder{color:#9ca3af}.form-textarea-modal{min-height:100px;resize:vertical}.error-message{font-size:.8125rem;color:#ef4444;margin-top:.25rem}.form-hint{font-size:.8125rem;color:#6b7280;margin-top:.25rem}.modal-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.modal-footer-left{flex:1}.modal-footer-right{display:flex;gap:.75rem}.btn-modal-cancel{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s}.btn-modal-cancel:hover{background:#f9fafb}.btn-modal-submit{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-modal-submit:hover{background:#1d4ed8}.btn-modal-delete{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:#fff;background:#ef4444;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-modal-delete:hover{background:#dc2626}@media (max-width: 768px){.modal-content{width:95%;max-height:95vh}.modal-header,.modal-form{padding:1.25rem 1.5rem}.form-row{grid-template-columns:1fr}.profile-photo-section{flex-direction:column;text-align:center}}.create-meetup-page{min-height:100vh;background:#f5f5f7;padding:3rem 1.5rem}.create-meetup-layout{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.create-meetup-left{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 12px 30px #0f172a1f;border:1px solid #e5e7eb;flex:.9;width:100%}.create-meetup-kicker{display:inline-block;font-size:.75rem;font-weight:600;color:#4f7cff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;background:#eff6ff;padding:.375rem .75rem;border-radius:4px}.create-meetup-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.3;letter-spacing:-.01em}.create-meetup-subtitle{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0 0 1.5rem}.create-meetup-highlights{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.create-meetup-highlight h3{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.create-meetup-highlight p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.create-meetup-meta-row{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e5e7eb}.create-meetup-meta-pill{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280;font-weight:400}.create-meetup-card{background:#fff;border-radius:20px;padding:1.75rem 1.9rem 2rem;box-shadow:0 12px 30px #0f172a1f;border:1px solid #e5e7eb;width:100%}.create-meetup-card-title{font-size:1.375rem;font-weight:700;color:#1a1a1a;margin:0 0 1.75rem}.create-meetup-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9375rem}.create-meetup-form{display:flex;flex-direction:column;gap:1.75rem}.create-meetup-section{display:flex;flex-direction:column;gap:1.25rem}.create-meetup-section-inline{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.create-meetup-field-half{display:flex;flex-direction:column;gap:1.25rem}.create-meetup-section-title{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.create-meetup-form .form-group{display:flex;flex-direction:column;gap:.5rem}.create-meetup-form label{font-size:.875rem;font-weight:500;color:#1a1a1a}.create-meetup-form .form-group input,.create-meetup-form .form-group select,.create-meetup-form .form-group textarea{width:100%;padding:.75rem 1rem!important;border:1px solid #e5e5e7!important;border-radius:6px!important;font-size:.95rem!important;color:#1d1d1f;background-color:#fff;transition:border-color .2s ease}} .create-meetup-form .form-group input:focus,.create-meetup-form .form-group select:focus,.create-meetup-form .form-group textarea:focus{outline:none;border-color:#4f7cff!important;box-shadow:0 0 0 3px #4f7cff1a!important}.create-meetup-form input::placeholder,.create-meetup-form textarea::placeholder{color:#9ca3af}.create-meetup-form .form-group textarea{min-height:100px!important;resize:vertical;font-family:inherit}.create-meetup-movie-search{display:flex;gap:.75rem}.create-meetup-movie-search input{flex:1}.create-meetup-search-button{padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;white-space:nowrap;background:#374151;color:#fff;border:none;border-radius:999px;cursor:pointer;transition:all .2s ease;height:48px;display:inline-flex;align-items:center;justify-content:center}.create-meetup-search-button:hover{background:#1f2937}.create-meetup-movie-select{margin-top:.75rem}.create-meetup-hint{font-size:.8125rem;color:#9ca3af;margin:.5rem 0 0}.create-meetup-submit{width:100%;height:52px;padding:0 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:#228ee5;border:none;border-radius:999px;cursor:pointer;transition:all .2s ease;margin-top:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #2563eb59}.create-meetup-submit:hover{background:#1d4ed8}@media (max-width: 1024px){.create-meetup-layout{max-width:100%}.create-meetup-left,.create-meetup-right{padding:1.5rem 2rem}.create-meetup-title{font-size:1.75rem}}@media (max-width: 768px){.create-meetup-page{padding:1.5rem 1rem}.create-meetup-left,.create-meetup-right{padding:1.25rem 1.5rem}.create-meetup-title{font-size:1.5rem}.create-meetup-subtitle{font-size:.875rem}.create-meetup-section-inline{grid-template-columns:1fr;gap:1.5rem}.create-meetup-movie-search{flex-direction:column}.create-meetup-search-button{width:100%}}@media (max-width: 480px){.create-meetup-page{padding:1rem .75rem}.create-meetup-left,.create-meetup-right{padding:1rem 1.25rem}.create-meetup-title{font-size:1.375rem}.create-meetup-meta-row{flex-direction:column;align-items:flex-start;gap:.75rem}}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #4f7cff;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000}.App{min-height:100vh;display:flex;flex-direction:column}.container{flex:1}.navbar{position:sticky;top:0;z-index:1000;padding:1.25rem 2rem .75rem;background:transparent;display:flex;justify-content:center;margin-bottom:-110px}.nav-container{max-width:90%;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:999px;padding:1.4rem 2rem;box-shadow:0 10px 30px #0000001f}.nav-logo{font-size:1.4rem;font-weight:700;color:#111827;text-decoration:none}.nav-logo span{color:#228ee5}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:#000;text-decoration:none;transition:color .3s}.nav-menu a:hover,.nav-user{color:#228ee5}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem;margin-left:1rem}.nav-toggle-bar{display:block;width:20px;height:2px;background:#111827;border-radius:999px;margin:3px 0;transition:transform .2s ease,opacity .2s ease}.nav-toggle.open .nav-toggle-bar:nth-child(1){transform:translateY(5px) rotate(45deg)}.nav-toggle.open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.open .nav-toggle-bar:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.btn-logout{background:none;border:1px solid #228EE5;color:#228ee5;padding:.5rem 1rem;cursor:pointer;border-radius:4px;transition:all .3s}.btn-logout:hover{background-color:#228ee5;color:#fff}.btn{padding:.9rem 2.6rem;border:none;border-radius:999px;cursor:pointer;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.btn-primary,.footer-hero-cta{background-color:#228ee5;color:#fff;box-shadow:0 12px 30px #2563eb59}.btn-primary:hover,.footer-hero-cta:hover{background-color:#1d4ed8}.btn-secondary{background-color:#393e46;color:#fff}.btn-secondary:hover{background-color:#2a2e35}.btn-danger{background-color:#ff4757;color:#fff}.btn-danger:hover{background-color:#d63447}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;border-radius:8px;margin-bottom:2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.feature-card h3{color:#00adb5;margin-bottom:1rem}.auth-container{display:flex;justify-content:center;align-items:center;min-height:70vh}.auth-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.auth-form h2{text-align:center;margin-bottom:1.5rem;color:#1a1a2e}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{min-height:100px;resize:vertical}.error-message{background-color:#ffe0e0;color:#d8000c;padding:.75rem;border-radius:4px;margin-bottom:1rem}.auth-link{text-align:center;margin-top:1rem}.auth-link a{color:#00adb5;text-decoration:none}.movie-grid,.meetup-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem}.movie-card,.meetup-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.movie-card:hover,.meetup-card:hover{transform:translateY(-5px)}.movie-poster{width:100%;height:375px;object-fit:cover}.movie-info,.meetup-card{padding:1rem}.movie-info h3,.meetup-card h3{margin-bottom:.5rem;color:#1a1a2e}.meetups-page{background:#fff;color:#000;min-height:100vh}.meetups-hero{position:relative;min-height:60vh;background-size:cover;background-position:center center;background-repeat:no-repeat;background-image:linear-gradient(180deg,#000000a6,#000000b3 40%,#000c),url(https://image.tmdb.org/t/p/original/8QDQExnfNFOtabLDKqfDQuHDsIg.jpg);display:flex;align-items:center;justify-content:center}.meetups-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.meetups-hero-content{position:relative;z-index:1;text-align:center;color:#fff;width:100%;max-width:720px;margin:0 auto;padding:32px 16px}.meetups-hero-title{font-size:48px;font-weight:700;margin-bottom:8px}.meetups-hero-title span{color:#228ee5}.meetups-hero-subtitle{font-size:24px;font-weight:400;opacity:.9;margin-bottom:24px}.meetups-hero-filters{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:999px;padding:4px 6px;box-shadow:0 12px 32px #0f172a59}.meetups-pill{border:none;background:transparent;color:#111827;padding:.45rem 1.9rem;border-radius:999px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.meetups-pill.active{background:#228ee5;color:#fff}.meetups-page .meetups-section{width:100%;margin:0;padding:60px 120px 80px;background:#fff;color:#111827;box-sizing:border-box}.meetups-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.meetups-section-header h2{font-size:32px;font-weight:700;margin:0;color:#000}.meetups-section-create{text-decoration:none}.meetups-section .meetup-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem;align-items:flex-start}.meetup-card{background:#fff;border-radius:18px;box-shadow:0 10px 26px #0f172a1f;border:2px solid #228ee5;overflow:hidden}.meetup-card-poster{width:100%;height:190px;overflow:hidden}.meetup-card-poster img{width:100%;height:100%;object-fit:cover;display:block}.meetup-card-body{padding:.9rem 1.1rem 1.2rem}.meetup-card-date{font-size:.8rem;color:#6b7280;margin-bottom:.45rem}.meetup-card-title{font-size:1.05rem;font-weight:700;margin:0 0 .45rem}.meetup-card-organizer{font-size:.82rem;color:#6b7280;margin-bottom:.6rem}.meetup-card-attendees-row{display:flex;align-items:center;gap:.5rem}.meetup-card-avatars{display:inline-flex;align-items:center}.meetup-avatar{width:18px;height:18px;border-radius:999px;border:2px solid #ffffff;background:#e5e7eb;display:inline-block;margin-right:-6px}.meetup-avatar.avatar-1{background:#f97316}.meetup-avatar.avatar-2{background:#1d4ed8}.meetup-avatar.avatar-3{background:#16a34a}.meetup-card-attendees-text{font-size:.82rem;color:#374151}.meetups-see-more-wrapper{margin-top:3rem;text-align:center}@media (max-width: 1024px){.meetups-page .meetups-section{padding:40px 32px 56px}.meetups-section .meetup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.meetups-hero{min-height:70vh}.meetups-hero-title{font-size:32px}.meetups-hero-subtitle{font-size:18px}.meetups-page .meetups-section{padding:32px 16px 48px}.meetups-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.meetups-section .meetup-grid{grid-template-columns:1fr}}.search-form{display:flex;gap:1rem;margin:2rem 0}.search-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.dashboard h1{margin-bottom:2rem;color:#1a1a2e}.dashboard-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.quick-links{display:flex;gap:1rem}.quick-link-card{flex:1;background:#f0f0f0;padding:2rem;border-radius:8px;text-align:center;text-decoration:none;color:#1a1a2e;transition:all .3s}.quick-link-card:hover{background:#00adb5;color:#fff}.create-meetup-page{background:#fff;color:#0c1421;min-height:100vh;padding:140px 0 80px}.create-meetup-layout{max-width:1320px;margin:0 auto;padding:0 2.5rem;display:flex;gap:3rem;align-items:flex-start}.create-meetup-left{flex:.9}.create-meetup-kicker{display:inline-block;font-size:.9rem;font-weight:500;color:#1a73e8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em}.create-meetup-title{font-size:2.4rem;font-weight:700;margin:0 0 .75rem}.create-meetup-subtitle{font-size:1rem;color:#4b5563;line-height:1.7;margin:0 0 1.75rem;max-width:520px}.create-meetup-highlights{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.create-meetup-highlight h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.create-meetup-highlight p{font-size:.95rem;color:#6b7280;line-height:1.6}.create-meetup-meta-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.create-meetup-meta-pill{padding:.4rem .9rem;border-radius:999px;background:#e0edff;color:#1e40af;font-size:.8rem;font-weight:500}.create-meetup-right{flex:1.15;max-width:720px}.create-meetup-error{margin-bottom:1rem}.create-meetup-card{background:#fff;border-radius:20px;padding:1.75rem 1.9rem 2rem;box-shadow:0 12px 30px #0f172a1f;border:1px solid #e5e7eb}.create-meetup-card-title{font-size:1.3rem;font-weight:600;margin:0 0 1rem}.create-meetup-form{display:flex;flex-direction:column;gap:1.25rem}.create-meetup-section{padding-top:.5rem;border-top:1px solid #edf0f4}.create-meetup-section:first-of-type{border-top:none}.create-meetup-section-title{font-size:.9rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem}.create-meetup-movie-search{display:flex;gap:.5rem;align-items:center}.create-meetup-movie-search input{flex:1;padding:.65rem .85rem;border-radius:10px;border:1px solid #d4d7e3;background:#f7fbff;font-size:.95rem}.create-meetup-movie-search input::placeholder{color:#8897ad}.create-meetup-search-button{white-space:nowrap;padding-inline:1.25rem}.create-meetup-movie-select{width:100%;margin-top:.6rem;padding:.65rem .75rem;border-radius:10px;border:1px solid #d4d7e3;background:#fff;font-size:.95rem}.create-meetup-hint{font-size:.8rem;color:#9ca3af;margin-top:.4rem}.create-meetup-section-inline{display:flex;gap:1rem}.create-meetup-field-half{flex:1}.create-meetup-submit{width:100%;margin-top:.75rem;border-radius:999px}.meetup-detail{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.movie-detail-page{background-color:#0b1120;color:#fff;min-height:100vh}.movie-detail-hero{min-height:80vh;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;padding:4rem 2rem}.movie-detail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000a6,#000000b3 40%,#000000d9)}.movie-detail-hero-content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;display:flex;gap:3.5rem;align-items:center}.movie-detail-poster-wrapper{flex-shrink:0;width:260px;order:2}.movie-detail-info{flex:1;order:1}.movie-detail-poster{width:100%;border-radius:16px;box-shadow:0 20px 40px #0009}.movie-detail-year{display:inline-block;font-size:.9rem;color:#e5e7eb;margin-bottom:.5rem}.movie-detail-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.movie-detail-tagline{font-size:1rem;color:#e5e7eb;margin:0 0 1rem}.movie-detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;font-size:.9rem;color:#d1d5db}.movie-detail-rating{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:999px;background:#0f766e4d}.movie-detail-overview{font-size:.95rem;line-height:1.6;color:#e5e7eb;margin-bottom:1.5rem;max-width:650px}.movie-detail-genres{display:flex;flex-wrap:wrap;gap:.5rem}.movie-detail-genre-badge{padding:.25rem .75rem;border-radius:999px;background:#1f2937cc;font-size:.8rem}.movie-detail-cast{margin-top:2.5rem}.movie-detail-cast-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#111827}.movie-detail-cast-row{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:center}.movie-detail-cast-card{display:flex;align-items:center;gap:.75rem;min-width:160px}.movie-detail-cast-avatar{width:100px;height:100px;border-radius:999px;object-fit:cover}.movie-detail-cast-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#9ca3af;color:#fff;font-weight:600}.movie-detail-cast-names{display:flex;flex-direction:column;gap:.5rem}.movie-detail-cast-name{font-size:1.2rem;font-weight:600;color:#111827}.movie-detail-cast-role{font-size:1rem;color:#6b7280}.movie-detail-body{background:#fff;padding:3rem 0 3.5rem}.movie-detail-body-inner{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.movie-detail-showtimes{margin-bottom:2.5rem}.movie-detail-showtimes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.movie-detail-showtimes-header h3{font-size:1.2rem;font-weight:600;color:#111827}.movie-detail-showtimes-days{display:flex;gap:.5rem}.movie-detail-day-tab{padding:.4rem .9rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.85rem;color:#374151;cursor:pointer}.movie-detail-day-tab.active{background:#1a73e8;border-color:#1a73e8;color:#fff}.movie-detail-showtimes-groups{display:flex;flex-direction:column;gap:1rem}.movie-detail-showtimes-row{display:flex;align-items:center;gap:1.5rem}.movie-detail-showtimes-format{min-width:90px;font-size:.9rem;font-weight:600;color:#111827}.movie-detail-showtimes-times{display:flex;flex-wrap:wrap;gap:.5rem}.movie-detail-showtime-chip{padding:.4rem .9rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.85rem;color:#111827;cursor:pointer}.movie-detail-showtime-chip:hover{background:#1a73e8;color:#fff}.movie-detail-body-overview{font-size:.95rem;line-height:1.7;color:#111827}.movie-detail-section-heading{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#111827}.movie-detail-reviews{margin-top:2.5rem}.movie-detail-reviews-heading{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#111827}.movie-detail-reviews-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.movie-detail-review-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid #d1e4ff}.movie-detail-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.movie-detail-review-author{font-size:.9rem;font-weight:600;color:#111827}.movie-detail-review-rating{font-size:.85rem;font-weight:500;color:#f59e0b}.movie-detail-review-content{font-size:.9rem;line-height:1.6;color:#4b5563}.movie-detail-similar{background:#fff;padding:3rem 0 3.5rem}.movie-detail-similar-header{display:flex;justify-content:space-between;align-items:center;margin:0 0 1.5rem}.movie-detail-similar .trending-scroll{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;padding-bottom:0;overflow:visible}.movie-detail-similar .trending-card-figma{flex:initial}.movie-detail-similar .trending-card-figma img{height:190px}.movie-detail-similar-header h2{font-size:1.4rem;font-weight:600;color:#111827}.movie-detail-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.movie-detail-btn-primary{padding:.75rem 1.75rem;border-radius:999px;border:none;background:#1a73e8;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.movie-detail-btn-primary:hover{background:#1558b0}.movie-detail-btn-secondary{padding:.75rem 1.75rem;border-radius:999px;border:1px solid rgba(229,231,235,.7);background:transparent;color:#e5e7eb;font-size:.95rem;font-weight:500;cursor:pointer;text-decoration:none}.movie-detail-btn-secondary:hover{background:#1f293799}@media (max-width: 1024px){.movie-detail-reviews-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.movie-detail-hero{padding:3rem 1.5rem}.movie-detail-hero-content{flex-direction:column;align-items:flex-start}.movie-detail-poster-wrapper{width:200px}.movie-detail-title{font-size:2rem}.movie-detail-reviews-list{grid-template-columns:1fr}.create-meetup-layout{flex-direction:column;gap:2rem;padding:0 1.5rem}.create-meetup-right{max-width:100%}}.meetup-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.badge-full{background-color:#ff4757;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.meetup-info,.meetup-participants,.meetup-comments{margin-bottom:2rem}.meetup-info h2,.meetup-participants h2,.meetup-comments h2{color:#00adb5;margin-bottom:1rem}.message-input,.comment-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;margin-bottom:1rem;min-height:80px}.comment{background:#f9f9f9;padding:1rem;border-radius:4px;margin-bottom:1rem}.comment-date{font-size:.875rem;color:#666}.home-figma{background-color:#0b1120;color:#fff;min-height:100vh;font-family:Lato,sans-serif}.hero-banner{min-height:600px;background-size:cover;background-position:center;display:flex;align-items:center;padding:3rem 2rem;position:relative}.hero-content{max-width:1400px;margin:0 auto;width:100%;display:flex;gap:3rem;align-items:center}.hero-info{flex:1;max-width:600px}.hero-year{color:#999;font-size:.875rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:3.5rem;font-weight:700;margin:.5rem 0 1rem;line-height:1.1}.hero-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.95rem}.meta-item{color:#ccc}.meta-divider{color:#666}.hero-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;max-width:500px}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat-item{display:flex;align-items:center;gap:.5rem;color:#aaa;font-size:.9rem}.stat-item svg{color:red}.hero-buttons{display:flex;gap:1rem}.btn-hero{padding:.875rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s;display:flex;align-items:center;gap:.5rem;border:none;cursor:pointer;font-size:1rem}.btn-watch{background-color:red;color:#fff}.btn-watch:hover{background-color:#c00}.btn-info{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-info:hover{background-color:#fff3}.hero-poster{width:300px;flex-shrink:0}.hero-poster img{width:100%;border-radius:8px;box-shadow:0 10px 40px #00000080}.movies-section{padding:3rem 2rem;max-width:1400px;margin:0 auto}.section-header-streaming{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.section-header-streaming h2{font-size:2rem;font-weight:600}.filter-tabs{display:flex;gap:1rem;flex-wrap:wrap}.tab-btn{background:transparent;border:1px solid #228EE5;color:#999;padding:.5rem 1.25rem;border-radius:100px;cursor:pointer;transition:all .3s;font-size:1rem}.tab-btn:hover,.tab-btn.active{background-color:#228ee5;color:#fff}.movie-grid-streaming{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin-bottom:3rem}.movie-card-streaming{text-decoration:none;color:#fff;transition:transform .3s}.movie-card-streaming:hover{transform:translateY(-8px)}.movie-poster-wrapper{position:relative;overflow:hidden;border-radius:8px;margin-bottom:1rem}.movie-poster-streaming{width:100%;height:330px;object-fit:cover;display:block}.movie-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,transparent 100%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:1rem}.movie-card-streaming:hover .movie-overlay{opacity:1}.overlay-content h3{font-size:1rem;margin-bottom:.75rem;font-weight:600}.movie-times{display:flex;flex-wrap:wrap;gap:.5rem}.time-badge{background-color:#f003;color:red;padding:.25rem .5rem;border-radius:3px;font-size:.75rem;border:1px solid rgba(255,0,0,.3)}.movie-card-info h4{font-size:1rem;margin-bottom:.5rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.movie-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.85rem;color:#999}.movie-rating-badge{display:inline-flex;align-items:center;gap:.25rem;color:gold}.movie-rating-badge strong{font-weight:600}.movie-genre-label{color:#999}.movie-showtimes{display:flex;flex-wrap:wrap;gap:.5rem}.showtime{font-size:.75rem;color:#666;padding:.25rem 0}.showtime.active{color:red;font-weight:600}.show-more-wrapper{text-align:center;margin-top:3rem}.loading{min-height:50vh;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#999}.login-page{height:100vh;background:#fff;display:flex;overflow:hidden}.login-container{display:flex;width:100%;height:100%}.register-name-row{display:flex;gap:1rem}.register-name-row .form-field{flex:1}.login-art-side{flex:1.1;position:relative}.login-art{position:relative;width:100%;height:100%;overflow:hidden;background-image:url(/Log%20in%20image.png);background-size:cover;background-position:center}.login-art-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,#00000040,#000000bf)}.login-form-side{flex:1;display:flex;align-items:center;justify-content:center}.login-form-content{width:100%;max-width:400px;display:flex;flex-direction:column;gap:2rem}.login-intro{display:flex;flex-direction:column;gap:.75rem}.login-title{font-size:2.5rem;font-weight:600;color:#222;margin:0}.login-subtitle{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.login-error{background-color:#fee;color:#c00;padding:1rem;border-radius:12px;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:1rem;color:#0c1421;font-weight:400}.form-input{width:100%;height:48px;padding:0 1rem;background:#f7fbff;border:1px solid #d4d7e3;border-radius:12px;font-size:1rem;color:#0c1421;outline:none;transition:all .2s}.form-input::placeholder{color:#8897ad}.form-input:focus{border-color:#1e4ae9;background:#fff}.login-options-row{display:flex;align-items:center;justify-content:space-between;margin-top:.25rem}.remember-me{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#6b7280}.remember-me input{width:14px;height:14px}.forgot-password{font-size:.85rem;color:#228ee5;text-decoration:none}.forgot-password:hover{text-decoration:underline}.btn-signin{width:100%;height:52px;margin-top:1.25rem}.social-signin{margin-top:1.5rem}.social-btn{width:100%;height:52px;display:flex;align-items:center;justify-content:center;gap:.75rem;border-radius:999px;font-size:.95rem;cursor:pointer;transition:all .2s}.social-btn-google{background:#fff;border:1px solid #d1d5db;color:#374151}.social-btn-google:hover{background:#f9fafb}.signup-link{text-align:left;font-size:.9rem;color:#6b7280;margin:1.5rem 0 0}.signup-link a{color:#228ee5;text-decoration:none}.signup-link a:hover{text-decoration:underline}.login-brand{margin-top:4rem;text-align:left;font-size:.8rem;color:#9ca3af}.login-brand-logo{display:block;font-size:1.25rem;font-weight:700;margin-top:.25rem;color:#111827}.login-brand-logo span{color:#1a73e8}.home-new{background-color:#0a0e27;color:#fff;min-height:100vh}.container-new{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-main{min-height:700px;background-size:cover;background-position:center;display:flex;align-items:center;position:relative}.hero-secondary{min-height:550px;background-size:cover;background-position:center;display:flex;align-items:center;margin:4rem 0}.hero-text{max-width:600px}.hero-year-new{display:inline-block;color:#999;font-size:.875rem;margin-bottom:.5rem;text-transform:uppercase}.hero-title-new{font-size:3.5rem;font-weight:700;margin:.5rem 0;line-height:1.1}.hero-title-secondary{font-size:2.5rem;font-weight:700;margin:.5rem 0;line-height:1.1}.hero-genre{color:#ccc;font-size:1rem;margin:.5rem 0 1rem}.hero-desc{color:#bbb;line-height:1.6;margin-bottom:1.5rem}.hero-rating{margin-bottom:2rem}.stars{display:flex;gap:.25rem}.hero-actions{display:flex;gap:1rem}.btn-primary-new{background-color:#e50914;color:#fff;padding:.75rem 2rem;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;transition:all .3s}.btn-primary-new:hover{background-color:#b20710}.btn-secondary-new{background-color:#ffffff26;color:#fff;padding:.75rem 2rem;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;font-weight:500;transition:all .3s;border:1px solid rgba(255,255,255,.3)}.btn-secondary-new:hover{background-color:#ffffff40}.section-new{padding:3rem 0}.section-header-new{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header-new h2{font-size:2rem;font-weight:600;margin:0}.see-more{color:#999;text-decoration:none;font-size:1rem;transition:color .3s}.see-more:hover{color:#fff}.movie-grid-new{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.movie-card-new{text-decoration:none;color:#fff;transition:transform .3s}.movie-card-new:hover{transform:translateY(-8px)}.movie-poster-new{position:relative;border-radius:8px;overflow:hidden;margin-bottom:1rem}.movie-poster-new img{width:100%;height:375px;object-fit:cover;display:block}.movie-info-new h4{font-size:1.125rem;margin:0 0 .5rem;font-weight:500}.movie-meta-new{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.875rem;color:#999}.rating{display:flex;align-items:center;gap:.25rem;color:gold}.genre{color:#999}.showtimes-new{display:flex;flex-wrap:wrap;gap:.5rem}.showtime-badge{font-size:.75rem;color:#999;padding:.25rem 0;min-width:45px}.showtime-badge:first-child{color:#e50914;font-weight:600}@media (max-width: 768px){.nav-container{padding:1rem 1.5rem}.nav-toggle{display:block}.nav-menu{position:absolute;top:100%;right:2rem;margin-top:.75rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:.75rem 1rem;flex-direction:column;align-items:flex-start;gap:.5rem;display:none;z-index:1100}.nav-menu.nav-menu-open{display:flex}.nav-menu li{width:100%}.hero h1{font-size:2rem}.hero-buttons{flex-direction:column}.hero-content{flex-direction:column;text-align:center}.hero-info{max-width:100%}.hero-title{font-size:2rem}.hero-description{max-width:100%}.hero-stats,.hero-buttons{justify-content:center}.hero-poster{width:200px}.section-header-streaming{flex-direction:column;align-items:flex-start}.filter-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap}.movie-grid-streaming{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.login-container{flex-direction:column;gap:2rem}.meetups-section{padding:24px}.login-art-side{display:none}.login-form-content{max-width:100%}.login-title{font-size:1.75rem}.login-subtitle{font-size:1rem}.copyright{font-size:.875rem}.hero-main,.hero-secondary{min-height:500px}.hero-title-new{font-size:2.5rem}.hero-title-secondary{font-size:2rem}.hero-actions{flex-direction:column}.movie-grid-new{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}}.movie-grid,.meetup-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.search-form{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.quick-links{flex-direction:column}@media (max-width: 1024px){.login-container{gap:1.5rem}.login-art-side{max-width:400px}.login-form-content{gap:2rem}}@media (max-width: 480px){.navbar{padding:.75rem 1rem}.movie-grid,.meetup-grid{grid-template-columns:1fr}.login-page{padding:1rem}.login-form-content{gap:1.5rem}.form-input{height:44px}.btn-signin{height:48px}.social-btn{height:48px;font-size:.9rem}.container-new{padding:0 1rem}.hero-main,.hero-secondary{min-height:400px}.hero-title-new{font-size:2rem}.hero-title-secondary{font-size:1.5rem}.hero-desc{font-size:.875rem}.btn-primary-new,.btn-secondary-new{width:100%;justify-content:center;padding:.65rem 1.5rem}.section-new{padding:2rem 0}.section-header-new h2{font-size:1.5rem}.movie-grid-new{grid-template-columns:repeat(2,1fr);gap:1rem}.movie-poster-new img{height:280px}}.site-footer{width:100%;min-height:40vh;margin:auto 0 0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;background:#fff;color:#0f172a;padding:4rem 120px 0;border-top:1px solid #e5e7eb}.footer-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;flex:1}.footer-hero-logo{font-size:2.4rem;font-weight:700;color:#111827;text-decoration:none}.footer-hero-logo span{color:#228ee5}.footer-hero-tagline{font-size:1.1rem;color:#4b5563}.footer-hero-cta{margin-top:.5rem}.footer-wave-section{position:relative;margin-top:3rem;padding-top:90px;padding-bottom:1.75rem;color:#fff;overflow:hidden;background-image:url(/footer-waves.png);background-repeat:no-repeat;background-size:cover;background-position:top center;width:100vw;margin-left:50%;transform:translate(-50%)}.footer-contact-row{position:relative;z-index:1;background:transparent;padding:1.4rem 120px 1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-copy{font-size:.9rem}.footer-contact-items{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.footer-contact-icon{font-size:1rem}@media (max-width: 1024px){.site-footer{padding:3.5rem 40px 0}}@media (max-width: 640px){.site-footer{padding:3rem 20px 0}.footer-contact-row{flex-direction:column;align-items:flex-start;padding:1.4rem 20px 1.6rem}.footer-contact-items{gap:1rem}}
