.jadlog-header{height:var(--header-height);background:var(--jadlog-red);color:var(--jadlog-white);z-index:100;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:sticky;top:0}.jadlog-header__left{align-items:center;width:40px;display:flex}.jadlog-header__title{letter-spacing:.05em;text-transform:uppercase;text-align:center;flex:1;font-size:1rem;font-weight:600}.jadlog-header__logo{letter-spacing:-.02em;text-transform:lowercase;text-align:right;min-width:60px;font-size:1.1rem;font-weight:400}.jadlog-header__icon-btn{color:var(--jadlog-white);background:0 0;border:none;padding:4px;font-size:1.25rem;line-height:1}.jadlog-header__menu{flex-direction:column;gap:4px;padding:6px 4px;display:flex}.jadlog-header__menu span{background:var(--jadlog-white);border-radius:1px;width:22px;height:2px;display:block}.jadlog-btn{letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;border-radius:4px;padding:14px 20px;font-size:.9rem;font-weight:600;transition:opacity .15s}.jadlog-btn:disabled{opacity:.5;cursor:not-allowed}.jadlog-btn:not(:disabled):active{opacity:.85}.jadlog-btn--full{width:100%}.jadlog-btn--primary{background:var(--jadlog-red);color:var(--jadlog-white);border-color:var(--jadlog-red)}.jadlog-btn--outline-red{background:var(--jadlog-white);color:var(--jadlog-red);border-color:var(--jadlog-red)}.jadlog-btn--outline{background:var(--jadlog-white);color:var(--jadlog-text);border-color:var(--jadlog-border)}.jadlog-btn--dark{background:var(--jadlog-white);color:var(--jadlog-text);border-color:#000}.jadlog-input-wrap{flex-direction:column;gap:6px;display:flex}.jadlog-input__label{color:var(--jadlog-text-muted);text-transform:lowercase;font-size:.8rem}.jadlog-input{background:var(--jadlog-white);border:1px solid var(--jadlog-border);width:100%;color:var(--jadlog-text);border-radius:4px;padding:12px 14px}.jadlog-input::placeholder{color:var(--jadlog-text-muted)}.jadlog-input:focus{border-color:var(--jadlog-red);outline:none}.jadlog-input--error{border-color:var(--jadlog-red)}.jadlog-card{background:var(--jadlog-white);box-shadow:var(--jadlog-card-shadow);border-radius:8px;padding:16px}.admin-orders__list{flex-direction:column;gap:12px;margin-top:16px;list-style:none;display:flex}.admin-orders__empty{text-align:center;padding:32px 16px}.admin-order-card{position:relative}.admin-order-card__close{background:var(--jadlog-red);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;line-height:1;display:flex;position:absolute;top:8px;right:8px}.admin-order-card__grid{grid-template-columns:1.2fr 1fr .8fr;gap:8px;margin-bottom:10px;padding-right:28px;display:grid}.admin-order-card__label{color:var(--jadlog-text-muted);text-transform:lowercase;font-size:.7rem}.admin-order-card__code{font-size:1.25rem;font-weight:700}.admin-order-card__status{color:var(--jadlog-red);margin-bottom:8px;font-size:.85rem}.admin-order-card__link{color:var(--jadlog-red);font-size:.85rem;font-weight:600}.bottom-nav{width:100%;max-width:480px;height:var(--bottom-nav-height);background:var(--jadlog-white);border-top:1px solid var(--jadlog-border);z-index:100;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav__item{text-transform:uppercase;letter-spacing:.03em;color:var(--jadlog-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.bottom-nav__item.active{color:var(--jadlog-red)}.bottom-nav__icon{font-size:1.25rem}.login-page__main{flex-direction:column;flex:1;padding:24px 16px;display:flex}.login-page__hero{margin-bottom:24px}.login-page__subtitle{color:var(--jadlog-text-muted);font-size:.95rem}.login-page__search{position:relative}.login-page__search-icon{z-index:1;opacity:.5;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.login-page__input .jadlog-input{padding-left:36px}.payment-alert{border-left:4px solid var(--jadlog-warning);background:#fff3e0;border-radius:4px;margin-bottom:16px;padding:12px 14px;font-size:.9rem}.payment-summary{flex-direction:column;gap:12px;display:flex}.payment-summary span{color:var(--jadlog-text-muted);text-transform:lowercase;font-size:.75rem;display:block}.payment-summary strong{font-size:1rem}.payment-summary__total strong{color:var(--jadlog-red);font-size:1.5rem}.payment-page__locked{text-align:center;color:var(--jadlog-text-muted);margin-top:16px}.payment-page__locked strong{color:var(--jadlog-red)}.payment-page__status-hint{margin-top:8px;font-size:.85rem}.payment-methods{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.payment-method{border:1px solid var(--jadlog-border);background:var(--jadlog-white);text-transform:uppercase;border-radius:4px;padding:12px;font-size:.85rem;font-weight:600}.payment-method.active{border-color:var(--jadlog-red);color:var(--jadlog-red);background:#c8002d0d}.pix-box{flex-direction:column;gap:12px;display:flex}.pix-qr{background:var(--jadlog-bg);border:2px dashed var(--jadlog-border);width:160px;height:160px;color:var(--jadlog-text-muted);border-radius:8px;justify-content:center;align-items:center;margin:0 auto;font-size:.85rem;display:flex}.payment-page__success{text-align:center;padding:32px 20px}.payment-page__success-icon{background:var(--jadlog-success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:2rem;display:inline-flex}.payment-page__success h2{margin-bottom:8px}.payment-page .jadlog-btn{margin-top:16px}.status-timeline{flex-direction:column;gap:0;list-style:none;display:flex}.status-timeline__item{gap:12px;padding-bottom:20px;display:flex;position:relative}.status-timeline__item:not(:last-child):before{content:"";background:var(--jadlog-border);width:2px;position:absolute;top:18px;bottom:0;left:7px}.status-timeline__item.done:not(:last-child):before{background:var(--jadlog-red)}.status-timeline__dot{border:2px solid var(--jadlog-border);background:var(--jadlog-white);z-index:1;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px}.status-timeline__item.done .status-timeline__dot{border-color:var(--jadlog-red);background:var(--jadlog-red)}.status-timeline__item.active .status-timeline__dot{box-shadow:0 0 0 4px #c8002d40}.status-timeline__content strong{font-size:.9rem;font-weight:600;display:block}.status-timeline__item:not(.done) .status-timeline__content strong{color:var(--jadlog-text-muted);font-weight:500}.status-timeline__item.active .status-timeline__content strong{color:var(--jadlog-red)}.summary-bar{text-align:center;background:#e8e8e8;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;padding:12px;display:grid}.summary-bar__label{color:var(--jadlog-text-muted);text-transform:lowercase;margin-bottom:4px;font-size:.7rem;display:block}.summary-bar strong{word-break:break-all;font-size:.85rem}.summary-bar strong.paid{color:var(--jadlog-success)}.tracking-page__highlight{margin-bottom:16px;position:relative}.tracking-page__code-label{color:var(--jadlog-text-muted);text-transform:lowercase;font-size:.75rem}.tracking-page__code{letter-spacing:.02em;margin:4px 0 8px;font-size:2rem;font-weight:700}.section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--jadlog-text);margin-bottom:14px;font-size:.85rem}.info-list{flex-direction:column;gap:12px;display:flex}.info-list dt{color:var(--jadlog-text-muted);text-transform:lowercase;font-size:.75rem}.info-list dd{font-size:.95rem;font-weight:500}.tracking-page .jadlog-card+.jadlog-card{margin-top:16px}:root{--jadlog-red:#c8002d;--jadlog-red-dark:#a00024;--jadlog-white:#fff;--jadlog-bg:#f2f2f2;--jadlog-text:#333;--jadlog-text-muted:#999;--jadlog-border:#ddd;--jadlog-card-shadow:0 2px 8px #00000014;--jadlog-success:#2e7d32;--jadlog-warning:#f57c00;--header-height:56px;--bottom-nav-height:64px;color:var(--jadlog-text);background:var(--jadlog-bg);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}.app-shell{background:var(--jadlog-bg);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex}.app-content{padding:16px;padding-bottom:calc(var(--bottom-nav-height) + 16px);flex:1}.page-center{background:var(--jadlog-bg);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex}.form-stack{flex-direction:column;gap:12px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.text-muted{color:var(--jadlog-text-muted);font-size:.875rem}.text-error{color:var(--jadlog-red);margin-top:4px;font-size:.875rem}.link-muted{color:var(--jadlog-text-muted);text-align:center;margin-top:16px;font-size:.8rem;display:block}.link-muted:hover{color:var(--jadlog-red)}
