:root {
  --c-primary: #14E0FF;
  --c-secondary: #FF2FD0;
  --c-accent: #FFD447;
  --c-bg: #090B1D;
  --c-surface: #141B36;
  --c-text-p: #EAF6FF;
  --c-text-s: #A8BCD7;
  --font-h: 'Rajdhani', sans-serif;
  --font-b: 'Inter', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: var(--font-b); background: var(--c-bg); color: var(--c-text-p); overflow-x: hidden; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-text-p); text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-h); font-weight: 700; line-height: 1.2; margin: 0 0 1rem; }
.athleticoree_container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { transition: none !important; transform: none !important; opacity: 1 !important; } }
.athleticoree_header { position: sticky; top: 0; background: var(--c-bg); z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.05); transition: background 0.3s, backdrop-filter 0.3s; }
.athleticoree_header.header--scrolled { background: rgba(9, 11, 29, 0.85); backdrop-filter: blur(14px); box-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.athleticoree_header_inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.athleticoree_logo img { height: 40px; }
.athleticoree_menu { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--c-surface); padding: 16px; border-bottom: 2px solid var(--c-primary); z-index: 200; }
.athleticoree_menu.is-open { display: flex; }
.athleticoree_menu a { padding: 12px 0; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,0.05); }
.athleticoree_header_actions { display: flex; align-items: center; gap: 16px; }
.athleticoree_auth_link { display: none; font-weight: 500; }
.athleticoree_cart_btn { position: relative; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--c-text-p); }
.athleticoree_cart_badge { position: absolute; top: 4px; right: 2px; background: var(--c-primary); color: #000; font-size: 11px; font-weight: 700; height: 18px; min-width: 18px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.athleticoree_burger { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 44px; height: 44px; background: none; border: none; cursor: pointer; gap: 5px; }
.athleticoree_burger_line { width: 24px; height: 2px; background: var(--c-text-p); }
@media (min-width: 768px) {
  .athleticoree_burger { display: none; }
  .athleticoree_menu { display: flex; flex-direction: row; position: static; background: none; padding: 0; border: none; gap: 32px; }
  .athleticoree_menu a { border: none; padding: 0; position: relative; }
  .athleticoree_menu a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--c-primary); transition: width 0.22s ease; }
  .athleticoree_menu a:hover::after { width: 100%; }
  .athleticoree_auth_link { display: block; }
}
.athleticoree_btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; font-family: var(--font-h); font-weight: 700; font-size: 1.1rem; border: none; cursor: pointer; transition: transform 0.2s, background 0.3s; min-height: 44px; text-transform: uppercase; letter-spacing: 0.5px; }
.athleticoree_btn_primary { background: var(--c-primary); color: #000; }
.athleticoree_btn_primary:hover { background: #00bfff; }
.athleticoree_btn_primary:active { transform: scale(0.96); }
.athleticoree_btn_full { width: 100%; }
.athleticoree_section { padding: 60px 0; }
.athleticoree_bg_surface { background: var(--c-surface); }
.athleticoree_section_title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 40px; color: var(--c-primary); }
.athleticoree_hero { min-height: 60vh; display: flex; align-items: center; padding: 60px 16px; flex-direction: column; gap: 40px; }
@media (min-width: 768px) { .athleticoree_hero { flex-direction: row; } }
.athleticoree_hero_content { flex: 1; }
.athleticoree_hero_title { font-size: clamp(2.5rem, 8vw, 4.5rem); line-height: 1; margin-bottom: 24px; text-transform: uppercase; }
.athleticoree_hero_subtitle { font-size: 1.1rem; color: var(--c-text-s); margin-bottom: 32px; max-width: 600px; }
.athleticoree_hero_actions { margin-bottom: 32px; }
.athleticoree_hero_proof { display: flex; flex-wrap: wrap; gap: 12px; }
.athleticoree_tag { background: rgba(20, 224, 255, 0.1); border: 1px solid var(--c-primary); color: var(--c-primary); padding: 4px 12px; font-size: 0.85rem; font-family: var(--font-h); font-weight: 700; border-radius: 4px; }
.athleticoree_hero_visual { flex: 1; width: 100%; }
.athleticoree_hero_frame { border: 2px solid var(--c-secondary); padding: 16px; position: relative; }
.athleticoree_hero_frame::before { content: ''; position: absolute; top: -8px; left: -8px; right: -8px; bottom: -8px; border: 1px solid rgba(255, 47, 208, 0.4); pointer-events: none; }
.athleticoree_product_grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 481px) { .athleticoree_product_grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .athleticoree_product_grid { grid-template-columns: repeat(3, 1fr); } }
.athleticoree_product_card { background: var(--c-bg); border: 1px solid rgba(255,255,255,0.05); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.22s, border-color 0.22s; }
.athleticoree_product_card:hover { box-shadow: 0 8px 32px rgba(20, 224, 255, 0.15); border-color: rgba(20, 224, 255, 0.3); }
.athleticoree_product_image_wrap { position: relative; overflow: hidden; padding-top: 100%; }
.athleticoree_product_image_wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.athleticoree_product_card:hover .athleticoree_product_image_wrap img { transform: scale(1.07); }
.athleticoree_heart_btn { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; background: rgba(9, 11, 29, 0.7); border: none; border-radius: 50%; color: var(--c-text-p); cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); transition: color 0.2s; }
.athleticoree_heart_btn.is-active { color: var(--c-secondary); }
.athleticoree_heart_btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; transition: fill 0.2s; }
.athleticoree_heart_btn.is-active svg { fill: currentColor; }
.athleticoree_product_info { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.athleticoree_product_meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-family: var(--font-h); }
.athleticoree_badge { background: var(--c-secondary); color: #fff; font-size: 0.75rem; padding: 2px 8px; font-weight: 700; text-transform: uppercase; }
.athleticoree_price { color: var(--c-primary); font-size: 1.2rem; font-weight: 700; }
.athleticoree_product_name { font-size: 1.25rem; margin-bottom: 8px; }
.athleticoree_product_name a { transition: color 0.2s; }
.athleticoree_product_name a:hover { color: var(--c-primary); }
.athleticoree_product_desc { font-size: 0.9rem; color: var(--c-text-s); margin-bottom: 24px; flex: 1; }
.athleticoree_category_hub { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 600px) { .athleticoree_category_hub { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .athleticoree_category_hub { grid-template-columns: repeat(4, 1fr); } }
.athleticoree_category_card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.1); padding: 24px; transition: background 0.3s, border-color 0.3s; }
.athleticoree_category_card:hover { background: rgba(20, 224, 255, 0.05); border-color: var(--c-primary); }
.athleticoree_category_card h3 { font-size: 1.4rem; color: var(--c-primary); margin-bottom: 8px; }
.athleticoree_category_card p { font-size: 0.9rem; color: var(--c-text-s); margin: 0; }
.athleticoree_trust_row { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 600px) { .athleticoree_trust_row { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .athleticoree_trust_row { grid-template-columns: repeat(4, 1fr); } }
.athleticoree_trust_item { text-align: center; padding: 24px; border-top: 2px solid var(--c-secondary); background: var(--c-bg); }
.athleticoree_trust_item strong { display: block; font-family: var(--font-h); font-size: 1.2rem; color: var(--c-text-p); margin-bottom: 8px; }
.athleticoree_trust_item p { font-size: 0.9rem; color: var(--c-text-s); margin: 0; }
.athleticoree_split_layout { display: flex; flex-direction: column; gap: 40px; align-items: center; }
@media (min-width: 768px) { .athleticoree_split_layout { flex-direction: row; align-items: flex-start; } }
.athleticoree_split_text { flex: 1; }
.athleticoree_split_media { flex: 1; }
.athleticoree_steps { display: grid; grid-template-columns: 1fr; gap: 32px; counter-reset: step; }
@media (min-width: 768px) { .athleticoree_steps { grid-template-columns: repeat(3, 1fr); } }
.athleticoree_step { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,0.1); }
.athleticoree_step_number { font-family: var(--font-h); font-size: 3rem; font-weight: 700; color: rgba(20, 224, 255, 0.2); line-height: 1; margin-bottom: 16px; }
.athleticoree_reviews { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .athleticoree_reviews { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } }
.athleticoree_review_card { background: var(--c-surface); padding: 24px; border-left: 2px solid var(--c-primary); }
.athleticoree_stars { color: var(--c-accent); margin-bottom: 12px; letter-spacing: 2px; }
.athleticoree_review_card p { font-style: italic; margin-bottom: 16px; font-size: 0.95rem; }
.athleticoree_review_card strong { display: block; font-family: var(--font-h); color: var(--c-primary); }
.athleticoree_review_card span { font-size: 0.8rem; color: var(--c-text-s); }
.athleticoree_articles { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .athleticoree_articles { grid-template-columns: repeat(3, 1fr); } }
.athleticoree_article_card { background: var(--c-bg); border: 1px solid rgba(255,255,255,0.05); padding: 24px; }
.athleticoree_article_card h3 { font-size: 1.4rem; color: var(--c-text-p); }
.athleticoree_tips_rail { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 600px) { .athleticoree_tips_rail { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .athleticoree_tips_rail { grid-template-columns: repeat(3, 1fr); } }
.athleticoree_tip { background: rgba(255,255,255,0.03); padding: 16px; border-radius: 4px; }
.athleticoree_tip strong { display: block; color: var(--c-primary); font-family: var(--font-h); font-size: 1.1rem; margin-bottom: 8px; }
.athleticoree_tip p { font-size: 0.9rem; margin: 0; color: var(--c-text-s); }
.athleticoree_newsletter_banner { background: linear-gradient(135deg, var(--c-primary), var(--c-secondary)); padding: 40px 24px; text-align: center; color: #000; }
.athleticoree_newsletter_banner h2 { color: #000; margin-bottom: 16px; }
.athleticoree_newsletter_banner p { margin-bottom: 24px; font-weight: 500; }
.athleticoree_form_inline { display: flex; flex-direction: column; gap: 12px; max-width: 500px; margin: 0 auto; }
@media (min-width: 480px) { .athleticoree_form_inline { flex-direction: row; } }
.athleticoree_form_inline input { flex: 1; padding: 12px 16px; border: none; font-family: var(--font-b); font-size: 1rem; }
.athleticoree_form_inline .athleticoree_btn { background: #000; color: #fff; }
.athleticoree_megablock { max-width: 900px; margin: 0 auto; }
.athleticoree_megablock h2 { font-size: 2.2rem; color: var(--c-primary); margin-top: 48px; margin-bottom: 24px; }
.athleticoree_megablock h3 { font-size: 1.6rem; color: var(--c-text-p); margin-top: 40px; margin-bottom: 16px; }
.athleticoree_megablock p { font-size: 1.05rem; color: var(--c-text-s); margin-bottom: 24px; }
.athleticoree_footer { background: #05060A; padding: 60px 0 24px; border-top: 1px solid rgba(255,255,255,0.05); }
.athleticoree_footer_grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
@media (min-width: 768px) { .athleticoree_footer_grid { grid-template-columns: repeat(3, 1fr); } }
.athleticoree_footer_col h4 { color: var(--c-primary); font-size: 1.2rem; margin-bottom: 16px; text-transform: uppercase; }
.athleticoree_footer_col p, .athleticoree_footer_col a { color: var(--c-text-s); font-size: 0.9rem; margin-bottom: 8px; display: block; }
.athleticoree_footer_col a:hover { color: var(--c-text-p); }
.athleticoree_footer_bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; color: rgba(255,255,255,0.4); font-size: 0.8rem; }
.athleticoree_footer_bottom p { margin: 0 0 8px; }
.athleticoree_page_header { padding: 40px 0; background: var(--c-surface); border-bottom: 1px solid rgba(255,255,255,0.05); }
.athleticoree_page_title { font-size: clamp(2.5rem, 5vw, 4rem); text-transform: uppercase; color: var(--c-primary); }
.athleticoree_page_subtitle { font-size: 1.1rem; color: var(--c-text-s); max-width: 700px; }
.athleticoree_filters { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.athleticoree_filter_btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: var(--c-text-p); padding: 8px 16px; font-family: var(--font-h); cursor: pointer; transition: background 0.2s; }
.athleticoree_filter_btn:hover { background: rgba(255,255,255,0.1); }
.athleticoree_filter_btn.is-active { background: var(--c-primary); color: #000; border-color: var(--c-primary); }
.athleticoree_product_layout { display: flex; flex-direction: column; gap: 40px; padding: 40px 0; }
@media (min-width: 768px) { .athleticoree_product_layout { flex-direction: row; align-items: flex-start; } }
.athleticoree_product_gallery { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.athleticoree_main_img { width: 100%; border: 1px solid rgba(255,255,255,0.1); }
.athleticoree_thumb_strip { display: flex; gap: 12px; flex-wrap: wrap; }
.athleticoree_thumb_strip img { width: 80px; height: 80px; object-fit: cover; border: 1px solid rgba(255,255,255,0.1); cursor: pointer; }
.athleticoree_product_info_panel { flex: 1; display: flex; flex-direction: column; }
.athleticoree_product_title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.athleticoree_meta_row { display: flex; gap: 12px; margin-bottom: 24px; }
.athleticoree_badge_secondary { background: rgba(255, 47, 208, 0.2); color: var(--c-secondary); font-size: 0.75rem; padding: 2px 8px; font-weight: 700; text-transform: uppercase; }
.athleticoree_product_price { font-size: 2.5rem; color: var(--c-primary); font-family: var(--font-h); font-weight: 700; margin-bottom: 24px; }
.athleticoree_short_desc { font-size: 1.1rem; margin-bottom: 24px; }
.athleticoree_full_desc { margin-bottom: 32px; color: var(--c-text-s); }
.athleticoree_tags_row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.athleticoree_pill { background: rgba(255,255,255,0.05); padding: 4px 12px; border-radius: 16px; font-size: 0.85rem; }
.athleticoree_stock_ind { color: var(--c-accent); font-weight: 500; margin-bottom: 24px; }
.athleticoree_return_note { margin-top: 24px; font-size: 0.85rem; color: var(--c-text-s); border-top: 1px solid rgba(255,255,255,0.1); padding-top: 16px; }
.athleticoree_cart_layout { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 768px) { .athleticoree_cart_layout { flex-direction: row; align-items: flex-start; } }
.athleticoree_cart_list { flex: 2; display: flex; flex-direction: column; gap: 24px; }
.athleticoree_cart_item { display: flex; gap: 16px; background: var(--c-bg); padding: 16px; border: 1px solid rgba(255,255,255,0.05); align-items: center; flex-wrap: wrap; }
@media (max-width: 480px) { .athleticoree_cart_item { flex-direction: column; align-items: flex-start; } }
.athleticoree_cart_item img { width: 80px; height: 80px; object-fit: cover; }
.athleticoree_cart_item_info { flex: 1; }
.athleticoree_cart_item_name { font-family: var(--font-h); font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.athleticoree_cart_item_price { color: var(--c-primary); font-weight: 700; }
.athleticoree_qty_controls { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.05); padding: 4px; }
.athleticoree_qty_btn { background: none; border: none; color: var(--c-text-p); font-size: 1.2rem; cursor: pointer; width: 32px; height: 32px; }
.athleticoree_cart_remove { background: none; border: none; color: #ff4444; cursor: pointer; font-size: 0.9rem; text-decoration: underline; margin-top: 8px; }
.athleticoree_cart_summary { flex: 1; background: var(--c-bg); border: 1px solid var(--c-primary); padding: 24px; }
.athleticoree_cart_summary h3 { margin-bottom: 24px; font-size: 1.5rem; }
.athleticoree_summary_row { display: flex; justify-content: space-between; margin-bottom: 12px; color: var(--c-text-s); }
.athleticoree_summary_total { display: flex; justify-content: space-between; margin-bottom: 24px; font-size: 1.5rem; font-family: var(--font-h); font-weight: 700; color: var(--c-primary); border-top: 1px solid rgba(255,255,255,0.1); padding-top: 16px; }
.athleticoree_auth_forms { max-width: 400px; margin: 0 auto; }
.athleticoree_auth_tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 24px; }
.athleticoree_auth_tab { flex: 1; background: none; border: none; color: var(--c-text-s); padding: 12px; font-family: var(--font-h); font-size: 1.2rem; cursor: pointer; }
.athleticoree_auth_tab.is-active { color: var(--c-primary); border-bottom: 2px solid var(--c-primary); }
.athleticoree_auth_panel { display: none; }
.athleticoree_auth_panel.is-active { display: block; }
.athleticoree_form { display: flex; flex-direction: column; gap: 16px; }
.athleticoree_input_group { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.athleticoree_input_group label { font-size: 0.9rem; font-weight: 500; color: var(--c-text-s); }
.athleticoree_input_group input, .athleticoree_input_group select, .athleticoree_input_group textarea { background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.1); color: var(--c-text-p); padding: 12px; font-family: var(--font-b); font-size: 1rem; width: 100%; }
.athleticoree_form_row { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 600px) { .athleticoree_form_row { flex-direction: row; } }
.athleticoree_form_error { color: #ff4444; font-size: 0.9rem; margin: 0; min-height: 1.2em; }
.athleticoree_account_dash { width: 100%; }
.athleticoree_dash_header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 16px; }
.athleticoree_dash_grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .athleticoree_dash_grid { grid-template-columns: 1fr 2fr; } }
.athleticoree_wishlist_grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.athleticoree_wishlist_item { display: flex; align-items: center; gap: 16px; background: var(--c-bg); padding: 12px; border: 1px solid rgba(255,255,255,0.05); }
.athleticoree_wishlist_item img { width: 60px; height: 60px; object-fit: cover; }
.athleticoree_faq_list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.athleticoree_faq_item { background: var(--c-bg); border: 1px solid rgba(255,255,255,0.05); }
.athleticoree_faq_q { width: 100%; text-align: left; background: none; border: none; padding: 20px; color: var(--c-text-p); font-family: var(--font-h); font-size: 1.2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.athleticoree_faq_q::after { content: '+'; color: var(--c-primary); font-size: 1.5rem; }
.athleticoree_faq_q.is-open::after { content: '-'; }
.athleticoree_faq_a { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; color: var(--c-text-s); }
.athleticoree_faq_q.is-open + .athleticoree_faq_a { padding: 0 20px 20px; max-height: 500px; }
.athleticoree_modal_overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(4px); z-index: 1000; display: none; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s; }
.athleticoree_modal_overlay.is-active { display: flex; opacity: 1; }
.athleticoree_modal_panel { background: var(--c-surface); border: 1px solid var(--c-primary); padding: 32px; width: calc(100% - 32px); max-width: 600px; max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(56px); transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1); }
.athleticoree_modal_overlay.is-active .athleticoree_modal_panel { transform: translateY(0); }
.athleticoree_modal_close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: var(--c-text-s); font-size: 2rem; cursor: pointer; line-height: 1; }
.athleticoree_center_content { text-align: center; }
.athleticoree_success_icon { color: var(--c-primary); width: 64px; height: 64px; margin: 0 auto 24px; }
.athleticoree_success_icon svg path { stroke-dasharray: 50; stroke-dashoffset: 50; animation: drawCheck 0.5s forwards ease-out 0.2s; }
@keyframes drawCheck { to { stroke-dashoffset: 0; } }
.athleticoree_chat_widget { position: fixed; bottom: 24px; right: 24px; z-index: 500; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.athleticoree_chat_toggle { width: 56px; height: 56px; border-radius: 28px; background: var(--c-primary); color: #000; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.3s; }
.athleticoree_chat_toggle.is-open { transform: rotate(45deg); }
.athleticoree_chat_panel { width: calc(100vw - 32px); max-width: 360px; background: var(--c-surface); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; display: none; flex-direction: column; overflow: hidden; }
.athleticoree_chat_panel.is-active { display: flex; }
.athleticoree_chat_header { background: var(--c-primary); color: #000; padding: 16px; font-family: var(--font-h); font-weight: 700; }
.athleticoree_chat_body { height: 280px; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.athleticoree_chat_msg { padding: 10px 14px; border-radius: 16px; font-size: 0.9rem; max-width: 85%; }
.athleticoree_chat_msg.bot { background: rgba(255,255,255,0.05); color: var(--c-text-p); align-self: flex-start; border-bottom-left-radius: 4px; }
.athleticoree_chat_msg.user { background: var(--c-secondary); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.athleticoree_chat_input { display: flex; border-top: 1px solid rgba(255,255,255,0.05); }
.athleticoree_chat_input input { flex: 1; background: none; border: none; padding: 12px; color: var(--c-text-p); font-size: 0.95rem; }
.athleticoree_chat_input input:focus { outline: none; box-shadow: inset 0 0 0 1px var(--c-primary); }
.athleticoree_chat_input button { background: none; border: none; color: var(--c-primary); padding: 0 16px; cursor: pointer; font-weight: 700; }
.athleticoree_cookie_banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--c-surface); border-top: 1px solid var(--c-primary); padding: 16px 0; z-index: 1000; display: flex; transform: translateY(100%); transition: transform 0.36s ease-out; }
.athleticoree_cookie_banner.is-visible { transform: translateY(0); }
.athleticoree_cookie_banner .athleticoree_container { display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: space-between; }
@media (min-width: 768px) { .athleticoree_cookie_banner .athleticoree_container { flex-direction: row; } }
.athleticoree_cookie_actions { display: flex; gap: 16px; align-items: center; }
.athleticoree_toast { position: fixed; top: 80px; right: 24px; background: var(--c-surface); border-left: 4px solid var(--c-primary); padding: 16px 24px; color: var(--c-text-p); box-shadow: 0 8px 24px rgba(0,0,0,0.5); z-index: 2000; transform: translateX(110%); transition: transform 0.27s ease-out, opacity 0.2s; }
.athleticoree_toast.is-visible { transform: translateX(0); }
.athleticoree_toast.is-hiding { opacity: 0; }
@keyframes pop { 0% { transform: scale(1); } 50% { transform: scale(1.5); } 100% { transform: scale(1); } }
.badge-pop { animation: pop 0.28s ease-out; }
