 :root{--radius:0.75rem;--background:#0c0c0d;--foreground:#f0f0f2;--card:#18181b;--card-foreground:#f0f0f2;--primary:#7c3aed;--primary-foreground:#ffffff;--secondary:#27272a;--secondary-foreground:#a1a1aa;--muted:#27272a;--muted-foreground:#71717a;--destructive:#ef4444;--border:#2e2e33;--ring:#7c3aed;--gradient-start:#7c3aed;--gradient-end:#06b6d4;--shadow-card:0 1px 3px rgba(0,0,0,0.3);--shadow-card-hover:0 10px 40px rgba(0,0,0,0.4);color-scheme:dark;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--background);color:var(--foreground);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;}main{flex:1;}a{color:inherit;text-decoration:none;}ul{list-style:none;}img{max-width:100%;display:block;}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem;}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:600;font-size:1rem;padding:0.75rem 2rem;transition:background-color 0.15s,opacity 0.15s;cursor:pointer;border:none;line-height:1.5;}.btn-primary{background:var(--primary);color:var(--primary-foreground);}.btn-primary:hover{opacity:0.9;}.btn-outline{background:var(--background);color:var(--foreground);border:1px solid var(--border);}.btn-outline:hover{background:var(--secondary);}.btn-sm{font-size:0.875rem;padding:0.5rem 1rem;}.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background:var(--background);backdrop-filter:blur(12px);}.site-header .container{max-width:none;padding-left:1.5rem;padding-right:2rem;}.header-inner{display:flex;align-items:center;justify-content:space-between;height:3.5rem;}.header-left{display:flex;align-items:center;gap:2rem;}.logo{display:inline-flex;align-items:center;line-height:1;}.logo-image{display:block;width:auto;height:1.75rem;}.header-nav{display:flex;align-items:center;gap:0.25rem;}.nav-link{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.875rem;font-weight:500;color:var(--muted-foreground);transition:color 0.15s;padding:0.375rem 0.75rem;border-radius:0.5rem;}.nav-link:hover{color:var(--foreground);background:var(--secondary);}.nav-icon{flex-shrink:0;}.header-actions{display:flex;align-items:center;gap:0.5rem;}.nav-get-app{gap:0.375rem;}.nav-create-btn{gap:0.375rem;}.nav-avatar-wrap{position:relative;}.nav-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--primary);color:var(--primary-foreground);font-size:0.8125rem;font-weight:600;transition:opacity 0.15s;border:none;cursor:pointer;}.nav-avatar:hover{opacity:0.85;}.nav-avatar-menu{position:absolute;top:calc(100% + 0.5rem);right:0;z-index:60;min-width:11rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,0.4);padding:0.375rem 0;}.nav-avatar-menu-item{display:flex;align-items:center;gap:0.625rem;width:100%;padding:0.5rem 1rem;border:none;background:none;color:var(--foreground);font-size:0.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background-color 0.1s;font-family:inherit;}.nav-avatar-menu-item:hover{background:var(--secondary);}.nav-avatar-menu-item svg{width:1rem;height:1rem;color:var(--muted-foreground);flex-shrink:0;}.nav-avatar-menu-item--danger{color:var(--destructive);}.nav-avatar-menu-item--danger svg{color:var(--destructive);}.nav-avatar-menu-divider{height:1px;background:var(--border);margin:0.375rem 0;}@media (max-width:639px){.header-left{gap:0.75rem;}.header-actions{gap:0.375rem;}.nav-get-app{display:none;}}.hero{padding:6rem 0;text-align:center;}.hero-title{font-size:2.25rem;font-weight:700;letter-spacing:-0.025em;line-height:1.1;}.text-primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.hero-subtitle{margin-top:1.5rem;max-width:42rem;margin-left:auto;margin-right:auto;font-size:1.125rem;color:var(--muted-foreground);line-height:1.7;}.hero-actions{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;}@media (min-width:640px){.hero-title{font-size:3rem;}.hero-actions{flex-direction:row;justify-content:center;}}@media (min-width:768px){.hero{padding:8rem 0;}.hero-title{font-size:3.75rem;}}.home-split{display:flex;align-items:center;gap:4rem;min-height:calc(100vh - 4rem);padding-top:2rem;padding-bottom:2rem;}.home-hero-side{flex:1;min-width:0;}.home-logo{display:inline-flex;font-size:1.5rem;margin-bottom:1.5rem;}.home-logo .logo-image{height:2rem;}.home-title{font-size:2.5rem;font-weight:700;letter-spacing:-0.025em;line-height:1.1;}.home-subtitle{margin-top:1.5rem;font-size:1.125rem;color:var(--muted-foreground);line-height:1.7;max-width:32rem;}.home-collage{display:flex;gap:0.75rem;margin-top:2rem;max-width:28rem;}.home-collage-col{flex:1;display:flex;flex-direction:column;gap:0.75rem;}.home-collage-col--offset{margin-top:1.75rem;}.home-collage-img{width:100%;border-radius:1rem;object-fit:cover;box-shadow:0 4px 16px rgba(0,0,0,0.3);}.home-collage-col:first-child .home-collage-img:first-child{aspect-ratio:3/4;}.home-collage-col:first-child .home-collage-img:last-child{aspect-ratio:4/3;}.home-collage-col--offset .home-collage-img:first-child{aspect-ratio:4/3;}.home-collage-col--offset .home-collage-img:last-child{aspect-ratio:3/4;}.home-app-store{margin-top:2rem;}.home-auth-side{flex:0 0 26rem;}.home-auth-side .auth-card{max-width:none;}@media (min-width:900px){.home-title{font-size:3.5rem;}}@media (max-width:899px){.home-split{flex-direction:column;text-align:center;gap:2.5rem;min-height:auto;padding-top:3rem;padding-bottom:3rem;}.home-hero-side{display:flex;flex-direction:column;align-items:center;}.home-collage{max-width:20rem;}.home-auth-side{flex:none;width:100%;max-width:26rem;}}@media (max-width:599px){.home-collage{display:none;}}.features{padding:5rem 0;border-top:1px solid var(--border);}.section-title{text-align:center;font-size:1.875rem;font-weight:700;letter-spacing:-0.025em;}.features-grid{margin-top:3rem;display:grid;gap:2rem;}.feature-card{border-radius:0.75rem;border:1px solid var(--border);background:var(--card);padding:2rem;text-align:center;box-shadow:var(--shadow-card);transition:transform 0.3s,box-shadow 0.3s;}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:0.5rem;}.feature-card p{font-size:0.875rem;color:var(--muted-foreground);line-height:1.6;}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr);}}.home-feed-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem 3rem;}@media (min-width:900px){.home-feed-layout{grid-template-columns:18rem 1fr;gap:2rem;padding:2rem 2rem 4rem 1.5rem;}}.feed-main{min-width:0;}.feed-sidebar{display:flex;flex-direction:column;gap:1.25rem;}@media (min-width:900px){.feed-sidebar{position:sticky;top:4.5rem;align-self:start;max-height:calc(100vh - 5.5rem);overflow-y:auto;scrollbar-width:none;}.feed-sidebar::-webkit-scrollbar{display:none;}}.feed-profile-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-card);}.feed-profile-skeleton{display:flex;align-items:center;gap:0.75rem;}.feed-profile-link{display:flex;align-items:center;gap:0.75rem;transition:opacity 0.15s;}.feed-profile-link:hover{opacity:0.8;}.feed-profile-avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover;flex-shrink:0;}.feed-profile-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--primary-foreground);font-weight:700;font-size:1.125rem;}.feed-profile-name{font-size:0.9375rem;font-weight:600;line-height:1.3;}.feed-profile-cta{font-size:0.75rem;color:var(--muted-foreground);margin-top:0.0625rem;}.feed-sidebar-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-card);}.feed-sidebar-title{font-size:0.9375rem;font-weight:600;margin-bottom:0.75rem;}.feed-upcoming-item{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;border-bottom:1px solid var(--border);transition:background-color 0.1s;margin:0 -0.5rem;padding-left:0.5rem;padding-right:0.5rem;border-radius:var(--radius);border-bottom:none;}.feed-upcoming-item+.feed-upcoming-item{border-top:1px solid var(--border);border-radius:0;}.feed-upcoming-item:hover{background:var(--secondary);}.feed-upcoming-date{width:2.75rem;height:2.75rem;border-radius:0.5rem;background:rgba(124,58,237,0.12);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;}.feed-upcoming-month{font-size:0.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:var(--primary);line-height:1;}.feed-upcoming-day{font-size:1.0625rem;font-weight:700;color:var(--foreground);line-height:1.2;}.feed-upcoming-info{flex:1;min-width:0;}.feed-upcoming-title{font-size:0.8125rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.feed-upcoming-meta{font-size:0.6875rem;color:var(--muted-foreground);line-height:1.3;margin-top:0.0625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.feed-upcoming-skeleton{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;}.feed-upcoming-skeleton+.feed-upcoming-skeleton{border-top:1px solid var(--border);}.feed-sidebar-empty{text-align:center;padding:0.5rem 0;}.feed-sidebar-empty p{font-size:0.875rem;color:var(--muted-foreground);margin-bottom:0.75rem;}@media (max-width:899px){.feed-sidebar{flex-direction:row;gap:1rem;}.feed-profile-card{flex:1;}#feed-sidebar-upcoming{display:none;}}.feed-section{margin-bottom:2rem;}.feed-section:last-child{margin-bottom:0;}.feed-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem;}.feed-section-header h2{font-size:1.375rem;font-weight:700;letter-spacing:-0.02em;}.feed-section-link{font-size:0.875rem;font-weight:500;color:var(--primary);white-space:nowrap;transition:opacity 0.15s;}.feed-section-link:hover{opacity:0.75;}.feed-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:0.25rem;}.feed-carousel::-webkit-scrollbar{display:none;}.feed-carousel .event-card{flex:0 0 21rem;scroll-snap-align:start;}.feed-carousel-wrap{position:relative;}.feed-carousel-arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:2;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--card);border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,0.3);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--foreground);transition:background-color 0.15s,box-shadow 0.15s,transform 0.15s;}.feed-carousel-arrow:hover{background:var(--secondary);box-shadow:0 4px 12px rgba(0,0,0,0.4);}.feed-carousel-arrow--left{left:-0.75rem;}.feed-carousel-arrow--right{right:-0.75rem;}@media (max-width:899px){.feed-carousel-arrow{display:none !important;}}.feed-carousel-skeleton{flex:0 0 21rem;height:16rem;border-radius:var(--radius);}.feed-grid-skeleton{height:16rem;border-radius:var(--radius);}.feed-empty-state{text-align:center;padding:2.5rem 1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);}.feed-empty-state p{font-size:0.9375rem;color:var(--muted-foreground);margin-bottom:0.75rem;}.feed-empty-link{font-size:0.875rem;font-weight:500;color:var(--primary);text-decoration:underline;text-underline-offset:2px;}.feed-empty-link:hover{opacity:0.8;}.site-footer{border-top:1px solid var(--border);background:var(--background);padding:3rem 0;}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.footer-heading{font-size:0.875rem;font-weight:600;margin-bottom:0.75rem;}.footer-links{display:flex;flex-direction:column;gap:0.5rem;}.footer-links a{font-size:0.875rem;color:var(--muted-foreground);transition:color 0.15s;}.footer-links a:hover{color:var(--foreground);}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:0.875rem;color:var(--muted-foreground);}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);}}.app-store-link{display:inline-block;transition:opacity 0.15s;}.app-store-link:hover{opacity:0.85;}.app-store-badge{height:3rem;width:auto;}.app-store-badge-sm{height:2.25rem;width:auto;}.page-hero{padding:4rem 0 2rem;text-align:center;}.page-title{font-size:2.25rem;font-weight:700;letter-spacing:-0.025em;line-height:1.1;}.page-subtitle{margin-top:1rem;font-size:1.125rem;color:var(--muted-foreground);max-width:36rem;margin-left:auto;margin-right:auto;}.content-section{padding:2rem 0 5rem;}.content-narrow{max-width:42rem;}.content-narrow h2{font-size:1.375rem;font-weight:600;margin-top:2.5rem;margin-bottom:0.75rem;}.content-narrow h2:first-child{margin-top:0;}.content-narrow p{color:var(--muted-foreground);line-height:1.7;}.link{color:var(--primary);text-decoration:underline;text-underline-offset:2px;}.link:hover{opacity:0.8;}.about-container{max-width:56rem;text-align:center;}.about-headline{font-size:2.25rem;font-weight:700;margin-bottom:0.75rem;}.about-tagline{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:3rem;}.about-cards{display:grid;gap:2rem;margin-bottom:4rem;}.about-card{background:var(--card);padding:1.5rem;border-radius:0.75rem;box-shadow:var(--shadow-card);border:1px solid var(--border);text-align:center;}.about-card-icon{margin:0 auto 1rem;}.icon-blue{color:#60a5fa;}.icon-purple{color:#8b5cf6;}.icon-green{color:#34d399;}.about-card h2{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;}.about-card p{color:var(--muted-foreground);line-height:1.6;}.about-story{background:var(--card);padding:2rem;border-radius:0.75rem;box-shadow:var(--shadow-card);border:1px solid var(--border);}.about-story h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;}.about-story p{color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem;}.about-story p:last-child{margin-bottom:0;}@media (min-width:768px){.about-headline{font-size:3rem;}.about-cards{grid-template-columns:repeat(3,1fr);}}.pricing-includes{list-style:none;padding:0;display:grid;gap:0.75rem;margin-top:1rem;text-align:left;}.pricing-includes li{color:var(--muted-foreground);line-height:1.6;padding-left:1.5rem;position:relative;}.pricing-includes li::before{content:"\2713";position:absolute;left:0;color:#34d399;font-weight:700;}.pricing-cta{margin-top:2.5rem;}.btn-lg{padding:0.875rem 2rem;font-size:1.125rem;}.steps-grid{display:grid;gap:1.5rem;margin-top:1.5rem;text-align:center;}.step{padding:1rem;}.step-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary);color:var(--primary-foreground);font-weight:700;font-size:1.125rem;margin-bottom:0.75rem;}.step h4{font-size:1.1rem;font-weight:600;margin-bottom:0.5rem;}.step p{color:var(--muted-foreground);line-height:1.6;margin:0;}.fee-callout{background:var(--card);border:2px solid var(--primary);border-radius:0.75rem;padding:2rem;margin-top:2.5rem;text-align:center;}.fee-amount{font-size:3rem;font-weight:800;color:var(--primary);line-height:1;}.fee-detail{font-size:1.25rem;color:var(--foreground);margin-top:0.25rem;font-weight:500;}.fee-subtext{color:var(--muted-foreground);margin-top:0.75rem;margin-bottom:0;}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(4,1fr);}.pricing-includes{grid-template-columns:repeat(2,1fr);}}.faq-list{margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem;}.faq-item{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;background:var(--card);}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:0.5rem;}.faq-item p{font-size:0.875rem;color:var(--muted-foreground);line-height:1.6;}.legal-content h1{font-size:1.75rem;font-weight:700;margin-top:2.5rem;margin-bottom:0.75rem;}.legal-content h2{font-size:1.375rem;font-weight:600;margin-top:2rem;margin-bottom:0.5rem;}.legal-content h3{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:0.5rem;}.legal-content p{color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem;}.legal-content ul,.legal-content ol{color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem;padding-left:1.5rem;list-style:revert;}.legal-content li{margin-bottom:0.25rem;}.legal-content a{color:var(--primary);text-decoration:underline;text-underline-offset:2px;}.legal-content a:hover{opacity:0.8;}.legal-content strong{font-weight:600;color:var(--foreground);}.legal-content table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:0.875rem;}.legal-content th,.legal-content td{border:1px solid var(--border);padding:0.5rem 0.75rem;text-align:left;}.legal-content th{background:var(--secondary);font-weight:600;}.legal-content td{color:var(--muted-foreground);}.legal-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0;}.legal-content blockquote{border-left:3px solid var(--border);padding-left:1rem;margin:1rem 0;color:var(--muted-foreground);font-style:italic;}@media (min-width:640px){.page-title{font-size:3rem;}}.auth-page{display:flex;justify-content:center;padding:3rem 0 5rem;}.auth-card{width:100%;max-width:26rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:2.5rem 2rem;}.auth-title{font-size:1.5rem;font-weight:700;text-align:center;letter-spacing:-0.025em;}.auth-subtitle{text-align:center;color:var(--muted-foreground);font-size:0.875rem;margin-top:0.25rem;margin-bottom:1.5rem;}.auth-providers{display:flex;flex-direction:column;gap:0.75rem;}.btn-auth{display:flex;align-items:center;justify-content:center;gap:0.625rem;width:100%;padding:0.75rem 1rem;border-radius:var(--radius);font-size:0.9375rem;font-weight:500;cursor:pointer;transition:background-color 0.15s,opacity 0.15s;border:1px solid var(--border);background:var(--card);color:var(--foreground);line-height:1.5;}.btn-auth:hover{background:var(--secondary);}.btn-auth:disabled{opacity:0.5;cursor:not-allowed;}.btn-auth--apple{background:var(--foreground);color:var(--background);border-color:var(--foreground);}.btn-auth--apple:hover{opacity:0.9;background:var(--foreground);}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--muted-foreground);font-size:0.8125rem;}.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:var(--border);}.auth-form{display:flex;flex-direction:column;gap:1rem;}.form-group{display:flex;flex-direction:column;gap:0.375rem;}.form-label{font-size:0.875rem;font-weight:500;}.form-input{width:100%;padding:0.625rem 0.75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:0.9375rem;background:var(--background);color:var(--foreground);transition:border-color 0.15s,box-shadow 0.15s;line-height:1.5;font-family:inherit;}.form-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px rgba(124,58,237,0.2);}.form-input::placeholder{color:var(--muted-foreground);}.form-error{padding:0.625rem 0.75rem;background:#2d1515;color:var(--destructive);border:1px solid #5c2020;border-radius:var(--radius);font-size:0.875rem;line-height:1.5;}.form-success{padding:0.625rem 0.75rem;background:#0d2818;color:#22c55e;border:1px solid #15803d;border-radius:var(--radius);font-size:0.875rem;line-height:1.5;}.btn-full{width:100%;margin-top:0.25rem;}.auth-footer{text-align:center;font-size:0.875rem;color:var(--muted-foreground);margin-top:1.5rem;}.auth-legal{text-align:center;font-size:0.75rem;color:var(--muted-foreground);margin-top:0.75rem;line-height:1.5;}.username-status{font-size:0.8125rem;margin-top:0.125rem;}.username-status--checking{color:var(--muted-foreground);}.username-status--available{color:#22c55e;}.username-status--error{color:var(--destructive);}.nav-auth-group{display:flex;align-items:center;gap:0.5rem;}.modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;padding:1rem;}.modal-content{background:var(--card);border-radius:1rem;padding:2.5rem 2rem;max-width:28rem;width:100%;text-align:center;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.5);}.modal-close{position:absolute;top:0.75rem;right:0.75rem;background:none;border:none;cursor:pointer;color:var(--muted-foreground);padding:0.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color 0.15s;}.modal-close:hover{color:var(--foreground);}.modal-title{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem;}.modal-subtitle{color:var(--muted-foreground);font-size:0.9375rem;margin-bottom:1.5rem;}.modal-badges{display:flex;flex-direction:column;align-items:center;gap:1rem;}.avatar{border-radius:50%;object-fit:cover;flex-shrink:0;}.avatar-sm{width:2rem;height:2rem;}.avatar-lg{width:5rem;height:5rem;}.profile-header{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem 0;}.profile-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--muted-foreground);font-weight:700;font-size:1.5rem;}.profile-info{flex:1;min-width:0;}.profile-username{font-size:1.5rem;font-weight:700;letter-spacing:-0.025em;}.profile-bio{color:var(--muted-foreground);margin-top:0.25rem;line-height:1.6;}.profile-meta{color:var(--muted-foreground);font-size:0.875rem;margin-top:0.25rem;}.profile-social-links{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:0.5rem;font-size:0.875rem;}.account-header{display:flex;gap:2rem;align-items:flex-start;padding:2rem 0 1.5rem;}.account-avatar-wrap{flex-shrink:0;}.account-avatar-wrap .avatar-lg{width:6rem;height:6rem;}.account-avatar-wrap .profile-avatar--placeholder{width:6rem;height:6rem;font-size:2rem;}.account-header-info{flex:1;min-width:0;}.account-actions{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.75rem;}.account-stats{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:0.75rem;font-size:0.875rem;color:var(--muted-foreground);}.account-stat strong{color:var(--foreground);font-weight:600;}@media (max-width:599px){.account-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;}.account-actions{justify-content:center;}.account-stats{justify-content:center;}}.edit-avatar-section{display:flex;align-items:center;gap:1.25rem;}.edit-avatar-preview .avatar,.edit-avatar-preview .profile-avatar--placeholder{border-radius:50%;object-fit:cover;flex-shrink:0;}.edit-avatar-actions{display:flex;flex-direction:column;gap:0.5rem;}.nav-create-wrap{position:relative;}.events-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;}@media (min-width:640px){.events-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.events-grid{grid-template-columns:repeat(3,1fr);}}.event-card{display:block;position:relative;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);overflow:hidden;box-shadow:var(--shadow-card);transition:transform 0.2s,box-shadow 0.2s;}.event-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);}.event-card-image-wrap{display:block;}.event-card-image{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}.event-card-image--placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,#6366f1,#06b6d4);display:flex;align-items:center;justify-content:center;}.event-card:nth-child(5n+1) .event-card-image--placeholder{background:linear-gradient(135deg,#e05252,#f5a623);}.event-card:nth-child(5n+2) .event-card-image--placeholder{background:linear-gradient(135deg,#667eea,#64d2ff);}.event-card:nth-child(5n+3) .event-card-image--placeholder{background:linear-gradient(135deg,#a855f7,#ec4899);}.event-card:nth-child(5n+4) .event-card-image--placeholder{background:linear-gradient(135deg,#10b981,#fbbf24);}.event-card:nth-child(5n+5) .event-card-image--placeholder{background:linear-gradient(135deg,#6366f1,#06b6d4);}.event-card-bookmark{position:absolute;top:0.625rem;right:0.625rem;z-index:1;width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:rgba(39,39,42,0.9);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color 0.15s,transform 0.15s;padding:0;color:var(--muted-foreground);}.event-card-bookmark:hover{background:rgba(39,39,42,1);transform:scale(1.1);}.event-card-bookmark--active{color:var(--primary);}.event-card-bookmark svg{width:1.125rem;height:1.125rem;}.event-card-body{display:block;padding:0.75rem 1.25rem 1rem;}.event-card-host-row{display:flex;align-items:center;gap:0.625rem;margin-bottom:0.375rem;}.event-card-host-avatar{width:2.25rem;height:2.25rem;border-radius:50%;object-fit:cover;flex-shrink:0;}.event-card-host-avatar--placeholder{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--secondary);color:var(--muted-foreground);display:flex;align-items:center;justify-content:center;font-size:0.8125rem;font-weight:600;flex-shrink:0;}.event-card-title-group{flex:1;min-width:0;}.event-card-title{font-size:0.9375rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.event-card-location{font-size:0.8125rem;color:var(--muted-foreground);margin-top:0.0625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.event-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:0.5rem;padding-top:0.5rem;border-top:1px solid var(--border);font-size:0.8125rem;color:var(--muted-foreground);}.event-card-date{display:flex;align-items:center;gap:0.375rem;font-weight:500;color:var(--foreground);}.event-card-date svg{width:1.125rem;height:1.125rem;color:var(--muted-foreground);flex-shrink:0;}.event-card-attendees{display:flex;align-items:center;gap:0.375rem;white-space:nowrap;}.event-card-attendees svg{width:1.125rem;height:1.125rem;flex-shrink:0;}.ed-hero{display:flex;flex-direction:column-reverse;gap:1.5rem;}@media (min-width:768px){.ed-hero{flex-direction:row;align-items:center;gap:3rem;}.ed-hero-info{flex:1;min-width:0;}.ed-hero-image-wrap{flex:1;max-width:50%;}}.ed-hero-image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius);}.ed-date-chip{display:inline-block;font-size:0.875rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:0.03em;margin-bottom:0.75rem;}.ed-title{font-size:2rem;font-weight:800;letter-spacing:-0.03em;line-height:1.2;}@media (min-width:768px){.ed-title{font-size:2.5rem;}}.ed-host{display:inline-flex;align-items:center;gap:0.75rem;margin-top:1.25rem;padding:0.5rem 0;}.ed-host:hover .ed-host-name{color:var(--primary);}.ed-host-label{display:block;font-size:0.8125rem;color:var(--muted-foreground);}.ed-host-name{display:block;font-weight:600;font-size:1rem;transition:color 0.15s;}.avatar-md{width:2.75rem;height:2.75rem;font-size:1.125rem;}.ed-body{display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem;}@media (min-width:768px){.ed-body{grid-template-columns:1fr 22rem;gap:3rem;}}.ed-main{min-width:0;}.ed-info-card{padding:1rem 0;border-bottom:1px solid var(--border);}.ed-info-card:first-child{padding-top:0;}.ed-info-row{display:flex;align-items:flex-start;gap:1rem;}.ed-icon{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--primary);margin-top:0.125rem;}.ed-info-primary{font-weight:600;font-size:1rem;line-height:1.4;}.ed-info-secondary{font-size:0.875rem;color:var(--muted-foreground);margin-top:0.125rem;}.ed-section{margin-top:2rem;}.ed-section-title{font-size:1.25rem;font-weight:700;margin-bottom:0.75rem;}.ed-description{color:var(--muted-foreground);line-height:1.8;white-space:pre-wrap;font-size:0.9375rem;}.ed-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1.5rem;}.ed-sidebar{display:none;}@media (min-width:768px){.ed-sidebar{display:block;}}.ed-sidebar-card{position:sticky;top:5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-card);}.ed-sidebar-row{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;font-size:0.9375rem;color:var(--foreground);}.ed-sidebar-row:first-child{padding-top:0;}.ed-sidebar-attendees{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 0;margin-bottom:0.75rem;border-top:1px solid var(--border);margin-top:0.5rem;font-size:0.9375rem;font-weight:600;}.ed-icon-sm{width:1.125rem;height:1.125rem;flex-shrink:0;color:var(--muted-foreground);}.ed-bottom-bar{display:block;position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--card);border-top:1px solid var(--border);padding:0.75rem 1rem;box-shadow:0 -4px 20px rgba(0,0,0,0.4);}@media (min-width:768px){.ed-bottom-bar{display:none;}}.ed-bottom-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1280px;margin:0 auto;}.ed-bottom-bar-info{display:flex;flex-direction:column;min-width:0;flex:1;}.ed-bottom-bar-title{font-weight:600;font-size:0.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.ed-bottom-bar-date{font-size:0.75rem;color:var(--muted-foreground);}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem;}.tab-btn{padding:0.75rem 1.5rem;font-size:0.9375rem;font-weight:500;color:var(--muted-foreground);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color 0.15s,border-color 0.15s;}.tab-btn:hover{color:var(--foreground);}.tab-btn--active{color:var(--foreground);border-bottom-color:var(--primary);}.comment{display:flex;gap:0.75rem;padding:0.75rem 0;}.comment+.comment{border-top:1px solid var(--border);}.comment-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0;}.comment-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--muted-foreground);font-size:0.75rem;font-weight:600;}.comment-body{flex:1;min-width:0;}.comment-author{font-size:0.8125rem;font-weight:600;}.comment-text{font-size:0.875rem;color:var(--muted-foreground);line-height:1.5;margin-top:0.125rem;}.comment-time{font-size:0.75rem;color:var(--muted-foreground);margin-top:0.25rem;display:block;}.discover-header{padding-top:1rem;margin-bottom:1.5rem;}.discover-title-row{display:flex;align-items:baseline;gap:0.75rem;margin-bottom:1rem;flex-wrap:wrap;}.discover-title{font-size:1.75rem;font-weight:700;letter-spacing:-0.025em;}.discover-location{font-size:0.9375rem;color:var(--muted-foreground);}.discover-location-btn{display:inline-flex;align-items:center;gap:0.375rem;background:none;border:none;font-size:0.9375rem;color:var(--muted-foreground);cursor:pointer;padding:0.25rem 0.5rem;border-radius:var(--radius);transition:background-color 0.15s,color 0.15s;font-family:inherit;}.discover-location-btn:hover{background:var(--secondary);color:var(--foreground);}.discover-location-icon{width:1rem;height:1rem;flex-shrink:0;}.discover-location-chevron{width:0.75rem;height:0.75rem;flex-shrink:0;opacity:0.6;}.discover-search-wrap{position:relative;}.discover-search-icon{position:absolute;left:0.875rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:var(--muted-foreground);pointer-events:none;}.discover-search-input{width:100%;padding:0.75rem 2.5rem 0.75rem 2.75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:0.9375rem;background:var(--card);color:var(--foreground);transition:border-color 0.15s,box-shadow 0.15s;font-family:inherit;line-height:1.5;}.discover-search-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px rgba(124,58,237,0.2);}.discover-search-input::placeholder{color:var(--muted-foreground);}.discover-search-clear{position:absolute;right:0.5rem;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;border:none;background:none;color:var(--muted-foreground);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.15s;}.discover-search-clear:hover{background:var(--secondary);color:var(--foreground);}.discover-filters{display:flex;gap:0.5rem;overflow-x:auto;padding-bottom:0.5rem;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;}.discover-filters::-webkit-scrollbar{display:none;}.discover-chip{flex-shrink:0;padding:0.5rem 1rem;border-radius:9999px;border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:0.8125rem;font-weight:500;cursor:pointer;transition:background-color 0.15s,border-color 0.15s,color 0.15s;font-family:inherit;white-space:nowrap;}.discover-chip:hover{background:var(--secondary);}.discover-chip--active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);}.discover-chip--active:hover{background:var(--primary);opacity:0.9;}.discover-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1rem;}.discover-tab{padding:0.75rem 1.25rem;font-size:0.9375rem;font-weight:500;color:var(--muted-foreground);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color 0.15s,border-color 0.15s;font-family:inherit;}.discover-tab:hover{color:var(--foreground);}.discover-tab--active{color:var(--foreground);border-bottom-color:var(--primary);}.discover-event-filters{margin-bottom:1rem;}.discover-dropdown{position:relative;display:inline-block;margin-bottom:0.75rem;}.discover-dropdown-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 0.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--foreground);font-size:0.875rem;font-weight:500;cursor:pointer;transition:border-color 0.15s,background-color 0.15s;font-family:inherit;}.discover-dropdown-btn:hover{background:var(--secondary);}.discover-dropdown-icon{width:1rem;height:1rem;color:var(--muted-foreground);}.discover-dropdown-chevron{width:0.875rem;height:0.875rem;color:var(--muted-foreground);}.discover-dropdown-menu{position:absolute;top:calc(100% + 0.25rem);left:0;z-index:40;min-width:10rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px rgba(0,0,0,0.3);padding:0.25rem 0;}.discover-dropdown-item{display:block;width:100%;padding:0.5rem 1rem;border:none;background:none;color:var(--foreground);font-size:0.875rem;text-align:left;cursor:pointer;transition:background-color 0.1s;font-family:inherit;}.discover-dropdown-item:hover{background:var(--secondary);}.discover-dropdown-item--active{color:var(--primary);font-weight:600;}.discover-custom-dates{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.75rem;flex-wrap:wrap;}.discover-date-input{width:auto;padding:0.4375rem 0.75rem;font-size:0.875rem;}.discover-communities-grid{display:grid;gap:1rem;grid-template-columns:1fr;}@media (min-width:640px){.discover-communities-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.discover-communities-grid{grid-template-columns:repeat(3,1fr);}}.community-card{display:block;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:hidden;box-shadow:var(--shadow-card);transition:transform 0.2s,box-shadow 0.2s;}.community-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);}.community-card-image-wrap{display:block;}.community-card-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;}.community-card-image--placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#6366f1,#06b6d4);}.community-card:nth-child(5n+1) .community-card-image--placeholder{background:linear-gradient(135deg,#a855f7,#ec4899);}.community-card:nth-child(5n+2) .community-card-image--placeholder{background:linear-gradient(135deg,#10b981,#fbbf24);}.community-card:nth-child(5n+3) .community-card-image--placeholder{background:linear-gradient(135deg,#e05252,#f5a623);}.community-card:nth-child(5n+4) .community-card-image--placeholder{background:linear-gradient(135deg,#667eea,#64d2ff);}.community-card:nth-child(5n+5) .community-card-image--placeholder{background:linear-gradient(135deg,#6366f1,#06b6d4);}.community-card-body{padding:0.875rem 1.25rem 1rem;}.community-card-name{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:0.25rem;}.community-card-desc{font-size:0.8125rem;color:var(--muted-foreground);line-height:1.5;margin-bottom:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.community-card-meta{display:flex;align-items:center;gap:0.375rem;font-size:0.8125rem;color:var(--muted-foreground);}.community-card-meta svg{width:1rem;height:1rem;flex-shrink:0;}.discover-people-list{display:flex;flex-direction:column;gap:0;}.person-card{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 0;border-bottom:1px solid var(--border);transition:background-color 0.1s;}.person-card:last-child{border-bottom:none;}.person-card:hover{background:var(--secondary);margin-left:-0.5rem;margin-right:-0.5rem;padding-left:0.5rem;padding-right:0.5rem;border-radius:var(--radius);}.person-card-info{flex:1;min-width:0;display:flex;flex-direction:column;}.person-card-username{font-size:0.9375rem;font-weight:600;}.person-card-bio{font-size:0.8125rem;color:var(--muted-foreground);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:500;background:var(--secondary);color:var(--secondary-foreground);}.badge-primary{background:var(--primary);color:var(--primary-foreground);}.badge-destructive{background:#2d1515;color:var(--destructive);}.empty-state{text-align:center;color:var(--muted-foreground);padding:3rem 1rem;font-size:0.9375rem;}.text-muted{color:var(--muted-foreground);}.skeleton{background:linear-gradient(90deg,var(--secondary) 25%,var(--muted) 50%,var(--secondary) 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s infinite;border-radius:var(--radius);}.skeleton-text{height:1rem;margin-bottom:0.5rem;}.skeleton-avatar{width:5rem;height:5rem;border-radius:50%;}@keyframes skeleton-pulse{0%{background-position:200% 0;}100%{background-position:-200% 0;}}.city-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;}.city-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);}.city-modal-content{position:relative;width:100%;max-width:480px;max-height:70vh;background:var(--card);border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.5);display:flex;flex-direction:column;overflow:hidden;margin:0 1rem;}.city-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 0.75rem;}.city-modal-header h2{font-size:1.125rem;font-weight:600;}.city-modal-close{width:2rem;height:2rem;border:none;background:none;font-size:1.5rem;color:var(--muted-foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.15s;line-height:1;}.city-modal-close:hover{background:var(--secondary);color:var(--foreground);}.city-modal-search{margin:0 1.5rem 0.75rem;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:0.9375rem;background:var(--background);color:var(--foreground);font-family:inherit;transition:border-color 0.15s,box-shadow 0.15s;}.city-modal-search:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px rgba(124,58,237,0.2);}.city-modal-search::placeholder{color:var(--muted-foreground);}.city-modal-results{flex:1;overflow-y:auto;padding:0 0.5rem 0.5rem;}.city-result-item{display:flex;align-items:center;gap:0.625rem;width:100%;padding:0.75rem 1rem;border:none;background:none;color:var(--foreground);font-size:0.9375rem;text-align:left;cursor:pointer;border-radius:var(--radius);transition:background-color 0.1s;font-family:inherit;}.city-result-item:hover{background:var(--secondary);}.city-result-item--current{color:var(--primary);font-weight:500;border-bottom:1px solid var(--border);border-radius:0;margin-bottom:0.25rem;}.city-result-item--current:hover{background:rgba(124,58,237,0.1);}.create-event-gate{text-align:center;padding:4rem 1rem;max-width:28rem;margin:0 auto;}.create-event-gate h2{font-size:1.5rem;font-weight:700;margin-bottom:0.75rem;}.create-event-gate p{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.6;}.create-event-form-container{max-width:40rem;margin:0 auto;padding:2rem 0 4rem;}.create-event-title{font-size:1.75rem;font-weight:700;letter-spacing:-0.025em;margin-bottom:1.5rem;}.form-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.25rem;box-shadow:var(--shadow-card);}.form-section-header{font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--muted-foreground);padding-bottom:0.75rem;margin-bottom:1rem;border-bottom:1px solid var(--border);}.form-row{display:flex;gap:1rem;}.form-group--half{flex:1;min-width:0;}.form-textarea{resize:vertical;min-height:5rem;}.form-hint{font-size:0.8125rem;color:var(--muted-foreground);margin-top:0.375rem;}.form-required{color:var(--destructive);}.form-char-count{display:block;text-align:right;font-size:0.75rem;color:var(--muted-foreground);margin-top:0.25rem;}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.75rem center;padding-right:2.5rem;}.form-toggle-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:0.9375rem;font-weight:500;margin-bottom:1rem;}.form-toggle-input{position:absolute;opacity:0;width:0;height:0;}.form-toggle-switch{position:relative;width:2.75rem;height:1.5rem;background:var(--border);border-radius:9999px;transition:background-color 0.2s;flex-shrink:0;}.form-toggle-switch::after{content:"";position:absolute;top:0.1875rem;left:0.1875rem;width:1.125rem;height:1.125rem;background:white;border-radius:50%;transition:transform 0.2s;box-shadow:0 1px 3px rgba(0,0,0,0.15);}.form-toggle-input:checked+.form-toggle-switch{background:var(--primary);}.form-toggle-input:checked+.form-toggle-switch::after{transform:translateX(1.25rem);}.segmented-control{display:flex;background:var(--secondary);border-radius:var(--radius);padding:0.1875rem;gap:0.1875rem;margin-bottom:1rem;}.segmented-btn{flex:1;padding:0.5rem 0.75rem;border:none;border-radius:calc(var(--radius) - 0.125rem);background:transparent;color:var(--muted-foreground);font-size:0.8125rem;font-weight:500;cursor:pointer;transition:background-color 0.15s,color 0.15s,box-shadow 0.15s;font-family:inherit;white-space:nowrap;}.segmented-btn:hover{color:var(--foreground);}.segmented-btn--active{background:var(--card);color:var(--foreground);box-shadow:0 1px 3px rgba(0,0,0,0.3);}.tag-input-wrap{display:flex;flex-direction:column;gap:0.5rem;}.tag-input-row{display:flex;gap:0.5rem;}.tag-input-row .form-input{flex:1;}.tag-chips{display:flex;flex-wrap:wrap;gap:0.375rem;}.tag-chip{display:inline-flex;align-items:center;gap:0.25rem;padding:0.25rem 0.625rem;background:var(--secondary);border-radius:9999px;font-size:0.8125rem;color:var(--foreground);}.tag-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border:none;background:none;color:var(--muted-foreground);font-size:1rem;cursor:pointer;border-radius:50%;padding:0;line-height:1;}.tag-chip-remove:hover{background:var(--border);color:var(--foreground);}.ticket-tier-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:0.75rem;}.ticket-tier-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem;}.ticket-tier-remove{width:1.75rem;height:1.75rem;border:none;background:none;color:var(--muted-foreground);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;}.ticket-tier-remove:hover{background:#2d1515;color:var(--destructive);}.ticket-tier-row{display:flex;gap:1rem;}.image-upload-area{position:relative;border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color 0.15s,background-color 0.15s;overflow:hidden;}.image-upload-area:hover{border-color:var(--primary);background:rgba(124,58,237,0.06);}.image-upload-area.drag-over{border-color:var(--primary);background:rgba(124,58,237,0.1);}.image-upload-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none;}.image-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;padding:2.5rem 1rem;color:var(--muted-foreground);}.image-upload-placeholder p{font-size:0.9375rem;font-weight:500;}.image-upload-placeholder span{font-size:0.75rem;}.image-upload-preview{position:relative;}.image-upload-preview img{width:100%;max-height:20rem;object-fit:cover;display:block;border-radius:calc(var(--radius) - 2px);}.image-upload-remove{position:absolute;top:0.5rem;right:0.5rem;width:2rem;height:2rem;border:none;background:rgba(0,0,0,0.6);color:white;font-size:1.25rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background-color 0.15s;}.image-upload-remove:hover{background:rgba(0,0,0,0.8);}@media (max-width:599px){.form-row{flex-direction:column;gap:0;}.ticket-tier-row{flex-direction:column;gap:0;}.create-event-form-container{padding:1.5rem 0 3rem;}}.tickets-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;}.tickets-empty{text-align:center;padding:3rem 1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);}.ticket-event-group{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden;}.ticket-event-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--secondary);transition:background-color 0.1s;}.ticket-event-header:hover{background:var(--muted);}.ticket-event-name{font-size:0.9375rem;font-weight:600;line-height:1.3;}.ticket-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.25rem;border:none;background:none;text-align:left;cursor:pointer;transition:background-color 0.1s;font-family:inherit;color:var(--foreground);}.ticket-item+.ticket-item{border-top:1px solid var(--border);}.ticket-item:hover{background:var(--secondary);}.ticket-item-info{flex:1;min-width:0;}.ticket-item-name{font-size:1rem;font-weight:600;margin-bottom:0.125rem;}.ticket-item-bottom{margin-top:0.375rem;}.ticket-item-price{font-size:0.875rem;font-weight:600;color:var(--primary);}.badge-purchased{background:rgba(34,197,94,0.12);color:#22c55e;border:1px solid rgba(34,197,94,0.25);}.badge-refunded{background:rgba(239,68,68,0.12);color:var(--destructive);border:1px solid rgba(239,68,68,0.25);}.ticket-detail-modal-content{max-width:24rem;text-align:left;}.ticket-detail-rows{display:flex;flex-direction:column;gap:0;}.ticket-detail-row{display:flex;align-items:center;justify-content:space-between;padding:0.625rem 0;border-top:1px solid var(--border);font-size:0.875rem;}.ticket-qr-section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);}.ticket-qr-wrap{display:flex;justify-content:center;padding:1rem;background:#ffffff;border-radius:var(--radius);}.ticket-qr-wrap canvas{display:block;}.settings-section-header{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1.25rem;}.settings-section-header>svg{flex-shrink:0;margin-top:0.125rem;color:var(--primary);}.settings-section-title{font-size:1.125rem;font-weight:600;line-height:1.3;}.settings-group-label{font-size:0.875rem;font-weight:600;margin-bottom:0.5rem;color:var(--foreground);}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.75rem 0;cursor:pointer;border-bottom:1px solid var(--border);}.settings-toggle-row:last-of-type{border-bottom:none;}.settings-toggle-label{font-size:0.9375rem;font-weight:500;line-height:1.3;}.settings-toggle-desc{font-size:0.8125rem;color:var(--muted-foreground);line-height:1.4;margin-top:0.0625rem;}.recurring-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem;}@media (max-width:599px){.recurring-header{flex-direction:column;align-items:stretch;}}.template-card{display:flex;align-items:center;gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:0.75rem;transition:border-color 0.15s;}.template-card:hover{border-color:var(--muted-foreground);}.template-card-image{width:4rem;height:4rem;border-radius:var(--radius);object-fit:cover;flex-shrink:0;}.template-card-image--placeholder{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));opacity:0.5;}.community-card-image{width:4rem;height:4rem;border-radius:50%;object-fit:cover;flex-shrink:0;}.community-card-image--placeholder{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:white;}.template-card-body{flex:1;min-width:0;}.template-card-title{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:0.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.template-card-schedule{font-size:0.8125rem;color:var(--muted-foreground);line-height:1.4;}.template-card-duration{font-size:0.75rem;color:var(--muted-foreground);margin-top:0.125rem;}.template-card-actions{flex-shrink:0;}.template-empty{text-align:center;padding:4rem 2rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);}.template-empty h3{font-size:1.25rem;font-weight:600;}.ed-sidebar-actions{display:flex;flex-direction:column;}.btn:disabled{opacity:0.5;cursor:not-allowed;}.tier-modal-content{max-width:32rem;text-align:left;}.tier-list{display:flex;flex-direction:column;gap:0.5rem;}.tier-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:1rem;}.tier-item--disabled{opacity:0.5;}.tier-item-info{display:flex;flex-direction:column;gap:0.25rem;min-width:0;flex:1;}.tier-item-name{font-weight:600;font-size:0.9375rem;}.tier-item-desc{font-size:0.8125rem;color:var(--muted-foreground);line-height:1.4;}.tier-item-price-line{font-size:0.8125rem;color:var(--muted-foreground);}.tier-item-limit{font-size:0.75rem;color:var(--primary);font-weight:500;}.tier-item-avail{font-size:0.75rem;color:var(--muted-foreground);}.tier-item-avail--sold-out{color:var(--destructive);font-weight:600;}.tier-item-qty{display:flex;align-items:center;gap:0.5rem;flex-shrink:0;}.tier-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:var(--secondary);color:var(--foreground);font-size:1.125rem;cursor:pointer;transition:border-color 0.15s,background-color 0.15s;padding:0;font-family:inherit;line-height:1;}.tier-qty-btn:hover:not(:disabled){border-color:var(--primary);background:var(--card);}.tier-qty-btn:disabled{opacity:0.3;cursor:not-allowed;}.tier-qty-value{min-width:1.5rem;text-align:center;font-weight:600;font-size:1rem;font-variant-numeric:tabular-nums;}.tier-cart-footer{padding-top:1rem;margin-top:0.5rem;border-top:1px solid var(--border);}.tier-cart-total{font-weight:600;font-size:0.9375rem;margin-bottom:0.75rem;text-align:center;}.tier-cart-checkout:disabled{opacity:0.5;cursor:not-allowed;}.checkout-modal-content{max-width:28rem;text-align:left;}.ed-payment-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:0.5rem;}.ed-payment-label{font-size:0.75rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:0.05em;}.ed-payment-method{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;background:var(--secondary);border-radius:var(--radius);font-size:0.875rem;color:var(--foreground);transition:background-color 0.15s;}a.ed-payment-method:hover{background:var(--card);}.ed-payment-icon{width:1.125rem;height:1.125rem;flex-shrink:0;}.toast-container{position:fixed;bottom:5rem;left:50%;transform:translateX(-50%);z-index:200;display:flex;flex-direction:column;align-items:center;gap:0.5rem;pointer-events:none;}@media (min-width:768px){.toast-container{bottom:2rem;}}.toast{background:var(--card);color:var(--foreground);border:1px solid var(--border);padding:0.75rem 1.5rem;border-radius:var(--radius);font-size:0.875rem;box-shadow:0 4px 20px rgba(0,0,0,0.4);opacity:0;transform:translateY(1rem);transition:opacity 0.3s,transform 0.3s;pointer-events:auto;}.toast--visible{opacity:1;transform:translateY(0);}