@layer base{*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-primary);color:var(--text);background-color:var(--bg);transition:background-color var(--transition-normal), color var(--transition-normal);margin:0;padding:0;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em;margin-block:0 var(--space-4);color:var(--text);font-weight:500;line-height:1.2}h1{font-size:36px;font-weight:600}h2{font-size:28px;font-weight:500}h3{font-size:22px;font-weight:500}h4{font-size:18px;font-weight:500}h5{font-size:16px}h6{font-size:13px}p{margin-block:0 var(--space-4);font-size:16px}.caption,figcaption,small{font-size:13px}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;height:auto}}@layer components{.buzzy-container{max-width:1200px;padding-inline:var(--space-6);margin-inline:auto}.buzzy-page{padding-block:var(--space-10)}.buzzy-grid{gap:var(--space-6);display:grid}.buzzy-grid.buzzy-grid-3{grid-template-columns:repeat(3,1fr)}.buzzy-grid.buzzy-grid-2{grid-template-columns:repeat(2,1fr)}@media (width<=1024px){.buzzy-grid.buzzy-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.buzzy-grid.buzzy-grid-3,.buzzy-grid.buzzy-grid-2{grid-template-columns:1fr}}.buzzy-nav{z-index:1000;background:#f6f5f2;border-bottom:1px solid #0000001f;justify-content:space-between;align-items:center;height:64px;padding-inline:32px;display:flex;position:sticky;top:0}[data-theme=dark] .buzzy-nav{background:#111113;border-bottom-color:#ffffff1f}.buzzy-nav .buzzy-nav-logo{align-items:center;display:flex}.buzzy-nav .buzzy-nav-logo img{width:auto;height:24px}.buzzy-nav .buzzy-nav-logo img.logo-light{display:block}[data-theme=dark] .buzzy-nav .buzzy-nav-logo img.logo-light{display:none}.buzzy-nav .buzzy-nav-logo img.logo-dark{display:none}[data-theme=dark] .buzzy-nav .buzzy-nav-logo img.logo-dark{display:block}.buzzy-nav .buzzy-nav-menu{font-family:var(--font-body);letter-spacing:.05em;align-items:center;gap:14px;margin:0;padding:0;font-size:13px;font-weight:500;list-style:none;display:flex}.buzzy-nav .buzzy-nav-menu .nav-divider{color:#0000004d;-webkit-user-select:none;user-select:none;font-weight:400}[data-theme=dark] :is(.buzzy-nav .buzzy-nav-menu .nav-divider){color:#ffffff4d}.buzzy-nav .buzzy-nav-menu a{color:#111;padding-block:4px;text-decoration:none;transition:opacity .2s}[data-theme=dark] :is(.buzzy-nav .buzzy-nav-menu a){color:#f6f5f2}.buzzy-nav .buzzy-nav-menu a:hover{opacity:.6}.buzzy-nav .buzzy-nav-right{align-items:center;gap:16px;display:flex}.buzzy-nav .buzzy-nav-icon{color:#111;cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s;display:inline-flex}[data-theme=dark] :is(.buzzy-nav .buzzy-nav-icon){color:#f6f5f2;border-color:#fff3}.buzzy-nav .buzzy-nav-icon:hover{background:#0000000d}[data-theme=dark] .buzzy-nav .buzzy-nav-icon:hover{background:#ffffff1a}.buzzy-nav .buzzy-nav-icon svg{stroke-width:2px;width:16px;height:16px}.buzzy-nav .buzzy-nav-actions{align-items:center;gap:8px;display:flex}.buzzy-nav .buzzy-nav-btn-link{font-family:var(--font-body);letter-spacing:.05em;color:#111;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;line-height:1;text-decoration:none}[data-theme=dark] :is(.buzzy-nav .buzzy-nav-btn-link){color:#f6f5f2}.buzzy-nav .buzzy-nav-btn-link:hover{opacity:.7}.buzzy-nav .buzzy-nav-btn-cta{font-family:var(--font-body);letter-spacing:.05em;color:#111;text-underline-offset:4px;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:underline}[data-theme=dark] :is(.buzzy-nav .buzzy-nav-btn-cta){color:#f6f5f2}.buzzy-nav .buzzy-nav-btn-cta:hover{opacity:.7}.buzzy-nav .buzzy-nav-mobile{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;justify-content:center;align-items:center;display:none}@media (width<=900px){.buzzy-nav{padding-inline:20px}.buzzy-nav .buzzy-nav-menu{background:var(--surface-primary);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding-block:8px;display:none;position:absolute;top:72px;left:0;right:0}.buzzy-nav .buzzy-nav-menu.open{display:flex}.buzzy-nav .buzzy-nav-menu a{width:100%;padding:12px 20px}.buzzy-nav .buzzy-nav-menu a:after{display:none}.buzzy-nav .buzzy-nav-mobile{display:flex}.buzzy-nav .buzzy-nav-actions .buzzy-nav-btn-outline,.buzzy-nav .buzzy-nav-actions .buzzy-nav-btn-primary{display:none}}[data-theme=dark] .buzzy-nav .buzzy-nav-logo img.logo-light{display:none}[data-theme=dark] .buzzy-nav .buzzy-nav-logo img.logo-dark{display:block}.buzzy-btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);font-family:var(--font-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;display:inline-flex}.buzzy-btn:active{transform:scale(.98)}.buzzy-btn.buzzy-btn-primary{background-color:var(--accent-orange);color:#fff}.buzzy-btn.buzzy-btn-primary:hover{background-color:color-mix(in srgb, var(--accent-orange) 85%, black);color:#fff}.buzzy-btn.buzzy-btn-secondary{color:var(--text);border:1px solid var(--border);background-color:#0000}.buzzy-btn.buzzy-btn-secondary:hover{background-color:var(--surface-secondary);border-color:var(--accent-orange);color:var(--accent-orange)}.buzzy-btn.buzzy-btn-danger{background-color:var(--error-red);color:#fff}.buzzy-btn.buzzy-btn-danger:hover{background-color:color-mix(in srgb, var(--error-red) 85%, black);color:#fff}.buzzy-btn.buzzy-btn-sm{padding:var(--space-2) var(--space-3);font-size:.75rem}.buzzy-btn.buzzy-btn-lg{padding:var(--space-4) var(--space-6);font-size:1rem}.buzzy-btn.buzzy-btn-full{width:100%}.btn-primary{font-family:var(--font-primary);color:#fff;cursor:pointer;background:#ff6d2f;border:none;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{color:#fff;background:#e55a20;transform:translateY(-1px)}.btn-primary:active{transform:scale(.98)}.btn-secondary{font-family:var(--font-primary);color:#4a4a4a;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{color:#ff6d2f;border-color:#ff6d2f}.btn-secondary:active{transform:scale(.98)}[data-theme=dark] .btn-secondary{color:#b0b0b0;background:#2a2a2e;border-color:#3a3a3e}[data-theme=dark] .btn-secondary:hover{color:#ff6d2f;border-color:#ff6d2f}.buzzy-input,.buzzy-select,.buzzy-textarea{width:100%;padding:var(--space-3);font-family:var(--font-primary);color:var(--text);background-color:var(--surface-primary);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--transition-fast);font-size:.875rem}:is(.buzzy-input,.buzzy-select,.buzzy-textarea):focus{border-color:var(--accent-orange);outline:none;box-shadow:0 0 0 3px #ff6d2f26}:is(.buzzy-input,.buzzy-select,.buzzy-textarea)::placeholder{color:var(--text-muted)}.buzzy-textarea{resize:vertical;min-height:120px}.buzzy-label{color:var(--text);margin-bottom:var(--space-2);font-size:.875rem;font-weight:500;display:block}.buzzy-form-group{margin-bottom:var(--space-5)}.buzzy-form-hint{color:var(--text-muted);margin-top:var(--space-1);font-size:.75rem}.buzzy-card{background-color:var(--surface-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-fast);overflow:hidden}.buzzy-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.buzzy-card .buzzy-card-image{aspect-ratio:16/9;object-fit:cover;width:100%}.buzzy-card .buzzy-card-body{padding:var(--space-5)}.buzzy-card .buzzy-card-title{font-family:var(--font-primary);margin-block:0 var(--space-2);font-size:1.125rem;font-weight:600}.buzzy-card .buzzy-card-description{color:var(--text-muted);margin-block:0 var(--space-4);font-size:.875rem}.buzzy-card .buzzy-card-footer{padding-top:var(--space-4);border-top:1px solid var(--border);margin-top:var(--space-4);justify-content:space-between;align-items:center;display:flex}.buzzy-tag{padding:var(--space-1) var(--space-3);margin-bottom:var(--space-3);background-color:var(--accent-amber);color:var(--text-carbon);border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;display:inline-block}.buzzy-auth-container{min-height:calc(100vh - 72px);padding:var(--space-6);justify-content:center;align-items:center;display:flex}.buzzy-auth-card{background-color:var(--surface-primary);width:100%;max-width:380px;padding:var(--space-8);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.buzzy-auth-title{font-family:var(--font-heading);text-align:center;margin-bottom:var(--space-6);font-size:1.5rem;font-weight:600}.buzzy-auth-footer{text-align:center;margin-top:var(--space-6);color:var(--text-muted);font-size:.875rem}.buzzy-auth-footer a{color:var(--accent-orange);font-weight:500}.buzzy-alert{padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-4);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.buzzy-alert.buzzy-alert-error{color:var(--error-red);background-color:#ef44441a;border:1px solid #ef444433}.buzzy-alert.buzzy-alert-success{color:var(--success-green);background-color:#22c55e1a;border:1px solid #22c55e33}.buzzy-alert .buzzy-alert-dismiss{cursor:pointer;color:inherit;background:0 0;border:none;font-size:1.25rem;line-height:1}.buzzy-profile-header{align-items:center;gap:var(--space-6);padding:var(--space-8);background-color:var(--surface-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:var(--space-10);display:flex}.buzzy-profile-header .buzzy-avatar{border-radius:var(--radius-full);object-fit:cover;border:3px solid var(--accent-orange);width:96px;height:96px}.buzzy-profile-header .buzzy-profile-info h2{margin-bottom:var(--space-1)}.buzzy-profile-header .buzzy-profile-info p{color:var(--text-muted);margin:0}.buzzy-profile-header .buzzy-profile-actions{margin-left:auto}@media (width<=640px){.buzzy-profile-header{text-align:center;flex-direction:column}.buzzy-profile-header .buzzy-profile-actions{margin-left:0;margin-top:var(--space-4)}}.buzzy-loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.buzzy-spinner{border:3px solid var(--border);border-top-color:var(--accent-orange);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite buzzy-spin}@keyframes buzzy-spin{to{transform:rotate(360deg)}}.buzzy-breadcrumbs{align-items:center;gap:var(--space-2);color:var(--text-muted);margin-bottom:var(--space-4);font-size:.875rem;display:flex}.buzzy-breadcrumbs a{color:var(--text-muted)}.buzzy-breadcrumbs a:hover{color:var(--accent-orange)}.buzzy-breadcrumbs span:not(:first-child):before{content:"/";margin-right:var(--space-2)}.buzzy-section-header{margin-bottom:var(--space-6)}.buzzy-section-header .buzzy-section-title{margin-bottom:var(--space-2)}.buzzy-section-header .buzzy-section-subtitle{color:var(--text-muted)}}@layer pages{.hero-editorial{color:#111;box-sizing:border-box;background:#f6f5f2;border-bottom:2px solid #111;flex-direction:column;justify-content:center;min-height:calc(100vh - 72px);padding:16px 24px 20px;display:flex}[data-theme=dark] .hero-editorial{color:#f6f5f2;background:#111113;border-bottom-color:#2e2e32}.hero-editorial .hero-editorial-inner{flex-direction:column;justify-content:space-between;gap:16px;width:100%;max-width:1300px;height:100%;margin-inline:auto;display:flex}.hero-editorial .hero-editorial-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:10px 0;display:flex}.hero-editorial .hero-editorial-title{letter-spacing:-.04em;text-transform:uppercase;color:#111;margin:0 0 16px;font-family:Archivo,sans-serif;font-size:clamp(3rem,9.5vw,6.8rem);font-weight:900;line-height:.88}[data-theme=dark] :is(.hero-editorial .hero-editorial-title){color:#fff}.hero-editorial .hero-editorial-sub{flex-direction:column;align-items:center;gap:16px;max-width:600px;display:flex}.hero-editorial .hero-editorial-desc{font-family:var(--font-body);color:#111111bf;margin:0;font-size:15px}[data-theme=dark] :is(.hero-editorial .hero-editorial-desc){color:#f6f5f2bf}.hero-editorial .hero-editorial-pills{align-items:center;gap:12px;margin-top:8px;display:flex}.hero-editorial .hero-editorial-pills .editorial-pill{font-family:var(--font-body);color:#111;border:1px solid #111;border-radius:100px;align-items:center;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}[data-theme=dark] :is(.hero-editorial .hero-editorial-pills .editorial-pill){color:#f6f5f2;border-color:#f6f5f2}.hero-editorial .hero-editorial-pills .editorial-pill.active,.hero-editorial .hero-editorial-pills .editorial-pill:hover{color:#fff;background:#111}[data-theme=dark] :is(.hero-editorial .hero-editorial-pills .editorial-pill.active,.hero-editorial .hero-editorial-pills .editorial-pill:hover){color:#111113;background:#f6f5f2}.hero-editorial .hero-editorial-strip{border-top:1px solid #0000001a;grid-template-columns:repeat(9,1fr);gap:12px;padding-top:14px;display:grid}[data-theme=dark] :is(.hero-editorial .hero-editorial-strip){border-top-color:#ffffff1a}@media (width<=1024px){.hero-editorial .hero-editorial-strip{grid-template-columns:repeat(5,1fr)}}@media (width<=640px){.hero-editorial .hero-editorial-strip{grid-template-columns:repeat(3,1fr)}}.hero-editorial .hero-editorial-strip .strip-item{color:currentColor;flex-direction:column;gap:6px;text-decoration:none;display:flex}.hero-editorial .hero-editorial-strip .strip-item .strip-index{font-family:var(--font-body);color:#00000080;font-size:11px;font-weight:600}[data-theme=dark] :is(.hero-editorial .hero-editorial-strip .strip-item .strip-index){color:#ffffff80}.hero-editorial .hero-editorial-strip .strip-item .strip-image-wrap{aspect-ratio:1;background:#e5e4e0;border-radius:4px;width:100%;position:relative;overflow:hidden}.hero-editorial .hero-editorial-strip .strip-item .strip-image-wrap .strip-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.hero-editorial .hero-editorial-strip .strip-item .strip-image-wrap .strip-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#00000040;justify-content:center;align-items:center;padding:8px;transition:opacity .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.hero-editorial .hero-editorial-strip .strip-item .strip-image-wrap .strip-overlay .strip-tooltip-pill{color:#fff;font-family:var(--font-body);letter-spacing:.02em;white-space:nowrap;pointer-events:none;text-align:center;background:#18181b;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:500;transition:transform .25s cubic-bezier(.16,1,.3,1);transform:translateY(6px)scale(.92);box-shadow:0 10px 25px -5px #0006,0 0 0 1px #ffffff1a}.hero-editorial .hero-editorial-strip .strip-item:hover .strip-image{transform:scale(1.05)}.hero-editorial .hero-editorial-strip .strip-item:hover .strip-overlay{opacity:1}.hero-editorial .hero-editorial-strip .strip-item:hover .strip-overlay .strip-tooltip-pill{transform:translateY(0)scale(1)}.hero{background:var(--surface-secondary);padding:100px 0 80px}.hero .hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin-inline:auto;padding-inline:40px;display:grid}@media (width<=1024px){.hero .hero-container{grid-template-columns:1fr;gap:60px}}@media (width<=900px){.hero .hero-container{padding-inline:20px}}.hero .hero-content{max-width:560px}@media (width<=1024px){.hero .hero-content{text-align:center;max-width:100%}}.hero .hero-title{letter-spacing:-.03em;color:var(--text);margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.1}@media (width<=900px){.hero .hero-title{font-size:2.5rem}}.hero .hero-subtitle{color:var(--text-muted);margin-bottom:36px;font-size:1.2rem;line-height:1.7}.hero .hero-actions{gap:12px;margin-bottom:48px;display:flex}@media (width<=1024px){.hero .hero-actions{justify-content:center}}.hero .hero-stats{gap:40px;display:flex}@media (width<=1024px){.hero .hero-stats{justify-content:center}}.hero .hero-stats .hero-stat{flex-direction:column;display:flex}.hero .hero-stats .hero-stat .hero-stat-value{font-size:2rem;font-weight:700}.hero .hero-stats .hero-stat .hero-stat-label{color:var(--text-muted);font-size:.875rem}.hero .hero-visual{justify-content:center;align-items:center;display:flex;position:relative}@media (width<=1024px){.hero .hero-visual{order:-1}}.hero .hero-graphic{width:100%;max-width:440px;position:relative}.hero .hero-card{background:var(--surface-primary);box-shadow:var(--shadow-lg);border-radius:20px;overflow:hidden}.hero .hero-card .hero-card-header{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:20px 24px;display:flex}.hero .hero-card .hero-card-avatar{background:linear-gradient(135deg, var(--accent-orange), var(--accent-amber));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:600;display:flex}.hero .hero-card .hero-card-author{flex:1}.hero .hero-card .hero-card-author .hero-card-name{font-size:15px;font-weight:600}.hero .hero-card .hero-card-author .hero-card-handle{color:var(--text-muted);font-size:13px}.hero .hero-card .hero-card-body{padding:24px}.hero .hero-card .hero-card-body .hero-card-text{margin-bottom:20px;font-size:16px;line-height:1.6}.hero .hero-card .hero-card-body .hero-card-image{object-fit:cover;border-radius:12px;width:100%;height:200px;margin-bottom:20px}.hero .hero-card .hero-card-actions{border-top:1px solid var(--border);gap:28px;padding-top:16px;display:flex}.hero .hero-card .hero-card-actions .hero-card-action{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;display:flex}.hero .hero-decoration{background:linear-gradient(135deg, var(--accent-orange), var(--accent-amber));border-radius:16px;position:absolute}.hero .hero-decoration.hero-decoration-1{opacity:.12;width:100px;height:100px;top:-30px;right:-20px;transform:rotate(15deg)}.hero .hero-decoration.hero-decoration-2{opacity:.15;width:60px;height:60px;bottom:60px;left:-25px;transform:rotate(-12deg)}.hero .hero-decoration.hero-decoration-3{opacity:.1;border-radius:50%;width:40px;height:40px;top:50%;right:-40px}.main-content{max-width:1300px;margin-inline:auto;padding:64px 32px 100px}@media (width<=900px){.main-content{padding:40px 20px 60px}}.filters,.filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:26px;display:flex}:is(.filters,.filter-bar) .filter-btn{font-family:var(--font-body);letter-spacing:.03em;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:100px;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s}:is(.filters,.filter-bar) .filter-btn:hover,:is(.filters,.filter-bar) .filter-btn.active{color:#fff;background:#111;border-color:#111}[data-theme=dark] :is(:is(.filters,.filter-bar) .filter-btn:hover,:is(.filters,.filter-bar) .filter-btn.active){color:#111113;background:#f6f5f2;border-color:#f6f5f2}.section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:32px;padding-bottom:12px;display:flex}.section-header .section-title{letter-spacing:-.02em;text-transform:uppercase;margin:0;font-family:Archivo,sans-serif;font-size:1.75rem;font-weight:800}.section-header .section-link{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--text);text-underline-offset:4px;font-size:13px;font-weight:600;text-decoration:underline}.section-header .section-link:hover{opacity:.7}.blogs-carousel-section{margin-bottom:72px}.blogs-carousel-header{justify-content:space-between;align-items:flex-end;margin-bottom:36px;display:flex}.blogs-carousel-header .blogs-carousel-title{letter-spacing:-.02em;color:var(--text);margin:0;font-family:Archivo,sans-serif;font-size:2.75rem;font-weight:500;line-height:1.1}.blogs-carousel-header .blogs-carousel-nav{align-items:center;gap:8px;display:flex}.blogs-carousel-header .blogs-carousel-nav .carousel-arrow-btn{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.blogs-carousel-header .blogs-carousel-nav .carousel-arrow-btn.active,.blogs-carousel-header .blogs-carousel-nav .carousel-arrow-btn:hover{color:#fff;background:#111;border-color:#111}[data-theme=dark] :is(.blogs-carousel-header .blogs-carousel-nav .carousel-arrow-btn.active,.blogs-carousel-header .blogs-carousel-nav .carousel-arrow-btn:hover){color:#111113;background:#f6f5f2;border-color:#f6f5f2}.blogs-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding-bottom:24px;display:flex;overflow-x:auto}.blogs-carousel-track::-webkit-scrollbar{display:none}.blogs-carousel-track .post-card{scroll-snap-align:start;flex:0 0 300px;width:300px}.blog-card-item{scroll-snap-align:start;background:#fff;border:1.5px solid #111;border-radius:4px;flex-direction:column;flex:0 0 300px;width:300px;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}[data-theme=dark] .blog-card-item{background:#161618;border-color:#2e2e32}.blog-card-item .blog-card-img-wrap{background:#e5e4e0;border-bottom:1.5px solid #111;width:100%;height:190px;overflow:hidden}[data-theme=dark] :is(.blog-card-item .blog-card-img-wrap){border-bottom-color:#2e2e32}.blog-card-item .blog-card-img-wrap .blog-card-img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.blog-card-item .blog-card-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.blog-card-item .blog-card-body .blog-card-category{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.blog-card-item .blog-card-body .blog-card-title{letter-spacing:-.02em;color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Archivo,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}[data-theme=dark] :is(.blog-card-item .blog-card-body .blog-card-title){color:#fff}.blog-card-item .blog-card-body .blog-card-link{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:#111;border-top:1px dashed #0000001f;margin-top:auto;padding-top:10px;font-size:12px;font-weight:600}[data-theme=dark] :is(.blog-card-item .blog-card-body .blog-card-link){color:#f6f5f2;border-top-color:#ffffff1f}.blog-card-item:hover{transform:translateY(-4px);box-shadow:0 14px 30px -8px #00000026}[data-theme=dark] .blog-card-item:hover{border-color:#f6f5f2;box-shadow:0 14px 30px -8px #0009}.blog-card-item:hover .blog-card-img{transform:scale(1.06)}.blog-card-item:hover .blog-card-link{text-underline-offset:4px;text-decoration:underline}.blogs-carousel-dots{justify-content:center;align-items:center;gap:6px;margin-top:20px;display:flex}.blogs-carousel-dots .dot-item{background:#0003;border-radius:50%;width:6px;height:6px;transition:all .2s}[data-theme=dark] :is(.blogs-carousel-dots .dot-item){background:#fff3}.blogs-carousel-dots .dot-item.active{background:#111;width:8px;height:8px}[data-theme=dark] .blogs-carousel-dots .dot-item.active{background:#f6f5f2}.explore-section{margin-top:72px}.explore-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=900px){.explore-grid{grid-template-columns:1fr}}.explore-grid .explore-card{background:var(--surface-primary);border:1px solid var(--border);border-radius:12px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.explore-grid .explore-card:hover{border-color:#111;transform:translateY(-3px);box-shadow:0 12px 30px -10px #0000001f}[data-theme=dark] .explore-grid .explore-card:hover{border-color:#f6f5f2;box-shadow:0 12px 30px -10px #0009}.explore-grid .explore-card .explore-card-image{object-fit:cover;width:100%;height:180px}.explore-grid .explore-card .explore-card-body{padding:20px}.explore-grid .explore-card .explore-card-tag{font-family:var(--font-body);letter-spacing:.04em;color:#111;text-transform:uppercase;font-size:11px;font-weight:600}[data-theme=dark] :is(.explore-grid .explore-card .explore-card-tag){color:#f6f5f2}.explore-grid .explore-card .explore-card-title{color:var(--text);margin-top:8px;font-family:Archivo,sans-serif;font-size:1.1rem;font-weight:700}.cta-section{box-sizing:border-box;max-width:1300px;margin:40px auto;padding:0 32px}@media (width<=900px){.cta-section{margin:60px auto 30px;padding:0 20px}}.cta-card{color:#fff;background:#111;border-radius:16px;justify-content:space-between;align-items:center;padding:48px 56px;display:flex}[data-theme=dark] .cta-card{background:#1c1c1f;border:1px solid #ffffff1f}@media (width<=900px){.cta-card{text-align:center;flex-direction:column;gap:24px;padding:36px 28px}}.cta-card .cta-content{max-width:480px}.cta-card .cta-title{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin-bottom:8px;font-family:Archivo,sans-serif;font-size:1.75rem;font-weight:800}.cta-card .cta-text{font-family:var(--font-body);color:#ffffffbf;margin:0;font-size:15px;line-height:1.6}.cta-card .btn-primary{font-family:var(--font-body);letter-spacing:.03em;color:#111;background:#fff;border-radius:100px;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.cta-card .btn-primary:hover{background:#f0efed;transform:scale(1.03)}.all-posts-page{min-height:80vh;padding:40px 24px}.all-posts-container{max-width:1200px;margin-inline:auto}.all-posts-header{text-align:center;margin-bottom:40px}.all-posts-title{font-size:2.5rem;font-weight:700}.all-posts-subtitle{color:var(--text-muted);font-size:1.125rem}.posts-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.posts-grid{grid-template-columns:1fr}}.post-card{box-sizing:border-box;background:#fff;border:1.5px solid #111;border-radius:4px;flex-direction:column;height:100%;transition:all .25s;display:flex;position:relative;overflow:hidden}[data-theme=dark] .post-card{background:#161618;border-color:#2e2e32}.post-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -8px #00000026}[data-theme=dark] .post-card:hover{border-color:#f6f5f2;box-shadow:0 14px 30px -8px #0009}.post-card:hover .post-card-image{transform:scale(1.06)}.post-card:hover .post-card-link{text-underline-offset:4px;text-decoration:underline}.post-card .post-card-image-wrapper{background:#e5e4e0;border-bottom:1.5px solid #111;width:100%;height:200px;position:relative;overflow:hidden}[data-theme=dark] :is(.post-card .post-card-image-wrapper){border-bottom-color:#2e2e32}.post-card .post-card-image-wrapper .post-card-image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.post-card .post-card-image-wrapper .post-card-badge{color:#fff;font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;background:#111;border-radius:2px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px}[data-theme=dark] :is(.post-card .post-card-image-wrapper .post-card-badge){color:#111113;background:#f6f5f2}.post-card .post-card-content{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.post-card .post-card-title{letter-spacing:-.02em;color:#111;margin:0;font-family:Archivo,sans-serif;font-size:1.25rem;font-weight:800;line-height:1.25}[data-theme=dark] :is(.post-card .post-card-title){color:#fff}.post-card .post-card-description{font-family:var(--font-body);color:var(--text-muted);flex:1;margin:0;font-size:13px;line-height:1.55}.post-card .post-card-footer{border-top:1px dashed #0000001f;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}[data-theme=dark] :is(.post-card .post-card-footer){border-top-color:#ffffff1f}.post-card .post-card-author{font-family:var(--font-body);color:var(--text-muted);font-size:12px;font-weight:500}.post-card .post-card-link{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:#111;font-size:12px;font-weight:600;text-decoration:none}[data-theme=dark] :is(.post-card .post-card-link){color:#f6f5f2}.pagination-container{justify-content:center;gap:8px;margin-top:48px;display:flex}.post-container{max-width:800px;margin-inline:auto;padding:60px 24px}.post-container .post-header{text-align:center;margin-bottom:40px}.post-container .post-category{color:var(--accent-orange);text-transform:uppercase;background:#ff6d2f1a;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-block}.post-container .post-title{margin-bottom:24px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.post-container .post-meta{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;font-size:15px;display:flex}.post-container .post-meta-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.post-container .post-meta-divider{background:var(--text-muted);opacity:.5;border-radius:50%;width:4px;height:4px}.post-container .post-image-container{box-shadow:var(--shadow-lg);object-fit:cover;border-radius:24px;height:450px;margin:0 -40px 60px;overflow:hidden}.post-container .post-image{width:100%;height:auto;display:block}.post-container .post-content{margin-bottom:60px;font-size:1.125rem;line-height:1.8}.post-container .post-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:40px;display:flex}.post-container .post-actions .reaction-buttons{gap:12px;display:flex}.post-container .post-actions .reaction-btn{border:1px solid var(--border);background:var(--surface-primary);color:var(--text-muted);cursor:pointer;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-weight:500;transition:all .2s;display:inline-flex}.post-container .post-actions .reaction-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange);background:#ff6d2f0d}.post-container .author-card{background:var(--surface-secondary);border-radius:20px;align-items:center;gap:32px;margin-top:80px;padding:40px;display:flex}@media (width<=768px){.post-container .author-card{text-align:center;flex-direction:column;padding:32px}}.post-container .author-card .author-avatar-large{object-fit:cover;border-radius:50%;width:100px;height:100px}.post-container .author-card .author-info h3{margin-bottom:8px;font-size:1.25rem;font-weight:700}.post-container .author-card .author-bio{color:var(--text-muted);line-height:1.6}.categories-page{background:var(--bg);min-height:80vh;padding:60px 32px 100px}@media (width<=768px){.categories-page{padding:40px 20px 60px}}.categories-container{max-width:1300px;margin-inline:auto}.categories-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:64px;display:flex}.categories-header .categories-top-tag{font-family:var(--font-body);letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px;font-size:12px;font-weight:600}.categories-header .categories-title{letter-spacing:-.03em;text-transform:uppercase;color:var(--text);margin:0 0 20px;font-family:Archivo,sans-serif;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:.95}.categories-header .categories-subtitle{font-family:var(--font-body);color:var(--text-muted);max-width:540px;margin-inline:auto;font-size:15px;line-height:1.6}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.category-card{box-sizing:border-box;background:#fff;border:1.5px solid #111;border-radius:4px;flex-direction:column;justify-content:space-between;height:220px;padding:28px 30px;text-decoration:none;transition:all .25s;display:flex;position:relative}[data-theme=dark] .category-card{background:#161618;border-color:#2e2e32}.category-card .category-card-top{justify-content:space-between;align-items:center;display:flex}.category-card .category-card-top .category-num{font-family:var(--font-body);color:var(--text-muted);opacity:.6;font-size:13px;font-weight:600}.category-card .category-card-top .category-icon-wrapper{color:#fff;background:#111;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}[data-theme=dark] :is(.category-card .category-card-top .category-icon-wrapper){color:#111113;background:#f6f5f2}.category-card .category-card-content{flex-direction:column;gap:12px;display:flex}.category-card .category-card-content .category-name{text-transform:uppercase;color:#111;letter-spacing:-.02em;margin:0;font-family:Archivo,sans-serif;font-size:1.5rem;font-weight:800}[data-theme=dark] :is(.category-card .category-card-content .category-name){color:#fff}.category-card .category-card-content .category-action-row{border-top:1px dashed #0000001f;justify-content:space-between;align-items:center;padding-top:12px;display:flex}[data-theme=dark] :is(.category-card .category-card-content .category-action-row){border-top-color:#ffffff1f}.category-card .category-card-content .category-action-row .category-browse-label{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.category-card .category-card-content .category-action-row .category-arrow{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:#111;font-size:13px;font-weight:600;transition:transform .25s}[data-theme=dark] :is(.category-card .category-card-content .category-action-row .category-arrow){color:#f6f5f2}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -8px #00000026}[data-theme=dark] .category-card:hover{border-color:#f6f5f2;box-shadow:0 14px 30px -8px #0009}.category-card:hover .category-arrow{text-underline-offset:4px;text-decoration:underline;transform:translate(4px)}.about-page{background:var(--bg)}.about-page .about-hero{text-align:center;flex-direction:column;align-items:center;padding:80px 24px 70px;display:flex}.about-page .about-badge{font-family:var(--font-body);letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.about-page .about-title{letter-spacing:-.03em;text-transform:uppercase;color:var(--text);max-width:900px;margin:0 0 24px;font-family:Archivo,sans-serif;font-size:clamp(2.5rem,6.5vw,4.5rem);font-weight:900;line-height:.95}.about-page .about-subtitle{font-family:var(--font-body);color:var(--text-muted);max-width:640px;margin-inline:auto;font-size:15px;line-height:1.65}.about-page .mission-section{max-width:1200px;margin-inline:auto;padding:60px 24px 80px}.about-page .mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}@media (width<=900px){.about-page .mission-grid{grid-template-columns:1fr}}.about-page .mission-image{border:1.5px solid #111;border-radius:4px;overflow:hidden}[data-theme=dark] :is(.about-page .mission-image){border-color:#2e2e32}.about-page .mission-image img{width:100%;transition:transform .4s;display:block}.about-page .mission-image img:hover{transform:scale(1.03)}.about-page .mission-content{flex-direction:column;gap:16px;display:flex}.about-page .mission-content h2{letter-spacing:-.02em;text-transform:uppercase;color:var(--text);margin:0 0 8px;font-family:Archivo,sans-serif;font-size:2.25rem;font-weight:800}.about-page .mission-content p{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:15px;line-height:1.65}.about-page .features-section{border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);padding:80px 24px}.about-page .features-container{max-width:1200px;margin-inline:auto}.about-page .features-header{text-align:center;margin-bottom:56px}.about-page .features-header h2{letter-spacing:-.02em;text-transform:uppercase;color:var(--text);margin:0;font-family:Archivo,sans-serif;font-size:2.25rem;font-weight:800}.about-page .features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=768px){.about-page .features-grid{grid-template-columns:1fr}}.about-page .feature-card{background:#fff;border:1.5px solid #111;border-radius:4px;flex-direction:column;gap:12px;padding:32px 28px;transition:all .25s;display:flex}[data-theme=dark] :is(.about-page .feature-card){background:#161618;border-color:#2e2e32}.about-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -8px #00000026}[data-theme=dark] .about-page .feature-card:hover{border-color:#f6f5f2;box-shadow:0 14px 30px -8px #0009}.about-page .feature-card .feature-icon-box{color:#fff;background:#111;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:8px;display:flex}[data-theme=dark] :is(.about-page .feature-card .feature-icon-box){color:#111113;background:#f6f5f2}.about-page .feature-card .feature-title{color:#111;margin:0;font-family:Archivo,sans-serif;font-size:1.2rem;font-weight:800}[data-theme=dark] :is(.about-page .feature-card .feature-title){color:#fff}.about-page .feature-card .feature-desc{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.admin-dashboard{padding:24px}.admin-dashboard .admin-welcome-card{background:linear-gradient(135deg, var(--accent-orange) 0%, #ff8f5f 100%);color:#fff;border-radius:24px;margin-bottom:40px;padding:40px;box-shadow:0 10px 30px #ff6d2f33}.admin-dashboard .admin-welcome-card .admin-welcome-title{color:#fff;margin-bottom:8px;font-size:2.5rem;font-weight:800}.admin-dashboard .admin-welcome-card .admin-welcome-subtitle{opacity:.9;font-size:1.125rem}.admin-dashboard .stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;display:grid}@media (width<=1024px){.admin-dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.admin-dashboard .stats-grid{grid-template-columns:1fr}}.admin-dashboard .stat-card{background:var(--surface-primary);border:1px solid var(--border);border-radius:20px;padding:24px;transition:transform .2s}.admin-dashboard .stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.admin-dashboard .stat-card .stat-header{justify-content:space-between;margin-bottom:16px;display:flex}.admin-dashboard .stat-card .stat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.admin-dashboard .stat-card .stat-icon.users{color:#0284c7;background:#e0f2fe}.admin-dashboard .stat-card .stat-icon.posts{color:#16a34a;background:#dcfce7}.admin-dashboard .stat-card .stat-icon.categories{color:#d97706;background:#fef3c7}.admin-dashboard .stat-card .stat-icon.banned{color:#dc2626;background:#fee2e2}.admin-dashboard .stat-card .stat-value{margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1}.admin-dashboard .stat-card .stat-label{color:var(--text-muted);font-size:.875rem}.admin-dashboard .quick-actions-section{background:var(--surface-primary);border:1px solid var(--border);border-radius:24px;padding:32px}.admin-dashboard .quick-actions-section .section-title{margin-bottom:24px;font-size:1.25rem;font-weight:700}.admin-dashboard .quick-actions-section .actions-grid{flex-wrap:wrap;gap:16px;display:flex}.admin-dashboard .quick-actions-section .action-btn{border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.admin-dashboard .quick-actions-section .action-btn.primary{background:var(--accent-orange);color:#fff}.admin-dashboard .quick-actions-section .action-btn.secondary{background:var(--surface-secondary);color:var(--text)}.buzzy-admin-header{margin-bottom:var(--space-8);flex-direction:column;display:flex}.buzzy-admin-header .buzzy-admin-title{margin-bottom:4px;font-size:1.75rem;font-weight:700}.buzzy-table-container{background-color:var(--surface-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border);overflow-x:auto}.buzzy-table{border-collapse:collapse;width:100%}.buzzy-table th,.buzzy-table td{padding:var(--space-4) var(--space-5);text-align:left}.buzzy-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background-color:var(--surface-secondary);border-bottom:1px solid var(--border);font-size:.75rem;font-weight:600}.buzzy-table tr{border-bottom:1px solid var(--border);height:52px}.buzzy-table tr:last-child{border-bottom:none}.buzzy-table tr:hover{background-color:var(--surface-secondary)}.buzzy-table .buzzy-table-actions{gap:var(--space-2);display:flex}.site-footer{background:#fafafa;padding:40px 40px 24px}.site-footer .footer-container{grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}@media (width<=640px){.site-footer .footer-container{grid-template-columns:1fr;gap:24px}}.site-footer .footer-col h4{font-family:var(--font-primary);color:#1a1a1c;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.site-footer .footer-col ul{margin:0;padding:0;list-style:none}.site-footer .footer-col li{margin-bottom:6px}.site-footer .footer-col a{font-family:var(--font-primary);color:#6b6b6b;font-size:13px;text-decoration:none;transition:color .2s}.site-footer .footer-col a:hover{color:var(--accent-orange)}.site-footer .footer-bottom{border-top:1px solid #e8e8e8;max-width:1200px;margin:32px auto 0;padding-top:16px}.site-footer .footer-bottom p{font-family:var(--font-primary);color:#9a9a9a;margin:0;font-size:12px}@media (width<=640px){.site-footer{padding:32px 20px 20px}}[data-theme=dark] .site-footer{background:#1a1a1c}[data-theme=dark] .site-footer .footer-col h4{color:#fff}[data-theme=dark] .site-footer .footer-col a{color:#7a7a7a}[data-theme=dark] .site-footer .footer-bottom{border-color:#2a2a2e}.status-badge{border-radius:4px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.status-badge.status-banned{color:#ef4444;background:#ef444433}.status-badge.status-active{color:#22c55e;background:#22c55e33}.status-btn-unban{color:#22c55e!important;background:#22c55e33!important}.status-btn-delete{color:#ef4444!important;background:#ef44441a!important}}@layer utilities;:root{--bg-white:#fff;--fg-dark:#280f00;--fg-muted:#443932;--primary-gold:#e6c15c;--accent-brown:#5a3900;--border-slate:#e2e8f0;--error-red:#ef4444;--success-green:#22c55e;--warning-yellow:#eab308;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #0000000d;--shadow-lg:0 8px 24px #00000014;--shadow-hover:0 8px 20px #0000001a;--font-heading:"Archivo", sans-serif;--font-body:"IBM Plex Mono", monospace;--font-primary:var(--font-body);--transition-fast:.12s ease-out;--transition-normal:.2s ease-out}[data-theme=light]{--bg:var(--bg-white);--text:var(--fg-dark);--text-muted:var(--fg-muted);--surface-primary:var(--bg-white);--surface-secondary:#f8fafc;--border:var(--border-slate);--primary:var(--primary-gold);--accent:var(--accent-brown)}[data-theme=dark]{--bg:#141416;--text:#f7f6f4;--text-muted:#a0a0a5;--surface-primary:#1c1c1e;--surface-secondary:#242428;--border:#2e2e32;--primary:var(--primary-gold);--accent:var(--accent-brown)}:root:not([data-theme]){--bg:var(--bg-white);--text:var(--fg-dark);--text-muted:var(--fg-muted);--surface-primary:var(--bg-white);--surface-secondary:#f8fafc;--border:var(--border-slate);--primary:var(--primary-gold);--accent:var(--accent-brown)}::view-transition-old(root){animation:.25s cubic-bezier(.4,0,.2,1) both fade-out,.25s cubic-bezier(.4,0,.2,1) both scale-down}::view-transition-new(root){animation:.3s cubic-bezier(0,0,.2,1) both fade-in,.3s cubic-bezier(0,0,.2,1) both scale-up}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-down{0%{transform:scale(1)}to{transform:scale(.98)}}@keyframes scale-up{0%{transform:scale(1.01)}to{transform:scale(1)}}
