: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}.app.ck{flex-direction:column}.ck-nav{flex:0 0 auto;display:flex;flex-direction:column;position:relative;padding-top:env(safe-area-inset-top,0px);border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(240,128,32,.1),rgba(240,128,32,.02) 45%,transparent 68%),var(--bg2)}.ck-nav:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,var(--naranja),rgba(240,128,32,0) 45%)}.ck-nav__brand{display:flex;align-items:center;padding:12px 16px 4px}.ck-nav__logo{display:none}.ck-nav__logo img{width:26px;height:26px}.ck-nav__name{display:none}.ck-nav__name b{color:var(--naranja)}.ck-nav__cloud{font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--muted)}.ck-nav__actions{display:flex;margin-left:auto}.ck-nav__actions>*+*{margin-left:8px}.ck-ico{width:34px;height:34px;border-radius:9px;border:1px solid var(--line);background:var(--card);display:flex;align-items:center;justify-content:center;color:var(--muted);cursor:pointer}.ck-ico:hover{color:var(--text);background:var(--card2)}.ck-ico svg{width:17px;height:17px}.ck-nav__items{display:none;padding:8px 12px 12px;overflow-x:auto}.ck-nav__items>*+*{margin-left:8px}.ck-item{display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;flex:0 0 auto}.ck-item svg{width:15px;height:15px;margin-right:7px}.ck-item.is-on{background:#f0802024;border-color:#f0802066;color:var(--naranja)}.ck-nav__foot{display:none}.ck-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6px 16px 16px}.ck-hero__logo{width:76px;height:76px;border-radius:20px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;background:#f080201f;border:1px solid rgba(240,128,32,.3)}.ck-hero__logo img{width:48px;height:48px;object-fit:contain}.ck-hero__title{font-size:20px;font-weight:800;letter-spacing:-.01em}.ck-hero__title b{color:var(--naranja)}.ck-hero__sub{font-size:12.5px;color:var(--muted);margin-top:4px}.ck-fab{position:fixed;right:18px;z-index:20;border:none;cursor:pointer;bottom:18px;bottom:calc(18px + env(safe-area-inset-bottom,0px));width:56px;height:56px;border-radius:50%;background:var(--naranja);color:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #f0802066,0 4px 10px #0006}.ck-fab:active{background:var(--naranja-d)}.ck-fab svg{width:26px;height:26px}.ck-main{flex:1 1 auto;overflow-y:auto;min-height:0}.ck-content{padding:16px}.ck-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.ck-head h1{font-size:20px;font-weight:800;letter-spacing:-.01em}.ck-list{display:grid;grid-template-columns:1fr;grid-gap:12px}.ck-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;width:100%;border-radius:16px;cursor:pointer;color:var(--text);overflow:hidden;background:var(--card);border:1px solid var(--line);animation:ckIn .3s ease both;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ck-card:hover{transform:translateY(-3px);border-color:#f0802059;box-shadow:0 18px 40px #0006}.ck-card:active{transform:translateY(0);background:var(--card2)}.ck-thumb{position:relative;width:100%;box-sizing:border-box;height:0;padding-bottom:44%;overflow:hidden;background:radial-gradient(120% 120% at 70% 15%,rgba(240,128,32,.22),transparent 55%),linear-gradient(160deg,#1c2027,#0e1013)}.ck-thumb__win{position:absolute;left:14%;top:20%;right:22%;bottom:26%;border-radius:6px;background:linear-gradient(180deg,#2a2f37,#1a1d23);border:1px solid rgba(255,255,255,.09);box-shadow:0 8px 20px #0006}.ck-thumb__win:before{content:"";position:absolute;left:0;right:0;top:0;height:22%;background:#333a44;border-radius:6px 6px 0 0;border-bottom:1px solid rgba(255,255,255,.07)}.ck-thumb__bar{position:absolute;left:0;right:0;bottom:0;height:14%;background:#0a0c0fb3;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 8px}.ck-thumb__bar i{width:12px;height:60%;border-radius:2px;background:#ffffff24}.ck-thumb__bar i+i{margin-left:5px}.ck-thumb__bar i:first-child{background:var(--naranja)}.ck-card__body{display:flex;align-items:center;width:100%;box-sizing:border-box;padding:12px 13px}.ck-card__ico{width:38px;height:38px;border-radius:10px;flex:0 0 auto;margin-right:11px;display:flex;align-items:center;justify-content:center;color:var(--naranja);background:radial-gradient(120% 120% at 30% 20%,#f0802038,#f080200d);border:1px solid rgba(240,128,32,.28)}.ck-card__ico svg{width:20px;height:20px}.ck-card__ico--plus{background:#ffffff0d;border-color:var(--line2);color:var(--muted)}.ck-card__txt{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.ck-card__name{font-size:14.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-card__host{font-size:12px;color:var(--muted);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-card__edit{width:32px;height:32px;border-radius:9px;flex:0 0 auto;margin-left:6px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.ck-card__edit:hover{color:var(--text);background:#ffffff0f}.ck-card__edit svg{width:16px;height:16px}.ck-card__go{flex:0 0 auto;margin-left:4px;width:34px;height:34px;border-radius:9px;background:var(--naranja);color:#111;display:flex;align-items:center;justify-content:center}.ck-card__go svg{width:16px;height:16px}.ck-card--new{border-style:dashed}.ck-empty{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:440px;margin:36px auto 0;padding:24px}.ck-empty__ico{width:74px;height:74px;border-radius:20px;margin-bottom:22px;display:flex;align-items:center;justify-content:center;color:var(--naranja);background:radial-gradient(120% 120% at 30% 20%,#f0802038,#f080200d);border:1px solid rgba(240,128,32,.3)}.ck-empty h2{font-size:19px;font-weight:800;letter-spacing:-.01em;margin-bottom:8px}.ck-empty p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:22px}.ck-loading{display:flex;flex-direction:column;align-items:center;text-align:center;margin:52px auto 0;color:var(--muted)}.ck-loading p{margin-top:14px;font-size:13.5px}.spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(240,128,32,.22);border-top-color:var(--naranja);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ckIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (hover: none){.ck-card__edit{color:var(--muted);background:#ffffff0d}}@media (orientation: landscape){.app.ck{flex-direction:row}.ck-nav{flex:0 0 212px;width:212px;flex-direction:column;padding-top:0;border-bottom:none;border-right:1px solid var(--line);background:var(--bg2)}.ck-nav:after{left:auto;right:-1px;top:0;bottom:0;width:2px;height:auto;background:linear-gradient(180deg,var(--naranja),rgba(240,128,32,0) 45%)}.ck-nav__brand{padding:18px 16px 14px}.ck-nav__actions{display:none}.ck-nav__logo{display:flex}.ck-nav__name{display:block}.ck-nav__cloud,.ck-hero,.ck-fab{display:none}.ck-nav__items{display:flex;flex-direction:column;padding:6px 12px;overflow:visible}.ck-nav__items>*+*{margin-left:0;margin-top:4px}.ck-item{justify-content:flex-start;width:100%;height:40px;border-radius:10px;background:transparent;border-color:transparent}.ck-item:hover{background:var(--card)}.ck-item.is-on{background:#f0802024;border-color:transparent}.ck-nav__foot{display:flex;align-items:center;margin-top:auto;padding:12px 14px;border-top:1px solid var(--line)}.ck-nav__foot-act{display:flex}.ck-nav__foot-act>*+*{margin-left:8px}.ck-nav__foot-lbl{margin-left:auto;font-size:10.5px;font-weight:600;letter-spacing:.06em;color:var(--muted)}.ck-content{padding:22px 24px}.ck-head h1{font-size:22px}.ck-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px}.ck-list>*+*{margin-top:0}.ck-thumb{padding-bottom:58%}}@media (orientation: landscape) and (min-width: 1100px){.ck-list{grid-template-columns:repeat(3,1fr)}}.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}.grid-head__actions{display:flex;align-items:center}.grid-head__actions>*+*{margin-left:8px}.btn--sm{padding:8px 12px;font-size:14px}.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;grid-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:18px}.campo__lab{display:block;font-size:12.5px;font-weight:600;color:var(--muted);margin-bottom:8px}.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:14px 12px 14px 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;grid-gap:16px}.campo{min-width:0}.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:168px;height:168px;border-radius:40px;margin-bottom:28px;background:#f080201f;border:1px solid rgba(240,128,32,.28);animation:pulse 1.8s ease-in-out infinite}.splash__logo img{width:108px;height:108px;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-width: 560px){.navbar{padding:0 14px}.navbar__name{font-size:15px}.navbar__logo{margin-right:10px}.grid-wrap{padding:16px 14px 32px}.grid-head{margin-bottom:16px}.grid-head h1{font-size:19px}.cards{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.btn--sm{padding:8px 10px}}.navbar__brand{min-width:0}.navbar__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@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;left:0;width:100%;z-index:9999;top:var(--vvt, 0px);height:var(--vvh, 100%);background:#0000009e;display:flex;align-items:flex-end;justify-content:center;transition:height .16s ease,top .16s ease;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__progress{flex:1 1 auto;min-width:0;margin-right:14px}.pbar{display:flex}.pbar__seg{flex:1 1 0;height:4px;border-radius:3px;background:var(--line2);transition:background .25s ease}.pbar__seg+.pbar__seg{margin-left:6px}.pbar__seg.is-on{background:var(--naranja)}.sheet__stepn{display:block;margin-top:9px;font-size:12px;font-weight:700;color:var(--text)}.sheet__stepn span{color:var(--muted);font-weight:500}.sheet__intro{display:flex;align-items:flex-start;margin-bottom:20px}.sheet__intro-ic{width:44px;height:44px;border-radius:12px;flex:0 0 auto;margin-right:13px;display:flex;align-items:center;justify-content:center;color:var(--naranja);background:radial-gradient(120% 120% at 30% 20%,#f0802038,#f080200d);border:1px solid rgba(240,128,32,.28)}.sheet__intro-ic svg{width:22px;height:22px}.sheet__intro-tx{min-width:0}.sheet__intro-tx h2{font-size:17px;font-weight:800;letter-spacing:-.01em;text-wrap:balance}.sheet__intro-tx p{font-size:13px;color:var(--muted);line-height:1.5;margin-top:3px}.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:24px 24px 10px;overflow-y:auto;overflow-x:hidden}.sheet__body .campo{margin-bottom:0}.sheet__foot{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-top:1px solid var(--line)}.sheet__foot-l{display:flex;align-items:center}.sheet__foot-r{display:flex;align-items:center;min-width:0}.sheet__foot-r>*+*{margin-left:8px}.sheet__foot-r .btn--primary{flex:0 1 auto}.btn-ico{width:46px;height:46px;border-radius:11px;flex:0 0 auto;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--card);border:1px solid var(--line2);color:var(--text);transition:background .15s ease}.btn-ico:hover,.btn-ico:active{background:var(--card2)}.btn-ico svg{width:20px;height:20px}.btn-ico--danger{background:#e35d4b24;border-color:#e35d4b59;color:#f2a89d}.btn-ico--danger:hover{background:#e35d4b38}@media (max-height: 430px){.sheet{max-height:96vh}.sheet__intro{margin-bottom:14px}.sheet__intro-ic{width:38px;height:38px}.sheet__intro-tx p{display:none}}
