@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body,#root{color:#1f2937;background:#f3f4f6;min-height:100%;margin:0;font-family:Inter,sans-serif}button,input{font:inherit}.login-page{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding:clamp(130px,17vh,180px) clamp(18px,4vw,56px) clamp(24px,5vh,48px);display:flex;position:relative;overflow:hidden auto}.login-page--compactTop{padding-top:clamp(160px,21vh,220px)}.login-page:before{content:"";z-index:0;background:#ffffff2e;position:absolute;inset:0}.auth-flow-page{background:#f3f4f6;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-page__logo{object-fit:contain;z-index:2;width:clamp(300px,42vw,680px);height:auto;max-height:210px;position:absolute;top:clamp(24px,4.5vh,48px);left:50%;transform:translate(-50%)}.login-page__content{z-index:2;grid-template-columns:minmax(170px,clamp(190px,23vw,340px)) minmax(340px,420px) minmax(170px,clamp(190px,23vw,340px));justify-content:center;align-items:center;gap:clamp(18px,4vw,58px);width:100%;max-width:min(100%,1320px);display:grid;position:relative}.login-page__character{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-height:clamp(320px,58vh,560px)}.login-page__character--left{justify-self:end}.login-page__character--right{justify-self:start}.login-form,.auth-flow-card{z-index:3;background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-self:center;width:100%;max-width:420px;padding:30px;position:relative;box-shadow:0 12px 30px #0f172a0f}.auth-flow-card--wide{max-width:760px}.login-form__header,.auth-flow-card__header{margin-bottom:22px}.login-form__title,.auth-flow-card__title{letter-spacing:-.03em;color:#111827;margin:0 0 8px;font-size:1.8rem;font-weight:800;line-height:1.1}.login-form__subtitle,.auth-flow-card__subtitle{color:#6b7280;margin:0;font-size:.95rem;line-height:1.5}.login-form__feedback{border-radius:8px;margin-bottom:18px;padding:12px 14px;font-size:.9rem;line-height:1.4}.login-form__feedback--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.login-form__feedback--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.login-form__group,.auth-flow-card__group{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.login-form__group label,.auth-flow-card__group label{color:#374151;font-size:.82rem;font-weight:600}.login-form__group input,.auth-flow-card__group input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;height:46px;padding:0 14px;transition:border-color .2s,box-shadow .2s}.password-input{width:100%;position:relative}.password-input input{width:100%;padding-right:46px}.password-input__toggle{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,color .2s;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-input__toggle:hover{color:#111827;background:#f3f4f6}.password-input__toggle:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.login-form__group input:focus,.auth-flow-card__group input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.login-form__hint{color:#6b7280;font-size:.8rem;line-height:1.4}.login-form__button,.button{cursor:pointer;border-radius:10px;height:46px;font-size:.95rem;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s}.login-form__button,.button--primary{color:#fff;background:#1d4ed8;border:0;width:100%}.login-form__button:hover,.button--primary:hover{background:#1e40af}.login-form__button:disabled,.button:disabled,.login-form__linkButton:disabled{cursor:not-allowed;opacity:.7}.login-form__linkButton{color:#2563eb;cursor:pointer;background:0 0;border:0;width:100%;margin-top:12px;font-size:.92rem;font-weight:600}.login-form__linkButton:hover{color:#1d4ed8;text-decoration:underline}.auth-flow-card__infoBox{color:#374151;background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;flex-direction:column;gap:6px;margin:8px 0 18px;padding:14px 16px;font-size:.9rem;line-height:1.5;display:flex}.auth-flow-card__actions{gap:12px;margin-top:8px;display:flex}.button--secondary{color:#374151;background:#fff;border:1px solid #d1d5db;flex:1}.button--secondary:hover{background:#f9fafb;border-color:#9ca3af}.button--primary{flex:1}.auth-flow-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (width<=1180px){.login-page__content{grid-template-columns:180px minmax(340px,420px) 180px;gap:22px}.login-page__character{max-height:430px}}@media (width<=980px){.login-page{padding:120px 20px 32px}.login-page--compactTop{padding-top:130px}.login-page__logo{width:clamp(260px,76vw,420px);top:24px}.login-page__content{grid-template-columns:1fr;max-width:420px}.login-page__character{display:none}}@media (width<=768px){.auth-flow-page{padding:16px}.login-form,.auth-flow-card{border-radius:16px;padding:22px}.login-form__title,.auth-flow-card__title{font-size:1.5rem}.auth-flow-card__grid{grid-template-columns:1fr}.auth-flow-card__actions{flex-direction:column}}.dashboard-page{background:#f3f4f6;flex-direction:column;min-height:100vh;display:flex}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;height:98px;padding:0 32px;display:flex;box-shadow:0 4px 14px #0f172a0a}.app-header__brand{align-items:center;display:flex}.app-header__logo{object-fit:contain;max-width:220px;height:60px;display:block}.app-header__logout{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;height:42px;padding:0 18px;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s}.app-header__logout:hover{color:#111827;background:#f9fafb;border-color:#9ca3af}.app-header__logout:active{transform:translateY(1px)}.dashboard-content{flex:1;min-height:0;padding:10px 24px 20px;overflow:auto}.dashboard-container{flex-direction:column;gap:14px;max-width:1100px;min-height:0;margin:0 auto;display:flex}.dashboard-state{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:28px;display:flex;box-shadow:0 8px 24px #0f172a0a}.dashboard-state--error{color:#991b1b;border-color:#fecaca}.dashboard-state button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;height:40px;padding:0 14px;font-weight:700}.dashboard-state button:hover{background:#f9fafb}.cliente-card,.historico-table{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0a}.cliente-card{flex-shrink:0;padding:22px}.cliente-card__name{text-align:center;letter-spacing:0;color:#111827;margin:0 0 18px;font-size:1.7rem;font-weight:800;line-height:1.1}.cliente-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;display:grid}.cliente-card__item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:5px;padding:12px 14px;display:flex}.cliente-card__item--interactive{appearance:none;width:100%;font:inherit;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s}.cliente-card__item--interactive:hover{background:#f8fbff;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 22px #1d4ed814}.cliente-card__item--interactive:focus-visible{outline-offset:2px;outline:3px solid #1d4ed838}.cliente-card__label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;align-items:center;gap:6px;font-size:.68rem;font-weight:500;display:flex}.cliente-card__value{color:#1f2937;font-size:.96rem;font-weight:600;line-height:1.35}.cliente-card__hint{color:#1d4ed8;font-size:.78rem;font-weight:600}.cliente-card__action-icon{color:#1d4ed8;margin-left:auto;font-size:.78rem}.coupon-modal{z-index:100;background:#0f172a8a;justify-content:center;align-items:center;padding:clamp(12px,3vw,24px);display:flex;position:fixed;inset:0}.coupon-modal__content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:min(860px,100vw - 24px);min-width:0;max-height:min(78vh,100dvh - 24px,720px);display:flex;overflow:hidden;box-shadow:0 28px 60px #0f172a3d}.coupon-modal__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex}.coupon-modal__header>div{min-width:0}.coupon-modal__title{color:#111827;letter-spacing:0;margin:0;font-size:1.45rem;font-weight:800;line-height:1.15}.coupon-modal__subtitle{color:#6b7280;margin:6px 0 0;font-size:.95rem;font-weight:600}.coupon-modal__close{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.coupon-modal__close:hover{color:#111827;background:#f9fafb;border-color:#9ca3af}.coupon-modal__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:12px;min-height:0;padding:18px 24px 24px;display:grid;overflow:hidden auto}.coupon-item{isolation:isolate;background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px solid #bfdbfe;border-radius:12px;flex-direction:column;gap:8px;min-width:0;padding:16px;display:flex;position:relative;overflow:hidden}.coupon-item:before,.coupon-item:after{content:"";z-index:1;background:#fff;border:1px solid #bfdbfe;border-radius:999px;outline:4px solid #fff;width:24px;height:24px;position:absolute;top:50%;transform:translateY(-50%)}.coupon-item:before{left:-12px}.coupon-item:after{right:-12px}.coupon-item__icon{z-index:2;color:#1d4ed8;flex-shrink:0;font-size:1.05rem;display:block;position:relative}.coupon-item__title{z-index:2;overflow-wrap:anywhere;color:#111827;font-size:1rem;line-height:1.25;position:relative}.coupon-item__origin{z-index:2;overflow-wrap:anywhere;color:#6b7280;font-size:.9rem;font-weight:600;position:relative}.coupon-modal__empty{color:#6b7280;text-align:center;border:1px dashed #d1d5db;border-radius:12px;margin:18px 24px 24px;padding:22px;font-weight:600}.historico-table{flex-direction:column;flex:1;min-height:0;padding:18px 18px 14px;display:flex;overflow:visible}.historico-table__header{flex-shrink:0;margin-bottom:10px}.historico-table__title{text-align:left;letter-spacing:0;color:#111827;margin:0;font-size:1.4rem;font-weight:700}.historico-summary{flex-shrink:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.historico-summary__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;position:relative}.historico-summary__card--dropdown{z-index:5}.historico-summary__label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:6px;font-size:.72rem;font-weight:500;display:block}.historico-summary__value{color:#111827;font-size:1.05rem;font-weight:700}.venda-dropdown{width:100%;position:relative}.venda-dropdown__button{color:#111827;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:30px;padding:0;font-size:1.05rem;font-weight:700;display:flex}.venda-dropdown__button:hover{color:#1d4ed8}.venda-dropdown__icon{color:#9ca3af;flex-shrink:0;font-size:.78rem}.venda-dropdown__menu{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:min(280px,80vw);padding:10px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 32px #0f172a1f}.venda-dropdown__search{background:#fff;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:8px;height:40px;margin-bottom:8px;padding:0 12px;display:flex}.venda-dropdown__searchIcon{color:#9ca3af;font-size:.8rem}.venda-dropdown__search input{color:#111827;background:0 0;border:0;outline:0;width:100%}.venda-dropdown__list{max-height:220px;overflow-y:auto}.venda-dropdown__option{color:#374151;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:42px;padding:8px 10px;font-weight:700;display:flex}.venda-dropdown__option small{color:#6b7280;font-size:.78rem;font-weight:600}.venda-dropdown__option:hover,.venda-dropdown__option--active{color:#1d4ed8;background:#f8fbff}.venda-dropdown__empty{color:#6b7280;padding:12px 10px;font-size:.9rem;display:block}.historico-filter{flex-shrink:0;align-items:center;gap:8px;margin:0 0 12px;display:flex}.historico-filter__button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;min-height:34px;padding:0 14px;font-size:.86rem;font-weight:700;transition:background .2s,border-color .2s,color .2s}.historico-filter__button:hover,.historico-filter__button--active{color:#1d4ed8;background:#f8fbff;border-color:#1d4ed8}.historico-table__wrapper{border-radius:12px;flex:1;width:100%;min-height:0;overflow:auto}.historico-mobile-list{display:none}.historico-table table{border-collapse:separate;border-spacing:0;width:100%;min-width:680px}.historico-table thead th{z-index:1;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;text-align:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px;font-size:.72rem;font-weight:600;position:sticky;top:0}.historico-table tbody td{color:#374151;background:#fff;border-bottom:1px solid #f1f5f9;padding:18px 14px;font-size:.95rem}.historico-table tbody tr:nth-child(2n) td{background:#fcfcfd}.historico-table tbody tr:hover td{background:#f8fbff}.cell-center{text-align:center}.historico-table__value{color:#111827;font-weight:700}.historico-table__coupon{color:#374151;font-weight:600}.badge{border-radius:999px;justify-content:center;align-items:center;min-width:38px;min-height:30px;padding:4px 10px;font-size:.82rem;font-weight:700;line-height:1;display:inline-flex}.badge--coupon{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:6px 14px;font-weight:700}.badge--danger{color:#dc2626;background:#fee2e2}.badge--neutral{color:#4b5563;background:#e5e7eb}.badge--success{color:#15803d;background:#dcfce7}.icon{color:#9ca3af;font-size:.82rem}@media (width<=900px){.cliente-card__grid{grid-template-columns:1fr}.historico-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.app-header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;height:auto;min-height:82px;padding:14px 18px}.app-header__brand{align-items:center;min-width:0;display:flex}.app-header__logo{object-fit:contain;max-width:165px;height:44px}.app-header__logout{flex-shrink:0;height:40px;padding:0 16px}.dashboard-content{padding:10px 12px 12px}.dashboard-container{gap:12px}.cliente-card{padding:18px}.cliente-card__name{margin-bottom:16px;font-size:1.45rem}.historico-table{padding:14px 14px 10px}.historico-table__title{font-size:1.2rem}.coupon-modal{align-items:center;padding:12px}.coupon-modal__content{width:min(100%,100vw - 24px);max-height:calc(100dvh - 24px)}}@media (width<=640px){.historico-summary{grid-template-columns:1fr}.historico-summary__card{width:100%}.historico-summary__card--dropdown{grid-column:1/-1}.venda-dropdown{width:100%;position:relative}.venda-dropdown__button{justify-content:space-between;width:100%;min-width:0}.venda-dropdown__menu{width:100%;min-width:100%;max-width:100%;left:0;right:0}.historico-filter{width:100%}.historico-filter__button{flex:1;padding:0 10px}.coupon-modal__header{gap:12px;padding:18px 16px 14px}.coupon-modal__title{font-size:1.25rem}.coupon-modal__grid{grid-template-columns:1fr;padding:14px 16px 18px}.coupon-item{min-height:96px;padding:15px 28px}.coupon-modal__empty{margin:14px 16px 18px}.historico-table__wrapper{display:none}.historico-mobile-list{flex-direction:column;gap:12px;display:flex}.historico-mobile-card,.historico-mobile-empty{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.historico-mobile-card{flex-direction:column;gap:12px;padding:14px;display:flex}.historico-mobile-card__row{justify-content:space-between;align-items:center;gap:14px;display:flex}.historico-mobile-card__row span:first-child{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.historico-mobile-card__row strong{color:#111827;text-align:right;font-size:.95rem}.historico-mobile-empty{color:#6b7280;text-align:center;padding:16px}}@media (width<=420px){.coupon-modal{align-items:stretch;padding:8px}.coupon-modal__content{border-radius:14px;width:100%;max-height:calc(100dvh - 16px)}.coupon-modal__header{padding:16px 14px 12px}.coupon-modal__title{font-size:1.15rem}.coupon-modal__subtitle{font-size:.88rem}.coupon-modal__close{width:36px;height:36px}.coupon-modal__grid{gap:10px;padding:12px 14px 16px}.coupon-item{min-height:96px;padding:14px 26px}}
