.bt{position:relative;display:flex;flex-direction:column;min-height:100vh;background:#f4f3f0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.bt__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.bt__top{position:relative;height:48px;padding:0 16px;background:var(--green-deep,#0f4e30);overflow:hidden}.bt__brand,.bt__top{display:flex;align-items:center;color:#ffffff}.bt__brand{gap:9px;font-size:15px;font-weight:600;letter-spacing:-.01em}.bt__brand svg{color:var(--green-mint,#8fd2a9)}.bt__tick{stroke-dasharray:20;stroke-dashoffset:20;animation:bt-tick 1.6s ease-in-out infinite}.bt__bar{position:absolute;left:0;bottom:0;height:2px;width:30%;background:var(--green-mint,#8fd2a9);animation:bt-bar 1.3s ease-in-out infinite}.bt__body{display:flex;flex:1;min-height:0}.bt__rail{display:flex;flex-direction:column;gap:10px;padding:16px 12px;background:#ffffff;border-right:1px solid #e6e4df}.bt--console .bt__rail{width:244px}.bt--builder .bt__rail{width:68px;align-items:center}.bt__railItem{display:block;height:14px;border-radius:6px}.bt--console .bt__railItem{width:70%;height:16px;margin:6px 0}.bt--builder .bt__railItem{width:36px;height:36px;border-radius:8px}.bt__main{flex:1;min-width:0;padding:28px 28px 0}.bt__title{display:block;width:220px;height:22px;margin-bottom:22px;border-radius:7px}.bt__cards{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:18px}.bt__card{display:grid;gap:16px;align-content:start;padding:20px;border-radius:12px;background:#ffffff;border:1px solid #e4e2dd}.bt__row{display:flex;align-items:center;gap:12px}.bt__line{display:block;height:12px;border-radius:6px}.bt__dot{flex:none;width:32px;height:32px;border-radius:50%}.bt__shine{background:linear-gradient(90deg,#efebe2,#f8f6f1 45%,#efebe2 90%);background-size:220% 100%;animation:bt-shine 1.5s ease-in-out infinite}.bt__caption{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);padding:7px 14px;border-radius:999px;background:#ffffff;border:1px solid #e4e2dd;box-shadow:0 6px 18px -10px rgba(19,26,23,.3);font-size:13px;color:#5a6159}@keyframes bt-shine{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes bt-bar{0%{transform:translateX(-100%)}to{transform:translateX(340%)}}@keyframes bt-tick{0%{stroke-dashoffset:20}45%,80%{stroke-dashoffset:0}to{stroke-dashoffset:-20}}@media (max-width:760px){.bt--console .bt__rail{display:none}.bt__cards{grid-template-columns:1fr}.bt__card--side{display:none}.bt__main{padding:20px 16px 0}}@media (prefers-reduced-motion:reduce){.bt__bar,.bt__shine,.bt__tick{animation:none}.bt__tick{stroke-dashoffset:0}.bt__bar{display:none}}.cf{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:16px;background:rgba(19,26,23,.45);backdrop-filter:blur(2px);animation:cf-fade .15s ease-out}.cf__box{width:100%;max-width:440px;padding:24px 24px 20px;border-radius:14px;background:#ffffff;box-shadow:0 24px 60px -20px rgba(19,26,23,.45);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation:cf-rise .18s ease-out}.cf__box:focus{outline:none}.cf__box:focus-visible{outline:2px solid var(--green,#14663f);outline-offset:2px}.cf__mark{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:50%;background:var(--green-pale,#e8f1eb);color:var(--green-deep,#0f4e30)}.cf__mark--danger{background:var(--red-pale,#fdedec);color:var(--red-text,#9b3f38)}.cf__title{margin:0;font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ink,#131a17)}.cf__body{margin-top:8px;font-size:14px;line-height:1.55;color:var(--ink-soft,#2a332e)}.cf__body p{margin:0 0 8px}.cf__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;flex-wrap:wrap}.cf__btn{height:38px;padding:0 16px;border-radius:8px;border:1px solid var(--line-strong,#c9c3b6);background:#ffffff;font:inherit;font-size:14px;font-weight:600;color:var(--ink,#131a17);cursor:pointer}.cf__btn:hover{background:var(--paper,#f7f5f0)}.cf__btn:focus-visible{outline:2px solid var(--green,#14663f);outline-offset:2px}.cf__btn--primary{border-color:var(--green,#14663f);background:var(--green,#14663f);color:#ffffff}.cf__btn--primary:hover{background:var(--green-deep,#0f4e30)}.cf__btn--danger{border-color:var(--red-text,#9b3f38);background:var(--red-text,#9b3f38);color:#ffffff}.cf__btn--danger:hover{background:#7f322c}@keyframes cf-fade{0%{opacity:0}}@keyframes cf-rise{0%{opacity:0;transform:translateY(8px) scale(.98)}}@media (prefers-reduced-motion:reduce){.cf,.cf__box{animation:none}}@media (max-width:480px){.cf__actions{flex-direction:column-reverse}.cf__btn{width:100%}}