@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--te-paprika: #D8602F;--te-paprika-dark: #B84F26;--te-paprika-text: #A8431C;--te-curcuma: #E8A33D;--te-curcuma-soft: #FBF4E9;--te-curcuma-bd: #E8C893;--te-basil: #5B7A52;--te-basil-soft: #EFF3EC;--te-basil-text: #3D4A37;--te-cream: #F7F1E8;--te-cream-deep: #EDE3D3;--te-pepper: #2E2A24;--te-pepper-soft: #6B6253;--te-pepper-hint: #8A8170;--te-dot-orange: #F25C1F;--te-dot-green: #1DA938;--te-surface: #FFFFFF;--te-border: rgba(0,0,0,.08);--te-border-input: rgba(0,0,0,.18);--te-font-brand: "Quicksand", system-ui, sans-serif;--te-font-body: "Inter", system-ui, sans-serif;--te-fs-h1: 28px;--te-fs-h2: 21px;--te-fs-h3: 17px;--te-fs-body: 14px;--te-fs-sm: 13px;--te-fs-xs: 12px;--te-fw-regular: 400;--te-fw-medium: 500;--te-fw-bold: 600;--te-radius-sm: 7px;--te-radius-md: 8px;--te-radius-lg: 12px;--te-radius-pill: 20px;--te-space-1: 6px;--te-space-2: 10px;--te-space-3: 14px;--te-space-4: 18px;--te-space-5: 24px}body{font-family:var(--te-font-body);font-size:var(--te-fs-body);color:var(--te-pepper);background:var(--te-cream-deep);line-height:1.6;margin:0}h1,h2,h3,.te-brand{font-family:var(--te-font-brand);font-weight:var(--te-fw-medium);color:var(--te-pepper);letter-spacing:-.3px;margin:0}h1{font-size:var(--te-fs-h1)}h2{font-size:var(--te-fs-h2)}h3{font-size:var(--te-fs-h3)}.te-card{background:var(--te-surface);border:.5px solid var(--te-border);border-radius:var(--te-radius-lg);overflow:hidden}.te-card__header{background:var(--te-paprika);color:var(--te-cream);padding:var(--te-space-3) var(--te-space-4);display:flex;align-items:center;justify-content:space-between}.te-card__body{padding:var(--te-space-4)}.te-btn{font-family:var(--te-font-body);font-size:15px;font-weight:var(--te-fw-medium);border:none;border-radius:var(--te-radius-md);padding:13px;cursor:pointer;transition:filter .15s ease,transform .05s ease}.te-btn:active{transform:scale(.98)}.te-btn--primary{background:var(--te-paprika);color:#fff;width:100%}.te-btn--primary:hover{filter:brightness(.95)}.te-btn--ghost{background:var(--te-surface);color:var(--te-pepper);border:.5px solid var(--te-border-input)}.te-btn--small{padding:6px 12px;font-size:var(--te-fs-sm);border-radius:var(--te-radius-sm)}.te-tag{background:var(--te-cream);color:var(--te-paprika-text);font-size:var(--te-fs-sm);font-weight:var(--te-fw-medium);padding:5px 12px;border-radius:var(--te-radius-pill);display:inline-block}.te-badge{background:var(--te-cream);color:var(--te-paprika-text);font-size:var(--te-fs-xs);font-weight:var(--te-fw-medium);padding:4px 11px;border-radius:var(--te-radius-pill)}.te-slot{display:flex;align-items:center;gap:var(--te-space-2);padding:9px 12px;border-radius:var(--te-radius-md);font-size:var(--te-fs-body)}.te-slot--filled{background:var(--te-basil-soft);color:var(--te-basil-text)}.te-slot--filled .te-slot__label{text-decoration:line-through;text-decoration-color:#9db295}.te-slot--open{background:var(--te-curcuma-soft);border:.5px solid var(--te-curcuma-bd)}.te-slot__label{flex:1}.te-slot__count--filled{color:var(--te-basil);font-weight:var(--te-fw-medium)}.te-slot__count--open{color:var(--te-paprika-text);font-weight:var(--te-fw-medium)}.te-info{background:var(--te-cream);border-radius:var(--te-radius-md);padding:11px 13px}.te-info__label{font-size:var(--te-fs-xs);color:var(--te-pepper-hint);margin:0 0 2px}.te-info__value{font-size:15px;color:var(--te-pepper);font-weight:var(--te-fw-medium);margin:0}.te-info__value i{color:var(--te-paprika);margin-right:5px}.te-input{width:100%;box-sizing:border-box;padding:10px 12px;border:.5px solid var(--te-border-input);border-radius:var(--te-radius-md);font-family:var(--te-font-body);font-size:var(--te-fs-body);color:var(--te-pepper);background:var(--te-surface)}.te-input::placeholder{color:var(--te-pepper-hint)}.te-input:focus{outline:none;border-color:var(--te-paprika)}.te-label{display:block;font-size:var(--te-fs-sm);font-weight:var(--te-fw-medium);color:var(--te-pepper);margin:0 0 5px}.te-trust{background:var(--te-basil-soft);border-radius:var(--te-radius-md);padding:12px 14px}.te-trust__title{display:flex;align-items:center;gap:8px;color:var(--te-basil-text);font-weight:var(--te-fw-medium);font-size:var(--te-fs-sm)}.te-trust i{color:var(--te-basil)}.te-avatar{border-radius:var(--te-radius-md);background:var(--te-paprika);color:var(--te-cream);display:flex;align-items:center;justify-content:center;font-weight:var(--te-fw-medium);flex-shrink:0}.te-avatar--basil{background:var(--te-basil)}*,*:before,*:after{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.te-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;text-align:center;line-height:1.25}.te-header{display:flex;align-items:center;height:58px;padding:0 var(--te-space-5);background:var(--te-surface);border-bottom:.5px solid var(--te-border);position:sticky;top:0;z-index:10}.te-header__brand{display:inline-flex;align-items:center;flex-shrink:0;margin-right:20px}.te-header__nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.te-header__link{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:var(--te-radius-pill);color:var(--te-pepper-soft);text-decoration:none;font-size:var(--te-fs-sm);font-weight:var(--te-fw-medium);white-space:nowrap;transition:background .12s,color .12s}.te-header__link:hover{background:var(--te-cream);color:var(--te-pepper)}.te-header__link--active{background:#fbf0e9;color:var(--te-paprika-text)}.te-header__actions{flex-shrink:0;display:flex;align-items:center;gap:8px;margin-left:20px}.te-header__actions .te-btn{width:auto;text-decoration:none}.te-main{max-width:1240px;margin:0 auto;padding:var(--te-space-5) var(--te-space-4) 64px}.te-grid{display:grid;gap:var(--te-space-4);grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}@media(max-width:520px){.te-grid{grid-template-columns:1fr}}.te-section-title{margin:0 0 var(--te-space-4);display:flex;align-items:baseline;justify-content:space-between;gap:var(--te-space-3)}.te-muted{color:var(--te-pepper-soft)}.te-hint{color:var(--te-pepper-hint);font-size:var(--te-fs-sm)}.te-progress{height:7px;border-radius:999px;background:var(--te-cream-deep);overflow:hidden}.te-progress__bar{height:100%;background:var(--te-basil);border-radius:999px}.te-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--te-space-2)}.te-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--te-space-1)}.te-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--te-radius-md)}.te-stack>*+*{margin-top:var(--te-space-3)}.te-row{display:flex;align-items:center;gap:var(--te-space-2);flex-wrap:wrap}.te-footer{text-align:center;padding:var(--te-space-5);color:var(--te-pepper-hint);font-size:var(--te-fs-sm)}.te-footer a{color:var(--te-pepper-soft)}.te-footer__hint{font-family:var(--te-font-brand)}.te-stepper{display:inline-flex;align-items:center;gap:var(--te-space-2)}.te-stepper button{width:30px;height:30px;border-radius:var(--te-radius-sm);border:.5px solid var(--te-border-input);background:var(--te-surface);font-size:18px;line-height:1;cursor:pointer}.te-stepper output{min-width:22px;text-align:center;font-weight:var(--te-fw-medium)}.te-empty{background:var(--te-curcuma-soft);border:.5px dashed var(--te-curcuma-bd);border-radius:var(--te-radius-md);padding:var(--te-space-3);color:var(--te-paprika-text);font-size:var(--te-fs-sm)}.te-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:var(--te-pepper);color:var(--te-cream);padding:10px 16px;border-radius:var(--te-radius-pill);font-size:var(--te-fs-sm);opacity:0;transition:opacity .2s;pointer-events:none}.te-toast.show{opacity:1}.te-card__header .te-card__title-inline{font-family:var(--te-font-brand);font-weight:var(--te-fw-bold)}.te-brand-chip{display:inline-flex;align-items:center;background:#fff;border-radius:var(--te-radius-md);padding:5px 9px}.te-brand-chip img{display:block;height:15px;width:auto}.te-hero{position:relative;aspect-ratio:16 / 9;background:var(--te-basil);display:flex;align-items:center;justify-content:center;overflow:hidden}.te-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.te-hero__ph{position:absolute;left:12px;bottom:10px;color:#ffffffe6;font-size:var(--te-fs-sm);display:inline-flex;align-items:center;gap:6px}.te-hero--ph{aspect-ratio:auto;height:116px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--te-curcuma),var(--te-paprika))}.te-hero__emoji{font-size:42px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.18))}.te-hero__badge{position:absolute;top:12px;right:12px;z-index:2;box-shadow:0 1px 4px #0000002e}.te-hero--festival{background:linear-gradient(135deg,var(--te-paprika),var(--te-curcuma))}.te-hero--marche{background:linear-gradient(135deg,var(--te-curcuma),#F2D9A6)}.te-hero--foire{background:linear-gradient(135deg,#E7B85C,var(--te-paprika))}.te-hero--prive{background:linear-gradient(135deg,var(--te-basil),#8FA886)}.te-card__title{font-size:22px;font-weight:var(--te-fw-bold);margin:0;line-height:1.2}.te-card__title--lg{font-size:27px}.te-meta{display:flex;flex-wrap:wrap;gap:7px 18px;align-items:center;font-weight:var(--te-fw-medium)}.te-meta__item{display:inline-flex;align-items:center;gap:6px}.te-meta__item svg{color:var(--te-paprika);flex-shrink:0}.te-pay{display:flex;align-items:center;gap:10px;background:var(--te-basil-soft);color:var(--te-basil-text);border-radius:var(--te-radius-md);padding:11px 13px}.te-pay svg{color:var(--te-basil);flex-shrink:0}.te-pay strong{font-weight:var(--te-fw-bold)}.te-pay--cost{background:var(--te-cream);color:var(--te-pepper-soft)}.te-pay--cost svg{color:var(--te-paprika)}.te-pay--cost strong{color:var(--te-pepper)}.te-slots-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.te-slots-head__title{font-size:var(--te-fs-xs);letter-spacing:.9px;text-transform:uppercase;color:var(--te-pepper-soft);font-weight:var(--te-fw-bold)}.te-slots-head__sentence{font-family:var(--te-font-brand);font-size:15px;font-weight:var(--te-fw-bold);color:var(--te-pepper)}.te-slot{gap:10px}.te-slot__ic{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.te-slot--filled .te-slot__ic{background:var(--te-basil);color:#fff}.te-slot--open .te-slot__ic{border:1.7px solid var(--te-curcuma);color:var(--te-curcuma)}.te-slot__action{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.te-slot__btn{padding:5px 14px}.te-slots--avail .te-slot--open{background:var(--te-basil-soft);border:.5px solid #C9D6C2}.te-slots--avail .te-slot--open .te-slot__ic{border-color:var(--te-basil);color:var(--te-basil)}.te-slots--avail .te-slot--open .te-slot__count--open{color:var(--te-basil-text)}.te-slots--avail .te-slot__btn{background:var(--te-basil)}.te-slots--avail .te-slot__btn:hover{filter:brightness(.95)}.te-slots--avail .te-slot--filled{background:#eeeae3;color:var(--te-pepper-hint)}.te-slots--avail .te-slot--filled .te-slot__ic{background:#b5aea1;color:#fff}.te-slots--avail .te-slot--filled .te-slot__label{color:var(--te-pepper-hint);text-decoration-color:#c9c2b5}.te-slots--avail .te-slot--filled .te-slot__count--filled{color:var(--te-pepper-hint)}.te-slots--avail .te-slot__btn--done{background:#b5aea1;color:#fff;cursor:default}.te-chat{display:flex;flex-direction:column;gap:10px;padding:16px 18px;max-height:460px;min-height:220px;overflow-y:auto;background-color:#f3ebdd;background-image:radial-gradient(rgba(168,67,28,.07) 1.3px,transparent 1.3px);background-size:20px 20px}.te-msg{display:flex}.te-msg.mine{justify-content:flex-end}.te-msg.theirs{justify-content:flex-start}.te-bubble{max-width:78%;padding:9px 13px;border-radius:var(--te-radius-lg);font-size:13.5px;line-height:1.5;background:var(--te-surface);border:.5px solid var(--te-border);display:flex;flex-direction:column}.te-msg.theirs .te-bubble{border-bottom-left-radius:4px}.te-msg.mine .te-bubble{background:var(--te-paprika);color:#fff;border-color:var(--te-paprika);border-bottom-right-radius:4px}.te-bubble__body{white-space:pre-wrap;word-break:break-word}.te-bubble__receipt{align-self:flex-end;margin-top:3px;color:#fff9;line-height:1}.te-bubble__receipt.read{color:#bfe6cc}.te-bubble__receipt svg{display:block}.te-presence{display:inline-flex;align-items:center;gap:6px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#ffffffe0;background:#ffffff29;padding:3px 10px;border-radius:var(--te-radius-pill)}.te-presence__dot{width:8px;height:8px;border-radius:50%;background:#d8ccbb;flex-shrink:0}.te-presence__dot.online{background:#34c759;box-shadow:0 0 0 3px #34c75940}.te-chat__form{padding:14px 18px 16px;border-top:.5px solid var(--te-border);background:var(--te-surface)}.te-chat__form textarea{resize:vertical;min-height:52px}.te-thread{display:block;text-decoration:none;color:inherit;transition:border-color .15s}.te-thread:hover{border-color:var(--te-paprika)}.te-thread__body{display:flex;align-items:center;justify-content:space-between;gap:12px}.te-thread__main{min-width:0}.te-thread__meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.te-badge--unread{background:var(--te-paprika);color:#fff;min-width:20px;text-align:center}.te-modal{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px}.te-modal[hidden]{display:none}.te-modal__backdrop{position:absolute;inset:0;background:#2e2a2473}.te-modal__panel{position:relative;z-index:1;width:100%;max-width:460px;background:var(--te-surface);border-radius:var(--te-radius-lg);padding:22px;box-shadow:0 20px 50px #00000040}.te-modal__panel h3{font-size:var(--te-fs-h3)}.te-modal__panel textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:90px}.te-cta-row{display:flex;gap:var(--te-space-2)}.te-cta-row .te-btn--primary{flex:1}.te-btn--square{width:46px;display:inline-flex;align-items:center;justify-content:center}select.te-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:38px;cursor:pointer;background-color:var(--te-surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A8431C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:16px}select.te-input::-ms-expand{display:none}select.te-input:hover{border-color:var(--te-paprika)}.te-card__header .te-card__title-inline{font-size:var(--te-fs-h3)}.te-organizer{display:flex;align-items:center;gap:10px;background:var(--te-cream);border-radius:var(--te-radius-md);padding:10px 13px}.te-organizer__avatar{width:34px;height:34px;border-radius:var(--te-radius-md);object-fit:cover}.te-avatar-edit{position:relative;width:72px;height:72px;flex-shrink:0}.te-avatar-edit img{width:72px;height:72px;border-radius:var(--te-radius-md);object-fit:cover;border:.5px solid var(--te-border)}.te-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.te-photo-cell{position:relative;aspect-ratio:1}.te-photo-cell img{width:100%;height:100%;object-fit:cover;border-radius:var(--te-radius-md);border:.5px solid var(--te-border)}.te-photo-del{position:absolute;top:5px;right:5px;width:22px;height:22px;border:none;border-radius:50%;background:#2e2a24b8;color:#fff;font-size:11px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.te-photo-del:hover{background:#2e2a24e6}.te-photo-add{aspect-ratio:1;border:1.5px dashed var(--te-border-input);border-radius:var(--te-radius-md);background:var(--te-cream);color:var(--te-pepper-soft);font-size:22px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.te-photo-add span{font-size:var(--te-fs-xs)}.te-photo-add:hover{border-color:var(--te-paprika);color:var(--te-paprika-text)}.te-tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px;border:.5px solid var(--te-border-input);border-radius:var(--te-radius-md);padding:7px 10px;background:var(--te-surface);cursor:text}.te-tags:focus-within{border-color:var(--te-paprika)}.te-tags__input{border:none;outline:none;flex:1;min-width:70px;font-family:var(--te-font-body);font-size:var(--te-fs-body);color:var(--te-pepper);background:transparent;padding:3px 2px}.te-chip{display:inline-flex;align-items:center;gap:6px;background:var(--te-cream);color:var(--te-paprika-text);border-radius:var(--te-radius-pill);padding:4px 6px 4px 11px;font-size:var(--te-fs-sm);font-weight:var(--te-fw-medium)}.te-chip button{border:none;background:#a8431c1f;color:var(--te-paprika-text);width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:11px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.te-chip button:hover{background:#a8431c38}.te-hero-banner{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--te-paprika),var(--te-curcuma));border-radius:var(--te-radius-lg);padding:30px 28px;margin-bottom:36px;color:#fff}.te-hero-banner:after{content:"🚚";position:absolute;right:14px;bottom:-18px;font-size:120px;opacity:.14;transform:rotate(-8deg);pointer-events:none}.te-hero-banner__inner{position:relative;z-index:2;max-width:640px}.te-hero-banner--photo{padding:56px 28px;min-height:340px;display:flex;align-items:center;background:var(--te-pepper)}.te-hero-banner--photo:after{display:none}.te-hero-banner__bg{position:absolute;inset:0;z-index:0}.te-hero-banner__img{position:absolute;inset:0;background-size:cover;background-position:center}.te-hero-banner__img--left{background-image:url(/hero/event.jpg);clip-path:polygon(0 0,59% 0,43% 100%,0 100%)}.te-hero-banner__img--right{background-image:url(/hero/truck.jpg);clip-path:polygon(57% 0,100% 0,100% 100%,41% 100%)}.te-hero-banner__split{position:absolute;inset:0;background:var(--te-paprika);clip-path:polygon(57% 0,59% 0,43% 100%,41% 100%)}.te-hero-banner__overlay{position:absolute;inset:0;background:linear-gradient(100deg,#18130ec7,#18130e8c 48%,#18130e57)}@media(max-width:560px){.te-hero-banner--photo{min-height:300px}.te-hero-banner__overlay{background:linear-gradient(160deg,#18130ed1,#18130e80)}}.te-hero-banner__title{color:#fff;font-size:30px;line-height:1.15}.te-hero-banner__sub{color:#ffffffed;margin:12px 0 0}.te-hero-banner__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.te-hero-banner__trust{margin:14px 0 0;font-size:var(--te-fs-sm);color:#ffffffe0}.te-btn--success{background:var(--te-basil);color:#fff}.te-btn--success:hover{filter:brightness(.95)}.te-btn--danger{background:var(--te-surface);color:#b3362b;border:.5px solid rgba(179,54,43,.45)}.te-btn--danger:hover{background:#fbefed}.te-btn--onlight{background:#fff;color:var(--te-paprika-text);width:auto;text-decoration:none}.te-btn--onlight:hover{filter:brightness(.97)}.te-btn--outline-light{background:transparent;color:#fff;width:auto;border:1px solid rgba(255,255,255,.75);text-decoration:none}.te-btn--outline-light:hover{background:#ffffff24}.te-grid--trucks{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.te-truck-card{display:flex;align-items:center;gap:14px;padding:16px;text-decoration:none;color:inherit;transition:border-color .15s,transform .1s}.te-truck-card:hover{border-color:var(--te-paprika);transform:translateY(-2px)}.te-truck-card__avatar{width:56px;height:56px;border-radius:var(--te-radius-md);object-fit:cover;flex-shrink:0}.te-truck-card__avatar--ph{font-size:18px}.te-truck-card__body{min-width:0}.te-truck-card__name{font-size:15px;margin:0 0 6px;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.te-truck-card__check{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;background:var(--te-basil);color:#fff;font-size:11px;flex-shrink:0}.te-section{margin:48px 0}.te-section__head{text-align:center;margin-bottom:26px}.te-section__head h2{font-size:24px}.te-section__head p{color:var(--te-pepper-soft);margin:6px 0 0}.te-section__cta{text-align:center;margin-top:24px}.te-section__cta .te-btn{text-decoration:none}.te-band{background:var(--te-cream);border:.5px solid var(--te-border);border-radius:var(--te-radius-lg);padding:36px 28px}.te-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--te-space-4)}.te-step{position:relative;background:var(--te-surface);border:.5px solid var(--te-border);border-radius:var(--te-radius-lg);padding:24px 20px;text-align:center}.te-step__num{position:absolute;top:14px;left:14px;width:26px;height:26px;border-radius:50%;background:var(--te-cream);color:var(--te-paprika-text);display:inline-flex;align-items:center;justify-content:center;font-family:var(--te-font-brand);font-weight:var(--te-fw-bold);font-size:var(--te-fs-sm)}.te-step__ic{color:var(--te-paprika);display:inline-flex}.te-step h3{font-size:var(--te-fs-h3);margin:10px 0 6px}.te-step p{color:var(--te-pepper-soft);font-size:var(--te-fs-sm);margin:0}.te-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:var(--te-space-3)}.te-feature{background:var(--te-surface);border:.5px solid var(--te-border);border-radius:var(--te-radius-md);padding:18px}.te-feature__ic{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--te-radius-md);background:var(--te-cream);color:var(--te-paprika)}.te-feature h3{font-size:15px;margin:10px 0 4px}.te-feature p{color:var(--te-pepper-soft);font-size:var(--te-fs-sm);margin:0}.te-audience{display:grid;grid-template-columns:1fr 1fr;gap:var(--te-space-4)}.te-audience__card{background:var(--te-surface);border:.5px solid var(--te-border);border-radius:var(--te-radius-lg);padding:26px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.te-audience__emoji{font-size:34px}.te-audience__card h3{font-size:var(--te-fs-h2)}.te-audience__card .te-btn{width:auto;margin-top:8px}.te-cta-band{text-align:center;background:var(--te-cream);border:.5px solid var(--te-border);border-radius:var(--te-radius-lg);padding:32px 24px;margin-top:48px}.te-cta-band h2{font-size:22px}.te-cta-band p{color:var(--te-pepper-soft);margin:8px 0 18px}@media(max-width:680px){.te-steps,.te-audience{grid-template-columns:1fr}}.te-status{border-radius:var(--te-radius-md);padding:12px 15px;font-size:var(--te-fs-sm);border:.5px solid transparent}.te-status strong{display:block;font-weight:var(--te-fw-bold)}.te-status p{margin:3px 0 0}.te-status--pending{background:var(--te-curcuma-soft);border-color:var(--te-curcuma-bd);color:var(--te-paprika-text)}.te-status--approved{background:var(--te-basil-soft);border-color:#c9d6c2;color:var(--te-basil-text)}.te-status--rejected{background:#fbefed;border-color:#b3362b4d;color:#8f2a22}.te-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--te-radius-pill);font-size:var(--te-fs-xs);font-weight:var(--te-fw-bold)}.te-pill--pending{background:var(--te-curcuma-soft);color:var(--te-paprika-text);border:.5px solid var(--te-curcuma-bd)}.te-pill--approved{background:var(--te-basil-soft);color:var(--te-basil-text)}.te-pill--rejected{background:#fbefed;color:#8f2a22}.te-dash-body{display:flex;min-height:100vh;background:var(--te-cream-deep)}.te-sidebar{width:220px;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--te-surface);border-right:.5px solid var(--te-border);display:flex;flex-direction:column;z-index:20}.te-sidebar__brand{padding:20px 20px 16px;border-bottom:.5px solid var(--te-border)}.te-sidebar__nav{flex:1;padding:10px;display:flex;flex-direction:column;gap:2px}.te-sidebar__link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--te-radius-md);color:var(--te-pepper-soft);text-decoration:none;font-size:var(--te-fs-sm);font-weight:var(--te-fw-medium);transition:background .12s,color .12s}.te-sidebar__link:hover{background:var(--te-cream);color:var(--te-pepper)}.te-sidebar__link--active{background:#fbf0e9;color:var(--te-paprika-text)}.te-sidebar__link--active svg{color:var(--te-paprika)}.te-sidebar__footer{padding:14px 16px 18px;border-top:.5px solid var(--te-border);display:flex;align-items:center;gap:10px}.te-sidebar__back{display:inline-flex;align-items:center;gap:6px;font-size:var(--te-fs-xs);color:var(--te-pepper-hint);text-decoration:none}.te-sidebar__back:hover{color:var(--te-pepper-soft)}.te-dash-content{flex:1;min-width:0;padding:32px 36px 72px;max-width:1240px}.te-dash-topbar{display:none}.te-dash-drawer{display:none;position:fixed;top:54px;left:0;right:0;background:var(--te-surface);border-bottom:.5px solid var(--te-border);padding:8px 10px 16px;flex-direction:column;gap:2px;box-shadow:0 8px 24px #0000001a;z-index:100}.te-dash-drawer.open{display:flex}@media(max-width:768px){.te-dash-body{flex-direction:column}.te-sidebar{display:none}.te-dash-topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--te-space-3);padding:var(--te-space-3) var(--te-space-4);background:var(--te-surface);border-bottom:.5px solid var(--te-border);position:sticky;top:0;z-index:20}.te-dash-content{padding:var(--te-space-4) var(--te-space-3) 56px;max-width:100%}.te-dash-topbar .te-nav-toggle{display:inline-flex}}html{background:var(--te-cream-deep)}body{background:transparent}#trucks-bg{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.te-nav-toggle{display:none;width:40px;height:40px;border:none;border-radius:var(--te-radius-md);background:transparent;color:var(--te-pepper);cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.te-nav-toggle:hover{background:var(--te-cream)}@media(max-width:768px){.te-nav-toggle{display:inline-flex}.te-header{padding:0 var(--te-space-4);gap:var(--te-space-2)}.te-header__actions{margin-left:auto}.te-header__nav{display:none;position:absolute;top:58px;left:0;right:0;background:var(--te-surface);border-bottom:.5px solid var(--te-border);padding:10px 14px 16px;flex-direction:column;align-items:stretch;gap:2px;box-shadow:0 6px 20px #00000014;z-index:100}.te-header__nav.open{display:flex}.te-header__link{border-radius:var(--te-radius-md);font-size:var(--te-fs-body);padding:10px 12px}.te-header__nav .te-btn{width:100%;justify-content:center}.te-main{padding:var(--te-space-4) var(--te-space-3) 48px}.te-info-grid{grid-template-columns:1fr}.te-gallery,.te-photo-grid{grid-template-columns:repeat(2,1fr)}.te-section-title{flex-wrap:wrap}.te-hero-banner--photo{padding:36px 20px;min-height:260px}.te-hero-banner__title{font-size:24px}.te-hero-banner__inner{max-width:100%}.te-modal{padding:0;align-items:flex-end}.te-modal__panel{max-width:100%;border-radius:var(--te-radius-lg) var(--te-radius-lg) 0 0;padding:20px 16px 28px}.te-band,.te-cta-band{padding:24px 16px}.te-cta-band h2{font-size:18px}.te-section__head h2{font-size:20px}.te-chat{max-height:45vh;padding:12px}.te-chat__form{padding:10px 12px 14px}.te-features{grid-template-columns:1fr}.te-toast{width:calc(100% - 32px);text-align:center}}@media(max-width:480px){.te-main{padding:var(--te-space-3) 12px 40px}.te-hero-banner__bg{display:none}.te-hero-banner--photo{padding:28px 14px;min-height:220px;background:linear-gradient(135deg,var(--te-paprika),var(--te-curcuma))}.te-hero-banner__title{font-size:20px}.te-slot{flex-wrap:wrap}.te-slot__action{margin-left:auto}.te-card__body.te-row{flex-direction:column}.te-card__body.te-row>div{width:100%;flex:unset;min-width:unset}}
