:root{--green-primary:#008751;--green-dark:#005c36;--green-light:#00a862;--green-pale:#e8f5e9;--lime-accent:#84cc16;--navy:#0f172a;--navy-light:#1e293b;--navy-muted:#334155;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#6b7280;--gray-500:#4b5563;--gray-600:#475569;--gray-700:#334155;--red-500:#ef4444;--red-100:#fee2e2;--orange-500:#f97316;--orange-100:#ffedd5;--blue-500:#3b82f6;--blue-100:#dbeafe;--font-heading:"Barlow Condensed",sans-serif;--font-body:"DM Sans",sans-serif;--radius:10px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 12px rgba(0,0,0,.1);--shadow-lg:0 8px 30px rgba(0,0,0,.12);--transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--navy);background:var(--gray-50);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body);font-size:.95rem;border:2px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem;outline:none;transition:var(--transition);width:100%;background:var(--white);color:var(--navy)}input:focus,select:focus,textarea:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px rgba(0,135,81,.1)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__inner{max-width:1280px;margin:0 auto;justify-content:space-between;padding:0 2rem;height:72px}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:var(--green-primary);gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.header__logo span{color:var(--navy)}.header__nav{display:flex;gap:.25rem;align-items:center}.header__nav a{padding:.5rem .9rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--gray-600);transition:var(--transition)}.header__nav a.active,.header__nav a:hover{color:var(--green-primary);background:var(--green-pale)}.header__nav a.active{font-weight:600}.header__actions{display:flex;gap:.5rem;align-items:center}.header__menu-btn{display:none;background:none;border:none;padding:.5rem;color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.6rem;border-radius:50px;font-weight:600;font-size:.9rem;border:none;transition:var(--transition);text-transform:uppercase;letter-spacing:.04em}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--green-primary);color:var(--white)}.btn-primary:hover{background:var(--green-dark);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--navy);color:var(--white)}.btn-secondary:hover{background:var(--navy-light)}.btn-outline{background:transparent;color:var(--green-primary);border:2px solid var(--green-primary)}.btn-outline:hover{background:var(--green-primary);color:var(--white)}.btn-danger{background:var(--red-500);color:var(--white)}.btn-sm{padding:.45rem 1rem;font-size:.8rem}.btn-lg{padding:.9rem 2.2rem;font-size:1rem}.btn-icon{width:40px;height:40px;padding:0;border-radius:50%}.hero{background:linear-gradient(135deg,var(--navy) 0,var(--green-dark) 100%);color:var(--white);padding:5rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.hero__tag{display:inline-block;background:rgba(132,204,22,.2);color:var(--lime-accent);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hero h1,.hero__tag{margin-bottom:1.5rem}.hero h1{font-size:3.5rem;line-height:1.05}.hero h1 em{font-style:normal;color:var(--lime-accent)}.hero p{font-size:1.15rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;max-width:500px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.15)}.hero__stat h3{font-size:2.5rem;color:var(--lime-accent)}.hero__stat p{font-size:.85rem;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.05em}.hero__image{display:flex;justify-content:center;align-items:center}.hero__image img{border-radius:16px;width:100%;max-width:500px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.section{padding:5rem 2rem}.section--dark{background:var(--navy);color:var(--white)}.section--green{background:var(--green-primary);color:var(--white)}.section--gray{background:var(--gray-100)}.section__inner{max-width:1280px;margin:0 auto}.section__header{text-align:center;margin-bottom:3rem}.section__header h2{font-size:2.5rem;margin-bottom:.75rem}.section__header p{font-size:1.1rem;color:var(--gray-500);max-width:600px;margin:0 auto}.section--dark .section__header p{color:hsla(0,0%,100%,.6)}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);overflow:hidden;transition:var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__image{width:100%;height:200px;object-fit:cover}.card__body{padding:1.5rem}.card__tag{display:inline-block;background:var(--green-pale);color:var(--green-primary);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.75rem}.card__title{font-size:1.25rem;margin-bottom:.5rem}.card__text{color:var(--gray-500);font-size:.9rem}.card__meta{display:flex;gap:1rem;margin-top:1rem;color:var(--gray-400);font-size:.8rem}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:2rem}.grid-2,.grid-3{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.news-card{display:flex;flex-direction:column}.news-card__date{font-size:.8rem;color:var(--green-primary);font-weight:600;margin-bottom:.25rem}.result-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);transition:var(--transition)}.result-card:hover{border-color:var(--green-primary)}.result-card__teams{display:flex;align-items:center;gap:1rem}.result-card__score{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--green-primary);letter-spacing:.05em}.result-card__date{color:var(--gray-400);font-size:.8rem}.sponsors-bar{display:flex;align-items:center;justify-content:center;gap:3rem;padding:2rem;flex-wrap:wrap}.sponsors-bar img{height:50px;opacity:.6;filter:grayscale(50%);transition:var(--transition)}.sponsors-bar img:hover{opacity:1;filter:none}.form{max-width:600px;margin:0 auto}.form__group{margin-bottom:1.25rem}.form__label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:var(--navy)}.form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form__error{color:var(--red-500);font-size:.8rem;margin-top:.25rem}.form__success{background:var(--green-pale);color:var(--green-dark);padding:1rem;border-radius:var(--radius);text-align:center;margin-bottom:1rem;font-weight:500}.footer{background:var(--navy);color:hsla(0,0%,100%,.7);padding:4rem 2rem 2rem}.footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer__brand h3{color:var(--white);font-size:1.5rem;margin-bottom:.75rem}.footer__brand p{font-size:.9rem;max-width:300px}.footer h4{color:var(--white);font-size:1rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer ul{list-style:none}.footer li{margin-bottom:.5rem}.footer a{color:hsla(0,0%,100%,.6);font-size:.9rem;transition:var(--transition)}.footer a:hover{color:var(--lime-accent)}.footer__bottom{max-width:1280px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.footer__socials{display:flex;gap:1rem}.footer__socials a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);transition:var(--transition)}.footer__socials a:hover{background:var(--green-primary);color:var(--white)}.dashboard{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 72px)}.sidebar{background:var(--navy);color:var(--white);padding:2rem 0;position:-webkit-sticky;position:sticky;top:72px;height:calc(100vh - 72px);overflow-y:auto}.sidebar__section{padding:0 1.5rem;margin-bottom:2rem}.sidebar__title{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:.75rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.5rem;color:hsla(0,0%,100%,.6);font-size:.9rem;transition:all .15s ease;border-left:3px solid transparent;border-radius:6px;margin:1px 0}.sidebar__link:hover{color:var(--white);background:hsla(0,0%,100%,.08)}.sidebar__link.active{color:var(--lime-accent);background:rgba(132,204,22,.12);border-left-color:var(--lime-accent);font-weight:600}.sidebar__link svg{width:18px;height:18px;flex-shrink:0}.dashboard__content{padding:2rem}.dashboard__header{margin-bottom:2rem}.dashboard__header h1{font-size:2rem}.dashboard__header p{color:var(--gray-500)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--gray-200)}.stat-card__label{font-size:.8rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.stat-card__value{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--navy);margin:.25rem 0}.stat-card__change{font-size:.8rem}.stat-card__change--up{color:var(--green-primary)}.stat-card__change--down{color:var(--red-500)}.table-wrap{overflow-x:auto;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200)}table{width:100%;border-collapse:collapse}th{background:var(--gray-50);text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-weight:600;border-bottom:2px solid var(--gray-200)}td,th{padding:.85rem 1rem}td{border-bottom:1px solid var(--gray-100);font-size:.9rem}tr:hover td{background:var(--gray-50)}.badge{display:inline-block;padding:.2rem .65rem;border-radius:50px;font-size:.75rem;font-weight:600}.badge--green{background:var(--green-pale);color:var(--green-dark)}.badge--red{background:var(--red-100);color:var(--red-500)}.badge--orange{background:var(--orange-100);color:var(--orange-500)}.badge--blue{background:var(--blue-100);color:var(--blue-500)}.badge--gray{background:var(--gray-100);color:var(--gray-600)}.pos-layout{display:grid;grid-template-columns:1fr 380px;height:calc(100vh - 72px)}.pos-products{padding:1.5rem;overflow-y:auto;background:var(--gray-50)}.pos-categories{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.pos-cat-btn{padding:.5rem 1.2rem;border-radius:50px;border:2px solid var(--gray-200);background:var(--white);font-weight:600;font-size:.85rem;transition:var(--transition)}.pos-cat-btn.active,.pos-cat-btn:hover{border-color:var(--green-primary);background:var(--green-pale);color:var(--green-primary)}.pos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.pos-item{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem 1rem;text-align:center;cursor:pointer;transition:var(--transition)}.pos-item:hover{border-color:var(--green-primary);transform:scale(1.02)}.pos-item__name{font-weight:600;font-size:.9rem;margin-bottom:.25rem}.pos-item__price{color:var(--green-primary);font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.pos-item__stock{color:var(--gray-400);font-size:.75rem}.pos-cart{background:var(--navy);color:var(--white);padding:1.5rem;display:flex;flex-direction:column}.pos-cart__header{padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:1rem}.pos-cart__header h3{font-size:1.2rem}.pos-cart__items{flex:1 1;overflow-y:auto}.pos-cart__item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.pos-cart__item-info h4{font-size:.9rem;font-weight:500}.pos-cart__item-info p{font-size:.8rem;color:var(--gray-400)}.pos-cart__item-actions{display:flex;align-items:center;gap:.5rem}.pos-cart__qty-btn{width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.1);border:none;color:var(--white);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.pos-cart__qty-btn:hover{background:var(--green-primary)}.pos-cart__total{padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.1);margin-top:auto}.pos-cart__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pos-cart__total-row.grand{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--lime-accent)}.pos-cart__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.pos-pay-btn{padding:.9rem;border-radius:var(--radius);border:none;font-weight:700;font-size:.9rem;transition:var(--transition);text-transform:uppercase;letter-spacing:.03em}.pos-pay-btn--cash{background:var(--green-primary);color:var(--white)}.pos-pay-btn--card{background:var(--blue-500);color:var(--white)}.pos-pay-btn--tab{background:var(--orange-500);color:var(--white)}.pos-pay-btn:hover{opacity:.9;transform:translateY(-1px)}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 200px);background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);overflow:hidden}.chat-messages{flex:1 1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.chat-msg{max-width:75%;padding:.75rem 1rem;border-radius:16px}.chat-msg--mine{align-self:flex-end;background:var(--green-primary);color:var(--white);border-bottom-right-radius:4px}.chat-msg--other{align-self:flex-start;background:var(--gray-100);border-bottom-left-radius:4px}.chat-msg__author{font-size:.75rem;font-weight:600;margin-bottom:.2rem}.chat-msg--mine .chat-msg__author{color:hsla(0,0%,100%,.7)}.chat-msg--other .chat-msg__author{color:var(--green-primary)}.chat-msg__text{font-size:.9rem;line-height:1.5}.chat-msg__time{font-size:.7rem;margin-top:.25rem;opacity:.6}.chat-input{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.chat-input input{flex:1 1;border-radius:50px}.avail-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.avail-card__info h4{font-size:1rem}.avail-card__info p{color:var(--gray-500);font-size:.85rem}.avail-card__actions{display:flex;gap:.5rem}.avail-btn{padding:.5rem 1.2rem;border-radius:50px;border:2px solid var(--gray-200);background:var(--white);font-weight:600;font-size:.85rem;transition:var(--transition)}.avail-btn.present,.avail-btn:hover{border-color:var(--green-primary)}.avail-btn.present{background:var(--green-pale);color:var(--green-primary)}.avail-btn.prefer-not{background:var(--orange-100);border-color:var(--orange-500);color:var(--orange-500)}.avail-btn.absent{background:var(--red-100);border-color:var(--red-500);color:var(--red-500)}.avail-card--grouped{border-left:4px solid var(--blue-500)}.avail-card--grouped .avail-card__info{flex:1 1}.avail-match-line{margin-bottom:.25rem}.avail-match-line h4{font-size:.95rem;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}@media (max-width:700px){.avail-card{flex-direction:column;align-items:stretch;gap:1rem}.avail-card__actions{justify-content:stretch}.avail-btn{flex:1 1;text-align:center;font-size:.8rem;padding:.5rem}}.selection-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.player-list{display:flex;flex-direction:column;gap:.5rem}.player-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:var(--transition)}.player-item.selected,.player-item:hover{border-color:var(--green-primary)}.player-item.selected{background:var(--green-pale)}.player-item__name{font-weight:500}.player-item__status{font-size:.8rem}.sel-stat-badge{padding:.75rem 1.25rem;display:flex;flex-direction:column;align-items:flex-start;min-width:120px}.sel-match-card,.sel-stat-badge{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius)}.sel-match-card{border-left:5px solid var(--gray-300);padding:1rem;transition:var(--transition)}.sel-match-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.conflict-badge{display:inline-flex;align-items:center;gap:.25rem;background:#fef2f2;color:var(--red-500);border:1px solid var(--red-500);border-radius:50px;padding:.1rem .6rem;font-size:.7rem;font-weight:700;margin-left:.5rem}.sel-detail-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;justify-content:flex-end}.sel-detail-panel{background:var(--white);width:100%;max-width:520px;height:100%;overflow-y:auto;padding:1.5rem;box-shadow:-4px 0 20px rgba(0,0,0,.15);animation:slideIn .25s ease-out}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sel-player-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius);border:1px solid var(--gray-200);cursor:pointer;transition:var(--transition)}.sel-player-row:hover{background:var(--gray-50)}.sel-player-row--selected{border-color:var(--green-primary);background:var(--green-pale)}@media (max-width:700px){.sel-detail-panel{max-width:100%}.sel-stat-badge{min-width:90px;padding:.5rem .75rem}}.log-table{width:100%;border-collapse:collapse;font-size:.85rem;background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--gray-200)}.log-table th{background:var(--navy);color:var(--white);padding:.6rem .75rem;text-align:left;font-weight:600;font-size:.8rem;white-space:nowrap}.log-table td{padding:.5rem .75rem;border-bottom:1px solid var(--gray-100)}.log-table tbody tr:hover{background:var(--gray-50)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--white);border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal__close{background:none;border:none;font-size:1.5rem;color:var(--gray-400)}.about-hero{background:linear-gradient(135deg,var(--green-dark) 0,var(--navy) 100%);color:var(--white);padding:4rem 2rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero p{font-size:1.1rem;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto}.timeline{position:relative;max-width:800px;margin:0 auto;padding-left:40px}.timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:3px;background:var(--green-primary);border-radius:2px}.timeline__item{position:relative;padding-bottom:2.5rem}.timeline__dot{position:absolute;left:-33px;top:4px;width:14px;height:14px;background:var(--green-primary);border-radius:50%;border:3px solid var(--white);box-shadow:0 0 0 3px var(--green-primary)}.timeline__year{font-family:var(--font-heading);font-size:1.25rem;color:var(--green-primary);font-weight:700}.timeline__text{color:var(--gray-600);margin-top:.25rem}.stage-card{border:2px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.stage-card:hover{border-color:var(--green-primary);box-shadow:var(--shadow-md)}.stage-card__header{background:var(--green-primary);color:var(--white);padding:1.25rem}.stage-card__header h3{font-size:1.15rem}.stage-card__body{padding:1.25rem}.stage-card__detail{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.9rem;margin-bottom:.5rem}.stage-card__price{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--green-primary);margin:1rem 0}.team-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.team-card__header{background:var(--navy);color:var(--white);padding:1.5rem}.team-card__header h3{font-size:1.3rem}.team-card__header p{color:hsla(0,0%,100%,.6);font-size:.9rem}.team-card__body{padding:1.25rem}.team-card__member{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.team-card__avatar{width:32px;height:32px;border-radius:50%;background:var(--green-pale);color:var(--green-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}@media (max-width:1024px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__image{display:none}.hero p{margin:0 auto 2rem}.hero__actions,.hero__stats{justify-content:center}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.footer__inner{grid-template-columns:1fr 1fr}.dashboard{grid-template-columns:1fr}.sidebar{display:none}.pos-layout{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 72px)}.pos-products{min-height:auto}.pos-cart{position:-webkit-sticky;position:sticky;bottom:0;max-height:50vh;border-top:2px solid var(--lime-accent)}.selection-grid{grid-template-columns:1fr}.dashboard__content{padding:1rem 1rem 5rem}.dashboard__header h1{font-size:1.5rem}.stat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:1rem}.stat-card__value{font-size:1.5rem}.mobile-bottom-nav{display:flex;justify-content:space-around}.mobile-page-tabs{display:block}.header__hide-mobile{display:none!important}.header__menu-btn{display:block}}@media (max-width:768px){.header__inner{padding:0 1rem;height:56px}.header__logo{font-size:1.2rem}.header__nav{display:none}.hero h1{font-size:2.2rem}.hero{padding:3rem 1.25rem}.hero__stats{gap:1.5rem;flex-wrap:wrap}.hero__stat h3{font-size:1.8rem}.footer__inner,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer__inner{gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.form__row{grid-template-columns:1fr}.section{padding:3rem 1.25rem}.dashboard__content{padding:.75rem .75rem 5rem}.dashboard__header{margin-bottom:1rem}.dashboard__header h1{font-size:1.3rem}.dashboard__header p{font-size:.85rem}.pos-layout{grid-template-columns:1fr}.pos-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.pos-item{padding:.75rem .5rem}.pos-item__name{font-size:.8rem}.pos-item__price{font-size:1rem}.pos-cart{max-height:45vh}.pos-cart__actions{gap:.35rem}.pos-pay-btn{padding:.65rem;font-size:.8rem}.pos-categories{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.pos-categories::-webkit-scrollbar{display:none}.pos-cat-btn{white-space:nowrap;flex-shrink:0;font-size:.8rem;padding:.4rem .9rem}.stat-grid{grid-template-columns:1fr 1fr;gap:.5rem}.stat-card{padding:.75rem}.stat-card__label{font-size:.7rem}.stat-card__value{font-size:1.3rem}.table-wrap{font-size:.8rem}td,th{padding:.5rem}.modal{width:95%;padding:1.25rem;border-radius:12px}.modal__header{margin-bottom:1rem}.chat-container{height:calc(100vh - 180px);border-radius:0;border-left:none;border-right:none}.chat-input,.chat-messages{padding:.75rem}.chat-input input{font-size:1rem}.chat-msg{max-width:85%}.tab-selector{margin-bottom:1rem}.tab-selector button{font-size:.75rem;padding:.5rem}.about-hero h1{font-size:2rem}.about-hero{padding:2.5rem 1.25rem}.team-card__header{padding:1rem}.team-card__header h3{font-size:1.1rem}.stage-card__price{font-size:1.5rem}.btn-lg{padding:.75rem 1.5rem;font-size:.9rem}.sel-detail-panel{max-width:100%}.sel-stat-badge{min-width:80px;padding:.5rem .75rem}.log-table{font-size:.75rem}.log-table td,.log-table th{padding:.35rem .5rem}}@media (max-width:480px){.header__inner{height:50px;padding:0 .75rem}.header__logo{font-size:1.05rem;gap:.3rem}.hero h1{font-size:1.8rem}.stat-grid{grid-template-columns:1fr}.btn{font-size:.8rem;padding:.6rem 1.2rem}.btn-lg{padding:.65rem 1.2rem;font-size:.85rem}.dashboard__content{padding:.5rem .5rem 5rem}.pos-grid{grid-template-columns:repeat(2,1fr)}.pos-cart__total-row.grand{font-size:1.2rem}.chat-container{height:calc(100vh - 160px)}.mobile-bottom-nav__icon{font-size:1.1rem}.mobile-bottom-nav__label{font-size:.6rem}}.mobile-nav{position:fixed;inset:0;background:var(--white);z-index:300;padding:4.5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:.15rem;overflow-y:auto;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav a,.mobile-nav button{font-size:1.1rem;font-weight:600;padding:.85rem 1rem;border-radius:var(--radius);transition:var(--transition)}.mobile-nav a:hover,.mobile-nav button:hover{background:var(--gray-50)}.mobile-nav__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.75rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--gray-600)}.mobile-nav__close:hover{background:var(--gray-100)}.loading{display:flex;align-items:center;justify-content:center;padding:4rem}.spinner{width:40px;height:40px;border:4px solid var(--gray-200);border-top-color:var(--green-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.tab-selector{display:flex;gap:.25rem;background:var(--gray-100);padding:.25rem;border-radius:var(--radius);margin-bottom:1.5rem}.tab-selector button{flex:1 1;padding:.6rem 1rem;border:none;background:transparent;font-weight:600;font-size:.85rem;border-radius:calc(var(--radius) - 2px);color:var(--gray-500);transition:var(--transition)}.tab-selector button.active{background:var(--white);color:var(--green-primary);box-shadow:var(--shadow-sm)}.search-input{position:relative}.search-input input{padding-left:2.75rem}.search-input svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-400)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--gray-400)}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.4}.empty-state h3{color:var(--gray-600);margin-bottom:.5rem}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:0 -2px 10px rgba(0,0,0,.06);z-index:150;padding:.4rem .25rem max(.4rem,env(safe-area-inset-bottom))}.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.3rem .25rem;border-radius:8px;color:var(--gray-400);font-size:.65rem;font-weight:600;transition:var(--transition);text-decoration:none;min-width:0;flex:1 1}.mobile-bottom-nav__item.active{color:var(--green-primary)}.mobile-bottom-nav__icon{font-size:1.25rem;line-height:1}.mobile-bottom-nav__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-page-tabs{display:none;margin-bottom:1rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);overflow:hidden}.mobile-page-tabs__scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem;gap:.25rem;border-bottom:1px solid var(--gray-100)}.mobile-page-tabs__scroll::-webkit-scrollbar{display:none}.mobile-page-tabs__btn{white-space:nowrap;flex-shrink:0;padding:.5rem .85rem;border-radius:50px;border:1px solid var(--gray-200);background:var(--white);font-weight:600;font-size:.78rem;color:var(--gray-600);cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.3rem}.mobile-page-tabs__btn.active{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.mobile-page-tabs__links{display:flex;gap:.5rem;padding:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-page-tabs__links::-webkit-scrollbar{display:none}.mobile-page-tabs__link{white-space:nowrap;flex-shrink:0;padding:.4rem .75rem;border-radius:50px;background:var(--gray-50);font-size:.78rem;font-weight:500;color:var(--gray-600);text-decoration:none;transition:var(--transition)}.mobile-page-tabs__link.active{font-weight:600}.mobile-page-tabs__link.active,.mobile-page-tabs__link:hover{background:var(--green-pale);color:var(--green-primary)}