:root{--bg: #0e0f12;--bg2: #16181c;--card: #1b1e24;--card2: #22262e;--line: rgba(255, 255, 255, .08);--line2: rgba(255, 255, 255, .14);--naranja: #f08020;--naranja-d: #d67018;--text: #e9ecf2;--muted: #8a93a2;--danger: #e35d4b;--ok: #34c17a;--radius: 14px}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{background:radial-gradient(1200px 600px at 85% -10%,rgba(240,128,32,.1),transparent 60%),radial-gradient(900px 500px at 0% 110%,rgba(240,128,32,.06),transparent 55%),var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;overflow:hidden}.app{height:100%;display:flex;flex-direction:column}.navbar{height:62px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line);position:relative;background:linear-gradient(90deg,rgba(240,128,32,.16),rgba(240,128,32,.03) 42%,transparent 70%),#0e0f12b8}.navbar:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,var(--naranja),rgba(240,128,32,0) 45%)}.navbar__brand{display:flex;align-items:center}.navbar__logo{margin-right:16px}.navbar__logo{width:40px;height:40px;border-radius:50%;background:#fff;flex:0 0 auto;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0006}.navbar__logo img{width:27px;height:27px;display:block}.navbar__name{display:flex;flex-direction:column;line-height:1.1;font-size:17px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.navbar__name b{color:var(--naranja);font-weight:700}.navbar__name em{font-style:normal;font-size:10.5px;font-weight:500;letter-spacing:.16em;color:var(--muted);margin-top:3px;text-transform:uppercase}.navbar__actions{display:flex;align-items:center}.navbar__actions>*+*{margin-left:8px}.navbar__state{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:var(--muted);background:var(--card);border:1px solid var(--line)}.navbar__state svg{width:19px;height:19px}.navbar__state.is-on{color:var(--ok);border-color:#34c17a66;background:#34c17a1a}.navbar__state.is-wait{color:var(--naranja)}.navbar__btn{width:40px;height:40px;border-radius:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);background:var(--card);border:1px solid var(--line);transition:background .15s ease,border-color .15s ease,transform .12s ease}.navbar__btn svg{width:20px;height:20px}.navbar__btn:hover{background:var(--card2);border-color:var(--line2)}.navbar__btn:active{transform:translateY(1px)}.banner{display:flex;align-items:center;margin:14px 22px 0;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500}.banner svg{width:18px;height:18px;flex:0 0 auto;margin-right:10px}.banner--err{background:#e35d4b1f;color:#f2a89d;border:1px solid rgba(227,93,75,.3)}.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border:0;border-radius:11px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px) scale(.99)}.btn svg{width:18px;height:18px;margin-right:9px}.btn--sm{height:38px;padding:0 14px;font-size:13px;border-radius:9px}.btn--primary{background:var(--naranja);color:#14161a;box-shadow:0 6px 20px #f0802047}.btn--primary:hover{background:var(--naranja-d)}.btn--ghost{background:var(--card);color:var(--text);border:1px solid var(--line2)}.btn--ghost:hover{background:var(--card2)}.btn--danger{background:#e35d4b24;color:#f2a89d;border:1px solid rgba(227,93,75,.35)}.btn--danger:hover{background:#e35d4b38}.grid-wrap{flex:1 1 auto;overflow-y:auto;padding:22px 28px 40px}.grid-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.grid-head h1{font-size:22px;font-weight:700;letter-spacing:.01em}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.card{position:relative;text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;padding:20px;min-height:172px;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(160deg,var(--card),var(--bg2));color:var(--text);font-family:inherit;opacity:0;transform:translateY(10px);animation:cardIn .4s cubic-bezier(.2,.7,.3,1) forwards;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.card:hover{transform:translateY(-3px);border-color:#f0802080;box-shadow:0 12px 30px #0006}.card__ico{width:52px;height:52px;border-radius:13px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;background:#f0802024;color:var(--naranja)}.card__ico svg{width:28px;height:28px}.card__ico--plus{background:#ffffff0f;color:var(--muted)}.card__name{font-size:16px;font-weight:700}.card__sub{font-size:12.5px;color:var(--muted);margin-top:3px}.card__go{display:inline-flex;align-items:center;margin-top:auto;padding-top:14px;font-size:13px;font-weight:700;color:var(--naranja);opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease}.card__go svg{width:15px;height:15px;margin-right:7px}.card:hover .card__go{opacity:1;transform:none}.card__edit{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--muted);opacity:0;transition:opacity .15s ease,background .15s ease}.card__edit svg{width:17px;height:17px}.card:hover .card__edit{opacity:1}.card__edit:hover{background:#ffffff14;color:var(--text)}@media (hover: none){.card__edit{opacity:1;background:#ffffff0f}.card__go{opacity:1;transform:none}}.card--new{border-style:dashed;background:transparent;justify-content:center}.card--new:hover{border-color:var(--naranja)}.grid-empty{margin-top:22px;color:var(--muted);font-size:14px}@keyframes cardIn{to{opacity:1;transform:none}}.form-wrap{flex:1 1 auto;overflow-y:auto;padding:20px 28px 32px;animation:fadeIn .3s ease}.form-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:20px}.form-head h1{text-align:center;font-size:20px;font-weight:700}.form-head .btn--ghost{justify-self:start}.form-head .btn--danger{justify-self:end}.form-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.panel{background:var(--bg2);border:1px solid var(--line);border-radius:var(--radius);padding:20px 20px 22px}.panel h2{display:flex;align-items:center;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--naranja);margin-bottom:16px}.panel h2 svg{width:16px;height:16px;margin-right:9px}.campo{display:block;margin-bottom:14px}.campo__lab{display:block;font-size:12.5px;font-weight:600;color:var(--muted);margin-bottom:7px}.campo__box{position:relative;display:flex;align-items:center;background:var(--card);border:1px solid var(--line2);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}.campo__box:focus-within{border-color:var(--naranja);box-shadow:0 0 0 3px #f0802029}.campo__ico{display:flex;padding:0 10px 0 12px;color:var(--muted)}.campo__ico svg{width:18px;height:18px}.campo__box input{flex:1;background:none;border:0;outline:none;color:var(--text);font-size:16px;font-family:inherit;padding:13px 12px 13px 0;min-width:0}.campo__box input::placeholder{color:#5a6270}.campo__eye{background:none;border:0;color:var(--muted);padding:0 12px;cursor:pointer;display:flex}.campo__eye svg{width:18px;height:18px}.campo__eye:hover{color:var(--text)}.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.switch{display:flex;align-items:center;cursor:pointer;margin:4px 0 8px}.switch>*+*{margin-left:12px}.switch input{display:none}.switch__track{width:44px;height:26px;border-radius:999px;background:var(--card2);border:1px solid var(--line2);position:relative;flex:0 0 auto;transition:background .18s ease}.switch__dot{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#7a8190;transition:transform .18s ease,background .18s ease}.switch input:checked+.switch__track{background:#f080204d;border-color:var(--naranja)}.switch input:checked+.switch__track .switch__dot{transform:translate(18px);background:var(--naranja)}.switch__lab{font-size:14px;font-weight:600;display:flex;flex-direction:column}.switch__lab em{font-style:normal;font-size:12px;color:var(--muted);font-weight:500;margin-top:1px}.form-actions{display:flex;justify-content:flex-end;margin-top:22px}.form-actions>*+*{margin-left:12px}.splash{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;animation:fadeIn .3s ease}.splash__box{width:100%;max-width:520px}.splash__logo{display:inline-flex;align-items:center;justify-content:center;width:104px;height:104px;border-radius:26px;margin-bottom:22px;background:#f080201f;border:1px solid rgba(240,128,32,.28);animation:pulse 1.8s ease-in-out infinite}.splash__logo img{width:62px;height:62px;object-fit:contain}.splash__logo--ok{background:#34c17a24;border-color:#34c17a59;animation:none}.splash__title{font-size:24px;font-weight:700;letter-spacing:-.2px}.splash__title b{color:var(--naranja);font-weight:700}.splash__logo--ok+.splash__title b{color:var(--ok)}.splash__sub{color:var(--muted);font-size:14px;margin-top:8px}.splash__bar{width:220px;height:4px;margin:24px auto 0;border-radius:4px;background:var(--card);overflow:hidden}.splash__bar span{display:block;width:40%;height:100%;border-radius:4px;background:var(--naranja);animation:indet 1.25s ease-in-out infinite}.splash__btn{margin-top:24px}@keyframes indet{0%{margin-left:-40%}to{margin-left:100%}}@keyframes pulse{0%,to{box-shadow:0 0 #f0802042}50%{box-shadow:0 0 0 12px #f0802000}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-height: 430px){.form-cols{grid-template-columns:1fr}.cards{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.card{min-height:150px}.splash__logo{width:76px;height:76px;border-radius:20px;margin-bottom:14px}.splash__logo img{width:46px;height:46px}.splash__title{font-size:20px}.splash__bar,.splash__btn{margin-top:16px}}input,button,select{font-size:16px}.btn--rev svg{margin-right:0;margin-left:9px}.sheet-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:#0000009e;display:flex;align-items:flex-end;justify-content:center;animation:ovIn .22s ease both}.sheet-overlay.is-out{animation:ovOut .24s ease both}@keyframes ovIn{0%{opacity:0}to{opacity:1}}@keyframes ovOut{0%{opacity:1}to{opacity:0}}.sheet{width:100%;background:var(--bg2);border-top:1px solid var(--line);border-radius:18px 18px 0 0;max-height:90%;display:flex;flex-direction:column;box-shadow:0 -22px 60px #0000008c;animation:sheetUp .3s cubic-bezier(.2,.8,.2,1) both}.sheet.is-out{animation:sheetDown .26s cubic-bezier(.4,0,1,1) both}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheetDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.sheet__grab{width:44px;height:4px;border-radius:3px;background:var(--line2);margin:10px auto 2px}.sheet__head{display:flex;align-items:center;justify-content:space-between;padding:8px 20px 14px;border-bottom:1px solid var(--line)}.sheet__steps{display:flex;align-items:center}.sheet__steps .stepper{display:flex;align-items:center;color:var(--muted)}.sheet__steps .stepper+.stepper{margin-left:18px}.stepper__num{width:26px;height:26px;border-radius:50%;margin-right:8px;border:1.5px solid var(--line2);background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.stepper__lab{font-size:13.5px;font-weight:600}.stepper.is-on{color:var(--text)}.stepper.is-on .stepper__num{border-color:var(--naranja);background:var(--naranja);color:#14161a}.stepper.is-done .stepper__num{border-color:#34c17a80;background:#34c17a26;color:var(--ok)}.sheet__close{width:38px;height:38px;border-radius:10px;cursor:pointer;flex:0 0 auto;background:var(--card);border:1px solid var(--line);color:var(--muted);display:flex;align-items:center;justify-content:center}.sheet__close svg{width:18px;height:18px}.sheet__close:hover{color:var(--text);background:var(--card2)}.sheet__aviso{margin:12px 20px 0;padding:10px 14px;border-radius:9px;background:#e35d4b1f;color:#f2a89d;font-size:13.5px;font-weight:500;display:flex;align-items:center}.sheet__aviso svg{margin-right:8px;flex:0 0 auto}.sheet__body{padding:20px;overflow-y:auto}.sheet__body .row2{grid-template-columns:1fr 1fr}.sheet__body .campo{margin-bottom:0}.sheet__body .row2 .campo{margin-bottom:14px}.sheet__foot{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid var(--line)}.sheet__foot-l,.sheet__foot-r{display:flex;align-items:center}.sheet__foot-r>*+*{margin-left:10px}@media (max-height: 430px){.sheet{max-height:96vh}.stepper__lab{display:none}.stepper__num{margin-right:0}}
